
@media only screen and (max-width: 767px) {
	
	.about.page-section {
		padding:0px 0px 2rem;
	}
}


.text-red {
    color: #b03737;
}
.logos {
  overflow: hidden;
  padding: 0px 0px;
  white-space: nowrap;
  position: relative;
	margin: 35px 0 20px;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  /*background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));*/
}

.logos:after {
  right: 0;
 /* background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));*/
}

.logo_items {
  display: inline-block;
  animation: 30s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 50px;
    background: #fff;
    margin: 0 3px;
    padding: 5px;
}

.course-tab {
    padding: 3.5em 0 2.5em;
    background: #f9f7f7;
}
.courseList ul {
    display: flex;
    flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}
.courseList ul li {
   width: calc(100% / 5 - 10px);
    background: #ca2737;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 16px;
    font-weight: 800;
    margin: 5px;
    text-align: center;
    letter-spacing: 1px;
    border-top: 4px solid #810707;
}
.abt-text {
    text-align: center;
    padding: 15px 10px;
    background: #5f0000;
    color: #fff;
}
.abt-text p {
    margin-bottom: 5px;
}

.features_grid {
	list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 0;
	padding: 25px 0;
}
.features_grid span {
    border: 1px solid #292828;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border-radius: 7px;
}
.features_grid li p {
    margin-bottom: 0;
    margin-top: 2.2%;
}
.board-wraps {
    border: 2px solid #541f1f;
    padding: 20px;
    border-radius: 10px;
    min-height: 260px;
    background: #fff6f6;
}
.board-wraps h4 {
    font-size: 19px;
}
.itemRight {
    min-height: 115px;
}

.itemRight p.font-small {
    line-height: 19px;
    font-size: 18px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.page-section {
		padding: 5rem 0;
	}
	a.fontHeading {
		font-size: 13px;
	}
    .features_grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
	.features_grid li {
		margin-bottom: 10px;
		box-shadow: -3px 0px 2px #d2ac21;
		padding: 7px 0;
	}
	.courseList ul li {
		padding: 5px 5px;
		font-size: 13px;
		width: calc(100% / 5 - 6px);
		margin: 2px;
	}
	
	.features_grid span { 
		width: 1em;
		height: 1em;    
		line-height: 20px;
	}
	.features_grid span svg {
		width: 0.8em;	
		
	}
	
}

.portfolio-modal .modal-dialog {
    margin: 1rem auto;
    max-width: 60vw;
}


.bottomFixed {
    position: sticky;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    padding: 0px 0;
    background-color: #ee5a24;
    background-image: linear-gradient(315deg, #852b0a 0%, #6c0105 74%);
    backdrop-filter: blur(8px);
    z-index: 999;
    transition: bottom 0.5s ease-in-out;
}

a.btnBorderFixed {
    padding: 13px 20px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 10px;
    font-weight: 600;
	text-decoration: none;
	transition: ease-in-out 0.5s;
}
a.btnBorderFixed:hover {
    text-decoration: none;
    color: #ff0000;
    background: #ffff;
}


.modal-body {
    background: var(--primary-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    z-index: 1;
}
.modal-body:before {
    content: '';
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../assets/img/footer-bg.jpg") no-repeat;
    background-size: cover;
    z-index: -2;
}

.modal-body:after {
    content: '';
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}


.modal-content {
    position: relative;
    display: flex
;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #191818;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modalLeft {
    padding: 40px 30px;
}
.modalRight {
    background: #fff;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    padding: 20px;
}

.team {
	background-color: #5805077a;
    background-image: url(../assets/img/callbg.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.footer-sticky.comn {
    display: none;
}
@media (max-width: 767px) {
	
	.page-section h2.section-heading, .page-section .section-heading.h2 {
		font-size: 2rem;
			}
	
	.portfolio-modal .modal-dialog {
    margin: 1rem auto;
    max-width: 90vw;
}
	
	
    .footer-sticky {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        left: 0;
        display: block !important;  background: #323131;
        padding: 12px 6px;  }
	
	.get-offers{color:#fff;}
	    .get-offers.mobb {width:50% !important; border-right:1px solid #fff; float:left;}
	    .get-offers.desk  {width:50% !important; float:left;}
	    .get-offers.common {text-align: center;}
	    .responsive-table {width:100%; overflow:auto;}
	    .img-responsive {width:100% !important; height: auto !important;}
	    .coourse .footer-sticky.comn, .uniii .footer-sticky.comn{display: none;}
	
}
