/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */
body {
  padding-top: 100px;
	font-family: 'Poppins';
}

a {
    color: #00287b;
}

.h1, h1 {
    font-size: 3.5rem;
    text-align: center;
    color: #00287b;
	/*font-family:Geometr706 Md BT;*/
}

.h5, h5 {
    font-size: 0.85rem;
    text-align: center;
}

.fa, .fas {
    font-weight: 900;
    margin: 1.5rem;
	color: #0391CC;
}

#miSection .container {
    width: 1880px !important;
}

#mycontainer {
    max-width: 1880px !important;
}

#mymenu
{
    display: block;
}

#mysecondmenu
	{
    display:none;
		background-color: white;
}

.wow:first-child {
      visibility: hidden;
}

.logo-header{
  animation-duration: 5s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
	
}
.carousel-animate{
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode:forwards;
}

.col-lg-2 {
    margin-top: 1.5rem;
}

.mb-4, .my-4 {
    margin-bottom: 0;
}
.mt-4, .my-4 {
    margin-top: 0;
}

.list-group-item-secondary {
    background-color: white;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item {
    position: relative;
    display: block;
    text-align: right;
    padding: .3rem 1.5rem;
    margin-bottom: -1px;
   border: 0;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 100;
}
.list-group-item-secondary:hover{
	background-color: royalblue;
	color: white;
	
}
.list-group-item-action:hover{
	background-color: royalblue;
	color: white;
}

.list-group-item-light:hover{
	background-color: #C0ECFF;
	color: dodgerblue;
}

.small, small {
    font-size: 80%;
    font-weight: 100;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: right;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu {
    color: white;
    list-style: none;
    background-color: #343a40;
	
    border: 0px ;
    }

.card-img-overlay {
    text-align: right;
    padding: 2.25rem;
}

.card-title {
    margin-bottom: .75rem;
    font-size: 1.75rem;
}


.image {
  display: block;
  width: 100%;
  height: auto;
}
.image-center{
    
}
#list-text{
    margin-left:5px;
    color:#000000;
    font-size:20px;
    text-align: center;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #212529;
}


.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#myhover:hover .overlay {
  opacity: 0.8;
}	

#myhover1:hover .overlay {
  opacity: 0.8;
}	

#myhover2:hover .overlay {
  opacity: 0.8;
}	

#myhover3:hover .overlay {
  opacity: 0.8;
}	

.fab {
    font-family: "Font Awesome 5 Brands";
    font-size: 1.9rem;
    color: white;
}

.list-inline-item {
    display: inline-block;
    color: white;
    align-items: center;
    margin-right: 25px;
    margin-left: 25px;
}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(0.9);/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media (min-width: 576px) { 
#mymenu{
    display:block;}
	
	#mysecondmenu	{
    display:none;}

	.h5, h5 {
    font-size: 1.25rem;
    text-align: center;
}

}

@media (min-width: 768px) { 
#mymenu{
    display:block;}
	
#mysecondmenu
	{
    display:none;}
	
	.h5, h5 {
    font-size: 1.25rem;
    text-align: center;
}

}

@media (min-width: 992px) { #mymenu{
    display:none;
} 
#mysecondmenu
	{
    display:block;
}

	
	.h5, h5 {
    font-size: 1.25rem;
    text-align: center;
}
}

@media (min-width: 1200px) { #mymenu{
    display:none;
} 
#mysecondmenu
	{
    display:block;
}
	.h5, h5 {
    font-size: 0.85rem;
    text-align: center;
}
	

}
p{
	color: #898989;
}
.we{
	background-color: #AFFF60;
	color: #315B00;
	border: 10px;
}

