.carousel-item {
  height: 65vh;
  min-height: 439px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.small-banner {
  height: 338px!important;
  min-height: 338px!important;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}





.bg-dark {
    background-color: #3e62fc!important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
.min-h-136 { min-height: 136px; }
.min-h-161 { min-height: 161px!important; }
.mrg-B15 { margin-bottom: 15px; }
.color1 { background: #fec734; }
.color2 { background: #c7a5f9; }
.color3 { background: #ccf24a; }
.color4 { background: #4af2a9; }
.color5 { background: #4adcf2; }
.color6 { background: #ffda8b; }
.color7 { background: #f2f04a; }
.color8 { background: #fab5eb; }
.card-box {
    width: 100%;
    min-height: 146px;
    padding: 15px;
    box-sizing: border-box;
    
}

.card-box img { margin-right:25px; float: left; }
.card-box .img1 { margin-right:8px; float: left; }
.card-box p {
    font-size: 21px;
    padding-top: 25px;
    line-height: 28px;
    font-weight: bold;
}
.card-box p span{
    font-size: 20px;
    padding-top: 25px;
    line-height: 28px;
    font-weight: normal;
    
}
.card-box .p1 {
    font-size: 20px;
    padding-top: 25px;
    line-height: 20px;
    font-weight: bold;
}
.card-box .p1 span{
    font-size: 18px;
    padding-top: 25px;
    line-height: 10px;
    font-weight: normal;
}


.latestnews{}
.latestnews ul {
    padding: 0px 15px;
    margin: 0px;
	height: 444px;
    overflow: auto;
}
.colorgrey {background: #e6e6e6; }
.padAll15 { padding:15px; }
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.sponsor-thumbnail-wrapper {
    overflow: hidden;
}
.single-sponsor-thumb {
    display: table-cell;
    float: left;
    width: 20%;
}
.single-sponsor-thumb img {
  cursor: pointer;
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease 0s;
  width: 157px!important;
  height:196px!important;
}
.single-sponsor-thumb:hover img {
  transform: scale3d(1.1,1.1,1);
}
footer { background: #171717; padding:15px 0px; }
footer p { margin:0px; color:#b0b0b0;}
footer p a { color:#b0b0b0; }
.show-mobile { display:none; }

.show-desktop { display:block; }
.mrgMobile-T15 { margin-top:0px;}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.navbar {
    padding: 0px 1rem;
}
.nav-link {
    display: block;
line-height:30px;}
.dropdown-menu {
    padding:0px 0px;
    margin: 0 0;
}
.develop { display:none;}

@media (max-width: 992px) {
.show-mobile { display:block; }

.show-desktop { display:none; }
.carousel-item {
  height:123px!important;
  min-height:123px!important;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

	.small-banner {
		height: 150px !important;
		min-height: 150px !important;
		background: no-repeat center center scroll;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
.mrgMobile-T15 { margin-top:20px;}
.develop { display:none;}
}

.menu ul {list-style-type:none;  padding: 0; margin: 0;}

.menu li { display: inline; margin:0 10px 0 0;}

.menu a {  font-size:12px; color:#FFFFFF; text-decoration:none;}

.menu a:hover {  color:#cccccc; }

.copyright { padding-top:5px;font-size: 12px; color: white; float: left;}


a.box-link { text-decoration: none; display: block; color: black; z-index: 10;}


