
 .carousel-inner img {
    width: 100%;
    height: 100%;
  }





.header-inner {
  text-align: center;
  color: #ff3f34;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, .8);
}

.header-inner h1 {
  font-family: "Great Vibes", cursive;
  font-size: 130px;
}

.header-inner form input[type="search"] {
  position: relative;
  width: 500px;
  border: none;
  padding: 15px;
  border-radius: 27px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.header-inner form input[type="search"]:focus {
  outline: none;
}

.header-inner form input[type="search"]:focus + div {
  z-index: 1;
  opacity: 1;
}

::placeholder {
  color: #666;
  font-weight: 400;
}
.button {
  background-color:#bde0d4; /* Green */
  border-radius:10px;
  color: white;
  padding:6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border: none;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;

  margin: auto;
}

td, th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.button1 {
  background-color: white; 
  color: black; 
 
}

.button1:hover {
  background-color: #4f78a8;
  color: white;
}
.carousel {
    position: relative;
    margin-top: -10px;
}
i.fa.fa-phone-square {
    color: #af0e50;
    font-size: 22px;
    
  
}
i.fa.fa-envelope {
    color: #af0e50;
    font-size: 22px;
    
}
i.fa.fa-facebook-square {
    font-size: 35px;
    color: #3b5998;
    margin-right: 10px;
}
i.fa.fa-twitter-square {
    font-size: 35px;
    color: #00acee;
      margin-right: 10px;
}
i.fa.fa-linkedin-square {
    color: #0e76a8;
    font-size: 35px;
}
.site-footer
{
  background-color:#4f78a8;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:white;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:white;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
    
  color:white;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:white;
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
.marquee {
   position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
    
}

.myheadnews {
    background: #4f78a8;
    color: white;
    padding: 2px;
    text-align: center;
    
}
.mynews{
  border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    border-radius: 1px 1px 10px 10px;
}




.card{
  width: 94%;
  border-radius: 17px!important;
  background: white;
  box-shadow: 4px 4px 15px rgba(#000, 0.15);
  position : relative;
  color: #434343;
  font-size: 16px;
  
  height: 250px;
}

.card .card__container{
  top:60px;
  width: 100%;
  
 position: relative;
}

.card .card__header{
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}

.card .card__body{
  font-family: 'Roboto', sans-serif;
}

.card::before{
  position: absolute;
  top:2rem;
  right:-0.5rem;
  content: '';
  background: #4f78a8;
  /*height: 28px;*/
  width: 28px;
  transform : rotate(45deg);
}

.card::after{
  position: absolute;
  content: attr(data-label);
 /* top: 11px;*/
 /* right: -14px;*/
  padding: 0.5rem;
  width: 100%;
  background: #af0e50;
  color: white;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  /*box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);*/
}
#map {
  height: 450px;
  margin-top: 80px; 
}
#firstHeading {
  font-size: 20px;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
    font-size:15px;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-38px;
}

.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

li.nav-item.dropdown {
    margin-right: 20px;
}
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
  background-color: white!important; 
}

a.nav-link:hover {
    color: black!important;
    font-weight:600;
}

.dropdown-item:focus, .dropdown-item:hover {
  
    text-decoration: none;
  
    color:white!important;
    background:#af0e50!important;
}
li.nav-item.active:hover {
       
        background:#F3CFC6;
    text-align: center;
    color: black!important;

}

li.nav-item.active {
    background: #af0e50;
    text-align: center;
    padding-right: 20px;
}
li.nav-item.dropdown {
    
   
    text-align: center;
    background-color: #af0e50;
}
li.nav-item.dropdown:hover {
  text-align: center;
   
    background: #F3CFC6;
}
.dropdown-menu {
    position: fixed;
    
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    margin-top: -3px!important;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid black;
  text-align:center;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
  text-align: center;
}

