body{
	 /*font-family: 'Raleway', sans-serif;*/
   font-family: 'Poppins', sans-serif;

}

.nav-item.active {
	border-bottom: 2px solid DodgerBlue;
}

.nav-item .nav-link {
	color: #000000;
}

.navi
{
	font-weight: 600;
  font-size: 17px;
}

.boldp
{
  color: #323232;
  font-weight: 500;
}

/*.bg-img {
    background-image: url('../img/waterfall.jpg');
    position: relative;
    height: 350px;
}*/

.bg-text {
    padding: 50px 0;
    position: absolute;
    color: #fff;
    text-align: center;
    background-color: #000000;
}

.bgtop
{
	background-color: #054f8c;
  font-family: 'Open Sans', sans-serif;
}


.bgfoot
{
  font-family: 'Open Sans', sans-serif;
}


.responsive {
  width: 100%;
  height: auto;
}

.featurepara
{
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color: #646464;
}

.about1
{
	padding-top: 70px;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 70px;
/*  background-color: #fafafa;*/
text-align: left;
}


.abtimg
{
  width:100%;
  height: 100%;
}

.aboutp
{
	font-size: 40px;
	color: #01afee;
  padding-top: 20px;
  text-align: left;
  line-height: 40px;
}

.aboutp0
{
  font-size: 40px;
  color: #01afee;
  padding-top: 20px;
  text-align: center;
  line-height: 40px;
}

.aboutp1
{
	font-size: 18px;
  font-weight: 500;
	color: #515151;
}

.aboutp2
{
	font-size: 16px;
	color: #5c5c5c;
	text-align: justify;
	font-weight: 400;
}




.readmore {
  font-size: 16px;
  color: #01afee;
  font-weight: 900;
}

.readmore img {
  padding-left: 6px;
  margin-bottom: 0;
}









@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  .home-blog-area {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  .home-blog-area {
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  .home-blog-area {
    padding-bottom: 0px;
  }
}

/* line 14, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
.home-blog-area .single-blogs .blog-images {
  overflow: hidden;
  border-radius: 6px;
}

/* line 17, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
.home-blog-area .single-blogs .blog-images img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}

/* line 23, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
.home-blog-area .single-blogs .blog-captions {
  padding: 25px 0px 0px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 23, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  .home-blog-area .single-blogs .blog-captions {
    padding: 25px 11px 0px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 23, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  .home-blog-area .single-blogs .blog-captions {
    padding: 36px 0px 7px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 23, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  .home-blog-area .single-blogs .blog-captions {
    padding: 36px 0px 7px 0px;
  }
}

@media (max-width: 575px) {
  /* line 23, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  .home-blog-area .single-blogs .blog-captions {
    padding: 36px 0px 7px 0px;
  }
}

/* line 37, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
.home-blog-area .single-blogs .blog-captions p {
  margin-bottom: 16px;
  color: #01afee;
}

/* line 41, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
.home-blog-area .single-blogs .blog-captions h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  line-height: 1.5;
}

/* line 46, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
.home-blog-area .single-blogs .blog-captions h2 a {
  color: #282828;
  padding-right: 56px;
  margin-bottom: 17px;
  text-decoration: none;
  text-align: center;
  display: block;
}

/* line 52, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
.home-blog-area .single-blogs .blog-captions h2 a:hover {
  color: #01afee;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 46, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  .home-blog-area .single-blogs .blog-captions h2 a {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 46, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  .home-blog-area .single-blogs .blog-captions h2 a {
    padding-right: 0px;
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  /* line 46, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  .home-blog-area .single-blogs .blog-captions h2 a {
    padding-right: 0px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 46, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  .home-blog-area .single-blogs .blog-captions h2 a {
    padding-right: 0px;

    font-size: 20px;
  }
}

/* line 72, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
.home-blog-area .single-blogs .blog-captions span {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 27px;
  display: block;
  text-transform: uppercase;
}


.status1
{
  text-align: center;
  color: #01afee;
  padding: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 18px;
}


.status1 a
{
  color: #727272;
}

.status2
{
  text-align: center;
  color: #01afee;
  padding: 30px 0px 4px 0px;
  font-weight: 400;
  font-size: 28px;
}


.para
{
  font-size: 15px;
  text-align: justify;
}
/*.status1 h2 a
{
  color: #2a2a2a;
}
*/


.column {
  margin: 15px 15px 0;
  padding: 0;
}
.column:last-child {
  padding-bottom: 60px;
}
.column::after {
  content: '';
  clear: both;
  display: block;
}
.column div {
  position: relative;
  float: left;
  width: 300px;
  height: 200px;
  margin: 0 0 0 25px;
  padding: 0;
}
.column div:first-child {
  margin-left: 0;
}
.column div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}
figure {
  width: 300px;
  height: 200px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure:hover+span {
  bottom: -36px;
  opacity: 1;
}



  .industry{
  background-image: url(../img/bg1.jpg  );
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
  padding: 30px 0px 40px 0px;
}





/* ----------------
Help section
 ---------------------*/

.help-section {
  background: #ffffff;
  color: #5c5c5c;
}

.help-list {
  list-style: none;
  padding-top: 20px;
}

.help-list li {
  padding: 5px 0;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #5c5c5c;
  position: relative;
}

.help-list li:last-child {
  margin-bottom: 0;
}

.help-list li::after {
  position: absolute;
  /*content: url(../img/ok-icon.png);*/
  left: 0;
  top: -1px;
}






.help-list0 {
  list-style: none;
  padding-top: 20px;
}

.help-list0 li {
  padding: 0px 0;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #5c5c5c;
  position: relative;
}

.help-list0 li:last-child {
  margin-bottom: 0;
}

.help-list0 li::after {
  position: absolute;
  content: url(../img/ok-icon.png);
  left: 0;
  top: -1px;
}





.single-feature .desc-wrap {
	transition: all .5s ease-in-out;
}

.single-feature .desc-wrap:hover {
	background-color: #0166b8;
}

.single-feature .desc-wrap:hover .featurepara {
	color: #ffffff;
}

.viewmore 
{
font-size: 24px;
color: #f16148;
}

.viewmore a
{
font-size: 24px;
color: #f16148;
}


.coursesp
{
	font-size: 40px;
	color: #054f8c;
	line-height: 50px;
}

	
.title1{
	
	background: #ff6b51;
    padding: 20px 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.course
{
	padding-top: 70px;
}

.course1{
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom:2px; 
	border-style:solid;
    border-color:#054f8c;
    font-weight: 500;

}
 
 .coursep1
 	{
	font-size: 24px;
	color: #636363;
	text-align: center;
}


.visionmission
{
/*  background-color: #4f3f38;*/
    height: 100%;
    background-image: url(../img/vm.png);
}

.foot
{
/*	background-color: #4f3f38;*/
	text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
    background-image: url(../img/footbg.png);
}


ul.b {
  list-style-type: square;
    list-style-type: none;
  margin: 0;
  padding: 0;
}



 li
{

line-height: 27px;
} 





.foottext{
font-size: 16px;
font-weight: 400;
}


.foottitle
{
	color: #525252;
	font-size: 24px;
	font-weight: 500;
}


.footpara
{
	font-weight: 500;
  font-size: 18px;
  color: #525252;
/*  text-align: center;*/

}


.footp
{
  text-align: center;
  color: #525252;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 30px;
}

.social
{
  width: 30px;
}



.aboutban
{
  position: relative;
  text-align: center;
  color: white;
  font-size: 50px;
  font-weight: 500;
}


.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 30px;
}


.centered p
{
  font-size: 28;
  font-weight: 500;
  color: white;
  text-align: center;
}



.profile
{
	color: #01afee;
	font-weight: 600;
}

.vacan
{
	font-size: 16px;
    color: #545454;
    text-align: justify;
    font-weight: 500;
}


.arrow {
  border-style: solid;
  border-color: #01afee;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


.history
{
	align-content: center;
	align-items: center;
	width:100%;
}



.img-fluid {
    max-width: 100%;
    height: auto;
}

* {
  box-sizing: border-box;
}

.row {
  margin-left:-5px;
  margin-right:-5px;
  justify-content: center;
}
  
.column {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.img1 {
    float: left;
    padding: 0px 30px 8px 0px;
    
}



.confoot
{
      background-color: #01afee;
    color: #ffffff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ff6b51;
  font-weight: 600;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: aliceblue;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other on screens that are smaller than 600 px */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}


.centered {
font-size: 24px;
padding-top: 20px;
}


.add1
{
	font-size: 32px;
	font-weight: 400;
	color:#01afee;
	padding: 30px 0px 10px 0px;
}

.add2
{/*
		font-family: 'Roboto', serif;
		font-weight: 400;*/
		font-family: 'Open Sans', sans-serif;
		line-height: 38px;
}

.add2 h5
{
	color: #054f8c;
	font-size: 22px;
	font-weight: 300;
}

.footred
{
  color: #de233d;
}


.footblue
{
  color: #01afee;
}
/*.single-feature1 .desc-wrap{padding:20px;background-color:#fff;box-shadow:0px 10px 30px 0px rgba(153,153,153,0.1)}
.single-feature1 .desc-wrap a{font-size:14px;font-weight:600;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;color:#222}
.single-feature1:hover{cursor:pointer}
.single-feature1:hover 
.title{background:#f7631b}
.single-feature1:hover 
.desc-wrap a{color:#f7631b}@media (max-width: 991px){
.single-feature1{margin-bottom:30px}
.single-feature1 .title{background:#f7631b}}*/