body {
    color: #666666;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background: #f6f6f6;
    padding-top: 85px;
}
body,
html {
    height: 100%;
}
.logotop{
        max-width:200px;
        margin-right:30px;
}
h2, h3, h4{
    color: #333333;
}
h1{
    color: #fff;
}
h1, h2{
    font-weight: 600;
}
h5 {
    line-height: 30px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    text-decoration: none;
}
.box-shadow {
    box-shadow: 0 1px 5px 0px #c1c1c1;
}
a{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: #0b132b;
}
button{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}
a:hover,a:focus,a:active{
    text-decoration: none;
    outline: none;
}
img{
    max-width: 100%;
    height: auto;
}
section {
    width: 100%;
    padding: 60px 0;
    position: relative;
    clear: both;
    display: table;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #333333;
    box-shadow: none;
}
.bg-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.bg-fixed {
    background-attachment: fixed;
}
a:hover {
    text-decoration: none;
}
.pad-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.float_left {
    float: left;
    width: 100%;
}
.btn> i {
    font-size: 28px;
    line-height: 10px;
    margin-top: 6px;
    float: right;
    margin-left: 10px;
}
.btn-blue {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 15px 6px 15px;
    color: #fff;
    background-color: #0b132b ;
    border-radius: 2px;
    height: 30px;
    line-height: 27px;
}
.btn-blue:hover, .btn-blue:focus{
    color: #fff;
    border-color: #e3baff !important;
    background-color: #e3baff !important;
}
.btn-blue3 {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    padding: 0px 10px 0px 10px;
    color: #fff;
    background-color: #9A00FF ;
    border-radius: 2px;
    height: 30px;
    line-height: 27px;
}
.btn-blue3:hover, .btn-blue:focus{
    color: #fff;
    border-color: #000 !important;
    background-color: #000 !important;
}
.btn-blue2 {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 15px 6px 15px;
    color: #0b132b;
    background-color: #fff ;
    border: solid 2px #0b132b;
    border-radius: 2px;
    height: 30px;
    line-height: 27px;
}
.btn-blue2:hover, .btn-blue:focus{
    color: #fff;
    border-color: #0b132b !important;
    background-color: #0b132b !important;
}
.btn-white {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    background-color: transparent ;
    border: solid 1px #fff;
    height: 30px;
    line-height: 27px;
    border-radius:0px;
;
}
.btn-white:hover, .btn-blue:focus{
    color: #fff;
    border-color: #fff !important;
    background-color: #3aa2ce !important;
}
.btn-red {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 15px 6px 15px;
    color: #E42320;
    border: 2px solid #E42320;
    border-radius: 5px;
    background: transparent;
    height: 40px;
    line-height: 27px;
}
.btn-red:hover, .btn-red:focus{
    color: #fff;
    border-color: #E42320 !important;
    background-color: #E42320 !important;
}
.btn-red2 {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 15px 6px 15px;
    color: #fff;
    border: 2px solid #9a00ff;
    border-radius: 2px;
    background: #9a00ff;
    height: 40px;
    line-height: 27px;
}
.btn-red2:hover, .btn-red:focus{
    color: #fff;
    border-color: #9A00FF !important;
    background-color: #9A00FF !important;
}
.btn-blue:hover, .btn-blue:focus{
    color: #fff;
    border-color: #9A00FF !important;
    background-color: #9A00FF !important;
}
.btn-yellow {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 15px 6px 15px;
    color: #0b132b;
    border: 2px solid #fff;
    border-radius: 2px;
    background: #fff;
    height: 40px;
    line-height: 27px;
}
.btn-yellow:hover, .btn-yellow:focus{
    color: #fff;
    border-color: #9A00FF !important;
    background-color: #9A00FF !important;
}
.btn-purple {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 15px 6px 15px;
    color: #191951;
    border: 2px solid #191951;
    border-radius: 5px;
    background: transparent;
    height: 40px;
    line-height: 27px;
}
.btn-purple:hover, .btn-purple:focus{
    color: #fff;
    border-color: #191951;
    background-color: #191951;
}
.btn_large {
    height: 40px;
    font-size: 16px;
    padding: 4px 15px 10px 15px;
}
.br-top-grey {
    border-top: 1px solid #dddddd !important;
}
.br-bot-grey {
    border-bottom: 1px solid #dddddd !important;
}
.br-right-grey {
    border-right: 1px solid #dddddd  !important;
}
.br-top-white {
    border-top: 1px solid #fff  !important;
}
.br-footer-white {
    border-bottom: 1px solid #fff  !important;
}

.br-right-white {
    border-right: 1px solid #fff  !important;
}
.br-left-white {
    border-left: 1px solid #fff  !important;
}
.pad-45 {
    padding: 40px 0;
}
.semi_bold {
    font-weight: 600;
    font-size: 20px;
}
.semi_bold2 {
    font-weight: 600;
}
.bg-light-blue {
    background: #f7faff;
}
.mar-zero {
    margin: 0 auto;
}

.mar-b-zero {
    margin-bottom: 0;
}
.pos-relative {
    position: relative;
    z-index: 2;
}
.stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    bottom: 0;
}

/** Bootstrap Carousel Fade **/
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/** Main header **/
.main_header {
    max-height: 110px;
    background-color: #fff;
    padding-left: 170px;
    padding-right: 178px;
}

.header_menu {
    width: 40px;
    float: left;
    background-color: #37AAD2;
    height: 100%;
    text-align: center;
}
.header_menu a {
    font-size: 40px;
    color: #fff;
    line-height: 2.3;
}
.header_logo {
    float: left;
    height: 100%;
    margin-top: 48px;
}
.header_logo img {
    max-height: 35px;
}
.header_logo a{
    float: left;
    margin: 10px;
    margin-left: 0;
}
.header_logo h3{
    margin: 0;
    margin-top: 11px;
    float: left;
    color: #191951;
    border-left: 1px solid #8B8B8B;
    padding-left: 35px;
    margin-left: 25px;
}
.header_btn {
    float: right;
    padding: 15px 0px;
}
.header_btn .btn{
    margin-left: 10px;
    background-size: 18px;
    background-position: 92%;
    padding-right: 40px;
    
    margin-top:-70px;
}
.main-slider {
    position: relative;
}
.main-slider:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-image: url(../images/bg-overlay.png);*/
    z-index: 1;
    background-position: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.slider_heading {
    z-index: 2;
    margin: 0;
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    margin-top: 10px;
    padding: 0 !important;
}
.slider_heading h2 {
    margin: 15px 0;
    line-height: 35px;
    max-width:100%;
    font-weight:300;
    font-size:20px;
    color:#fff;
}
.slider_heading h2 img {
    max-width: 30px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 12px;
}
.slider_heading .btn {
    color: #fff;
}
.slider_heading .btn:hover{
    color: #fff;
    border-color: #37AAD2;
    background-color: #37AAD2;
}
.counters_layout ul {
    padding: 0;
    margin: 0 -10px;
}
.counters_layout ul li {
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 16.20%;
    padding: 0 12px;
}
.counters_layout ul li h3{
    padding-bottom: 20px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 20px;
    width: 100%;
}
.counters_layout ul li h2{
    margin: 0 auto;
}
.home_content h3{
    color: #191951;
    font-size: 25px;
    margin: 35px 0;
}
.color_heading{
    font-size: 42px;
}
.images_box {
    padding: 7% 26% 10% 14%;
    display: inline-block;
    width: 100%;
    position: relative;
}
.images_box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-image: url("../images/image-overlay.png");*/
    z-index: 1;
    background-position: 50%;
}
.images_box_content h2 {
    font-size: 27px;
    line-height: 43px;
    font-weight: normal;
}
.images_box_content {
    z-index: 2;
    position: relative;
}

.color_heading {
    border-bottom: 11px solid;
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.border_blue {
    border-color: #37AAD2;
}
.border_yellow {
    border-color: #fbcb38;
}
/*.images_box_content .btn {*/
    /*background-color: rgba(0, 0, 0, 0.29);*/
/*}*/
/** Time line **/
.timeLine_box {
    text-align: left;
    display: inline-block;
    width: 100%;
    position: relative;
}
.timeLine_box:before{
  
}
.timeLine_box img {
    max-height: 70px;
    margin: 20px 50px 20px 0px;
    position: relative;
    z-index: 5;
    background: #35abd3;
    padding: 0;
    box-shadow: 0px 0px 0px 17px #35abd3;
}
.timeLine_box  ul {
    max-height: 70px;
    padding-left: 30px;
}
.timeLine_box li {
    list-style: none;
    text-align: left;
    margin-bottom: 15px;
    position: relative;
}
.timeLine_box li:before{
    content: ">>";
    font-size: 24px;
    position: absolute;
    left: -30px;
    color: #fff;
    top: 2px;
    line-height: 23px;
    letter-spacing: -7px;
}
.timeLine_box li a {
    color: #fff;
}
.timeLine_box li a:hover {
    text-decoration: underline;
}
.timeline_layout .row>.col-sm-3:nth-child(1) .timeLine_box:before {
    left: 100px;
    right: -100px;
}
.timeline_layout .row>.col-sm-3:nth-child(2) .timeLine_box:before {
    right: -40px;
}
.timeline_layout .row>.col-sm-3:nth-child(3) .timeLine_box:before {
    right: -40px;
}
.timeLine_box h3 {
    font-weight: 600;
    text-align:left;
}
.speaker_card .speaker_card_image {
    height: 350px;
    position: relative;
}
.speaker_card2 .speaker_card_image2 {
    height: 350px;
    position: relative;
}

.speaker_card .speaker_card_image {
        height: 440px;
}
@media (min-width:100px) and (max-width:767px) {
.speaker_card .speaker_card_image {
        height: 540px;
}
}  
.speaker_card2 .speaker_card_image2 {
        height: 250px;
        width: 250px;
}

@media (min-width:991px) and (max-width:1200px) {
.speaker_card2 .speaker_card_image2 {
        height: 220px;
        width: 220px;
    }
}  
@media (min-width:500px) and (max-width:990px) {
.speaker_card2 .speaker_card_image2 {
        height: 180px;
        width: 180px;
    }
}  
@media (min-width:1024px) and (max-width:1100px) {
.speaker_card_content {
    display: inline-block;
    width: 100%;
    padding: 10px 30px 0px 30px;
    }
}
.speaker_card_content h3{
    width: 100%;
}
.open_speaker_modal, a:hover {
    color:#34AAD2;
}
.speaker_card_content h4{
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 30px;
}
.speaker_card_content .bbn{
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    padding-right: 90px;
    margin-top: 40px;
    margin-bottom: 60px;
    color: #0aa0d9;
}
.speaker_card_content2 .bbn2{
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    font-size: 18px;
    padding: 24px 0;
    display: inline-block;
    padding-right: 90px;
    margin-top: 11px;
}
.speaker_card_content .bbn img {
    width: 16px !important;
    margin-left: 5px;
    display: inline-block !important;
}
.speaker_card_content .bbn:hover {
    color: #37AAD2;
    border-color: #37AAD2;
}
.custom_arrows a {
    position: absolute;
    top: 100px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.30);
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 42px;
    border-radius: 4px;
}
.custom_arrows a:hover {
     position: absolute;
    top: 100px;
    color: #fff;
    background: rgb(55, 170, 210);
}
.custom_arrows a:first-child{
    left: 0;
}
.custom_arrows a:last-child{
    right: 0;
}
.section_street_map {
    padding: 80px 0;
}
.section_street_map:before {
    content: '';
    top: 0;
    bottom: 0;
    background-image: url(../images/map-3.jpg);
    left: 0;
    right: 0;
    position: absolute;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}
.black-overlay:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.findout_layout h3 {
    line-height: 45px;
}
.partner-image {
    text-align: center;
    height: 100px;
    position: relative;
}
.partner-image img {
    max-height: 100px;
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.speaker_small_card .speaker_card_image:before, .our_team_cards .speaker_card_image:before {
    content: '';
    height: 10px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #7a449a 0%, #7a449a 33%, #36a9d2 66%, #36a9d2 100%);
}
.speaker_small_card2 .speaker_card_image2:before, .our_team_cards .speaker_card_image2:before {
    content: '';
    height: 10px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #7a449a 0%, #7a449a 33%, #36a9d2 66%, #36a9d2 100%);
}
.footer_widget img {
    max-height: 140px;
}
.footer_widget h3 {
    font-size: 16px;
    margin-top: 0;
    font-weight:600;
}
.footer_widget ul {
    padding: 0;
    margin-top: 35px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
}
.footer_widget li {
    list-style: none;
}
.footer_widget li a {
    color: #fff;
}
.footer_widget li a:hover{
    color: #191951;
}
.footer_initiative img {
    max-height: 26px;
    vertical-align: baseline;
    margin-left: 14px;
}
.footer_form h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}
.footer_form {
    padding-left: 100px;
}
.footer_form input {
    height: 30px;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 2px;
}

.footer_form .wysija-submit {
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    padding: 10px 30px 10px 8px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    background: transparent;
    height: 35px;
    line-height: 0px;
    width: auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-position: 93%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-white.png) !important;
}
.footer_form .wysija-submit:hover {
    background-color: #191951;
}
/** Speakers **/
.other_small_banner h1{
    margin: 10px 0;
	font-size: 54px;
}
.other_small_banner h1>i, .banner-007-heading h1>i{
    margin-left: 20px;
    vertical-align: middle;
}
.banner-007-heading h1 img {
    margin-left: 8px;
	margin-top: -8px;
}
.speaker_small_card .speaker_card_image {
    height: 280px;
    position: relative;
}
.speaker_small_card2 .speaker_card_image2 {
    height: 280px;
    position: relative;
}
.speaker_small_card .speaker_card_image:before, .our_team_cards .speaker_card_image:before{
    content: '';
    height: 10px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
 
}
.speaker_small_card2 .speaker_card_image2:before, .our_team_cards .speaker_card_image2:before{
    content: '';
    height: 10px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
 
}
/************* Speaker Modal *******************/
@media (min-width: 768px){
    .speaker_modal .modal-dialog {
        width: 800px;
        margin-top: 100px;
    }
    .speaker_modal .modal-body {
        padding: 40px;
    }
    .speaker_modal .modal-content {
        border-radius: 5px
    }
}
.speaker_modal_image {
    position: relative;
}
.speaker_modal_image:before{
    content: '';
    height: 10px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #7a449a 0%, #7a449a 33%, #36a9d2 66%, #36a9d2 100%);
}
.speaker_modal_image2:before{
    content: '';
    height: 10px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.speaker_modal_headings h3 {
    margin-top: 0;
}
.speaker_modal_headings h4 {
    line-height: 25px;
}
.speaker_modal_headings .bbn {
    display: none;
}
.speaker_modal_note p span {
    padding: 3px 16px;
    color: #000;
}
.sharing_icons a{
    font-size: 30px;
    margin-right: 20px;
}
.speaker_modal_cross{
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #7a449a 0%, #7a449a 33%, #36a9d2 66%, #36a9d2 100%) !important;
    box-shadow: none;
    border: none;
    color: #fff !important;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: absolute;
    top: -15px;
    right: -17px;
    font-size: 18px;
}
/** Our Team Cards **/
.speaker_small_card .speaker_card_image {
    height: 380px;
    position: relative;
}
.speaker_small_card2 .speaker_card_image2 {
    height: 380px;
    position: relative;
}
.our_team_cards .speaker_card_content a {
    width: 100%;
}
.our_team_cards .read_more{
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    font-size: 18px;
    padding: 4px 0;
    display: inline-block;
    padding-right: 0px;
    margin-top: 11px;
    margin-bottom:60px;
    width: 100%;
}
.our_team_cards .read_more>a{
    color: #35abd3;
    margin-top: 7px;
    display: inline-block;
    width: initial;
}
.read_more a img {
    width: 16px;
    margin-left: 8px;
}
/************************************/
/* Companies Exhibiting */
/************************************/
.banner-ce{
    /*width: 100%;*/
    /*height: 325px;*/
}
.ce-banner-heading{
    width: 100%;
}
.com-ex-box ul{
    list-style: none;
    padding: 0;
}
.com-ex-box ul li a{
    color: #191951;
    font-size: 23px;
}
.com-ex-box ul li a:hover, .com-ex-box ul li a:focus, .com-ex-box ul li a:active{
    color: #35abd3;
}
/************************************/
/* Expo Inquiries */
/************************************/
.black-overlay-2:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/bg-overlay.png");
    z-index: 1;
    background-position: 50%;
    background-size: cover;
}
.expin-banner-heading{
    z-index: 2;
    padding: 0 !important;
    display: inline-block;
}
.expo-date{
    z-index: 2;
    position: relative;
}
.expin-box>*{
    color: #191951;
}
.expin-box p{
    font-size: 23px;
    margin-top: 20px;
    line-height: normal;
}
.expin-box ol{
    padding: 0 25px;
}
.expin-box ol li{
    font-size: 23px;
    margin-top: 20px;
    line-height: normal;
}
.expin-btn button{
    display: block;
}
.expin-btn .btn {
    background-position: 97%;
}
.divider{
    border-bottom: 2px solid #ccc;
}
.expin-contact h3{
    font-size: 23px;
    font-weight: 600;
}
.expin-contact p{
    font-size: 23px;
}
/************************************/
/* Press Room */
/************************************/
.media-tabs-head{
    border: none;
}
.media-tabs-head li{
    width: 280px;
    height: 58px;
    margin-right: 15px;
    text-align: center;
}
.media-tabs-head li a{
    background-color: #35abd3;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.media-tabs-head li a,
.media-tabs-head li a:hover,
.media-tabs-head li a:focus,
.media-tabs-head li a:active{
    border: none;
    color: #fff;
    background-color: #35abd3;
}
.media-tabs-head li.active a,
.media-tabs-head li.active a:hover,
.media-tabs-head li.active a:focus,
.media-tabs-head li.active a:active{
    border: none;
    background-color: #191951;
    color: #fff;
}
.press-content{

}
.press-content-box{
    border: 1px solid #dddddd;
    padding: 15px;
    border-bottom-width: 2px;
}
.press-thumbnail{
    height: 120px;
    background-position: 50%;
    display: inline-block;
    width: 100%;
}
.press-release-date ul{
    padding: 0;
    list-style: none;
}
.press-release-date ul li{
    display: inline;
    margin-right: 60px;
    font-size: 20px;
}
.press-release-title >*{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2px;
}
.press-release-readmore>*{
    font-size: 20px;
    font-weight: 500;
}
.press-release-readmore a img {
    width: 16px;
    margin-left: 6px;
}
/************************************/
/* Single Press Room */
/************************************/
.press-release-shares h3{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.press-release-shares h3 span{
    font-size: 19px;
    font-weight: 400;
}
.press-release-shares ul{
    padding: 0;
    list-style: none;
}
.press-release-shares ul li{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #35abd3;
    border-radius: 50%;
    padding: 10px 0;
    margin-right: 5px;
}
.press-release-shares ul li a{
    color: #fff;
}
.pr-archive-box ul{
    padding: 0;
    list-style: none;
}
.pr-title h3{
    line-height: 18px;
}
.signle-pr-title h3{
    margin: 0;
    line-height: 40px;
}
.single-pr-content p{
    font-size: 18px;
    line-height: 28px;
}
.single-pr-content figure{
    margin: 15px 0;
	max-width: 100%;
}
.single-pr-content figcaption{
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
}
.follow-us ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.follow-us ul li{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #35abd3;
    border-radius: 50%;
    padding: 10px 0;
    margin-right: 5px;
}
.follow-us ul li a{
    color: #fff;
}
/** Partners Box Heading **/
.partners_box {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ddd;
    padding-bottom: 35px;
    margin-bottom: 50px;
}
.partners_box .partner-image img {
    max-width: 120px;
}
.partners_box .partner-image {
    margin-bottom: 40px;
}
/** prespective **/
.prespective_head_box-desc {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 30px 20px 20px 20px;
}
.pres-box{
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.pres-box .pres-box-img {
    height: 245px;
}
.pres-box-content {
    background: #fff;
    padding: 10px 30px;
}
.laMotion-video iframe{
    width: 100%;
}
.laMotion-video {
    position: relative;
}
.laMotion-content {
    margin: 40px 0;
}
.laMotion-video_overlay{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/play-video.jpg");
    z-index: 1;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.co-motion-box {
    cursor: crosshair;
}
.co-motion-box .co-motion-box-image {
    height: 300px;
}
.motion_navigation .pagination>li>a {
    background: transparent;
    border-radius: 0;
    font-size: 30px;
    border: none;
    border-top: 1px solid #37AAD2;
    border-bottom: 1px solid #37AAD2;
    height: 55px;
    line-height: 45px;
    color: #191951;
}
.motion_navigation .pagination>li:first-child>a, .motion_navigation .pagination>li:last-child>a {
    border: 1px solid #37AAD2;
    padding: 6px 18px;
}
.motion_navigation .pagination>li:first-child>a{
    margin-right: 15px;
}
.motion_navigation .pagination>li:last-child>a {
    margin-left: 15px;
}
.motion_navigation .pagination>li:nth-child(2)>a {
    border-left: 1px solid #37AAD2;
}
.motion_navigation .pagination>li:nth-child(6)>a {
    border-right: 1px solid #37AAD2;
}
.mobiPrize_tabs .media-tabs-head li {
    width: 18.5%;
}
.mobiPrize_card_content>a{
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    font-size: 18px;
    padding: 11px 0;
    display: inline-block;
    padding-right: 50px;
    margin-top: 11px;
}
.mobiPrize_card_content a:hover {
    color: #37AAD2;
    border-color: #37AAD2;
}
.mobiPrize_card_content p {
    line-height: normal;
}
/************************************/
/* Book Tickets */
/************************************/
.book-tickets-content{
    padding: 60px 0;
}
.section-head{
    padding: 15px 25px;
}
.section-head>*{
    margin: 0;
    padding: 0;
}
.section-head ul{
    list-style: none;
}
.section-head ul li{
    display: inline-block;
    width: 33%;
}
.section-head ul li>*{
    margin: 0;
}
.book-tickets-text > *{
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
}
.bt-promo-code label{
    font-size: 25px;
}
.promo-code{
    border: none;
    border-bottom: 2px solid #191951;
    width: 250px;
    margin-left: 40px;
}
.text-right{
    text-align: right;
}
.book-tickets-billing ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.book-tickets-billing ul li{
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.book-tickets-billing ul li h3{
    font-size: 23px;
    font-weight: 500;
    margin: 0;
}
.book-tickets-billing ul li span{
    font-size: 23px;
    font-weight: 500;
    margin: 0;
}
.billing-cols{
    width: 33%;
    display: inline-block;
    float: left;
}
.bt-billing-col-1{
    width: 45%;
    display: inline-block;
    float: left;
}
.bt-billing-col-2{
    width: 15%;
    display: inline-block;
    float: left;
}
.bt-billing-col-3{
    width: 40%;
    display: inline-block;
    float: left;
}
.inputField{
    width: 60px;
    height: 50px;
    text-align: center;
}
.inputButtons{
    background-color: transparent;
    border: none;
}
.bt-buynow-btn{
    background-color: #191951;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    width: 170px;
    height: 50px;
    border-radius: 18px;
}
.bt-buynow-btn:hover, .bt-buynow-btn:focus, .bt-buynow-btn:active{
    background-color: #191951;
    color: #fff;
}
.bt-footer-notice p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
/************************************/
/* Perspectives Twp */
/************************************/
.single-pr-tags p{
    font-size: 12px;
    font-weight: 500;
}
.author-name h3{
    margin: 0;
}
.about-author>*{
    font-weight: 500;
}
.shares-count span{
    font-size: 24px;
}
/************************************/
/* Program */
/************************************/
.two-color-back-head{
    width: 100%;
    display: inline-block;
    float: left;
}
.two-color-back-head .head-blue{
    width: 60%;
    background-color: #35abd3;
    float: left;
    padding: 15px;
}
.two-color-back-head .head-yellow{
    width: 40%;
    background-color: #fbcb38;
    float: left;
    padding: 15px;
}
.two-color-back-head h3{
    margin: 0;
}
.program-tab{
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.program-tab li{
    display: inline;
    width: 20%;
    border-bottom: 15px solid #ddd;
}
.program-tab li:hover, .program-tab li:focus, .program-tab li:active{
    border-bottom: 15px solid #191951;
}
.program-tab li:focus{
    outline: none;
}
.program-tab li a{
    color: #191951;
    font-size: 18px;
    font-weight: 600;
    border: none;
    text-align: center;
}
.program-tab li a:hover, .program-tab li a:focus, .program-tab li a:active{
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.program-tab li.active{
    border-bottom: 15px solid #191951;
}
.program-tab li.active a{
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #191951;
}
.program-tab li.active a:hover, .program-tab li.active a:focus, .program-tab li.active a:active{
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #191951;
    outline: none;
}
.event-timing{
    padding: 0 25px;
}
.event-timing ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.event-timing ul li{
    font-size: 18px;
    font-weight: 500;
}
.event-timing ul li span{
    width: 60px;
    display: inline-block;
}
.event-info-border-bottom{
    border-bottom: 2px solid #dddddd;
    display: inline-block;
    position: relative;
}
.event-info{
    width: 80%;
    display: inline-block;
    float: left;
}
.event-partner-img{
    width: 20%;
    display: inline-block;
    float: left;
    border-left: 1px solid #ddd;
    padding-left: 15px;
    position: absolute;
    bottom: 30px;
    top: 0px;
}
.event-title > *{
    margin: 0;
    line-height: 25px;
    margin-bottom: 10px;
}
.event-contributors ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.event-contributors ul li{
    font-size: 16px;
    margin-bottom: 5px;
}
.event-contributors ul li span{
    font-weight: 600;
}
.event-venue{
    margin-bottom: 20px;
    display: inline-block;
}
.event-venue p{
    font-size: 13px;
    margin: 0;
}
.event-venue p span{
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
}
.two-light-color-head{
    display: inline-block;
    width: 100%;
}
.head-light-blue{
    background-color: #35ABD3;
    width: 60%;
    display: inline-block;
    float: left;
}
.head-light-yellow{
    background-color: #FBCB38;
    width: 40%;
    display: inline-block;
    float: left;
}
.event-break > *{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 7px;
}
/**************************/
/* User 2 End*/
/**************************/

/***************MobiPrize Card******************************/
.mobiPrize_card{
    margin-bottom: 50px;
}
.mobiPrize_card .mobiPrize_card_image {
    height: 300px;
}
.mobiPrize_card .mobiPrize_card_content>a{
    margin-top: 14px;
}
.mobiPrize_card .mobiPrize_card_content>a>i{
    margin-left: 16px;
    vertical-align: middle;
}
.image_grid_box {
    height: 250px;
    position: relative;
}
.image_grid_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.47);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.image_grid_box:hover .image_grid_text {
    opacity: 1;
}
.image_grid_text> a{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    padding: 5px;
}
.speaker_modal_headings .mobi_mini_content {
    display: none;
}
/** Main Menu **/
.main_menu {
    width: 455px;
    position: fixed;
    top: 85px;
    height: auto;
    z-index: 999;
    background-image: linear-gradient(to top, #7a449a 0%, #37AAD2 100%);
    display: none;
    /*bottom: 0;*/
    overflow-y: auto;
}
.hide_menu {
    display: none;
}
.main_menu ul{
    padding: 35px;
    margin: 0;
}
.main_menu ul>li{
    list-style: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.main_menu ul>li a{
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}
.main_menu ul>li a i {
    float: right;
    width: 40px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 29px;
}
.main_menu .sub-menu{
    margin-top: 10px;
    display: none;
}
.main_menu .sub-menu a{
    font-size: 15px;
    margin-bottom: 10px;
}
.main_menu .sub-menu {
    padding: 0;
    margin-top: 16px;
}
.main_menu .sub-menu li {
    margin: 0;
    padding: 0;
    border: none;
}
.main_menu ul>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/**************************/
/* Contact */
/**************************/
.contact-text > *{
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
}
.divider-80{
    width: 80%;
    display: inline-block;
    border-bottom: 2px solid #ddd;
}
.contact-box > *{
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    padding: 15px;
    margin: 0;
}
/**************************/
/* Practical Information */
/**************************/
.practical-information-tabs .media-tabs-head li{
    width: auto;
    height: 58px;
    margin-right: 15px;
    text-align: center;
}
.street-map-text > *{
    margin: 0;
    margin-bottom: 5px;
    line-height: normal;
}
.street-map-text > p{
    font-size: 25px;
    line-height: 35px;
}
.streetmap-second-text p{
    font-size: 23px;
    line-height: 30px;
}
.accommodation-text p{
    font-size: 23px;
    line-height: 30px;
}
/**************************/
/* LA In Motion*/
/**************************/
.la-in-motion-content p{
    font-size: 23px;
    line-height: normal;
}
.la-in-motion-content blockquote{
    font-size: 40px;
    border-left: none;
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
    padding: 15px 15px 15px 0;
}
.la-in-motion-content blockquote p{
    display: inline;
    font-size: 40px;
}
.la-in-motion-content ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.la-in-motion-content ul li{
    font-size: 26px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}
.la-in-motion-content ul li:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(../images/arrow-purple.png) !important;
    background-position: 50% 60%;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
}
.la-in-motion-content .carousel-control i{
    width: 50px;
    height: 42px;
    margin-top: -10px;
    font-size: 38px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    background-color: #fff;
}
.la-in-motion-content .carousel-control i.fa-angle-double-left{
    left: 0;
}
.la-in-motion-content .carousel-control i.fa-angle-double-right{
    right: 0;
}
.la-in-motion-content .prev-next{
    opacity: 0.9;
}
/**************************/
/* User 2 End*/
/**************************/
.section-partners {
    display: inline-block;
	padding-top: 40px;
	padding-bottom: 40px;
}
.pr-thumb {
    min-height: 160px;
}
.timeline_fourth_img {
    display: none;
}
.ce-banner-heading img{
    max-height: 142px;
}
.half_divider_main {
    display: inline-block;
    width: 100%;
}
.half_divider_main .half_divider {
    width: 75%;
    clear: both;
    border: 1px solid #ccc;
    float: right;
}
.page-template-prespectives section{
    display: inline-block;
}
.btn {
    text-transform: none;
    font-weight: 400;
}
.head_button_push {
    display: none;
}
.header_btn h3 {
    display: none;
}
.white_arrow {
    background-position: 93%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-white.png') !important;
    padding-right: 50px;
}
.blue_arrow_white {
    background-position: 93%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-white.png') !important;
    padding-right: 45px;
}
.blue_arrow_white2 {
    background-position: 95%;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-white.png') !important;
    padding-right: 20px;
    margin-top:5px;
}
.blue_arrow_blue {
    background-position: 93%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-blue.png') !important;
    padding-right: 45px;
}
.blue_arrow_blue:hover {
    background-position: 93%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-white.png') !important;
    padding-right: 45px;
}
.blue_arrow_black {
    background-position: 93%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-blue2.png') !important;
    padding-right: 45px;
}
.blue_arrow_black:hover {
    background-position: 93%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-white.png') !important;
    padding-right: 45px;
}
.blue_arrow_white:hover{
    background-image: url('../images/arrow-white.png') !important;
}
.yellow_arrow_white {
    background-position: 93%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-yellow.png') !important;
    padding-right: 50px;
}
.yellow_arrow_white:hover{
    background-image: url('../images/arrow-white.png') !important;
}
.purple_arrow_white {
    background-position: 93%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-purple.png') !important;
    padding-right: 50px;
}
.purple_arrow_white:hover{
    background-image: url('../images/arrow-white.png') !important;
}
.red_arrow_white {
    background-position: 93%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-red.png') !important;
    padding-right: 50px;
}
.red_arrow_white:hover{
    background-image: url('../images/arrow-white.png') !important;
}
.other_small_banner h1 img {
    margin-left: 20px;
    max-width: 60px;
}
.bg-color-white {
    background-color: #fff;
}
.mobiPrize_card_content a img {
    width: 16px;
    margin-left: 5px;
}
.speakers_program a {
    background-position: 97%;
}
.press-info-box a {
    background-position: 95%;
}
.press-info-box_1 .btn{
    background-position: 97%;
}
.speakers_program p, .speakers_program h3 {
    line-height: normal;
}
.arrow_up_brand {
    background-image: url("../images/arrow-up.png");
    width: 40px;
    display: inline-block;
    background-position: 100%;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
}
.menu-right-arrow {
    background-image: url('../images/arrow-white.png');
    background-size: 70%;
    background-position: 50% 48%;
    background-repeat: no-repeat;
}
.menu-right-down {
    background-image: url('../images/arrow-down.png');
    background-size: 50%;
    background-position: 50% 48%;
    background-repeat: no-repeat;
}
.main-structure {
    position: relative;
}
.main-structure:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-structure-open:before{
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 99;
}
.main-menu-open {
    overflow: hidden;
}
.images_box_content .btn {
    background-color: rgba(0, 0, 0, 0.41);
}
.timeline_heading {
    padding-left: 0px !important;
}
.timeline_heading h1 {
    font-size: 42px;
}
.owl-dots {
    display: none;
}
.footer_section {
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #7a449a 0%, #7a449a 0%, #36a9d2 60%, #36a9d2 100%);
}
.footer_section {
    margin-top: -5px;
}
.copyright {
    border-top: 1px solid rgba(245, 245, 245, 0.31);
    background: #fff;
}
.copyright p {
    color: #191951;
    font-size: 10px;
    margin-top: 6px;
}
.speakers_carousel_mobile {
    display: none;
    position: relative;
}
.home_content p {
    color: #191951;
    line-height: normal;
    font-size: 27px;
}
.partner_box_heading h3 {
    line-height: normal;
}
.partner_box_heading .btn {
    background-position: 97%;
}
.map_area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.map_area img {
    height: 100%;
}
.street_map {
    position: relative;
    z-index: 55;
}
.street-map #map-canvas {
    height: 580px;
}
.social_sharings a{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 5%;
    text-align: center;
    line-height: 50px;
    font-size: 21px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.fb-color {
    background: #000;
    color: #fff;
}
.tw-color {
color:#000;
}

.email-color {
    background: #4c75a3;
}
.in-color {
    background: #000;
    color:#fff;
}
.pin-color {
    background: #bd081c;
}
.gplus-color {
    background: #dd4b39;
}
/*@media (min-width: 1400px) {
    .main_menu {
        height: 100%;
    }
}*/
.open_speaker_modal {
	cursor: pointer;
	color:#1f1b50;
}
.open_speaker_modal:hover {
color:#34AAD2;
}
.speaker_modal_headings a.open_speaker_modal img {
	max-width: 21px;
}
.speaker_modal_headings a.open_speaker_modal {
	margin-top: 5px;
}
.portfolioFilter.zero-left-right {
margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
}
.images-slider {
    padding: 0;
    background: #000;
}
.images-slider video,.images-slider img.hro-img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(0%) translateY(0);
    -webkit-transform: translateX(0%) translateY(0);
    background-size: cover;
    transition: 1s opacity;
}
.slider_heading h1 a:hover {
	color: #fff;
}
.contact-text h3.fw-600 {
	color: #191951;
}
.two-color-heading h3 {
	font-size: 30px;
}
#speaker_modal_des, #speaker_modal_des p {
	color: #191951;
}
.two-color-heading.expin-banner-heading h3 {
	font-size: 54px;
}
.banner-007-heading h1,.other_small_banner h1 {
	font-size: 54px;
}
.max-70 {
	max-width: 100px;
}
.extra-notice {
	padding-top: 90px;
}
.model_border {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 30px 0 15px 0;
    margin-top: 30px;
}
.page-template-expo-inquiries .black-overlay-2:before {
	    background-size: cover;
}
.hidden {
	display: none;
}
.event-content {
	padding-right: 15px;
}
.single-post blockquote {
	border-color: #37aad2 !important;
}
.single-post blockquote h3 {
	color: #37aad2 !important;
}
.mc4wp-response p {
	color: #fff !important;
}
section.whitebG {
	background: #fff;
}
.home .black-overlay:before {
	display: none;
}
.section-partners2 {
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footerimg {
   margin-left:-22px;
}
.newsletter {
color:#191951; 
padding:5px;
border-radius:2px 0 0 2px;
border: 1px solid transparent;
}
.header_logo {
  padding-right:0px; padding-left:0px;
} 

@media only screen and (min-width: 600px) {    

.postmarge {
    padding: 0 10% 0 10%;
} 
.postmarge2 {
    padding: 0 3% 0 3%;
} 
.imgmarge{
    padding: 0 2% 10% 2%;
} 
.speakmarge{
    margin-bottom:60px;
} 
.image-caption{
    padding: 0 0 0 20px;
    font-size:10px;
    
} 
.headbot{
    margin-top: 15px;
} 

.our_team_name_ajax {
    font-weight:400;
    line-height:16px;
    margin-bottom:40px;
}
.perspect {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 900px) {    
.topfolio {
    padding-left: 12%;
    padding-right: 12%;
    min-width:76%;
    } 
}    

@media only screen and (min-width: 901px) and (max-width: 1200px) {    
.topfolio {
    padding-left: 16%;
    padding-right: 16%;
    min-width:68%;
    } 
}   

@media only screen and (min-width: 1201px) {    
.topfolio {
    padding-left: 18%;
    padding-right: 18%;
    min-width:64%;
    } 
}   

.imgfooterright {
 text-align: right;   
} 

.widget-title {
    color: #fff;
}

.seattle .hb-cta {
    box-shadow: 0px 0px 0px 0px black;
}
