.landing-index{
    background-image: url(../images/landing-4.png);
}
.home-page{
    /* margin-top: 150px; */
    /* padding: 100px 0px 80px 0px; */
}

/* Text Scroll */
.home-page h1{
    font-size: 2.3rem;
}

.wordCarousel .text-primary {
    text-shadow: none !important;
}

.wordCarousel .text-secondary {
    text-shadow: none !important
}
.text-swipe {
    overflow: hidden;
    position: relative;
    float: left;
    /* float: right; */
    text-align: left;
    height: 80px;
    padding-top: 10px;
    margin-top: -10px;
    /* right: 50px; */
}

.text-swipe li {
    /* padding: 0 10px; */
    height: 45px;
    margin-bottom: 45px;
    display: block;
    color: #e75f35;
}

.flip2 {
    animation: flip2 4s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip3 {
    animation: flip3 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip4 {
    padding-left: 0px;
    animation: flip4 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

@keyframes flip2 {
    0% {
        margin-top: -180px;
    }
    5% {
        margin-top: -90px;
    }
    50% {
        margin-top: -90px;
    }
    55% {
        margin-top: 0px;
    }
    99.99% {
        margin-top: 0px;
    }
    100% {
        margin-top: -270px;
    }
}

@keyframes flip3 {
    0% {
        margin-top: -270px;
    }
    5% {
        margin-top: -180px;
    }
    33% {
        margin-top: -180px;
    }
    38% {
        margin-top: -90px;
    }
    66% {
        margin-top: -90px;
    }
    71% {
        margin-top: 0px;
    }
    99.99% {
        margin-top: 0px;
    }
    100% {
        margin-top: -270px;
    }
}

@keyframes flip4 {
    0% {
        margin-top: -360px;
    }
    5% {
        margin-top: -270px;
    }
    25% {
        margin-top: -270px;
    }
    30% {
        margin-top: -180px;
    }
    50% {
        margin-top: -180px;
    }
    55% {
        margin-top: -90px;
    }
    75% {
        margin-top: -90px;
    }
    80% {
        margin-top: 0px;
    }
    99.99% {
        margin-top: 0px;
    }
    100% {
        margin-top: -270px;
    }
}

.btn-primary{
    color: #fff;
    background-color: #b82020;
}

.footer_area p,
.f_widget .widget-wrap p span,
.f_widget .widget-wrap p a{
    color: #fff ;
}

.thumb{
    padding: 0px;
}
.img-thumbnail{
    border: none;
}
.text-primary{
    color: #e75f35!important;
}
.text-primary-dark{
    color: #b82f20 !important;
}
.text-secondary{
    color: #ededc4 !important;
}
.icon img{
    width: 80px;
    height: 80px;
}

.placements .card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    z-index: 5;
    border: none;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
}

.placements li .icon {
    width: 24px;
    margin-right: 10px;
}
.placements li p {
    margin-bottom: 0px;
    font-size: 15px;
}
.placements .icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.placements li {
    padding: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
}

.placements .training-solution-points{
    padding-left: 0px;
}

.footer_area img{
    width: 100%;
}

.error-style{
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 50px;
}

.section-background {
    background-image: url(../images/campus/4.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.latest-news {
    background-color: #00263D;
    opacity: 0.94;
    position: relative;
}

.brand-grid-wrap {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	position: relative;
  }
  .brand-grid-wrap .brand-grid:first-child {
	border-left: 1px solid rgba(240, 240, 240, .2);
  }
  .brand-grid-wrap .brand-grid:nth-child(4n) {
	border-left: 1px solid rgba(240, 240, 240, .2);
  }
  .brand-grid-wrap .brand-grid {
	padding: 30px 30px;
	text-align: center;
	border-right: 1px solid rgba(240, 240, 240, .2);
	-webkit-transition: var(--transition);
	transition: var(--transition);
  }
  .brand-grid-wrap:after {
	content: "";
	height: 0.5px;
	width: 100%;
	border: 1px solid rgba(240, 240, 240, .2);
	position: absolute;
	top: 44%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  .brand-grid-wrap .brand-grid:hover {
	box-shadow: 0 10px 50px 0 rgba(26,46,85,.1);
  }
  .brand-grid img{
	width: 60px;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 0px !important;
  }
  .courses .content h4{
	font-size: 21px ;
	line-height: 1.5;
  }
  .brand-grid.counter-block{
	margin-bottom: 0px;
  }
  .brand-grid h4{
	line-height: 1.2;
	font-size: 1.4rem;
	color: #fff;
    font-family: "Outfit", sans-serif;
  }
  
  .brand-section-heading h2{
	font-size: 3.5rem !important;
	line-height: 1.4 !important;
	color: #fff;
  }
  .flex-container {
	display: flex;
	align-items:center;
	justify-content: center;
  }
  .fun-section{
	/* background-color: rgba(0, 172, 238,0.1); */
  
  }

  .counter-block .count-text {
    position: relative;
    display: block;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: 1em;
    color: #e7b35f;
    font-weight: 900;
}

.counter-block .content{
	background: transparent;
    padding-bottom: 15px;
}


@media only screen and (max-width: 767px){
.brand-grid-wrap{
	grid-template-columns: repeat(2,1fr)
}

.brand-grid-wrap .brand-grid{
	padding: 10px;
}
.brand-grid-wrap:after{
	height: 0px;
}

.brand-grid-wrap .brand-grid,
.brand-grid-wrap .brand-grid:first-child,
.brand-grid-wrap .brand-grid:first-child,
.brand-grid-wrap .brand-grid:nth-child(4n){
	border: 1px solid rgba(240, 240, 240, .2);
}

.brand-grid img{
	width: 40px;
	height: 40px;
}

.brand-grid h4{
	font-size: 16px;
    font-family: "Outfit", sans-serif;
}

.counter-block .count-text{
	font-size: 32px;
}

.brand-grid-wrap:after{
	height: 0px;
	border: none;
}
}

.text-cream {
    color: #e7b35f;
}
.section {
    padding-top: 100px;
    padding-bottom: 50px;
}

.carousel-caption{
    text-align: left;
    bottom: 150px;
}

.card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 40px 30px;
    position: relative;
    z-index: 5;
    border: none;
    box-shadow: 0px 30px 70px 0px rgb(223 227 234 / 50%);
  }
  .usps{
    margin-top: -180px;
  }
  .usps .icon{
    margin-bottom: 20px;
  }
  .usps .icon img{
    width: 60px;
    height: 60px;
  }

  .primary-bg{
    background-color: #00263D;
    opacity: 0.94;
    position: relative;
  }

  .img-w-100{
    width: 100%;
  }

  #members {
    border-collapse: collapse;
    width: 100%;
}

#members td, #members th {
    border: 1px solid #ddd;
    padding: 8px 15px;

  }
  
  #members tr:nth-child(even){background-color: #f2f2f2;}
  
  #members tr:hover {background-color: #ddd;}
  
  #members th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #2168b2;
    color: white;
  }

  .svit-pages h4{
    padding-bottom: 10px;
    padding-top: 20px;
  }
  #members a{
    text-decoration: underline;
  }

  .carousel-item::after{
    content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 0%, black 100%);
  }

  .chat_features_area img{
    width: 100%;
  }

  .flex-grid-style {
    grid-column: 2 / 4;
    grid-row: 4 / 5;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #ececec; */
    justify-content: space-between;
  }

  .job_details_area hr{
    margin: 50px 0px;
    border-top: 1px solid #d3d3d3;
  }

  .committees h2{
    color: #e75f24;
  }
  
  .startup_fuatures_area .startup_tab img{
      margin-bottom: 10px;
  }
  
  .aicte a{
      text-decoration: underline !important;
    color: #007bff !important;
  }
  
.partners-logo li a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    /* filter: grayscale(100%); */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px;
}

.partners-list .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
  