/*
    Theme Name: Tempo
    Theme URL: https://bootstrapmade.com/tempo-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

/**************************************
link & button
**************************************/
@font-face {
font-family: Gotham-light;
    src: url(../fonts/Gotham-light.ttf);
}
*{
  font-family: Gotham-light;  
}
.white
{
	color:#fff !important;
}
h1.cta-title
{
	font-size: 43px;
}
h1
{
	font-size: 36px;
}
/**************************************
Header
**************************************/
.section-padding
{
	padding: 40px 0px;
}
.section-padding h1{
    color: #f4faf6 !important;
    font-size: 25px;
    font-weight: 700; 
}
.section-padding hr{
    border: 0px none;
    text-align: center;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #f4faf6, transparent);
}
.section-padding .col-md-10 p{
    color: #f4faf6 !important;
}
.main-navigation
{
    border-bottom: 1px solid #eee;
}
.navbar-default {
    background-color: #fff;
    border-color: rgba(231, 231, 231, 0.33);
    padding: 20px 0px;
    border: none;
    border-radius: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #354242;
    background-color: #fff;
}
.navbar-nav {
    padding-top: 5px;
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	border-bottom: 2px solid #219651;
    outline: none;
}
.navbar {
	min-height: inherit;
	margin-bottom: 0px;
}
.navbar-brand {
	height: inherit;
	
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
    font-size: 16px;
    margin-top: 5px;
    text-shadow: unset !important;
}

.navbar-default .navbar-brand {
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
  
}

.navbar-default .navbar-nav > li > a {
	color: #354242;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
.nav > li > a
{
	padding: 0px;
}
.jumbotron
{
    background-color: transparent;
    padding-top: 90px;
}
.slide-dec p.big
{
    line-height: 21px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
/*    letter-spacing: 6px;*/
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    color: #ffffff;
  
    padding-top: 10px;
    margin-left: 20px;
}
a.btn-banner {
    border: 1px solid #cdcdcd;
    padding: 12px 22px;
    line-height: 0px;
    border-radius: 3px;
    
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 95px;
}
a.btn-banner i
{
    padding-left: 10px;
}
a.btn-banner:hover, a.btn-banner:focus
{
    background-color: #e43c5c;
    color: #fff;
    border-color: #E74C3C;
    display: inline-block;
}
.bold
{
    font-weight: bold;
}
.bor-btm
{
    width: 100px;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 85px;
}
.slide-dec h1.small
{
   line-height: 55px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 50px;
    letter-spacing: 6px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}
.container .jumbotron, .container-fluid .jumbotron {
   padding-right: 60px;
    padding-left: 0px;
    margin-top: 80px;
}
.bgblue-dark
{
    background-color: #2C3E50;
}
.bgblue-light
{
    background-color: #3498DB;
}
.bgred
{
    background-color: #E74C3C;
}
.wrk-title
{
    cursor: pointer;
}
.cta-1, .cta2
{
	background-color: #219165;
	padding: 40px 0px;
}
p.cta-sub-title
{
	font-size: 28px;
}
.pg-titl-bdr-btm
{
	width: 100px;
	height: 3px;
	background-color: #e43c5c;
}
.service-box {
    margin: 0 0 60px;
    display: inline-block;
}
.service-box .service-icon {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    line-height: 75px;
    text-align: center;
    color: #e43c5c;
    font-size: 30px;
    margin-right: 23px;
    float: left;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-box .service-text {
    width: 70%;
    float: left;
    margin-bottom: 20px;
}
.service-box .service-text h3 {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.page-title
{
	margin-bottom: 40px;
}



.fil-btn .active
{
	background-color: #e43c5c;
}
.img-sec, .fig-caption
{
	width: 50%;
	float: left;
}
.team-info
{
	border: 1px solid rgba(204, 204, 204, 0.33);
	float: left;
	width: 100%;
	border-radius: 3px;
}
.fig-caption
{
	padding: 56px 20px 0px;
}
.fig-caption h3
{
	font-size: 20px;
	
}
.fig-caption p
{
	font-size: 14px;
}
.team-social li
{
	display: inline-block;
}
.team-social li
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.team-social li a
{
	color: #fff;
}
.blue-light{
	background-color: #3498DB;
}
.blue-dark
{
	background-color: #2C3E50;
}
.red
{
	background-color: #E74C3C;
}
.marb-20
{
	margin-bottom: 20px;
}
.wd75
{
	width: 75%;
	float: left;
}
.cta2 a
{
margin-top: 5px;
}
.fnt-24
{
	font-size: 24px;
}

/* Portfolio */
#portfolio {
  background: #fff;
  padding: 80px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #f7f7f7;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #E43C5C;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #E43C5C;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

/* Contact Form */
.text-field-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 40px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    color: #666;
    font-size: 14px;
    padding: 0 35px;
    margin-bottom: 30px;
    width: 100%;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
.form-sec textarea {
    height: 220px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.button-medium {
    background: #e43c5c;
    border-radius: 40px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    
    font-size: 18px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e43c5c;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer {
    background-color: #205d39;
}
/*
.footer h3 {
    color: #fff;
    padding-bottom: 30px;
}
*/
/*
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li {
    margin: 2px;
    display: inline-block;
}
*/
.footer_social p {
   text-align: center;
   color: #f4faf6;
}
.footer-bottom {
    background: #09121B;
    padding: 20px 0;
}
.footer_copyright {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.footer_copyright a {
    color: #e43c5c;
}
#banner
{
    background: url('../img/picture1.jpg') no-repeat;
    background-size: cover;
    min-height: 500px;
}
.cta2 .btn-default,.cta2 .btn-default:hover,.cta2 .btn-default:focus
{
    padding: 10px 25px;
    background-color: #fff;
    border: 0px;
}
/**************************************
cta
**************************************/
/** media queries**/
@media (min-width: 480px) and (max-width: 1023px) {
    .img-sec, .fig-caption {
    width: 100%;
    float: left;
}
.fig-caption {
    padding: 56px 20px 20px;
}
}
@media (min-width: 451px) and (max-width: 768px) {
.filter {
    padding: 5px 18px;
    margin-bottom: 3px;
}
.wd75
{
    width: 100%;
}
.fig-caption {
    padding: 56px 20px 20px;
}
}
@media (min-width: 301px) and (max-width: 450px) {
.filter {
    padding: 3px 14px;
    margin-bottom: 3px;
}
.jumbotron
{
    padding-right: 30px;
    padding-left: 30px;
}
.fig-caption {
    padding: 13px 20px 0px;
}
.team-social li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.fig-caption h3 {
    font-size: 19px;
   
}
.wd75
{
    width: 100%;
}
.service-box .service-text h3
{
    padding-top: 15px;
}
.jumbotron h1.small {
    font-size: 44px;
}
h1.cta-title {
    font-size: 30px;
}
p.cta-sub-title {
    font-size: 20px;
}
.button-medium {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 150px;
}
.jumbotron
{
    padding: 90px 0px 0px 20px !important;
}
}
.footer_copyright a
{
    text-decoration: none;
}
@media (min-width: 100px) and (max-width: 300px) {
.filter {
    padding: 3px 14px;
    margin-bottom: 3px;
}
.img-sec, .fig-caption {
    width: 100%;
    float: left;
}
.fig-caption {
    padding: 56px 20px 20px;
}
.jumbotron h1.small {
    font-size: 44px;
}
h1.cta-title {
    font-size: 30px;
}
p.cta-sub-title {
    font-size: 20px;
}
.button-medium {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 150px;
}
.jumbotron
{
    padding: 90px 0px 0px 20px !important;
}
.service-box .service-text h3 {
    padding-top: 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a{
    text-align: center;
}
}
@media (min-width: 300px) and (max-width: 768px) {
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a{
    text-align: center;
    border: 0px;
}
.navbar-default .navbar-nav > li > a:hover
{
    border: 0px;
}
}
.align{
    background-color: #f5f5f5;
    width: 300px;
    height: 1px;
    margin-left: 20px;
    margin-top: 10px;
}
.tag{
    float: right;
    padding-right: 40px;
}
.tag p{
    color: #fff;
    font-weight: 700 !important;
}

.p-title h3{
    text-transform: capitalize;
    font-weight: 700 !important;
    color:#219651;
}
.aling2{
   width: 15%;
   height: 3px;
   background-color:#219651;
   margin: auto;
   text-align: center;
   z-index: 9999;
}
.aling3{
margin-top: -2px;
   width: 100%;
    height: 1px;
   
   background-color:#21965161;
}
.bg{
    position: absolute;
    left: 55%;
    margin-top: -200px;
}
.bg img {
    width: 600px;
    height: 550px;
}
.brands .col-md-10{
    margin-top: 30px !important;
   
}
.brands .col-md-10 img{
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
.about {
    margin-top: 30px;
}
.about-c .col-md-2{
    background-color: #219651;
    height: 330px;
}
.about-c .col-md-2 h3{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-top: 90px;
    
}
.about .shadow{
   background-color: #f4faf6;
    -webkit-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.1);
-moz-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.1);
box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    
  
}
.paragraphe{
    padding: 30px;
}
.paragraphe p{
    text-align: inherit;
    font-size: 13px;
    margin-top:25px;
    
}
.p{
    overflow:auto;
    height: 300px;
/*
   border-right: 2px solid #fff;
    border-image: linear-gradient(to bottom, #219651 50%, #ccc 50%);
    border-image-slice: 1;
*/
}
.program{
    background-color:  #fff;
    padding-bottom: 30px;
    
/*    padding-top: 30px;*/
}

 .nav-tabs>li {
    /* float: left; */
/*    margin-bottom: -1px;*/
    display: inline-block !important;
    margin-left:76px;
    float: unset !important;
}
.registr{
    margin-top: 50px;
}
.nav-tabs>li>a {
    margin-right: 8px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-align: center !important;
    color:  #f5f5f5;
    font-weight: 700;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color:unset !important; 
    cursor: pointer;
     background-color: unset !important; 
     border: unset !important; 
    background-color: unset !imporatant;
    color: #fff !important;
/*
     border-bottom: 2px solid #219651 !important;
     padding-bottom: 10px;
*/
    outline: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color:unset !important;
    border: unset !important;
}

/*MC*/

.nav-tab-mc>li {
    text-align: center!important;
}
.nav-tab-mc>li>a {
    color: #219651;
    padding: 10px 0;
    border: 1px solid #219651!important;
}
.nav-tab-mc>li>a:focus, .nav-tab-mc>li>a:hover {
    border: 1px solid #219651!important;
    color: #219651;
}

.nav-tab-mc>li.active>a, .nav-tab-mc>li.active>a:focus, .nav-tab-mc>li.active>a:hover {
    border: 1px solid #219651!important;
    color: #fff;
    background-color: #219651!important
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #219651;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #219151;
}
.green{
    height: 740px;
    background-color:#1e673c;
    width: 109px;
    margin-left: 30px;
}

.programme-content h1{
    margin-left: 30px;
    text-transform: uppercase;
    font-weight: 800;
    color: #219651;
}

/*
.description{
    border-bottom: 1px solid #f4faf66b !important;
    border-bottom-style: dashed !important;
    border: none;
   padding-bottom: 30px;
}
*/
#bodered .col-md-12{
    padding: 5px;
     border-bottom: 1px solid #1e673c !important;
    border-bottom-style: dashed !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
#bodered .col-md-12 h3{
    margin-top: 45px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
#bodered .col-md-12 .time{
    padding-left: unset !important;
    padding-right: unset !important;
    
}
.descr p{
    color: #000;
    font-weight: 700;
}
.time p{
/*    margin-left: 25px;*/
    color: #000;
}
.division{
    border-right: 1px solid #f4faf657;
     padding-left: unset !important;
    padding-right: unset !important;
}
.senior p{
    margin-top: 30px;
    color: #219651;
}
.senior2 p{
    margin-top: 15px;
    color: #219651;
}
.background{
    background-color: #ffe9a0;
}
.desc p{
    font-weight:700 !important;
    color: #fff;
}
.programme-h .col-md-3{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.programme-h p{
    color:#f4faf6 !important;
}
.programme-h h3{
    font-weight: 700;
    font-size: 15px;
    color: #f4faf6;
    padding-bottom: 20px;
}
.programme-h {
    margin-top: 30px;
}
.program .carousel-control{
    width: unset !important;
    top: 50% !important;
    background-image: unset !important;
    /* position: unset !important; */
/*    z-index: 9999;*/
    opacity: unset;
}
.program .carousel-control i{
    color: #f4faf6;
}
.description span{
    margin-top: 20px;
    font-weight: 700 !important;
    color: #b8de65;
}
.green-two {
    height: 945px;
    background-color: #1e673c;
    width: 109px;
    margin-left: 30px;
}
#menu2  .head-title{
    background-color: #b8de65;
    margin-top: 50px;
    padding: 30px;
}
#menu2 .plan{
    background-color: #fff;
}
.notes {
    color: #fff!important;
    padding: 10px 15px;
    background: #219651;
    border-left: 6px solid #4c5d40;
    border-radius: 2px;
    margin-top: 15px;
}
.notes .btn{
    background-color: #b8de65;
    border: none;
}
.register-tittle{
    padding-bottom: 20px;
    padding-top: 20px;
}

 .plan .align{
    margin: auto;
     text-align: center;
     background-color: #4c5d40;
     height: 2px;
     width: 100px;
}
.hr-two{
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0px none;
    text-align: center;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right,transparent , #4c5d40, transparent);
}
.reg-tittle{
    padding: 10px;
    background-color: #219651;
}
.reg-tittle h3{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin-top: 1rem;
    font-weight: 700;
}
.reg-img{
    margin: auto;
    text-align: center;
    padding: 20px;
}
.reg-img img{
    width: 60%;
}
.reg-btn{
    border-top: 1px solid #219651;
    margin-top: 20px;
    padding: 10px;
}
.reg-btn .button{
    margin: auto;
    text-align: center;
    
}
.button a{
    width: 130px;
    border-radius: unset;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: #219651;
    border: unset;
}
#menu3 .col-md-4{
    padding: 20px;
}
.reg-col{
    background-color: #fff;
    box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.3);
}
}
.plan h3{
    font-size: 17px;
}
.head-title h3{
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
}
 .h3-mobile{
     display: none;
}
#header-slid .container-fluid{
    padding-left: unset !important;
    padding-right: unset !important;
}
.slide-dec {
    position: absolute;
    top: 20%;
    left: 15%;
}
.visit{
    padding-bottom: 15px;
}
.visit .visit-rwanda{
    margin: auto;
    text-align: center;
}
.visit a{
    padding: 10px;
    text-align: center;
    border-radius: 0;
    background-color: #219651;
    color: #fff;
    border: none;
    width: 400px;
    
}
.visit p{
    line-height: 25px;
}
.visit a:hover{
    background-color: #b8de65;
    color: #fff;
}
.brand-two{
    display: none;
}
a.right.carousel-control {
    margin-right: -30px !important;
    color: #b8de65;
}
a.right.carousel-control i {
    color: #000;
}
a.left.carousel-control {
    margin-left: -30px !important;
     
}
a.left.carousel-control i{
    color: #000;
}
.partner{
    margin-top: 30px;
}
.partner img{
    width: 50%;
}
.brand-img img{
    width: 80%;
}
.brand-img {
    margin: auto;
    text-align: center;
}
.brand .col-md-12{
    margin-top: 30px;
}
#error{
    background-color: #219651;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.align {
    position: relative;
    top: 100px;
}
.error-all-cont {
    margin: auto;
    text-align: center;
}
.error-content h1{
    font-weight: 750;
    font-size: 300px;
    color: #f3efef; 
}
.error-content h1 span{
    color: #f47821;
}
.error-tittle h1{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.back-home p{
    color:#f8efef;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
}
.back-home p a{
    color:#f47821;
    text-decoration: none;
    border-bottom: 1px solid #f47821;
    padding-bottom: 5px;
    font-weight: 600;
}
.back-home p a:hover{
    color: #f06c10f7;
     border-bottom: 1px solid #f47821;
}


@media (max-width: 768px){
    .error-content h1{
        font-weight: 700;
        font-size: 150px;
        color: #f3efef;
    }
    .error-tittle h1{
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .error-all-cont{
        margin-top: 100px;
    }
}








/**************************************
form element
**************************************/
@media (max-width: 664px){
   
   .carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
    .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #fff;
    }.about{
        margin-top: unset;
    }
    
    
    .shadow{
        margin-top:-60px;
    }
    .hr-three{
        display: none !important;
    }
   
    
     .green {
        height: unset !important;
        
    }
    .green-two{
        height: unset !important;
    }
    .programme-content h1 {
    margin-left: unset;
}
    .senior2{
       display: none; 
    }
    .division{
        border-right: unset;
    }
    #bodered .col-md-9{
        padding-left: unset;
        padding-right: unset;
    }
    .nav-tabs>li {
    /* float: left; */
    /* margin-bottom: -1px; */
    display: inline-block !important;
    margin-left: 26px;
    float: unset !important;
}
.nav-tabs>li {
    /* float: left; */
    /* margin-bottom: -1px; */
    display: inline-block !important;
    margin-left: 26px;
    float: unset !important;
}
.nav-tabs>li{
    margin-left: unset !important;
}
}


/*MC*/

.news-w3grid-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:3.5em;
  -webkit-transition: .5s all;
  transition: .5s all;
  -moz-transition: .5s all;
}
.news-w3grid-info p {
  color: #fff;
  margin-top: 1em;
  font-size: .9em;
  margin-right: 3em;
  letter-spacing: 1px;
}
.news-w3grid-info h4 {
  font-size: 1.2em;
  background: rgba(0, 0, 0, 0.45);
  margin: 8.5em 0 0;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  -webkit-transition: .5s all;
  transition: .5s all;
  -moz-transition: .5s all;
  letter-spacing: 1px;
}
.news-w3grid-info:hover .article-links{
  /*margin-top: 1em;*/
}
.news-w3grid-info:hover h4 {
    /*margin: 1.5em 0 0;*/
}
.item:hover .news-w3grid-info{
  background: rgba(239, 113, 122, 0.55);
}
.owl-item{
  position: relative;
  padding: 0;
  overflow: hidden;
}
.item {
  text-align: left;
}
.item img {
  width: 100%;
}

.col-text {
  height: 20em;
}

.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row; 
  -webkit-flex-direction: row;
  /*-webkit-flex-wrap: wrap;*/
  /*-webkit-justify-content: space-around;*/
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-left {
  -webkit-box-ordinal-group:-1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.col-text{
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}
.col-image {
  background-size: cover;
  background-position:center center;
}

@media (max-width: 640px) {
  .grid-flex {
    /*height: 40em;*/
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
   }
  .col {
    order:vertical;
  }
  .col-left {
    -webkit-box-ordinal-group:0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .col-text div p {
    padding: 1em;
  }
  .Aligner-item {
    width: 90%;
  }
}


/*-- agileits-main --*/
.agileits-main {
    padding: 3em 0 0;
}
.wthree-row {
    width: 49%;
    margin: 3em auto;
}
#videoContainer { 
    height: 36em;
    background: none;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#videoContainer.fullScreen {
    width: 100vw !important;
    height: 100vh !important;
}

#videoContainer.small .intensityBar { width: 50px !important; }

#videoContainer.small .playButton {
    margin: 0 !important;
    margin-right: 5px !important;
} 
#videoContainer.small .playPause, #videoContainer.small .volume .icon, #videoContainer.small .scale .icon {
    width: 15px !important;
    height: 15px !important;
}

#videoContainer.small .progressBar { height: 6px !important; }

#videoContainer.small .overlay .button {
    width: 50px !important;
    height: 50px !important;
}

#videoContainer.small .time { display: none !important; }

#videoContainer .overlay {
    width: 100%;
    height: 100%;
    background:none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    border-radius: 5px;
}

#videoContainer .overlay .button {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/play-button.png);
    -webkit-background-size: 100%;
    -moz-background-size: 100%; 
    background-size: 100%;
    -webkit-transform: translate(-50%, calc(-50% - 30px));
    -moz-transform: translate(-50%, calc(-50% - 30px));
    -o-transform: translate(-50%, calc(-50% - 30px));
    -ms-transform: translate(-50%, calc(-50% - 30px));
    transform: translate(-50%, calc(-50% - 30px));
    cursor: pointer;
    -webkit-transition: width 0.2s, height 0.2s;
    -moz-transition: width 0.2s, height 0.2s;
    -o-transition: width 0.2s, height 0.2s;
    -ms-transition: width 0.2s, height 0.2s;
    transition: width 0.2s, height 0.2s;
}

#videoContainer .overlay .button:hover {
    width: 90px;
    height: 90px;
}

#videoContainer #video {
    width: 100%;
    height:100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: url(../img/view-gallery.jpg)no-repeat center;
    background-size: cover;
}

#videoContainer #video video {
    width: 100%; 
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; 
}

#videoContainer #controls {
    width: 100%;
    height: 60px;
    background:#98c248;
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 9999;
}

#videoContainer #controls .playButton {
    width: 70px;
    height: 100%;
    background: #169750;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-bottom-left-radius: 5px;
}

#videoContainer #controls .playButton:hover { background: #06a7bb; }

#videoContainer #controls .playButton .playPause {
    width: 25px;
    height: 25px;
    background: url(../img/play.png);
    -webkit-background-size: 100%;
    -moz-background-size: 100%; 
    background-size: 100%;
}

#videoContainer #controls .ProgressContainer {
    color: #fff;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

#videoContainer #controls .ProgressContainer .progressBar {
    width: 100%;
    height: 8px;
    background: #0a8796;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
}

#videoContainer #controls .ProgressContainer .progressBar:hover + .time {
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#videoContainer #controls .ProgressContainer .progressBar .progress {
    width: 0%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

#videoContainer #controls .ProgressContainer .timer {
    margin: 0 10px;
    /*font-family: Arial, sans-serif;*/
    font-weight: 300;
    font-size: 12px;
    font-weight: 300;
    color:#0a8796;
    letter-spacing: 1px;
}

#videoContainer #controls .ProgressContainer .time {
    width: 80px;
    height: 25px;
    background: #0a8796;
    position: absolute;
    top: -20px;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    /*font-family: Arial, sans-serif;*/
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    -ms-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

#videoContainer #controls .ProgressContainer .time::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 25px;
    left: 33px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0a8796;
}

#videoContainer #controls .volume {
    width: 150px;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

#videoContainer #controls .volume .icon {
    width: 25px;
    height: 25px;
    background: url(../img/volume.png);
    -webkit-background-size: 100%;
    -moz-background-size: 100%; 
    background-size: 100%;
    cursor: pointer;
    margin-right: 10px;
}

#videoContainer #controls .volume .intensityBar {
    width: 100px;
    height: 4px;
    background: #0a8796;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    max-width: 100px;
    overflow: hidden;
    transform-origin: right center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#videoContainer #controls .volume .intensityBar .intensity {
    width: 50%;
    height: 100%;
    background: #fff;
}

#videoContainer #controls .scale {
    width: 70px;
    height: 100%;
    background: #169750;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; 
    transition: all 0.4s;
    border-bottom-right-radius: 5px;
}

#videoContainer #controls .scale:hover { background: #06a7bb; }

#videoContainer #controls .scale .icon {
    width: 25px;
    height: 25px; 
    background: url(../img/expand.png);
    -webkit-background-size: 100%;
    -moz-background-size: 100%; 
    background-size: 100%;
} 

/*-- responsive-design --*/
@media(max-width:1440px){
.wthree-row {
    width: 55%; 
}
}
@media(max-width:1366px){
h1 {
    font-size: 2.6em; 
}
#videoContainer {
    height: 29em;
}
}
@media(max-width:1280px){
#videoContainer {
    height: 28em;
} 
}
@media(max-width:1080px){
h1 {
    font-size: 2.3em;
    letter-spacing: 2px;
}
.wthree-row {
    width: 66%;
}
}
@media(max-width:1024px){
#videoContainer {
    height: 27em;
}
}
@media(max-width:991px){
.wthree-row { 
    margin: 2em auto;
}
#videoContainer {
    height: 26em;
}
}
@media(max-width:800px){
h1 {
    font-size: 2.2em; 
}
#videoContainer {
    height: 24em;
}
.wthree-row {
    width: 75%;
}
}
@media(max-width:736px){
#videoContainer {
    height: 22.5em;
}
}
@media(max-width:667px){
#videoContainer #controls { 
    height: 50px; 
}
#videoContainer {
    height: 20.3em;
}
h1 {
    font-size: 2em;
}
#videoContainer {
    height: 20em;
}
}
@media(max-width:600px){
#videoContainer {
    height: 18.5em;
}
.agileits-main {
    padding: 2em 0 0;
}
}
@media(max-width:568px){
h1 {
    font-size: 1.7em;
}
.copy-agileits p { 
    padding: 0 1em;
} 
.wthree-row {
    width: 80%;
} 
}
@media(max-width:480px){
h1 {
    font-size: 1.5em;
}
.wthree-row {
    width: 85%;
}
#videoContainer {
    height: 17.5em;
} 
}
@media(max-width:414px){
#videoContainer {
    height: 15.5em;
}
#videoContainer #controls .volume .icon { 
    margin-right: 3px;
}
#videoContainer #controls .volume {
    width: 100px; 
} 
#videoContainer #controls .ProgressContainer .timer {
    margin: 0 5px; 
    font-size: 11px; 
    letter-spacing: 0px;
}
}
@media(max-width:384px){
h1 {
    font-size: 1.3em;
    letter-spacing: 1px;
}
#videoContainer {
    height: 14.5em;
}
.copy-agileits p {
    font-size: 0.8em; 
    letter-spacing: 1px;
}
}
@media(max-width:375px){
.wthree-row {
    width: 90%;
}
}
@media(max-width:320px){
#videoContainer #controls {
    height: 45px;
}
.wthree-row {
    width: 92%;
}
#videoContainer {
    height: 13em;
} 
}
/*-- //agileits-main --*/


/*-- flickr --*/
.flickr,.middle-bottom,.portfolio,.team,.blog,.contact,.footer{
    padding: 0;
}
.w3ls-heading{
    text-align:center;
}
.w3ls-heading h3{
    color: #8BC34A;
    font-size: 3em;
    margin: 0;
    font-weight: 800;
}
.w3ls-heading p{
    color: #212121;
    font-size: .9em;
    margin: 1em 0 0 0;
    letter-spacing: 3px;
}
.agileits-flickr-grids,.middle-bottom-grids,.agileits_portfolio_grids,.inner_w3l_agile_grids,.w3-agile-blog-grids,.contact-grids {
    margin:4em 0 0 0;
}
.agileits-flickr-grid p{
    font-size:.9em;
    margin:0;
    line-height:1.8em;
    color:#999999;
}
.agileinfo-flickr-slide {
    margin: 4em 0 0 0;
}
.flickr-grid-info img {
    width: 100%;
}
.flickr-grid-caption h4{
    color: #FFFFFF;
    font-size: 2em;
    margin: .5em 0 0 0;
}
.flickr-grid-caption p{
    color: #c5c5c5;
    font-size: .9em;
    margin: 0;
}
.flickr-grid-caption {
    background: rgba(0, 0, 0, 0.61);
    padding: 6em 1em 1em 1em;
    position: absolute;
    left: 0;
    bottom: -105%;
    text-align: center;
    width: 100%;
    height: 266px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.flickr-grid-info:hover .flickr-grid-caption{
    bottom: 0%;
}
/*-- //flickr --*/


@media (max-width:1440px) {
 
}
@media (max-width:1366px) {
  
}
@media (max-width:1280px) {
  
}
@media (max-width:1080px) {
  
}
@media (max-width:1050px) {
}
@media (max-width:1024px) {
  
}
@media (max-width:991px) {
    .about-c .col-md-2{
        height: unset !important;
        margin-top: 15px;
    }
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
        .green {
        height: unset !important;
        
    }
    .green-two{
        height: unset !important;
    }
    .programme-content h1 {
    margin-left: unset;
}
.news-w3grid-info h4 {margin: 5.5em 0 0;}
}
@media (max-width:800px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: none;
    }
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
    .about-c .col-md-2{
        height: unset !important;
        margin-top: 15px;
    }
        .green {
        height: unset !important;
        
    }
    .green-two{
        height: unset !important;
    }
    .programme-content h1 {
    margin-left: unset;
}
.news-w3grid-info h4 {margin: 4.5em 0 0;}
/*
    .brand-two{
        display: block !important;
        font-size: 30px;
        font-weight: 700;
    }
*/
}
@media (max-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: none;
    }
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
    .about-c .col-md-2{
        height: unset !important;
        margin-top: 15px;
    }
           
    .green {
        height: unset !important;
        
    }
    .green-two{
        height: unset !important;
    }
    .programme-content h1 {
    margin-left: unset;
}
/*
    .brand-two{
        display: block !important;
        font-size: 30px;
        font-weight: 700;
    }
*/
   
}
@media (max-width:767px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: none;
    }
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
    .about-c .col-md-2{
        height: unset;
        margin-top: 15px;
    }
    .green {
        height: unset !important;
        
    }
    .green-two{
        height: unset !important;
    }
    .programme-content h1 {
    margin-left: unset;
}
.news-w3grid-info h4 {margin: 3.5em 0 0;}
/*
    .brand-two{
        display: block !important;
        font-size: 18px;
        font-weight: 700;
    }
*/
   
}
@media (max-width:667px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: none;
    }
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
    .about-c .col-md-2{
        height: unset;
        margin-top: 15px;
    }
    .green {
        height: unset !important;
        
    }
    .green-two{
        height: unset !important;
    }
    .programme-content h1 {
    margin-left: unset;
}
/*
    .brand-two{
        display: block !important;
        font-size: 30px;
        font-weight: 700;
    }
*/
    
}
@media (max-width:640px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: none;
    }
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
    .about-c .col-md-2{
        height: unset;
        margin-top: 15px;
    }
         .green {
        height: unset !important;
        
    }
.green-two{
        height: unset !important;
    }
    .programme-content h1 {
    margin-left: unset;
}
/*
    .brand-two{
        display: block !important;
        font-size: 30px;
        font-weight: 700;
    }
*/
}
@media (max-width:600px) {
 .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: none;
    }
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
    .about-c .col-md-2{
        height: unset;
        margin-top: 15px;
    }
    
     .green {
        height: unset !important;
        
    }
    .green-two{
        height: unset !important;
    }
    .programme-content h1 {
    margin-left: unset;
}
/*
    .brand-two{
        display: block !important;
        font-size: 30px;
        font-weight: 700;
    }
*/
    
}
@media (max-width:568px){
 .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: none;
    } 
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
    .about-c .col-md-2{
        height: unset;
        margin-top: 15px;
    }
    
     .green {
        height: unset !important;
        
    }
    .green-two{
        height: unset !important;
    }
    .programme-content h1 {
    margin-left: unset;
}
    .news-w3grid-info h4 {margin: 3.5em 0 0;}
/*
    .brand-two{
        display: block !important;
        font-size: 30px;
        font-weight: 700;
    }
*/
}
@media (max-width:480px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: none;
    }
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
    .about-c .col-md-2{
        height: unset;
        margin-top: 15px;
    }
    
     .green {
        height: unset !important;
        
    }
    .green-two{
        height: unset !important;
    }
    .programme-content h1 {
        margin-left: unset;
    }
    /*
        .brand-two{
            display: block !important;
            font-size: 30px;
            font-weight: 700;
        }
    */
    
    .news-w3grid-info h4 {margin: 3.5em 0 0;}
}
@media (max-width:414px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: none;
    } 
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
    .about-c .col-md-2{
        height: unset;
        margin-top: 15px;
    }
/*
    .brand-two{
        display: block !important;
        font-size: 30px;
        font-weight: 700;
    }
*/
    .news-w3grid-info h4 {margin: 3.5em 0 0;}
 
}
@media (max-width:384px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: none;
    }
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
    .about-c .col-md-2{
        height: unset;
        margin-top: 15px;
    }
/*
    .brand-two{
        display: block !important;
        font-size: 30px;
        font-weight: 700;
    }
*/
    
}
@media (max-width:375px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: none;
    }
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
    .about-c .col-md-2{
        height: unset;
        margin-top: 15px;
    }
/*
    .brand-two{
        display: block !important;
        font-size: 30px;
        font-weight: 700;
    }
*/

   
}
@media (max-width:320px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: none;
    } 
    .h3-screen{
        display: none;
    }
    .h3-mobile{
        display: block !important;
        font-size: 16px !important;
        text-align: center;
        padding: 10px;
    }
    .about-c .col-md-2{
        height: unset;
        margin-top: 15px;
    }
    
     .green {
        height: unset !important;
        
    }
    .green-two{
        height: unset !important;
    }
    .programme-content h1 {
    margin-left: unset;
}
/*
    .brand-two{
        display: block !important;
        font-size: 30px;
        font-weight: 700;
    }
*/
}
@media(max-width: 774px){
    .carousel{
        padding-top: 2rem;
    }
}
@media(min-width: 801px){
    .carousel{
        padding-top: 4rem !important;
    }
    
}
@media(min-width: 992px){
    .carousel{
        padding-top: unset !important;
    }
    
}
.brandlist{
    display: grid;
    grid-template-columns: 50% 50%;
    list-style-type: none;
}
.brandlist2{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    list-style-type: none;
}