123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620 |
- /*
- * expandable menu started
- */
- @media (max-width: 1199px) {
- .header-navigation {
- margin-bottom: 0;
- }
- .logo-box {
- width: 100%;
- float: none;
- margin: 0 !important;
- }
- .navigation-box {
- margin: 0;
- }
- .navbar-expand-lg .menu-toggler {
- display: block;
- margin-right: 0;
- border-color: #fff;
- background-color: transparent !important;
- margin: 23px 0;
- color: #fff;
- border: none;
- font-size: 28px;
- float: right;
- outline: none;
- cursor: pointer;
- }
- .menu-toggler:hover {
- border-color: #ff4eb5;
- }
- .menu-toggler .icon-bar {
- background: #fff;
- }
- .menu-toggler:hover .icon-bar {
- background: #ff4eb5;
- }
- .navbar-expand-lg .navbar-collapse {
- padding-bottom: 0;
- overflow: auto !important;
- width: 100%;
- }
- .navbar-expand-lg .navbar-collapse {
- display: none !important;
- background: transparent;
- padding: 0px 0px !important;
- padding-bottom: 0px !important;
- margin: 0;
- background: #000;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- height: 0;
- }
- .navbar-expand-lg .navbar-collapse.showen {
- display: block !important;
- height: auto;
- max-height: 70vh;
- }
- .navbar-collapse.show {
- overflow-y: auto;
- }
- .header-navigation .main-navigation {
- float: none !important;
- text-align: left !important;
- }
- .header-navigation .nav {
- width: 100%;
- text-align: left;
- }
- .header-navigation .nav > li {
- display: block;
- padding: 0 !important;
- width: 100%;
- float: none;
- }
- .header-navigation .nav > li + li {
- margin-left: 0 !important;
- }
- .header-navigation .nav > li > a {
- padding: 8px 0;
- }
- .header-navigation .right-box.nav {
- width: 100%;
- margin: 0;
- }
- .header-navigation .right-box.nav > li > a {
- border: none !important;
- padding: 8px 0;
- color: #fff;
- }
- .header-navigation .nav > li > a:after {
- display: none;
- }
- .header-navigation .nav.navigation-box + .nav {
- border-top: 1px dashed #2a2833;
- }
- .header-navigation .navigation-box > li > .sub-menu,
- .header-navigation .navigation-box > li > .sub-menu > li > .sub-menu {
- position: relative !important;
- width: 100% !important;
- opacity: 1 !important;
- visibility: visible !important;
- left: auto !important;
- right: auto !important;
- top: auto !important;
- -webkit-transition: none !important;
- transition: none !important;
- display: none;
- float: none !important;
- margin: 0;
- -webkit-transform: translateX(0);
- transform: translateX(0);
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- }
- .header-navigation .navigation-box > li > .sub-menu > li > a::after {
- display: none;
- }
- .header-navigation ul.navigation-box > li + li {
- padding: 0 !important;
- border-top: 1px solid rgba(255, 255, 255, 0.1);
- display: block;
- float: none;
- margin: 0 !important;
- }
- .header-navigation .nav > li.show-mobile {
- display: none;
- }
- .header-navigation ul.navigation-box > li > a,
- .header-navigation .right-box.nav > li > a {
- padding: 0;
- display: block;
- color: #fff;
- padding: 16px 0 16px 20px !important;
- -webkit-transition: background 0.4s ease 0s;
- transition: background 0.4s ease 0s;
- }
- .header-navigation ul.navigation-box li a .sub-nav-toggler {
- background-color: transparent;
- background-image: none;
- border: 1px solid #fff;
- border-radius: 4px;
- padding: 9px 9px;
- position: absolute;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- right: 15px;
- /*margin-top: 8px;*/
- margin-right: 0px;
- display: block;
- cursor: pointer;
- outline: none;
- }
- .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
- background-color: #fff;
- border-radius: 1px;
- display: block;
- height: 1px;
- width: 20px;
- }
- .header-navigation .navigation-box .sub-nav-toggler .icon-bar + .icon-bar {
- margin-top: 4px;
- }
- .header-navigation .container .right-side-box {
- top: 20px;
- right: 15px;
- -webkit-transform: translateY(0%);
- transform: translateY(0%);
- }
- .header-navigation .container {
- display: block;
- padding-right: 0px;
- padding-left: 0px;
- position: relative;
- }
- .header-navigation .container .logo-box {
- position: relative;
- top: 0;
- left: 0;
- -webkit-transform: translateY(0);
- transform: translateY(0);
- float: none;
- padding-right: 145px;
- }
- .header-navigation .container .logo-box .navbar-brand {
- float: left;
- padding: 20px 0;
- }
- .header-navigation .container .logo-box .navbar-toggler {
- float: left;
- }
- .header-navigation ul.navigation-box {
- display: block;
- margin: 0 !important;
- width: 100%;
- }
- .header-navigation ul.navigation-box > li {
- padding: 0;
- display: block;
- }
- .header-navigation ul.navigation-box > li > a {
- display: block;
- padding: 13px 30px;
- }
- .header-navigation ul.navigation-box > li > a:after {
- display: none;
- }
- .header-navigation ul.navigation-box > li + li {
- margin: 0;
- }
- .header-navigation .main-navigation {
- float: none;
- width: 100%;
- display: none;
- text-align: left;
- background: #18212E;
- max-height: 70vh;
- overflow-y: scroll;
- }
- .header-navigation .container .menu-toggler {
- display: block;
- }
- .header-navigation.stricky-fixed ul.navigation-box > li {
- padding: 0;
- }
- .header-navigation .container .logo-box .navbar-brand {
- background-color: transparent;
- }
- .header-navigation .container .menu-toggler {
- float: left;
- margin: 28px 0;
- color: #2a2833;
- margin-left: 30px;
- position: relative;
- }
- .header-navigation .container .logo-box {
- padding-right: 15px !important;
- }
- .header-navigation {
- padding-left: 0px !important;
- padding-right: 0px !important;
- }
- .header-navigation .container .logo-box {
- left: 0 !important;
- }
- .header-navigation .container .logo-box {
- padding-left: 15px;
- }
- .header-navigation .main-navigation {
- padding-right: 0;
- }
- .header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
- color: #fff;
- }
- .site-header__header-two .header-navigation .container .menu-toggler {
- color: #fff;
- }
- .site-header__header-two .header-navigation ul.navigation-box > li > a {
- color: #fff;
- }
- }
- @media (max-width: 425px) {
- .header-navigation .container .right-side-box {
- display: none !important;
- }
- .header-navigation .container .menu-toggler {
- float: right !important;
- }
- .header-navigation .container .logo-box {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .header-navigation .container .logo-box:after {
- display: none;
- }
- }
- @media (max-width: 1199px) {
- .blog-one__content {
- padding-left: 37px;
- padding-right: 37px;
- }
- .cta-one__moc {
- left: -20%;
- }
- .cta-two__moc {
- right: -70px;
- }
- .banner-two__moc {
- right: -29%;
- }
- }
- @media (max-width: 991px) {
- img {
- max-width: 100%;
- }
- .fact-one__single {
- margin-bottom: 20px;
- }
- .app-shot-one .app-shot-one__carousel::before {
- display: none;
- }
- .app-shot-one .app-shot-one__carousel {
- padding-top: 0;
- margin-top: 0;
- padding-bottom: 20px;
- }
- .footer-widget__about {
- text-align: center;
- }
- .footer-widget {
- margin-bottom: 30px;
- padding: 0;
- }
- .footer-widget__links-wrap {
- padding-left: 15px;
- }
- .site-footer__upper {
- padding-bottom: 90px;
- }
- .site-footer__social {
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .banner-one__moc {
- display: none;
- }
- .banner-one .container {
- padding-top: 200px;
- padding-bottom: 120px;
- }
- .cta-one__moc {
- position: relative;
- top: auto;
- left: auto;
- }
- .cta-two__moc {
- position: relative;
- top: auto;
- right: auto;
- }
- .pricing-one [class*=col-] {
- margin-bottom: 0;
- }
- .pricing-one [class*=col-] + [class*=col-] {
- border-left: 0;
- border-top: 1px solid #efefef;
- padding-top: 40px;
- margin-top: 40px;
- }
- .testimonials-one__single p br {
- display: none;
- }
- .testimonials-one__single {
- padding-left: 15px;
- padding-right: 15px;
- padding-top: 50px;
- padding-bottom: 50px;
- }
- .fact-one__single {
- margin-left: auto;
- margin-right: auto;
- }
- .banner-two__moc {
- right: -52%;
- }
- }
- @media (max-width: 767px) {
- .blog-details .share-block {
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- }
- .blog-details .social-block {
- margin-top: 20px;
- }
- .comment-one__top-left, .comment-one__top-right,
- .blog-details__author-image, .blog-details__author-content {
- display: block;
- }
- .comment-one__top-right,
- .blog-details__author-content {
- padding: 0;
- padding-top: 20px;
- }
- .video-one__title {
- font-size: 30px;
- }
- .banner-two__moc {
- display: none;
- }
- .banner-two .container {
- padding-top: 150px;
- }
- }
- @media (max-width: 575px) {
- .footer-widget__links-wrap {
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start;
- -webkit-box-align: start;
- -ms-flex-align: start;
- align-items: flex-start;
- }
- .footer-widget__about {
- text-align: left;
- }
- .inner-banner {
- padding-top: 150px;
- padding-bottom: 120px;
- }
- }
- @media (max-width: 480px) {
- .block-title__title br,
- .banner-one__text br,
- .banner-two__text br {
- display: none;
- }
- .block-title__title {
- font-size: 40px;
- line-height: 1.1em;
- }
- .comment-one__top-left,
- .comment-one__top-right,
- .comment-one__image,
- .comment-one__content,
- .blog-details__author-image,
- .blog-details__author-content {
- display: block;
- padding: 0;
- }
- .comment-one__content,
- .comment-one__top-right,
- .blog-details__author-content {
- margin-top: 20px;
- }
- .blog-details .blog-one__content {
- padding-left: 20px;
- padding-right: 20px;
- }
- .blog-details__author {
- padding-left: 20px;
- padding-right: 20px;
- padding-top: 30px;
- padding-bottom: 30px;
- }
- [class*=banner-one__shape-],
- [class*=banner-two__shape-] {
- display: none;
- }
- .banner-one__moc {
- display: block;
- position: relative;
- top: auto;
- right: auto;
- }
- .banner-two__title,
- .banner-one__title {
- font-size: 50px;
- }
- .banner-two__title br,
- .banner-one__title br {
- display: none;
- }
- }
- @media (max-width: 375px) {
- .blog-one__meta li + li:before {
- margin-left: 3px;
- margin-right: 3px;
- }
- .block-title__title {
- font-size: 36px;
- }
- .site-footer__bottom .inner-container {
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- text-align: center;
- }
- .site-footer__social {
- margin-top: 15px;
- }
- .banner-one .container {
- padding-top: 130px;
- }
- .banner-one__moc:before {
- display: none;
- }
- .video-one__btn {
- width: 60px;
- height: 60px;
- }
- .video-one__btn i {
- font-size: 20px;
- line-height: 60px;
- }
- .video-one__title {
- font-size: 24px;
- margin-top: 15px;
- }
- }
|