/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */
/**********************************************/

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 6;
    padding-left: 0;
    padding: 10px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px !important;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    /*background-color: #ddd;*/
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
/***********************************************/

a:hover{
	text-decoration: none;
}
ul{
	list-style: none;
}
header {
	height: 100px;
	border-bottom: 1px solid #d9dadb;
}
.bg-web{
	background-color: #2abbc3;
}
.logo{
	width: 185px;
    z-index: 5;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.84);
    padding: 10px;
}
.logo img{
	width: 100%;
	z-index: 5;
}
.sm-nav{
	float: right;
	margin: 27px 0;
}
.sm-nav ul{
	display: inline-block;
	margin-bottom: 0;
}
.sm-nav ul li{
	float: left;
	padding: 0px;
	margin: 0 5px;
}
.sm-nav ul li a{
	background: #2f2f2f;
	color: #fff;
	border-radius: 25px;
	width: 36px;
	height:36px;
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sm-nav .contno a{
	color: #2f2f2f;
    background: transparent;
    border: 2px solid #2f2f2f;
    width: 145px;
}
/********************/
.navbar{
	border-bottom: 1px solid #d9dadb;
	padding: 5px 15px;
}
.navbar .navbar-nav .nav-item a{
	font-size: 18px;
	padding: 5px 15px;
	color: #73787e;
}
.navbar .navbar-nav .nav-item .ms-hd-mob{
	    font-size: 14px;
    margin-left: 5px;
    position: relative;
    top: 0px;
    color: #d1d3d5;
    display: initial;
}
.navbar .active, .navbar a:hover{
	color: #2dbac2 !important;
}
/************Buttons*********************/
  .btn-1 {
    background-color: #003c6c;
  }
  .btn-1 .round {
    background-color: #2ccee8e6;
  }
  .type-1 {
    float: right;
    position: absolute;
    z-index: 5;
    bottom: 10px;
    right: 10px;
  }
  .type-1 a {
    text-decoration: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 40px 10px 10px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
  }
  .type-1 a span {
    position: relative;
    z-index: 3;
  }
  .type-1 a .round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
  }
  .type-1 a .round i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -3px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .type-1 a .txt {
    font-size: 13px;
    /* line-height: 1.45; */
    font-weight: 600;
  }

  .type-1 a:hover {
    padding-left: 48px;
    padding-right: 28px;
  }
  .type-1 a:hover .round {
    width: calc(100% - 6px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }
  .type-1 a:hover .round i {
    left: 12%;
  }
/*************HOme Page*****************/
.home-bg{
	/*background-image: url(../assets/images/school-top.jpg);
    background-size: cover;
    background-position: 0px -120px;
    background-color: #fff;
    opacity: 0.1;*/
}
.home-bg .container{
	padding-bottom: 60px;
}
.img-fluid{
	height: 250px;
}
.hometextblock{
    padding: 18px;
    position: relative;
    display: block;
    border:7px solid #003c6c;
    box-shadow: inset 0 0 4px 3px #ccc;
}
.homeblocks{
	padding: 25px;
	color: #fff;
	position: relative;
	display: block;
	cursor: pointer;
}
.homeblocks h4{
	text-transform: uppercase;
    font-size: 29px;
    margin: 10px 0 20px 0;
    padding: 0 25px 0 0;
    color: #fff;
    position: absolute;
    z-index: 5;
    text-shadow: 2px 2px 4px #000;
}
.homeblocks p{
    color: #fff;
	font-size: 21px;
	position: absolute;
	z-index: 5;
	margin-top: 55px;
    text-shadow: 2px 2px 4px #000;
}

.home-block2 h4, .home-block3 h4, .home-block6 h4,
.home-block2 p, .home-block3 p, .home-block6 p{
    text-shadow: none;
}
.home-block3 h4{
	font-size: 23px;
}
.parent{
	width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.homeblocks img{
    width: 104%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    transition: all .8s;
}
.homeblocks:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 4;
}
.parent:hover .homeblocks img, 
.parent:focus .homeblocks img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.parent:hover .homeblocks:before{
	display: block;
	-webkit-transform: scale(2.2);
    transform: scale(2.2);
}
/* effect-shine */
.homeblocks:hover .effect-shine {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
/***Notice Board***/
.notice_board h4{
	background-color: #003c6c;
    font: 18px/1 Open Sans,arial,sans-serif;
	color: #fff;
	padding: 10px;
	margin: 0px;
	text-transform: uppercase;
}
.notice_board .vticker{
	height: 93% !important;
    display: block;
    border: 7px solid #003c6c;
    box-shadow: inset 0px 0px 4px 3px #bbb;
    position: relative;
    overflow: hidden;
    padding: 5px;
}
.notice_board .vticker ul{
	padding: 5px;
}
.notice_board .vticker ul li{
	border-bottom: 1px solid #ddd;
}
.vticker h6{
	margin-bottom: 0;
	margin-top: 5px;
}
.vticker p{
	color: #73787e;
}
.vticker span{
	display: block;
	text-align: right;
	font-weight: 500;
	margin-right: 10px;
	color: #309cff;
}
/***************Footer*********************/
footer{
	/*width: 100%;
    position: fixed; 
    bottom: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.8);
    height: auto;
    z-index: 250;*/
    background: #000f1e;
}
#foot-nav{
	width: 100%;
	position: relative;
	border-bottom: 1px solid #003c3f;
    padding: 10px 0 6px;
}
#foot-nav ul{
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	position: relative;
}
#foot-nav ul li{
	float: left;
}
.grid-special {
    width: 14.28%;
    margin: 0;
}
.grid-special h2{
	line-height: 18px;
    padding: 0;
    margin-bottom: 0;
    font: bold 16px/1 Open Sans,arial,sans-serif;
    /*font: bold 18px/1 FuturaCnd,arial,sans-serif;*/
    text-transform: uppercase;
    color: #fff;
}
.grid-special h2 a{
	color: #fff;
}
.grid-special h2 a span{
	text-transform: none;
    display: block;
    font-size: 13px;
    font-weight: normal;
}
#foot-nav li.live-it {
	height: 150px;
    box-shadow: 0 0 10px rgba(0,0,0,.8);
    position: absolute !important;
    width: 163px !important;
    right: 0;
    margin-top: -20px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 10px;
    background-color: rgba(42, 187, 195, 0.9) !important;
    /*background-image: url(../assets/images/logo.png);*/
    /*background-size: 60px;*/
    /*background-position: 103px 88px;*/
    /*background-repeat: no-repeat;*/
}
#foot-nav li.live-it a{
    color: #fff;
}
/***/
#skinny-nav{
	display: block;
	position: relative;
	width: 100%;
}
#skinny-nav .container{
	/*width: 60%;*/
}
#skinny-nav ul{
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
}
#skinny-nav ul li{
	float: left;
	padding: 0 10px;
}
#skinny-nav ul li a{
	color: #fff;
	font-size: 13px;
	line-height: 17px;
}
#skinny-nav p{
	color: #fff;
	font-size: 13px;
	margin-bottom: 0;
	padding: 0 0 15px 10px;
}