
.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;
}


/*** 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;
}

.content-section .page-title {
  margin-bottom: 0;
  padding-bottom: 30px;
}




/*****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;
  }
  .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;
            }
        }