/*!
 * Start Bootstrap 
 */

p{text-align: justify}
.list-group-item {
    padding: .7rem .7rem;
	font-size: .9rem;
}
 .img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.card-header {
    padding: .75rem .75rem;

font-size: .9rem;
}

a{color: #282760;}
.card-body ul li{padding: 8px 0;
font-size: .9rem;}

.img-responsive img{width:100%; text-align:center;}
.lightbox-modal{
	padding-top: 25px !important; 
}
.card-header{background-color: #62caff;}
.card-header h5{font-size: 1rem;}
.card-header a{color: #282760;}
.card-header a:link{color: #282760;}
.card-header li a{color: #282760;}

.nav-link {
    display: block;
    font-size: 1.0rem;
    margin-right: 18px;
	text-align: center;
}
.btn-primary {
    color: #fff;
    background-color: #282760;
    border-color: #282766;
	font-weight: bold;
	}

h4{font-size:  1.1em}
.carousel-item {
  height: 250px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% 100%;
}
.desktop-only{
  display: block;
}
.mobile-only{
  display: none;
}
@media only screen and (min-width: 1380px) {
 .carousel-item {
  height: 280px;
	}
}
@media (max-device-width: 1370px) {
 .carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% 100%;
  }
}
@media (max-device-width: 640px) {
  .mobile-only{
    display: block;
  }
    .headPointer{
    padding: 8px 7px!important;
    }
    .npoi{
    margin-left: 1px!important;
}
  .desktop-only{
    display: none;
  }
 .carousel-item {
  height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% 100%;
  }
  .top-bar{
	  padding: 0 !important;
  }
  .main-logo {
		width: 45% !important;
  }
  .niti-logo{
	  display: none;
  }
  .main-heading{
	  display: none;
  }
  .nav-link{
	  margin-right: 0;
  }
  .dropdown-item{
	  text-align: center;
  }
}
.portfolio-item {
  margin-bottom: 30px;
}

.main-logo{
	width: 60%;
}
.main-heading h1{
	color: #1fbeca;
    text-transform: uppercase;
	margin-top: 15px;
	font-size: 2.3rem;
	font-weight: bold;
}
.niti-logo{
	width: 30%;
}
.nav-bg{
	background-color: #fdaf17;
}
.nav-link{
	color: #fff !important;
	padding-left: 0 !important;
}
.navbar{
	padding: 0;
}
.twitter-div{
	max-height: 300px;
    margin-bottom: 30px;
    overflow-y: scroll;
    border: 1px solid #eee;
}
.stats-div-section{
background: rgb(2,0,36);
background: linear-gradient(195deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
padding: 1em 0;}

.stats-div{
	text-align: center;
    border: 1px solid #eee;
    padding: 1em 0.5em 0.5em;
    background: #f2f2f2;
    margin-bottom: 20px;
	font-size: .85em;
	min-height: 225px;
}
.stats-div p {text-align: center}
@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.stats-div:hover
{
    -webkit-animation: swing s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.stats-div i{
	font-size: 2em;
    margin-bottom: 10px;
	color: #0648a3;
}
.stats-div h2 {
    font-size: 1.8em;
}
.partners img{
	width: 150px;
}
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
.slick-prev:before, .slick-next:before{
  color: #fdaf17 !important;
}
.portfolio-item{
  height: 430px;
}
.myCarouselHome .slick-prev{
  left: 45px !important;
  z-index: 10;
}
.myCarouselHome .slick-next{
  right: 45px !important;
}
.myCarouselHome .slick-prev:before, .myCarouselHome .slick-next:before{
  font-size: 30px;
}
.sidebar-nav .card-header{
	background-color: rgba(0,0,0,.03);
}
.card-body ul{
	padding-left: 0;
    list-style: none;
}
.card-body ul li{
	border-bottom: 1px solid #bbb;
    padding: 10px 0;
}
.card-body ul li:last-child{
	border-bottom: none;
}
.side-dropdown.collapsed:after {
 /* symbol for "collapsed" panels */
 content: ' \002D'; 
} 
.card-header.side-dropdown:after {
 content: ' \002B';
 float: right; 
 }
 .row > .column{
  padding: 8px !important;
 }

/*14-9-2022*/

.social_media{
    display: inline-block;
    padding: 8px;
}
.social_media .twn {
    background: #55ACEE;
    color: white;
    margin: 5px;
    border-radius: 5px;
    padding: 3px;
}
.social_media .fbn {
    background: #3B5998;
    color: white;
    margin: 5px;
    border-radius: 5px;
    padding: 3px;
} 
.social_media .lnn {
    background: #007bb5;
    color: white;
    margin: 5px;
    border-radius: 5px;
    padding: 3px;
}
.social_media .youn {
    background: #bb0000;
    color: white;
    margin: 5px;
    border-radius: 5px;
    padding: 3px;
}
.instagram{
    background: linear-gradient(to right,#c1b9b9 0,#004ea3 100%)
    color: white;
}
.insta{
        background: linear-gradient(to right,#dc3135 0,#004ea3 100%);
    color: white;
    margin: 2px;
    border-radius: 3px;
    padding: 4px;
}
.youn,.lnn,.fbn,.twn,.insta:hover{
background: black;
    color: white;
}
.partborder{
        border-right: 2px solid #161515;
    margin-right: 6px;
}
.skipmain{
    font-size:0.9em;
        text-transform: uppercase;
}
.light_back{
    background: white;
    border: 1px solid;
}
.black_back{
    background: black;
    color: white;
}
.headPointer{
    padding: 8px 50px;
}
.npoi{
    margin-left: 120px;
}
p.total_visitor {
    color: white;
    float: right;
    display: inline-block;
    margin-left: 65%;
}
p.last_update {
    color: white;
    float: left;
    display: inline;
}
.card-img-top{
        width: 350px;
    height: 430px;
}
 