/* fonts */
@font-face {
  font-family: 'Poppins';
  src: url('../font/poppins-light-webfont.woff2') format('woff2'),
       url('../font/poppins-light-webfont.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Poppins';
  src: url('font/poppins-regular-webfont.woff2') format('woff2'),
       url('font/poppins-regular-webfont.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url('font/poppins-medium-webfont.woff2') format('woff2'),
       url('font/poppins-medium-webfont.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Poppins';
  src: url('font/poppins-semibold-webfont.woff2') format('woff2'),
       url('font/poppins-semibold-webfont.woff') format('woff');
  font-weight: 600;
}
@font-face {
  font-family: 'Poppins';
  src: url('font/poppins-bold-webfont.woff2') format('woff2'),
       url('font/poppins-bold-webfont.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'Metropolis';
  src: url('font/metropolis-bold-webfont.woff2') format('woff2'),
       url('font/metropolis-bold-webfont.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'Metropolis';
  src: url('font/metropolis-regular-webfont.woff2') format('woff2'),
       url('font/metropolis-regular-webfont.woff') format('woff');
  font-weight: 400;
}
body {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  color: #8989A2;
  font-weight: 400;
 
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #18446C;
}
h1,h2 {
  font-size: 24px;
  line-height: 30px;
}
h3 {
  font-size: 22px;
  line-height: 28px;
}
h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 18px;
}
h5 {
  font-size: 18px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
p {
  margin-bottom: 20px;
  font-size: 13px;
  word-spacing: 3px;
  line-height: 18px;
  color: #8989A2;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
img:focus {
  outline: none;
}
a {
  color: #FE5858;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #224363;
  outline: none;
}
.main-area ul li,
.main-area ol li {
  margin-bottom: 5px;
  list-style-position: inside;
  color: #3A5054;
}
.main-area ol {
  padding: 0;
}
.main-area ol li{
  color: #3A5054;
}
.main-area ol ul{
  padding-left: 20px;
}
.btn {
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 30px 4px;
  font-weight: 400;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.bulletin-btn-wrap .btn{
  margin-bottom: 15px;
  margin-left: 0 !important;
  width:135px
}
.bulletin-btn-wrap p{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn:hover,
.btn:focus
.btn:active {
  border: solid 1px #fff;
  color: #fff;
}
.main-area {
  position: relative;
}

/* -----HEADER-SECTION-START--------- */
.logo{
  float: left;
  width:90%;
  
}
.logo-info {
  width: calc(100% - 114px);
  max-width: 320px;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.logo-info h3 {
  font-size: 8px;
  line-height: 14px;
  margin-bottom: 0;
  color: #c4161c;
}
.logo-info p {
  font-size: 6px;
  line-height: 10px;
  color: #c4161c;
  margin-bottom: 0;
}
.logo img {
  max-width: 110px;
}
header.page-header.page-header--fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 444;
  background-color: #fff;
}
.page-header {
  padding:10px 0 0
}

/* -----HEADER-SECTION-END--------- */
/*Navigation*/
.page-header .container {
  position: relative;
}
.top_menu_box a{
  font-size: 18px;
  color: #3A5054;
  text-decoration: none;
}
.top_red_btn a{
  background-color: #c32e32;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 12px 7px;
  margin: 0 0px 0 4px;
  line-height: normal;
  box-shadow: 2px 3px 2px #ccc;
 
}

.nav-trigger {
    position: fixed;
    right: 0;
    top: 40px;
    width: 40px;
    height: 40px;
    background-color: #F5AC02;
    border-radius: 7px 0 0 7px;
    z-index: 99999;
    -webkit-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
    padding-top: 8px;
}

.menu-trigger {
  display: block;
  top:8px;
  right: 10px;
  cursor: pointer;
  height: 22px;
  width: 28px;
  padding: 0;
  opacity: 1;
  position: absolute;   
  -webkit-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  z-index: 999;
}
.nav-trigger .bars {
  background-color: #fff;
  height: 4px;
  -webkit-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  width: 28px;
  margin: 0 auto 4px;
}
.menu-trigger .bars {
  background-color: #c32e32;
  height: 2px;
  margin-bottom: 4px;
  width: 100%;
  -webkit-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
}
.nav-trigger .bars:last-child,
.menu-trigger .bars:last-child {
  margin-bottom: 0;
}
.sub-menu--open .nav-trigger {
  display: none;
}
.main-menu--open .menu-trigger {
  display: none;
}
 .sub-menu--open .menu-trigger .bars:last-child {
  -webkit-transform: translateY(-6px) rotate(-137deg);
  transform: translateY(-6px) rotate(-137deg);
}
.sub-menu--open .menu-trigger .bars:first-child {
  -webkit-transform: translateY(6px) rotate(137deg);
  transform: translateY(6px) rotate(137deg);
}
.main-menu--open .nav-trigger .bars:first-child{
  -webkit-transform: translateY(8px) rotate(136deg);
  transform: translateY(8px) rotate(136deg);
}
.main-menu--open  .nav-trigger .bars:nth-child(2),
.sub-menu--open .menu-trigger .bars:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.main-menu--open .nav-trigger .bars:last-child{
  -webkit-transform: translateY(-8px) rotate(-133deg);
  transform:translateY(-8px) rotate(-133deg);
}
.sub-menu--open .menu-trigger .bars {
  background-color: #fff;
}
.main-menu--open .nav-trigger {
  top:10px
}


.main-menu--open .main_navigation_box {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.sub-menu--open .rightbox  {
  right:0;
  pointer-events: auto;
}
.top_menu_box {
  text-align: center;
  color: #fff;
}
.top_red_btn {
  display: block;
  margin-top: 30px;
}
.top_red_btn a{ 
  display: block;
  background-color: #fff;
  color: #c32e32;
  max-width: 260px;
  margin: 0 auto 15px;
}
.top_menu_box a{
  color: #fff;
}
.rightbox {
  background-color: #c32e32;
    right: -100%;
    top: 0;
    overflow-y: auto;
    padding: 60px 15px;
    position: fixed;
    width: 100%;
    max-width: 390px;
    z-index: 988;
    pointer-events: none;
    -webkit-transition: right .4s ease 0s;
    transition: right .4s ease 0s;
    border-top: 1px solid #c32e32;
}
.main_navigation_box {
  background-color:#EE9617;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 988;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s ease 0s;
  transition: opacity .2s ease 0s;
  border-top: 1px solid #fff;
}
.main_navigation_box nav{
  margin:40px auto 0;
  max-width: 320px;
}
nav>ul>li{
  position: relative;
  display: inline-block;
  width: 100%; 
  list-style: none;
}
 nav ul{
  margin: 0;
  padding: 0;
}
 nav li a{
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px 45px 10px 15px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.main_navigation_box ul .sub-menu {
  display: none;
  position: relative;
 background-color: rgb(195, 46, 50);
  padding: 0;
  width:100%; 
  -webkit-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  box-shadow: 0 0 10px #3A5054;
  list-style: none;
 }
 ul.sub-menu li>ul {
  display: none;
  -webkit-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  position: absolute;
  background-color:  rgb(195, 46, 50);
  padding: 0;
  width: 100%;
  position: relative; 
  box-shadow: 0 0 10px #3A5054;
  list-style: none;
}
 .main_navigation_box ul .sub-menu li a{
    display: block;
    color: #fff;
    padding: 7px 15px;
    border-left: none !important;
    border-bottom: none;
 }
 ul.sub-menu li>ul li {
  border-bottom: solid 1px #fff;
  list-style: none;
 }
 ul.sub-menu li>ul li span {
  display: block;
  color: #F3AB02;
 padding-left: 15px;
 padding-bottom: 5px;
  font-weight: 600;
 }
 ul.sub-menu li>ul li>a {
      color: #fff !important;
 }
 ul.sub-menu li>ul li:hover >a {
  color: #131212 !important;
 }
 .main_navigation_box ul .sub-menu li{
  padding:0;
  border-bottom: solid 1px #fff;
  position: relative;
 }
 .main_navigation_box ul .sub-menu li .down-arrow {
  display: block;
  top:0;
 }
 .main_navigation_box ul .sub-menu li:hover {
  border-color: #131212;
 }
 .main_navigation_box ul .sub-menu li:hover a{
  color: #131212;
 }
 .main_navigation_box ul .sub-menu li a::after{
    display: none;    
 }
 
nav>ul>li.contact-btn {
  display: none;
}
nav>ul>li ul > li a {
  padding-left: 25px;
}
 nav a:hover,
 nav a.active{
  color: #fff;
}
.down-arrow {
  display: block;
 position: absolute;
 color: #fff;
 right: 0;
 z-index: 2;
 width: 30px;
 font-size: 20px;
 height: 100%;
}
.down-arrow:before {
  content:'\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position:absolute;
  top:7px;
  left:0;
}
li.active .down-arrow:before{
   color: #fff;
}
.sub-open > .down-arrow:before{
content: '\f106';
}

ul.sub-menu {
  display: none;
}

.contact-sm {
  color: #FE5858;
  position: absolute;
  font-size: 30px;
  right: 65px;
  top: 13px;
}
.page-title{
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.page-title h2 {
  padding: 10px 0 10px 10px;
  display: inline-block;
  border-left: solid 1px #3A5054;
}

.page-title h2 span {
    font-weight: 400;
    color: #3A5054;
}

/*new blink css karan*/

#blinking-button{
  
}
@keyframes blink {
  0%, 100% {background-color: #c32e32;}
  50% {background-color: #F3AB02;}
}
#blinking-button {
  background-color: #8EDDBE;
  color: white;
  animation: blink 1s linear infinite;
}

 


.blink{
        animation: glowing 1300ms infinite;
}
/**** Banner Starts Here * ***/
.banner-slider .item {
  min-height: 220px;
    background-size: 100% 100%;
    background-position: top center;
    position: relative;
    height: 220px;
    background-repeat: no-repeat;
}
.banner-slider .item:before {
  content: "";
  width:100%;
  height: 100%;
  position: absolute;
  left:0;
  top: 0;
}
.banner-slider .owl-nav .owl-prev,
.banner-slider .owl-nav .owl-next {
    background-repeat: no-repeat;
    background-size: contain;
    width:29px;
    height:29px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
}
.banner-slider .owl-nav {
    position: absolute;
    right: 7%;
    bottom:30px;
    z-index: 444;
}
.banner-slider .owl-nav .owl-next{
    background-image: url("../images/arrow-right.png");
    margin-left: 20px;
}
.banner-slider .owl-nav .owl-prev{
    background-image: url("../images/arrow-left.png");
}
.banner-slider .owl-nav div:focus,
.banner-slider .owl-nav div:hover{
    outline: none;
    opacity: 0.4;
} 
.banner-slider .owl-dots {
    position: absolute;
    top:50%;
    left:30px;
    margin-top: -35px;
    
}
.banner-slider .owl-dots .owl-dot {
    width:1px;
    height:60px;
    display: block;
    background-color: #fff;
}
.banner-slider .owl-dots .owl-dot.active {
    width:3px;
    margin-left: -2px;
}
.right-bg {
  display: none;
}
/** Our Program Starts ***/
.program-title{
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  /*position: absolute;*/
  top:10px;
width: 100%;
text-align: center;
 
}
.program-title h2 {
  padding: 10px 10px 10px 10px;
  display: inline-block;
  margin: 0;
  border-left: solid 1px #fff;
  color: #fff;

}
#success-2 #vtab-content1 .fancy-img-wrap img {
  min-height: 130px;
}
.program-title h2 span {
  font-weight: 400;
  padding-bottom: 15px;
}
.program-img-wrap {
 display: block;
 padding: 20px 0 30px;
 position: relative;
}
.program-section {
  background-image: linear-gradient(#C12D31, #6B191B);
  
}
.program-img-wrap.full-width .program-img {
  width:100%;
}
.program-img {
  width:100%;
}
.program-subtitle {
  padding:0 0 10px;
  color: #fff;
  font-size: 30px;
  border-bottom: solid 1px #fff;
  margin-bottom: 20px;
  font-weight: 400;
}
.program-subtitle br {
  display: none;
}
.program-inner-wrap {
  padding-bottom: 20px;
}
.best-practise .nav-item .nav-link {
  min-width: 182px;
}
.program-content p{
  color: #fff;
}
.btn.bg-yellow:hover {
  background-image: linear-gradient(#C12D31, #6B191B);
}
.btn.bg-red:hover {
  border-color: #B4760B;
  color: #fff;
  background-image: linear-gradient(#B4760B, #F3AB02);
}

/*****  Testimonial Starts  ******/
.testimonial-section {
  padding: 40px 0
}

.testimonial-block {
  display: block;
  position: relative;
}
.testimonial-img {
  display: inline-block;
  width: 100%;
}
.testimonial-right {
  background-image: linear-gradient(#C12D31, #6B191B);
    width: 100%;
    padding:40px 30px;
    display: inline-block;
    position: relative;
  

}
.testimonial-content {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 25px 0 40px;
}
.testimonial-content:before,
.testimonial-content:after {
  content: "";
  width:30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
}
.testimonial-content p {
  color: #fff;
}
.testimonial-content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.testimonial-content:before {
  background-image: url(../images/quote-1.png);
  top: 35px;
  left: -2px;
}
.testimonial-content:after {
  background-image: url(../images/quote-2.png);
  bottom: 35px;
  right: 0px;
}
.testimonial-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -7%;
  text-align: center;
}
.testimonial-slider .owl-dot {
  display: inline-block;
  width:13px;
  height: 13px;
  background-color: #932326;
  border-radius: 50%;
}
.testimonial-slider .owl-dot.active {
  background-color: #fff;
}
.testimonial-slider .owl-dot+.owl-dot {
  margin-left: 6px;
}
/** Abput Starts ***/
.about-section {
  padding: 55px 0 30px;
}
.about-section .page-title h2 {
  color: #F8B319;
}
.about-section .page-title {
  text-align: left;
}
.about-img {
  box-shadow: -15px 15px 2px  #F8B319;
  margin-bottom: 35px;
}
.about-content p {
  color: #131212;
  line-height: 22px;
}
/**** Client Section ****/
.client-section {
  padding: 40px 0;
  background-color: #F5F5F5;
}
.client-block {
 min-height: 70px;
  border-radius: 6px;
  border:solid 1px rgb(15, 61, 102);
  position: relative;
  -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 0 15px
}
.client-block h4{
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #0F3D66;
  text-transform: uppercase;
  margin-bottom: 0;
}
.client-block:after{
  content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width .4s ease 0s;
    transition: width .4s ease 0s;
    background-color:  rgba(15, 61, 102,0.2);
    display: block;
}
.client-block:hover:after {
  width: 100%;
}
.client-slider .owl-dots {
  position: relative;
  padding: 30px 0 0;
  text-align: center;
}
.client-slider .owl-dot {
  display: inline-block;
  width:6px;
  height: 6px;
  background-color: #0F3D66;
  border-radius: 0;
}
.client-slider .owl-dot.active {
 box-shadow: 0px 0px 0px 6px rgba(15, 61, 102,0.2);
}
.client-slider .owl-dot+.owl-dot {
  margin-left: 20px;
}

/**** News Section ****/
.news-section {
  padding: 30px 0;
}
.news-item {
  position: relative;
  border: solid 1px rgba(84,84,84, 0.3);
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-img,
.news-img img {
  border-radius: 10px 10px 0 0;
}

.news-content .btn.bg-yellow:hover {
  border-color: #B4760B;
  color: #B4760B;
}
.news-content h3 {
  color: #B4760B;
  font-size: 16px;
}
.news-slider .owl-stage {
  display: flex;
}
.news-slider .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.news-slider .owl-item .item {
  display: flex;
		flex-direction: column;
}
.news-content p {
  flex-grow: 1;
  color: #131212;
}
.news-content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding: 15px;
}
.news-slider .owl-dots {
  padding: 30px 0 0;
  text-align: center;
}
.news-slider .owl-dot {
  display: inline-block;
  width:10px;
  height: 10px;
  border:solid 1px #B4760B;
  border-radius: 50%;
}
.news-slider .owl-dot.active {
  background-color: #B4760B;
}
.news-slider .owl-dot+.owl-dot {
  margin-left: 6px;
}
/*** Achivemnet Section Starts ***/
.achivement-section {
  padding: 35px 0;
}
.team-wrap {
  max-width: 90%;
  margin: 30px  auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.team-block {
  width:90%;
  border-radius: 20px ;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
}
.team-block img{
  width:100%;
  border-radius:0 0 20px 20px;
}
.team-content {
  padding:30px 20px 20px;
  text-align: center;
  border-radius: 0 0 20px  20px;
}
.team-content p {
  color: #fff;
}
.bg-yellow {
  background-image: linear-gradient(#B4760B, #F3AB02);
}
.bg-red {
  background-image: linear-gradient(#C12D31, #6B191B);
}
.bg-blue {
  background-image: linear-gradient(#0F3C64, #0B2B47);
}

/*** * Annoucment ***/
.annoucement-section{
  padding: 10px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4ab04+0,efa602+5,ce8b08+30,ca8705+33,ca8609+34,be7c0b+43,b87a09+45,b4750b+50,bf820d+59,c48e0a+65,ca920b+69,ce9a09+74,dbab0d+84,daad09+87,deb20b+89,e1b608+91,eac20a+100 */
background: rgb(244,171,4); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(244,171,4) 0%, rgb(239,166,2) 5%, rgb(206,139,8) 30%, rgb(202,135,5) 33%, rgb(202,134,9) 34%, rgb(190,124,11) 43%, rgb(184,122,9) 45%, rgb(180,117,11) 50%, rgb(191,130,13) 59%, rgb(196,142,10) 65%, rgb(202,146,11) 69%, rgb(206,154,9) 74%, rgb(219,171,13) 84%, rgb(218,173,9) 87%, rgb(222,178,11) 89%, rgb(225,182,8) 91%, rgb(234,194,10) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(244,171,4) 0%,rgb(239,166,2) 5%,rgb(206,139,8) 30%,rgb(202,135,5) 33%,rgb(202,134,9) 34%,rgb(190,124,11) 43%,rgb(184,122,9) 45%,rgb(180,117,11) 50%,rgb(191,130,13) 59%,rgb(196,142,10) 65%,rgb(202,146,11) 69%,rgb(206,154,9) 74%,rgb(219,171,13) 84%,rgb(218,173,9) 87%,rgb(222,178,11) 89%,rgb(225,182,8) 91%,rgb(234,194,10) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(244,171,4) 0%,rgb(239,166,2) 5%,rgb(206,139,8) 30%,rgb(202,135,5) 33%,rgb(202,134,9) 34%,rgb(190,124,11) 43%,rgb(184,122,9) 45%,rgb(180,117,11) 50%,rgb(191,130,13) 59%,rgb(196,142,10) 65%,rgb(202,146,11) 69%,rgb(206,154,9) 74%,rgb(219,171,13) 84%,rgb(218,173,9) 87%,rgb(222,178,11) 89%,rgb(225,182,8) 91%,rgb(234,194,10) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ab04', endColorstr='#eac20a',GradientType=0 ); /* IE6-9 */
z-index: 2;
  position: relative;
}

.annoucement-section h2 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  z-index: 226;
}
.annoucement-section marquee {
  margin-top: 4px;
}
.annoucement-section marquee span{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  
}
.annoucement-section marquee span i{
  padding-right: 8px;
}
/***Achivement Ends Here * ***/

/*** Information Section***/
.info-section {
  padding: 0;
  background-image: url("../images/placement.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
  display: flex;
  align-items: center;
}

.info-block-wrap {
  padding: 50px 15px 30px;
  max-width: 720px;
  margin: 0 auto;
}
.info-left {
  background-color: rgba(7, 31, 59, 0.8);
width: 100%;
padding: 0 15px;
 
}
.info-left .page-title h2,
.info-left .page-title h2 span{
  color: #BFFFFF;
}
.info-left .page-title h2 {
  border-left: solid 1px #BFFFFF;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.info-left .page-title {
  text-align: left;
}
.info-block {
  display: flex;
  justify-content: space-between;
}
.info-block .info-img {
  width:100px
}
.info-block .info-img  img{
  width:70px;
}
.info-content {
  width: calc(100% - 100px);
}
.info-content h3 {
  font-size: 45px;
  line-height: 50px;
  color: #F8B319;
}
.info-content h3 span {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.info-content  p{
  color: #fff;
}

/***** *  Campus Starts Here* ******/
.campus-section {
  padding: 20px 0;
  background-color: #F5F5F5;
}
.flip-card-wrap {
  max-width: 1000px;
  margin:  20px auto 0;
}
.flip-card {
  background-color: transparent;
  width: 200px;
  height: 170px;
  perspective: 1000px;
  margin: 0 auto 30px;
  box-shadow: 15px 15px 55px #512A7438;
  border-radius: 10px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  color: #C32E32;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  
}
.flip-card-inner img {
  margin-bottom: 10px;
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  
}
.flip-card.yellow .flip-card-back{
  background-image: linear-gradient(#B4760B, #F3AB02);
}
.flip-card.yellow .flip-card-inner {
  color: #F8B319;
}
.flip-card.blue .flip-card-inner {
  color: #0F3D66;
}
.flip-card.blue .flip-card-back{
  background-image: linear-gradient(#0F3C64, #0B2B47);
}
.flip-card-back {
  
  background-image: linear-gradient(#C12D31, #6B191B);
  color: #fff;
  transform: rotateY(-180deg);
  padding: 10px 15px;
}
.flip-card-back h5 img{
  margin-right: 10px;
  width: 25px;
}
.flip-card-back h5 {
  color: #fff;
  font-size: 12px;
  text-align: left;
  font-family: 'Poppins', sans-serif;;

}
.flip-card-back p {
  color: #fff;
  font-size: 12px;
  text-transform: none;
  padding: 20px 10px 0;
  line-height: 16px;
}
.flip-card-front {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.flip-card-front img {
  width:80px
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(-180deg);
}
/**** Footer Starts *****/
.footer-bottom{
  display: block;
  text-align: center;
  padding: 10px 0 5px;
}
 .footer-bottom a{
  color: #8989A2;
 }
 .footer-bottom a:hover{
  color: #6B191B;
 }
.footer-bottom p{
  margin-bottom: 5px;
  color: #707070;
  font-size: 12px;
}
.footer-top{
  background-image: linear-gradient(#9A2427, #6B191B);
  padding: 60px 0 40px;
}
.footer-block {
  margin-bottom: 25px;
  padding-bottom: 13px;
  border-bottom: solid 1px #fff;
}
.footer-block h4{
  color: #F8B319;
  font-size: 16px;
}
.footer-list {
  padding: 0;
  list-style: none;
}
.footer-list li a{
  text-decoration: none;
  line-height: 18px;
  color: #fff;
  font-size: 14px;
}
.footer-list li{
  position: relative;
  padding: 0 0 5px 20px;
}
.footer-list li a:hover{
  color: #F8B319;
}
.footer-list li::before,
.footer-block address::before,
.social-icons:before{
  content: "";
  width:12px;
  height:10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/footer-arrow.png");
  display: block;
  position: absolute;
  left: 0;
 top: 6px
}
.footer-list.img-list img{
  max-width: 120px;
}
.footer-list.img-list li::before{
  top:50%;
  transform: translateY(-50%);
}
.footer-block address{
  position: relative;
  padding-left: 20px;
  color: #fff;
}
.contact-link a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding-bottom: 10px;
}
.contact-link a:hover {
  color: #F8B319;
}
.contact-link a i{
  width:18px;
  height:18px;
}
.contact-link a i,
.social-icons li a i{
  
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #F8B319;
  font-size: 9px;
  text-align: center;
  padding-top:4px;
  margin-right: 5px;
  color: #6B191B;
}
.social-icons {
  padding-left: 7px;
  position: relative;
  list-style: none;
}
.social-icons li {
  list-style: none;
  display: inline-block;
}
.social-icons a{
  color: #fff;
}
.social-icons li a i{
  width: 28px;
  height: 28px;
  font-size: 16px;
  padding-top: 6px;
}
.social-icons li a:hover i{
  color: #6B191B;
  background-color: #fff;
}
.social-icons.fixed-icons  li{
  display: block;
  margin-bottom: 6px;
}
.social-icons.fixed-icons {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  /*right:0;*/
  z-index: 44;
}
.social-icons.fixed-icons li a i{
   color: #fff;
  background-color: #C32E32;
}
.social-icons.fixed-icons li:hover a i{
  background-color: #6B191B;
}
.social-icons.fixed-icons::before {
  display: none;
}
/**** Footer Ends *****/

/***** * Inner page start here* ***/


.inner-banner-section {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top right;
  min-height: 200px;
}
.sidebar-section {
  position: relative;
  background-color: #d5d5d5;
  padding-bottom: 30px;
}

.sidebar h4{
  color: #C32E32;
  font-size: 18px;
  line-height: 24px;
  padding:5px 0 4px 10px;
  border-left: solid 1px #c32e32;
}
.sidebar h4 span{
  display: block;
  font-weight: 500;
}
.sidebar {
  position: relative;
  padding: 30px 0 0 15px;
  z-index: 2;
}
.sidebar-content-wrap {
  position: relative;
  padding:20px 0;
  z-index: 2;
}
.sidebar-content-wrap h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.sidebar-content-wrap h3 span{
  line-height: 14px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #8989A2;
  display: block;

}
.main-area ul.sidebar-list {
  list-style: none;
  padding-left: 0;
}
.main-area ul.sidebar-list li {
  margin-bottom: 10px;
  list-style: none;
 width:75%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: relative;
  color: #fff;
  padding: 0 0 0 25px;
  background: transparent linear-gradient(180deg, #0F3D66 0%, #081F33 100%) 0% 0% no-repeat;
}
.sidebar-list li a {
  color: #fff;
  padding: 5px 10px 5px 0;
  display: block;
  text-transform: capitalize;
}
.sidebar-list li:before{
  left: -7px;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: solid 24px #F5AC02;
  position: absolute;
  top: 50%;
  margin-top: -15px;

}
p+ul.custom-list {
  padding: 0 0 15px;
}
.sidebar-content .testimonial-slider .owl-dot{
  border:solid 1px #932326;
  background-color: transparent;
}
.sidebar-content .testimonial-slider .owl-dot.active {
  background-color: #932326;
}
.sidebar-content p{
  color: #3A5054;
  margin-bottom: 25px;
}
.sidebar-content address span{
  color: #3A5054;
  font-weight: 700;
  display: block;
}
.sidebar-content address {
  color: #3A5054;
}
.sidebar-content p span {
  display: block;
  font-weight: 700;
}
.sidebar-content .synopia p span{
  padding-bottom: 5px;  
}
.main-area ul.sidebar-list li:hover,
.main-area ul.sidebar-list li.active {
  background: transparent linear-gradient(180deg, #F5AC02 0%, #B4750B 48%, #EEC80A 100%) 0% 0% no-repeat;
  margin-left: 20px;
}
.main-area ul.sidebar-list li:hover:before,
.main-area ul.sidebar-list li.active:before {
  border-left-color: #0F3D66;
  right: -20px;
  left:auto;

}
.sidebar-content.guest-year .v-tabs  img {
  width: 100%
}
.sidebar-content h5 {
  margin-bottom: 20px;
  color: #3A5054;
  font-size: 16px;
}
.sidebar-content .tab-award h5{
  margin-bottom: 10px;
}
.sidebar-content .tab-award p{
  margin-bottom:5px
}
.award_block_wrap.tab-award .award_block{
  padding: 15px 15px 30px;
  border-radius:10px;
}
.award_block_wrap.tab-award  .award_img {
  width:100%;
}
ul.custom-list ol {
  padding-left: 20px;
}
ul.custom-list ol li::before {
  display: none;
}
ul.custom-list {
  padding: 15px 0;
  list-style-type: none;
}
ul.custom-list li {
  padding-left: 20px;
  position: relative;
  color: #3A5054;
  margin-bottom: 10px;
}
ul.custom-list.inline-list li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.custom-list li::before{
  content:'\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position:absolute;
  top:0px;
  left:0;
  line-height: 20px;
}

.sidebar-content .table p{
  margin-bottom: 5px;
}
.sidebar-content .table {
  margin-bottom: 30px;
}
.sidebar-content .table th,
.sidebar-content .table td,
.sidebar-content .table tr,
.sidebar-content .table{
  border-color: #3A5054;
}
.sidebar-content .table thead th p,
.sidebar-content .table thead th {
  color: #fff;
} 

.sidebar-content .table th {
  background:linear-gradient(#9A2427, #6B191B);
}
/*** Accordion Starts****/
.main-area .accordion-item,
.main-area .accordion-item .accordion-button {
  border-radius: 0 !important;
}

.main-area .accordion-item {
  border:none;
  margin-bottom: 15px;
}
.main-area .accordion-item .accordion-button {
  padding: 5px 15px 5px 20px;
  border:solid 1px #6B191B;
  color: #6B191B;
  background-color: #fff;
  font-size: 15px;
  line-height: 22px;
}
.main-area .accordion-item  .accordion-button::after {
  background-image: none !important;
  content: "+";
  font-size: 22px;
  transform: none !important;
  margin-top: 0;
}
.main-area .accordion-item .accordion-button:not(.collapsed)::after {
  content: "-";
}
.main-area .accordion-item .accordion-button:focus,
.main-area .accordion-item .accordion-button:hover,
.main-area .accordion-item .accordion-button:not(.collapsed) {
  background: linear-gradient(#9A2427, #6B191B);
  box-shadow: none;
  color: #fff;
}
.dalal-street .accordion-button{
  text-transform: capitalize;
}
h5+ul.custom-list {
 padding: 0;
}
.accordion-collapse {
  padding:  0 15px;
}
/*** Accordion Ends****/

/** Tabs Start***/
.main-area .nav-tabs {
  border-bottom-color: #9A2427;
}
.main-area .tab-content {
  padding: 15px 0;
}
.main-area .nav-tabs .nav-item.show .nav-link,
.main-area .nav-tabs .nav-link.active,
.main-area .nav-tabs .nav-link:hover,
.main-area .nav-tabs .nav-link:focus {
  background:linear-gradient(#9A2427, #6B191B);
  color: #fff;
  border-color:#6B191B ;
}

.main-area .nav-tabs .nav-link {
  margin-bottom: 5px;
  padding: 8px 14px;
  background: transparent linear-gradient(180deg, #F5AC02 0%, #B4750B 48%, #EEC80A 100%) 0% 0% no-repeat;
  color: #fff;
  font-weight: 500;
}
.main-area .nav.nav-tabs  li {
  margin-bottom: 0;
  margin-left: 3px;
}
.sidebar-content-wrap p.small-font {
  margin-top: -25px;
}
.v-tabs  .nav-pills {
  border:solid 1px #9A2427;
  padding: 10px;
  max-width: 100%;
}
.v-tabs .nav-pills .nav-link {
border-bottom: solid 1px #ddd;
  color: #9A2427;
  padding: 4px 17px;
 width:100%;
 background-color: transparent;
  border-radius: 0 5px 5px 0;
  margin-bottom: 5px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-size: 13px;
  line-height: 20px;
}
.v-tabs .nav-pills .nav-link.active,
.v-tabs .nav-pills .nav-link:focus,
.v-tabs .nav-pills .nav-link:hover,
.v-tabs .nav-pills .show>.nav-link{
  background:linear-gradient(#9A2427, #6B191B);
  color: #fff;
  width: 105%;
  margin: 0 -20px 5px 0;

}
.fancy-img-wrap {
  margin-bottom: 15px;
}
.fancy-img-wrap.fancy-border{
    height: calc(100% - 20px);
    padding: 10px;
    display: flex;
    border: solid 3px #F5AC02;

}
.fancy-img-wrap  img {
  width: 100%;
  min-height: 170px;
}
.accordion-collapse .fancy-img-wrap img {
  min-height: 280px;
  object-fit: cover;
}
.contact-block-wrap {
  max-width: 375px;
    border: solid 1px #9A2427;
    padding: 30px 20px 10px 45px;
    border-radius: 45px 0;
}
.contact-block-wrap.dip-fintech {
  max-width: 100%;
}
.contact-block-wrap.dip-fintech  p {
  margin-bottom: 5px;
}
.contact-block-wrap.dip-fintech  p a{
  display: inline-block;
  padding-left: 10px;
}
.contact-block-wrap a{
  padding-bottom: 15px;
  display: block;
  position: relative;
  color:#9A2427 ;
}
.contact-block-wrap a:hover,
.contact-block-wrap a:focus {
  color: #F5AC02;
}
.contact-block-wrap strong {
  display: block;
  margin-bottom: 0;
}
.contact-block-wrap address a{
  display: inline-block;
  padding-bottom: 4px;
}
.placement-btn-wrap a{
  margin-bottom: 0;
  padding: 10px 12px 8px;
  width: 100%;
}
.placement-btn-wrap  p{
  margin-bottom: 25px;
}
.sidebar-content .testimonial-content {
  max-width: 85%;
  padding: 0 20px;
  text-align: center;
}
.sidebar-content .testimonial-slider .owl-dots{
  position: absolute;
    bottom: -10px;
    width: 100%;
    text-align: center;
    right: 0;
}
.sidebar-content .testimonial-content:after {
  bottom: 30px;
  right: -6px;

}
.sidebar-content .testimonial-content::before {
  top: 0;
  left: -21px;
}
.head-photo img{
  box-shadow: -44px -44px 0px -39px #9A2427, 42px 42px 0px -40px #F5AC02;
  border: 6px solid #fff;
  width: 100%;
  margin-bottom: 30px;
}
.head-photo h5 {
  text-align: center;
  color: #9A2427;
  font-size: 18px;
  margin-bottom: 10px;
}
.head-photo  p{
  text-align: center;
}

.border_text_wrap {
  height:100%;
}
.border_text_wrap.speaker .border_text {
  border-radius: 0;
  margin-bottom: 20px;
}
.border_text_wrap.speaker p span {
  padding-bottom: 10px;
}
.border_text_wrap.speaker .font-black {
  color: #3A5054
}
.border_text_wrap.speaker .brder-img{
  margin-bottom: 20px;
}
.border_text_wrap.speaker .border_text:hover{
  background-color: #e4f0fb;
  color: #9A2427;
 
  border-left: solid 6px #0F3D66 ;
}
.faq-brdr-img {
  float:left;
  display: block;
  margin-bottom: 10px;
}
.faq-brdr-img img {
  max-width: 220px;
  margin-right: 15px;
}
.faq-brdr-box{
  display: block;
  padding: 20px 15px;
  border:solid 1px #0F3D66;
  border-left: solid 6px #0F3D66 ;
  margin-bottom: 20px;
}
.border_text {
  display: block;
  padding: 20px 15px;
  border: none;
  border-left: solid 6px #0F3D66 ;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  color: #9A2427;
  margin-bottom: 30px;
  background-color: #e4f0fb;
  height: calc(100% - 30px);
  border-radius: 0 60px 60px 0;
  transition-duration: 0.3s;
}
.border_text:hover {
  background-color: #9A2427;
  color: #fff;
  border-left-color: #F5AC02;
}
.border_text p {
  font-weight: 400;
  color: inherit;
  margin-bottom: 0;
}
.block_heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: inherit;
  margin-bottom: 5px;
}
.award_block h4{
  font-size: 18px;
  margin-bottom: 0;
}
.award_block {
  display: flex;
  padding: 30px;
  border: none;
  border-left: solid 4px #F5AC02;
  border-right: solid 4px #F5AC02;
  border-top: solid 1px #F5AC02;
  border-bottom: solid 1px #F5AC02;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background-color: #fff2e8;
  margin-bottom: 15px;
  border-radius: 0 60px 0 60px;
  position: relative;
  align-items: center;
  height: calc(100% - 30px);
  flex-direction: column;
}
.award_img{
  margin-bottom: 20px;
  width: 100%;
  
}
.award_img img{
  width: 100%;
}
.award_block_wrap,
.committie_wrap {
  height: 100%;
}
.committie_block  h5{
  color: #9A2427;
}
.committie_block p{
  margin-bottom: 10px;
}
ul.custom-list ul{
  padding-left: 10px;
}
.committie_block ul.custom-list {
  margin-bottom: 0;
}
.committie_block ul.custom-list li {
  margin-bottom: 0;
}
.committie_block {
    border: solid 2px #F5AC02;
    padding: 15px;
    border-radius: 6px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    height: calc(100% - 30px);
    position: relative;
    margin-bottom: 30px;
}
.committie_block.block-modal {
  text-align: center;
  padding: 10px;
  cursor: pointer;    
  display: flex;
  align-items: center;
  justify-content: center;
}
.committie_block.block-modal h5,
.committie_block.block-modal p{
  margin-bottom: 3px;
}
.committie_content {
  position: relative;
  z-index: 22;
  border-radius: 6px;
}
.committie_block:hover:after{
  width: 100%;
}
/**.committie_block:after {
  content: "";
  height:100%;
  width: 0;
  background-color: #f9f1df;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width .4s ease 0s;
  transition: width .4s ease 0s;
  border-radius: 6px;
} **/
.readmore .readmore_contentbox{
  display: none;
}
.readmore_open .readmore_contentbox{
  display: inline-block;
}
.readmore_btn,
.moreless-button{
  display: inline-block;
  background-color: #c32e32;
  width: 120px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 10px 0;
  line-height: normal;
  text-transform: capitalize;
}
.read_more_wrap,
.moretext-btn {
  display: block;
  border-top: solid 1px #c32e32;
  text-align: right;
}
.readmore_btn:hover,
.readmore_btn:active,
.readmore_btn:focus,
.moreless-button:hover,
.moreless-button:active,
.moreless-button:focus{
  background-color: #414446;
  color: #fff;
}
img.img-fullwidth{
  width:100%;
}
.moretext{
  display: none;
}
.readmore_btn_less{
  display: none;
}
.readmore_open .readmore_btn{
  display: none;
}
.readmore_open .readmore_btn_less{
  display: inline-block;
}
.content-section {
  padding: 40px 0;
}
.content-section .page-title {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.content-section .award_block {
  align-items: flex-start;
}
.content-section .award_content p {
  margin-bottom: 10px;
}
.content-section .award_content p i{
  padding-right: 10px;
}
.content-section .award_content h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.videoWrapper,
.video-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 20px;
}
.videoWrapper iframe,
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gallery-overlay {
  position: absolute;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;

  -webkit-transition: top .3s ease 0s;
  transition: top .3s ease 0s;
  background-color: rgba(107,25,27,0.5);
}

.gallery-block:hover .gallery-overlay {
  top:0
}
.overlay-text span {
  display: block;
  font-size: 14px;
  padding: 10px 0 0;
  font-weight: 400;
}
.overlay-text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-weight: 600;
  line-height: 28px;
}
.modal-dialog {
  z-index: 999;
}
.accordion-collapse  .fancy-img-wrap.auto-img img {
  min-height: auto;
}
.sidebar-content .v-tabs .testimonial-slider {
  padding: 0;
}
.sidebar-content .mb-2{
  margin-bottom: 20px !important;
}
.sidebar-content .v-tabs  .testimonial-content::before,
.sidebar-content .v-tabs  .testimonial-content::after{
  width:25px;
  height:25px;
}
.sidebar-content .v-tabs  .testimonial-content::before{
  left: 0;
}
.sidebar-content .v-tabs  .testimonial-content::after{
 right: 0;
}


/*****Site MAp***/
.sitemap_mainbox .sitemap_inner_heading{
  float: left;
  width: 100%;
  font-size: 17px;
  background-color: #ececec;
  padding: 9px 11px 6px 11px;
  margin: 0 0 16px 0;
  color: #c32e32;
  line-height: 24px;
}
.sitemap_mainbox .sitemap_linkmain_heading{
  float: left;
  width: 100%;
  font-size: 28px;
  margin: 0 0 26px 0;
  color: #c32e32;
  line-height: normal;
}
.sitemap_mainbox ul{
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sitemap_mainbox ul li{
  float: left;
  margin: 0;
  /*padding: 0;*/
  width: 100%;
}

.sitemap_mainbox ul li a{
  margin: 0;
  padding: 0;
  color: #000;
}
/******* Tabs End *******/
@media (min-width: 576px) {
  .container {
    max-width: 90%;
  }
.btn+.btn {
  margin-left: 10px;  
} 
.logo-info {
  display: inline-block;
  width: calc(100% - 165px);
}
.logo-info h3 {
  font-size: 11px;
  line-height: 18px;
}
.logo-info p {
  font-size: 7px;
  line-height: 10px;
}
.logo img {
  max-width: 160px;
}
.annoucement-section::before{
  background-image: url('../images/annouce-bg.png');
  height: 100px;
  width: 44%;
  content: "";
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -12px;
 max-width: 300px;
  z-index: 2;
}
.main-area ul.sidebar-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.team-block {
  width: 50%;
}
.team-wrap {
  max-width: 100%;
}
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  h1,h2 {
    font-size: 20px;
    line-height: 40px;
    color: #18446C
  }
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
  h4 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 22px;
  }
  h5 {
    font-size: 22px;
    line-height: 26px;
  }
  h6 {
    font-size: 14px;
    line-height: 23px;
  }

  .program-subtitle br{
    display: block;
  }
  .team-block {
    width:35%
  }
  .info-block .info-img {
    width:120px
  }
  .info-block .info-img  img{
    width:70px;
  }
  .info-content {
    width: calc(100% - 130px);
  }

  .testimonial-content:before,
.testimonial-content:after {
  width:45px;
  height:45px;
}

.annoucement-section h2 {
  margin-left: -20px;
}
.about-img {
  margin-bottom: 0;
}
.right-bg {
  position: absolute;
  right: 0;
  width: 400px;
  z-index: 1;
  display: block;
}
.annoucement-section::before{
  width:35%;
  max-width: none;
}
.footer-list {
  padding: 0 0  22px;
}
.main-area ul.sidebar-list {
  display: block;
}
.main-area ul.sidebar-list li {
  width: 92%;
  margin-bottom: 25px;
}
.main-area ul.sidebar-list li a{
  padding: 7px 0;
}
.sidebar-content .testimonial-content::before {
  left: -25px;
}
.client-block {
  height:130px;
}
.program-title{
position: relative;
top: auto;
  /*display: flex;*/
  /*  align-items: center;*/
    display: grid;
    align-items: stretch;
    justify-content: center;
    width: 10%;
}
.program-title h2 { 
  border-left:none;
  border-top: solid 1px #fff; 
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.program-title h2.prospectus { 
  border-left:none;
  border-top: none; 
writing-mode: vertical-rl;
}
.program-img-wrap {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
 
}
ul.custom-list.inline-list li {
  width: 48%;
}
.program-img {
  width:90%;
}
.program-img img {
  width: 100%;
}
.border_text_wrap.speaker .brder-img {
  width: 30%;
}
.border_text_wrap .brdr-content {
  width: 67%;
}
.border_text_wrap.speaker .border_text{
  display: flex;
  justify-content: space-between;
}
.inner-banner-section {
  background-size: cover;
  background-position: top right;
  min-height: 280px;
  
}

}
@media (min-width: 992px) {
  
  .container {
    max-width: 960px;
  }
  
  .testimonial-img {
    width: 53%;
  }
  .testimonial-right{
    width: 55%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 55px 35px;
  }
  .annoucement-section::before{ 
    width:28%;
   }
   .annoucement-section h2 {
    margin-left: -20px;
  }
  .inner-banner-section{
    min-height: 320px;
  }
  .testimonial-content {
    max-width: 420px;
    padding: 0 30px;

  }
  .footer-list{
    padding: 0;
  }
  .footer-block {
    border-bottom: none;
    padding: 0;
  }
  .sidebar-section:before {
    position: absolute;
    left:0;
    top:0;
    content: "";
    background-color: #e9e9e9;
    display: block;
    height: 100%;
    width:30%;
  }
  .gallery-image {
    min-height: 120px;
    max-height: 245px;
  }
  .sidebar {
    padding: 30px 0;
  }
  .sidebar-section:after {
    width: 70%;
    right:0;
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    background-color: #fff;
    top:0;
  }
  .v-tabs .nav-pills {
    width: 180px;
  }
  .v-tabs .tab-content {
    width: calc(100% - 190px);
    margin-left: 15px;
  }
  .v-tabs .tab-content .accordion-collapse .accordion-body {
    padding:  15px 0;
  }
  .v-tabs .nav-pills .nav-link.active, .v-tabs .nav-pills .nav-link:focus, .v-tabs .nav-pills .nav-link:hover, .v-tabs .nav-pills .show>.nav-link {
    width: 112%;
  }
  .sidebar-content .testimonial-content{
    padding: 0 30px;
  }
  .testimonial-slider .owl-dots {
    width: auto;
    right: 20%;
    bottom: 0;
  }
  .testimonial-content:before{
      left: -28px;

  } 
  .testimonial-content:after {
    right: -15px;
  }
  .info-block-wrap {
    max-width: 960px;
  }
  .info-content p {
    max-width: 510px;
  }
}
@media (min-width: 1024px) {
 
  .achivement-section {
    padding: 70px 0;
  }
  .program-img-wrap {
    padding: 70px 0 30px
  }
  .page-title {
    padding-bottom: 20px;
  }
  .flip-card {
    margin-bottom: 90px;
  }
  .campus-section {
    padding: 60px 0 130px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%);
    margin-bottom: -120px;
  }
  .banner-slider .item {
    min-height: 450px;
    height: calc(100vh - 208px);
    background-size :100% 100%;
  }
  .program-subtitle {
    border-bottom: 0;
    border-right: solid 1px #fff;
    padding:25px;
    font-size: 32px;
    line-height: 40px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    margin-bottom: 0;
  }
  .news-section {
    padding: 60px 0;
  }
  .sidebar-content .testimonial-slider {
    padding: 30px 0 20px;
  }
  
}
@media (min-width: 1200px) {
  body{
    overflow-x: hidden;
  }
  .container {
    max-width: 1140px;
  }
  .page-header {
    padding: 0;
  }
  .right-bg {
    width: 580px;
   }

  .down-arrow {
    display: none;
  }
  .logo {
    width: auto;
    margin-top: 15px;
  }
  .nav-trigger,
  .menu-trigger {
    display: none;
  }
  .rightbox {
    float: right;
    width: auto;
    padding: 10px 0 7px;
    height: auto;
    right: unset;
    overflow: hidden;
    top: unset;
    position: relative;
    opacity: 1;
    border-top: none;
    background-color: #fff;
    pointer-events: auto;
    max-width: 540px;
}
.gallery-image {
  min-height: 245px;
}
  .top_menu_box {
    text-align: right;
    color: #3A5054;
    margin-bottom: 4px;
  }
  .top_menu_box a{
    font-size: 15px;
    color: #3A5054;
    text-decoration: none;
    padding: 0 9px 0 6px;
  }
  .top_menu_box a:last-child {
    padding-right: 0;
  }
  .top_red_btn {
    /*text-align: right;*/
    text-align:center;
    margin-top: 0;
    max-width: 600px;
     display: flex;
  align-items: center;
  gap: 10px;
  }
  .top_red_btn a{
    background-color: #c32e32;
    color: #fff;
    text-decoration: none;
    padding: 7px 10px;
    margin: 0px 0px 5px 4px;
    line-height: normal;
    box-shadow: 2px 3px 2px #ccc;
    display: inline-block;
    max-width: none;
    width: 31%;
    text-align: center;
  }
  
  .main_navigation_box nav{
    margin:0;
    max-width: 100%;
  }
  .main_navigation_box{
    background-color: #414446;
    display: block;
    height: auto;
    left: unset;
    top: unset;
    position: relative;
    opacity: 1;
    border-top: none;
    pointer-events: auto;
    overflow: visible;
  }
  .main_navigation_box ul{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .main_navigation_box ul li{
    margin: 0;
    padding: 10px 0;
    width: auto;
    height: auto;
    list-style-type: none;
   
  }
  .main_navigation_box ul li a{
    width: auto;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    padding: 3px 9px 0px 9px;
    border-bottom: none;
  }
  .main_navigation_box ul li+li a{
    border-left: 1px solid #fff;
  }
  .main_navigation_box ul li a:hover{
    text-decoration: none;
  }
  .main_navigation_box ul li a::after{
    border-bottom: 2px solid #414446;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .main_navigation_box ul li a:hover::after,
  .main_navigation_box ul li.active a::after{
    content: '';
    border-bottom: 2px solid #fff;
    float: left;
    width: 100%;
  }
  .info-section {
    min-height: 720px;
    padding: 50px 0;
  }
  ul.custom-list.inline-list li {
    width: 32%;
  }
.info-left {
  width: 50%;
  padding-right: 80px;
}
.info-block-wrap {
  float: right;
}
  .team-wrap {
    max-width: 1100px;
  }
  .owl-item.center .slider-block {
    max-width: 360px;
   top: -50px;
  }
  .owl-item.center .slider-header {
    height: 300px;
    margin-bottom: 30px;
    background: transparent linear-gradient(288deg, #EE9617 0%, #FE5858 100%) 0% 0% no-repeat padding-box;
  }
   .owl-item.center .slider-header {
    justify-content: center;
  }
  .team-block {
    width: 20%;
    margin-bottom: 0;
  }
  .team-content {
    height: calc(100% - 200px);
    display: flex;
    align-items: center;
  }
  .page-title {
    padding-bottom: 40px;
  }
  /*** About Starts****/
  .about-section {
    padding: 70px 0;
  }
  .about-content p{
    font-size:14px;
  }
  .about-content {
    padding-left: 50px;
  }
  /*** Banner Starts****/

 .banner-section {
  position: relative;

 }
  .banner-section:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
 
.social-icons.fixed-icons {
  z-index: 999;
}
  p {
    font-size: 14px;
    line-height: 22px;
  }
  .program-content {
    padding-left: 40px;
  }
  .program-inner-wrap {
    padding-bottom: 90px; 
  }
  .news-content h3 { 
    font-size: 18px;
    line-height: 26px;
  }
  .news-content p{
    font-size: 14px;
  }
  .footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main_navigation_box ul .sub-menu {
    width: 240px;
    background-color:rgb(195, 46, 50);
    top:44px;
    z-index: 99;
   position: absolute;
  }
  ul.sub-menu li>ul {   
    position: absolute;
    background-color:rgb(195, 46, 50);
    padding: 0;
    width: 240px;
    z-index: 99;
    top: 0;
    left: 240px;
    box-shadow: 0 0 10px #3A5054;   
}
ul.sub-menu li>ul.top-up {
  top:-150px;
}

.main_navigation_box ul .sub-menu li .down-arrow {
  top: -9px;
  transform: rotate(-90deg);
  right: 0;
}
.main_navigation_box ul li:last-child > ul.sub-menu li >ul{
  left:-240px
}
.main_navigation_box ul li:last-child > ul.sub-menu li a{
  padding-left: 30px;
}
.main_navigation_box ul li:last-child > ul.sub-menu li .down-arrow{
  right: auto;
  top: 6px;
  transform: rotate(90deg);
}
.main_navigation_box ul li:last-child > ul.sub-menu li:last-child .down-arrow {
  left:-8px
}
  .main_navigation_box ul li.has-sub:hover .sub-menu,
  ul.sub-menu li:hover >ul
  {
    display: block;
   }
  
   .annoucement-section::before{ 
    width:28%;
   }
   
  .inner-banner-section{
    min-height: 420px;
  }
  .logo-info p {
    font-size: 10px;
    line-height: 13px;
}
.logo-info h3 {
  font-size: 13px;
  line-height: 18px;
}
.logo img {
  max-width: 170px;
}
.logo-info {
  max-width: 340px;
}
/**** Inner Page****/
.sidebar-section:after {
  width: 73%;
}
.sidebar-section::before {
  width: 27%;
}
.main-area ul.sidebar-list li {
  max-width: 285px;
}
.sidebar h4 {
  max-width: 210px;
}

.main-area ul.sidebar-list li:hover,
.main-area ul.sidebar-list li.active{
  margin-left: 40px;
}
.main-area .nav-tabs .nav-link {
  margin-bottom: 0;
}
.testimonial-content:after {
  right: -25px;
}
.testimonial-content::before {
  left: -60px;
}
.sidebar-content .testimonial-content:after {
  bottom: 38px;
}
.client-block {
  min-height:95px;
  height: auto;
}
.committie_wrap .committie_block {
    max-height: 450px;
    overflow-y: auto;
}
.client-slider .owl-dots { 
  padding: 30px 0 40px;
}
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
 

.annoucement-section h2 {
  margin-left: -60px;
}
  .main_navigation_box ul li a{
    padding:  3px 10px 0px 10px;
  }
  .annoucement-section h2 {
    margin-left: -40px;
  }
}
@media (min-width: 1600px) {
  .annoucement-section::before{
    width: 35%;
  }
}
/*scroll for commeettee popup start*/
.modal_body_scroll
{
    max-height: 300px; 
  overflow-y: scroll;
  color: #3A5054;
  }
/*scroll for committee popup end*/

/*new code karan*/

.borderclass{
    border: 5px solid;
}


/*popup*/
            .popup {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
             background-color: rgba(0,0,0,0.7); 
        }
        .popup-content {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 80%;
            max-width: 450px;
        }
        .close {
            position: absolute;
            top: 20px;
            right: 25px;
            color: #fff;
            font-size: 35px;
            font-weight: bold;
            cursor: pointer;
        }
        .close:hover,
        .close:focus {
            color: #bbb;
            text-decoration: none;
            cursor: pointer;
        }
        @media (max-width: 600px) {
            .popup-content {
                width: 90%;
            }
            .close {
                font-size: 30px;
                top: 10px;
                right: 15px;
            }
        }