@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"); @font-face { font-family: 'droid_serif'; src: url('fonts/droidserif-bold-webfont.eot'); src: url('fonts/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/droidserif-bold-webfont.woff') format('woff'), url('fonts/droidserif-bold-webfont.ttf') format('truetype'); font-weight: 700; font-style: normal; } @font-face { font-family: 'droid_serif'; src: url('fonts/droidserif-regular-webfont.eot'); src: url('fonts/droidserif-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/droidserif-regular-webfont.woff') format('woff'), url('fonts/droidserif-regular-webfont.ttf') format('truetype'); font-weight: 400; font-style: normal; } *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display:block } audio, canvas, video { display:inline-block } audio:not([controls]) { display:none; height:0 } html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a { text-decoration:underline; color:#F4792A; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } a:focus { outline:thin dotted } a:hover, a:active { outline: 0; } a:focus, a:hover { text-decoration:none; color:#000; } a:focus { color:#f96207; } b, strong, dt, th { font-weight: bold; } em, i { font-style:italic; } p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address { margin:0 0 20px 0; padding:0; } img { -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; max-width:100%; height:auto; } figure { margin:0; } legend { white-space:normal; } q { quotes:"\201C" "\201D" "\2018" "\2019" } small { font-size:90% } sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline } sup { top:-0.5em } sub { bottom:-0.25em } table { border-collapse: separate; border-spacing: 0; width: 100%; empty-cells:show; border:none; } table table { margin:0 } th, td { border:none; padding:8px 10px } caption, th, td { font-weight: normal; } ul.bulletText { list-style:none; padding:0; } ul.bulletText li { padding-left:15px; margin-bottom: 10px; line-height:1.5; position: relative; } ul.bulletText li:before { position: absolute; left: 0; top: -2px; content:""; font-family:'FontAwesome'; content: "\f105"; font-size:18px; } ul.bulletText ul { padding:0; list-style:none; margin-top: 15px; } /********* Clear floats *********/ .cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, ul:before, ul:after, .boxs:before, .boxs:after, .radioList:after, .radioList:before, .pagingWrapper:before, .pagingWrapper:after { content:" "; display:table } .cf:after, .container:after, .row:after, ul:after, .boxs:after, .radioList:after, .pagingWrapper:after { clear:both } html, body { overflow-x: hidden; } body { color:#242424; font-family: 'Poppins', sans-serif; font-weight:400; font-size:16px; line-height: 1.5; } .container { width:100%; padding: 0 15px; max-width:1430px; margin: 0 auto; } .commonPad { padding-bottom:60px; padding-top:60px; } .padBotNone { padding-bottom: 0; } .padTopNone { padding-top: 0; } .lastSection { margin-bottom:-60px; } .firstSection { margin-top:-60px; } /*************Back to Top*************/ #backtotop { position:fixed; right:-150px; bottom: 50px; padding: 5px; background-color:#851A19; color:#fff; border-radius:5px 0 0 5px; display:none; font-size: 14px; text-transform: uppercase; font-weight: 600; text-decoration: none; -webkit-transition: 350ms ease; transition: 350ms ease; z-index: 4; overflow:hidden; } #backtotop .fa { font-size:20px; margin-right:3px; animation: bounce 2s infinite; -webkit-animation: bounce 2s infinite; } #backtotop.active { right:0; } #backtotop:hover { background-color:#F4792A; } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform:translateY(0); } 40% { transform:translateY(-5px); } 60% { transform:translateY(-3px); } } /**Swiper 4.4.6**/ .swiper-container { margin:0 auto; position:relative; overflow:hidden; list-style:none; padding:0; z-index:1 } .swiper-container-no-flexbox .swiper-slide { float:left } .swiper-container-vertical>.swiper-wrapper { -webkit-box-orient:vertical; -webkit-box-direction:normal; -webkit-flex-direction:column; -ms-flex-direction:column; flex-direction:column } .swiper-wrapper { position:relative; width:100%; height:100%; z-index:1; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; -o-transition-property:transform; transition-property:transform; transition-property:transform, -webkit-transform; -webkit-box-sizing:content-box; box-sizing:content-box } .swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0) } .swiper-container-multirow>.swiper-wrapper { -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap } .swiper-container-free-mode>.swiper-wrapper { -webkit-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out; margin:0 auto } .swiper-slide { -webkit-flex-shrink:0; -ms-flex-negative:0; flex-shrink:0; width:100%; height:100%; position:relative; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; -o-transition-property:transform; transition-property:transform; transition-property:transform, -webkit-transform } .swiper-slide-invisible-blank { visibility:hidden } .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height:auto } .swiper-container-autoheight .swiper-wrapper { -webkit-box-align:start; -webkit-align-items:flex-start; -ms-flex-align:start; align-items:flex-start; -webkit-transition-property:height, -webkit-transform; transition-property:height, -webkit-transform; -o-transition-property:transform, height; transition-property:transform, height; transition-property:transform, height, -webkit-transform } .swiper-container-3d { -webkit-perspective:1200px; perspective:1200px } .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style:preserve-3d; transform-style:preserve-3d } .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position:absolute; left:0; top:0; width:100%; height:100%; pointer-events:none; z-index:10 } .swiper-container-3d .swiper-slide-shadow-left { background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image:-webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:-o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) } .swiper-container-3d .swiper-slide-shadow-right { background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:-o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) } .swiper-container-3d .swiper-slide-shadow-top { background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:-o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) } .swiper-container-3d .swiper-slide-shadow-bottom { background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:-o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) } .swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper { -ms-touch-action:pan-y; touch-action:pan-y } .swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper { -ms-touch-action:pan-x; touch-action:pan-x } .swiper-button-next, .swiper-button-prev { position:absolute; top:50%; width:27px; height:44px; margin-top:-22px; z-index:10; cursor:pointer; background-size:27px 44px; background-position:center; background-repeat:no-repeat } .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity:.35; cursor:auto; pointer-events:none } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image:url("data:image/svg+xml;charset=utf-8,"); left:10px; right:auto } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image:url("data:image/svg+xml;charset=utf-8,"); right:10px; left:auto } .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image:url("data:image/svg+xml;charset=utf-8,") } .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image:url("data:image/svg+xml;charset=utf-8,") } .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image:url("data:image/svg+xml;charset=utf-8,") } .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image:url("data:image/svg+xml;charset=utf-8,") } .swiper-button-lock { display:none } .swiper-pagination { position:absolute; text-align:center; -webkit-transition:.3s opacity; -o-transition:.3s opacity; transition:.3s opacity; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0); z-index:10 } .swiper-pagination.swiper-pagination-hidden { opacity:0 } .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom:10px; left:0; width:100% } .swiper-pagination-bullets-dynamic { overflow:hidden; font-size:0 } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform:scale(.33); -ms-transform:scale(.33); transform:scale(.33); position:relative } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1) } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1) } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform:scale(.66); -ms-transform:scale(.66); transform:scale(.66) } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform:scale(.33); -ms-transform:scale(.33); transform:scale(.33) } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform:scale(.66); -ms-transform:scale(.66); transform:scale(.66) } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform:scale(.33); -ms-transform:scale(.33); transform:scale(.33) } .swiper-pagination-bullet { margin: 0 3px; width:11px; height:11px; display:inline-block; border-radius:100%; background:#f96207; border:1px solid #ff6420; opacity:1 } button.swiper-pagination-bullet { border:none; margin:0; padding:0; -webkit-box-shadow:none; box-shadow:none; -webkit-appearance:none; -moz-appearance:none; appearance:none } .swiper-pagination-clickable .swiper-pagination-bullet { cursor:pointer } .swiper-pagination-bullet-active { opacity:1; background:#fff; border-color:#f96207; } .swiper-container-vertical>.swiper-pagination-bullets { right:10px; top:50%; -webkit-transform:translate3d(0, -50%, 0); transform:translate3d(0, -50%, 0) } .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet { margin:6px 0; display:block } .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); width:8px } .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin:0 4px } .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); white-space:nowrap } .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition:.2s right, .2s -webkit-transform; transition:.2s right, .2s -webkit-transform; -o-transition:.2s transform, .2s right; transition:.2s transform, .2s right; transition:.2s transform, .2s right, .2s -webkit-transform } .swiper-pagination-progressbar { background:rgba(0, 0, 0, .25); position:absolute } .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background:#007aff; position:absolute; left:0; top:0; width:100%; height:100%; -webkit-transform:scale(0); -ms-transform:scale(0); transform:scale(0); -webkit-transform-origin:left top; -ms-transform-origin:left top; transform-origin:left top } .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin:right top; -ms-transform-origin:right top; transform-origin:right top } .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width:100%; height:4px; left:0; top:0 } .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar { width:4px; height:100%; left:0; top:0 } .swiper-pagination-white .swiper-pagination-bullet-active { background:#fff } .swiper-pagination-progressbar.swiper-pagination-white { background:rgba(255, 255, 255, .25) } .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background:#fff } .swiper-pagination-black .swiper-pagination-bullet-active { background:#000 } .swiper-pagination-progressbar.swiper-pagination-black { background:rgba(0, 0, 0, .25) } .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background:#000 } .swiper-pagination-lock { display:none } .swiper-scrollbar { border-radius:10px; position:relative; -ms-touch-action:none; background:rgba(0, 0, 0, .1) } .swiper-container-horizontal>.swiper-scrollbar { position:absolute; left:1%; bottom:3px; z-index:50; height:5px; width:98% } .swiper-container-vertical>.swiper-scrollbar { position:absolute; right:3px; top:1%; z-index:50; width:5px; height:98% } .swiper-scrollbar-drag { height:100%; width:100%; position:relative; background:rgba(0, 0, 0, .5); border-radius:10px; left:0; top:0 } .swiper-scrollbar-cursor-drag { cursor:move } .swiper-scrollbar-lock { display:none } .swiper-zoom-container { width:100%; height:100%; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -webkit-justify-content:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -webkit-align-items:center; -ms-flex-align:center; align-items:center; text-align:center } .swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg { max-width:100%; max-height:100%; -o-object-fit:contain; object-fit:contain } .swiper-slide-zoomed { cursor:move } .swiper-lazy-preloader { width:42px; height:42px; position:absolute; left:50%; top:50%; margin-left:-21px; margin-top:-21px; z-index:10; -webkit-transform-origin:50%; -ms-transform-origin:50%; transform-origin:50%; -webkit-animation:swiper-preloader-spin 1s steps(12, end) infinite; animation:swiper-preloader-spin 1s steps(12, end) infinite } .swiper-lazy-preloader:after { display:block; content:''; width:100%; height:100%; background-image:url("data:image/svg+xml;charset=utf-8,"); background-position:50%; background-size:100%; background-repeat:no-repeat } .swiper-lazy-preloader-white:after { background-image:url("data:image/svg+xml;charset=utf-8,") } @-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg) } } @keyframes swiper-preloader-spin { 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg) } } .swiper-container .swiper-notification { position:absolute; left:0; top:0; pointer-events:none; opacity:0; z-index:-1000 } .swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out } .swiper-container-fade .swiper-slide { pointer-events:none; -webkit-transition-property:opacity; -o-transition-property:opacity; transition-property:opacity } .swiper-container-fade .swiper-slide .swiper-slide { pointer-events:none } .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events:auto } .swiper-container-cube { overflow:visible } .swiper-container-cube .swiper-slide { pointer-events:none; -webkit-backface-visibility:hidden; backface-visibility:hidden; z-index:1; visibility:hidden; -webkit-transform-origin:0 0; -ms-transform-origin:0 0; transform-origin:0 0; width:100%; height:100% } .swiper-container-cube .swiper-slide .swiper-slide { pointer-events:none } .swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin:100% 0; -ms-transform-origin:100% 0; transform-origin:100% 0 } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events:auto } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events:auto; visibility:visible } .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index:0; -webkit-backface-visibility:hidden; backface-visibility:hidden } .swiper-container-cube .swiper-cube-shadow { position:absolute; left:0; bottom:0; width:100%; height:100%; background:#000; opacity:.6; -webkit-filter:blur(50px); filter:blur(50px); z-index:0 } .swiper-container-flip { overflow:visible } .swiper-container-flip .swiper-slide { pointer-events:none; -webkit-backface-visibility:hidden; backface-visibility:hidden; z-index:1 } .swiper-container-flip .swiper-slide .swiper-slide { pointer-events:none } .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events:auto } .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index:0; -webkit-backface-visibility:hidden; backface-visibility:hidden } .swiper-container-coverflow .swiper-wrapper { -ms-perspective:1200px } .swiper-pagination { position: absolute; left: 0; bottom: 10px; text-align: center; width:100%; } /* Magnific Popup CSS */ .mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; } .mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; } .mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 10px; box-sizing: border-box; } .mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .mfp-align-top .mfp-container:before { display: none; } .mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } .mfp-ajax-cur { cursor: progress; } .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } .mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } .mfp-auto-cursor .mfp-content { cursor: auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .mfp-loading.mfp-figure { display: none; } .mfp-hide { display: none !important; } .mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; } .mfp-preloader a { color: #CCC; } .mfp-preloader a:hover { color: #FFF; } .mfp-s-ready .mfp-preloader { display: none; } .mfp-s-error .mfp-content { display: none; } button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; } button::-moz-focus-inner { padding: 0; border: 0; } button.mfp-close { width: 44px; height: 44px; line-height: 46px; position: fixed; right: 10px; top: 10px; text-decoration: none; text-align: center; opacity: 1; padding: 0; color: #000; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; background:#fff; border-radius:50%; text-align:center; } div.mfp-close { display: none; } .mfp-close:hover, .mfp-close:focus { opacity: 1; background:#fff; color:#000; } .mfp-close:active { top: 1px; } .mfp-close-btn-in .mfp-close { color: #333; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; } .mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; display: none; } .mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -30px; padding: 0; width: 60px; height: 60px; -webkit-tap-highlight-color: transparent; } .mfp-arrow:active { margin-top: -30px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; background:none; } .mfp-arrow:before { display: block; width: 100%; height: 100%; text-align:center; position: absolute; left: 0; top: 0; font-family:'FontAwesome'; font-size:50px; color:#fff; line-height:60px; } .mfp-arrow-left { left: 0; } .mfp-arrow-left:before { content:"\f104" } .mfp-arrow-right { right: 0; } .mfp-arrow-right:before { content:"\f105" } .mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-holder .mfp-close { top: -40px; } .mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; } /* Main image in popup */ img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } /* The shadow behind the image */ .mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; } .mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } .mfp-title { text-align: left; line-height: 18px; color: #fff; word-wrap: break-word; padding-right: 36px; font-size:17px; text-align:center; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; } .mfp-img-mobile img.mfp-img { padding: 0; } .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; } .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; } .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; } .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; } .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; } .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } } @media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); } .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; } .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; } .mfp-container { padding-left: 6px; padding-right: 6px; } } .my-mfp-zoom-in .zoom-anim-dialog { opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; } .my-mfp-zoom-in.mfp-bg { opacity: 0; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; } .my-mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.65; } .my-mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; } /*********Headings*********/ h1, h2, h3, h4, h5, h6 { margin-bottom: 25px; font-weight:700; font-family: 'droid_serif'; color:#861a18; } h1 { font-size: 30px; } h2 { font-size: 60px; position:relative; padding-bottom: 20px; } h3 { font-size: 42px; color:#000; } h4 { font-size: 1.375em; } h5 { font-size: 1.250em; } h6 { font-size: 1.125em; } h2:before { position:absolute; left:0; bottom:0; width:100px; height:4px; content:""; background-color:#F4792A; border-radius:7px; } /*********Navigation*********/ #navbar-nav { margin: 0; padding:0; position: relative; } #navbar-nav li { display: inline-block; position: relative; padding: 0 10px; } #navbar-nav li a { display: block; color: #555555; font-size: 16px; line-height: 45px; position: relative; text-decoration: none; font-weight:400; padding:0; } #navbar-nav li a:focus { outline:0 none; } #navbar-nav li a:before { height: 2px; width:100%; left:0; background-color: #861a18; content: ""; position: absolute; bottom: 4px; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; opacity:0; visibility:hidden; } #navbar-nav li:hover a:before, #navbar-nav li.active a:before { opacity:1; visibility:visible; } #navbar-nav li.active > a, #navbar-nav li a:hover, #navbar-nav > li:hover > a { color:#861a18; } /********* Sub-menu *********/ #navbar-nav ul { z-index: 4; position: absolute; width: 250px; background-color: #f96207; top: 45px; left: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); margin:20px 0 0 0; padding:0; -webkit-transition: 300ms ease-in-out; transition: 300ms ease-in-out; opacity: 0; visibility:hidden; } #navbar-nav ul:before { bottom: 100%; left: 57px; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; border-color: rgba(249, 98, 7, 0); border-bottom-color: #f96207; border-width: 10px; margin-left: -10px; } #navbar-nav li.MenuLi6 ul { left:auto; right:10px; } #navbar-nav li.MenuLi6 ul:before { left:auto; right:17px; } #navbar-nav li:hover > ul { margin: 0; opacity: 1; visibility:visible; } #navbar-nav ul ul { top: 0; left: 100%; padding:0 } #navbar-nav ul li { display: block; padding: 0; } #navbar-nav ul li a { display: block; padding: 10px 15px 10px 30px; text-transform: none; line-height: 25px; border-bottom: 1px solid #ff9351; color: #fff; position: relative; } #navbar-nav ul li a:before { font-family: 'FontAwesome'; position: absolute; left: 15px; top:10px; content: "\f105"; display: block; font-size: 20px; } #navbar-nav ul li a:after { display:none; } #navbar-nav ul li:last-child a { border-bottom-width:0; } #navbar-nav ul li a:hover { background-color : #ff9351; color:#fff; } /********* Mobile Nav *********/ .mobileNav { display:none; position:fixed; right:0; top:0; width:360px; height:100%; -webkit-transform: translateX(100%); transform: translateX(100%); background:#861a18; overflow:auto; z-index:12; } .activeMobNav .mobileNav { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } .mobileNav #navMob { display:block !important; margin-top:66px; position:static; } .mobileNav { -webkit-transition: -webkit-transform 0.5s; transition:transform 0.5s; } .mobileNav .menuClose { position:absolute; right:15px; top:20px; width:40px; height:40px; background:url(../../portal/images/menu-close-icon.png) no-repeat center center; cursor:pointer; -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); } .activeMobNav .mobileNav .menuClose { -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); } .mobileNav .navigationText { position:absolute; left:40px; top:13px; color:#681c1c; font-size:16px; font-weight:700; text-transform:uppercase; display:none; } .mobileNav .logoText { z-index:-1; width:100%; position:absolute; bottom:0; margin-bottom:15px; height:74px; } .mobileNav .logoText .logoIcon { background-position: 0 -225px; margin:0 auto; height:74px; width:234px; display:block; } .navbar-toggler { display: none; position: absolute; right: 15px; top: 50%; margin-top: -17px; padding: 0; border: 0; border-radius: 0; } #navMob { display:none; position:absolute; left:0; right:0; padding:0; } .toggleMenu, #navMob .menuIcon { display:block; } .toggleMenu { width: 40px; height: 40px; padding: 9px 6px; background: #851a19 url(../../images/mobile-menu.png) no-repeat; position: absolute; right: 0; background-position: center center; } .toggleMenu .mobileMenu { display: none; } .toggleMenu .hamburger-menu-button-open { top: 50%; margin-top: -1px; left: 50%; margin-left: -14px; } .toggleMenu .hamburger-menu-button-open, .toggleMenu .hamburger-menu-button-open:before, .toggleMenu .hamburger-menu-button-open:after { position: absolute; width: 28px; height: 2px; background: #fff; border-radius: 4px; -webkit-transition: all 0.3s; transition: all 0.3s; } .toggleMenu .hamburger-menu-button-open:before, .toggleMenu .hamburger-menu-button-open:after { left: 0; content: ""; } .toggleMenu .hamburger-menu-button-open:before { top: 9px; } .toggleMenu .hamburger-menu-button-open:after { bottom: 9px; } .toggleMenu.active .hamburger-menu-button-open { background: transparent; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .toggleMenu.active .hamburger-menu-button-open:before { -webkit-transform: translateY(-9px) rotate(45deg); transform: translateY(-9px) rotate(45deg); } .toggleMenu.active .hamburger-menu-button-open:after { -webkit-transform: translateY(9px) rotate(-45deg); transform: translateY(9px) rotate(-45deg); } .toggleMenu .menuTitle { display:none; } .toggleMenu:hover { text-decoration:none; } #navMob li { float:none; display:block; border:none; } #navMob li a { border-bottom:1px solid #925c5b; transition:all 0s ease 0ms; -webkit-transition:all 0s ease 0ms; text-decoration:none; } #navMob li.parent { position:relative; } #navMob li .menuIcon, #navMob li li .menuIcon { width:60px; height:74px; background-color:#2f3855; position:absolute; right:0; top:0; bottom:0; cursor:pointer; color: #fff; font-size: 30px; text-align: center; line-height: 77px; font-style: normal; } #navMob li .menuIcon:before, #navMob li li .menuIcon:before { transition: all 0s ease 0ms; -webkit-transition: all 0s ease 0ms; display: block; } #navMob > li > .menuIcon.active:before { transform: rotate(-180deg); -webkit-transform: rotate(-180deg); } #navMob li li .menuIcon, #navMob li li .menuIcon.active { z-index:2; background-color:#522272; } #navMob li li li .menuIcon { z-index:2; display:none; } #navMob li li .menuIcon.active { background-color:#522272; } #navMob li > a:hover, #navMob li.hover > a, #navMob li ul li a:hover, #navMob li ul li > a.selected, #navMob ul a:hover, .noJS #navMob ul a:focus, #navMob ul a.selected, #navMob > li > a:hover, #navMob > li.hover > a, #navMob > li.focus > a { background-color:#434343; color: #fff; } #navMob ul { width:100%; display:none; position:static; transition:none; -webkit-transition:none; } .hasJS #navMob ul { opacity:1; } #navMob > li:hover > ul { display:none; } #navMob ul, #navMob *:hover ul ul, #navMob .hover ul ul, #navMob .focus ul ul { margin-left:0; } #navMob li a { padding-left:15px; padding-right:15px; display:block; line-height:25px; color:#fff; } #navMob li ul li a { padding:10px 55px 10px 20px; display:block; line-height:21px; color:#fff; border:none; font-size:18px; position:relative; } #navMob li ul li a:before { position: absolute; left:0; top:10px; content:"\f105"; font-family:'FontAwesome'; } #navMob > li.MenuLi1 > ul > li > a, .headerScroll #navMob > li.MenuLi1 > ul > li > a, .headerScroll #navMob > li > ul > li > a { padding:8px 60px 8px 20px; font-size:16px; line-height:21px; } #navMob li ul li ul li a { padding-left:38px; } #navMob li ul li ul li ul li a { padding-left:60px; background-position:45px center } #navMob > li > a:hover, #navMob > li.hover > a, #navMob > li.focus > a, #navMob > .highlight > a { background-color:#861a18; color: #fff; } #navMob li ul li a:hover, #navMob li ul li > a.selected, #navMob ul a:hover, .noJS #navMob ul a:focus, #navMob ul a.selected, #navMob ul > .highlight > a, #navMob > li.MenuLi1 > ul > li:hover > a, #navMob > li > ul > li > a:hover, #navMob > li > ul > li.current > a:hover, #navMob > li > ul > li:hover > a { background-color:#313a55; color: #fff; } #navMob .linkIcon, #navMob .linkIconHover, #navMob > li.MenuLi1 > ul > li > a:before { display:none !important; } #navMob .menuFirstNode { display:block; } #navMob li.current ul { display:none; } #navMob li li ul { position:static; width:100%; background:none; visibility:visible; border:0; box-shadow:0 0 0 #000; opacity:1; padding:0; transition:all 0s ease 0s; } #navMob li.megaMenu ul { padding:0; } #navMob li.megaMenu ul li { border:0; float:none; height:auto; line-height:inherit; width:100%; padding:0; } #navMob li > a { font-size:20px; font-weight:500; padding:12px 12px 12px 43px; position:relative; } #navMob li > a:before { position: absolute; left: 25px; top: 11px; content: "\f105"; font-family: 'FontAwesome'; } #navMob li ul { background:#313a55; box-shadow:-7px 0 7px rgba(0, 0, 0, 0.2) inset; position:relative; padding:15px 0; margin:0; } #navMob li ul:after { height:100%; width:60px; position:absolute; right:0; top:0; content:""; background-color:#522272; z-index:1; display:none; } /********* Buttons *********/ input[type="button"], input[type="reset"], button, .button, .btn { display: inline-block; text-decoration:none; margin:0; padding: 18px 45px; line-height: 22px; border:0; color: #fff; font-size:16px; font-weight:500; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; cursor:pointer; font-family: 'Poppins', sans-serif; position:relative; background-color:#F4792A; border:1px solid #F4792A; border-radius:50px; } input[type="button"]:hover, input[type="reset"]:hover, button:hover, .button:hover, .btn:hover, input[type="button"]:focus, input[type="reset"]:focus, button:focus, .button:focus, .btn:focus { background-color:#fff; color:#f96207; } input[type="button"]:focus, input[type="reset"]:focus, button:focus, .button:focus, .btn:focus { outline: 0 none; } .button.resetBtn { background:#6f6f6f; } .button.resetBtn:hover { background:#393939; } .button .fa { margin-left:5px; font-size:20px; } input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, input[type=date], .form-control, select.form-control:not([size]):not([multiple]) { border:0; width:100%; color:#454545; height:44px; padding:0 10px; font-size:16px; line-height:normal; font-family: 'Poppins', sans-serif; background-color:#fff; border:1px solid #dedede; border-radius:0; background: transparent; position: relative; z-index: 1; } input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus, input[type=date]:focus, .form-control:focus { outline: 0 none; } input[type=file] { padding-top: 7px; } .selectWrap { position: relative; } .selectWrap .customSelect { cursor: pointer; color: #252525; height: 44px; border-radius:0; font-size: 16px; } ::-webkit-input-placeholder { opacity:1; } ::-moz-placeholder { opacity:1; } :-ms-input-placeholder { opacity:1; } :-moz-placeholder { opacity:1; } .custom-select { border-radius: 0; height: auto; padding: 0; cursor: pointer; border: 0; display: block; background: none; position:relative; } .custom-select select.form-control, .custom-select select.form-control:not([size]):not([multiple]) { padding-right: 35px; } .custom-select:before { position: absolute; right: 10px; top: 6px; content: "\f107"; font-family: 'FontAwesome'; font-size: 21px; color: #8d2c2b; } select { -moz-appearance: none; -webkit-appearance: none; appearance: none; cursor:pointer; } select::-ms-expand { display: none; } .form-group-select .form-control { background-image:url(../../images/select-arrow-common.jpg); background-repeat:no-repeat; background-position: right center; padding-right:50px; } textarea, textarea.form-control { padding-top:10px; padding-bottom: 10px; } /********* Checkboxes & Radios *********/ .radioList .custom-radio { display: inline-block; vertical-align: middle; margin-right:15px; } .custom-radio .custom-control-input, .custom-radio label, .custom-checkbox .custom-control-input, .custom-checkbox label { cursor: pointer; } .custom-control-label::before { background-color: #fff; border: 1px solid #b2b2b2; width:20px; height: 20px; top:2px; } .custom-radio .custom-control-input:checked ~ .custom-control-label:before { background-color: #8d2c2b; border-color: #8d2c2b; } .custom-control-label:after { width:20px; height: 20px; top:2px; } .custom-control-input:focus ~ .custom-control-label:before { box-shadow: 0 0 0 rgba(0, 0, 0, 0); } .custom-control { padding-left: 1.7rem; } .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before { background-color: #8d2c2b; } .custom-control-input:active ~ .custom-control-label:before { background-color: #fff; } /********* Header *********/ #header { padding: 20px 0; position:fixed; left:0; top:0; width:100%; background-color:#fff; z-index:2; transition: all 250ms ease 0s; -webkit-transition: all 250ms ease 0s; } #header.headerFixed { box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); } .mocLogo { margin-right: 30px; } #navbar-nav li a.registerLink { color:#fff; text-transform:uppercase; background-color:#861a18; border-radius:30px; padding:0 25px; } #navbar-nav li a.registerLink:hover, #navbar-nav li.active a.registerLink { background-color:#f4792b; } #navbar-nav li a.registerLink:before { display:none; } /********* Home Banner *********/ .mainBanner { padding: 40px 0 20px 0; position:relative; margin-top:116px; } .mainBanner .leftBanner { -ms-flex: 0 0 62%; flex: 0 0 62%; max-width: 62%; margin-left: -70px; } .mainBanner .rightBanner { text-align:center; -ms-flex: 0 0 38%; flex: 0 0 38%; max-width: 38%; padding:0 30px; } .mainBanner .topAngle, .mainBanner .bottomAngle { position:absolute; right:0; z-index: -1; } .mainBanner .topAngle { top:0; } .mainBanner .bottomAngle { bottom: 260px; } .triangleShape { width: 0; height: 0; border-top: 200px solid transparent; border-left: 400px solid #851A19; border-bottom: 200px solid transparent; position:absolute; left:0; bottom:23px; z-index:-1; } .dharaEventDate { color:#000; font-size:31px; text-align:center; line-height:1.2; padding-top: 10px; } .dharaEventDate strong { font-weight:700; display:block; } .eventCountdown { margin-top:20px; text-align:center; } .eventCountdown h1 { background-color:#F4792A; border-radius:50px; color:#fff; text-transform:uppercase; padding: 10px 60px; font-size:26px; font-weight:500; font-family: 'Poppins', sans-serif; display:inline-block; margin-bottom:0; letter-spacing: 5px; } .eventCountdownBox { background-color:#851A19; border-radius:12px; padding:15px; margin-top: 25px; } .dateCountdown { display: -ms-flexbox !important; display: flex !important; } .dateCountdown .simply-section { text-align:center; color:#fff; font-size:18px; font-weight:500; -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33%; } .dateCountdown .simply-section .simply-amount { font-size:50px; font-weight:400; display:block; line-height: 1; } .dateCountdown .simply-seconds-section { display:none !important; } .moreText { display:none; } .viewMoreBtn { font-size:18px; cursor:pointer; padding-right:20px; position:relative; text-decoration:none; color: #F4792A; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .viewMoreBtn:hover { color:#242424; } .viewMoreBtn:before { position:absolute; right:0; top:0; content: "\f107"; font: normal normal normal 24px/1 FontAwesome; } .viewMoreBtn.lessText:before { content: "\f106"; } .graySection { background-color:#F6F5F5; } .shceduleTitle { font-size:18px; color:#fff; background-color:#F4792A; padding: 10px 25px; margin-right:10px; font-family: 'droid_serif'; font-weight:700; } .scheduleTableWrap { border:1px solid #C2C2C2; box-shadow: 5px 0px 30px rgba(0, 0, 0, 0.14); padding: 15px 25px; margin-bottom:25px; } .scheduleTable { margin-bottom:0; } .scheduleTable td { padding: 13px 10px; border-bottom:1px solid #C2C2C2; } .scheduleTable tr:last-child td { border-bottom:0; } .scheduleTable td { padding-left:0; } .scheduleTable strong, .scheduleTable tr td:first-child { font-weight:600; } .scheduleTable .dash { display:inline-block; margin: 0 15px; } .scheduleTable tr td:first-child { width:170px; } .scheduleTable tr td:nth-child(2) { width:450px; } .scheduleTableWrap.breakTable { border-color:#F4792A; padding-bottom: 3px; padding-top: 3px; } /******** Speakers Start ***********/ .speakersList ul { margin: 0 -20px; padding: 0; list-style: none; text-align: center; display: flex; flex-wrap: wrap; } .speakersList ul li { width: 25%; padding: 0 20px; margin-bottom:50px; } .speakersList ul li span { display:block; } .speakersSlider { display: none; } .speakers-detail { text-align: center; } .speaker-data { text-align: center; text-decoration:none; display: block; } .speakersList .speaker-data .imgHolder { border-radius: 30px; margin: 0 0 25px 0; transition: all 0.3s ease-out; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12); overflow:hidden; display:block; } .speakersList .speaker-data img { width:100%; } .speakersList .speaker-data img, .speakersList .speaker-data .speakers-detail h4, .speakersList .speaker-data .speakers-detail span, .speakersList .speaker-data .speakers-detail a.video-button { transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .speakersList .speaker-data .speakers-detail .speakerName { font-size: 19px; margin-bottom:6px; color: #2B304E; line-height: 25px; font-weight:700; font-family: 'droid_serif'; } .speakersList .speaker-data .speakers-detail .speakerDeg { color: #606060; margin: 0 0 10px; display: block; line-height: 25px; } .speakersList .speaker-data .speakers-detail .video-button { text-decoration: none; line-height: 25px; border: 1px solid #F4792A; padding: 5px 21px; border-radius: 18px; vertical-align: middle; align-items: center; justify-content: center; display:inline-block; display:none !important; } .speakersList .speaker-data .speakers-detail .video-button .fa { margin-right:6px; } .speakersList .speaker-data:hover .speakers-detail .video-button { color:#fff; background-color:#F4792A; } .speakersList .speaker-data:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); } .speakersList .speaker-data:hover .speakers-detail .speakerName, .speakersList .speaker-data:hover .speakers-detail .speakerDeg { color:#F4792A; } .speakerModalBox { padding:25px; background-color:#fff; max-width:1024px; width:100%; margin: 0 auto; box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); margin-bottom:10px; } .speakerModalBox .speakerPhoto { width:250px; float:left; margin: 0 20px 20px 0; } .speakerModalBox .speakerPhoto img { border: 2px solid #ccc; } .speakerModalBox h2 { font-size:25px; padding-bottom:0; margin-bottom:8px; } .speakerModalBox h3 { font-size:17px; margin-bottom:20px; } .speakerModalBox h2:before { display:none; } .speakerVideoBox { padding: 10px; background-color: #F6F5F5; margin-top:30px; } .speakerVideoBox iframe { width:100%; height:250px; display:block; background-color:#000; } .speakerVideoBox .imgHolder { position: relative; z-index: 1; background-color: #000; cursor:pointer; } .speakerVideoBox .imgHolder img, .speakerVideoBox .imgHolder .fa { transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .speakerVideoBox .imgHolder img { width: 100%; } .speakerVideoBox .imgHolder .fa { width: 60px; height: 60px; border-radius: 50%; background-color: #fff; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #2c314f; cursor: pointer; font-size: 27px; line-height: 59px; padding-left: 6px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .speakerVideoBox .popupVideoIframe { position: absolute; left: 0; top: 0; height: 100%; width: 100%; opacity: 0; visibility: hidden; } .speakerVideoBox .imgHolder.videoPlay .popupVideoIframe { opacity: 1; visibility: visible; z-index: 1; } .speakerVideoBox .popupVideoIframe iframe { width: 100%; height: 100%; } .speakerVideoBox .imgHolder.videoPlay img, .speakerVideoBox .imgHolder.videoPlay .fa { opacity: 0; visibility: hidden; } /******** Speakers end ***********/ /******* Register Form Start *********/ .register { background: #F3F3F3; } .registerForm { position:relative; } .registerForm label { line-height: 25px; margin: 0 0 5px; } .registerForm .form-group { margin-bottom: 30px; } .registerForm .required label:after { content: '*'; margin: 0 0 0 5px; color: #ff0000; } .register .registerForm .form-control, .register .registerForm select.form-control { border: 1px solid #A8A8A8; background: #fff; border-radius: 5px; height: 60px; padding: 10px; color: #333; font-size: 16px; line-height: 25px; } .register .registerForm .form-control:focus, .register .registerForm select.form-control:focus { outline: none; box-shadow: 0 0 0; border: 1px solid #861a18; } /*.register .registerForm select.form-control {background: #fff url(../images/down-arrow.png)no-repeat;background-position: 97% center;background-size: 14px;}*/ .registerForm .form-group .captcha { display: flex; vertical-align: middle; align-items: center; } .registerForm .form-group .captcha .captcha-enter { display: flex; vertical-align: middle; align-items: center; width: calc(100% - 75px); } .registerForm .form-group .captcha .captcha-enter img { background: #fff; margin: 0 0 0 15px; border: 1px solid #A8A8A8; padding: 6px; border-radius: 5px; height: 60px; } .registerForm .form-group .captcha a.reloadCaptcha { margin: 0 0 0 20px; } .form-submit { margin: 30px 0 0; } .registerForm .formCaptcha { position: relative; padding-right: 245px; } .registerForm .formCaptcha .captchImg { position: absolute; right: 0; top:0; } .registerForm .formCaptcha .captchImg img { width:185px; margin-right:10px; } .registerForm .formCaptcha .refreshIcon { font-size: 35px; text-decoration: none; position: relative; top: 6px; color: #851a19; } .customSelectWrap { position: relative; } .customSelectWrap::before { position: absolute; right: 10px; top: 12px; content: "\f107"; font-family: 'FontAwesome'; font-size: 23px; color: #777; z-index:2; } .registerForm .mandatoryLine { position:absolute; right:0; top:-70px; font-style:italic; } .registerForm .button { margin-top: 15px; } .form-group { position: relative; } .form-group .error { position: absolute; left: 5px; background: #ff0000; color: #fff !important; border-radius: 3px; padding: 2px 10px; font-size: 13px; z-index: 1; bottom: -14px; } .form-group .error:after { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #f00; position: absolute; content: ""; left: 15px; top: -5px; } /******* Register Form end *********/ .footer { background:#851A19; padding:25px 0; } ul.footer-privacy-link { margin-bottom: 10px; } ul.footer-privacy-link li { display:inline-block; font-size:0.813em; } ul.footer-privacy-link li span { color: #fff; padding: 0 5px; } ul.footer-privacy-link li a { color: #fff; text-decoration:none; } ul.footer-privacy-link li a:hover { color: #F4792A; } .copyright p { color: #fff; font-size:0.813em; margin-bottom:0; } .mb-10 { margin-bottom:10px!important; } .successMessage { position:fixed; left:0; top:0; width:100%; padding: 19px 15px; background-color:#3db74c; color:#fff; z-index: 3; text-align: center; } .successMessage strong { font-size:35px; display:block; font-weight:700; } .successMessage p { margin-bottom:0; font-size:18px; } .disablePopup { pointer-events: none; } .eventCountdown h1 a { color:#fff; text-decoration:none; } .eventCountdownBox a { display:inline-block; color:#fff; text-decoration:none; font-size:29px; } .eventCountdownBox a br { display:none; } .eventCountdown h1 a:hover, .eventCountdownBox a:hover { text-decoration:underline; }
