/* CSS Document */

/* general styles  */

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 17px;
  line-height: 1.42857;
  color: #252525;
}

mt-2 {
  margin-top: 10px;
}

mt-5 {
  margin-top: 30px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
  margin: 30px 0 20px 0;
}

h1 {
  margin: 20px 0;
}

.pagecontent {
  min-height: 400px;
}

.header-middle {
  display: block;
}

h1 {
  color: #293881;
}

h2 {
  color: #464646;
}

a.btn {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
}

a.btn-default {
  background: #f5ad03;
  border-top: solid 0px #181817;
  border-bottom: solid 5px #181817;
  border-right: solid 0px #181817;
  border-left: solid 0px #181817;
  color: #fff;
}

a.btn-default:hover,
.btn-default:focus {
  background: #181817;
  border-top: solid 0px #181817;
  border-bottom: solid 5px #181817;
  border-right: solid 0px #181817;
  border-left: solid 0px #181817;
  color: #fff;
}

a.btn-primary {
  background: #045b88;
  border-top: solid 0px #15100b;
  border-bottom: solid 5px #69b839;
  border-right: solid 0px #15100b;
  border-left: solid 0px #15100b;
  color: #fff;
  font-weight: 600;
}

a.btn-primary:hover,
a.btn-primary:focus {
  background: #69b839;
  border-top: solid 0px #15100b;
  border-bottom: solid 5px #045b88;
  border-right: solid 0px #15100b;
  border-left: solid 0px #15100b;
  text-decoration: none;
  color: #fff;
}

.header-bottom {
  background: #045b88;
}

nav .navbar-toggle .icon-bar {
  background-color: #333333;
}

.default {
  padding-top: 100px;
}

@media(max-width:990px) {
  .default {
    padding-top: 70px;
  }
}


.our-team-section {
  position: relative;
  background-color: #4fa05324;
  padding-bottom: 40px;
}

.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.our-team {
  box-shadow: 0 0 3px #045b88;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #69b839;
  margin-bottom: 20px;
  min-height: 160px;
}

.our-team:hover {
  border-bottom: 5px solid #045b88;
}

.our-team .pic {
  display: inline-block;
  z-index: 1;
  width: 180px;
}

/*.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00325a;
    position: absolute;
    bottom: 185%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}*/
.our-team:hover .pic:before {
  height: 100%;
  background: #06222e;
}

.our-team:hover .pic:after {
  background: #045b88;
}

.our-team .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 2px #045b88;
  transform: scale(0.8);
  position: relative;
  z-index: 3;
}

.our-team:hover .pic img {
  box-shadow: 0 0 0 5px #045b88;
  transform: scale(0.7);
}

.our-team .team-content {
  margin-bottom: 10px;
  text-align: left;
}

.our-team .title {
  font-size: 18px;
  font-weight: 600;
  color: #4e5052;
  margin-bottom: 5px;
  margin-top: 45px;
}

.our-team .title1 {
  font-size: 18px;
  font-weight: 600;
  color: #4e5052;
  margin-bottom: 5px;
  margin-top: 5px;
}

.our-team .post {
  display: block;
  font-size: 15px;
  color: #4e5052;
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}



nav .navbar-nav>li>a {
  font-size: 18px;
  line-height: 12px;
  padding: 31px 15px;
  color: #fff;
  text-transform: none;
}

nav .navbar-nav>li a:hover,
nav .navbar-nav>li a:active,
nav .navbar-nav>li a:focus,
nav .nav .open>a,
nav .nav .open>a:hover,
nav .nav .open>a:focus,
nav .nav .open>a:active {
  background: #69b839;
  color: white;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
}

nav .navbar-nav li .active {
  color: #fff;
  background-color: #69b839;
  height: 50px;
  font-weight: 600;
}

nav .navbar-header .logo {
  width: 200px;
  max-height: 77px;
}

@media(min-width:768px) {

  nav .navbar-header .logo {
    width: 180px;

  }
}

@media(min-width:992px) {

  nav .navbar-nav>li>a {
    font-size: 16px;
    line-height: 14px;
    padding: 31px 21px;
    color: white;
  }

  nav .navbar-header .logo {
    width: auto;
    height: auto;
  }
}

@media(min-width:1200px) {
  nav .navbar-nav>li>a {
    padding: 42px 10px;
  }
}

@media(min-width:768px) {
  nav .navbar-nav {
    float: right;
  }
}


#prices span {
  font-size: 30px;
  color: #FFF;
}

#prices h3 {
  color: #FFF;
}

#prices .features li {
  padding: 10px;
}

#prices .btn.btn-default {
  margin: 20px 0px;
}

#prices .features-border li {
  border-top: 1px solid #c7c7c7;
  padding: 10px 0px;
}

#prices .features-border li:last-child {
  border-bottom: 1px solid #c7c7c7;
}



.prices-box {
  margin: 50px 0px;
}

.top-content {
  background-color: #1c576f;
  padding: 20px;
}

.bottom-content {
  background-color: #f6f6f6;
  padding: 20px;
}

.big-price span {
  color: #333;
  font-size: 40px;
}


/* end general styles */


.container1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  min-height: 100vh;
  background: #eeeeee;
}

.card {
  background: #01445e;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 320px;
  height: 300px;
  margin: 30px;
  border-radius: 20px;
  border-bottom-left-radius: 160px;
  border-bottom-right-radius: 160px;
  box-shadow: 0 3px 0 #fff,
    inset 0 -10px 0 rgba(255, 255, 255, 0.24),
    0 10px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;

}

.card::before {
  content: "";
  position: absolute;
  top: -140px;
  left: -40%;
  padding: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2));
  transform: rotate(35deg);
  pointer-events: none;
  filter: blur(5px);
}

.card .icon {
  position: relative;
  width: 140px;
  height: 80px;
  background: #eeeeee;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1),
    inset 0 -8px 0 #fff;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.card .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 40px;
  background: transparent;
  border-top-right-radius: 50px;
  box-shadow: 15px -15px 0 5px #1a9d92;
}

.card .icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 40px;
  background: transparent;
  border-top-left-radius: 50px;
  box-shadow: -15px -15px 0 5px #1a9d92;
}

.card .icon ion-icon {
  color: #fff;
  position: relative;
  font-size: 6em;
  z-index: 1000;
  --ionicon-stroke-width: 24px;
}


.card .content {
  position: absolute;
  width: 100%;
  padding: 30px;
  padding-top: 80px;
  text-align: center;
}

.card .content h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.card .content p {
  color: #fff;
  line-height: 1.5em;
}

.btn5 {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;

  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 150px;
}

.btn5 span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
}

.btn-2::before {
  background-color: rgb(28, 31, 30);
  transition: 0.3s ease-out;
}

.btn-2 span {
  color: #01445e;
  transition: 0.2s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.btn-2 span:hover {
  color: #fff;
  background: #01445e;
  transition: 0.2s 0.1s;
}

.btn.hover-slide-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
}

.btn.hover-slide-right:hover::before {
  width: 100%;
}

.container-timeline {
  position: relative;
}

.container-timeline ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  display: inline-block;
  counter-reset: wa-process-counter;
}

.container-timeline ul li {
  list-style: none;
  margin: 0;
  border-left: 1px solid green;
  padding: 0 0 10px 40px;
  position: relative;
  counter-increment: wa-process-counter;

}

.container-timeline ul li:last-child {
  border: 0;
}

.container-timeline ul li::before {
  position: absolute;
  left: -21px;
  top: 0;
  content: counter(wa-process-counter);
  border: 1px solid #01445e;
  border-radius: 5px;
  background: #1c576f;
  height: 41px;
  color: #fff;
  font-weight: 600;
  width: 51px;
  text-align: center;
  line-height: 41px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  z-index: 1;
}

@media (min-width: 1200px) {
  .container-timeline ul {
    display: flex;
    padding-left: 0;
    padding-top: 50px;
  }

  .container-timeline ul li {
    flex: 1 1 0;
    border-left: 0;
    border-top: 1px solid #01445e;
    padding: 25px 1em 0 0;
  }

  .container-timeline ul li::before {
    left: 0;
    top: -21px;
  }
}


.wrapper {
  text-align: center;
  grid-column: 1 / 7;
  grid-row: 2/ 4;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

#timer,
.desc {
  padding: 40px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 150px;
  justify-items: center;
  align-items: center;
  grid-gap: 2em;
}

@media(max-width :900px) {
  .wrapper {
    display: none;
  }
}

#timer span {
  font-size: 24px;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
}

#timer span:nth-child(1) {
  background: #296177;
}

#timer span:nth-child(2) {
  background: #296177;
}

#timer span:nth-child(3) {
  background: #296177;
}

#timer span:nth-child(4) {
  background: #296177b3;
}

.fade {
  animation: turn 0.7s ease forwards;
}

@keyframes turn {
  0% {
    transform: rotateY(0) scaleY(1.1);
    opacity: .5;
  }

  50% {
    transform: rotateY(180deg) scaleY(1.3);
    opacity: 0;
  }

  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}

/* navigation */

.header-bottom {
  width: 100%;
  display: block;
  margin: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, .5);
}

nav.navbar {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
}

nav .navbar-brand {
  padding: 0;
}

.header-bottom.affix {
  position: fixed;
  top: 0;
  z-index: 999;
}

.header-bottom.affix-bottom {
  position: absolute;
  z-index: 999;
}

nav .navbar-header {
  display: block;
}

nav .navbar-header .logo {
  display: block;
  margin-top: 10px;
}

nav .navbar-nav .open .dropdown-menu li a {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 12px;
}

nav .navbar-toggle {
  border-color: #fff;
}

nav .navbar-toggle .icon-bar {
  background-color: #fff;
}

nav .navbar-nav>li.btn-nav>a {
  display: none;
}

@media(min-width:768px) {
  nav .navbar-nav .open .dropdown-menu li a {
    color: #252525;
    font-size: 14px;
    line-height: 1.42857;
    padding: 3px 20px;

  }

  .container {
    width: 100%;
  }
}

@media(min-width:992px) {
  nav .navbar-nav {
    float: right;
    margin-right: -90px;
  }

  .container {
    width: 970px;
  }

}

@media(min-width:1200px) {
  nav .navbar-nav>li.btn-nav>a {
    margin: 35px 0;
  }

  .container {
    width: 1170px;
  }
}

/* end navigation */


/* home-cta-5 */

.home-cta-5 {
  text-align: center;
}

.home-cta-5 h1 {
  margin: 15vh 0 0 0;
  color: #fff;
  font-size: 68px;
  line-height: 74px;
  text-shadow: 0 0 19.4px #000000;
}

.home-cta-5 .img1 {
  margin-top: 0px;
  width: 100%;
  margin-bottom: 0px;
}

.home-cta-5 .img2 {
  margin-top: 40px;
  width: 300px;
  margin-bottom: 0px;
}

.home-cta-5 h2 {
  font-size: 32px;
  line-height: 50px;
  color: #045b88;
  font-weight: 600;

}

.home-cta-5 h3 {
  color: #045b88;
  margin: 10px 0;
  font-size: 27px;
  font-weight: 500;
}

.home-cta-more {
  display: none;
}

.home-cta-5 h3 span {
  color: #69b839;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 30px;
}
.home-cta-5 h2 span {
  color: #44763d;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 40px;
}

.home-cta-5 h4 {
  color: #045b88;
  margin: 10px 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}


.header-top {
  background: #fff url(images/header.jpg) center top no-repeat;
  background-size: cover;
}

.header-top {
  display: block;
}

@media(min-width:991px) {

  .home-cta-5 .event-date {
    display: inline-flex;
  }
}

@media(min-width:768px)and(max-width:999px) {

  .home-cta-5 .img2 {
    margin-top: 150px;
    width: 250px;
  }
}

@media(max-width:1169px) {

  .home-cta-5 .img2 {
    margin-top: 150px;
    width: 250px;
  }
}

@media(max-width:1169px) {

  .home-cta-5 .img2 {
    margin-top: 150px;
    width: 250px;
  }
}

@media(max-width:765px) {
  .home-cta-5 .img2 {
    margin-top: 40px;
    width: 200px;
  }
}

@media(min-width:768px) {
  .home-cta-5 .img1 {
    width: 65%;
  }
  .home-cta-5 .img4 {
    width: 65%;
    margin-top: 50px;
  }

  .home-cta-more {
    display: block;

  }

  .home-cta-5 .home-cta-more a {
    color: #fff;
    opacity: .7;
    margin: 10px 0;
    display: inline-block;
  }

  .home-cta-5 .home-cta-more a:hover {
    opacity: 1;
  }

  .home-cta-5 .home-cta-more .fa {
    font-size: 4em;
    margin: 20px;
    color: #fff;
  }
}

@media(min-width:992px) {
  .row-cta-btn-group {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-cta-5 .btn-lg {
    border-radius: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33333;
    padding: 5px 10px;
  }
}

.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.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: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  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: #33353d
}

.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.youtube:hover {
  background-color: red
}

.social-icons a.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  ;

}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(4, 62, 108, 0.8) url(../1002998/images/cd-top-arrow.html) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* end home-cta-5 */

/* subpage cta */

#aside-cta {
  padding-top: 105px;
  background: #fff url(images/header.png) center top no-repeat;
  background-size: cover;
}

.headertext {
  margin: 0;
  padding: 0;
  text-align: right;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}


/* home-content-1 */
.home-content-1 {
  padding: 40px 0;
  text-align: center;
}

.home-content-1 h1 {
  margin-top: 0;
}

/* end home-content */


/* speakerrotator */

#speakerrotator {

  color: #1b1c4a;
  padding: 40px 0 0 0;
}

#speakerrotator h1 {
  margin: 0 0 20px 0;
  color: #1b1c4a;
}

#speakerrotator p {
  margin: 20px 0;
}

#speakerrotator .carousel {
  min-height: 290px;
}

#speakerrotator .btn {
  display: inline-block;
}

.speaker {
  min-height: 290px;
}

.speaker img {
  background-color: #fff;
  border: 2px solid #fff !important;
  -webkit-border-radius: 10px;
  border-radius: 80px;
  min-width: 160px;
  max-width: 160px;
  padding: 2px;
}

.carousel-indicators .active {
  background-color: #fff;

}

.carousel-indicators li {
  background-color: rgba(148, 148, 148, 0);
  border: 1px solid #fff;

}





#speakerrotator .btn-default {
  background: #e31566;
  border-top: solid 0px #15100b;
  border-bottom: solid 5px #15100b;
  border-right: solid 0px #15100b;
  border-left: solid 0px #15100b;
  color: #fff;
}

#speakerrotator .btn-default:hover,
#speakerrotator .btn-default:focus {
  background: #15100b;
  border-top: solid 0px #15100b;
  border-bottom: solid 5px #15100b;
  border-right: solid 0px #15100b;
  border-left: solid 0px #15100b;
  color: #fff;
}

/* footer */

footer.pagefooter {
  background: #e0dcda;
  border-top: 5px solid #ccc;
  color: #fff;
  margin-top: 0px;
}

#ctl00_footer_left,
#ctl00_footer_center,
#ctl00_footer_right {
  width: 100%;
  text-align: center;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.footer-copyright {
  margin: 20px 0;
}

footer.pagefooter .fa {
  vertical-align: middle;
}

footer.pagefooter h4 {
  margin-top: 0;
  color: #fff;
  text-align: center;
}

footer #footernav ul#navigation {

  text-align: center;
}

footer.pagefooter .btn-defense-iq {
  background: #658362;
  color: #fff;
  border-color: #658362;
  text-decoration: none;
}

.btn-defense-iq:hover,
.btn-defense-iq:focus,
.btn-defense-iq:active {
  background: #658362;
  color: #fff;
  border-color: #658362;
}

@media(min-width:768px) {}

@media(min-width:992px) {
  footer #footernav ul#navigation {

    text-align: right;
  }

  #ctl00_footer_left,
  #ctl00_footer_center,
  #ctl00_footer_right {
    float: left;
  }

  #ctl00_footer_left {
    width: 30%;
    text-align: left;
  }

  #ctl00_footer_center {
    width: 34%;
    text-align: left;
  }

  #ctl00_footer_right {
    width: 40%;
    text-align: right;
  }
}

/* end footer */

.home-content-1 .btn.btn-lg.btn-primary {
  background-color: #000;
  color: #fff;
}

.home-content-1 .btn.btn-lg.btn-primary:hover,
.btn.btn-lg.btn-primary:focus {
  background: #000;
  border-color: #fff;
  color: #fff;
}

#speakerrotator {
  background: #bfcbe0;
  padding: 40px 0 0;
  margin-bottom: 5px;
}

.home-content-3 {
  background: #000 url("../1002968/images/section3_bg.jpg") no-repeat scroll center top / cover;
  margin: 0;
  padding: 40px 0;
  margin-bottom: 5px;
}

.home-content-3 h1 {
  color: #fff;
  font-size: 32px;
}

.home-content-3 p {
  color: #fff;
}

.home-content-3 .media .fa {
  color: #fff;
}

.home-content-3 .btn.btn-lg.btn-primary {
  background-color: #75ba43;
  color: #000;
  margin-top: 25px;
}

.home-content-3 .btn.btn-lg.btn-primary:hover,
.btn.btn-lg.btn-primary:focus {
  background: #000;
  border-color: #fff;
  color: #fff;
}

.home-content-4 {
  background: #fff;
  margin: 0;
  padding: 40px 0;
  margin-bottom: 5px;
}

.home-content-4 .btn.btn-lg.btn-primary {
  background-color: #75ba43;
  color: #000;
  margin-top: 5px;
}

.home-content-4 .btn.btn-lg.btn-primary:hover,
.btn.btn-lg.btn-primary:focus {
  background: #000;
  border-color: #fff;
  color: #fff;
}

.home-content-5 {
  background: #000 url("images/section2_bg.jpg") no-repeat scroll center top / cover;
  margin: 0;
  padding: 40px 0;
  margin-bottom: 5px;
}

.home-content-5 h1 {
  color: #fff;
  font-size: 32px;
}

.home-content-5 p {
  color: #fff;
  font-size: 20px;
  font-size: 600;
}

.home-content-5 .media .fa {
  color: #fff;
}

.home-content-5 .btn.btn-lg.btn-primary {
  background-color: #000;
  color: #fff;
  margin-top: 5px;
}

.home-content-5 .btn.btn-lg.btn-primary:hover,
.home-content-5 .btn.btn-lg.btn-primary:focus {
  background: #000;
  border-color: #fff;
  color: #fff;
}

.home-content-5 h3 {
  color: #fff;
}

.home-content-7 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
}

.home-content-7 .btn.btn-lg.btn-primary {
  background-color: #75ba43;
  color: #000;
  margin-top: 5px;
}

.home-content-7 .btn.btn-lg.btn-primary:hover,
.home-content-7 .btn.btn-lg.btn-primary:focus {
  background: #000;
  border-color: #fff;
  color: #fff;
}

footer.pagefooter .btn-defense-iq {
  background: #658362 none repeat scroll 0 0;
  border-color: #658362;
  color: #fff;
  text-decoration: none;
}

#Sponsors .description {
  float: right;
  width: 100%;
}

#MediaCenter .description {
  float: right;
  width: 90%;
}

#MediaPartners .description {
  float: right;
  width: 100%;
}

/* Partner image rotator fix  */

.eventpartnerstable {
  width: auto !important;
  padding-bottom: 10px;
  margin-left: -8%;
}

@media(min-width:768px) {
  .eventpartnerstable {
    width: auto !important;
    padding-bottom: 10px;
    margin-left: -8%;
  }
}

.eventpartnerstable {
  width: auto !important;
  padding-bottom: 10px;
  margin-left: 3%;
  height: 100%;
}

.eventpartnerstable #SponsorWidgetWrapper {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-right: 0;
}

.eventpartnerstable #MediaWidgetWrapper {
  width: 100%;
  text-align: center;
  padding-top: 10px
}

.SponsorHeading>span {
  padding-right: 0;
}

.MediHeading>span {
  padding-left: 0;

}

.eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
  width: 200px;
  height: auto;
  float: none;
  margin: 0 auto;
}

.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
  float: none;
  margin: 0 auto;
}

.eventpartnerstable .DynamicRotator {
  border: 0;
  min-width: 230px !important;
  min-height: 150px !important;
  padding-top: 30px
}

.SponsorHeading,
.MediHeading {
  margin-bottom: 20px;
  font-weight: 400;
  color: #464646;
  font-size: 16px;
}

@media(min-width: 768px) {
  .eventpartnerstable #SponsorWidgetWrapper {
    width: 100%;
    text-align: left;
    float: left;
    border-bottom: 0;
    padding-right: 30px;
  }

  .eventpartnerstable #MediaWidgetWrapper {
    width: 100%;
    text-align: left;
    float: left;
    padding-top: 0;
  }

  .SponsorHeading>span {
    padding-right: 20px
  }

  .MediHeading>span {
    padding-left: 30px
  }

  .eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
    float: left;
    width: 97%;
    margin-left: 3%;
    text-align: center;
  }

  .eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    float: left;
    width: 100%;
    margin-left: 3%;
    text-align: center
  }

  .SponsorHeading,
  .MediHeading {
    font-size: 18px;
  }
}

.RotateWrapInner {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
}

.DynamicRotator>img {
  width: auto !important;
  max-width: 200px;
  display: inline-block;
  padding: 0 !important;
  max-height: 100px
}

@-moz-document url-prefix() {
  .DynamicRotator>img {
    padding: 0 !important;
    height: 50% !important;
  }
}

.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
  height: auto;
}

.RotateWrapInner>span {
  background: #222E5B;
  padding: 5px;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
}

.early-bird-banner-2 {
  background: #000;
  padding: 15px 1px;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}

.early-bird-banner-2 a {
  color: #fff;
}

.header-middle {
  background-color: #000;
}

.row-cta-btn-group {
  padding-top: 30px;
}

.home-content-17 {
  margin: 0;
  background-color: #fff;
  padding: 40px 0;
}

.home-content-17 h1 {

  color: #263767;
}

.home-content-17 p {
  color: #000;
}

/* 15 column defs for 5 column section */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/* end home-content-16 */


.home-content-18 {
  margin: 0;
  background-color: #293881;
  padding: 40px 0;
}

.home-content-18 h1 {

  color: #ffff;
}

.home-content-18 p {
  color: #fff;
}

@keyframes slide {
  from {
    background-position: 0 0
  }

  to {
    background-position: 1920px 0
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0
  }

  to {
    background-position: 1920px 0
  }
}

.service-block-one a {
  text-decoration: none
}

@keyframes slide {
  from {
    background-position: 0 0
  }

  to {
    background-position: 1920px 0
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0
  }

  to {
    background-position: 1920px 0
  }
}

.service-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 2px #045b88;
  background-color: #fff;
  padding: 20px 10px 16px;
  margin-top: 10px;
  height: 350px;
}

.service-block-one .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 500ms ease
}

.service-block-one .inner-box:hover:before {
  height: 100%;
  top: 0
}

.service-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 54px;
  z-index: 1;
  transition: all 500ms ease
}

.service-block-one .inner-box:hover .icon-box:before {
  background: #c42526
}

.service-block-one .inner-box:hover .icon-box {
  transform: rotateY(360deg);
  color: #fff
}

.service-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #353535;
  font-weight: 500;
  margin-bottom: 9px
}

.service-block-one .inner-box p {
  position: relative;
  color: #353535;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
}

.service-block-one .inner-box:hover h3 {
  color: #fff
}

.service-block-one .inner-box:hover p {
  color: #fff
}

.service-section .sec-title {
  margin-bottom: 70px
}

.service-section .sec-title span {
  margin-bottom: 21px
}

.service-block-one .inner-box .icon-box {
  color: #045b88
}

.service-block-one .inner-box:before {
  background: #69b839
}

@media(max-width:1024px) {
  .service-block-one .inner-box {
    padding: 30px
  }

  .service-block-one {
    margin-bottom: 15px
  }

}

.blurOut {
  color: #aba88c;
  text-shadow: 1px 1px 3px #fff8b3;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  animation-name: fade-in-out;
  animation-duration: 9s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fade-in-out {
  0% {
    letter-spacing: 0.1em;
    filter: blur(1px) opacity(1);
  }

  30% {
    letter-spacing: 0em;
    filter: blur(0px) opacity(1);
  }

  70% {
    letter-spacing: 0.1em;
    filter: blur(0px) opacity(1);
  }

  100% {
    letter-spacing: 0.1em;
    filter: blur(1px) opacity(1);
  }
}

.blurOut1 {
  color: #aba88c;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  animation-name: fade-in-right;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fade-in-right {
  0% {
    letter-spacing: 0;
    filter: blur(0) opacity(1);
  }

  30% {
    letter-spacing: -0.5em;
    filter: blur(5px) opacity(80%);
  }

  50% {
    letter-spacing: 2px;
    filter: blur(0) opacity(1);
  }

  100% {
    letter-spacing: 0;
    filter: blur(0) opacity(1);
  }
}


.service-box .icon {
  width: 100px;
  margin: auto;
  font-size: 44px;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #045b88;
  position: relative;
  top: 50px;
  z-index: 1;
  transform: scale(0.7);
  transition: all 0.9s ease 0s;
}


.service-box:hover .icon {
  transform: scale(0.9);
}

.img-icon-box-content {
  padding: 50px 10px 30px 20px;
  box-shadow: 0 0 10px #69b839;
  font-size: 17px;
  min-height: 150px;
  font-weight: 500;
  border-radius: 8px;
  background-color: #fff;
  color: #045b88;
}

.img-icon-box-content:hover {
  padding: 50px 10px 30px 20px;
  box-shadow: 0 0 10px #69b839;
  font-size: 17px;
  transition: all 0.9s ease 0s;
  min-height: 150px;
  font-weight: 500;
  background-color: #045b88;
  color: #fff;
}

.text2 {
  text-align: center;
  background-color: #045b88;
  color: #fff;
  margin: 0px;
  line-height: 45px;
}

@media(max-width: 990px) {
  .text2 {
    text-align: center;
    background-color: #045b88;
    color: #fff;
    margin: 0px;
    line-height: 60px;
    font-size: 13px;
  }
}

.text3 {
  text-align: center;
}

@media(max-width: 990px) {
  .text3 {
    font-size: 18px;
  }
}

@media(min-width: 771px) {
  .navbar {
    padding-right: 50px;
  }
}

.card-container{
  display: flex;
  flex-direction: row;
  /* background-color: wheat; */
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px  rgb(145, 145, 145); 
  border-radius: 0.8rem;
}

.shoe-area{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  border-radius: 0.8rem 0 0 0.8rem;
  background-color: #1108017a;
}

.logo-div{
  margin: 2rem 0  0 1.5rem;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: yellowgreen; */
}

.logo-div img{
  width: 70%;
  opacity: 0.1;
}

.floating-div{
  /* background-color: yellowgreen; */
  width: 100%;
  display: grid;
  place-items: center;
  align-items: center;
  animation: float 6s ease-in-out infinite;
  box-sizing: border-box; 
}

@keyframes float{
  0%{
      transform: translateY(0%);
  }

  50%{
      transform: translateY(-10%);
  }

  100%{
      transform: translateY(0%);
  }
}

.text-area{
  background-color: #fff;
  width: 60%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0 0.8rem 0.8rem  0 
}

.text-area .heading-area{
  padding: 1rem;
}

.heading-area h5{
  font-weight: 500;
  font-size: 20px;
  margin: 0px;
  transition: color 0.3s ease-in-out;
  color: #045b88;
}

.paragraph-area{
  margin: 1.5rem 1rem 1.5rem 5rem;
  /* background-color: yellow; */
  font-size: 1rem;
}

.buy-btn{
  padding: 10px;
  font-size: 18px;
  border-radius: 2rem;
  border: none;
  color:#045b88;
  background-color: #fff;
  border: 2px solid #045b88;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.buy-btn:hover{
  padding: 10px;
  font-size: 18px;
  border-radius: 2rem;
  border: none;
  color:#045b88;
  background-color: #fff;
  border: 2px dashed #045b88;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}


@media screen and (max-width: 62.5rem){
  .container{
      padding: 1rem;  
  }
  
      .card-container{
      display: flex;
      flex-direction: column;
  }

  .shoe-area{
      width: 100%;
      height: 40vw;
      padding: 1rem 0;
      border-radius: 0.8rem 0.8rem 0 0;
  }


  /* Transition end */

  .logo-div img{
      width: 40%;
  }

  .text-area{
      /* background-color: rgb(114, 91, 114); */
      width: 100%;
      display: flex;
      flex-direction: column;
      padding: 1rem;
      box-sizing: border-box;
      border-radius: 0 0  0.8rem 0.8rem 
  }
}

  .price-and-buy-btn{
      padding: 0.5rem 1rem;
      flex-direction: column;
      row-gap: 0.8rem;
      align-items: flex-start;
  }
