


/*== common ==*/

* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    list-style: none;
    border: none;
    /*transition: all 0.2s;*/
}

.clearfix {
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

a,
a:hover,
a:visited {
    text-decoration: none;
    outline: none !important;
    color: #fff;
    font-size: 14px;
}

input:focus,
select:focus {
    outline: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0px;
}

body {
    font: 16px/30px 'Roboto', sans-serif;;
    font-weight: normal;
    color: #474747;
}

.rockwell_wrapper {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.section_heading {
    text-align: center;
    font: 300 50px/62px 'Roboto', sans-serif;
    margin-bottom: 25px;
    color: #13294b;
    position: relative;
    text-transform: capitalize
}

@-moz-document url-prefix() {
    .section_heading {
        background: #005eb8;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.TAC {
    text-align: center;
}

.advt_bx {
    display: inline-block;
    background-color: #e5e5e5;
    padding: 3px 7px 7px;
    color: #262626;
    font: 600 10px 'arial', sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: left;
}

.mob-show {
    display: none;
}

.underline {
    background-color: #ce3d3e;
    height: 1px;
    width: 100px;
    margin: 5px auto 35px;
    position: absolute;
    left: 0;
    right: 0;
}

.underline:after {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #ce3d3e;
    display: block;
    margin: auto;
}

.regbtn {
    cursor: pointer;
    min-width: 200px;
    padding: 0 15px;
    text-align: center;
    font: 18px/50px 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    background: #cd163f;
    border-bottom: 4px solid #adadad;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
}

.regbtn:hover {
    background-color: #f58025;
    color: #ffffff;
    font: 18px/50px 'Roboto', sans-serif;
    font-weight: 500;
    transition: .5s all;
}

.MT20 {
    margin-top: 20px;
}


/*== common ==*/


/*== slick slider ==*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    overflow: hidden;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
    margin: 0 22px;
    outline: none !important;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
}

.slick-arrow {
    background: url("https://stat2.moneycontrol.com/assets/images/ms/rockwell/speaker_arrows.png") no-repeat;
}

.slick-prev,
.slick-prev.slick-disabled {
    width: 65px;
    height: 67px;
    outline: 0;
}

.slick-next,
.slick-next.slick-disabled {
    width: 65px;
    height: 67px;
    outline: 0;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 56%;
    display: block;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 15px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

[dir='rtl'] .slick-prev:before {
    content: 'ÃƒÂ¢Ã¢â‚¬ Ã¢â‚¬â„¢';
}

.slick-next {
    right: 15px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

[dir='rtl'] .slick-next:before {
    content: 'ÃƒÂ¢Ã¢â‚¬ Ã‚Â';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100%;
    background-color: #ffffff;
    border: 2px solid #ce3d3e;
    transition: 0.5s all;
}

.slick-dots li.slick-active button:before {
    background-color: #ce3d3e;
    color: black;
    opacity: 1;
    border-radius: 8px;
    width: 25px;
}

.slick-dots li.slick-active {
    width: 29px;
}


/*== slick slider ==*/


/*== top banner ==*/

.top_bannner_section {
    background: url("https://images.moneycontrol.com/assets/images/ms/ge_microsite/head-back.jpg") no-repeat;
    height: 400px;
    position: relative;
    background-attachment: fixed;
    background-position: top;
}

.top_banner_container {
    width: 630px;
    position: absolute;
    text-align: center;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

.top_banner_container .first_line {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    margin-top: 15px;
    margin-bottom: 50px;
}

.top_banner_container .second_line {
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
}

.top_banner_container .third_line {
    font-size: 28px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
}

.top_banner_container .third_line span {
    font-weight: normal;
}

.top_banner_container .spot_button {
    padding: 3px 60px;
    font-size: 18px;
    line-height: 45px;
    font-weight: 600;
    margin-top: 10px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.35);
}


/*== top banner ==*/


/*== menus ==*/

.menu_section {
    border-bottom: 4px solid #005eb8;
    -webkit-box-shadow: -2px 10px 22px -16px rgba(0, 0, 0, .75);
    -moz-box-shadow: -2px 10px 22px -16px rgba(0, 0, 0, .75);
    box-shadow: -2px 10px 22px -16px rgba(0, 0, 0, .75);
}

.menu_section .left_block {
    float: left;
    padding-top: 8px;
}

.menu_section .left_block a:nth-of-type(2) {
    margin: 0 10px;
}

.menu_section .right_block {
    float: right;width: 100%;
}

ul.top_links {
    text-align: center;
    padding: 25px 0;
    margin-bottom: 0;
}

ul.top_links li {
    display: inline-block;
    vertical-align: top;
    margin: 0 23px;
}

ul.top_links li:last-child:after {
    display: none;
}

ul.top_links li a {
    text-decoration: none;
    color: #474747;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    transition: 0.5s all
}

ul.top_links li:hover a {
    color: #2d2d2d;
}

.spot_button.register_button {
    background: rgb(9, 59, 123);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(9, 59, 123, 1) 0%, rgba(109, 38, 89, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(9, 59, 123, 1) 0%, rgba(109, 38, 89, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(9, 59, 123, 1) 0%, rgba(109, 38, 89, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#093b7b', endColorstr='#6d2659', GradientType=1);
    /* IE6-9 */
    color: #fff !important;
    font-weight: 500 !important;
    padding: 5px 20px 7px !important;
    border-radius: 5px;
    width: 110px;
    height: 30px;
    display: inline !important;
}

.menu_section {
    top: -20px;
    transition: 0.5s all;
}

.menu_section.fixed_header {
    top: 0;
    position: fixed;
    z-index: 99;
    transition: 0.5s all;
    width: 100%;
    background-color: #fff;
}


/*== menus ==*/


/*== overview ==*/

.overview_section {
    padding: 30px 0;
}

.overview_section .left_block {
    display: inline-block;
    vertical-align: top;
    width: 480px;
    margin-right: 40px;
    margin-top: 12px;
}

.overview_section .right_block {
    display: inline-block;
    vertical-align: top;
    width: 640px;
}

.overview_section .right_block a:hover {
    text-decoration: none;
}

.overview_section .section_heading {
    position: relative;
    left: -31px;
}

.overview_section .right_block .spot_button {
    padding: 0;
    font-weight: normal;
}


/*== overview ==*/

.ads_block {
    margin-bottom: 60px;
}


/*== why attend ==*/

.why_attend_list {
    margin: auto 115px;
}

.why_attend_section {
    background: #f2f2f2 url("https://stat2.moneycontrol.com/assets/images/ms/rockwell_automation/why_attend_bg.png") no-repeat right -120px top 0px;
    padding: 25px 0 16px;
}

.why_attend_section .left_block {
    display: inline-block;
    vertical-align: top;
    width: 420px;
    margin-right: 30px;
}

.why_attend_section .left_block iframe {
    width: 420px;
    height: 240px;
}

.why_attend_section .right_block {
    display: inline-block;
    vertical-align: top;
    width: 640px;
}

.why_attend_section .right_block p {
    line-height: 22px;
    margin-bottom: 15px;
}

.why_attend_list li {
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
    color: #232323;
    width: 47%;
}

.why_attend_list li:before {
    content: "";
    background: url("https://stat2.moneycontrol.com/assets/images/ms/rockwell_automation/thumb_icon.png") no-repeat;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 15px;
    margin-top: -6px;
    margin-bottom: 13px;
}

.why_attend_list li div {
    overflow: hidden;
    font-size: 16px;
}

.why_attend_list .first_line {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}


/*== why attend ==*/


/*== why you cant afford ==*/

.why_you_cant_afford_section {
    background-color: #ffffff;
    padding: 50px 0;
}

.why_you_cant_list {
    width: 270px;
    height: 270px;
    float: left;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#093b7b+0,6d2659+100 */
    background: rgb(9, 59, 123);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(9, 59, 123, 1) 0%, rgba(109, 38, 89, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(9, 59, 123, 1) 0%, rgba(109, 38, 89, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(9, 59, 123, 1) 0%, rgba(109, 38, 89, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#093b7b', endColorstr='#6d2659', GradientType=1);
    /* IE6-9 */
    color: #ffffff;
    position: relative;
    margin: 0 60px;
    margin-bottom: 50px;
}

.why_you_cant_list div {
    position: absolute;
    font: 500 20px/25px 'Roboto', sans-serif;
    margin: auto;
    bottom: 73px;
    text-align: center;
    padding: 0 15px;
}

.why_you_cant_list:nth-child(3n+3) {
    margin-right: 0;
}


/*== why you cant afford ==*/


/*== meet speakers ==*/

.speaker_section {
    padding: 20px 0 50px;
}

.slider_wrapper {
    margin-top: 40px;
}

a.meet_speakers_list:focus {
    text-decoration: none;
    outline: 0;
}

.meet_speakers_list {
    width: 240px !important;
    box-sizing: content-box;
}

.meet_speakers_list .image_block {
    display: inline-block;
    vertical-align: top;
}

.meet_speakers_list .content_block {
    display: block;
    margin-top: 15px;
    text-align: left;
    font: 600 15px/15px 'Roboto', sans-serif;
    color: #2d2d2d;
    margin: 10px 20px;
}

.meet_speakers_list .content_block .department {
    font: 500 15px/20px 'Roboto', sans-serif;
    color: #2d2d2d;
}

.meet_speakers_list h3 {
    font: 600 20px/20px 'Roboto', sans-serif;
    color: #ce3d3e;
    margin: 0;
    margin-bottom: 3px;
}

.meet_speakers_list {
    font: 600 15px 'Product Sans', sans-serif;
    color: #fff;
    margin: 0;
    color: #000000;
    text-decoration: none;
}

.speaker_box {
    font: 400 15px 'Product Sans', sans-serif;
    color: #000000;
}

.meet_speakers_list:hover,
.meet_speakers_list:focus {
    text-decoration: none;
    color: #000000;
}

.content_block:hover,
.content_block:focus {
    color: #000;
}

.speaker_section .slick-track {
    width: 1090px;
    height: 340px;
}

.speaker_section .slick-slider {
    width: 1085px;
    margin: auto;
}

.speaker_section .slick-slide {
    margin: 0 -13px;
}

.speaker_section .slick-prev {
    left: -60px;
}

.speaker_section .slick-next {
    right: -36px;
    transform: rotate(-180deg);
}

.speaker_section .slick-prev,
.speaker_section .slick-next {
    top: 18%;
}

.speaker_slider .slick-arrow {
    background: url("https://stat2.moneycontrol.com/assets/images/ms/rockwell_automation_mobility/speaker_arrows.png") no-repeat;
    height: 67px;
}

.meet_speakers_list .image_block img {
    border: 1px solid #dc5839;
    padding: 5px;
    border-radius: 5px;
    width: 200px;
    height: 200px;
}


/*== meet speakers ==*/


/*== who should attend ==*/

.who_attend_section {
    background: url("https://stat2.moneycontrol.com/assets/images/ms/rockwell_automation/who_attend_bg.png") no-repeat left -246px top 0px;
    padding: 0px 0 60px 0;
    background-attachment: fixed;
}

.who_attend_section p {
    font-weight: 500;
    line-height: 20px;
}

.who_attend_section .subline {
    font-size: 18px;
    font-weight: normal;
    margin: 0px 0 10px;
}

.who_attend_section .date_block {
    text-align: center;
    margin-top: 0;
    position: relative;
    top: -10px;
}

.who_attend_list {
    margin-top: 75px;
    margin-bottom: 30px;
    position: relative;
}

.who_attend_list .list_date {
    content: "";
    border-radius: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ce3d3e+0,f17f31+100 */
    background: #ce3d3e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ce3d3e 0%, #f17f31 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ce3d3e 0%, #f17f31 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ce3d3e 0%, #f17f31 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ce3d3e', endColorstr='#f17f31', GradientType=0);
    /* IE6-9 */
    width: 45px;
    height: 45px;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 559px;
    top: -43px;
    text-align: center;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 3px;
    line-height: 20px;
}

.who_attend_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 20px;
}

.who_attend_box .time_block {
    flex-direction: column;
    border-right: 1px solid #ee7a32;
    margin-right: 8px;
    padding-right: 35px;
    width: 430px;
    padding-top: 10px;
    text-align: right;
}

.who_attend_list li:nth-of-type(odd) .who_attend_box .time_block {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.who_attend_box .text_block {
    flex-direction: column;
    margin-bottom: 35px;
    padding-top: 10px;
    width: 430px;
    display: inline-block;
    margin-left: 30px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.who_attend_box .text_block span,
.who_attend_box .time_block span {
    color: #ce3d3e;
}

.who_attend_box .text_block:before {
    content: "";
    border: 2px solid #ce3d3e;
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    top: 9px;
    left: -50px;
    position: absolute;
}

.who_attend_list li:nth-of-type(2) .who_attend_box .time_block {
    padding-top: 25px;
}

.who_attend_list li:nth-of-type(2) .who_attend_box .text_block {
    padding-top: 25px;
}

.who_attend_list li:nth-of-type(2) .who_attend_box .text_block:before {
    top: 25px;
}

.who_attend_tabs_content>.tab-pane.active {
    display: block;
}

.who_attend_tabs_content>.tab-pane {
    display: none;
}

.who_attend_agenda_tabs {
    margin-bottom: 20px;
    text-align: center;
}

.who_attend_agenda_tabs li:nth-of-type(1) {
    width: 90px;
    height: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: inline-block;
    vertical-align: top;
}

.who_attend_agenda_tabs li:nth-of-type(2) {
    width: 90px;
    height: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    vertical-align: top;
}

.who_attend_agenda_tabs li {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dfdfdf+0,dbdbdb+100 */
    background: #dfdfdf;
    /* Old browsers */
    background: -moz-linear-gradient(left, #dfdfdf 0%, #dbdbdb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dfdfdf 0%, #dbdbdb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dfdfdf 0%, #dbdbdb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#dbdbdb', GradientType=1);
    /* IE6-9 */
    text-align: center;
    transition: 0.7s all;
    margin-left: -3px;
}

.who_attend_agenda_tabs li.active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d2453c+0,f07c32+100 */
    background: #d2453c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #d2453c 0%, #f07c32 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d2453c 0%, #f07c32 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d2453c 0%, #f07c32 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d2453c', endColorstr='#f07c32', GradientType=1);
    /* IE6-9 */
}

.who_attend_agenda_tabs li:last-child.active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d2453c+0,f07c32+100 */
    background: #d2453c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f07c32 0%, #d2453c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f07c32 0%, #d2453c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f07c32 0%, #d2453c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f07c32', endColorstr='#d2453c', GradientType=1);
    /* IE6-9 */
}

.who_attend_agenda_tabs li.active a,
.who_attend_agenda_tabs li.active a:focus,
.who_attend_agenda_tabs li.active a:hover {
    color: #ffffff;
    text-decoration: none;
}

.who_attend_agenda_tabs li a {
    font: 600 20px/40px 'Roboto', sans-serif;
    color: #2d2d2d;
    text-transform: uppercase;
}

.who_attend_list li:last-child .who_attend_box .text_block {
    margin-bottom: 0px;
}


/*== who should attend ==*/


/*== reserve my spot ==*/

.reserve_my_spot_section {
    padding: 40px 0;
    margin-bottom: 40px;
    background: #0b3b7a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0b3b7a 0%, #61295d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b3b7a 0%, #61295d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b3b7a 0%, #61295d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0b3b7a', endColorstr='#61295d', GradientType=1);
    /* IE6-9 */
}

.reserve_my_spot_section .rockwell_wrapper {
    width: 1170px;
}

.reserve_my_spot_list ul,
.reserve_my_spot_list ul li {
    margin-bottom: 0px;
}

.reserve_my_spot_list ul li {
    float: left;
    margin-right: 45px;
    width: 200px;
}

.reserve_my_spot_list ul li .top_block {
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.reserve_my_spot_list ul li .bottom_block {
    font-size: 50px;
    font-weight: 300;
    color: #ffffff;
}

.reserve_my_spot_list ul li:last-child {
    width: unset;
    margin-right: 0;
    margin-top: 28px;
}

.spot_button {
    border-radius: 5px;
    font-weight: 600;
    color: #cd163f !important;
    line-height: 40px;
    background-color: #ffffff;
    padding: 0px 20px;
    display: inline-block;
}

.spot_button:focus {
    text-decoration: none;
}


/*== reserve my spot ==*/


/*== parnters ==*/

.partners_section {
    margin-bottom: 50px;
    padding-top: 50px;
}

.partners_section .left_block {
    display: inline-block;
    vertical-align: top;
    width: 330px;
}

.partners_section .right_block {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font: 18px/30px 'Roboto', sans-serif;
    color: #2d2d2d;
    text-align: center;
}
.partners_section .right_block  img {display: block;margin: 40px auto 0}
.partners_section .right_block p a{color: #005eb8;}

.partners_section .right_block a {
    font: 18px/30px 'Roboto', sans-serif;
    color: #005eb8;
    text-decoration: underline;
}


/*== parnters ==*/


/*== footer ==*/

footer {
    background-color: #262626;
    padding: 20px 0 15px;
}

footer .left_block {
    float: left;
    width: 49%;
}

footer .right_block {
    float: right;
    width: 49%;
    text-align: right;
}

.footer_links li {
    display: inline-block;
    vertical-align: top;
}

.footer_links li a {
    font: 13px/20px 'Roboto', sans-serif;
    color: #dbdbdb;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.footer_links li a:hover {
    text-decoration: underline;
}

.footer_links li:first-child a {
    padding-left: 0px;
}

.footer_links li:last-child a {
    border-right: 0;
}

footer .bottom_block {
    margin-top: 5px;
    font: 300 14px/19px 'Roboto', sans-serif;
    color: #dbdbdb;
}

.footer_social_links {
    display: inline-block;
    vertical-align: middle;
}

.footer_social_links li {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.footer_social_links .social_icons {
    background: url("https://images.moneycontrol.com/assets/images/ms/ge_microsite/social_icons.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    filter: brightness(0.8);
}

.footer_social_links .social_icons.facebook {
    background-position: 1px 1px;
}

.footer_social_links .social_icons.twiiter {
    background-position: -40px 1px;
}

.footer_social_links .social_icons.linkedin {
    background-position: -81px 1px;
}

.footer_social_links .social_icons.whatsapp {
    background-position: -122px 1px;
}

.footer_social_links .social_icons.facebook:hover {
    background-position: 1px -27px;
}

.footer_social_links .social_icons.twiiter:hover {
    background-position: -40px -27px;
}

.footer_social_links .social_icons.linkedin:hover {
    background-position: -81px -27px;
}

.footer_social_links .social_icons.whatsapp:hover {
    background-position: -122px -27px;
}


/*== footer ==*/


/*== form ==*/

.PA20 {
    padding: 20px;
}

.modal-backdrop.in {
    opacity: .6;
}

.pp_logtitle {
    font-weight: 600;
    padding: 32px 0px 20px;
    text-align: center;
    font-size: 20px;
}

.partner_form li {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
}

.partner_form input {
    border-bottom: 1px solid #d8d8d8;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: #fff;
    width: 100%;
    padding: 5px;
    font-size: 15px;
    color: #535252;
    font-weight: 500;
    line-height: 16px;
}

.partner_form li textarea {
    resize: none;
    width: 275px;
    line-height: 17px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    font-weight: 500;
}

.login_pledge .errorinput {
    border-bottom: 1px solid #ff0000;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.error_bx {
    color: #ff0000;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    bottom: -25px;
    left: 5px;
}

.terms_txt {
    color: #999999;
    font-size: 11px;
    font-weight: 400;
    padding: 0px 0px 25px;
}

.form_checkbox {
    position: relative;
    padding-left: 19px;
    font-size: 11px;
    line-height: 16px;
    color: #505050;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

.form_checkbox input {
    opacity: 0;
    height: 0;
    cursor: pointer;
    width: unset !important;
    left: 2px;
    top: 0px;
    position: absolute;
}

.form_checkbox .ic_check {
    position: absolute;
    border: 1px solid #A6A5A5;
    width: 11px;
    height: 11px;
    top: 2px;
    left: 0;
}

.terms_txt a {
    color: #3daad6;
}

.thankucontainer {
    text-align: center;
    padding: 40px 30px;
    display: none;
}

.thankubox p {
    font-size: 16px;
    line-height: 25px;
    color: #2d2d2d;
    font-weight: 500;
    text-align: center;
}

.thankubox span {
    color: #ff7d00;
    font-weight: 500;
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 10px;
    display: block;
    background: -webkit-linear-gradient(#263571, #6d2659);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reserve_my_spot_form .modal-dialog {
    width: 320px;
}

.close_icon {
    background: url("https://stat2.moneycontrol.com/assets/images/ms/rockwell_automation/close_icon.png") no-repeat !important;
    width: 20px;
    height: 22px;
    margin-right: 6px;
    margin-top: 10px;
    float: right;
}

.partner_form select {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #d8d8d8;
    border-left: 0;
    width: 275px;
    padding: 5px 0px 3px 0;
    font-size: 15px;
    color: #ababab;
    font-weight: 500;
}

.form_button {
    background: #0b3b7a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0b3b7a 0%, #61295d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b3b7a 0%, #61295d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b3b7a 0%, #61295d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0b3b7a', endColorstr='#61295d', GradientType=1);
    /* IE6-9 */
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    width: 220px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    border-radius: 5px;
}

.form_checkbox .ic_check:after {
    left: 3px;
    top: 0px;
    width: 2px;
    height: 5px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.form_checkbox .ic_check:after {
    content: "";
    position: absolute;
    display: none;
}

.form_checkbox input:checked~.ic_check:after {
    display: block;
}

.form_button:hover,
.form_button:focus {
    color: #ffffff;
}

::placeholder {
    color: #ababab;
}

.terms_txt .error_bx {
    position: static;
    display: block;
}


/*== form ==*/


/* ---------------- For Animation on Scroll ---------------- */

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.slideanim {
    visibility: hidden;
    visibility: visible\9;
    /*For old IE browsers IE6-8 */
}

.slideanim.slide {
    visibility: visible;
    animation: slide 0.7s;
}

.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ---------------- For Animation on Scroll ---------------- */


/*== whitepapers ==*/

.whitepapers_section {
    background-color: #f3f3f3;
    padding: 50px 0 70px;
}

.whitepapers_list {
    width: 382px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    padding: 13px;
    margin-right: 15px;
}

.whitepapers_list:last-child {
    margin-right: 0;
}

.whitepapers_list .image_block img {
    width: 360px;
}

.whitepapers_list .content_block {
    font: 500 18px/21px 'Roboto', sans-serif;
    color: #232323;
    margin-top: 15px;
}

.whitepapers_slider .slick-arrow {
    background: url("https://stat2.moneycontrol.com/assets/images/ms/rockwell_automation/speaker_arrows.png") no-repeat;
    height: 67px;
}

.whitepapers_list .image_block {
    position: relative;
}

.download_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("https://stat2.moneycontrol.com/assets/images/ms/rockwell_automation_mobility/download_icon.png") no-repeat;
    right: 10px;
    bottom: -15px;
}


/*== whitepapers ==*/


/*== counter ==*/

.menu_section.fixed_header .counter_block {
    display: none;
}

.counter_block {
    position: absolute;
    background: url("https://stat2.moneycontrol.com/assets/images/ms/rockwell_automation/countdown_bg.png") no-repeat;
    width: 723px;
    height: 158px;
    display: block;
    left: 0;
    right: 0;
    margin: -97px auto;
}

canvas {
    width: 900px;
    height: 200px;
    display: block;
    position: absolute;
    background: transparent;
    margin: 40px auto;
    top: 645px;
    left: 0;
    right: 0;
}

canvas:nth-of-type(1) {
    display: block;
}

canvas:nth-of-type(2) {
    display: none;
}


/*== counter ==*/



/*** new page css start ******/
ul.top_links li a.active {color: #005EB8;}
/***** article slider start *****/
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(https://images.moneycontrol.com/assets/images/ms/ge_microsite/prev.png) no-repeat;
    left: 0px;
    border: none;
    text-indent: -999em;
    cursor: pointer;
    outline: none;
}
.inno_fortoday .slick-prev, .inno_fortoday .slick-next {
    position: absolute;
    top: 50%;
    width: 38px;height: 38px;
    margin-top: -9px;
    background: url('https://images.moneycontrol.com/assets/images/ms/ge_microsite/arrow-white.png') no-repeat;
    left: 0px;
    border: none;
    text-indent: -999em;
    cursor: pointer;
    outline: none;
}
.inno_fortoday .slick-prev {
    background: url('https://images.moneycontrol.com/assets/images/ms/ge_microsite/arrow-white.png') no-repeat;
    left: -40px;
    right: auto;transform: rotate(180deg);opacity: 0.6;
}
.inno_fortoday .slick-next {right: -40px;left: auto}


.inno_slide {
    position: relative;
    padding: 0 30px;/*height: 320px;*/
}

.inno_item {
    width: 348px !important;
    margin-right: 30px;
    background: #fff;
    border: 0;
}
.inno_item img {width: 100%;}

.inno_item a {
    text-decoration: none;
    display: block;
    color: #2f2f2f;
    font: 18px/24px 'Roboto', sans-serif;
}

.inno_item span {
    display: block;
    padding: 20px;
    min-height: 125px;
}

.inno_item a:hover {
    text-decoration: underline;
}
.inno_fortoday .slick-dots{display: none !important;}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-next {
    background: url(https://images.moneycontrol.com/assets/images/ms/ge_microsite/next.png) no-repeat;
    left: auto;
    right: 0px;
}

.buildingWork .slick-next,.buildingWork .slick-prev {
    background: url('https://images.moneycontrol.com/assets/images/ms/ge_microsite/arrow.png') no-repeat;
    left: auto;
    right: 0px;
}
.build_slide {
    position: relative;
    padding: 0 30px;
}
.slick-slide {
    display: none;
    margin: 0 1px;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}



.buildingWork .slick-prev{left: -40px;transform: rotate(180deg);opacity: 0.6;}

.buildingWork .slick-prev, .buildingWork .slick-next{width: 38px;height: 38px;}



.buildingWork {
    background: #f9f9f9;
    padding: 50px 0;
}

.build_slide {
    position: relative;
    padding: 0 30px;
}

.build_item {
    position: relative;
}

.builVideo {
    position: relative;
    width: 745px;
    float: left;
}

.ic_vid {
    position: absolute;
    width: 119px;
    height: 119px;
    margin: -60px 0 0 -60px;
    left: 50%;
    top: 50%;
}

.videCnt {
    min-height: 150px;
    right: 80px;
    top: 50px;
    width: 420px;
    position: absolute;
    background: #63666a;
    padding: 15px;
    color: #fff;
    font: 600 30px 'Roboto', sans-serif;
}

.inno_fortoday {
    background: #005eb8;
    background-size: cover;
    padding: 70px 0;
}

.inno_slide {
    position: relative;
    padding: 0 0 0 20px;
}


.inno_item a {
    text-decoration: none;
    display: block;
    color: #2f2f2f;
    font: 18px/24px 'Roboto', sans-serif;
}

.inno_item span {
    display: block;
    padding: 20px;
    min-height: 125px;font-weight: 500;font-size: 18px;color: #2f2f2f;text-align: left;
}

.inno_item a:hover {
    text-decoration: underline;
}



/***** article slider end *****/


/**** video start *****/
.buildingWork {
    background: #f9f9f9;
    padding: 50px 0 70px;
}
.titleOne {
    color: #13294b;
    font: 600 26px 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-initialized .slick-slide {
    display: block;
}
.build_item {
    position: relative;
}   
.builVideo {
    position: relative;
    width: 745px;
    float: left;
}
.videCnt {
    min-height: 220px;
    right: 20px;
    top: 60px;
    width: 425px;
    position: absolute;
    background: #63666a;
    padding: 15px 25px;
    color: #fff;
    font: 400 30px 'Roboto', sans-serif;
}
/**** vide end *****/


.videos_slide_sec{}

.video_holder{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;}
.video_holder iframe,   
.video_holder object,
.video_holder video, 
.video_holder embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.videos_slide_sec .videos_slider{}
.videos_slide_sec .video_item{
	position: relative;
	display: inline-block;
	vertical-align: top;
    margin: 0 -2px;
    width: 50%;
	padding: 0 15px;}
	 
.videos_slide_sec .slick-next{right: -35px;}
.videos_slide_sec .video_txt_box{position: relative;
    margin-bottom: 70px;
}
.videos_slide_sec .video_ttl {  
    position: absolute;
    bottom: -60px;
    left: 10%;
    right: 10%;
    text-align: center;
    background: #005eb8;
    padding: 30px 25px;
    color: #fff;
    font: 400 24px 'Roboto', sans-serif; white-space: normal;
}

@media screen and (max-width: 1279px) {
    .rockwell_wrapper {
        width: 100%;
        padding: 0 15px;
    }
    ul.top_links li a {
        font-size: 17px;
    }
    .overview_section .right_block {
        width: 540px;
    }
    .why_attend_section .right_block {
        width: 540px;
    }
    .speaker_section .slick-slider {
        width: 815px;
    }
    .speaker_section .slick-next {
        right: -60px;
    }
    .who_attend_list .list_date {
        left: 455px;
    }
    .reserve_my_spot_section .rockwell_wrapper {
        width: 100%;
    }
    .partners_section .right_block {
        width: 100%;
        margin-top: 20px;
    }
    .overview_section .section_heading {
        left: 53px;
    }
}

@media screen and (max-width: 980px) {
    .mob-hide {
        display: none;
    }
    .mob-show {
        display: block;
    }
    .top_banner_container {
        width: unset;
    }
    .menu_section .left_block {
        float: none;
        text-align: center;
    }
    .menu_section .right_block {
        float: none;
    }
    ul.top_links {
        text-align: left;
    }
    .overview_section .left_block {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .overview_section .left_block iframe {
        width: 100%;
    }
    .overview_section .right_block {
        width: 100%;
        margin-top: 20px;
    }
    .why_attend_section .left_block {
        width: 100%;
        margin-right: 0;
    }
    .why_attend_section .left_block img {
        width: 100%;
    }
    .why_attend_section .left_block iframe {
        width: 728px;
        height: 426px;
    }
    .why_attend_section .right_block {
        margin-top: 20px;
        width: 100%;
    }
    .speaker_section .slick-slider {
        width: 80%;
    }
    .who_attend_list {
        padding: 20px;
    }
    .who_attend_list li {
        border-left: 1px solid #ee7a32;
    }
    .who_attend_box .time_block {
        width: 100%;
        text-align: left;
        margin-left: 30px;
        border-right: 0;
    }
    .who_attend_box .text_block,
    .who_attend_list li:nth-of-type(2) .who_attend_box .text_block {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .who_attend_box .text_block:before,
    .who_attend_list li:nth-of-type(2) .who_attend_box .text_block:before {
        left: -42px;
        top: -18px;
    }
    .who_attend_list .list_date {
        left: -3px;
        top: -25px;
    }
    .who_attend_section {
        padding: 0;
    }
    .reserve_my_spot_list ul li {
        margin-bottom: 35px;
        width: 46%;
    }
    .reserve_my_spot_list ul li:last-child {
        float: none;
        display: block;
        clear: both;
    }
    .reserve_my_spot_list ul li:nth-of-type(even) {
        margin-right: 0px;
    }
    .reserve_my_spot_section {
        padding: 40px 0 0;
    }
    .overview_section .section_heading {
        position: static;
    }
    .inno_slide.slick-slider{padding: 0 30px}
    .inno_fortoday .slick-prev{right: -5px}
    .inno_fortoday .slick-next{left: -5px}
    .inno_item{width: 310px!important;}
}

@media screen and (max-width: 767px) {
	.videos_slide_sec .videos_slider{white-space: nowrap; width: 100%; overflow-x: auto;}
	.videos_slide_sec .video_item{width: 90%;}
	.videos_slide_sec .video_ttl{ margin-top: 0; position: static; bottom: unset; left: unset; right: unset; padding: 15px; font-size: 18px; line-height: 24px;text-align: left;}
	.videos_slide_sec .video_txt_box { margin-bottom: 0px;}
	
    .top_bannner_section {
        background: url("../images/head-back.jpg") no-repeat;
        height: 400px;
        background-attachment: fixed;
    }
    .top_banner_container {
        position: static;
    }
    .rockwell_logo {
        margin: auto;
        padding-top: 20px;
    }
    .top_banner_container .first_line {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .top_banner_container .second_line {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 15px;
    }
    .top_banner_container .third_line {
        font-size: 20px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .top_links {
        display: none;
    }
    .menu_section {
        border-bottom: 0;
    }
    .menu_container {
        position: relative;
        height: 25px;
        background: #005eb8;
        /*background: -moz-linear-gradient(left, #d0403d 0%, #f17f31 100%);
        background: -webkit-linear-gradient(left, #d0403d 0%, #f17f31 100%);
        background: linear-gradient(to right, #d0403d 0%, #f17f31 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d0403d', endColorstr='#f17f31', GradientType=1)*/;
    }
    .pancake {
        width: 23px;
        height: 19px;
        display: inline-block;
        position: absolute;
        z-index: 1;
        transition: 0.5s all;
        background: url("https://images.moneycontrol.com/assets/images/ms/ge_microsite/hamburger_icon.png") no-repeat;
        background-position: -1px -18px;
        left: 13px;
        top: 3px;
    }
    .pancake.pancake_close {
        background-position: 1px 1px;
        width: 23px;
        height: 14px;
        left: 13px;
        top: 5px;
    }
    ul.top_links {
        text-align: left;
        padding: 0 5px;
        width: 100%;
        position: absolute;
        top: 25px;
        z-index: 9;
        margin-top: 0;
        padding: 0;
        background-color: #0089cd;
    }
    ul.top_links li {
        display: block;
        margin-right: 0;
        margin-left: 0;
        border-bottom: 1px solid #0494dc;
    }
    ul.top_links li:after {
        content: none;
    }
    ul.top_links li a {
        padding: 0 10px 10px 0;
        display: block;
        border-radius: 0;
        font-size: 25px;
        line-height: 28px;
        font-size: 20px;
        color: #ffffff;
    }
    ul.top_links li a,
    ul.top_links li a.active,
    ul.top_links li:hover a {
        padding: 7px 15px;
        color: #ffffff;
    }
    .overview_section .left_block img {
        width: 80%;
    }
    .section_heading {
        font-size: 35px;
    }
    .why_attend_section .rockwell_wrapper {
        padding: 0px;
    }
    .why_attend_section .right_block {
        padding: 0 15px;
    }
    .speaker_section .slick-prev,
    .speaker_section .slick-next {
        top: 20%;
    }
    .speaker_section .slick-next {
        right: -48px;
    }
    .speaker_section .slick-prev {
        left: -48px;
    }
    .ads_block {
        margin-bottom: 35px;
    }
    .who_attend_section p {
        font-size: 18px;
    }
    .who_attend_section .subline {
        font-size: 16px;
    }
    .who_attend_box .text_block {
        font-size: 16px;
    }
    .who_attend_box .time_block {
        font-weight: 500;
        padding-right: 0;
    }
    .reserve_my_spot_list ul li .top_block {
        font-size: 15px;
    }
    .reserve_my_spot_list ul li .bottom_block {
        font-size: 40px;
    }
    .reserve_my_spot_list ul li {
        margin-right: 25px;
    }
    .reserve_my_spot_list ul li:last-child {
        text-align: center;
    }
    .reserve_my_spot_section {
        margin-bottom: 25px;
    }
    .partners_section .left_block img {
        width: 55%;
    }
    .partners_section .right_block {
        font-size: 16px;
        line-height: 25px;
    }
    .faq_section {
        padding: 15px 0;
    }
    .rockwell_accordion .panel-title a {
        font-size: 16px;
    }
    .rockwell_accordion .panel-body {
        font-size: 16px;
    }
    .rockwell_accordion .acord_title span {
        width: 95%;
    }
    footer .left_block {
        width: 100%;
        text-align: center;
    }
    footer .right_block {
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }
    footer .bottom_block {
        margin-top: -10px;
    }
    footer {
        padding: 20px 0 20px;
    }
    .menu_section .left_block {
        padding-top: 45px;
        padding-bottom: 10px;
    }
    .menu_section .rockwell_wrapper {
        padding: 0;
    }
    .spot_button.register_button {
        background: transparent !important;
        height: unset !important;
        padding: 7px 15px !important;
        display: block !important;
    }
    .who_attend_list li:nth-of-type(odd) .who_attend_box {
        flex-direction: column-reverse;
    }
    .who_attend_list li:nth-of-type(odd) .who_attend_box .time_block {
        padding-top: 0px;
        font-weight: 400;
    }
    .who_attend_list li:nth-of-type(odd) .who_attend_box .text_block {
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 18px;
    }
    .who_attend_list li:nth-of-type(odd) .who_attend_box .text_block:before {
        top: 0;
    }
    .speaker_section .slick-slide {
        margin: 0 20px;
    }
    .who_attend_list li:nth-of-type(odd) .who_attend_box .time_block {
        font-weight: 400;
        font-size: 16px;
    }
    .why_attend_section .left_block iframe {
        width: 100%;
        height: 200px;
    }
    .reserve_my_spot_form .modal-dialog {
        width: 95%;
    }
    .partner_form select {
        width: 100%;
    }
    .speaker_section {
        padding: 20px 0 25px;
    }
    .why_attend_list {
        margin: auto 35px;
    }
    .why_attend_list li {
        width: 100%;
    }
    .why_attend_list li:before {
        margin-top: 0;
        background-size: contain;
        width: 28px;
        height: 28px;
        background-size: contain;
    }
    .why_you_cant_slider .slick-prev,
    .why_you_cant_slider .slick-next {
        top: 30%;
    }
    .why_you_cant_slider .slick-prev {
        left: -5px;
        z-index: 9;
    }
    .why_you_cant_slider .slick-next {
        right: -5px;
        transform: rotate(180deg);
    }
    .why_you_cant_list div {
        font-size: 18px;
        line-height: 25px;
    }
    .why_you_cant_list:nth-child(3n+3) {
        margin: 0 60px;
    }
    .speaker_slider {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .meet_speakers_list {
        display: inline-block;
        vertical-align: top;
    }
    .meet_speakers_list .content_block {
        white-space: normal;
        margin: 10px 0;
        width: 230px;
    }
    .whitepapers_list .image_block img {
        width: 100%;
    }
    .whitepapers_list .content_block {
        text-align: left;
    }
    .whitepapers_slider .slick-prev {
        left: 10px;
        z-index: 1;
    }
    .whitepapers_slider .slick-next {
        right: 10px;
    }
    .whitepapers_slider .slick-prev {
        top: 20%;
        transform: rotate(0deg);
        left: 8px;
    }
    .whitepapers_slider .slick-next {
        top: 20%;
        transform: rotate(180deg);
        right: 2px;
    }
    .why_you_cant_list {
        clip-path: unset;
    }
    .counter_block {
        width: 100%;
        background-size: contain;
        margin: -177px auto;
    }
    canvas:nth-of-type(1) {
        display: none;
    }
    canvas:nth-of-type(2) {
        display: block;
        top: 382px;
    }
    .menu_section.fixed_header .left_block {
        padding-top: 10px;
    }


}




