body {
    font-family: 'Montserrat', sans-serif;
}


@media (min-width: 1200px){
.container {
    max-width: 1320px;
}
}

iframe {
    height: 2000px;
    padding-left: 30px;
}
@media (max-width: 768px) {
    iframe {
        height: 2400px;
        padding-left: 0px;
    }
}

/*Top header section begins*/
.Top-Header {
    background: #d72d63;
    padding: 5px 0px 5px 0px;
}

.Top-Header .LS{
    
}

.Top-Header .LS ul{
    margin-bottom: 0px;
    padding-left: 15px;
}

.Top-Header .LS ul li{
        list-style-type: none;
    display: inline;
    margin-right: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.Top-Header .LS ul li span{
    font-weight: 700;
}

.Top-Header .LS ul li fa{
}

.Top-Header .LS .Place{
}

.Top-Header .LS .Date{
    text-transform: uppercase;
}

@media(min-width: 768px){
    .Top-Header .RS{
        padding-right: 35px;
    }
}

.Top-Header .RS ul{
    margin-bottom: 0px;
    padding-left: 0px;
    float: right;
}

.Top-Header .RS ul li{
    list-style-type: none;
    display: inline;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.Top-Header .RS ul li:last-child{
    margin-right: 3px;
}

.Top-Header .RS ul li .Heading{

}

.Top-Header .RS ul li a{
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.Top-Header .RS ul li a:hover {
    color: #00c4c9;
}

.Top-Header .RS ul li a .fa{
    font-size: 15px;
}

@media (max-width: 767px){
    .primary-menu .navbar {
        padding: .5rem 0px;
    }
    .Top-Header .LS {
        text-align: center;
    }
    .Top-Header .RS {
        text-align: center;
        padding-top: 1%;
    }
    .Top-Header .RS ul {
        float: none;
    }
}


/*Top header section ends*/




@media (max-width: 767px){
    .navbar-toggler {
        padding: .1rem .5rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: .25rem;
    }
    .primary-menu .navbar-toggler {
        color: #fff;
        border-color: #ffffff85;
    }
    .navbar-collapse {
        z-index: 99999;
    }
}

.primary-menu .navbar .navbar-expand-md.navbar-dark{

}
/*.primary-menu .navbar-brand {
    margin-top: -1%;

}*/
.primary-menu .navbar-dark .navbar-brand {
    color: #fff;
    font-weight: 600;
    font-family: khand;
    line-height: 1.5;
    font-size: 23px;
    /*for 2 logos*/
    width: 100%;
}
.primary-menu .navbar-toggler {

}
.primary-menu .navbar-toggler-icon {

}
.primary-menu a.nav-link {
	color: #fff;
}
.primary-menu a.nav-link:hover, .primary-menu a.nav-link:active {
	color: #000;
    /* border-top: 2px solid #bc37ac !important; */
    background: #fff;
}
.primary-menu li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin: 0px 5px;
}
.primary-menu .social {
    padding: 6px 10px;
    font-size: 16px;
}
.primary-menu .social a {
    color: #fff;
}
.primary-menu{
	/*height: 91px;*/
    overflow: visible;
    /*top: 32px;*/
    background: #000;
   
}
.primary-menu .BT-Btn {
    background: #d9177f;
}
.primary-menu .BT-Btn .nav-link:hover {
    background: #fff !important;
    color: #000 !important;
}
.primary-menu .dropdown-menu{
    padding:0px;
}
.primary-menu .dropdown-menu .dropdown-item:hover{
    background: #d72d63;
}
.primary-menu .dropdown-menu a:hover{
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    transition: all .5s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link:hover {
    background: #d9177f;
    color: #fff;
}
/*.primary-menu .container{
    padding: 15px 0px;
}*/
.dropdown-menu{
    background-color: #fff !important;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0px 0px 0px 0px;
}



.Banner-section
{
position: relative;
}
.extra-mar{
	margin: 0px;
}
.Banner-section .Image-Sec
{
    z-index: 5;
    position: relative;
}

.Banner-section .Image-Sec img {
    width: 100%;
}


.Banner-section .Content-Sec 
{
    font-family: inherit;
    position: absolute;
    top: 30%;
    width: 100%;
} 

.Banner-section .Content-Sec .Outer-Box
{
position: relative; 
z-index: 6;
}

.Banner-section .Content-Sec .Titile {
    width: 43%;
    margin-top: 20px;
}
.Banner-section .Content-Sec .Titile-M {
    display: none;
    margin-top:20%;
}
@media (min-width: 1920px){
    .Banner-section .Content-Sec .Titile {
    width: 55%;
    margin-top: 0px;
}
}
@media(min-width: 769px){
    .fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0px 0px 0px 0px;
    background: #000 !important;
    /*border-bottom: 1px solid #6c757d;*/
    }
    .primary-menu{
        height: 85px;
        overflow: visible;
        /*top: 32px;*/
        /*background: #fff;*/
        background: transparent;
        position: absolute;
        top: 0%;
        z-index: 10;
        width: 100%;
    }
}
@media(max-width: 768px){
    .Banner-section .Content-Sec .Titile {
        width: 100%;
        margin-top: 25%;
        display: none;
    }
    .Banner-section .Content-Sec .Titile-M {
    display: block;
    margin-top:10%;
}
}

.Logo {
    width: 30%;
    padding: 15px 0px;
}
.Logo1 {
    width: 17%;
    float: right;
}
.fixed-header .Logo {
    width: 30%;
    padding: 8px 0px;
}

.Banner-section .Content-Sec .B-Date-Place
{
        margin-top: 10px;
}

.Banner-section .Content-Sec .B-Date-Place li
{
       display: inline-block;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin: 5px 50px 5px 50px;
        text-transform: initial;
}

.Banner-section .Content-Sec .B-Date-Place .Place
{
    margin-right: 20px;
}

.Banner-section .Content-Sec .B-Date-Place .Date
{

}

.Banner-section .Content-Sec .B-Date-Place
{

}

.Banner-section .Content-Sec .Date
{
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
}

.Banner-section .Content-Sec .WBS-In-60-Sec
{
 
}

.Banner-section .Content-Sec .WBS-In-60-Sec ul
{
   margin-top: 20px;
    padding-left: 0px;
}

.Banner-section .Content-Sec .WBS-In-60-Sec ul li
{
display: inline-block;
}


.Banner-section .Content-Sec .WBS-In-60-Sec .btn1
{
    background: #ca2a6d;
}

.Banner-section .Content-Sec .WBS-In-60-Sec .btn2
{
    background: #4606a5;
}


.Banner-section .Content-Sec .WBS-In-60-Sec button
{
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    padding: 7px 15px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.Banner-section .Content-Sec .WBS-In-60-Sec button span
{
color: inherit;
    font-size: 17px;
    font-weight: 500;
    text-decoration: inherit;
    padding-left: 5px;
}

.Banner-section .Content-Sec .WBS-In-60-Sec button:hover
{
    background-color: #ffff;
color: #000;
}

.Banner-section .Content-Sec .WBS-In-60-Sec button a
{
color: inherit;
font-size: inherit;
text-decoration: inherit;
}

.Banner-section .Content-Sec .Supported-By-Sec
{
    margin-top: 10px;
}

.Banner-section .Content-Sec .Supported-By-Sec img
{
}

/*Zendesk index page style begins*/
.Content-Sec .main-heading{
        font-size: 60px;
        font-weight: 900;
        color: #efc92a;
        text-align: center;
        position: relative;
    }
    .Content-Sec .main-heading:after{
        content: "";
        position: absolute;
        left: 19%;
        bottom: 8%;
        width: 53%;
        border-bottom: 1px solid #fff;
        color: #fff;
    }
    .Content-Sec .main-heading span{
        color: #fff;
    }
    .Content-Sec .main-heading img{
        width: 10%;
    }
    .Content-Sec .venue-sec {
        color: #fff;
        text-align: center;
        font-size: 23px;
        font-weight: 500;
        position: relative;
    }
    .Content-Sec .venue-sec:after {
        content: "";
        position: absolute;
        left: 19%;
        bottom: -65%;
        width: 53%;
        border-bottom: 1px solid #fff;
        color: #fff;
    }
    .Content-Sec .powered-by{
               margin-top: 25px;
				margin-bottom: 20px;
        
    }
    .Content-Sec .join-now{
        text-align: left;
        margin-top: 1%;
    }
    .Content-Sec .text-button1{
            background: #d9177f;
    border: none;
    color: #fff;
    font-family: roboto condensed;
    padding: 7px 20px;
    transition: all 0.2s;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    transition: all .5s ease-in-out;
    }
    .Content-Sec .text-button1:hover {
        background: #fff;
        color: #000;
    }
    .sec-section{
        padding: 50px 0px;
        background: #fff;
    }
    .sec-section .shape{
        margin-bottom: 15px;
        font-size: 34px;
       
        text-transform: uppercase;
    }
    .sec-section .shape-text{
        font-size: 22px;
    }
    .event-overview{
        background-image: url(Assets/Media/event-overview.jpg);
        background-position: center;
        background-size: cover;
        /*padding: 60px 0px;*/
    }
    .event-overview .over-left{
        background: #00000085;
        text-align: center;
        padding: 18% 0px;
    }
    .event-overview .over-left .text-button1 {
        color: #f89c34;
        border: 1px solid #f89c34;
        background: transparent;
        font-family: roboto condensed;
        padding: 7px 25px;
        transition: all 0.2s;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 20px;
        transition: all .5s ease-in-out;
    }
    .event-overview .over-left .text-button1:hover {
        background: #fff;
        color: #000;
        border: 1px solid #fff;
    }
    .event-overview .over-text{
        padding: 4% 0px;
    }
    .event-overview .over-text p{
        color: #fff;
        padding: 0px 185px 0px 50px;
        font-size: 22px;
    }
    .event-overview .over-text ul{
        padding: 0px 185px 0px 100px;
        color: #fff;
        font-size: 22px;
        margin: 0px;
    }
    .event-overview .over-text ul span{
        color: #efc92a;
    }
    .event-overview .over-text p span {
        color: #efc92a;
    }
    .agenda-section{
            padding: 40px 0px 50px 0px;
    }
    .agenda-section img{
        position: relative;
    }
    /*agenda section collapse*/
    .agenda-content{
        width: 100%;
        margin-top: -6%;
        z-index: 9;
        position: relative;
    }
    .agenda-content .agenda-content-inner{
        width: 85%;
        margin: auto;
    }
    .agenda-content .agenda-content-inner .agend-head{
        padding: 20px;
        background: #d9177f;
        color: #fff;
        font-size: 25px;
        font-weight: 500;
    }
    .agenda-content .agenda-content-inner .agend-head .left{
        float: right;
        font-size: 19px;
        padding-top: 5px;
    }
    .agenda-content .agenda-content-inner .agend-head span{
        
    }
    .agenda-content .collapsible {
      background-color: #f1f1f1;
      color: #000;
      cursor: pointer;
      padding: 18px 18px 10px 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 17px;
      margin-bottom: 1px;
      text-transform: uppercase;
      /*line-height: 1;*/
    }
    .agenda-content .collapsible1 {
      background-color: #f1f1f1;
      color: #000;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 17px;
      margin-bottom: 1px;
      text-transform: uppercase;
      /*line-height: 1;*/
    }

    .agenda-content .active, .collapsible:hover {
        background-color: #f1f1f1;
        color: #000;
    }

    .agenda-content .collapsible:after {
        content: '\002B';
        color: #000;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        font-size: 23px;
    }

    .agenda-content .active:after {
      content: "\2212";
    }

    .agenda-content .content {
      padding: 0 18px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      background-color: #fff;
      border: 1px solid #f1f1f1;
      font-size: 18px;
    }
    .agenda-content .content p{
        padding-top: 10px;
    }

    .agenda-section .text-button1{
        text-align: center;
        margin-top: 2%;
    }
    .agenda-section .text-button1 button{
            background: #d9177f;
    border: none;
    color: #fff;
    font-family: roboto condensed;
    padding: 7px 20px;
    transition: all 0.2s;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    transition: all .5s ease-in-out;
    }
    .agenda-section .text-button1 button:hover {
        background: #000;
    }
    .who-us{
        padding: 60px 0px;
        background: #0d363d;
    }
    .who-us .main-heading{
        color: #fff;
        margin-bottom: 15px;
        font-size: 34px;
        font-weight: bold;
    }
    .who-us .heading-border{
        border-top: 1px solid #aaa;
        margin-bottom: 30px;
    }
    .who-us ul{

    }
    .who-us li{
        color: #fff;
        list-style: none;
        font-size: 20px;
        line-height: 1.3;
    }
    .who-us .first-list{
        margin-top: 9%;
    }
    .who-us .sec-one{
        
    }
    .who-us .sec-two{
        
    }
    
    .who-us .sec-two li{
        
    }
    .who-us .sec-three{
        
    }
    
    .who-us .sec-three li{
        
    }
    .who-us .sec-four{
        
    }
    
    .who-us .sec-four li{
        
    }
    @media(max-width: 768px){
        .Desktop-Banner{
                   display: none !important;
        }
        .Content-Sec .main-heading{
            font-size: 40px;
        }
        .Content-Sec .main-heading img {
            width: 20%;
        }
        .Content-Sec .venue-sec {
            font-size: 18px;
        }
        .Banner-section .Content-Sec {
            top: 8%;
        }
        .Content-Sec .venue-sec:after {
            bottom: -20%;
        }
        .Content-Sec .text-button1{
            font-size: 16px;
            padding: 7px 15px;
        }
        .Content-Sec .join-now {
               margin-top: 0px;
        }
        .Content-Sec .powered-by {
                text-align: center;
				margin-top: 20px;
				margin-bottom: 15px;
				width: 65%;
        }
        /*.primary-menu .navbar-dark .navbar-brand {
            width: 60%;
        }*/

        /*for 2 logo*/
        .primary-menu .navbar-dark .navbar-brand {
            width: 43%;
        }
        .primary-menu .navbar-dark .navbar-brand .Logo {
            width: 100%;
        }
        .primary-menu .navbar-dark .navbar-brand .Logo1 {
            width: 50%;
    padding-top: 5px;
        }
        /*for 2 logo*/
        .primary-menu .navbar-dark .navbar-brand img {
            width: 75%;
        }
        .sec-section .shape, .who-us .main-heading, .Registration-Form .main-heading {
            font-size: 26px !important;
        }
        .sec-section .shape-text {
            font-size: 20px;
        }
        .event-overview .over-text p {
            padding: 0px;
            font-size: 20px;
        }
        .event-overview .over-text {
            padding: 30px 0px;
        }
        .event-overview .over-left {
            padding: 15% 0px;
        }
		.agenda-section {
			padding: 0px 0px 40px 0px;
		}
        .agenda-content .agenda-content-inner {
            width: 95%;
        }
        .agenda-content .agenda-content-inner .agend-head {
            font-size: 20px;
        }
        .agenda-content .agenda-content-inner .agend-head .left {
            font-size: 12px;
            padding-top: 6px;
        }
        .agenda-section .text-button1 {
            margin-top: 7%;
        }
        .agenda-section .text-button1 button {
            padding: 7px 15px;
            font-size: 16px;
        }
        .who-us ul {
            padding: 0px;
        }
        .who-us .one-pair {
            width: 50%;
            float: left;
            margin-bottom: 5%;
        }
        .who-us li {
            font-size: 14px;
        }
        .who-us .sec-one {
            margin-bottom: 5%;
        }
        .primary-menu .BT-Btn {
            background: #f89c34;
            width: 35%;
            text-align: center;
        }
        .sec-section {
            padding: 35px 0px;
            background: #fff;
        }
        .footer {
            padding-bottom: 20px !important;
        }
        .scrolltop{
            right: 0px !important;
        }
        .agenda-content .collapsible, .agenda-content .collapsible1{
            margin-bottom: 5px;
            font-size: 16px;
        }
        .agenda-content .collapsible:after{
            line-height: 1;
        }
        .agenda-content .content{
            font-size: 16px;
        }
        .event-overview .over-text ul{
            padding: 0px 15px;
            font-size: 20px;
        }
    }
    @media(min-width: 769px){
        .Mobile-Banner{
            display: none !important;
        }
    }

.agenda-section .Main-Heading {
    color: #212529;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px;
}
.agenda-section .light-border {
    border: 1px solid #ccc;
}
.agenda-section .Outer-Box {
    padding: 40px 40px;
}
.agenda-section .Outer-Box .Img-Sec {
    padding-bottom: 15px;
}
.agenda-section .Outer-Box .Img-Sec img {
 /*width: 25%;*/
}
.agenda-section .Outer-Box .content-sec {

}
.agenda-section .Outer-Box .content-sec .Time {
    text-align: center;
    margin-bottom: 0px;
    color: #333c4e;
    font-size: 20px;
    font-weight: 500;
}
.agenda-section .Outer-Box .content-sec .Text {
    text-align: center;
    font-size: 16px;
    color: #687178;
	    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.agenda-section .Outer-Box .content-sec .Topic {
    text-align: center;
    font-size: 16px;
    color: #d9177f;
	    font-weight: 500;
}
/*Zendesk index page style ends*/


/*Footer section starts*/
.footer{
    background: #000;
    padding: 20px 0px 20px 0px;
}
.footer .foot-left{
    
}
.footer .foot-left a{
    color: #fff;
    text-decoration: none;
    transition: all .5s ease-in-out;
}
.footer .foot-left a:hover {
    color:#d9177f;
}
.footer .foot-left .copy a {
    color: #ffffff;
}
.footer .foot-left .copy a:hover {
    color: #fff;
}
.footer .foot-left .copy{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-family: roboto condensed;
    padding-top: 1%;
    font-weight: 100;
}
.footer .foot-left ul{
    padding: 0px;
    display: none;
}
.footer .foot-left li{
    list-style: none;
    float: left;
    padding-right: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: roboto condensed;
    font-weight: 100;
}
.footer .foot-right{
    text-align: right;
    padding-right: 70px;
}
.footer .foot-right .Heading{
    color: #fff;
    margin: 0px;
    line-height: 1.5;
    /*margin-right: 15%;*/
}
.footer .foot-right ul{
    padding: 0px;
    float: right;
}
.footer .foot-right li{
    list-style: none;
    float: left;
    padding-right: 20px;
}
.footer .foot-right li:last-child {
    padding: 0px;
}
.footer .foot-right a{
    color: #fff;
}
.footer .foot-right a:hover {
    color: #ec2125;
}

@media (max-width: 767px){
    .footer .foot-right {
        text-align: left;
    }
    .footer .foot-right ul {
        float: left;
    }
}
/*Footer section ends*/


/*Code for scroll top begins*/
.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9999;
}
.scroll {
    position: absolute;
    right: 15px;
    bottom: 0px;
    background: #ec2125;
    padding: 10px 10px;
    text-align: center;
    margin: 0 0 0 0;
    color: #fff;
    cursor: pointer;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
}
.scroll:hover {
    background: #000000;
    padding: 15px 10px;
    margin-bottom: 8px;
    color: #fff;
}
.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: inherit;
}
/*Code for scroll top ends*/
.scroll-id
{
        margin-top: -60px;
    padding-top: 60px;
}

/*code for Pre-loader begins*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(Assets/Media/Spinner.svg);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/*code for Pre-loader ends*/
/*Button focus style*/
button:focus {
     outline: none; 
     outline: none; 
}
/*Button focus ends*/
/* Hubspot Form CSS Start */
.hs-form
{
}
/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {}

/* Labels (selects field labels and error messages) */
.hs-form label {}
.hs-form .hs-form-field > label {}

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {}

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea {}
.hs-form textarea:focus {}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {}
.hs-form select:focus {}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid {}

.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{color: #f00;}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder { /* Webkit Browsers */}
:-moz-placeholder { /* Firefox 18- */}
::-moz-placeholder { /* Firefox 19+ */}
:-ms-input-placeholder { /* IE10 */}

/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */

.hs-form .hs-form fieldset.form-columns-1 {}
.hs-form .hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-2 {}
.hs-form .hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-3 {}
.hs-form .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


Default embedded form CSS
If you are embedding a form and do not disable the default CSS, the following code will render in a style tag within your external page's head tag:

.hs-button-reset,
.hs-form .hs-button {
    border: none;
    line-height: 1;
    margin: 0;
    outline: 0;
    padding: 0
}

.base-hs-button-styles,
.hs-form .hs-button {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 12px;
    padding: 10px 20px 10px 20px;
    position: relative;
    text-align: center;
}

.base-hs-button-styles:hover,
.hs-form .hs-button:hover {
    text-decoration: none
}

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
    cursor: pointer
}

input.hs-input,
textarea.hs-input,
select.hs-input {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

textarea.hs-input {
    padding-top: 5px
}

html.webkit textarea.hs-input {
    padding-top: 6px;
    padding-left: 5px
}

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    line-height: normal;
    border: none
}

input.hs-input[type=file] {
    background-color: #fff;
    padding: initial;
    border: initial;
    line-height: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input.hs-input[type=button],
input.hs-input[type=reset],
input.hs-input[type=submit] {
    width: auto;
    height: auto
}

input.hs-input[type=search] {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    background-image: url("/common_assets/static-2.158/img/form/search.png");
    background-repeat: no-repeat;
    padding-left: 26px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 3px;
    background-position: 8px 8px
}

html.firefox input.hs-input[type=search] {
    position: relative;
    top: 1px
}

input.hs-input[type=search].transparent-image {
    background-image: url("/common_assets/static-2.158/img/form/search-transparent.png")
}

input.hs-input[type="search"]::-webkit-search-decoration,
input.hs-input[type="search"]::-webkit-search-cancel-button,
input.hs-input[type="search"]::-webkit-search-results-button,
input.hs-input[type="search"]::-webkit-search-results-decoration {
    display: none
}

select.hs-input,
input.hs-input[type=file] {
    height: 27px
}

select[multiple].hs-input {
    height: inherit
}

textarea.hs-input {
    height: auto
}

.hs-input:-moz-placeholder {
    color: #bfbfbf
}

.hs-input::-webkit-input-placeholder {
    color: #bfbfbf
}

input.hs-input,
textarea.hs-input {
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)
}

input.hs-input:focus,
textarea.hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6)
}

input.hs-input.error,
.hs-form div.field.error input,
.hs-form div.field.error textarea,
.hs-form div.field.error .chzn-choices,
textarea.hs-input.error {
    border-color: #c87872;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25)
}

input.hs-input.error:focus,
.hs-form div.field.error input:focus,
.hs-form div.field.error textarea:focus,
.hs-form div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus {
    border-color: #b9554d;
    -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    box-shadow: 0 0 6px rgba(171, 41, 32, 0.5)
}

.input-mini.hs-input,
input.mini.hs-input,
textarea.mini.hs-input,
select.mini.hs-input {
    width: 60px
}

.input-small.hs-input,
input.small.hs-input,
textarea.small.hs-input,
select.small.hs-input {
    width: 90px
}

.input-medium.hs-input,
input.medium.hs-input,
textarea.medium.hs-input,
select.medium.hs-input {
    width: 150px
}

.input-large.hs-input,
input.large.hs-input,
textarea.large.hs-input,
select.large.hs-input {
    width: 210px
}

.input-xlarge.hs-input,
input.xlarge.hs-input,
textarea.xlarge.hs-input,
select.xlarge.hs-input {
    width: 270px
}

.input-xxlarge.hs-input,
input.xxlarge.hs-input,
textarea.xxlarge.hs-input,
select.xxlarge.hs-input {
    width: 530px
}

.input-stretch.hs-input,
input.stretch.hs-input,
textarea.stretch.hs-input,
select.stretch.hs-input {
    box-sizing: border-box;
    width: 100%
}

textarea.hs-input.xxlarge {
    overflow-y: auto
}

input.hs-input.span1,
textarea.hs-input.span1,
select.hs-input.span1 {
    display: inline-block;
    float: none;
    width: 30px;
    margin-left: 0
}

input.hs-input.span2,
textarea.hs-input.span2,
select.hs-input.span2 {
    display: inline-block;
    float: none;
    width: 90px;
    margin-left: 0
}

input.hs-input.span3,
textarea.hs-input.span3,
select.hs-input.span3 {
    display: inline-block;
    float: none;
    width: 150px;
    margin-left: 0
}

input.hs-input.span4,
textarea.hs-input.span4,
select.hs-input.span4 {
    display: inline-block;
    float: none;
    width: 210px;
    margin-left: 0
}

input.hs-input.span5,
textarea.hs-input.span5,
select.hs-input.span5 {
    display: inline-block;
    float: none;
    width: 270px;
    margin-left: 0
}

input.hs-input.span6,
textarea.hs-input.span6,
select.hs-input.span6 {
    display: inline-block;
    float: none;
    width: 330px;
    margin-left: 0
}

input.hs-input.span7,
textarea.hs-input.span7,
select.hs-input.span7 {
    display: inline-block;
    float: none;
    width: 390px;
    margin-left: 0
}

input.hs-input.span8,
textarea.hs-input.span8,
select.hs-input.span8 {
    display: inline-block;
    float: none;
    width: 450px;
    margin-left: 0
}

input.hs-input.span9,
textarea.hs-input.span9,
select.hs-input.span9 {
    display: inline-block;
    float: none;
    width: 510px;
    margin-left: 0
}

input.hs-input.span10,
textarea.hs-input.span10,
select.hs-input.span10 {
    display: inline-block;
    float: none;
    width: 570px;
    margin-left: 0
}

input.hs-input.span11,
textarea.hs-input.span11,
select.hs-input.span11 {
    display: inline-block;
    float: none;
    width: 630px;
    margin-left: 0
}

input.hs-input.span12,
textarea.hs-input.span12,
select.hs-input.span12 {
    display: inline-block;
    float: none;
    width: 690px;
    margin-left: 0
}

input.hs-input.span13,
textarea.hs-input.span13,
select.hs-input.span13 {
    display: inline-block;
    float: none;
    width: 750px;
    margin-left: 0
}

input.hs-input.span14,
textarea.hs-input.span14,
select.hs-input.span14 {
    display: inline-block;
    float: none;
    width: 810px;
    margin-left: 0
}

input.hs-input.span15,
textarea.hs-input.span15,
select.hs-input.span15 {
    display: inline-block;
    float: none;
    width: 870px;
    margin-left: 0
}

input.hs-input.span16,
textarea.hs-input.span16,
select.hs-input.span16 {
    display: inline-block;
    float: none;
    width: 930px;
    margin-left: 0
}

input.hs-input[disabled],
select.hs-input[disabled],
textarea.hs-input[disabled] {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed
}

.help-inline,
.help-block {
    font-size: 11px;
    line-height: 18px;
    color: #818181
}

.help-inline {
    padding-left: 5px
}

.help-block {
    display: block;
    max-width: 600px
}

.inline-inputs {
    color: #818181
}

.inline-inputs span,
.inline-inputs input {
    display: inline-block
}

.inline-inputs input.mini {
    width: 60px
}

.inline-inputs input.small {
    width: 90px
}

.inline-inputs span {
    padding: 0 2px 0 1px
}

.input-prepend input,
.input-append input {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-prepend .add-on,
.input-append .add-on {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #ccc;
    z-index: 2;
    float: left;
    display: block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 4px 4px 5px;
    margin-right: -1px;
    font-weight: normal;
    line-height: 18px;
    color: #bfbfbf;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-prepend .active,
.input-append .active {
    background: #bfe0bf;
    border-color: #59ad59
}

.input-append input {
    float: left;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-append .add-on {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-right: 0;
    margin-left: -1px
}

.hs-form {
    margin-bottom: 18px
}

.hs-form fieldset {
    margin-bottom: 18px;
    padding-top: 18px
}

.hs-form fieldset legend {
    display: block;
    margin-left: 150px;
    font-size: 19.5px;
    line-height: 1;
    color: #414141
}

.hs-form .clearfix,
.hs-form .field,
.hs-form .hs-form-field {
    margin-bottom: 18px
}

.hs-form .clearfix:after,
.hs-form .field:after,
.hs-form .hs-form-field:after {
    content: "";
    display: table;
    clear: both
}

.hs-form label {
    padding-top: 5px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    float: left;
    width: 130px;
    text-align: right;
        color: #ffffff;
}

.hs-form .input {
    margin-left: 150px
}

.hs-form div.field.error {
    background: #fae5e3;
    padding: 6px 0;
    margin-bottom: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.hs-form div.field.error>label,
.hs-form div.field.error span.help-inline,
.hs-form div.field.error span.help-block {
    color: #9d261d
}

.hs-form div.field.error .input-prepend span.add-on,
.hs-form div.field.error .input-append span.add-on {
    background: #f4c8c5;
    border-color: #c87872;
    color: #b9554d
}

.hs-form .hsErrMsgContainer ul {
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 7px;
    list-style: none
}

.hs-form .hsErrMsgContainer ul li {
    font-size: 12px;
    color: #a44e47
}

.hs-form .hsErrMsgContainer .hs-block-message {
    min-width: 200px;
    width: 200px
}

.hs-form .hsErrMsgContainer .hs-block-message ul {
    margin-top: 0px
}

.hs-form .actions {
    background: #f5f5f5;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 150px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.hs-form .actions .secondary-action {
    float: right
}

.hs-form .actions .secondary-action a {
    line-height: 30px
}

.hs-form .actions .secondary-action a:hover {
    text-decoration: underline
}

.hs-form .inputs-list {
    margin: 0 0 5px;
    width: 100%
}

.hs-form .inputs-list>li {
    display: block;
    padding: 0;
    width: 100%
}

.hs-form .inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal
}

.hs-form .inputs-list label strong {
    color: #818181
}

.hs-form .inputs-list label small {
    font-size: 11px;
    font-weight: normal
}

.hs-form .inputs-list .inputs-list {
    margin-left: 25px;
    margin-bottom: 10px;
    padding-top: 0
}

.hs-form .inputs-list:first-child {
    padding-top: 3px;
}

.hs-form .inputs-list>li+li {
    padding-top: 2px
}

.hs-form .inputs-list input[type=radio],
.hs-form .inputs-list input[type=checkbox] {
    margin-bottom: 0
}

.hs-form.stacked {
    padding-left: 20px
}

.hs-form.stacked fieldset {
    padding-top: 9px
}

.hs-form.stacked legend {
    margin-left: 0
}

.hs-form.stacked label {
    display: block;
    float: none;
    width: auto;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px
}

.hs-form.stacked .field {
    margin-bottom: 18px
}

.hs-form.stacked .field div.input {
    margin-left: 0
}

.hs-form.stacked .field div.input>input+a,
.hs-form.stacked .field div.input select+a,
.hs-form.stacked .field div.input textarea+a {
    margin-top: 4px;
    display: block
}

.hs-form.stacked .inputs-list {
    margin-bottom: 0
}

.hs-form.stacked .inputs-list>li {
    padding-top: 0;
    width: 50%;
    float: left;
    line-height: 49px;
    display: inline-block;
    margin: 0 0 .5em;
    min-height: 1.8em;
    vertical-align: top;
}

@media(max-width: 768px)
{
.hs-form.stacked .inputs-list>li 
{
    width: 100%;
}
}

.hs-form.stacked .inputs-list>li label {
    font-weight: 300;
    padding-top: 0
}

.hs-form.stacked div.error {
    padding: 3px 10px 6px;
    margin-top: 0;
    margin-left: -10px;
    margin-bottom: 9px
}

.hs-form.stacked .actions {
    margin-left: -20px;
    padding-left: 20px
}

.hs-form {
    padding-left: 0px
}

.hs-form.stacked {
    padding-left: 0px
}

.hs-form.stacked fieldset {
    padding: 0;
margin-bottom: 5px;
}

.hs-form .hs-button {
   color: #fff;
    text-shadow: none;
    background-color: #05a0ec;
    background-image: none;
    background-image: none;
    background-image: -moz-linear-gradient(top, #7ec8f4, #3574e3);
    background-image: none;
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: auto;
    font-size: 16px;
    padding: 7px 15px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
	    left: 46%;
}

.hs-form .hs-button:visited,
.hs-form .hs-button:hover {
    color: #fff;
    background: #cc3333;
}


.hs-form .hs-button:active:not(.inactive):not(.link),
.hs-form .hs-button.depressed:not(.inactive):not(.link),
.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
    background-color: #599eeb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3574e3), color-stop(100%, #599eeb));
    background-image: -webkit-linear-gradient(top, #3574e3, #599eeb);
    background-image: -moz-linear-gradient(top, #3574e3, #599eeb);
    background-image: linear-gradient(top, #3574e3, #599eeb);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px -1px 0px rgba(255, 255, 255, 0.3);
    border-top: 1px solid #1c4ed5;
    border-bottom: 1px solid #4084e2;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6
}

.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}

.hs-form .hs-button.disabled.disabled.disabled.disabled,
.hs-form .hs-button[disabled][disabled][disabled] {
    background-color: #6387c5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88b1ce), color-stop(100%, #6387c5));
    background-image: -webkit-linear-gradient(top, #88b1ce, #6387c5);
    background-image: -moz-linear-gradient(top, #88b1ce, #6387c5);
    background-image: linear-gradient(top, #88b1ce, #6387c5);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0);
    border-top: 1px solid #7baacc;
    border-bottom: 1px solid #5774be;
    border-right: 1px solid #6c94c7;
    border-left: 1px solid #6c94c7;
    cursor: default;
    color: #ededed;
    text-shadow: none;
    opacity: 0.6
}

.hs-form .hs-button.disabled.disabled.disabled.disabled.next:before,
.hs-form .hs-button[disabled][disabled][disabled].next:before {
    opacity: 0.5
}

.hs-form .hs-button.disabled.disabled.disabled.disabled.previous:before,
.hs-form .hs-button[disabled][disabled][disabled].previous:before {
    opacity: 0.5
}

.hs-form .hs-button.next:before,
.hs-form .hs-button.previous:before {
    background: url(/style_guide/static-8.319/img/hs-button-arrows.png) center 0 no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    content: " ";
    z-index: 99
}

.hs-form .hs-button.next {
    padding-right: 32px
}

.hs-form .hs-button.next:before {
    right: 9px
}

.hs-form .hs-button.previous {
    padding-left: 32px
}

.hs-form .hs-button.previous:before {
    background-position: center -16px;
    left: 9px
}

.hs-form .hs-button.inactive {
    cursor: default
}

.hs-form ul {
    list-style: none
}

.hs-form label {
    display: block;
}

.hs-form label.hidden {
    display: none
}

.hs-form .hs-field-desc {
    color: #aaa;
    margin: 0px 0px 5px 150px;
    font-size: 11px;
}

.hs-form .hs-form-required {
    color: red
}

.hs-form .field {
    margin-bottom: 9px
}

.hs-form .hs-richtext {
    margin-bottom: 3px;
    line-height: 18px;
    font-size: 14px;
    color: #414141
}

.hs-form .hs-richtext hr {
    text-align: left;
    margin-left: 0;
    width: 91%
}

.hs-form .email-correction,
.hs-form .email-validation {
    padding-top: 3px;
    font-size: 12px;
}

.hs-form .email-correction a,
.hs-form .email-validation a {
    cursor: pointer
}

.hs-form .inputs-list {
    padding-left: 5px;
    list-style: none
}

.hs-form .inputs-list li input {
    margin: 3px 5px 3px 0px
}

.hs-form input[type=checkbox],
.hs-form input[type=radio] {
    margin-right: 5px
}

.hs-form input:not([type="image"]),
.hs-form textarea {
    box-sizing: content-box
}

.hs-form.stacked .hs-field-desc {
    margin: 0px 0px 2px 0px
}

.hs-form .hs-input,
.hs-form textarea.hs-input {
    box-sizing: border-box;
    height: 26px;
    max-width: 100%;
    width: 90%
}

.hs-form .hs-input:not[type=checkbox],
.hs-form .hs-input:not[type=radio],
.hs-form textarea.hs-input:not[type=checkbox],
.hs-form textarea.hs-input:not[type=radio] {
    min-height: 18px;
    min-width: 100px
}

.hs-form .actions {
    background: transparent;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0px;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.hs-form .actions .secondary-action {
    float: right
}

.hs-form .actions .secondary-action a {
    line-height: 30px
}

.hs-form .actions .secondary-action a:hover {
    text-decoration: underline
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}

.pika-single {
    *zoom: 1
}

.pika-single:before,
.pika-single:after {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 0.5;
    *position: absolute;
    *top: 0
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: 0.2
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table th,
.pika-table td {
    width: 14.28571%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    cursor: pointer;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.is-today .pika-button {
    color: #3af;
    font-weight: bold
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: 0.3
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important
}

.pika-week {
    font-size: 11px;
    color: #999
}

.hs-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-input {
    width: 95%
}

.hs-form fieldset.form-columns-1 .input {
    margin-right: 8px
}

.hs-form fieldset.form-columns-1 input[type="checkbox"],
.hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto
}

.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left
}

.hs-form fieldset.form-columns-2 .input {
    margin-right: 8px
}

.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32.7%;
    float: left
}

.hs-form fieldset.form-columns-3 .input {
    margin-right: 8px
}

.hs-form fieldset .hs-form-field.hidden-label {
    margin-top: 24px
}

.hs-form .hs-social-login {
    border-radius: 3px;
    box-sizing: content-box;
    width: 95%;
    max-width: 480px;
    height: 90px
}

.hsformerror {
    margin: 0 0 2px;
    padding: 2px 6px;
    height: auto;
    background-color: #fdd2d0;
    font-size: 11px;
    border: 1px solid #fcb3af;
    padding: 4px 16px 4px 10px;
    color: #000;
    display: none;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fdd2d0));
    background-image: -webkit-linear-gradient(#fefefe, #fdd2d0);
    background-image: -moz-linear-gradient(#fefefe, #fdd2d0);
    background-image: -o-linear-gradient(#fefefe, #fdd2d0);
    background-image: linear-gradient(#fefefe, #fdd2d0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px #ddd;
    -moz-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
    z-index: 99999
}

.hsformerror em {
    border: 10px solid;
    border-color: #fdd2d0 transparent transparent;
    bottom: -17px;
    display: block;
    height: 0;
    left: 60px;
    position: absolute;
    width: 0
}

.hsformerror p {
    margin: 0;
    float: left;
    margin-right: 8px
}

.hsformerror:hover {
    cursor: default
}

.hsformerror .close-form-error {
    float: right;
    display: inline;
    top: 3px;
    position: absolute;
    color: #b17c79 !important;
    cursor: pointer !important;
    font-size: 11px !important;
    font-weight: normal !important
}

.hsformerror .close-form-error:hover {
    color: #cc8884
}

#country_list-e21a7c51-a968-4343-b9f8-84d9e272852a
{
height: 34px !important;
    width: 93%;
}

#where_did_you_hear_about_us_-e21a7c51-a968-4343-b9f8-84d9e272852a
{
height: 38px !important;
    
}

#where_did_you_hear_about_us_-a272641b-a7ea-4fe5-ae5f-358af05491a4 
{
    height: 34px;
}

.hs-form.stacked .hs-error-msgs>li {
    margin-bottom: 0;
    width: 90% !important;
}


@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
    form.hs-form .form-columns-2 .hs-form-field,
    form.hs-form .form-columns-3 .hs-form-field {
        float: none;
        width: 100%
    }
    form.hs-form .form-columns-2 .hs-form-field .hs-input,
    form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 95%
    }
}

@media (max-width: 422px) {
    .all-social-types {
        height: 100px
    }
}

@media (max-width: 342px) {
    .hs-social-login {
        height: 72px
    }
}

.hs-form .hs_short_company_description_in_less_than_15_words_  textarea
{
    height: 80px !important;
}

.hs-form .submitted-message p
{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    min-height: 600px;
}

#country_list-937e3a72-c2a4-4322-9152-aea4d0befeed
{
        height: 38px;
}

#select_your_are_of_interest-54da7410-5b4d-4a94-9795-4df68bc38dfa
{
        height: 38px;

}

#where_did_you_hear_about_us_-937e3a72-c2a4-4322-9152-aea4d0befeed
{
        height: 38px;
}

/* Hubspot Form CSS End */

/*Series speaker section begins*/
div#speakers {
    background-image: url(Assets/Media/element1.png);
    background-position: left center;
    background-size: 30%;
    background-repeat: no-repeat;
}

.top-speakers{
        padding: 40px 0px 0px 0px;
		background-image: url(Assets/Media/element3.png);
    background-position: top right;
    background-size: 25%;
    background-repeat: no-repeat;
}
.top-speakers .center{
    display: flex;
    justify-content: center;
}

.top-speakers .speak-all{
        padding-bottom: 40px;
}
.top-speakers h1 {
    color: #212529;
    font-size: 25px;
    font-weight: 700;
    /* line-height: 1; */
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
}
.top-speakers .speak-box{
    position: relative;
}
.top-speakers .speak-box:hover{
    opacity: 1;
}
.top-speakers .speak-box img{
    max-width: 100%;
}
.top-speakers .speak-box .speak-img{
    display: block;
    width: 100%;
    height: auto;
}
.top-speakers .speak-box:hover .speaker-inner{
    opacity: 1;
    border-radius: 0%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.top-speakers .speak-box .speaker-inner{
    /*border-radius: 50%;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ff6d22;
    /*border-radius: 50%;*/
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.top-speakers .speak-box .speaker-inner .speaker-inner-text{
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px 10px;
    width: fit-content;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /*font-weight: 100;*/
}
.top-speakers .speak-info .name{
    /*font-family: roboto condensed;*/
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 28px;
    text-transform: uppercase;
    padding-top: 15px;
    /*color: #000;*/
}
.top-speakers .speak-info .company{
    /*font-family: roboto condensed;*/
    margin-bottom: 0px;
    line-height: 22px;
    font-size: 17px;
    /*color: #000;*/
    /*font-weight: 100;*/
}
.top-speakers .speak-info .designation{
    /*font-family: roboto condensed;*/
    margin-bottom: 0px;
    line-height: 22px;
    font-size: 17px;
    /*color: #000;*/
    /*font-weight: 100;*/
}
.top-speakers .speak-info .country{
    /*font-family: roboto condensed;*/
    margin-bottom: 0px;
    line-height: 28px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.top-speakers .view-all{
    background: #000;
    color: #fff;
    border: none;
    font-family: roboto condensed;
    padding: 9px 30px;
    transition: all 0.5s;
}
.top-speakers .view-all:hover {
    background: #efc200;
    color: #fff;
}
@media(min-width: 768px){
.top-speakers .view-all span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }
    .top-speakers .view-all span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: -12px;
        right: 0%;
        /*transition: 0.5s;*/
        font-size: 30px;
    }
    .top-speakers .view-all:hover span {
        padding-right: 20px;
    }
    .top-speakers .view-all:hover span:after {
        opacity: 1;
        right: 0;
    }
}
@media(max-width: 767px){
    .top-speakers h1 {
            font-size: 30px;
		margin-bottom: 40px;
    }
    .top-speakers .speak-all {
        margin-bottom: 60px;
        padding-bottom: 0px;
    }
    .top-speakers{
                padding: 40px 15px 0px 15px;
    background-size: 70%;
    }
	div#speakers 
	{
    background-size: 100%;
	}
}
/*Series speaker section ends*/



.Expect
{
	padding: 60px 0px 10px 0px;
    /*background-image: url(Assets/Media/element2.png);*/
    background-position: left bottom;
    background-size: 20%;
    background-repeat: no-repeat;
}

.Expect .Main-Heading
{
    color: #212529;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    /*text-transform: uppercase;*/
    margin-top: 0px;
    margin-bottom: 15px;
}

.Expect .Main-Heading2
{
    color: #212529;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    /*text-transform: uppercase;*/
    margin-top: 50px;
    margin-bottom: 20px;
}

.Expect td {
    font-size: 18px;
    line-height: 1.5;
	    vertical-align: middle;
}

.Expect th {
    font-size: 20px;
    line-height: 1.5;
}


.Expect  .table {
    margin-bottom: 0px;
}

.Expect .Outer-Box2
{
}

.Expect .Outer-Box2 .Text
{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px;
	text-align: left;
}
/*.Expect .Outer-Box2 .Text:nth-of-type(5) {
    margin-bottom: 10px;
    margin-top: 30px;
}*/
.Expect .Outer-Box2 .Textli {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 400;
    /*margin-bottom: 20px;*/
    text-align: left;
}

.Expect .Outer-Box
{
	    width: 100%;
    position: relative;
    padding: 8% 0% 0% 0%;
    display: table;
}

.Expect .Outer-Box .Img-Sec
{
	display: table-cell;
    width: 20%;
}

.Expect .Outer-Box .Img-Sec img
{
	    display: table-cell;
    vertical-align: middle;
}
 
.Expect .Outer-Box .content-sec
{
	    display: table-cell;
    vertical-align: middle;
}

.Expect .Outer-Box .content-sec .Text
{
	    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}


.Expect .Content-Sec-2
{
}

.Expect .Content-Sec-2 .Outer-Box
{
	padding: 10px 10px 10px 0px;
}

.Expect .Content-Sec-2 .Outer-Box .Heading {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.Expect .Content-Sec-2 .Outer-Box ul
{
	    padding-left: 20px;
}

.Expect .Content-Sec-2 .Outer-Box ul li
{
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.Expect .Content-Sec-2 .Outer-Box .ul1
{
	    width: 50%;
    float: left;
}

.Expect .Content-Sec-2 .Outer-Box .ul2
{
}

.Expect .Content-Sec-2 .Outer-Box .Rsp {
    font-size: 19px;
    font-weight: 400;
}


@media(max-width: 768px)
{
	.Expect 
	{
		    padding: 40px 15px 30px 15px;
    background-size: 60%;
	}
	.Expect .Main-Heading 
	{
    font-size: 20px;
        margin-bottom: 22px;
	}
	.Expect .Outer-Box 
	{
    padding: 0px 20px 20px 20px;
	}
	.Expect .Outer-Box .Img-Sec img 
	{
    width: 80%;
	}
	.Expect .Main-Heading2 
	{
        font-size: 22px;
	    margin-top: 40px;
        margin-bottom: 10px;
	}
	.Expect .Content-Sec-2 .Outer-Box .ul1
	{
		width: 100%;
		float: left;
		    margin-bottom: 0px;
	}
    .Expect .Content-Sec-2 .Outer-Box ul {
        padding-left: 40px;
    }
}






.Keynote-Bg-Sec
{
	padding: 40px 0px 0px 0px;
    /*background-image: url(Assets/Media/keynote-bg.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Keynote-Bg-Sec .Main-Heading {
    color: #212529;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
}

.Keynote-Bg-Sec .Outer-Box1
{
 
}

.Keynote-Bg-Sec .Outer-Box1 .Heading
{
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
    /*text-transform: uppercase;*/
    text-align: center;
    margin-bottom: 30px;
}

.Keynote-Bg-Sec .Outer-Box1 .k-img
{
      margin-bottom: 15px;
}


.Keynote-Bg-Sec .Outer-Box1 .Name
{
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 2px;
}


.Keynote-Bg-Sec .Outer-Box1 .Desi
{
      font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 2px;
}


.Keynote-Bg-Sec .Outer-Box1 .Company
{
      font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-align: left;
    margin-bottom: 2px;
}
.Keynote-Bg-Sec .Outer-Box1 .Country
{
      font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 0px;
}


.Keynote-Bg-Sec .Outer-Box2 .Name
{
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    /*text-transform: uppercase;*/
    text-align: left;
    margin-bottom: 2px;
}


.Keynote-Bg-Sec .Outer-Box2 .Desi
{
      font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 2px;
}


.Keynote-Bg-Sec .Outer-Box2 .Company
{
      font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-align: left;
    margin-bottom: 0px;
}

.Keynote-Bg-Sec .Outer-Box2 
{
    padding: 0px 5%;	
}

.Keynote-Bg-Sec .Outer-Box2 .Text
{
	    font-size: 19px;
    line-height: 1.5;
    font-weight: 400;
}

.Keynote-Bg-Sec .Outer-Box2 .Text2
{
	    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #808080;
    margin-top: 0px;
}

.Keynote-Bg-Sec .Kn1 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.Keynote-Bg-Sec .Kn2 {
    margin-top: 60px;
    margin-bottom: 40px;
}
@media(max-width: 768px)
{
	.Keynote-Bg-Sec 
	{
    background-size: cover;
    padding-top: 40px;
    margin-bottom: 60px;
	}
	.Keynote-Bg-Sec .Outer-Box2 
	{
    padding: 15px 0px 0px 0px;
	}
	.Keynote-Bg-Sec .Outer-Box2 .Text 
	{
    text-align: left;
	}
	.Keynote-Bg-Sec .Outer-Box2 .Text2 
	{
    text-align: left;
	}
    .Keynote-Bg-Sec .Outer-Box1 .Heading {
        font-size: 22px;
    }
    .Keynote-Bg-Sec .Outer-Box1 .Name {
        text-align: left;
    }
    .Keynote-Bg-Sec .Outer-Box1 .Desi {
        text-align: left;
    }
    .Keynote-Bg-Sec .Outer-Box1 .Company {
        text-align: left;
    }
     .Keynote-Bg-Sec .Outer-Box2 .Heading {
        font-size: 22px;
    }
    .Keynote-Bg-Sec .Outer-Box2 .Name {
        text-align: left;
    }
    .Keynote-Bg-Sec .Outer-Box2 .Desi {
        text-align: left;
    }
    .Keynote-Bg-Sec .Outer-Box2 .Company {
        text-align: left;
    }
    .Keynote-Bg-Sec .Outer-Box1 {
        text-align: left;
    }
    .Keynote-Bg-Sec .Main-Heading {
        font-size: 22px;
        text-align: left;
        margin-bottom: 25px;
    }
    .Keynote-Bg-Sec .Outer-Box1 .k-img {
        width: 65%;
    }
}

.Form-Sec .Heading {
    color: #212529;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    /* text-transform: uppercase; */
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
}


.Venue-Sec
{
	    padding: 40px 0px 60px 0px;
    background-image: url(Assets/Media/venue-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Venue-Sec .Main-Heading
{
	    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 40px;
}

.Venue-Sec .v-img
{
}


@media(max-width: 768px)
{
	.Venue-Sec .Main-Heading {
    font-size: 30px;
    margin-bottom: 30px;
	}
	.Venue-Sec {
    padding: 30px 0px 40px 0px;
	}
    .Form-Sec .Heading {
        font-size: 22px;
        margin-left: 0px;
    }
}
/*About compaly section begins*/

.About-Company-Sec {
    padding-top: 0px;
    margin-bottom: 40px;
}
.About-Company-Sec .Main-Heading {
    margin-bottom: 20px;
}
.About-Company-Sec .Text2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 768px) {
    .About-Company-Sec {
        margin-bottom: 40px;
    }
}
/*About compaly section ends*/
/*About compaly section begins*/

.About-Company-Sec1 {
    margin-top: 20px;
    margin-bottom: 80px;
}
.About-Company-Sec1 .Main-Heading {
    margin-bottom: 20px;
}
.About-Company-Sec1 .Text2 {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 768px) {
    .About-Company-Sec1 {
        margin-bottom: 50px;
    }
}
/*About compaly section ends*/
#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}
.Expect .yv {
    width: 650px;
    height: 450px;
    float: none;
    clear: both;
    margin-top: 30px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 30px 0px 30px 0px;
}

@media (max-width: 768px){
.Expect .yv {
    width: 335px;
    height: 280px;
    float: none;
    clear: both;
    /*margin-top: 30px;*/
    margin-left: -10px;
    /*margin-bottom: 30px;*/
    padding: 30px 0px 30px 0px;
}}

.Desk-V{
    display: block;
}
.Mob-V{
    display: none;
}
@media (max-width: 768px){
    .Desk-V{
    display: none;
}
.Mob-V{
    display: block;
}
}



@media (min-width: 576px)
{
    .modal-dialog 
    {
        max-width: 60%;
        margin: 1.75rem auto;
    }
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem .5rem 1rem;
}
.Speaker-Modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.close {
    float: right;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    width: 40px;
    border-radius: 0%;
    background-color: #0499d5 !important;
    margin: -0.5em -0.5em -10em 0em;
    z-index: 9999;
    position: relative;
}

.close:focus, .close:hover 
{
    color: #fff;
    background-color: #000 !important;
    text-decoration: none;
    opacity: 1;
}

.modal 
{
    position: fixed;
    /*top: 15%;*/
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden !important;
    outline: 0;
    background: #030303e0;
}

/* Speaker css */


.Speakers
{
    padding: 20px 0px 50px 0px;
   
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
}

.Speakers .Heading
{
    text-align: left;
    color: #212529;
   
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 25px;
}

.Speakers .Outer-Box
{
    margin-bottom: 0px;
}

.Speakers .Outer-Box .SKR-Img-Div
{
}

.Speakers .Outer-Box .SKR-Img-Div .SKR-IMG
{
    border-radius: 0px;
}

.Speakers .Outer-Box .SKR-Img-Div 
{
    position: relative;
}

.Speakers .Outer-Box .SKR-IMG {
    display: block;
    width: 100%;
    height: auto;
}

.Speakers .Outer-Box .overlay 
{
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    /*background-color: #f7bb45;*/

    cursor: pointer;
}

.Speakers .Outer-Box .SKR-Img-Div:hover .overlay {
    opacity: 1;
}

.Speakers .Outer-Box .text {
    color: white;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    /*padding: 20px 20px;*/
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
     bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  /*border-radius: 50%;*/
  color: #f1f1f1; 
 

}

.Speakers .Outer-Box .text .Full-Name {
    font-size: 50px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-align: center;
    margin-bottom: 2px;
    color: #dfd5c1;
    margin-top: 30%;
}
.Speakers .Outer-Box .text .Job-Title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    /*text-transform: capitalize;*/
    text-align: center;
    margin-bottom: 2px;
}
.Speakers .Outer-Box .text .Company-Name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-align: center;
    margin-bottom: 0px;
}
.Speakers .Outer-Box .text .View-More {
    margin: 0px;
    padding-top: 10px;
}
.Speakers .Outer-Box .text .View-More img {
    width: 22px;
    transition: .5s all;
}
.Speakers .Outer-Box .overlay:hover img {
    transform: rotate(360deg);
    width: 43px;
}
.Speakers .Outer-Box .text .View-More .fa {
    border: 2px solid #fff;
    padding: 5px 8px;
    border-radius: 50%;
    -webkit-text-stroke: 2px #0499d5;
    line-height: 1;
}
.Speakers .Outer-Box .Speaker-Name
{
   font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    /*text-transform: uppercase;*/
    text-align: left;
    margin-bottom: 2px;
    margin-top: 10px;
}

.Speakers .Outer-Box .Designation
{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    /*text-transform: capitalize;*/
    text-align: left;
    margin-bottom: 2px;
}

.Speakers .Outer-Box .Company
{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-align: left;
    margin-bottom: 0px;
}

.Speakers .Outer-Box .Country
{
    color: #000;
    font-style: italic;
    font-size: 17px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}
.Speakers .Outer-Box .Company-Logo {
    margin: 0px;
    padding-top: 0px;
}

.Speakers .Outer-Box .Social-Section
{
}

.Speakers .Outer-Box .Social-Section
{
    margin: 0px;
    padding-left: 0px;
}

.Speakers .Outer-Box .Social-Section li
{
    display: inline-block;
    padding: 3px 10px;
    margin-right: 3px;
    background: #fff;
    color: #000;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.Speakers .Outer-Box .Social-Section li:hover
{
    background: #0499d5;
    color: #fff;
}

.Speakers .Outer-Box .Social-Section li .social
{
    color: inherit;
}

.Speakers .btn-all-skr
{
    background-color: #d30a4d;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    padding: 7px 15px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: -20px;
}

.Speakers .btn-all-skr span
{
    color: inherit;
    font-size: 17px;
    font-weight: 500;
    text-decoration: inherit;
    padding-left: 5px;
}

.Speakers .btn-all-skr:hover
{
    color: #000;
    background: #fff;
}
.Speakers .btn-all-skr a
{
    color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}

@media(max-width: 768px)
{
    .Speakers 
    {
        padding: 0px 0px 0px 0px;
    }
    .Speakers .Heading 
    {
        margin-bottom: 26px;
        font-size: 30px;
    }
    .Speakers .Outer-Box 
    {
        margin-bottom: 60px;
        padding: 0px 0px;
    }
}
/* Speaker css End*/










/*Speaker Modal style begins*/
.Speaker-Modal {

}
.Speaker-Modal .Outer-Pading {
    padding: 10px 15px 15px 18px;
}
.Speaker-Modal .close-Modal {
    float: right;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 1;
    width: 40px;
    z-index: 60;
    position: absolute;
    top: 3%;
    right: 2%;
    background: #fff0;
    border: none;
    color: #dfdfdf;
    cursor: pointer;
}
.Speaker-Modal .close-Modal:focus {
    outline: none;
}
.Speaker-Modal .Speaker-Detile {
    position: relative;
}
.Speaker-Modal .Speaker-Detile:after {
    content: '';
    width: 96%;
    position: absolute;
    left: 0;
    border-bottom: 2px solid #e3e2e2;
    bottom: -15%;
}
.Speaker-Modal .Speaker-Detile .Speak-Modal-Name {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    /*text-transform: uppercase;*/
    text-align: left;
    margin-bottom: 2px;
}
.Speaker-Modal .Speaker-Detile .Speak-Modal-Designation {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    /*text-transform: capitalize;*/
    text-align: left;
    margin-bottom: 2px;
}
.Speaker-Modal .Speaker-Detile .Speak-Modal-Company {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-align: left;
    margin-bottom: 0px;
}
.Speaker-Modal .Speaker-Detile .Speak-Modal-Country {
    margin: 0px;
    font-size: 17px;
    /*font-weight: 600;*/
}
.Speaker-Modal .Speaker-Liner {
    margin-top: 5%;
}
.Speaker-Modal .Speaker-Liner .Speaker-Description {
    margin-bottom: 10px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .Speaker-Modal .Speaker-Detile {
        text-align: center;
        padding-top: 15px;
    }
    .Speaker-Modal .Speaker-Liner {
        text-align: center;
        margin-top: 35px;
    }
    .Speaker-Modal .Outer-Pading {
        padding: 40px 15px 15px 18px;
    }
    .Speaker-Modal .Speaker-Detile .Speak-Modal-Name {
        font-size: 22px;
        text-align: left;
    }
    .Speaker-Modal .Speaker-Detile .Speak-Modal-Designation {
        font-size: 16px;
        text-align: left;
    }
    .Speaker-Modal .Speaker-Detile .Speak-Modal-Company {
        font-size: 16px;
        text-align: left;
    }
    .Speaker-Modal .Speaker-Detile .Speak-Modal-Country {
        font-size: 16px;
    }
    .Speaker-Modal .Speaker-Liner .Speaker-Description {
        font-size: 16px;
        text-align: left;
    }
    .Speaker-Modal .close-Modal {
        top: 1%;
    }
}
@media(min-width: 1920px){
.modal-dialog {
    max-width: 50%;
    margin: 1.75rem auto;
}

}

/*Speaker Modal style ends*/

@media (max-width: 768px) {
.leadinModal.leadinModal-theme-default.leadinModal-v3 {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
}
}