/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,500;0,700;0,800;0,900;1,500;1,700&display=swap');
body{overflow-x:hidden;}
h1,h2,h3,h4,h5,h6,p,a,label,input,span,textarea,select,button,b,li,ul{
    font-family: 'Poppins', sans-serif;
}
p, a{
    word-break: break-word;
}
.text-primary{
    color:#ef7c32 !important;
}
.text-secondary{
    color:#0a2458 !important;
}
.bg-primary{
    background-color:#ef7c32 !important; ;
}
.bg-secondary{
    background-color:#0a2458 !important; ;
}
li{
    list-style:none;
}
.btn-primary {
    color: #fff;
    background-color: #ef7c32 !important;
    border-color: #ef7c32 !important;
}
.btn-primary:hover{
    background-color:#0a2458 !important;
    border-color: #0a2458 !important;
    
}
a,
a:hover{
  text-decoration:none;
}

/* header */
.bottom-menu .btn-primary{
    font-size:12px;
    border-radius:2px;
} 
.bottom-menu{
    font-size: 12px;
    border-radius: 2px;
    clear:both;
}
.top-header .container{
    padding:4px 15px;
    z-index: 9;
}
.top-header:before {
    content: '';
    position: absolute;
    /* width: 100%; */
    width: 95%;
    height: 50px;
    z-index:1;
    background: #0a2458;
    color: #fff;
    
    right: 0;
    border-bottom-left-radius: 30px;
}
.top-header .social-media li {
    padding:5px;
}
.top-header .social-media li i,
.footer-bottom li i {
    color:#fff;
    border-radius: 50%;
    border: 1px solid #fff;
}
.top-header .social-media li i:hover{
  transform:translate(2s)
}
i.fa.fa-facebook {
    background: #0a47b3;
    padding: 7px 11px;
}
i.fa.fa-twitter {
    background: #0ab5dd;
    padding: 7px 8px;
}
i.fa.fa-youtube-play {
    background: #f92b3b;
    padding: 8px;
}
i.fa.fa-globe {
    background: #ef7c32;
    padding: 8px 9px;
}
i.fa.fa-whatsapp {
    background: #29A71A;
    padding: 7px 9px;
    
}
i.fa.fa-instagram{
background: #eabe2e; /* Old browsers */
background: -moz-linear-gradient(45deg,  #eabe2e 0%, #6624c1 39%, #d622d0 84%, #d622d0 84%, #350063 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #eabe2e 0%,#6624c1 39%,#d622d0 84%,#d622d0 84%,#350063 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #eabe2e 0%,#6624c1 39%,#d622d0 84%,#d622d0 84%,#350063 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eabe2e', endColorstr='#350063',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding: 8px 9px;
}
li.nav-item img{
    
}
/* div#navbarTogglerDemo01 li:hover {
  background: #ef7c32;
  color: #fff;
}
div#navbarTogglerDemo01 li:hover a,
div#navbarTogglerDemo01 li:hover span{
  color: #fff;
} */
ul li.nav-item img:nth-child(5){
  
}
ul li.nav-item{
    padding: 0rem 5px;
    border-right:1px solid #ccc;
    position: relative;
}
ul li.nav-item:last-child{
    border-right:1px solid transparent;
}
.navbar-light .navbar-nav .nav-link{
    padding: 0 5px;
}
.hover-box {
  display: none;
  position: relative;
    z-index: 99999;
   
}
.hover-txt:hover,
.hover-box  span:hover{
  /* background:#ef7c32; */
  background:#ef7c32;
  width:100%;  
  border-radius: 5px;

}
span.hover-txt:hover{
    padding:5px 21px !important;
}
.hover-box  span:hover{
  padding:5px 9px;
}
ul li.nav-item:hover .hover-box {
  display: block;
  position: absolute;
  /* width: 221px; */
  background: #0a2458;
  color: #fff;
  padding: 5px 0px;
  width: 95px;
  /* bottom: 15px; */
  top:40px;
  border-radius: 5px;
  left:50%;
  transform: translate(-50%, 2px);
}
ul li.nav-item:hover .hover-box .hover-txt{
  
} 
.hover-box:before{
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%, 2px);
 
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;

  border-right: 8px solid transparent;
  border-bottom: 8px solid #0a2458;
}
ul li.nav-item:before:hover .hover-box{
  background-color: #000;
}
/* slider */
.header-inner {
    background: #ffffff47;
    border-bottom-width:1px;
    border-bottom-style: solid;
    border-image: linear-gradient(45deg,#92fd92,  #f8ccae, #ef7c32) 1;
}
.header{
    background:url(../img/header-bg.png) no-repeat;
    background-size:cover;
    background-position:center;
    width:100%;
    height:100%;
}
.slider-detail h2 {
    font-size: 50px;
    font-style: italic;
}
.sidebar ul,.sidebar ol{padding-left:1rem;}
/* update/news */
.daily-updates{
    background-color: #fff6f1;
    height:70px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: -30px;
	left:0;
    border-radius: 8px;
    box-shadow: 0px 10px 20px #f2a26b87;
  }
  .daily-updates .wrapper {
    background-color: #ffffff;
    color: #ef7c32;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%;
  }
.daily-updates .sliding {
    -webkit-animation: sliding-text 100s linear infinite;
    animation: sliding-text 100s linear infinite;
    font-size: 1em;
    overflow: hidden;
    position: absolute;
    top:70%;
    z-index: 9999;
    white-space: nowrap;
    margin: 0;
    transform: translate(-70%, 0px);
}
/* .daily-updates .sliding:hover{
 -moz-animation-play-state: paused;
 -webkit-animation-play-state: paused;
 animation-play-state: paused;
 
 } */
.daily-updates:hover .sliding{
 -moz-animation-play-state: paused;
 -webkit-animation-play-state: paused;
 animation-play-state: paused; 
 }



  @-webkit-keyframes sliding-text {
    from {
      transform: translate(50%, -100%);
    }
    to {
      transform: translate(-100%, -100%);
    }
  }
  
  @keyframes sliding-text {
    from {
      transform: translate(50%, -100%);
    }
    to {
      transform: translate(-100%, -100%);
    }
  }
  .daily-updates:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 200%;
    top: -27px;
    left: 12px;
    z-index: 1;
    background:#0a245814;
    transform: rotate(-40deg);
  }
  .daily-updates:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 200%;
    top: -27px;
    right: 12px;
    z-index: 1;
    background:#0a245814;
    transform: rotate(-40deg);
  }
  /* activity */
  section.activity{
    background: linear-gradient(-45deg, #f69453, #f37521, #d9845b, #ffe3c2);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100%;
    padding-top: 100px;
    padding-bottom:50px;
  }
  @keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.circle {
  border-radius: 50%;
  background-color: white;
  width: 60px;
  height: 60px;
  position: absolute;
  opacity: 0;
  top: 0;
  left: calc(50% - 30px);
  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}
  @keyframes scaleIn {
    from {
      transform: scale(.5, .5);
      opacity: .5;
    }
    to {
      transform: scale(2, 2);
      opacity: 0;
    }
  }
  .item {
    z-index: 100;
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    margin: 0 auto;
    border:1px dashed #cd5e15;
  }
  .item img {
    /* width:45px; */
    z-index: 999;
    padding: 5px;
    
}
  .activity-box{
   
      position: relative;
  }
  li.activity-list{
   
    width: 20%;
    text-align: center;
    position: relative;
    margin: 0 auto;
  }
  .item.speech {
    border: 1px dashed #7ad87b;
    border-radius: 50%;
}
.item.achievement{
  border: 1px dashed #187ec2;
  border-radius: 50%;
}
.item.video{
  border: 1px dashed #6a3394;
  border-radius: 50%;
}
.actovity-details.text-light {
  border-right: 1px solid #fff;
}
  /* end:activity */

  /* about us */
.about-us-inner{
  background:url(../img/about-us.jpg) no-repeat;
  background-size:cover;
  background-position:top;
  background-attachment:fixed;
  width:100%;
  height:500px;
}
.about-detail{
  position: absolute;
    width:40%;
    right: 0;
    bottom: 0;
   background: #fff;
   border-top-left-radius: 20px;
}
.minister-nm h4{
   
}
.about-content {
  position: relative;
  padding: 30px;
}
.about-content{
  position: relative;
  padding-left: 80px;
}

.about-content:before {
  content: '';
  position: absolute;
  width:50px;
  height: 100%;
  background: #0a2356;
  left: 0;
  top: 0;
  border-top-left-radius: 20px;
}
.about{
  position: relative;
}
.about:after{
  content: 'Our Journey';
  transform: translate(-50%, -50%) rotate(90deg);
  color: #fff;
  position: absolute;
  left: 25px;
  top: 50%;
  white-space: nowrap;
  font-family: 'Poppins';
  font-size: 20px;
}
.about-content p{
  max-width:500px;
}

@media(min-width:1600px){
  .about-detail{
    width:33%;
  }
}
/* life journey */
.swiper {
  width: 100%;
  height: 100%;
 
}
section.life-journey{position: relative;}
section.life-journey:before{content: ''; position: absolute; height: 36px; width: 100%; background: url(../img/journey-img-before.png); bottom: 0; left: 0; z-index: 3;}
section.life-journey .swiper-slide { font-size: 18px; color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 40px 60px; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center;}
section.life-journey .swiper-slide .journey-img{position: absolute; left: 0; top: 0;}
section.life-journey .swiper-wrapper{
/*  align-items: center !important;*/
  display: flex !important;
}

section.life-journey .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position:bottom;
  background-attachment:fixed;
}

section.life-journey .swiper-slide .title {
  font-size: 41px;
  font-weight: 500;
  font-family: 'Poppins';
  margin-bottom:10px;
}
section.life-journey .swiper-slide .subtitle {
  margin-bottom: 20px;
  font-size: 21px;
  font-family: 'Poppins';
}

section.life-journey .swiper-slide .text {
  font-size: 15px;
    max-width: 600px;
    font-family: 'Poppins';
    line-height: 1.3;
    margin: 0 auto;
    text-align: center;
}
section.life-journey .swiper-pagination{
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  left: 0;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  left: 0;
}
section.life-journey .swiper-pagination-bullet-active {
  background:#f36b14 !important;
  border: 1px solid #fff !important;
}
section.life-journey .swiper-pagination-bullet{
  background: #505050;
  border: 2px solid #ffffff;
  width: 13px !important;
  height: 13px !important;
}
section.life-journey .swiper-button-prev{left:20px;}
section.life-journey .swiper-button-next{right:20px;}
section.life-journey .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
section.life-journey .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  	content: 'next';
    font-size: 20px !important;
    color: #e77400 !important;
    background: #fff !important;
    font-weight: 600 !important;
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
    border: 1px solid #f37724 !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.life-journey .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {content: 'prev';left:20px;}
section.life-journey .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {content: 'next';}
/* end of journey */

/* portfolio */
.portfolio-inner{
  background:url(../img/portfolio-bg.png) no-repeat;
  background-size:cover;
  padding: 40px 0;
  width:100%;
  height:100%;
}
.portfolio-inner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}

.portfolioSec .leftSec .swiper-slide{background: none;width: 50%;float: left;padding: 0px 15px;display: block;}
.portfolioSec .rightSec .swiper-slide{background: none;width: 100%;float: left;padding: 0px 15px;display: block;margin-bottom: 31px;}
.portfolioSec .rightSec .swiper-slide .port-detail{
    bottom: 0;
    right: 15px;
    left: 15px;
}
.portfolioSec .rightSec .swiper-slide h5{font-size: 18px; }
.portfolioSec .rightSec .swiper-slide .read-more-btn a{font-size: 16px;}

.portfolio-inner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  position:relative;
}
.img-box{
  position:relative;
}
.img-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 15px;
  background: linear-gradient(to bottom, #ffffff00 0%,#cccccc59 30%,#000000cc 80%);
  background:-webkit-linear-gradient(to bottom, #ffffff00 0%,#cccccc59 30%,#000000cc 80%);
  background: -moz-linear-gradient(to bottom, #ffffff00 0%,#cccccc59 30%,#000000cc 80%);
}
.port-detail {
  position: absolute;
  z-index: 9;
  text-align: left;
  padding: 20px;
  bottom: 0;
  right: 15px;
  left: 15px;
}

.portfolio-inner .rightSec .swiper-slide .img-box{height: 232px;overflow: hidden;border-radius: 15px;}

.portfolio-inner .rightSec .swiper-slide img{
    height: auto;
    max-width: inherit;
    object-fit: inherit;
    left: 50%;
    min-height:100%;
    min-width:100%;
    position:relative;
    top: 60%;
    transform:translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
}

.read-more-btn a{
  color:#fff;
  margin-top:10px
}
.read-more-btn a:hover {
    background: #f47a28;
    padding: 5px;
    border-radius: 2px;
    transform: scale(2);
    transition: 2s ease auto;
}
.port-detail h5:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  left: 0;
  background: #ef7c32;
  bottom: -11px;
}
.portfolio-inner:before{
  content: url('../img/kamal.png');
  position:absolute;
  left:0%;
  top:0;
}
.portfolio-inner .section-title h2{
  padding-bottom: 50px;
  font-weight: 600;
  font-size: 50px;
}
.portfolio-inner .read-more-btn {
  margin-top: 20px;
}
/* end portfolio */

/* start : Gallery */
.gallery-inner{
  background:url(../img/gallery-bg.png) no-repeat;
  background-size:cover;
  background-position:top;
  background-attachment:fixed;
  width:100%;
  height:auto;
  padding:50px 0;
}
.grid-item {
    display: inline-block;
    height: 240px !important;
    overflow: hidden;
    text-align: center;
    width: 25% !important;
}
  .grid-item img{
    width:100%;
    height:auto;
    filter: url(filters.svg#grayscale);
      /* filter: gray;
      -webkit-filter: grayscale(1); */
      transition: 0.9s;
  }
  .grid-item img:hover{
      filter: none;
  }
  
  .isotope-pager .pager {
    display: inline-block;
  }
  .filters {
    width: 100%;
    text-align:left;
   
  }
  
  .filters ul {
    list-style: none;
      padding: 20px 10px;
    
  }
  
  .filters li {
    display: inline-block;
    padding:0px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      position:relative
  }
  .filters li a:after{
    content: '';
  position: absolute;
  width: 0px;
  height:2px;
  left: 50%;
  bottom:-2px;
  background-color:#f47a28;
  transition: all ease-in-out .2s;
  }
  .filters li a:before{
    content: '';
    position: absolute;
    width:6px;
    height:6px;
    left: 50%;
    bottom: -4px;
    border-radius: 50%;
    background-color: #f47a2800;
    transition: all ease-in-out .2s;
    transform: translate(-50%, 0px);
  }
  .filters li a:hover:after{
    width: 100%;
  left: 0;
  }
  .filters li a:hover:before{
    background-color:#f47a28;
  }
  .filters li a{
    color: #767575;
    text-decoration: none;
    font-weight: 500;
    position:relative;
    padding: 15px;
	line-height:3
  }
  .filters li:hover a {
    color: #f47a28;
  }
  
  .filters li:hover{
    color: #f47a28;
  }
  
  .filters li.active a{
    color: #f47a28;
     border-bottom: 2px solid #f47a28;
}
.isotope-pager a{
    margin: 6px 1px;
      display: inline-block;
      width: 50px;
      line-height: 31px;
      color: #fff;
      font-weight:500;
      transition: 0.3s;
      box-shadow: -1px 1px 11px rgba(0,0,0,.1);
      border-radius: 25px;
      background-color: #f47a28;
      border: .5px solid #f47a28;
    text-decoration:none;
    cursor: pointer;
  }
  
  .isotope-pager a:hover{
    color: #fff;
    border: .5px solid #fff;
    box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
  }
  
  .isotope-pager .active{
    color: #fff !important;
      box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
      border-radius: 25px;
      background-color:#0a2458;
      border: 1px dotted #0a2458;
  }
  
  .isotope-pager .prev{
    border-radius: 30px 0 0 30px;
  }
  
  .isotope-pager .next{
    border-radius: 0 30px 30px 0;
  }
  
  .isotope-pager a::before,.isotope-pager a:after{
    content: "";
    position: absolute;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  .isotope-pager .num::before,.next::before{
    border-right: 20px solid #2c3e50;
    right: 100%;
  }
  
  .isotope-pager .num:after,.prev:after{
    border-right: 20px solid #f1f1f1;
    right: 0;
  }
 .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size:14px;
    padding: 20px;
    text-align: center;
  }
  
  .grid-item:hover .overlay {
    opacity: 1;
  }
  div#container{
    margin:0 auto;
  }
  h2.text-secondary{
    font-weight: bold;
    font-size: 50px;
  }
/* End : Gallery */

/* speeeach-interview */
.speeach-interview-inner .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.speeach-interview-inner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speeach-interview-inner {
  background: #eef5ff;
  padding: 100px 0;
}
.speeach-interview-inner iframe {
  border-radius: 15px;
 
}
.speeach-interview-inner .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.speeach-interview-inner .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  left: 0;
    background: #fff;
    color: #ef7c32;
    font-size: 15px;
    padding:10px 14px;
    font-weight: 600;
    border-radius: 50%;
    border: 2px solid #ef7c32;
}
.speeach-interview-inner .swiper-button-prev, .swiper-rtl .swiper-button-next{
  left:12px !important;
  right:inherit !important;
}
.speeach-interview-inner .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: inherit !important;
  left:12px !important;

}
.speeach-interview-inner .swiper-button-next {
  top:76% !important;
}
.speeach-interview-inner  .swiper-button-prev {
  top: 65% !important;
}
/* .speeach-interview-inner .swiper{
  overflow: inherit !important;
} */
.speeach-interview-inner  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom:0px !important;
  margin: 0 !important;
}
.swiper-pagination-bullet {
  
  border:2px solid #ffffff;
  padding: 5px;

  background: #6c6b6b;
  
}
.swiper-pagination-bullet-active{
  background: #e77400 !important;
}
.btn a:hover,
.media-coverage-inner a:hover{
    color: #0a2458 !important;
}
/* media coverage */
.media-coverage-box {
  padding: 10px;
    border-left: 2px dashed #ccc;
  
}
.media-coverage-box h5 a{
  color:#000;
}
.media-coverage-box h5 a:hover{
    color: #ef7c32;
}
.media-coverage-box p{
  color:#444;
}
.media-coverage-box .date{
  border-bottom: 2px dashed #ccc;
  padding-bottom:15px !important;
}
.media-box img{
  border-radius: 10px;
}
/* people say */
.people-say-inner {
  background: #fce7d9;
  padding: 100px 0;
}
.people-say-inner .row{
  background:url(../img/people-bg.jpg) no-repeat;
  background-size:cover;
  background-position:bottom;
  width:100%;
  height:auto;
  padding:50px 20px;
  border-radius: 20px;
  margin: 0;
}
.people-say-inner .row:after{
  content: url('../img/people-say-icon.png');
  position:absolute;
  left: 8%;
    top: -15%;
}
.people-box {
  background: #f2f2f2;
  padding: 50px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 10px 20px #00000021;
  position:relative;
}
.people-say-inner .swiper-slide{
  position:relative;
}
.people-say-inner .swiper-slide:before{
  content: url('../img/quote-icon.png');
  position:absolute;
  left: 05%;
  top:8%;
  z-index: 99;
}
/* footer */

.footer-inner{
  background:url(../img/footer-bg.jpg) no-repeat;
  background-size:cover;
  width:100%;
  height:auto;
  padding:50px 0px 0 0;
  background-position: center;
}
.footer-bottom {
  background: #e6e6e6;
  padding: 15px 0;
}
.fot-bot {
  background: #cccccc;
  padding: 15px 0;
  font-size: 14px;
  color: #444;
}
p.address {
  max-width:699px;
  margin: 0 auto;
  padding: 20px 0;
}
.phone-no a,
.faxno a{
  color:#444;
}
.btn-secondary {
  color: #fff;
  background-color: #0a2458;
  border-color: #0a2458;
  border-radius: 0;
}
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(247 211 187) !important;
}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle,
.btn-secondary:hover{
  color: #fff;
  background-color: #ef7c32 !important;
  border-color: #ef7c32 !important;
}
.phone-no li{
  padding:0 5px;
}
.phone-no a:hover, .faxno a:hover,
.faxno li:hover{
  color: #ef7c32;
}
 .social-media ul li{
  position:relative;
  padding: 3px;

}
.footer-bottom .social-media ul li a{
  /* padding:0 5px; */
}
 .social-media ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* background: #ef7c32; */
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.social-media ul li:hover::before {
  transform: scale(1.1);
  border-radius: 50%;
  box-shadow: 0 0 15px #ef7c32;
}

 .social-media ul li:hover {
  color: #ef7c32;
  box-shadow: 0 0 5px #ef7c32;
  text-shadow: 0 0 5px #ef7c32;
  border-radius: 50%;

}
.office-address h4 {
  position: relative;
}
.office-address h4:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 35px;
  width: 50px;
  height: 2px;
  transform: translate(-50%, 5px);
  background-color: #0a2458;
}

/* social media */
.social-media-inner {
  background: #eef5ff;
  padding:50px 0;
}
.social-media-inner .row{
  background-color:#fff;
  padding: 10px 0;
}
.social-media-inner .social-box{
  background: #eef5ff;
    height: 500px;
    overflow-y: scroll;
}
.social-title{
position: sticky;
top: 0;
box-shadow:none;
z-index: 99999 !important;
}
.post1 {
  background: #fff;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 10px 20px #0003;
}
.post1 p,
.social-media-inner p{
  font-size:14px;
}
.social-media-inner p.text-muted {
  font-size: 10px;
}
.social-box.facebook h2.text-light {
  background: #0957b5;
  padding: 10px;
  margin: 0;
  /* box-shadow: 0px 10px 20px #000; */
}
.social-box.twitter h2{
  background:#000;
  padding: 10px;
  margin: 0;
  /* box-shadow: 0px 10px 20px #000; */
  color:#fff;
  text-align: center;
}
.social-box.instagram h2{
  padding: 10px;
  margin: 0;
  /* box-shadow: 0px 10px 20px #0000000d; */
  background: #eabe2e;
  background: -moz-linear-gradient(45deg, #eabe2e 0%, #6624c1 39%, #d622d0 84%, #d622d0 84%, #350063 100%);
  background: -webkit-linear-gradient(45deg, #eabe2e 0%,#6624c1 39%,#d622d0 84%,#d622d0 84%,#350063 100%);
  background: linear-gradient(45deg, #eabe2e 0%,#6624c1 39%,#d622d0 84%,#d622d0 84%,#350063 100%);
    
}
.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;

}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  transition: 0.3s;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  color:#ccc;
}
.tab button:hover {
  color:#000;
  border-bottom: 1px solid #000;
}

.tab button.active {
  color:#000;
  border-bottom: 1px solid #000;
}

.tabcontent {
  display: none;
}
.social-box.youtube h2{
  background: #e8424e;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0;
  /* box-shadow: 0px 10px 20px #000; */
}
section.social-media-section ::-webkit-scrollbar {
  width:4px;
}
section.social-media-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
section.social-media-section ::-webkit-scrollbar-thumb {
  background:#fdb588; 
  border-radius: 10px;
}
section.social-media-section ::-webkit-scrollbar-thumb:hover {
  background:#ef7c32; 
}



div#navbarTogglerDemo01 .dropdown-item{
  font-size:14px;
}
div#navbarTogglerDemo01 ul.dropdown-menu.p-0.show li{
  border-bottom: 1px solid #cccccc61;
}
div#navbarTogglerDemo01 ul.dropdown-menu.p-0.show{
  box-shadow: 0px 10px 20px #0000003d;
    transition: 2s ease all;
}
div#navbarTogglerDemo01 .dropdown-item.active,
div#navbarTogglerDemo01 .dropdown-item:active{
  background-color: #0a2458;
}
.bottom-menu.container.mobile-menu{
  display:none;
}

li.nav-item.text-center.submenu-nav.position-relative{
  display:inline-block;
  
}
ul.p-0.sub-menu{
  position: absolute;
  display: none;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
}
ul.p-0.sub-menu li{
  padding:5px 5px;
  border-bottom: 1px solid #ccc;
}
ul.p-0.sub-menu li a{
  color:#fff;
  font-size:11px;
}
li.nav-item.text-center.submenu-nav.position-relative:hover ul.p-0.sub-menu{
  display:block;
  
}
 ul.p-0.sub-menu li:hover{
  background-color: #ef7c32;
}
ul.p-0.sub-menu li:hover a{
  color:#fff;
}
.the-man{
  background: url(../img/about-us/about-us.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}
section.the-man .top-header{
  background:#fff;
}
.the-man-img iframe{
    position: absolute;
    border-radius: 10px;
   top:-80px;
}
.the-man-img.position-relative {
  background: #f4f8ff;
}
.the-man-img h2 {
  margin-top: 100px;
  width: 900px;
  margin: 120px auto 80px;
}
.the-man-img h2:before{
  content: "\f10e";
  position: absolute;
  font-family: FontAwesome;
  font-size: 30px;
  top: 2px;
  left: -47px;
  color: #ef7c32;
}
section.man-history p{
  font-size:14px;
  
}
section.man-history img{
  border-radius: 10px;
  box-shadow: 0px 10px 20px #00000026;
}
.more {display: none;}
section.man-history .row{
  position:relative;
  max-width:1024px;
  margin:0 auto;
  box-shadow: 0 .1rem 1rem rgba(0,0,0,0.10)!important;
  margin-top: 50px;
  padding: 0px 30px;
}
section.man-history .row > .py-4{display:none}
section.man-history .row:before{
  content:'';
  position:absolute;
  width:2px;
  height:100%;
  background-color:#ef7c32;
  left:50%;
  top:0%;
  z-index: 9;
    display: none;
}
.col-md-6.col-sm.px-5.after,
.col-md-6.col-sm.mt-5.px-5.before{
  position: relative;
}
.col-md-6.col-sm.mt-5.px-5.before:before{
  position: absolute;
  content: '';
  width:50px;
  height: 2px;
  background:#ef7c32;
  left: 0;
  top:5%;
  z-index:9;
}
.col-md-6.col-sm.px-5.after img{}
.col-md-6.col-sm.px-5.after:after{
  position: absolute;
  content: '';
  width:50px;
  height: 2px;
  background:#ef7c32;
  right: 0;
  top:5%;
  z-index:9;
}
section.man-history .row:after{
  position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: rgb(239 124 50);
    border-radius: 50%;
    left: 50%;
    top:0%;
    z-index: 1;
    transform: translate(-50%, 0px);
    display: none;
}
button.read {
  background:#ef7c32;
  color: #fff;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  border:1px solid transparent;
  text-transform: capitalize;
}
button.read:hover{
  background: #0b3383;
  border:1px solid #fff;
}



.col-md-6.col-sm.blue-color {
  background: #0a2458;
  color: #fff;
  height: 100%;
}
.col-md-6.col-sm.blue-color:before,
.col-md-6.col-sm.blue-color:after {
  top: 10% !important;
}
/*start  life journey page */
.life-journey-page{
  background: url(../img/about-us/life-journey.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height:auto;
}

.life-journey-page .top-header{
  background: #fff;
}
.life-journey-title{
  padding: 150px 0;
}
.timeline-carousel {
  padding: 86px 6.9444% 90px 6.9444%;
  position: relative;
  overflow: hidden;
  background: #0a2458;
}
.timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  background-color:#061b46;
  z-index: 3;
  width:5.5%;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: white;
  font-size: 46px;
  line-height: 50pd;
  margin-bottom: 40px;
  font-weight: 900;
}
.timeline-carousel__image {
  padding-right: 30px;
  position: relative;
}
/* .timeline-carousel__item {
  cursor: pointer;
} */
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
  font-size: 36px;
  line-height: 36px;
  color: white;
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color:#061b46;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color:#ef7c32;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-size: 12px;
    text-transform: uppercase;
    color: #ef7c32;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.timeline-carousel__item-inner p {
  font-size: 12px;
  line-height: 18px;
  color: white;
  width: 85%;
  font-weight: 400;
  margin-bottom: 15px;
}
.timeline-carousel__item-inner .read{font-size: 12px; color: #b38c52; text-decoration: underline; background: none;padding: 0;border: 0;}
.timeline-carousel__item-inner .read:hover{background: none; border: 0px;}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #b38c52;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #b38c52;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #ef7c32;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #ef7c32;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 60px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: #b38c52;
  border-color: #b38c52;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
  background: #b38c52;
  border-color: #b38c52;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}
.timeline-carousel__image:before {
  content: '';
  position: absolute;
  border-top: 13px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -23px;
  left: 7%;
}
/* End- life journey page */

/* contact us */
section.get-in-touch-section .col-lg-5.col-md-6.col-12{
  background: #2c477e;
  padding: 10px;

  box-shadow: 0px 10px 20px #00000047;
  /* color: #fff; */
}
.delhi-office,
.delhi-office a {
  color: #fff;
}
i.fa.fa-map-marker {
  font-size: 26px;
  margin-right: 16px;
  background: #ef7c32;
  padding: 5px 10px;
  border-radius: 50%;
}
.delhi-office i {
  font-size: 24px;
  margin-right: 17px;
  background: #ef7c32;
  padding: 5px 8px;
  border-radius: 50%;
}
.delhi-office i.fa.fa-envelope-o {
  font-size: 22px;
  padding: 7px 8px;
}
.delhi-office a:hover{
  color:#ef7c32;
}
.delhi-office i:hover{
  color:#ef7c32;
  background-color:#fff;
}
section.btn{
  background: #fff;
    width: 100%;
    padding: 20px;
}
section.btn li{
  padding: 10px 5px;
}
section.btn li a {
  color: #fff;
  background-color: #ef7c32;
  border-color: #ef7c32;
  padding: 7px 20px;
  border-radius: 2px;
}
div#writemm .mm-logo {
  position: absolute;
  top: -42px;
  background: #fff;
  padding: 10px 20px;
  /* box-shadow: 0px 5px 20px #00000012; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
div#writemm .modal-body{
  background: #ededed;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: rgb(239 124 50);
}

div#navbarTogglerDemo01 li:hover a,
div#navbarTogglerDemo01 li:hover span{
  color: #fff;
}
section.minister-family-section .video.text-end {
    position: relative !important;
    right: inherit;
    z-index: 9;
    margin-top: 30px;
    top:0 !important;
    }
    .video.text-end{
        text-align:left !important;
    }
 .map iframe{
     width:100%;
 }
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(10 36 88 / 70%);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #2c477e;
  border-color: #2c477e;
  box-shadow: 0 0 0 0.25rem rgb(44 71 126 / 40%);
}
/* appointment form */

.appointment-wrapper label{
	font-size:14px;
	font-weight:500;
	margin-bottom:0.5rem;
}
.appointment-wrapper input::placeholder,
.appointment-wrapper .form-control,
.appointment-wrapper .filter-option-inner-inner,
.appointment-wrapper textarea::placeholder{
	color:#495057 !important;
	font-size:13px !important;	
}
.appointment-wrapper textarea{
  border:1px solid #ccc;
}
.appointment-wrapper{
	background: #fff !important;
    box-shadow: 0px 2px 20px #cccccc94;
    padding:20px;
    border-radius: 10px;
    margin:20px 0;
}
section.appointment .nav-link{
  color: #495057;
}
section.appointment .nav-tabs .nav-link.active {
  color: #ef7c32;
} 
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #edbfa2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(239 124 50 / 17%);
}
/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
  padding: 50px 0;
  background-color:#0a2458;
}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 30px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
  height: 180px;
  width: 100%;
  transition: all 0.5s;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #50977f;
  border-right: 1px solid #50977f;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 11px;
  padding: 5px 30px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #50977f;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.breadcrumb{
  background-color: transparent !important;
}
.swiper.speeachSwiper{
    padding:50px  0px 30px 50px;
}
section.appointment.idea-cell .btn-light {
    color: #000;
    background-color: #cfd0d1 !important;
    border-color: #fdfdfd !important;
}
.select-form:after {
    position: absolute;
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 20px;
    color: #495057;
    /* left: 0; */
    top: 50%;
    right: 10px;
    transform: translate(0%, -15%);
}
section.btn a:hover{
    color:#fff !important;
}
ul.p-0.sub-menu.single-menu.hover-box {
    min-width: 160px !important;
}


.man-history .blue-color{/* background: #0a2458; *//* color: #fff; */}
.man-history .shadow{padding:0px;box-shadow: none !important;margin-top: 0px !important;}
.man-history .shadow img{border-radius:0px;width: auto;box-shadow: none;margin-left: 35px;}
.man-history .shadow .image{float: left;min-height: 250px;width: 30%;display: flex;margin: 40px 50px 40px 0px;border: 8px solid #ef7c32;padding: 20px 10px 20px 10px;align-items: center;}
.man-history .shadow .content{padding: 50px 30px 30px 40px;}
.man-history .blue-color .image{float:right;margin: 40px 0px 40px 50px;}
.man-history .blue-color .image img{margin-left: -35px;}

#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
    opacity: 0;
    visibility: hidden;
    transition: background-color .3s, opacity .5s, visibility .5s;
}
#scrollUp i {
    background: #ef7c32;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    width: 50px;
    color: #fff;
    line-height: 50px;
    transition: all 0.3s ease;
    margin-left: 2px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 40%);
}
#scrollUp.show {
  opacity: 1;
  visibility: visible;
}

.youtube-video {
	position: relative;
	display: inline-block;
	width: 377px; /* Adjust width */
	height: 350px; /* Adjust height */
	overflow: hidden;
	border-radius: 8px;
  }
  
  .youtube-thumbnail {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 8px;
  }
  
  .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 80px; /* Adjust size */
	height: 60px;
	cursor: pointer;
	transition: transform 0.3s ease;
  }
  
  .youtube-video:hover .play-icon {
	transform: translate(-50%, -50%) scale(1.1);
  }

/*.gallery-inner div#container{max-width: 1400px;}*/

/* responsive */
@media(max-width:1900px){
.grid-item {width: 33.3% !important;}
}
@media(max-width:1440px){
.grid-item {width: 380px !important;}
}
@media(max-width:1400px){
.portfolio-inner .rightSec .swiper-slide .img-box{height: 196px;}
.portfolio-inner .section-title h2{padding-bottom:30px;}
.portfolio-inner{padding:30px 0px;}
}
@media(max-width:1300px){
.the-man-img h2{ width:90%; }
.bottom-menu.container.mobile-menu.mt-5 { margin-top: 0px !important; }
.the-man-img h2 { width: 70%; font-size: 20px; margin: 120px 50px 0;}
}
@media(max-width:1200px){
.about-detail{ width:60%;}
.portfolioSec .rightSec .swiper-slide h5 { font-size: 16px;}
.portfolioSec .rightSec .swiper-slide .read-more-btn a{font-size: 14px;}    
.portfolioSec .rightSec .swiper-slide{padding: 0px 10px;margin-bottom: 30px;}
.portfolioSec .leftSec .swiper-slide{margin-bottom: 20px; padding:0px 10px;}
.portfolioSec .rightSec .swiper-slide{width: 100%;}
.portfolio-inner .rightSec .swiper-slide .img-box {height: 166px;}
.portfolioSec .rightSec .swiper-slide .port-detail{bottom: 0; right: 10px; left: 10px;}
}

@media(max-width:992px){
  .bottom-menu.container.mobile-menu{
    display:block;
  } 
  .bottom-menu.container{
    display:none;
  }
  .bottom-menu.container.mobile-menu ul li.nav-item span{
    font-size:15px;
  }
  .bottom-menu.container.mobile-menu ul li.nav-item {
    padding: 10px;
    border-right: none;
  }
.bottom-menu.container.mobile-menu ul li.nav-item:not(:last-child) {
    border-bottom: 1px solid #cccccc70;
  }
  .dropdown-toggle::after{
    content: "\f067";
    border:none;
    font-family: 'FontAwesome';
    position: absolute;
	top:20px;
    right:8px;
	transform:translatey(-50%);
  }
.media-coverage-box h5 a {font-size: 14px;}
.social-media-inner .social-box{margin-bottom:20px;}
.social-media-inner{ padding: 1px 0;}
.detail-list li{font-size:14px;}
}

@media(max-width:991px){
  div#navbarTogglerDemo01 li:hover {background: #ef7c32; color: #fff;}
  .portfolioSec .leftSec, .portfolioSec .rightSec{width:100%;}
  .portfolioSec .rightSec .swiper-slide { width: 50%;}
  .portfolio-inner .rightSec .swiper-slide .img-box{height:auto;}
  .portfolio-inner .rightSec .swiper-slide img{ top: 0;left: 0; transform: inherit;}
  .portfolio-inner .section-title h2{padding-bottom:20px;}
  .title-padd, .swiper.speeachSwiper {padding: 10px !important;}
  .youtube-video{width:100%;height:auto;}
  .speeach-interview-inner .swiper-button-next,.speeach-interview-inner .swiper-button-prev{ top: 50% !important;}
  .speeach-interview-inner .swiper-button-next{right:25px !important;left:auto !important;}
  .speeach-interview-inner .swiper-button-prev{ left:25px !important;right:auto !important}
  .the-man-img iframe{position:relative;top:0;width:-webkit-fill-available;height:296px;margin:2rem 1rem 0;}
  .the-man-img h2 {width: 70%;font-size: 20px;margin: 20px 50px 0;}
}    
@media(max-width:767px){
.footer-bottom .container,
.fot-btn button{font-size:14px;}
.phone-no ul li:nth-child(3),
.phone-no ul li:nth-child(5){display:none;}
.about-us-inner{height:auto;}
.about-detail { width: 100%; position: relative;}
section.activity ul{display: block !important;}
li.activity-list { width: 100%;margin-bottom:1.5rem;}
/* .top-header .social-media {
display: none;
} */
a.navbar-brand img{width:200px;}
.navbar-light .navbar-nav{margin-top:0.5rem;}
.bottom-menu.container {margin-top: 20px;}
.daily-updates{    width: 95%;right: 0;left: 0;margin: 0 auto;}
.social-media .fot-btn ul{padding-top:10px !important; }
.breadcrumb a{font-size:12px;}
.write-mm-section,
.detail-list li span{ display:none;}
section.minister-family-section .video.text-end{ position: relative !important; left: 0px; top: 0 !important; }
section.btn ul{display:block !important;}
section.btn li{ background-color: #ef7c32; margin-bottom: 5px;}
.social-media ul{align-items: center !important; justify-content: center !important; margin-top:0px !important;}
.appointment-wrapper{ box-shadow: none !important; padding: 0px !important; border-radius: 10px; margin: 0px 0 !important;}
div#nav-tabContent{border:none !important; padding: 0 !important;}
div#London .col-md-4.col-sm-4.col-xs-4.text-center {width: 33%;}    
.faxno a,
.faxno li,
.phone-no li,
.office-address p{font-size:14px;}
.faxno ul{padding:0;}
.portfolioSec .rightSec .swiper-slide { width: 50%;}   
section.life-journey .swiper-slide .title{font-size: 30px;}
section.life-journey .swiper-slide .subtitle{font-size: 18px;margin-bottom: 15px;}
.col-md-12.shadow .image{width:100%;min-height: auto;display: inherit;}
.man-history .shadow .content { width: 100%; padding: 20px 20px 20px 20px;}
section.man-history .row:before, section.man-history .row:after{ left:0;}
.col-md-6.col-sm.px-5.after:after{ right: inherit; left:0;}
section.man-history.py-5 .text-center{ text-align:left !important;}
.col-md-6.col-sm.px-5.after, .col-md-6.col-sm.mt-5.px-5.before{ padding-right: 0 !important;}
.filters li { display: block; width: 100%; padding: 10px;}
.about-content:before {border-top-left-radius: 0;}
.about:after {left: 2%;top: 0;}
.filters li a{line-height:normal;padding:10px 10px 10px 0;}
.top-header:before {width: 100%;border-bottom-left-radius: 0;}
.man-history .blue-color .image img,.man-history .shadow img{margin-left:0;}
section.life-journey .swiper-button-next{right:10px;}
section.life-journey .swiper-button-prev{left:10px;}
}

@media(max-width:575px){
section.life-journey .swiper-slide{min-height: 500px;padding: 10px 55px;}
.man-history .blue-color .image { float: right; margin: 40px 0px 40px 0px;}
.man-history .shadow img{margin:0px;}
.man-history .shadow .image {margin: 30px 0px 30px 0px; padding: 10px 10px 10px 10px;}
.man-history .shadow .content { padding: 20px 0px 20px 0px;}
section.man-history .row{ padding: 0px 20px;}
.man-history .blue-color .image img { margin-left: 0px;}
	.speeach-interview-inner{padding:20px 0}
}
@media(max-width:480px){
.portfolioSec .leftSec .swiper-slide{width: 100%;margin: 0 auto 20px;float: none;padding: 0 10px;}
.portfolio-inner{padding:30px 0px;}
}
    
/* padyatra */    
.padyatra-double-image {
        display: flex;
        justify-content: center;
        /*gap: 10px;*/
        flex-wrap: wrap;
    }

    .padyatra-double-image img {
        max-width: 100%;
    }

    @media (max-width: 1200px) {
        .image-container {
            flex-direction: column;
            /*gap: 20px;*/
        }
    }    

    
    
    
    
    