/*-----------------------------------------------------------------------------------*/
/* Contact widget
/*-----------------------------------------------------------------------------------*/
.widget figure .contact-sb-image {
  max-width: 110px;
  max-height: 125px;
  padding: 3px;
}
.widget h4.contact-sb-heading {
  font-size: 18px;
  color: #1d76e4;
  margin-bottom: 5px;
}
.widget .contact-sb-designation {
  display: block;
  font-size: 12px;
  color: #afb1be;
  margin-bottom: 15px;
}
.widget .contact-sb-description {
  font-size: 14px;
  color: #242636;
}
.widget .contact-sb-description p {
  color: #242636;
}
.widget .contact-sb-description .pp-btn {
  margin-top: 15px;
}
.widget {
  margin-bottom: 42px;
}
.widget .title {
  margin-bottom: 30px;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget ul li {
  color: #242636;
}
.widget ul li ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget .listing-slider ul li {
  border: none;
  background-image: none;
  padding: 0;
}
.widget span,
.widget time {
  color: #9394a3;
}
.widget .author {
  color: #1d76e4;
}
.widget .author:hover {
  color: #242636;
}

.header-bottom-wrapper {
    background: url("custom/flag1600600bluefade2.png") no-repeat scroll center top / 100% auto #14235C;
    padding-bottom: 30px;
    padding-top: 40px;
}
.landing-form a:hover {
  color: #09cafa;
}
.footer {
  background-color: #14235C;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #ffffff;
}
.footer .widget ul li {
  background-image: url('dark-red/list-bullet.png');
}
.footer .widget ul li a {
  color: #ffffff;
}
.footer .widget ul li a:hover {
  color: #ffffff;
}
.footer .title,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #ffffff;
}
.footer .widget_displaytweetswidget small {
  color: #ffffff;
}
form.newsletter input[type="text"] {
  background-color: #303030;
  color: #ffffff;
}
form.newsletter input[type="submit"]:hover {
  background-color: #14235C;
}
.footer-bottom .copyright {
  color: #ffffff;
}
.footer-bottom,
#landing-footer {
  background-color: ##14235C;
}
#landing-footer .copyright {
  color: #ffffff;
}
.video-wrap {
  width:80%;
  max-width:853px;
  margin:0px auto;
  text-align:center;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
  height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.footer-menu {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-menu {
    background-color: #1c1c1c;
  }
}
@media screen and (max-width: 767px) and (min-width: 220px) {
  .footer-menu {
    background-color: #1c1c1c;
  }
  .footer-menu ul li a {
    border-bottom-color: #292929;
  }
}

.footer-menu {
  float: left;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}
.footer-menu ul li:hover > a {
  color: #ffffff;
  background-color: #1c1c1c;
}
.footer-menu ul li:hover > ul {
  display: block;
}
.footer-menu ul li a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  margin: 0 ;
  padding: 23px 15px 22px;
}
.footer-menu ul li a:focus {
  outline: none;
}
.footer-menu ul li ul {
  display: none;
  position: absolute;
  top: 68px;
  left: 0;
  z-index: 888;
  width: 202px;
  padding: 0;
  background-color: #000000;
  -webkit-box-shadow: 0 1px 5px rgba(27, 27, 27, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(27, 27, 27, 0.5);
  box-shadow: 0 1px 5px rgba(27, 27, 27, 0.5);
}
.footer-menu ul li ul li {
  float: none;
}
.footer-menu ul li ul li a {
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid #181a2a;
  border-bottom-color: rgba(27, 27, 27, 0.5);
}
.footer-menu ul li ul li ul {
  top: 0px;
  left: 202px;
}
.footer-menu ul li.left-flow ul {
  left: auto;
  right: 0;
}
.footer-menu ul li.left-flow ul li ul {
  left: auto;
  right: 202px;
}