@charset "utf-8";
/* CSS Document */
.navbar-collapse {
  max-height: 280px;
  overflow-y: auto;
}
.my-nav{
	font-size: 3em;
	font-family:"Times New Roman";
	font-weight:bold;
}
.navbar-collapse {
    flex-grow: 0;
}
.navbar-toggler{
	background: #39a828;
	border: none;
	padding: 10px 6px;
	outline: none;
}
.navbar-toggler span {
	display:block;
	width: 22px;
	height: 2px;
	border:1px;
	background: #fff;
}
.btn-book{
	background-color: #49CE00;
	border-radius: 10px;
	border-color: transparent;

}
.btn-book:hover{
	background-color: #215c00;
	color: #49CE00;
	border-color: transparent;
	-webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-book1{
	background-color: white;
	border-radius: 10px;
	border-color: transparent;
}
.btn-book1:hover{
	background-color: #49CE00;
	color:  #39a828;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-color:transparent;
}
.pouches h3{
	height: 40px;	
}
.navbar-toggler span + span{
	margin-top: 4px;
	width: 18px;
	margin-left: 4px;
}
.navbar-toggler span + span + span{
	width: 10px;
	margin-left:10px;
}
.alert{
	background: #39a828;
	color: white;
	height: auto;
}
.alert a{
	text-decoration: underline;
	color: white;
	font-weight: bold;
}
.my-btn1{
	background-color: white;
	color: #49CE00;
	border: none;
	border-radius: 10px;
	padding: 5px 30px 5px 30px;
}
.my-btn1:hover{
	background-color: #389803;
	color:  #39a828;
	 -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.row a{
	color: #49CE00;
}
.row a:hover{
	color: white;
}
.navbar-nav{
	font-family:"Segoe UI Semibold", "Segoe UI Light";
}
.bg-tracking{
	background-image:url(../material/bg.png);	
	height: 450px;
}
.compute{
	height: 450px;
}
.compute a{
	color: white;
}
.form-control{
	border-radius: 1em;
	width: 80%;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.form-group{
	width: 500px;
}
.bg-tracking h2{
	color: #49CE00;
	font-size: 3.5em;	
}
.btn-login1{
	color: black;
	text-decoration: none;
	
}
.btn-login{
	background-color: #49CE00;
	color: #fff;
	border-radius: 10px;
	width: auto;
	border:none;
	font-size: 0.9em;
	text-align: center;
}
.btn-login:hover{
	background-color: #3fb200;
	border:none;
	color: white;
	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}
.logo-section img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.logo-section img:hover{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;
	
}
 .nav-item::after {
     content: '';
     display: block;
     width: 0px;
     height: 2px;
     background: #44bd32;
     transition: 0.4s
}

 .nav-item:hover::after {
     width: 100%;

 }

 .navbar-dark .navbar-nav .active>.nav-link,
 .navbar-dark .navbar-nav .nav-link.active,
 .navbar-dark .navbar-nav .nav-link.show,
 .navbar-dark .navbar-nav .show>.nav-link,
 .navbar-dark .navbar-nav .nav-link:focus,
 .navbar-dark .navbar-nav .nav-link:hover {
     color: #fec400
 }

 .nav-link {
     padding: 25px 5px;
     transition: 0.2s
	
}
.section-title .hr1{
	width: 100px;
	height: 4px;
	margin-right: auto;
	margin-left: auto;
	background-color: #44bd32;
	opacity: 1;
}
.section-title .hr2{
	width: 100px;
	height: 4px;
	background-color: white;
	opacity: 1;
}
.section-title .hr3{
	width: 100px;
	height: 4px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	opacity: 1;
}
.img-thumbnail{
	border: none;
	border-radius: 25px;
}
.icon{
	position: absolute;
	z-index:1;
	width: 5%;
	top: 0;
}
.thumbnails h5{
	color: white;
	margin: 5px;
}
.thumbnails{
    background-repeat: no-repeat;
	width: 300px;
	height:345px;
	border-radius: 15px;
}
.thumbnails img{
	width: 15%;
	margin: 5px;
}
.thumbnails i{
	color: white;
	font-size: 1.5em;
	margin: 5px;
}
.four-thumbnails{
	float: left;
	padding-top: 215px;
	padding-left: 20px;

}
.four-thumbnails a{
	text-decoration: none;
}
.four-thumbnails h5:hover{
	text-decoration: none;
	color: #44bd32;
	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}
.about-us{
	background-color: #44bd32;
}
.btn-au{
	color: white;
	background-color: #44bd32;
	border: 2px solid #fff;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.btn-au:hover{
	color: #44bd32;
	background-color: white;
	border: 2px solid #fff;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.news{
	background-color: #26de81;
}
.card{
	border-radius: 15px;
}
.card img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px
}
.btn-on{
	color: #1976d2;
	background-color: white;
	border: 2px solid #1976d2;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.btn-on:hover{
	color: white;
	background-color: #1976d2;
	border: 2px solid #1976d2;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.date{
	background-color: #1976d2;
	padding-top:5px;
	color: white;
	padding:5px;
	width: 60%;
}
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.contact-us{
	background-image: url(../itc/img/bg-contact.png);
	background-size: auto;
	background-repeat: no-repeat;
	height: auto;
}

.form-cu {
  max-width: 500px;
  margin: 20px;
  padding: 50px;
  background: #ffffff;
  border-radius: 15px;
}

.btn-cu{
	background-color: #44bd32;
	color: white;
}

.btn-cu:hover{
	background-color: #38ac26;
	color: white;
}
.btn-cu1{
	background-color: #77889e;
	color: white;
}
.btn-cu1:hover{
	background-color: #67788d;
	color: white;
}

.list-unstyled a{
	text-decoration: none;
}
.carousel-item img{
	background-color: #2f3640;
	z-index: 2;
}
.footer a{
	text-decoration: none;
	color: black;
}
.footer a:hover{
	text-decoration: none;
	color: #49ce00;
	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}
.table a{
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.table a:hover{
	color: #2b7900;
	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}
.form-control{
	width: 100%;
}
.btn-primary{
	border: none;
	border-radius: 50px;
}
.register a{
	text-decoration: none;
}
.register:hover{
	text-decoration: none;
	color: #2b7900;
}
.form-register a{
	color: #49ce00;
	font-weight: bold;
	text-decoration: none;
}
.form-register a:hover{
	color: #2b7900;
	font-weight: bold;
	
}
.sub-footer a{
	color: black;
}
.sub-footer a:hover{
	color: #2b7900;
}