Google
Edit File: style.css
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i"); /* @import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"); @import url("https://fonts.googleapis.com/css2?family=Courgette:wght@400;700&display=swap"); */ @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500&display=swap"'); /* @import url('../fonts/gilroy/stylesheet.css'); */ /* ============================== */ /* Typography ================================================== */ body { font-family: "Roboto", sans-serif; line-height: 26px; font-size: 16px; color: #171718; } html, body{ overflow-x: hidden; } h1, h2, h3, h4, h5, h6 { color: #171718; font-family: "Roboto", Sans-serif; } h1, h2, h3 { font-family: "Poppins"; } h1 { font-size: 36px; line-height: 36px; font-weight: 900; } h2 { font-size: 30px; line-height: 36px; font-weight: 700; } h3 { font-size: 24px; margin-bottom: 20px; font-weight: 700; } h4 { font-size: 18px; line-height: 28px; font-weight: 700; } h5 { font-size: 14px; line-height: 24px; } p { font-size: 18px; line-height: 26px; padding-top: 15px; margin: 0; font-weight: 400; } p:first-of-type{padding-top: 0px;} .autoDiv{ margin-left: auto; margin-right: auto; } .customBtnDouble{ display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height: 1.5em; background-color: #CB3931; color: #fff; font-size: 16px; font-weight: 500; font-family: "Roboto", sans-serif; border-radius: 5px; position: relative; outline: none; border: none; margin-top: 35px; padding: 13px 50px; text-transform: capitalize; z-index: 0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .customBtnDouble:hover{ color: #FFF; } .customBtnDouble:after { content: ""; position: absolute; height: 100%; width: 100%; border-radius: inherit; background-color: inherit; opacity: 0.5; z-index: -1; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; top: 6px; left: 6px; } .customBtnDouble:hover:after { top: -6px; } .breadcrumbSection{background: url(img/breadcrumbBG.png);background-size: cover;background-repeat: no-repeat;height: 240px;color: #FFF;position: relative;padding: 0 !important;} .breadcrumbSection .bracdcrumbBlocks { display: block; background: rgba(23,23,24,.9); height: 100%; padding: 160px 0 0; } .breadcrumbSection .bracdcrumbBlocks .section-title-area h1.sub-title{position: relative;margin-bottom: 5px;text-transform: uppercase;} .breadcrumbSection .bracdcrumbBlocks .section-title-area h1.sub-title::after{content: '';width: 28px;height: 3px;border-radius: 5px;position: absolute;right: -40px;top: 12px;background-color: #0DAE4B;} .breadcrumbSection .bracdcrumbBlocks .section-title-area .breadcrumbNav > ul{margin: 0;padding: 0;} .breadcrumbSection .bracdcrumbBlocks .section-title-area .breadcrumbNav > ul > li{margin: 0;padding: 0 0 0 20px;list-style: none;display: inline-block;position: relative;} .breadcrumbSection .bracdcrumbBlocks .section-title-area .breadcrumbNav > ul > li:first-of-type{padding-left: 0;} .breadcrumbSection .bracdcrumbBlocks .section-title-area .breadcrumbNav > ul > li:first-of-type::before{display: none;} .breadcrumbSection .bracdcrumbBlocks .section-title-area .breadcrumbNav > ul > li::before{content: '/'; display: block; position: absolute; left: 5px; top: 1px; font-size: 13px;} .breadcrumbSection .bracdcrumbBlocks .section-title-area .breadcrumbNav > ul > li > a{color: #FFF;text-transform: capitalize;font-weight: 500; font-size: 16px;} .breadcrumbSection .bracdcrumbBlocks .section-title-area .breadcrumbNav > ul > li > a[href]:hover{color: #0DAE4B;} .breadcrumbSection .bracdcrumbBlocks .section-title-area .breadcrumbNav > ul > li > a:not([href]){color: #CB3931;} /* Global styles ================================================== */ html { overflow-x: hidden !important; width: 100%; height: 100%; position: relative; text-rendering: optimizeLegibility; } body { border: 0; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ul { padding: 0; margin: 0; } li { list-style-type: none; } a:link, a:visited { text-decoration: none; } a { color: #0dae4b; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; } a:hover { text-decoration: none; color: #0dae4b; } a.read-more { color: #0dae4b; font-weight: 700; } a.read-more:hover { color: #222; } .body-color { background: #161362; color: #fff; } b, strong{ color: #CB3931; } .body-inner { padding: 0; overflow: hidden; } section, .section-padding { padding: 50px 0; position: relative; } .section-bg { background: #f9fafc; } .no-padding { padding: 0; } .p-60 { padding: 60px 0; } .media > .pull-left { margin-right: 20px; } .gap-60 { clear: both; height: 60px; } .gap-40 { clear: both; height: 40px; } .gap-30 { clear: both; height: 30px; } .gap-20 { clear: both; height: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-55 { margin-bottom: 55px; } .mb-60 { margin-bottom: 60px; } .mb-70 { margin-bottom: 70px; } .mb-100 { margin-bottom: 100px; } .mt-60 { margin-top: 60px; } .mrb-30 { margin-bottom: 30px; } .mrb-80 { margin-bottom: -80px; } .ml-60 { margin-left: 60px; } .ml-200 { margin-left: 200px; } .mr-70 { margin-right: 70px; } .mr-80 { margin-right: 80px; } .mr-100 { margin-right: 100px; } .ml-70 { margin-left: 70px; } .mr-70 { margin-right: 70px; } .mr-80 { margin-right: 80px; } .mr-100 { margin-right: 100px; } .mrt-0 { margin-top: 0 !important; } .mt-80 { margin-top: 80px; } .mb-0 { margin-bottom: 0px; } .pab { padding-bottom: 0; } .pd-120 { padding: 0 120px !important; } .pr-160 { padding-right: 160px; } .pt-80 { padding-top: 80px; } .pt-100 { padding-top: 100px; } .pb-100 { padding-bottom: 100px; } .pb-0 { padding-bottom: 0px; } .pb-50 { padding-bottom: 50px; } .ptb-100 { padding-top: 100px; padding-bottom: 100px; } .p-150 { padding: 150px 0px !important; } .p-70 { padding-bottom: 70px; } a:focus { outline: 0; } img.pull-left { margin-right: 20px; margin-bottom: 20px; } img.pull-right { margin-left: 20px; margin-bottom: 20px; } .unstyled { list-style: none; margin: 0; padding: 0; } .pb-130 { padding-bottom: 130px; } img { max-width: 100%; } /* Dropcap */ .dropcap { font-size: 48px; line-height: 60px; padding: 0 7px; float: left; font-weight: 700; margin: 5px 15px 5px 0; position: relative; text-transform: uppercase; } .btn { font-size: 16px; font-weight: 700; color: #fff; text-transform: uppercase; background: #0dae4b; height: 50px; padding: 0 35px; line-height: 50px; border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; outline: none; text-decoration: none; cursor: pointer; } .btn:focus { outline: none; } .btn:hover { color: #fff; background: #d20055; } .btn.fill { background: transparent; padding: 0 25px; color: #fff; margin-left: 20px; border: 2px solid #fff; } .btn.fill:hover { background: #0dae4b; border-color: #0dae4b; } .col-lg-12.test { padding: 0px 20px 0px 0px; } .btn.btn-round { border-radius: 36px; -webkit-border-radius: 36px; -ms-border-radius: 36px; } .btn i { padding-left: 5px; } .btn-link { font-size: 16px; font-weight: 700; color: #222222; text-decoration: none !important; } .btn-link i { margin-left: 6px; position: relative; top: 2px; } .btn-link:hover { color: #0dae4b; } .btn-link-box { border: 1px solid #fff; padding: 0px 25px; color: #fff; display: inline-block; height: 40px; line-height: 40px; } .btn-link-box:hover { background-color: #e7015e; border-color: #e7015e; color: #fff; } .color-violet { background: #8000FF; color: #fff; } .color-sin { background: #FFAC27; color: #fff; } .section-title, .column-title { font-weight: 800; position: relative; padding-bottom: 30px; text-align: center; color: #171718; margin-bottom: 80px; } .section-title:after, .column-title:after { position: absolute; left: 0; top: 0; content: ""; right: 0; background-image: url(../images/shap/title.png); background-repeat: no-repeat; background-size: center center; background-position: contain; width: 70px; height: 10px; top: auto; bottom: 0; margin: auto; } ul.termul { font-size: 18px; font-weight: 400; } .privacyp { padding-bottom: 30px; } .termul li { list-style: disc; margin-left: 40px; padding-bottom: 0px !important; padding-top: 15px !important; } .newterm li { padding-bottom: 20px; } .newterm ol { padding-left: 0px; } .term1 p{ text-align: left; } section.term1 { padding-bottom: 0px !important; } .testterm { padding-bottom: 15px; } ol.termol { font-size: 18px; font-weight: 400; } .termol li { list-style: auto; margin-left: 40px; padding-bottom: 0px !important; padding-top: 15px !important; } .section-title span, .column-title span { display: block; font-size: 14px; font-family: "Roboto", sans-serif; font-weight: 400; line-height: 26px; color: #888888; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 10px; margin-top: -5px; } .section-title.white, .column-title.white { color: #fff; } .section-title.white:after, .column-title.white:after { background-image: url(../images/shap/title-white.png); } .section-title.white span, .column-title.white span { color: #fff; } .bgBlueDark{ background-color: #232e48; } .title-area { /* max-width: 650px; */ padding-bottom: 0; } .title-area p { font-size: 18px; font-weight: 400; } .ts-title { color: #171718; font-weight: 700; margin: 0; } .banner-title { font-size: 70px; color: #fff; line-height: 74px; letter-spacing: -2.1px; font-weight: 700; } .section-heading { color: #171718; font-weight: 600; margin: 0; font-size: 22px; line-height: 36px; letter-spacing: -1.68px; padding-bottom: 24px; } .section-heading span { background-color: #e31e26; padding: 7px 10px; font-size: 36px; color: #FFF; border-radius: 3px; margin-right: 10px; } .md { font-size: 56px; line-height: 62px; letter-spacing: -1.68px; padding-bottom: 24px; } .sm { font-size: 26px; color: #171718; font-family: "Roboto", Sans-serif; margin: 0; transition: all ease 0.5s; } .watermark-title { color: #F8F6F4; font-family: "Roboto", Sans-serif; font-size: 330px; font-weight: 700; line-height: 0.8em; letter-spacing: -9.9px; } .sub-title { color: #0dae4b; font-family: "Poppins", Sans-serif; font-size: 28px; letter-spacing: -0.5px; display: inline-block; font-weight: 600; padding-bottom: 0; text-transform: capitalize; line-height: 28px; margin-bottom: 20px; } .eco-title{ color: #CB3931; font-family: "Roboto", Sans-serif; font-size: 18px; letter-spacing: -0.5px; display: inline-block; font-weight: 600; padding-bottom: 0; text-transform: capitalize; line-height: 26px; margin-bottom: 20px; } .normal-sub-title { color: #888888; font-family: "Roboto", Sans-serif; font-size: 14px; font-weight: 400; line-height: 26px; letter-spacing: 1.4px; } .section-title-area { padding-bottom: 0; } .section-title-area p { font-size: 18px; } .title-bg { position: relative; } .title-bg .watermark-title { position: absolute; top: -160px; left: 0; z-index: -1; } .section-title, .column-title { font-size: 36px; font-weight: 800; position: relative; padding-bottom: 30px; text-align: center; } .hidden-title { position: absolute; left: 0; top: 0; bottom: 0; margin: auto; transform: rotate(180deg); } .gradient { position: relative; } .gradient:before { position: absolute; left: 0; top: 0; background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%); width: 100%; height: 100%; content: ""; opacity: 0.902; } .overlay:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background: rgba(0, 0, 0, 0.5); } .about-video { position: relative; } .visionSection{ background: url(img/our-vision-new-bg.png); background-size: cover; padding: 50px 0; position: relative; } .visionSection:before { content: ''; background: rgba(23,23,24,.85); position: absolute; width: 100%; height: 100%; display: block; top: 0; } .visionSection .aboutOverlayPatch{ position: relative; padding: 0 50px; color: #FFF; } .visionSection .aboutOverlayPatch .title-area{position: relative;} .videoSection{ background-image: url(img/slipBg.png); background-size: cover; padding: 50px 0; } .videoSection .videoContainer{ display: -webkit-box; display: -ms-flexbox; display: flex; } .videoSection .videoGrid { width: 273px; position: relative; padding: 0px; margin-left: 15px; border-radius: 25px; overflow: hidden; } .videoSection .videoGrid:before { content: ''; display: block; background-color: rgb(0 0 0 / 64%); z-index: 0; width: 100%; height: 100%; position: absolute; } .videoSection .videoGrid:first-of-type{margin-left: 0;} .videoSection .videoGrid .videoMask { object-fit: cover; } .videoSection .videoGrid .title-area { z-index: 3; display: block; position: absolute; width: 100%; bottom: 30px; } .videoSection .videoGrid .title-area .sub-title{color: #ffffff; font-size: 20px; line-height: 26px; padding: 0 15px; width: 100%; margin-bottom: 15px;} .videoSection .videoGrid .title-area .customBtnDouble{margin-top: 0;} .ourMissionSection .aboutOverlayPatch{ position: absolute; right: 0; bottom: 50px; width: 70%; background: #FFF; border-radius: 15px; padding: 50px; box-shadow: -4px 4px 4px rgba(0,0,0,.25); } .ourMissionSection .aboutOverlayPatch .title-area{position: relative;} .ourMissionSection .aboutOverlayPatch .title-area:before { content: ''; background: url(img/quoteLeft.svg); display: block; width: 234px; height: 167px; position: absolute; right: -50px; top: -50px; transform: rotateY(180deg); } .ourMissionSection .about-zigzag{ border-radius: 25px; overflow: hidden; } .ourMissionSection .about-zigzag:before { content: ''; display: block; background: url(img/funfact-dot-bg.png); position: absolute; right: calc(100% - 860px); bottom: -40px; width: 121px; height: calc(121px * 4); z-index: -1; } .visionSection .aboutOverlayPatch .title-area ul{ margin-left: 30px; margin-top: 10px; } .visionSection .aboutOverlayPatch .title-area ul li { list-style: unset; } /* .about-video:before { background-image: -webkit-gradient(linear, left top, right top, from(#E31E26), color-stop(65%, rgba(115, 0, 47, 0.35)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, #E31E26 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%); background-image: -o-linear-gradient(left, #E31E26 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%); background-image: linear-gradient(90deg, #E31E26 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%); background-image: -webkit-linear-gradient(90deg, #E31E26 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%); background-image: -ms-linear-gradient(90deg, #E31E26 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%); position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%; } */ .cfcmSection{background: #F8f8f8;} .cfcmSection .servicesOverlayPatch .title-area { position: relative; } .cfcmSection .servicesOverlayPatch .title-area ul { margin-left: 30px; margin-top: 10px; } .cfcmSection .servicesOverlayPatch .title-area ul li { list-style: unset; } .about-video img { width: 100%; border-radius: 25px; object-fit: none; } .video-btn { right: 0; position: absolute; left: 0; top: 50%; margin: auto; text-align: center; color: #fff; font-size: 80px; -o-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; width: 80px; height: 80px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } /* Pagination */ .pages { margin-bottom: -5px; text-align: center; } .pages .pagination { margin: 0; justify-content: center; } .pages .pagination li:first-child a, .pages .pagination li:last-child a { border-radius: 50%; } .pages .pagination li a { border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; margin-right: 8px; color: #7c7c7c; width: 40px; height: 40px; padding: 10px 0; } .pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover { color: #fff; background: #ff0763; border: 1px solid transparent; } .color-primary { color: #ff057c !important; } .body-inner .container-fluid { padding: 0 60px; } /* */ /*========================== header area ===========================*/ .header{ padding: 0 60px; } .header .navbar { padding: 10px 15px 5px; } .header .navbar-brand { padding: 0; } .header ul.navbar-nav > li{position: relative;} .header ul.navbar-nav > li > a { font-weight: 700; font-size: 14px; height: 50px; line-height: 40px; padding: 5px 12px; text-transform: uppercase; display: block; } .header ul.navbar-nav > li > a:hover { color: #0dae4b; } .header ul.navbar-nav > li.header-ticket { margin-top: 0; } .header ul.navbar-nav > li.header-ticket .ticket-btn { height: 50px; line-height: 40px; padding: 5px 30px; background: #0dae4b; margin-left: 30px; font-size: 15px; color: #fff; border-radius: 0; } .header ul.navbar-nav > li.header-ticket .ticket-btn i { padding-left: 5px; } .header ul.navbar-nav > li.header-ticket .ticket-btn:hover { background: #E31E26; } .header ul.navbar-nav li .dropdown-menu { padding: 10px 20px; min-width: 280px; margin: 0; border-radius: 0; background: #FFF; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); border: none; } .header ul.navbar-nav li .dropdown-menu li a { padding: 12px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.07); font-size: 14px; display: block; color: #1c1c24 !important; font-weight: 500; } .header ul.navbar-nav li .dropdown-menu li a:hover { color: #CB3931 !important; } .header ul.navbar-nav li .dropdown-menu li:last-child a { border-bottom: none; } .header.header-transparent { background: #fff; border-bottom: 1px solid #F4f4f4; } .header.header-transparent .navbar-brand { padding: 0; } .header.header-transparent .navbar-brand img { vertical-align: top; width: 150px; } .header.header-transparent ul.navbar-nav { position: relative; } .header.header-transparent ul.navbar-nav > li > a { color: #1c1c24; position:relative; z-index: 1; } /* nav hover effect */ /* .header.header-transparent ul.navbar-nav > li:not(.header-ticket) > a, .header.header-transparent ul.navbar-nav > li:not(.header-ticket) > a:after, .header.header-transparent ul.navbar-nav > li:not(.header-ticket) > a:before { transition: all .5s; } .header.header-transparent ul.navbar-nav > li:not(.header-ticket) > a:hover { color: #FFF9E7; } .header.header-transparent ul.navbar-nav > li:not(.header-ticket) > a:after { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 100%; height: 1px; content: '.'; color: transparent; background: #E31E26; visibility: none; opacity: 0; z-index: -1; } .header.header-transparent ul.navbar-nav > li:not(.header-ticket) > a:hover:after { opacity: 1; visibility: visible; height: 100%; } */ /* Keyframes */ @-webkit-keyframes fill { 0% { width: 0%; height: 1px; } 50% { width: 100%; height: 1px; } 100% { width: 100%; height: 100%; background: #333; } } /* Keyframes */ @-webkit-keyframes circle { 0% { width: 1px; top: 0; left: 0; bottom: 0; right: 0; margin: auto; height: 1px; z-index: -1; background: #eee; border-radius: 100%; } 100% { background: #aaa; height: 5000%; width: 5000%; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; margin: auto; border-radius: 0; } } /* nav active set here */ /* if not active */ .menu1 li:before { content: ""; position: absolute; display: block; border: 0px solid transparent; top: 20px; left: 50%; border-top: 2px solid transparent; border-left: 2px solid transparent; width: 0%; height: 0%; transition: all 0.3s ease; opacity: 0; } .menu1 li:after { content: ""; position: absolute; display: block; border: 0px solid transparent; width: 0%; height: 0%; transition: all 0.3s ease; bottom: 20px; right: 50%; border-bottom: 2px solid transparent; border-right: 2px solid transparent; opacity: 0; } .menu1 li:before { } .menu1 li:after { } /* when hover */ /* .menu1 li:hover:before{ width: 10px; height: 10px; border-color: #e31e26; top: 0; left: 0; opacity: 1; } .menu1 li:hover:after { width: 10px; height: 10px; border-color: #e31e26; bottom: 0; right: 0; opacity: 1; } body.home .menu1 li.activeHome::before, body.aboutUs li.activeAbout::before, body.client li.activeClient::before, body.contact li.activeContact::before, body.galleryBody li.activeGallery::before, body.services li.activeServices::before{ width: 10px; height: 10px; border-color: #e31e26; top: 0; left: 0; opacity: 1; } body.home .menu1 li.activeHome::after, body.aboutUs li.activeAbout::after, body.client li.activeClient::after, body.contact li.activeContact::after, body.galleryBody li.activeGallery::after{ width: 10px; height: 10px; border-color: #e31e26; bottom: 0; right: 0; opacity: 1; } body.services li.activeServices::after { width: 10px; height: 10px; border-color: #e31e26; } */ body.home .header.header-transparent ul.navbar-nav > li.activeHome > a, body.aboutUs .header.header-transparent ul.navbar-nav > li.activeAbout > a, body.clients .header.header-transparent ul.navbar-nav > li.activeClient > a, body.events-executed .header.header-transparent ul.navbar-nav > li.events-executed > a, body.partner-brands .header.header-transparent ul.navbar-nav > li.partner-brands > a, body.contact-us .header.header-transparent ul.navbar-nav > li.activeContact > a, body.mobile-app .header.header-transparent ul.navbar-nav > li.activeMobile > a, body.services .header.header-transparent ul.navbar-nav > li.activeServices > a{color: #e31e26;} body .header.header-transparent ul.navbar-nav > li:hover a, body.home .header.header-transparent ul.navbar-nav > li.activeHome > a:hover, body.aboutUs .header.header-transparent ul.navbar-nav > li.activeAbout > a:hover, body.clients .header.header-transparent ul.navbar-nav > li.activeClient > a:hover, body.events-executed .header.header-transparent ul.navbar-nav > li.events-executed > a:hover, body.partner-brands .header.header-transparent ul.navbar-nav > li.partner-brands > a:hover, body.contact-us .header.header-transparent ul.navbar-nav > li.activeContact > a:hover, body.mobile-app .header.header-transparent ul.navbar-nav > li.activeMobile > a:hover, body.services .header.header-transparent ul.navbar-nav > li.activeServices > a:hover{color: #e31e26;} /* nav active ends here */ /* nav hover effect ends */ .header.header-transparent.nav-border { border-bottom: 1px solid #363d8a; padding: 10px 0; } .header.header-transparent.nav-border .navbar { padding: 0px 0; } .header.header-transparent.nav-border ul.navbar-nav > li.header-ticket .ticket-btn { background: #26a1ff; } .header.sticky { position: fixed; left: 0; top: 0; width: 100%; z-index: 999999; background: rgba(26, 24, 49, 0.95); padding: 5px 0; } .header.sticky .navbar { padding: 0 15px; } .header.sticky.fade_down_effect { animation-name: fadeInDown; animation-duration: 1s; animation-fill-mode: both; animation-delay: 0.1s; padding: 7px 60px; box-shadow: 0 8px 17px rgba(0, 0, 0, 0.07); } .header.sticky.header-classic { background: #fff; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); padding: 0; } .header.sticky { background-color: #fff; } .dropdown-menu.show { display: none; } @media (min-width: 991px) { .header ul.navbar-nav li:hover > .dropdown-menu { display: block; border: none; } } /*========================== hero area start ===========================*/ .hero-area { padding: 0 !important; background-size: cover !important; background-repeat: no-repeat !important; background-position: 100% !important; margin-bottom: 0; height: calc(100vh - 127px); overflow: hidden; } section.hero-area:before { content: ''; background: rgba(23,23,24,.5); position: absolute; width: 100%; height: 100%; z-index: 1; display: block; } /*.hero-area .video-fullScreen {*/ /* width: 100%;*/ /* height: auto;*/ /*}*/ .hero-area { position: relative; height: 100vh; width: 100%; overflow: hidden; } .video-fullScreen { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: fill; transform: translate(-50%, -50%); z-index: -1; } .video-popup-btn { position: absolute; top: 50%; right: 11%; transform: translate(-50%, -50%); } .video-popup-btn a { color: #fff; font-size: 27px; border-style: solid; border-width: 2px 2px 2px 2px; border-color: rgba(255, 255, 255, 0.2); border-radius: 50px 50px 50px 50px; padding: 26px 28px 25px 29px; } .ts-speaker-popup.video-popup { background: transparent; } .ts-speaker-popup.video-popup button.mfp-close { position: absolute; right: 11%; top: -33px; color: #fff; } .hero-content-wrapper { width: 64%; background: rgb(13,174,75); background: -moz-linear-gradient(90deg, rgba(13,174,75,1) 0%, rgba(13,174,75,0) 100%); background: -webkit-linear-gradient(90deg, rgba(13,174,75,1) 0%, rgba(13,174,75,0) 100%); background: linear-gradient(90deg, rgba(13,174,75,1) 0%, rgba(13,174,75,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0dae4b",endColorstr="#0dae4b",GradientType=1); padding-top: 200px; } .hero-content-wrapper .hero-content { padding-left: 130px; } .hero-content-wrapper .title-section-area { position: relative; max-width: 650px; } .hero-content-wrapper .title-section-area .lg { position: relative; margin-bottom: 20px; } .hero-content-wrapper .title-section-area .sub-title { position: absolute; left: -107px; top: 37px; transform: rotate(-90deg); color: #fff; font-size: 42px; letter-spacing: -2.52px; padding-bottom: 0; font-weight: 400; } .hero-content-wrapper .title-section-area .sub-title::before { content: ""; height: 2px; width: 57px; background: #fff; position: absolute; top: 38px; left: -73px; } .hero-content-wrapper .title-section-area p { color: #fff; margin-bottom: 38px; font-size: 18px; } .hero-content-wrapper .button-and-social-area { overflow: hidden; padding-bottom: 130px; position: relative; display: flex; } .hero-content-wrapper .button-and-social-area .customView-btn .btn { color: #FFF; } .hero-content-wrapper .button-and-social-area .register-btn { background: #FFAC27; border: 2px solid #FFAC27; border-radius: 0; } .hero-content-wrapper .button-and-social-area .register-btn:hover { background: transparent; border: 2px solid #fff; } .hero-content-wrapper .button-and-social-area .social-icons { position: relative; padding-left: 108px; margin-left: 30px; margin-top: 10px; } .hero-content-wrapper .button-and-social-area .social-icons li { display: inline-block; margin-right: 12px; } .hero-content-wrapper .button-and-social-area .social-icons li a { color: #fff; } .hero-content-wrapper .button-and-social-area .social-icons li a:hover { color: #FFAC27; } .hero-content-wrapper .button-and-social-area .social-icons::before { content: ""; height: 2px; width: 80px; background: #ffff; position: absolute; top: 10px; left: 0; } .hero-content-wrapper .banner-info-meta { padding-bottom: 20px; } .hero-content-wrapper .banner-info-meta li { display: inline-block; margin-right: 45px; } .hero-content-wrapper .banner-info-meta li p { color: #fff; font-size: 18px; font-weight: 500; } .scrollSection{cursor: pointer;} /*========================== hero area end ===========================*/ /*========================== business event area start ===========================*/ .innerParentMiddleContent{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 100%; } .innerMiddleContent{ -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100%; } .funfact-dots-right-middle:after { background: url(img/funfact-dot-bg.png) no-repeat; background-position: top right; content: ''; display: block; width: 121px; height: 153px; position: absolute; top: 30%; right: -58px; z-index: 1; transform: rotate(43deg); } .funfact-dots-left-top:before { background: url(img/funfact-dot-bg.png) no-repeat; background-position: top left; content: ''; display: block; width: 121px; height: 153px; position: absolute; top: -73px; left: -58px; z-index: 1; transform: rotate(43deg); } .funfact-dots-right-bottom:after { background: url(img/funfact-dot-bg.png) no-repeat; background-position: bottom right; content: ''; display: block; width: 121px; height: 153px; position: absolute; bottom: -58px; right: -58px; z-index: 1; transform: rotate(43deg); } .business-event-area { /* overflow: hidden; */ } .business-event-area .title-md { padding-bottom: 10px; } .business-event-area .info-box .box-content { padding: 40px 30px 10px 30px; text-align: center; width: 100%; } .business-event-area .info-box .box-content h2 { font-size: 52px; color: #fff; margin-bottom: 15px; display: inline-block; font-family: "Roboto", Sans-serif; } .business-event-area .info-box .box-content span { display: block; margin-bottom: 30px; } .business-event-area .info-box .box-content .month { margin-bottom: 15px; position: relative; padding-bottom: 12px; } .business-event-area .info-box .box-content .month::after { content: ""; height: 2px; background: #fff; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 30px; } .business-event-area .info-box .box-content.color-violet { margin-left: -30px; margin-top: -30px; } .business-event-area .info-box .box-content.color-sin { margin-left: -30px; margin-bottom: -30px; } .whyUs{background-color: ;} /*========================== business event area end ===========================*/ /*========================== Counter area start ===========================*/ .counter { padding-top: 100px; } /*========================== Counter area end ===========================*/ /*========================== business conference area start ===========================*/ .business-conference { background: #f8f8f8 ; padding-bottom: 100px; background-size: cover; background-position: center center; } .business-conference .section-title-area { margin:0 45px 0 0; } .business-conference .section-title-area .sub-title { color: #0dae4b; display: inline-block; } .business-conference .section-title-area .title-md { margin: 0 auto; } .business-conference .section-title-area p { font-size: 18px; } .single-item { background: #fff; box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08); } .single-item .content { padding: 50px 15px 25px 50px; } .single-item .content .ts-title { margin-bottom: 15px; } .single-item .content p { margin-bottom: 22px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; } .single-item .content .btn { background: none; color: #171718; padding: 0; box-shadow: none; position: relative; z-index: 1; } .single-item .content .btn::after { content: ""; height: 5px; width: 98px; background: #FFAC27; position: absolute; left: 0; bottom: 15px; z-index: -1; transition: all 0.4s ease; } .single-item .content .btn:hover::after { width: 15px; } .single-item .item-image { overflow: hidden; text-align: center; } .single-item .item-image img { transition: all 0.5s ease; } .single-item:hover .item-image img { transform: scale(1.1); } /*========================== business conference area end ===========================*/ .innerDivCarousel { background: url(img/innerBG.png) no-repeat; position: absolute; left: -45px; bottom: -43px; z-index: 1; width: 380px; height: 300px; background-size: contain; } .innerDivCarousel-block-two{ position: relative; } .innerDivCarousel .boxed-inner { position: relative; padding: 30px; } .innerDivCarousel-block-two .inner-box { position: relative; padding-bottom: 30px; } .innerDivCarousel-block-two .inner-box .innerHeading { position: relative; font-family: "Roboto", sans-serif; text-align: center; color: #171718; font-size: 20px; line-height: 1.2em; /* height: 50px; */ display: table-cell; vertical-align: middle; width: 320px; font-weight: 600; } .innerDivCarousel-block-two .inner-box .text { margin-top: 15px; } .innerDivCarousel-block-two .inner-box .text p { position: relative; color: #ffffff; font-size: 16px; line-height: 1.5em; text-align: justify; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-weight: 400; font-family: 'Roboto'; padding: 0; } .innerDivCarousel-block-two .inner-box .text a.readMoreLink{ content: 'read more'; color: #171718; font-weight: 600; } .single-item-carousel .owl-dots .owl-dot.active span, .single-item-carousel .owl-dots .owl-dot:hover span { background: #F4CA43; width: 20px; height: 5px; } .single-item-carousel .owl-dots { display: inline-block; position: absolute; bottom: 0; } .single-item-carousel .owl-dots .owl-dot { display: inline-block; outline: none; margin-left: 5px; } .single-item-carousel .owl-dots .owl-dot:first-child{margin-left: 0;} .single-item-carousel .owl-dots .owl-dot span { background: #FFF; display: inline-block; height: 5px; margin: 0; transition: width 250ms ease-out 0.2s; width: 5px; border-radius: 10px; } /*========================== Category area start ===========================*/ .categories .container-fluid { padding: 0 120px; } .category-item { box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08); transition: all ease 0.5s; margin-bottom: 30px; } .category-item .icon { float: left; padding: 29px 30px; margin-right: 50px; transition: all ease 0.5s; height: 92px; width: 92px; } .category-item .content { padding: 31px 0 30px; transition: all ease-in-out 0.5s; } .category-item .content .ts-title { letter-spacing: -1.3px; font-size: 26px; } .category-item:hover .ts-title { color: #fff; } .category-item.green-bg .icon { background: #0dae4b; } .category-item.green-bg:hover { background: #0dae4b; } .category-item.green-bg:hover .icon { background: rgba(255, 255, 255, 0.2); } .category-item.red-bg .icon { background: #E31E26; } .category-item.red-bg:hover { background: #E31E26; } .category-item.red-bg:hover .icon { background: rgba(255, 255, 255, 0.2); } .category-item.yello-bg .icon { background: #ffb339; } .category-item.yello-bg:hover { background: #ffb339; } .category-item.yello-bg:hover .icon { background: rgba(255, 255, 255, 0.2); } .category-item.violet-bg .icon { background: #8000FF; } .category-item.violet-bg:hover { background: #8000FF; } .category-item.violet-bg:hover .icon { background: rgba(255, 255, 255, 0.2); } .category-item.blue-bg .icon { background: #26a1ff; } .category-item.blue-bg:hover { background: #26a1ff; } .category-item.blue-bg:hover .icon { background: rgba(255, 255, 255, 0.2); } /*========================== Category area area end ===========================*/ /*========================== Who we are set here ===========================*/ .section-title-image-area .imgBlockArea { position: relative; margin-bottom: 20px; } .section-title-image-area .imgBlockArea:after { content: ''; display: block; position: absolute; width: 50%; height: 10px; border-radius: 10px; background: #CB3931; bottom: -4px; left: 25%; } .section-title-image-area .imgBlockArea img{width: 100%;} .section-title-image-area .subHead-title { font-size: 16px; font-weight: 600; line-height: 22px; margin: 0; letter-spacing: -0.5px; } /*========================== Who we are ends here ===========================*/ /*========================== Marketers area start ===========================*/ .marketers-section { padding-top: 0px; } .single-items { margin-bottom: 30px; position: relative; z-index: 1; } .circle-bg { z-index: -1; } /*========================== Marketers area end ===========================*/ .tiles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .tile { position: relative; width: 100%; height: 100%; overflow: hidden; } .photo { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; transition: transform 0.5s ease-out; } .customView-btn { /* Never use margin top or padding, will affect to another section of the page */ margin-top: 0; } .customView-btn .btn { background: transparent; position: relative; transition: all 0.5s ease; color: #101010; } .customView-btn .btn::before { content: ""; height: 50px; width: 50px; position: absolute; top: 0; left: 0; background: #E31E26; transition: all 0.5s ease; } body.contact .customView-btn{margin-top: 30px;} body.contact .customView-btn .btn::before{ z-index: -1; } .customView-btn .btn:hover::before { width: 100%; } .customView-btn .btn span { position: relative; z-index: 9; } /*========================== ts speaker ===========================*/ .speakers { background-color: #171718 !important; } .speakers .section-title-area { padding-bottom: 60px; } .speakers .section-heading { color: #fff; } .speakers p { color: #bbb; } .speakers .view-btn { text-align: center; margin-top: 70px; } .speakers .view-btn .btn { background: transparent; position: relative; transition: all 0.5s ease; } .speakers .view-btn .btn::before { content: ""; height: 50px; width: 50px; position: absolute; top: 0; left: 0; background: #E31E26; transition: all 0.5s ease; } .speakers .view-btn .btn:hover::before { width: 100%; } .speakers .view-btn .btn span { position: relative; z-index: 9; } .ts-speakers { padding-top: 120px; padding-bottom: 40px; position: relative; overflow: hidden; } .ts-speaker { position: relative; text-align: center; margin-bottom: 25px; } .ts-speaker .speaker-img { position: relative; border-radius: 0; overflow: hidden; margin: auto auto 20px; } .ts-speaker .speaker-img::before { position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 100%; background-color: #00c1b4; z-index: 1; mix-blend-mode: color; pointer-events: none; border-radius: inherit; transition: all 0.4s ease; opacity: 1; z-index: 0; } .ts-speaker .speaker-img img { width: 100%; transform: scale(1); transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; filter: grayscale(100%); } .ts-speaker .speaker-img .content { text-align: left; position: absolute; bottom: 20px; left: 0; transition: all ease-in-out 0.5s; z-index: 1; } .ts-speaker .speaker-img .content .ts-title { color: #fff; background: #0dae4b; padding: 15px 25px; margin-bottom: 0; display: inline-block; } .ts-speaker .speaker-img .content p { background: #ffb339; color: #fff; padding: 3px 25px; } .ts-speaker .speaker-img .social-icons { position: absolute; bottom: -100px; left: 0; opacity: 0; z-index: 9; width: 100%; margin: auto; transition: all ease-in-out 0.5s; z-index: 1; } .ts-speaker .speaker-img .social-icons li { display: inline-block; } .ts-speaker .speaker-img .social-icons li a { color: #fff; height: 42px; width: 42px; text-align: center; background: rgba(255, 255, 255, 0.3); display: inline-block; padding-top: 8px; } .ts-speaker .view-speaker { position: absolute; left: 0; top: 70%; right: 0; transform: translateY(-50%); color: #fff; font-size: 22px; width: 50px; height: 50px; margin: auto; border: 2px solid #ddd; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; padding: 12px 0; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; opacity: 0; z-index: 2; } .ts-speaker .ts-title { margin-bottom: 5px; } .ts-speaker .ts-title a { color: #222222; } .ts-speaker.overlay-1 .speaker-img::before { position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 100%; background-color: #00c1b4; z-index: 1; mix-blend-mode: color; pointer-events: none; border-radius: inherit; transition: all 0.4s ease; opacity: 1; } .ts-speaker.overlay-2 .speaker-img::before { position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 100%; background-color: #9a8d17; z-index: 1; mix-blend-mode: color; pointer-events: none; border-radius: inherit; transition: all 0.4s ease; opacity: 1; } .ts-speaker.overlay-3 .speaker-img::before { position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 100%; background-color: #E31E26; z-index: 1; mix-blend-mode: color; pointer-events: none; border-radius: inherit; transition: all 0.4s ease; opacity: 1; } .ts-speaker.overlay-4 .speaker-img::before { position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 100%; background-color: #8000FF; z-index: 1; mix-blend-mode: color; pointer-events: none; border-radius: inherit; transition: all 0.4s ease; opacity: 1; } .ts-speaker.overlay-5 .speaker-img::before { position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 100%; background-color: #002bff; z-index: 1; mix-blend-mode: color; pointer-events: none; border-radius: inherit; transition: all 0.4s ease; opacity: 1; } .ts-speaker.overlay-6 .speaker-img::before { position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 100%; background-color: #00b4ff; z-index: 1; mix-blend-mode: color; pointer-events: none; border-radius: inherit; transition: all 0.4s ease; opacity: 1; } .ts-speaker:hover .speaker-img img { transform: scale(1.2); } .ts-speaker:hover .speaker-img:before { opacity: 1; mix-blend-mode: multiply; } .ts-speaker:hover .content { left: -350px; } .ts-speaker:hover .social-icons { opacity: 1; bottom: 40px; } .ts-speaker:hover .social-icons li a:hover { background: #fff; color: #0dae4b; } .ts-speaker:hover .view-speaker { top: 50%; opacity: 1; } .ts-speaker:hover .ts-title a { color: #0dae4b; } .ts-speaker.white-text .ts-title a, .ts-speaker.white-text p { color: #fff; } .ts-speaker-popup { background: #fff; padding: 0; position: relative; } .ts-speaker-popup .ts-speaker-popup-img img { width: 100%; } .ts-speaker-popup .ts-speaker-popup-content { padding: 60px 40px; } .ts-speaker-popup .ts-speaker-popup-content .ts-title { margin-bottom: 10px; } .ts-speaker-popup .ts-speaker-popup-content .speakder-designation { display: block; font-size: 14px; margin-bottom: 20px; } .ts-speaker-popup .ts-speaker-popup-content .company-logo { margin-bottom: 15px; } .ts-speaker-popup .ts-speaker-popup-content p { margin-bottom: 25px; } .ts-speaker-popup .ts-speaker-popup-content h4 { font-size: 20px; font-weight: 700; } .ts-speaker-popup .ts-speaker-popup-content .session-name { margin-bottom: 15px; } .ts-speaker-popup .ts-speaker-popup-content .speaker-session-info p { color: #0dae4b; margin-bottom: 30px; } .ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a { color: #ababab; margin-right: 18px; } .ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a:hover { color: #0dae4b; } .ts-speaker-popup button.mfp-close { font-size: 30px; } @keyframes fadeRight { from { opacity: 0; transform: translate3d(20px, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } /*================================= blog =================================*/ .ts-blog .section-title-area { padding-bottom: 60px; } .ts-blog .speaker-shap .shap2 { top: 200px; bottom: auto; } .ts-blog .speaker-shap .shap1 { top: auto; bottom: 25%; } .ts-blog .post { margin-bottom: 30px; } .ts-blog .post .post-media.post-image { width: 100%; } .ts-blog .post .post-media.post-image img { box-shadow: none; } .ts-blog .post .post-body { box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05); } .ts-blog .post .post-body .entry-header .entry-title { font-size: 24px; font-weight: 700; } .ts-blog .post:hover .post-body { box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1); } .ts-blog .post.white-text .post-body { background: #120f4e; } .ts-blog .post.white-text .post-body .entry-header .entry-title a, .ts-blog .post.white-text .post-body .entry-content p, .ts-blog .post.white-text .post-body .post-footer .btn-link { color: #fff; } .post-meta { font-size: 13px; margin-bottom: 15px; } .post-meta .post-author { margin-right: 25px; text-transform: uppercase; } .post-meta .post-meta-date { display: inline-block; color: #e7015e; text-transform: uppercase; word-spacing: 5px; } .post .post-body { padding: 25px 20px 25px 30px; margin: 0px 0px 30px; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05); border-radius: 5px; background: #fff; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; } .post .post-body .entry-header .entry-title { font-size: 30px; font-weight: 900; margin-bottom: 15px; } .post .post-body .entry-header .entry-title a { color: #1c1c24; } .post .post-body .entry-header .entry-title a:hover { color: #0dae4b; } .post .post-body .entry-content p { line-height: 26px; color: #888888; } .post:hover .post-body { box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1); } .post:hover .post-body .entry-header .entry-title a { color: #E31E26; } .main-container .post .post-body { margin-bottom: 50px; } .page-banner-area { position: relative; min-height: 400px; color: #fff; background-position: 50% 50%; background-size: cover; -webkit-backface-visibility: hidden; } .page-banner-title { position: absolute; top: 50%; width: 100%; height: 100%; } .page-banner-title h2 { color: #fff; font-size: 60px; text-transform: uppercase; font-weight: 800; margin-bottom: 20px; font-family: "Roboto", sans-serif; } .page-banner-title .breadcrumb { background: none; color: #fff; font-weight: 700; font-size: 16px; justify-content: center; } .page-banner-title .breadcrumb li a { color: #fff; margin-right: 5px; } .page-banner-title .breadcrumb a:hover { color: #ccc; } .breadcrumb { padding: 0; background: none; } .breadcrumb a:hover { color: #fff; } .breadcrumb > li { font-weight: 400; } .post-meta { font-size: 13px; margin-bottom: 15px; } .post-meta .post-author { margin-right: 25px; text-transform: uppercase; } .post-meta .post-author a { color: #1c1c24; } .post-meta .post-author a:hover { color: #0dae4b; } .post-meta .post-meta-date { display: inline-block; color: #1c1c24; text-transform: uppercase; transition: all 0.5s ease; cursor: pointer; margin-right: 25px; } .post-meta .post-meta-date:hover { color: #0dae4b; } .post-meta .post-cat { text-transform: uppercase; } .post-meta .post-cat:hover { color: #0dae4b; cursor: pointer; } .post .post-media.post-image { width: calc(100% - 40px); margin: 0 auto 5px auto; position: relative; } .post .post-media.post-image img { box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25); border-radius: 5px; } .post .post-body { padding: 150px 20px 25px 30px; margin: -130px 0px 0px; box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1); border-radius: 5px; } .post .post-body .entry-header .entry-title { font-size: 30px; font-weight: 900; margin-bottom: 15px; } .post .post-body .entry-header .entry-title a { color: #1c1c24; } .post .post-body .entry-header .entry-title a:hover { color: #0dae4b; } .post .post-body .entry-content p { line-height: 26px; color: #5a5a5a; font-size: 16px; } .sidebar .widget { margin-bottom: 40px; border: 1px solid #f1f1f1; padding: 40px; } .sidebar .widget-search { margin-bottom: 40px; } .sidebar .widget-search input { border: 1px solid #f1f1f1; padding: 6px 20px; height: 50px; font-size: 14px; border-radius: 0; width: 82%; } .sidebar .widget-search .btn { color: #fff; padding: 0 20px; border: none; border-radius: 0; margin-left: -5px; } .sidebar .widget-search .btn:hover { background: #0dae4b; } .sidebar .widget-title { position: relative; font-size: 20px; font-weight: 900; margin: 0 0 30px; padding: 0 0 15px; } .sidebar .widget-title::before { content: ""; position: absolute; display: inline-block; bottom: 0; width: 50px; height: 2px; left: 0; z-index: 1; background: #0dae4b; } .sidebar ul li { border-bottom: 1px dashed #f1f1f1; padding-bottom: 10px; margin-bottom: 10px; } .sidebar ul li a { color: #5a5a5a; } .sidebar ul li a:hover { color: #0dae4b; } .sidebar ul li:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; } /*========================== sponsors ============================*/ .ts-intro-sponsors { background-repeat: no-repeat; background-size: cover; background-position: center center; } .ts-intro-sponsors .sponsors-logo img { margin: 0 38px 50px; } .ts-intro-sponsors::before { content: ""; height: 100%; width: 100%; position: absolute; left: 0; top: 0; background-color: #E31E26; opacity: 1; mix-blend-mode: multiply; } .ts-intro-sponsors .section-title-area { padding-bottom: 10px; max-width: 88%; margin: 0 auto; } .ts-intro-sponsors .section-title-area .section-heading { color: #fff; } .ts-intro-sponsors .section-title-area p { color: #fff; margin-bottom: 30px; } .ts-intro-sponsors .section-title-area .sub-title { color: #fff; } .ts-intro-sponsors .btn { border-radius: 0; } .customSld .owl-nav { text-align: right; position: relative; margin-right: 15px; margin-left: 15px; } @media (max-width: 992px) { .customSld .owl-nav { text-align: center; } } .customSld .owl-nav::after { position: absolute; content: ""; left: 0; top: 20px; width: 90%; height: 2px; background: #eaeaea; } @media (max-width: 992px) { .customSld .owl-nav::after { display: none; } } .customSld .owl-nav .owl-prev, .customSld .owl-nav .owl-next { width: 40px; height: 40px; border-radius: 50%; background: #eaeaea; color: #000; padding: 8px 0; text-align: center; font-size: 13px; display: inline-block; margin-left: 5px; -webkit-transition: all ease 0.5s; transition: all ease 0.5s; position: static; margin-top: 0; } .customSld .owl-nav .owl-prev:hover, .customSld .owl-nav .owl-next:hover { background: #E31E26; color: #ffffff; } .customSldl .owl-nav .owl-prev::after, .customSld .owl-nav .owl-next::after { display: none; } .discBullet li{ list-style-type: disc; margin-left: 20px; } /*================================ About Page ==================================*/ .banner-info { position: relative; background: url("../images/about/about_img.jpg") no-repeat; min-height: 400px; display: flex; align-items: flex-end; } .banner-infoServices::before { content: ""; height: 100%; width: 70%; position: absolute; left: 0; top: 0; background: rgb(13,174,75); background: -moz-linear-gradient(90deg, rgba(13,174,75,1) 0%, rgba(13,174,75,0) 100%); background: -webkit-linear-gradient(90deg, rgba(13,174,75,1) 0%, rgba(13,174,75,0) 100%); background: linear-gradient(90deg, rgba(13,174,75,1) 0%, rgba(13,174,75,0) 100%); opacity: 1; mix-blend-mode: multiply; } .banner-info .content { margin: 0 30px; margin-bottom: 30px; } .banner-info .content ul li { display: inline-block; margin-right: 30px; background: #fff; padding: 30px 30px 22px 30px; min-width: 365px; } .banner-info .content ul li:last-child { margin-right: 0; } .banner-info .content ul li h3 { font-size: 16px; text-transform: uppercase; } .banner-info .content ul li h3 i { padding-right: 5px; } .banner-info .content ul li p { font-size: 16px; padding-left: 20px; margin-bottom: 8px; } .about-counter.ts-funfact{ /* background: url(img/counter-bg.png) no-repeat; */ background-color: #F8F8F8; background-size: cover; background-position: center; text-align: center; padding-top: 50px; padding-bottom: 50px; } /* Counter */ .about-counter .counterTimeline{ display: -ms-flexbox; display: flex; padding: 0px 15px; position: relative; justify-content: space-between; } /* .css-selector { background: linear-gradient(335deg, #e31e26, #f4ca43, #E31E26, #465c91, #0dae4b); background-size: 1000% 1000%; -webkit-animation: counterTimeline-bg 30s ease infinite; -moz-animation: counterTimeline-bg 30s ease infinite; -o-animation: counterTimeline-bg 30s ease infinite; animation: counterTimeline-bg 30s ease infinite; } @-webkit-keyframes counterTimeline-bg { 0%{background-position:0% 50%} 50%{background-position:100% 51%} 100%{background-position:0% 50%} } @-moz-keyframes counterTimeline-bg { 0%{background-position:0% 50%} 50%{background-position:100% 51%} 100%{background-position:0% 50%} } @-o-keyframes counterTimeline-bg { 0%{background-position:0% 50%} 50%{background-position:100% 51%} 100%{background-position:0% 50%} } @keyframes counterTimeline-bg { 0%{background-position:0% 50%} 50%{background-position:100% 51%} 100%{background-position:0% 50%} } */ .about-counter .ts-single-funfact { background-repeat: no-repeat !important; background-position: center !important; text-align: center; border:none; } .about-counter .counterTimeline .innerGridTimeline{ border: none; width: 226px; margin-right: 12px; padding: 0 10px; border-radius: 10px; } .about-counter .counterTimeline .innerGridTimeline .timelineIcon{ background-color: rgba(255,244,245,1); width: 95px; height: 95px; display: block; margin: auto; border-radius: 100px; margin-bottom: 15px; position: relative; } .about-counter .counterTimeline .innerGridTimeline .timelineIcon::before{ content: ''; background-repeat: no-repeat; background-position: center center; width: 95px; height: 95px; display: block; position: absolute; left: 0; top: 0; } .about-counter .counterTimeline .innerGridTimeline .timelineIcon.awardsIcon:before{ content: ''; background-image: url(icon/awards.svg); } .about-counter .counterTimeline .innerGridTimeline .timelineIcon.projectsIcon:before{ content: ''; background-image: url(icon/projects.svg); } .about-counter .counterTimeline .innerGridTimeline .timelineIcon.clientsIcon:before{ content: ''; background-image: url(icon/clients.svg); } .about-counter .counterTimeline .innerGridTimeline .timelineIcon.brandsIcon:before{ content: ''; background-image: url(icon/brands.svg); } .about-counter .counterTimeline .innerGridTimeline .timelineIcon.customerServedIcon:before{ content: ''; background-image: url(icon/customer-served.svg); } .about-counter .ts-single-funfact .funfact-title { padding-bottom: 0; margin-bottom: 0; font-size: 16px; font-weight: 600; text-transform: capitalize; } /*==================================== contact page =====================================*/ .single-intro-text { padding: 40px 45px 40px 40px; box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08); border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; overflow: hidden; position: relative; background: #fff; z-index: 2; } .single-intro-text i { position: absolute; right: -10px; top: 20px; font-size: 55px; color: #bababa; } .single-intro-text p { margin-bottom: 0; } .single-intro-text .count-number { position: absolute; right: -55px; bottom: -55px; width: 120px; height: 120px; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; background: #0dae4b; color: #fff; display: block; text-align: left; font-size: 16px; font-weight: 700; padding: 25px 30px; } .ts-contact .single-contact-feature { box-shadow: none; border: 1px solid #eeeeee; border-radius: 0; min-height: 320px; } .ts-contact .single-contact-feature .ts-title { margin-bottom: 18px; font-weight: 600; letter-spacing: -1px; font-size: 20px; } .ts-contact .single-contact-feature a, .ts-contact .single-contact-feature p strong { color: #171718; } .ts-contact .single-contact-feature a:hover{ color: #E31E26; } .ts-contact .single-contact-feature span.fa { font-size: 20px; } .ts-contact .single-contact-feature span.count-number:before { display: none; } .ts-contact-form .contact-form .form-group { margin-bottom: 30px; } .ts-contact-form .contact-form .form-group .form-control { height: 50px; padding: 15px 30px; border-radius: 0; font-size: 14px; resize: none; } .ts-contact-form .contact-form .form-group .form-control:focus { border-color: #E31E26; box-shadow: none; } .ts-contact-form .contact-form .form-group textarea { height: 150px !important; } .mr-contact { margin: 0 60px; } /*================================ ts-footer ==================================*/ .footer { background-color: #171718 !important; padding: 50px 0 5px; } .footer-widget .footer-logo { margin-bottom: 30px; display: inline-block; } .footer-widget p { margin-bottom: 50px; font-size: 14px; color: #fff; } .footer-widget .widget-title { text-transform: capitalize; color: #E31E26; margin-bottom: 20px; font-size: 16px; font-weight: 600; } .footer-widget .footer-link { padding-left: 0; margin-bottom: 25px; } .footer-widget .footer-link li { list-style-type: disc; margin-bottom: 10px; } .footer-widget .footer-link li:last-child { margin-bottom: 0; } .footer-widget .footer-link li a { font-size: 16px; font-weight: 300; color: #fff; text-transform: capitalize; } .footer-widget .footer-link li a:hover { color: #0dae4b; } .footer-widget .footer-form input { background: transparent; border: 0px solid #555555; border-bottom: 1px solid #555555; border-radius: 0; color: #fff; font-size: 14px; margin-bottom: 15px; } .footer-widget .footer-form input::placeholder { color: #555555; } .footer-widget .footer-form input:focus { box-shadow: none; } .footer-widget .footer-form .btn { background: #E31E26; border-radius: 0; margin-top: 35px; } .footer-widget .footer-form .btn:hover { background: #0dae4b; } .footer-widget .appIcons ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: self-end; justify-content: center; } .appShowcase.ts-sponsors .pinnaclesContent .appIcons h2.sub-title{color: #171718;} .footer-widget .appIcons ul li { margin-right: 20px; } .footer-widget .appIcons ul li i { position: relative; display: block; } .footer-widget .appIcons ul li i.appStoreIOS:before { content: ''; background: url(icon/app-store-icon.svg) no-repeat; display: block; } .footer-widget .appIcons ul li i.playStoreAndroid:before { content: ''; background: url(icon/google-play-store.svg) no-repeat; display: block; } .footer-widget .appIcons ul li i:before { width: 120px; background-size: contain; height: 36px; } .lastFooterLink .footer-widget:last-of-type{ margin-top: 35px; } .footer-social-icons ul li { display: inline-block; margin-right: 5px; } .footer-social-icons ul li a { height: 40px; width: 40px; background-color: rgba(255, 255, 255, 0.3); display: inline-block; text-align: center; padding-top: 7px; color: #fff; font-size: 14px; } .footer-social-icons ul li a:hover { background-color: #fff; color: #0dae4b; } .footerLinks{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; } .footerLinks .footer-widget { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: 0 35px; } .copyright-text { border-top: 1px solid #555555; padding-top: 10px; } .copyright-text p { font-size: 14px; } .ts-footer { background: #1a1831; padding: 250px 0 50px; } .ts-footer-social ul { padding: 0; } .ts-footer-social ul li { display: inline-block; list-style: none; } .ts-footer-social ul li a { display: block; height: 40px; width: 40px; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; border: 1px solid #525164; text-align: center; color: #fff; font-size: 14px; padding: 7px 0; margin: 0 5px; } .ts-footer-social ul li a:hover { background: #0dae4b; border-color: #0dae4b; transform: rotate(360deg); } .footer-menu ul li { display: inline-block; } .footer-menu ul li a { color: #a8a8ad; margin: 0 20px; position: relative; } .footer-menu ul li a:before { position: absolute; left: -24px; top: 1px; bottom: 0; margin: auto; content: ""; background: #5f5e6f; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; } .footer-menu ul li a:hover { color: #0dae4b; } .footer-menu ul li:first-child a:before { display: none; } .contact-list { position: relative; } .contact-list li { position: relative; padding-left: 30px; margin-bottom: 12px; } .contact-list li i { position: absolute; left: 0; top: 0; line-height: 20px; color: #E31E26; width: 18px; text-align: center; } .contact-list li .text { display: block; font-size: 14px; line-height: 22px; color: #fff; font-weight: 300; } .contact-list li .text a { color: #fff; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .contact-list li .text:hover a {color: #0dae4b;} .copyright-text p { margin-bottom: 0; color: #fff; } /*================================== ts funfact ==================================*/ .ts-funfact { background-repeat: no-repeat; background-size: cover; background-position: center bottom; } .ts-single-funfact { position: relative; text-align: center; } .ts-single-funfact .funfact-num { font-size: 48px; font-weight: 700; color: #CB3931; margin-bottom: 0; } .ts-single-funfact .funfact-title { font-size: 20px; font-weight: 400; color: #2F2929; } /* Sponsors ================================================== */ .ts-sponsors { padding-bottom: 0; z-index: 0; } .ts-sponsors .sponsor-padding { padding-left: 30px; padding-right: 30px; } .ts-sponsors .sponsor-title { font-size: 20px; margin-bottom: 15px; padding-left: 0; position: relative; font-weight: 500; width: fit-content; padding-right: 38px; } .ts-sponsors .sponsor-title h3 { font-size: 22px; margin: 0; padding-left: 0; position: relative; font-weight: 500; text-transform: capitalize; } .ts-sponsors .sponsor-title::after { content: ""; height: 2px; width: 29px; position: absolute; right: 0px; top: 50%; z-index: -1; background: #171718; border-radius: 10px; } .ts-sponsors .sponsors-wrap .row{margin: 0;} .ts-sponsors .sponsors-wrap .row:not(.no-wrapImg){ /* justify-content: center; */ align-items: self-end; } .logoGallery.ts-sponsors .sponsors-wrap .wrapGrid{ width: calc(100%/5); padding: 20px; border: 1px solid #eaeaea; background-color: #FFF; margin-top: -1px; margin-left: -1px; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; } .ts-sponsors .sponsors-wrap .wrapGrid{ width: calc(100%/5); padding: 20px; border: 1px solid #eaeaea; background-color: #FFF; margin-top: -1px; margin-left: -1px; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; } .ts-sponsors .sponsors-logo { padding:0; display: flex; flex-direction: column; justify-content: center; align-items: center; align-content: center; } .ts-sponsors .sponsors-logo img { width: 176px;height: 79px;object-fit:contain; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; } .ts-sponsors .sponsors-wrap .wrapGrid:hover{ /* border-color: rgba(203, 57, 49, .3); */ } .ts-sponsors.sponsors-border { padding: 0; } .ts-sponsors.sponsors-border .sponsors-wrap { border-bottom: 1px solid #2e2b72; } .logoGallery , .ts-sponsors.ourPartners{ padding: 50px 0; } .ts-sponsors .sponsors-wrap .row .customSld {margin-bottom: 0;} .ts-sponsors.ourPartners .sponsors-wrap .wrapGrid,.ts-sponsors.ourClients .sponsors-wrap .wrapGrid{width: 100%;padding: 10px;margin: 0} .ts-sponsors.ourPartners .sponsors-wrap .wrapGrid .sponsors-logo img, .ts-sponsors.ourClients .sponsors-wrap .wrapGrid .sponsors-logo img{width: 160px;height: 60px;} .ts-sponsors.ourClients{background-image: url(img/slipBg.png);background-size: cover;padding: 50px 0;} .collaborationSection {padding: 50px 0;} .ts-sponsors.collaborationSection .sponsors-wrap { padding-bottom: 30px; } .ts-sponsors.ourClients .section-title-area{margin-bottom: 20px;} .ts-sponsors.ourClients .right-bottom-dashed{position: relative;} .splitGridSponser{ width: calc((100% / 2)); padding-right: 40px; } .splitGridSponser:last-of-type{ padding-right: 0; padding-left: 40px; } .ts-sponsors.ourClients .right-bottom-dashed::before{ content: ''; position: absolute; top: 0; right: 0; /* height: calc(100% - 50px); */ height: 100%; width: .5px; /* background: url(img/line.png); */ background: #ddd; } .logoGallery.ts-sponsors .pinnaclesContent{ background: url(img/Blob.png) no-repeat; padding: 85px 75px 110px 60px; background-size: contain; background-repeat: no-repeat; /* left: -100px; */ position: relative; /* z-index: -1; */ width: 650px; height: 584.53px; } .logoGallery.ts-sponsors .pinnaclesContent .sub-title{ line-height: 32px; letter-spacing: -1.68px; } .pinnaclesContentDevice{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex: 0 0 78%; flex: 0 0 78%; max-width: 78%; padding: 0; } /* .appShowcase.ts-sponsors{ background: url(img/bgTransparent.png) no-repeat; background-position: top; background-size: contain; background-color: #FFB21A; margin-top: 120px; } */ .appShowcase.ts-sponsors .pinnacleDevice{ left: -50px; position: relative; transform: translatey(0px); -webkit-animation: float 6s ease-in-out infinite; animation: float 6s ease-in-out infinite; /* top: -116px; */ } @-webkit-keyframes float { 0% { transform: translatey(0px); } 50% { transform: translatey(-20px); } 100% { transform: translatey(0px); } } @keyframes float { 0% { transform: translatey(0px); } 50% { transform: translatey(-20px); } 100% { transform: translatey(0px); } } /* .appShowcase.ts-sponsors .pinnaclesContent h2.sub-title{ color: #171718; font-size: 52px; letter-spacing: -1.68px; margin-bottom: 60px; } */ .appShowcase.ts-sponsors .pinnaclesContent .appIcons{margin-top: 35px;} .appShowcase.ts-sponsors .pinnaclesContent .appIcons ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: self-end; justify-content: center; } .appShowcase.ts-sponsors .pinnaclesContent .appIcons ul li { margin-right: 25px; } .appShowcase.ts-sponsors .pinnaclesContent .appIcons i.playStoreAndroid{ position: relative; display: block; } .appShowcase.ts-sponsors .pinnaclesContent .appIcons i.appStoreIOS{ position: relative; display: block; } .appShowcase.ts-sponsors .pinnaclesContent .appIcons i.playStoreAndroid:before{ content: ''; background: url(icon/google-play-store.svg) no-repeat; display: block; width: 150px; background-size: contain; height: 45px; } .appShowcase.ts-sponsors .pinnaclesContent .appIcons i.appStoreIOS:before{ content: ''; background: url(icon/app-store-icon.svg) no-repeat; display: block; width: 150px; background-size: contain; height: 45px; } .contactForm{padding: 50px 0;} .contactForm .section-title-area p{margin-bottom: 30px;} .contactForm .customBtnDouble{background-color: #CB3931;color: #FFF;width: 130px; margin: 35px auto 0; display: block;} .contactForm .form-group{position: relative;} .error { font-size: 12px; color: #e31e26; width: 100%; font-weight: 500; padding-left: 10px; } .contactForm .customBtnDouble::before{display: none;} .ourContactDetails{ background-image: url(img/slipBg.png); background-size: cover; padding: 50px 0; } .ourContactDetails .section-title-area h2{margin-bottom: 10px;} .ourContactDetails .section-title-area h3{font-size: 28px;margin-bottom: 10px;font-weight: 600;} .ourContactDetails .section-title-area p{margin-bottom: 35px;} .contactAddressBlock .contactAddressImg{padding: 0; margin: 0 auto; width: calc(100% - 30px);} .contactAddressBlock .contactAddressImg img{width: 100%;} .contactAddressBlock .contactAddressContent{margin: 0;margin-top: -48px;padding: 0;font-family: "Poppins";display: grid;background-color: #FFF;box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);} .contactAddressBlock .contactAddressContent h2.addressHead{background-color: #CB3931;color: #FFF;font-family: "Poppins"; font-weight: 600;font-size: 22px;padding: 10px;width: 100%;text-align: center;} .contactAddressBlock .contactAddressContent .contactAddressDetails{padding: 15px 30px;font-family: "Poppins";min-height: 265px;} .contactAddressBlock .contactAddressContent .contactAddressDetails ul{margin: 0;padding: 0;} .contactAddressBlock .contactAddressContent .contactAddressDetails ul li{margin: 0 0 10px;padding: 0;} .contactAddressBlock .contactAddressContent .contactAddressDetails ul li:last-of-type{margin-bottom: 0;} .contactAddressBlock .contactAddressContent .contactAddressDetails ul li h3{font-weight: 600;margin: 0;font-size: 20px;} .contactAddressBlock .contactAddressContent .contactAddressDetails ul li p{font-weight: 500;margin: 0;font-size: 17px;} .contactAddressBlock .contactAddressContent .contactAddressDetails ul li.contactIconSet { text-indent: -27px; margin-left: 30px; } .contactAddressBlock .contactAddressContent .contactAddressDetails ul li.contactIconSet:before{width: 20px; text-align: center; color: #CB3931; top: 1px; position: relative;} .contactAddressBlock .contactAddressContent .contactAddressDetails ul li.contactIconSet a:first-of-type{padding-left: 10px;} .contactAddressBlock .contactAddressContent .contactAddressDetails ul li a{font-weight: 500; margin: 0; font-size: 13px; color: #171718;font-weight: 600; font-family: 'Poppins';} section.mapFrame { padding: 0; } /* Error page ================================================== */ .error-page .error-code h2 { display: block; font-size: 200px; line-height: 200px; color: #303030; margin-bottom: 20px; } .error-page .error-body .btn { margin-top: 30px; font-weight: 700; } /*------------back to top-------------*/ .BackTo { background: #0dae4b none repeat scroll 0 0; border-radius: 50%; bottom: 35px; color: #979797; cursor: pointer; height: 44px; position: fixed; right: 14px; text-align: center; width: 44px; z-index: 9; display: block; padding: 8px 0; transition: all 0.3s ease; } .BackTo:hover { background:#E31E26; } .BackTo a { color: #fff; font-size: 20px; font-weight: 700; margin-top: 2px; } /* scroll css */ /* #wrapperScroll { display: table; width: 100%; height: 100%; } #wrapper-innerScroll { display: table-cell; vertical-align: middle; width: 100%; height: 100%; } */ #scroll-downScroll { display: block; text-align: center; width: 100%; height: 170px; z-index: 999; position: absolute; bottom: 0; padding: 0; } .arrow-downScroll { display: block; margin: 85px auto 0; width: 10px; height: 38px; } .arrow-downScroll:after { content: ''; display: block; margin: 0; padding: 0; width: 18px; height: 18px; border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; behavior: url(-ms-transform.htc); -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); margin-left: -3px; } #scroll-titleScroll { display: block; text-transform: uppercase; color: #FFF; font-family: Helvetica Neue, Helvetica, Arial; font-size: 14px; font-weight: bold; letter-spacing: 0.1em; } #scroll-downScroll::before { -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite; -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite; -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite; animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite; position: absolute; top: 11px; left: 50%; margin-left: 0; width: 2px; height: 90px; background: #ffffff; content: ' '; } @-webkit-keyframes elasticus { 0% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0); -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); } 50% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } 50.1% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } 100% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0); -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); } } @-moz-keyframes elasticus { 0% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0); -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); } 50% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } 50.1% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } 100% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0); -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); } } @-o-keyframes elasticus { 0% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0); -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); } 50% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } 50.1% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } 100% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0); -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); } } @keyframes elasticus { 0% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0); -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); } 50% { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } 50.1% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } 100% { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0); -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); } } #paschka { display: block; color: white; font-family: helvetica neue, helvetica, arial; font-size: 32px; text-decoration: none; position: fixed; bottom: 0px; right: 0px; padding: 0px; transition: all 0.1s ease; background: #000; height: 40px; line-height: 30px; vertical-align: middle; width: 40px; text-align: center; border-radius: 5%; bottom: 20px; right: 20px; } #paschka:hover { background: #232323; transition: all 0.1s ease; color: #f0f0f0; }