
#sp-header-wrapper {
  background: #23669E;
  
}



.sprocket-headlines {
  padding: 15px 0;
  height:18px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}
th
{
background-color: #23669E;
color: #FFF;
}
th, td {
    text-align: left;
    padding: 8px;
	
}

tr:nth-child(even){background-color: #f2f2f2}

#sp-main-menu {
  float: left;
}

#sp-main-menu {
  float: right;
  height:50px;
  
}
#sp-main-menu ul {
  list-style: none;
  margin-top:-12px;
  
  padding: 0;
  text-transform: none;
  font-weight: 400;
  
}

#sp-news-wrapper {
  background: #9e2a23 !important;
  background-image: url("../../images/pattern2.png");
  color: #FFF;
  
}

#sp-news-wrapper a {
  
  color: #fff !important;
  
}

#sp-news-wrapper a:hover {
  color: #F7EE99 !important;
}

@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  
  .responsive .container1 {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
	background-image: url('banner.jpg');
  }
  }
  
  
 .marquee{
display:block;
position:relative;
width:800px;
height:160px;
animation:scroll 10s linear infinite;
padding:3px;
}

.marquee:hover {
    animation-play-state: paused
}

.img1 {
  width:150px;
  height:150px;
  background-color:#f6f6f6;
  margin:3px;
  float:left;
}

/* Make it move */
@keyframes scroll{
0% {left:800px;}
100% {left:-800px;}
}


.card {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  max-width: 290px;
  width: 100%;
  margin: 10px;
  text-align: center;
  font-family: arial;
  display:inline-block;
}

.title {
  color: grey;
  font-size: 13px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.1%;
  background: #fff;
  line-height: 2.7;
  font-family: sans-serif;
  
  border-radius: 5x;
  overflow: hidden;
  z-index: 0;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  
}
.blog-card:hover .photo {
  -webkit-transform: scale(1.3) rotate(0deg);
          transform: scale(1.3) rotate(0deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: relative;
  top: 1;
  right: 1;
  bottom: 1;
  left: 1;
  background-repeat: no-repeat;
    background-size: auto;
  
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.blog-card .details,
.blog-card .details ul {
  
}
.blog-card .details {
  
}
.blog-card .details a {
  
}
.blog-card .details ul li {
  
}
.blog-card .details .author:before {
  
}
.blog-card .details .date:before {
  }
.blog-card .details .tags ul:before {
  
}
.blog-card .details .tags li {
  
}
.blog-card .details .tags li:first-child {
  
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif;
}
.blog-card .description h1 {
  line-height: 0.5;
  margin: 0;
  font-size: 1.5rem;
}
.blog-card .description h2 {
  font-size: 1.0rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 0px;
}
.blog-card .description .read-more {
  text-align: left;
}
.blog-card .description .read-more a {
  
}
.blog-card .description .read-more a:after {
  
}
.blog-card .description .read-more a:hover:after {
  
}
.blog-card p {
  
}
.blog-card p:first-of-type {
  margin-top: 0.25rem;
}
.blog-card p:first-of-type:before {
  
}
.blog-card:hover .details {
  left: 0%;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #23669E;
  text-align: center;
  cursor: pointer;
  
  font-size: 14px;
}


@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 500px;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  
  .blog-card .photo {
  position: relative;
  top: 1;
  right: 1;
  bottom: 1;
  left: 1;
  background-repeat: no-repeat;
    background-size: auto;
  
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

  .blog-card .description:before {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    -webkit-transform: skew(3deg);
            transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}





@media (max-width: 979px) {
  .blog-card {
    display: inline;
  flex-direction: none;
  
  box-shadow: none;
  margin-bottom: 0%;
  background: #fff;
  line-height: 1.0;
  font-family: sans-serif;
  
  border-radius: none;
  overflow: hidden;
  z-index: 0;
	}
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    -webkit-transform: skew(3deg);
            transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}


@media (max-width: 1024px) {
.ux-menu-container {
display: none;
}

.myflag
{
	display:none;
}
}
