﻿/* CSS Document */

/* general styles  */
div#page_content {
    padding-top: 0px !important;
}
body{
  font-family:'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.42857;
  color:#252525;
}
h1, h2.section-heading, h2, h3, h4, h5{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  margin:30px 0 20px 0;
}
h1, h2.section-heading{
  color:#2c3a8e;
  font-size:30px;
  margin:20px 0;
}
@media(min-width:768px){
  h1, h2.section-heading {
    font-size:46px;
}
}
.pagecontent{
  min-height:400px;
}

.header-middle{
  display: block !important;
  min-height:7vh;
}


h2{
  color:#2c3a8e;
}
a.btn{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  text-transform:uppercase;
  white-space: normal;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  transition:all 0.3s linear;
}
.pagecontent .btn {
    font-size: 19px;
    border-radius: 8px;
}
@media(min-width:768px) {
  a.btn {
   
  }
}
a.btn-default {
  background: #000;
  border:solid 1px #fff;
  color: #fff;
}
a.btn-default:hover, .btn-default:focus{
  background: #b1b1b1;
  border:solid 1px #fff;
  color: #000;
}
a.btn-primary{
  background: #2b3890;
  border:solid 1px #fff;
  color: #fff;
}
a.btn-primary:hover, a.btn-primary:focus{
  background: #1a2153;
  border:solid 1px #fff;
  color: #fff;
}
.header-bottom{
  background:#000000;
}
nav .navbar-toggle .icon-bar {
    background-color: #333333;
}
nav .navbar-nav > li > a {
  -webkit-transition:all 300ms linear;
  -moz-transition:all 300ms linear;
  transition:all 300ms linear;
}
nav .navbar-nav > li > a {
  font-size: 12px;
  line-height:12px;
  padding: 31px 14px;
  color:#fff;
      font-weight: 600;
}
@media(max-width:767px){
nav .navbar-header .logo {
        width: 177px !important;
    margin-top: 3px;
}
}
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{
  background:#333333;
  color:#fff;
}

nav .navbar-header .logo {
    width:200px;
  
}
@media(min-width:768px){

  nav .navbar-header .logo {


  }
  nav .navbar-nav > li > a {
  font-size: 12px;
  line-height:14px;
  padding: 36px 5px;
}
}

@media(min-width:992px) and (max-width:1199px){
#aside-cta .btn {

    font-size: 15px;
}
}
@media(min-width:768px) and (max-width:991px){
#aside-cta .btn {

    font-size: 10px;
}
nav .navbar-header .logo {
       width: 187px;
    margin-top: 6px;
}
}
@media(min-width:992px){

  nav .navbar-nav > li > a {
    font-size: 13px;
    line-height: 14px;
    padding: 36px 10px;
    color: #fff;
  }

  nav .navbar-header .logo {
    width:auto;
  height:auto;
  margin-top: 6px;
  }
}
@media(min-width:1200px){
  nav .navbar-nav > li > a {
    padding: 36px 15px;
    font-size: 17px;

  }
  nav .navbar-header .logo {
    
    margin-top: 4px !important;
}
}

@media (min-width: 768px){
.navbar-nav {
    float: right;
    margin: 0;
}
}



/* end general styles */



.header-bottom{
  width:100%;
  display:block;
  margin:0;
  position:fixed;
  z-index:999;
  top:0;
  -webkit-box-shadow:0 5px 7px 1px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.5);
}
.navbar{
  border:0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color:transparent;
  margin:0;
  min-height:77px;
}
.navbar-brand{
  padding:0;
}
.header-bottom.affix{
  position:fixed;
  top:0;
  z-index:999;
}
.header-bottom.affix-bottom {
  position:absolute;
  z-index:999;
}

.navbar-header{
  display:block;
}
.navbar-header .logo {
  display: block;
  margin: 0;
}

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;
    margin-top:23px;
}
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: #000;
    font-size:14px;
    line-height: 1.42857;
    padding: 3px 20px;

  }

  .container{
    width:100%;
  }

}
@media(min-width:992px){


  .navbar-nav{
    float:right;
  }
  .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;
  padding:10px 0 40px 0;
}
.home-cta-5 h1, .home-cta-5 h2.section-heading{
  margin:12vh 0 0 0;
  color:#fff;
  font-size:30px;
  line-height:34px;
  text-shadow: 0 0 19.4px #000000;
}
@media(min-width:768px) {
  .home-cta-5 h1, .home-cta-5 h2.section-heading{
    margin:18vh 0 0 0;
    font-size:68px;
    line-height:74px;
  }
}
.home-cta-5 h1 img{
  max-height:50vh;
}
.home-cta-5 h2{
  font-size:24px;
  line-height:26px;
  color:#ebebeb;
  text-shadow: 0 0 19.4px #000000;
}
@media(min-width:768px){
  .home-cta-5 h2{
  font-size:42px;
  line-height:50px;
}
}
.home-cta-5 h3{
  color:#fff;
  margin:30px 0;
  font-size:18px;
  text-shadow: 0 0 19.4px #000000;
}
@media(min-width:768px){
  .home-cta-5 h3{
  font-size:33px;
  font-weight:700;
}
}

.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#fff;
  white-space:nowrap;
}
.home-cta-5 .btn{
  margin-bottom:20px;
}
.header-top{
  background: #000 url(/UploadedFiles/EventPage/21403.002/images/cta-bkg.jpg) center top no-repeat  ;
  background-size:cover;
}

.header-top{
  display:block;
}
.home-cta-5 .row.row-cta-btn-group.animated.fadeIn {
    margin-bottom: 0px;
}
@media(min-width:768px){
  .home-cta-5{
    min-height:768px;
    
  }

  .home-cta-more{
    display:block;

  }
  .home-cta-5 .home-cta-more a{
       color: #fff;
    opacity: 0.5;
    margin: 10px 0;
    display: inline-block;
    margin: 0px;
  }
  .home-cta-5 .home-cta-more a:hover{
    opacity:1;
  }
  .home-cta-5 .home-cta-more .fa{
        font-size: 4.3em;
    margin: 20px;
    margin-left: 21px;
  }

}
.home-cta-5 .btn-default {
  background: rgba(0,0,0,.7);
  border:solid 1px #fff;
  color: #fff;
}
.home-cta-5 .btn-default:hover, .home-cta-5 .btn-default:focus{
  background: rgba(0,0,0,1);
  border:solid 1px #fff;
  color: #fff;
}
.home-cta-5 .btn-primary{
  background: rgba(43,56,144,.7);
  border:solid 1px #fff;
  color: #fff;
}
.home-cta-5 .btn-primary:hover, .home-cta-5 .btn-primary:focus{
  background: rgba(43,56,144,1);
  border:solid 1px #fff;
  color: #fff;
}
#aside-cta .btn-default {
  background: rgba(0,0,0,.7);
  border:solid 1px #fff;
  color: #fff;
}
#aside-cta .btn-default:hover, #aside-cta .btn-default:focus{
  background: rgba(0,0,0,1);
  border:solid 1px #fff;
  color: #fff;
}
#aside-cta .btn-primary{
  background: rgba(43,56,144,.7);
  border:solid 1px #fff;
  color: #fff;
}
#aside-cta .btn-primary:hover, #aside-cta .btn-primary:focus{
  background: rgba(43,56,144,1);
  border:solid 1px #fff;
  color: #fff;
}
@media(min-width:992px){

  .home-cta-5 .btn-lg {
    border-radius: 10px;
    
    font-weight:700;
    line-height: 1.33333;
    padding: 20px 10px;
  }
#aside-cta, .btn-lg {
    padding: 10px 16px;
   
    line-height: 1.3333333;
    border-radius: 6px;
}


}
@media(min-width:768px){
.home-cta-5 .btn {
    margin-bottom: 5px !important;
}

}

@media(min-width:1200px){
    .home-cta-5 .btn-lg {
    
    font-size: 21px;
   
   
  }
   #aside-cta .btn{
    font-size:15px;
  }
}
@media(min-width:992px) and (max-width:1199px){

  .home-cta-5 .btn-lg {
    
    font-size: 16px;
   
   
  }
    #aside-cta .btn{
    font-size:12px;
  }


}

@media(min-width:768px) and (max-width:991px){

  .home-cta-5 .btn-lg {
    
    font-size: 12px;
   
   
  }

   #aside-cta .btn{
    font-size:8px;
  }

}

.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(/uploadedfiles/eventpage/1002998/images/cd-top-arrow.svg) 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: #000 url(/UploadedFiles/EventPage/21403.002/images/cta-bkg.jpg) center top no-repeat  ;
  background-size:cover;
}
.headertext{
  margin:0;
  padding:0;
  text-align:right;
  color:#fff;
  font-size:17px;
  font-weight:600;
  text-transform:uppercase;
}
/*common-section*/

.comoon-bkg{
  background:url(/UploadedFiles/EventPage/21403.002/images/common-bkg.jpg) no-repeat scroll center top / cover;
}
/*common-section*/
/* home-content-1 */
.home-content-1 .btn {
    margin-top: 10px;
}
.home-content-1{
      padding: 50px 0 50px 0;
  
}

.home-content-1 p{
 font-size: 18px;
    color: #333;
    line-height: 27px;
    margin-bottom: 19px;
    
}
@media(max-width:767px){
.home-content-1 p {
    font-size: 14px !important;
   
    line-height: 22px !important;
    margin-bottom: 25px !important;
}
}
.home-content-1 h2.text-center.section-heading {
    padding-bottom: 4px;
    margin-top:0;
}
/* end home-content */


/* home-content-2 */
.home-content-2{
      padding: 50px 0 60px 0;
      background: rgba(34, 112, 187, 0.5);
  color:#fff;
}
/* 15 column defs for 5 column section */
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-17 {
     width: 14.2%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-17 {
        width: 14.2%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-17 {
        width: 14.2%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-17 {
        width: 14.2%;
    float: left;
  }
}
.home-content-2 .btn{
  margin-top:70px;
}

@media(min-width:768px){
.home-content-2 p.image{

line-height: 135px;
  
}
}
.home-content-2 p.image{
    margin-top: 11px;

margin-bottom: 0px;


  
}
@media(max-width:767px){
.home-content-2 .col-sm-4 {
    
    padding-bottom: 20px;
}
.home-content-2 p.image {
    margin-bottom: 25px;
}
}
.home-content-2 p{
  font-size:18px;
  color:#fff;
  line-height:24px;
  font-weight:600;
  
}
.home-content-2 h2.section-heading{
     margin-top: 0;
    padding-bottom: 0px;
    color: #fff;
    margin-bottom: 0px;
}
/* end home-content */


/* home-content-3 */
.home-content-3{
  padding: 50px 0 60px 0;
    background: rgba(255,255,255,.4);
    color: #000;
}

.home-content-3 h2 img:nth-child(1) {
    padding-right: 14px;
   
}
.home-content-3 h2 img:nth-child(2) {
    padding-left: 14px;
   
}
.home-content-3 .col-md-17 {
    margin-bottom: 26px;
}
@media(max-width:1200px){
.home-content-3 h2 img:nth-child(1), .home-content-3 h2 img:nth-child(2)  {
    
    max-width: 33vw;
}

}
@media(min-width:1200px){
.home-content-3 h2 img:nth-child(1), .home-content-3 h2 img:nth-child(2)  {
    
    max-width: 40vw;
}

}
@media(min-width:1200px){
.home-content-3 h2 img:nth-child(1), .home-content-3 h2 img:nth-child(2)  {
    
    max-width: 41vw;
}

}
@media(min-width:1200px){
.home-content-3 h2 img:nth-child(1), .home-content-3 h2 img:nth-child(2)  {
   
    max-width: 510px;
}

}
/* 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;
  }
}
.home-content-3 .btn{
  margin-top:30px;
}

@media(min-width:768px){
.home-content-3 p.image{

    line-height: 120px;
  
}
}

.home-content-3 .col-md-17 p.image{
    margin-top: 20px;
        margin-bottom: 10px;


  
}
.home-content-3 .col-sm-3 p.image {
    margin-bottom: 13px;
    /* padding: 0px; */
}
@media(max-width:767px){
.home-content-3 .col-sm-4 {
    
    padding-bottom: 20px;
}
.home-content-3 p.image {
    margin-bottom: 25px;
}
}
.home-content-3 p{
  font-size:18px;
  color:#000;
  line-height:24px;
  font-weight:600;
  
}
.home-content-3 h2.section-heading{
  margin-top:0;
      padding-bottom: 20px;
}
/* end home-content */





/* speakerrotator */



@media(min-width:768px){
#speakerrotator .speaker img{
      
     min-width:200px !important;
      max-width:200px !important;
      min-height: 200px !important;
      max-height: 200px !important;
       border-radius:10px !important;
}
}
@media(max-width:767px){
#speakerrotator .speaker img{
      
      min-width:100px !important;
      max-width:100px !important;
      min-height: 100px !important;
      max-height: 100px !important;
       border-radius:10px !important;
}
}
#speakerrotator .col-xs-6.col-sm-6.col-md-3 {
    min-height: 444px;
}

@media(max-width:767px){
    #speakerrotator .col-xs-6.col-sm-6.col-md-3 {
    min-height: 528px;
}
.carousel-indicators {
  
    bottom: -59px;
    
}

#speakerrotator .btn {
    display: inline-block;
    margin-top: 87px;
}
}



#speakerrotator{
  background:none;
  
  color:#000;
  padding: 50px 0 38px 0;
}
#speakerrotator h1{
  display:none;
}
#speakerrotator h2.section-heading{
  margin:0 0 40px 0;
 
}

#speakerrotator .speaker-info{
      font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 25px;
}
#speakerrotator .speaker-info em{
  
  font-weight:500;
}
#speakerrotator .carousel {
    min-height: 290px;
}
#speakerrotator .btn {
    display: inline-block;
   
}
.speaker{
  min-height:290px;
}

#speakerrotator .speaker img {
   
    border: 0px !important;
   
}
.speaker img {
    background-color: #fff;
    border: 4px solid #ffffff !important;
    -webkit-border-radius: 90px;
  border-radius: 90px;
    min-width: 150px;
  max-width:150px;
  padding:0px;
}
.carousel-indicators .active {
    background-color: #999999;
    height:14px;
    width:14px;

}
.carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 1px solid #999999;
    height:14px;
    width:14px;

}





/* footer */
footer .btn{
  
  text-decoration:none !important;
  border:solid 1px #fff !important;
  color:#fff !important;
}
footer .btn:hover, footer .btn:focus{
  
  border:solid 1px #fff !important;
  
}
footer.pagefooter{
  background:#000;
 border-top: 54px solid #fff;
  color:#fff;
  margin-top:40px;
}
#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;
}

footer #footernav ul#navigation {

    text-align: center;
}
footer.pagefooter .btn-defense-iq{
  background:#3b906a;
  color:#fff;
  border-color:#1d543e;
  text-decoration:none;
}
.btn-defense-iq:hover, .btn-defense-iq:focus, .btn-defense-iq:active{
  background:#1d543e;
  color:#fff;
  border-color:#1d543e;
}
@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:30%;
    text-align:left;
  }
  #ctl00_footer_right{
    width:40%;
    text-align:right;
  }
}
/* end footer */

/* early-bird-banner-2 */

.early-bird-banner-2 {
    background: transparent;
    padding: 10px 1px;
    text-align: center;
    color: #000;
    
}
@media(min-width:768px){
.early-bird-banner-2 {
    
    font-size: 28px;
}
}
.early-bird-banner-2 a {
    color: #000;
}
.header-middle {
    background-color: #a2def8;
}

/* end early-bird-banner-2 */



/* Partner image rotator fix  */

.eventpartnerstable {
  width:auto !important;
  padding-bottom:10px;
  margin-left: -8%;
      margin-top: 40px;
}
@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;
  margin: 0 auto;
}
@-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;
}

/* Agenda Session Speaker Fix */

.speakerheader table td > div {
    width: 100% !important;
    padding: 0 25%;
}
#Agenda .speakerphoto {
    padding-left: 0;
}
.speakerheader table td {
  width:auto !important;
}

.titlewrapper h2, .titlewrapper h2 a, div.details h2 {
    color: #0358b0 !important;
    font-size: 22px !important;
    text-decoration: none !important;
    line-height: 29px;
}
.fadeIn {
  animation-duration:3s;
  -moz-animation-duration:3s;
  -webkit-animation-duration:3s;
  margin-bottom: 50px;
}

.landingcontainer{
  padding-top:100px;
}

nav a.navbar-brand{
    padding: 4px 0;
    font-weight: 700;
    font-size: 1.3em;
   
    color: #fff;
    line-height: 1.3em;
}

.home-cta-5 .sson img {
    height: auto;
}
.home-cta-5 .sson img {
    height: 42px;
}

.home-cta-5 h1 {
  font-size: 68px;
  line-height: 74px;
  margin: 0vh 0 0;
}

.topiq {
  padding-top: 12vh;
}
.pagefooter a:hover {
    color: #ccc;
    text-decoration: none;
}
.btn.btn-sson-iq {
    background: #2F3380;
    text-decoration: none;
}
/* testimonials-1 */
.testimonials{
  padding:40px 0;
}
.testimonials-1{
  background:#2b5e7f url(/UploadedFiles/EventPage/1002973/images/testimonials-bkg.jpg) top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color:#fff;
  margin:40px 0;
}
.testimonials-1 h1{
  color:#fff;
}
.testimonials-1 blockquote {
  font-size: 26px;
  text-shadow: 1px 1px 1px #000000;
}
.testimonials-1 .carousel .item{
  min-height:220px;
}
.home-content-22 .col-xs-12 h1 {
  margin-top: 40px;
}
.eventpartnerstable .carousel-inner {
    text-align: left !important;
}

