uawdijnntqw1x1x1
IP : 216.73.216.26
Hostname : server.wtmmart.in
Kernel : Linux server.wtmmart.in 4.18.0-553.45.1.el8_10.x86_64 #1 SMP Wed Mar 19 09:44:46 EDT 2025 x86_64
Disable Function : exec,passthru,shell_exec,system
OS : Linux
PATH:
/
home2
/
wtmwscom
/
public_html
/
assets
/
css
/
style.scss
/
/
/* @File: Induxtro Template Styles * This file contains the styling for the actual tepmlate, this is the file you need to edit to change the look of the tepmlate. This files table contents are outlined below>>>>> ******************************************* ******************************************* ** - Default CSS ** - Preloader CSS ** - Header CSS ** - Main Banner CSS ** - Contact Info Boxes CSS ** - Services Boxes CSS ** - About CSS ** - Boxes CSS ** - Bg Common Style CSS ** - Services CSS ** - Testimonials CSS ** - Big Dream CSS ** - How We Work CSS ** - Project CSS ** - Partner CSS ** - CTA CSS ** - Team CSS ** - Why Choose Us CSS ** - Get a Quote CSS ** - FAQ CSS ** - Blog CSS ** - Contact Information CSS ** - Subscribe CSS ** - Shop CSS ** - Services Details CSS ** - Project Details CSS ** - Team Details CSS ** - Blog Details CSS ** - Product Details CSS ** - Cart CSS ** - Checkout CSS ** - Page Title CSS ** - Sidebar CSS ** - Pagination CSS ** - 404 Error CSS ** - Login CSS ** - Signup CSS ** - Coming Soon CSS ** - Contact Us CSS ** - Footer CSS ** - Go Top CSS */ /*================================================ Default CSS =================================================*/ @import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i'); @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i'); $font-family: 'Rubik', sans-serif; $paragraph-font-family: 'Open Sans', sans-serif; $main-color: #ff5202; $sub-main-color: #e05110; $paragraph-color: #828893; $white-color: #ffffff; $black-color: #0d1028; $transition: .5s; $font-size: 15px; body { font-family: $font-family; padding: 0; margin: 0; font-size: $font-size; } p { font: { family: $paragraph-font-family; size: $font-size; } color: $paragraph-color; line-height: 1.9; margin-bottom: 15px; &:last-child { margin-bottom: 0; } } img { max-width: 100%; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 500; margin-bottom: 15px; color: $black-color; } a { outline: 0 !important; transition: $transition; &:hover, &:focus { text-decoration: none; outline: 0; } } .ptb-100 { padding: { top: 100px; bottom: 100px; } } .pb-100 { padding: { bottom: 100px; } } .d-table { width: 100%; height: 100%; &-cell { vertical-align: middle; } } .bg-f7f7f7 { background-color: #f7f7f7; } .bg-black { background-color: $black-color; } /*btn btn-primary*/ .btn { font: { weight: 500; size: 15px; } border: none; border-radius: 0; position: relative; color: $white-color; padding: 15px 30px 12px; text-transform: uppercase; transition: $transition; i { margin-left: 5px; } &.disabled, &:disabled { opacity: 1; } } .btn-primary { background: $black-color; color: $white-color; z-index: 1; &:not(:disabled):not(.disabled).active:focus, &:not(:disabled):not(.disabled):active:focus, .show>&.dropdown-toggle:focus { box-shadow: 0 13px 27px 0 rgba(255, 82, 2, .11); } &:not(:disabled):not(.disabled).active, &:not(:disabled):not(.disabled):active, .show>&.dropdown-toggle { color: $white-color; background: $black-color; box-shadow: 0 13px 27px 0 rgba(255, 82, 2, .11); } &::before, &::after { content: ''; position: absolute; top: 0; width: 51%; height: 100%; z-index: -1; background: $main-color; transition: $transition; } &::after { right: 0; } &::before { left: 0; } &.disabled, &:disabled { background: $black-color; color: $white-color; } &:hover, &:focus { color: $white-color; background: $black-color; box-shadow: 0 13px 27px 0 rgba(255, 82, 2, .11); &::after, &::before { width: 0; } } } /*owl carousel btn*/ .owl-theme { .owl-nav { margin-top: 0; &.disabled { + .owl-dots { margin-top: 0; } } } } /*section-title*/ .section-title { margin-bottom: 60px; .bar { position: relative; background: $main-color; width: 70px; height: 3px; overflow: hidden; margin-bottom: 12px; } h2 { margin-bottom: 6px; font: { size: 36px; weight: 700; } } span { display: block; text-transform: uppercase; color: $main-color; font: { size: 13px; weight: 500; } } p { border-left: 2px solid #e1e1e1; padding: { left: 20px; top: 10px; bottom: 10px; } margin-left: 25px; } .btn-primary { background: transparent; color: $black-color; padding: 12px 30px 10px; border: 2px solid $main-color; &:not(:disabled):not(.disabled).active, &:not(:disabled):not(.disabled):active, .show > &.dropdown-toggle { background: $main-color; color: $white-color; border-color: $main-color; } &::after, &::before { display: none; } &:hover, &:focus { background: $main-color; color: $white-color; border-color: $main-color; } } } /*form-control*/ .form-group { margin-bottom: 15px; } .form-control { height: 45px; padding: 15px; font-size: 14px; background-color: #e4e4e4; border: 1px solid #e4e4e4; border-radius: 0; transition: $transition; &::placeholder { color: #999999; } &:focus { border-color: $main-color; background: $white-color; box-shadow: unset !important; } } /*================================================ Preloader CSS =================================================*/ .preloader { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: $main-color; text-align: center; z-index: 9999999; .spinner { margin: -60px auto 0; width: 90px; height: 70px; text-align: center; font-size: 10px; position: absolute; left: 0%; right: 0; top: 50%; div { background-color: $white-color; height: 100%; width: 6px; display: inline-block; animation: sk-stretchdelay 1.2s infinite ease-in-out; } .rect2 { animation-delay: -1.1s; } .rect3 { animation-delay: -1.0s; } .rect4 { animation-delay: -0.9s; } .rect5 { animation-delay: -0.8s; } } } @keyframes sk-stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); } 20% { transform: scaleY(1.0); } } /*================================================ Header CSS =================================================*/ .header { position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 99; } .header-info { clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%); background: $black-color; padding: { left: 45px; right: 30px; top: 15px; bottom: 15px; } text-align: right; p { margin: { bottom: 0; top: -3px; } float: left; text-align: left; i { color: $main-color; position: relative; top: 2px; margin-right: 4px; } a { color: #ececec; font-size: 14px; &:hover, &:focus { color: $main-color; } } } ul { display: inline-block; padding: 0; margin: 0; list-style-type: none; li { margin-right: 8px; display: inline-block; a { display: inline-block; color: #e2e2e5; font-size: 14px; &:hover, &:focus { transform: translateY(-3px); color: $main-color; } i { &::before { font-size: 14px; } } } &:last-child { margin-right: 0; } } } } .header-middle { padding: { top: 15px; bottom: 15px; } .header-information { text-align: right; ul { padding: 0; margin: 0; list-style-type: none; li { display: inline-block; position: relative; padding-left: 35px; text-align: left; margin-left: 15px; .icon { i { position: absolute; left: 0; top: 0; color: $main-color; &::before { font-size: 20px; } } } h5 { color: $white-color; font: { size: 15px; } margin-bottom: 0; } p { color: #ececec; line-height: 1; margin: { bottom: 0; top: 8px; } font-size: 14px; a { color: #ececec; display: inline-block; margin: 0 6px; font-size: 14px; &:hover, &:focus { color: $main-color; } &:first-child { margin-left: 0; } } } &:last-child { padding-left: 0; } .btn { padding: 14px 20px 14px 75px; font-size: 14px; margin-top: -28px; .flaticon-edit { position: absolute; left: 0; top: 0; height: 100%; width: 50px; line-height: 56px; background: $sub-main-color; transition: $transition; margin-left: 0; &::before { font-size: 18px; } &:hover, &:focus { background: $white-color; color: $main-color; } } &:hover, &:focus { .flaticon-edit { background: $main-color; color: $white-color; } } } &:nth-child(1) { padding-top: 5px; } &:nth-child(2) { padding-top: 5px; } } } } } .induxtro-mobile-nav { display: none; &.mean-container { .mean-nav { ul { li { a { &.active { color: $main-color; } } } } } } } .induxtro-nav { background: transparent; .navbar { border-bottom: 1px solid #3e4453; padding: { left: 0; right: 0; } } nav { ul { padding: 0; margin: 0; list-style-type: none; } .navbar-nav { .nav-item { position: relative; padding: 15px 0; a { font: { weight: 500; size: 14px; } color: $white-color; padding: { left: 0; right: 0; top: 0; bottom: 0; } margin: { left: 16px; right: 16px; } &:hover, &:focus, &.active { color: $main-color; } i { margin-right: 2px; position: relative; top: -2px; &::before { font-size: 9px; } } } &:last-child { a { margin-right: 0; } } &:hover { a { color: $main-color; i { &::before { content: "\f145"; } } } } .dropdown-menu { background: $black-color; position: absolute; top: 80px; left: 0; width: 250px; z-index: 99; display: block; padding: { top: 20px; left: 5px; right: 5px; bottom: 20px; } opacity: 0; visibility: hidden; border-radius: 0; box-shadow: unset; border: none; transition: $transition; li { position: relative; padding: 0; a { font: { size: 14px; weight: 500; } padding: 9px 15px; margin: 0; display: block; color: $white-color; &:hover, &:focus, &.active { color: $main-color; } } .dropdown-menu { position: absolute; left: 220px; display: block; top: 0; opacity: 0 !important; visibility: hidden !important; li { a { color: $white-color; &:hover, &:focus, &.active { color: $main-color; } } } } &:hover { .dropdown-menu { opacity: 1 !important; visibility: visible !important; top: -20px !important; } a { color: $main-color; } } } } &:hover { ul { opacity: 1; visibility: visible; top: 100%; } } } } .others-option { margin-left: 35px; ul { li { display: inline-block; span, a { display: inline-block; color: $white-color; background: $main-color; padding: 10px 15px; border-radius: 1px; margin: 0 -2px; border-left: 1px solid #de4702; transition: $transition; cursor: pointer; &:hover, &:focus { background: $white-color; color: $main-color; } } span { border-left: none; } } } } } &.is-sticky { position: fixed; top: 0; left: 0; width: 100%; padding: 5px 0; z-index: 999; box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06); background-color: $black-color !important; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; .navbar { border-bottom: none; } } } .header-style-two { .header-top { background: $black-color; padding: { top: 10px; bottom: 10px; } .header-info { clip-path: unset; background: transparent; padding: { left: 0; right: 0; top: 0; bottom: 0; } text-align: left; ul { text-align: right; display: block; } } } .induxtro-nav { padding-top: 0; nav { border-bottom: none; border-top: 1px solid #3e4453; .navbar-nav { .nav-item { &:first-child { a { margin-left: 0; } } } } .others-option { position: absolute; right: 0; top: 12px; margin-left: 0; ul { li { span, a { background: #333333; border-left: 1px solid #434343; &:hover, &:focus { background: $white-color; } } span { border-left: none; } } } } } } } .header-style-three { position: relative; background: $white-color; border-bottom: 1px solid $main-color; .induxtro-nav { nav { border-bottom: none; padding: { bottom: 0; top: 0; left: 15px; right: 15px; } background: $black-color; border-radius: 15px 15px 0 0; .navbar-nav { .nav-item { &:first-child { a { margin-left: 0; } } } } .others-option { position: absolute; right: 5px; top: 5px; margin-left: 0; ul { li { span, a { background: transparent; border-left: 1px solid #434343; &:hover, &:focus { background: transparent; color: $main-color; } } span { border-left: none; } } } } } } .header-middle { .header-information { ul { li { h5 { color: $black-color; } p { color: $paragraph-color; a { color: $paragraph-color; &:hover, &:focus { color: $main-color; } } } } } } } } .searchBoxTop { position: fixed; z-index: 9999; top: -170px; left: 0; width: 100%; background-color: $white-color; border-bottom: 3px solid $main-color; box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.15); visibility: hidden; opacity: 0; filter: alpha(opacity=0); transition: $transition; &.active { top: 0; visibility: visible; opacity: 1; filter: alpha(opacity=100); } .seachBoxContainer { padding: 45px 0; .container { position: relative; } } form { position: relative; .form-control { height: 50px; padding-left: 20px; } button { &[type="submit"] { border: 1px solid $main-color; color: $white-color; background-color: transparent; padding: 0 30px; display: inline-block; position: absolute; right: 0; top: 0; height: 100%; transition: $transition; background: $main-color; outline: 0 !important; &:hover, &:focus { background: $black-color; border-color: $black-color; } } } } .searchClose { cursor: pointer; position: absolute; top: -40px; right: 42px; width: 30px; height: 30px; &::before, &::after { content: ''; position: absolute; top: 4px; left: 47%; margin-top: -30/2; margin-left: -3/2; display: block; height: 30px; width: 3px; background-color: $black-color; transform: rotate(-45deg); transition: $transition; } &::after { transform: rotate(-135deg); } &:hover::before, &:hover::after, &:focus::before, &:focus::after { background-color: $main-color; } } } /*================================================ Main Banner CSS =================================================*/ .main-banner { height: 800px; background: { position: center center; size: cover; repeat: no-repeat; } position: relative; z-index: 1; &::before { content: ''; position: absolute; left: 0; top: 0; background: $black-color; opacity: .70; width: 100%; height: 100%; z-index: -1; } .container { position: relative; } } .item-bg1 { background-image: url(../../assets/img/main-banner1.jpg); } .item-bg2 { background-image: url(../../assets/img/main-banner2.jpg); } .item-bg3 { background-image: url(../../assets/img/main-banner3.jpg); } .item-bg4 { background-image: url(../../assets/img/main-banner4.jpg); } .item-bg5 { background-image: url(../../assets/img/main-banner5.jpg); } .item-bg6 { background-image: url(../../assets/img/main-banner6.jpg); } .item-bg7 { background-image: url(../../assets/img/main-banner7.jpg); } .item-bg8 { background-image: url(../../assets/img/main-banner8.jpg); } .item-bg9 { background-image: url(../../assets/img/main-banner9.jpg); } .main-banner-content { margin-top: 50px; h1 { color: $white-color; font-size: 60px; margin-bottom: 0; span { color: $main-color; } } p { font-size: 17px; color: #ececec; margin: { top: 10px; bottom: 25px; } } } .banner-image { position: absolute; right: 0; top: -148px; } .learn-more-btn { color: $white-color; font: { size: 15px; weight: 500; } position: relative; z-index: 1; display: inline-block; &::before { content: ''; position: absolute; left: 0; bottom: 0; background: $main-color; width: 110%; z-index: -1; height: 2px; transition: $transition; } &:hover, &:focus { color: $main-color; &::before { left: 25px; width: 100%; } } } .home-banner-two { .main-banner { height: 950px; .main-banner-content { margin-top: -160px; } &::before { opacity: .88; } } &.home-slides { &.owl-theme { .owl-nav { &.disabled { + .owl-dots { position: absolute; right: 9%; top: 50%; margin-top: -120px; } } } } } } .home-banner-three { .main-banner { height: 670px; .main-banner-content { margin-top: 0; } } &.home-slides { &.owl-theme { .owl-nav { &.disabled { + .owl-dots { position: absolute; right: 0; top: auto; margin-top: 0; left: 0; bottom: 25px; .owl-dot { display: inline-block; span { margin: 0 4px; } } } } } } } } .home-banner-four { .main-banner { height: 700px; &::before { background: $white-color; } .main-banner-content { margin-top: 0; h1 { color: $black-color; } p { color: $black-color; } .learn-more-btn { color: $black-color; &:hover, &:focus { color: $main-color; } } } } &.home-slides.owl-theme { .owl-nav { &.disabled { + .owl-dots { .owl-dot { span { border: 1px solid $paragraph-color; &::before { background: $paragraph-color; } } &:hover, &.active { span { border-color: $main-color; &::before { background: $main-color; } } } } } } } } } .home-slides.owl-theme { .owl-nav { &.disabled { + .owl-dots { position: absolute; right: 8%; top: 50%; margin-top: -30px; .owl-dot { display: block; outline: 0 !important; span { width: 16px; height: 16px; margin: 4px 0; outline: 0 !important; background: transparent; transition: $transition; border-radius: 50%; position: relative; padding: 0; text-align: center; border: 1px solid $white-color; &::before { content: ''; position: absolute; left: 0; right: 0; margin: 0 auto; background: $white-color; transition: $transition; width: 8px; height: 8px; top: 3px; border-radius: 50%; } } &:hover, &.active { span { border-color: $main-color; &::before { background: $main-color; } } } } } } } } /*================================================ Contact Info Boxes CSS =================================================*/ .contact-info-boxes { position: relative; margin-top: -69px; z-index: 2; .box { position: relative; padding-left: 35px; .icon { i { position: absolute; left: 0; top: 0; color: $main-color; &::before { font-size: 20px; } } } h5 { color: $white-color; font: { size: 15px; } margin-bottom: 0; } p { color: #ececec; margin: { bottom: 0; top: 4px; } font-size: 14px; a { color: #ececec; display: inline-block; margin: 0 6px; font-size: 14px; &:hover, &:focus { color: $main-color; } &:first-child { margin-left: 0; } } } .btn { padding: 25px 30px 22px 80px; .flaticon-edit { position: absolute; left: 0; top: 0; height: 100%; width: 50px; line-height: 70px; background: $sub-main-color; transition: $transition; margin-left: 0; &::before { font-size: 18px; } &:hover, &:focus { background: $white-color; color: $main-color; } } &:hover, &:focus { .flaticon-edit { background: $main-color; color: $white-color; } } } } } /*================================================ Services Boxes CSS =================================================*/ .services-boxes-area { padding: { left: 15px; } .col-lg-3 { &:last-child { .services-box { border-right: 0; } } } } .services-box { position: relative; padding: { left: 85px; right: 15px; } z-index: 1; border-right: 1px solid #dfdfdf; transition: $transition; .icon { position: absolute; left: 0; top: 0; width: 60px; height: 60px; line-height: 60px; background: $white-color; text-align: center; color: $main-color; transition: $transition; i { &::before { font-size: 25px; } } } h3 { margin-bottom: 10px; font-size: 22px; } .back-icon { position: absolute; right: 40px; bottom: -14px; color: #ebebeb; z-index: -1; transform: rotate(32deg); transition: $transition; i { &::before { font-size: 110px; } } } &:hover { border-color: $main-color; .icon { background: $main-color; color: $white-color; border-radius: 50%; } .back-icon { transform: rotate(0deg); right: 80%; bottom: 25%; } } } .read-more-btn { font: { size: 15px; weight: 500; } position: relative; z-index: 1; display: inline-block; color: $black-color; &::before { content: ''; position: absolute; left: 0; bottom: 0; background: $main-color; width: 110%; z-index: -1; height: 2px; transition: $transition; } &:hover, &:focus { color: $main-color; &::before { left: 25px; width: 100%; } } } /*================================================ About CSS =================================================*/ .about-area { position: relative; z-index: 1; } .about-image { text-align: right; position: relative; z-index: 1; img { width: 90%; margin: { top: 20px; right: 20px; bottom: 60px; } display: inline-block; } span { display: block; position: absolute; bottom: 10px; left: 50px; color: $white-color; font: { size: 25px; weight: 500; } } &::before { content: ''; position: absolute; left: 15px; top: 0; background: $main-color; width: 90%; height: 100%; z-index: -1; } } .about-content-image { position: relative; text-align: center; z-index: 1; &::before { content: ''; position: absolute; background: $main-color; left: -40px; top: 0; width: 150px; height: 150px; border-radius: 5px; z-index: -1; } img { margin-top: 40px; } } .about-content { span { text-transform: uppercase; display: block; color: $main-color; } h3 { font-size: 35px; margin: { top: 10px; bottom: 15px; } } p { margin-bottom: 0; } ul { padding: 0; margin: 25px 0 10px; list-style-type: none; overflow: hidden; li { float: left; width: 45%; font: { size: 16px; weight: 500; } margin-bottom: 10px; i { color: $main-color; &::before { margin-right: 3px; } } } } .btn { margin-top: 25px; } } .about-funfacts { margin-top: 100px; text-align: center; padding: { left: 50px; right: 50px; } .single-about-funfact { h3 { font: { size: 35px; weight: 600; } margin: { bottom: 3px; top: -10px; } } } p { color: $main-color; margin-bottom: 0; } } .about-features { margin-bottom: 100px; } .funfacts-three { padding-top: 18px; margin-bottom: 6px; } .single-features-box { border: 1px solid #E8E8E8; padding: 35px 25px; position: relative; text-align: center; z-index: 1; transition: $transition; &::before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: $main-color; transform: scaleY(0); transform-origin: 50% 0; transition-property: transform; transition-duration: $transition; transition-timing-function: ease-out; } .icon { color: $main-color; transition: $transition; i { &::before { font-size: 40px; } } } h3 { font-size: 22px; margin: { bottom: 10px; top: 15px; } transition: $transition; } p { transition: $transition; } &:hover { .icon, h3, p { color: $white-color; } &::before, &:focus { transform: scaleY(1); transition-timing-function: cubic-bezier(0.52,1.64,.37,.66); } border-color: $main-color; transform: translateY(-7px); } } .map-image { position: absolute; left: 0; bottom: 0; right: 0; margin: 0 auto; z-index: -1; text-align: center; } /*about-style-two*/ .about-area-two { position: relative; z-index: 1; } .about-inner { border: 7px solid #e1e1e1; .about-inner-image { border-right: 7px solid #e1e1e1; } .about-inner-content { padding: { left: 25px; right: 25px; } span { text-transform: uppercase; display: block; color: $main-color; } h3 { font-size: 35px; margin: { top: 10px; bottom: 15px; } color: $white-color; } p { margin-bottom: 0; color: $white-color; } ul { padding: 0; margin: 25px 0 10px; list-style-type: none; overflow: hidden; li { float: left; width: 45%; font: { size: 16px; weight: 500; } margin-bottom: 10px; color: $white-color; i { color: $main-color; &::before { margin-right: 3px; } } } } .btn { margin-top: 25px; } .btn-primary { background: $white-color; &:hover, &:focus { background: $white-color; color: $main-color; } } } } /*about-style-three*/ .about-area-three { position: relative; z-index: 1; } .about-area-three { .single-about-funfact { text-align: left; position: relative; z-index: 1; &::before { content: ''; position: absolute; width: 50px; height: 90px; border: 7px solid #ebebeb; left: -15px; top: -8px; z-index: -1; } } } /*================================================ Boxes CSS =================================================*/ .boxes-area { position: relative; background: transparent; margin-top: -319px; z-index: 1; .col-lg-4 { &:first-child { .single-box { &::before { content: ''; position: absolute; left: -7px; bottom: -7px; width: 90px; height: 90px; border: { bottom: 7px solid $main-color; left: 7px solid $main-color; } z-index: 1; } } } &:last-child { .single-box { &::before { content: ''; position: absolute; right: -7px; bottom: -7px; width: 90px; height: 90px; border: { bottom: 7px solid $main-color; right: 7px solid $main-color; } z-index: 1; } } } } } .single-box { padding: 35px 25px; background: $white-color; position: relative; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); transition: $transition; z-index: 1; .icon { color: $main-color; position: relative; z-index: 2; transition: $transition; i { &::before { font-size: 45px; } } } h3 { font-size: 22px; position: relative; z-index: 2; margin: { bottom: 20px; top: 10px; } position: relative; transition: $transition; &::before { content: ''; position: absolute; left: 0; bottom: -5px; width: 50px; height: 2px; background: $main-color; transition: $transition; } } p { margin-bottom: 20px; position: relative; z-index: 2; transition: $transition; } a { color: $main-color; font-weight: 500; position: relative; z-index: 2; &:hover, &:focus { letter-spacing: 1px; } } .back-icon { position: absolute; right: 0; bottom: 0; color: #f2f2f2; z-index: -1; transition: $transition; i { &::before { font-size: 85px; } } } &:hover, &.active { background: $main-color; .icon { color: $white-color; } h3 { color: $white-color; &::before { background: $white-color; } } p { color: $white-color; } a { color: $white-color; } .back-icon { color: $sub-main-color; } } } .boxes-area-two { .box { text-align: center; padding: 35px 20px; .icon { color: $main-color; i { &::before { font-size: 35px; } } } h3 { color: $white-color; font-size: 22px; margin: { top: 15px; bottom: 12px; } } p { color: $white-color; font-size: 14px; margin-bottom: 20px; } .read-more { color: $main-color; &:hover, &:focus { letter-spacing: 1px; } } &.active { background: $main-color; padding: 30px 20px; .icon { color: $white-color; } .btn-primary { color: $black-color; background: $black-color; font-size: 13px; padding: 10px 20px; &:hover, &:focus { background: $black-color; color: $white-color; } &::before, &::after { background: $white-color; } } } } } /*================================================ BG Common Style CSS =================================================*/ .bg-common-style { background: { image: url(../../assets/img/main-banner6.jpg); position: center; size: cover; attachment: fixed; repeat: no-repeat; } } .quote-common-content { background: $white-color; position: relative; .quote { padding: 25px; position: relative; z-index: 1; p { font: { size: 17px; weight: 600; } margin-bottom: 25px; color: $black-color; } &::after { content: ''; z-index: -1; position: absolute; bottom: -40px; right: 40%; border: { style: solid; width: 20px; color: transparent $white-color transparent transparent; } transform: rotate(-90deg); } } .name { text-align: right; padding: 20px 35px; background: $main-color; h3 { font-size: 18px; color: $white-color; margin-bottom: 0; } } i { position: absolute; left: 5px; color: $main-color; top: -30px; transform: rotate(180deg); &::before { font-size: 40px; } } } .video-btn { text-align: center; a { display: inline-block; color: $black-color; background: $white-color; width: 75px; text-align: center; height: 75px; animation: ripple-orange 1s linear infinite; line-height: 75px; border-radius: 50%; i { &::before { font-size: 35px; } } &:hover, &:focus { background: $black-color; color: $white-color; } } } @keyframes ripple-orange { 0% { box-shadow: 0 0 0 0 rgba(255, 69, 0, .6), 0 0 0 20px rgba(255, 69, 0, .6), 0 0 0 40px rgba(255, 69, 0, .6); } 100% { box-shadow: 0 0 0 20px rgba(255, 69, 0, .6), 0 0 0 40px rgba(255, 69, 0, .6), 0 0 0 60px rgba(255, 69, 0, 0); } } /*================================================ Services CSS =================================================*/ .services-area { padding-bottom: 70px; } .single-services { margin-bottom: 30px; transition: $transition; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); background: $white-color; .services-image { overflow: hidden; position: relative; img { transition: $transition; } .icon { position: absolute; left: 25px; top: 25px; width: 60px; height: 60px; line-height: 60px; background: $main-color; text-align: center; color: $white-color; border-radius: 50%; i { &::before { font-size: 25px; } } } } .services-content { padding: 30px 25px; h3 { font-size: 22px; margin-bottom: 10px; a { color: $black-color; &:hover, &:focus { color: $main-color; } } } } &:hover, &:focus { transform: translateY(-7px); .services-image { img { transform: scale(1.2) rotate(4deg); } } } } /*services style two*/ .single-services-box { margin-bottom: 30px; transition: $transition; .services-image { position: relative; .icon { position: absolute; left: 25px; top: 25px; width: 60px; height: 60px; line-height: 60px; background: $main-color; text-align: center; color: $white-color; border-radius: 50%; i { &::before { font-size: 25px; } } } } .services-content { padding: 25px 15px; overflow: hidden; z-index: 1; position: relative; background: $white-color; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); margin: { left: 10px; right: 10px; top: -40px; } h3 { font-size: 22px; margin-bottom: 0; a { color: $black-color; &:hover, &:focus { color: $main-color; } } } .icon { position: absolute; z-index: -1; left: 0; top: 3px; color: #ececec; i { &::before { font-size: 45px; } } } .link-icon { position: absolute; right: 15px; top: 50%; margin-top: -10px; a { color: #cecece; &:hover, &:focus { color: $main-color; } } } } &:hover, &:focus { transform: translateY(-7px); } } /*================================================ Testimonials CSS =================================================*/ .testimonials-area { position: relative; z-index: 1; background: { position: center center; image: url(../../assets/img/testimonial-bg.jpg); size: cover; repeat: no-repeat; attachment: fixed; } &::before { content: ''; position: absolute; left: 0; top: 0; background: $black-color; opacity: .88; width: 100%; height: 100%; z-index: -1; } .section-title { h2 { color: $white-color; } } .btn-primary { color: $white-color; } .container { position: relative; } } .single-testimonials { border: 1px solid $white-color; padding: 30px; .client-info { position: relative; padding: { left: 80px; top: 10px; bottom: 3px; } margin-bottom: 25px; img { position: absolute; left: 0; top: 0; width: 65px; height: 65px; } h5 { color: $white-color; margin-bottom: 8px; font-size: 18px; } span { display: block; color: $white-color; font-size: 13px; } } p { color: $white-color; } ul { padding: 0; list-style-type: none; margin: 0; li { display: inline-block; color: $main-color; } } } .testimonials-slides { &.owl-theme { .owl-nav { margin-top: 40px; [class*='owl-'] { color: $black-color; margin: 0 0 0 6px; background: $white-color; cursor: pointer; border-radius: 0; padding: 8px 18px 5px !important; transition: $transition; outline: 0 !important; &:hover, &:focus { background: $main-color; color: $white-color; } } } } } /*testimonials-style-two*/ .single-feedback { background-color: #f8f8f8; padding: 35px; text-align: center; .client-img { position: relative; z-index: 1; margin-bottom: 25px; display: inline-block; img { width: unset !important; display: inline-block !important; } i { color: $main-color; position: absolute; left: 0; bottom: -10px; right: 0; margin: 0 auto; width: 24px; height: 24px; background: $white-color; line-height: 25px; border-radius: 50%; &::before { font-size: 13px; } } } p { color: $black-color; margin-bottom: 0; } ul { padding: 0; margin: 20px 0 0; list-style-type: none; li { display: inline-block; color: $main-color; } } .client-info { margin-top: 15px; h5 { font-size: 18px; margin-bottom: 6px; } span { display: block; font-size: 14px; color: $paragraph-color; } } } /*================================================ Big Dream CSS =================================================*/ .big-dream-area { position: relative; z-index: 1; } .big-dream-image { background: { image: url(../../assets/img/big-dream.jpg); position: center center; size: cover; repeat: no-repeat; } width: 100%; height: 100%; img { display: none; } .video-icon { display: inline-block; color: $white-color; background: $main-color; width: 75px; text-align: center; height: 75px; animation: ripple-white 1s linear infinite; line-height: 75px; border-radius: 50%; position: absolute; left: 0; right: 0; margin: 0 auto; top: 50%; margin-top: -35px; i { &::before { font-size: 35px; } } } } .big-dream-content { max-width: 540px; margin-left: 30px; .section-title { margin-bottom: 20px; } p { margin-bottom: 0; } ul { padding: 0; margin: 25px 0 0; list-style-type: none; overflow: hidden; li { float: left; width: 50%; font: { size: 16px; weight: 500; } margin-bottom: 10px; i { color: $main-color; &::before { margin-right: 3px; } } } } .btn { margin-top: 20px; } } .big-dream-inner-area { margin-top: 100px; } .single-dream-box { position: relative; padding-left: 60px; .icon { position: absolute; left: 0; top: 0; color: $main-color; i { &::before { font-size: 35px; } } } h3 { font-size: 22px; text-transform: capitalize; margin-bottom: 8px; } } .cargo-image { position: absolute; right: 0; top: 30px; z-index: -1; opacity: .7; } @keyframes ripple-white { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2); } 100% { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0); } } /*================================================ How We Work CSS =================================================*/ .how-we-work { .col-lg-4 { &:last-child { .single-work-process { .arrow-img { display: none; } } } &:first-child { .single-work-process { .arrow-img { top: 33%; } } } } } .single-work-process { background: $white-color; padding: 30px 25px; text-align: center; position: relative; h3 { margin: { top: 25px; bottom: 12px; } font-size: 22px; } .icon img, h3, p { position: relative; z-index: 2; } p { margin-bottom: 0; } &::before, &::after { content: ''; position: absolute; width: 0; height: 0; opacity: 0; visibility: hidden; transition: $transition; } &::after { border: { right: 3px solid $main-color; bottom: 3px solid $main-color; } right: 0; bottom: 0; } &::before { border: { left: 3px solid $main-color; top: 3px solid $main-color; } left: 0; top: 0; } &:hover { &::after, &::before { width: 40px; height: 40px; opacity: 1; visibility: visible; } } .arrow-img { position: absolute; right: -100px; top: 25%; z-index: 1; } } /*================================================ Project CSS =================================================*/ .projects-area { position: relative; z-index: 1; .map-image { bottom: auto; top: 0; } .section-title { h2 { color: $white-color; } } .btn-primary { color: $white-color; } &.bg-black { &::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: $white-color; z-index: -1; } } } .projects-area-two { &.bg-black { .shorting-menu { .filter { color: $white-color; } } } } .shorting-menu { .filter { border: none; background: transparent; padding: 10px 20px; text-transform: capitalize; cursor: pointer; transition: $transition; border-radius: 0; outline: 0 !important; border: 1px solid $main-color; color: $black-color; font-weight: 500; margin-right: 4px; &.active, &:hover, &:focus { background: $main-color; color: $white-color; border-color: $main-color; } i { margin-right: 3px; } } } .shorting { margin-top: 50px; .mix { display: none; } } .single-projects { margin-bottom: 30px; position: relative; overflow: hidden; &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: $black-color; opacity: 0; visibility: hidden; transition: $transition; } &::after { content: ''; position: absolute; width: 93%; height: 100%; border: 2px solid $main-color; border-bottom: none; left: 15px; top: 15px; transform: scale(0.9); opacity: 0; visibility: hidden; transition: $transition; } .btn-box { position: absolute; top: 50%; left: 0; right: 0; margin: -45px auto 0; text-align: center; opacity: 0; z-index: 2; visibility: hidden; transition: $transition; a { display: inline-block; color: $white-color; width: 45px; height: 45px; line-height: 45px; background: $main-color; margin: 0 3px; border-radius: 50%; i { &::before { font-size: 18px; } } &:hover, &:focus { color: $main-color; background: $white-color; } } } .projects-content { position: absolute; bottom: -125px; width: 100%; height: auto; left: 0; padding: 30px 25px; z-index: 2; background: $main-color; text-align: center; opacity: 0; visibility: hidden; transition: $transition; h3 { color: $white-color; font-size: 22px; a { color: $white-color; } } span { display: block; color: $white-color; } } &:hover, &:focus { &::before { opacity: .88; visibility: visible; } &::after { opacity: 1; visibility: visible; transform: scale(1); } .btn-box { opacity: 1; visibility: visible; margin: -75px auto 0; } .projects-content { bottom: 0; opacity: 1; visibility: visible; } } } .projects-slides { &.owl-theme { .owl-nav { &.disabled { + .owl-dots { margin-top: 10px; line-height: 1; .owl-dot { span { width: 30px; height: 5px; margin: 0 3px; background: #b2b2b2; outline: 0 !important; border-radius: 0; transition: $transition; } &:hover, &:focus, &.active { box-shadow: unset; outline: 0 !important; span { background: $main-color; outline: 0 !important; } } } } } } } } /*project-style-two*/ .projects-area-two { position: relative; padding-bottom: 70px; z-index: 1; .map-image { bottom: auto; top: 0; } .section-title { h2 { color: $white-color; } } .btn-primary { color: $white-color; } } .single-projects-box { border: 3px solid $white-color; margin-bottom: 30px; transition: $transition; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); .projects-image { position: relative; &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: $black-color; opacity: 0; visibility: hidden; transition: $transition; } } .projects-content { background: $white-color; text-align: center; padding: 30px 25px; transition: $transition; h3 { font-size: 20px; margin-bottom: 10px; transition: $transition; a { color: $black-color; } } span { display: block; color: $black-color; transition: $transition; } } .btn-box { position: absolute; top: 50%; left: 0; right: 0; margin: 20px auto 0; text-align: center; opacity: 0; z-index: 2; visibility: hidden; transition: $transition; a { display: inline-block; color: $white-color; width: 45px; height: 45px; line-height: 45px; background: $main-color; margin: 0 3px; border-radius: 50%; i { &::before { font-size: 18px; } } &:hover, &:focus { color: $main-color; background: $white-color; } } } &:hover, &:focus { border-color: $main-color; .projects-image { &::before { opacity: .88; visibility: visible; } } .projects-content { background: $main-color; h3 { a { color: $white-color; } } span { color: $white-color; } } .btn-box { opacity: 1; visibility: visible; margin: -10px auto 0; } } } /*================================================ Partner CSS =================================================*/ .partner-item { background: $white-color; text-align: center; position: relative; z-index: 1; a { display: block; padding: 25px 15px; img { display: inline-block !important; width: auto !important; transition: $transition; } } &::before, &::after { content: ''; position: absolute; z-index: -1; width: 0; height: 0; opacity: 0; visibility: hidden; transition: $transition; } &::after { border: { right: 3px solid $main-color; bottom: 3px solid $main-color; } right: 0; bottom: 0; } &::before { border: { left: 3px solid $main-color; top: 3px solid $main-color; } left: 0; top: 0; } &:hover, &:focus { a { img { opacity: .66; transform: scale(.9); } } &::after, &::before { width: 40px; height: 40px; opacity: 1; visibility: visible; } } } /*================================================ CTA CSS =================================================*/ .cta-area { position: relative; z-index: 1; overflow: hidden; .cta-content { text-align: center; max-width: 660px; margin: 0 auto; h2 { color: $white-color; font-size: 28px; line-height: 40px; margin-bottom: 20px; } p { color: $white-color; margin: 0 auto; max-width: 535px; font-size: 14px; } .btn { margin-top: 30px; } .btn-primary { background: $white-color; &:hover, &:focus { background: $white-color; color: $main-color; } } } &.bg-image { background: { position: center center; image: url(../../assets/img/cta-bg2.jpg); size: cover; repeat: no-repeat; attachment: fixed; } &::before { content: ''; position: absolute; left: 0; top: 0; background: $black-color; opacity: .88; width: 100%; height: 100%; z-index: -1; } } } /*cta-style-two*/ .cta-area-two { position: relative; z-index: 1; background: { position: center center; image: url(../../assets/img/cta-bg.jpg); size: cover; repeat: no-repeat; attachment: fixed; } &::before { content: ''; position: absolute; left: 0; top: 0; background: $black-color; opacity: .88; width: 100%; height: 100%; z-index: -1; } &::after { content: ''; position: absolute; left: 0; bottom: 0; background: $white-color; width: 100%; height: 22%; z-index: -1; } .cta-content { text-align: center; max-width: 660px; margin: 0 auto; h2 { color: $white-color; font-size: 28px; line-height: 40px; margin-bottom: 20px; } p { color: $white-color; margin: 0 auto; max-width: 535px; font-size: 14px; } } .cta-inner-content { background: $main-color; padding: 35px 25px; margin-top: 40px; .single-cta-box { text-align: center; .icon { width: 70px; height: 70px; display: inline-block; line-height: 70px; color: $main-color; border-radius: 50%; background: $black-color; transition: $transition; i { &::before { font-size: 30px; } } } h3 { font-size: 22px; margin-top: 20px; text-transform: capitalize; color: $white-color; } p { color: $white-color; font-size: 14px; } &:hover { .icon { background: $white-color; } } } } } /*================================================ Team CSS =================================================*/ .team-area { position: relative; z-index: 1; padding-bottom: 70px; } .single-team { margin-bottom: 30px; .team-img { position: relative; text-align: left; img { width: 88% !important; display: inline-block !important; } .social { height: 100%; background: $white-color; text-align: center; position: absolute; top: 0; right: 0; width: 0; opacity: 0; overflow: hidden; visibility: hidden; transition: $transition; ul { padding: 0; margin: 0; position: relative; top: 50%; margin-top: -110px; list-style-type: none; li { a { width: 45px; display: inline-block; height: 45px; line-height: 45px; color: #9f9f9f; background: #e4e4e4; &.facebook { color: $white-color; background: #3C5A99; &:hover, &:focus { background: $main-color; color: $white-color; } } &.twitter { color: $white-color; background: #38A1F3; &:hover, &:focus { background: $main-color; color: $white-color; } } &.linkedin { color: $white-color; background: #0077B5; &:hover, &:focus { background: $main-color; color: $white-color; } } &.instagram { color: $white-color; background: #231F20; &:hover, &:focus { background: $main-color; color: $white-color; } } &:hover, &:focus { background: $main-color; color: $white-color; } } } } } } .team-content { position: relative; background: $white-color; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); padding: 35px 25px; text-align: center; margin: { left: 40px; top: -40px; } h3 { font-size: 22px; margin-bottom: 10px; a { color: $black-color; &:hover, &:focus { color: $main-color; } } } span { display: block; font-size: 14px; color: $main-color; } } &:hover, &:focus { .team-img { .social { opacity: 1; visibility: visible; width: 45px; } } } } .team-slides { &.owl-theme { .owl-nav { &.disabled { + .owl-dots { line-height: 1; margin: { top: 0; bottom: 30px; } .owl-dot { span { width: 30px; height: 5px; margin: 0 3px; background: #b2b2b2; outline: 0 !important; border-radius: 0; transition: $transition; } &:hover, &:focus, &.active { box-shadow: unset; outline: 0 !important; span { background: $main-color; outline: 0 !important; } } } } } } } } .engineer-image { position: absolute; right: 0; bottom: 0; z-index: -1; opacity: .7; } .construction-image { position: absolute; left: 0; bottom: 0; z-index: -1; opacity: .7; } .settings-image { position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; top: 50px; opacity: .7; z-index: -1; } /*team-style-two*/ .single-team-box { box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); transition: $transition; margin-bottom: 30px; .team-img { position: relative; overflow: hidden; .social { position: absolute; bottom: -45px; left: 0; width: 100%; background: $black-color; height: auto; padding: { top: 10px; bottom: 10px; } text-align: center; opacity: 0; visibility: hidden; transition: $transition; ul { padding: 0; margin: 0; list-style-type: none; li { display: inline-block; margin: { left: 4px; right: 4px; } a { color: $white-color; display: block; &:hover, &:focus { color: $main-color; transform: translateY(-2px); } } } } } } .team-content { background: $white-color; border-left: 2px solid $main-color; transition: $transition; padding: 25px; text-align: center; position: relative; z-index: 1; &::before { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: $main-color; transition: $transition; z-index: -1; } h3 { font-size: 22px; margin-bottom: 10px; transition: $transition; a { color: $black-color; &:hover, &:focus { color: $main-color; } } } span { display: block; font-size: 14px; color: $main-color; transition: $transition; } } &:hover, &:focus, &.active { .team-content { &::before { width: 100%; } h3 { color: $white-color; } span { color: $white-color; } } .team-img { .social { opacity: 1; bottom: 0; visibility: visible; } } } } /*team-style-three*/ .team-box { margin-bottom: 30px; position: relative; overflow: hidden; transition: $transition; text-align: center; .team-content { position: absolute; left: 0; right: 0; padding: 25px; bottom: 0; transition: $transition; width: 100%; z-index: 1; h3 { font-size: 22px; margin-bottom: 10px; transition: $transition; a { color: $black-color; &:hover, &:focus { color: $main-color; } } } span { display: block; font-size: 14px; color: $main-color; transition: $transition; } ul { padding: 0; margin: 15px 0 -55px; list-style-type: none; transition: $transition; opacity: 0; visibility: hidden; li { display: inline-block; a { display: block; width: 35px; height: 35px; line-height: 35px; background: $black-color; border-radius: 50%; color: $white-color; &:hover, &:focus { background: $white-color; color: $black-color; } } } } &::before { content: ''; position: absolute; left: 22px; z-index: -1; top: 0; background: $white-color; width: 89%; height: 100%; transition: $transition; opacity: .95; } } &:hover, &:focus { .team-content { &::before { background: $main-color; } h3 { color: $white-color; } span { color: $white-color; } ul { margin-bottom: 0; opacity: 1; visibility: visible; } } } } .team-slider { .team-box { margin-bottom: 0; } } /*================================================ Why Choose Us CSS =================================================*/ .why-choose-us { position: relative; z-index: 1; background: $main-color; } .why-choose-us-image { background: { image: url(../../assets/img/why-choose-us.jpg); position: center center; size: cover; repeat: no-repeat; } width: 100%; height: 100%; img { display: none; } } .why-choose-us-content { max-width: 565px; margin-left: 30px; .section-title { margin-bottom: 20px; h2 { color: $white-color; } .bar { background: $white-color; } span { color: $black-color; } } p { margin-bottom: 0; color: $white-color; } .single-inner-box { position: relative; margin-top: 30px; padding-left: 70px; .icon { position: absolute; left: 0; top: 0; width: 55px; height: 55px; line-height: 55px; text-align: center; background: $black-color; color: $white-color; transition: $transition; border-radius: 50%; i { &::before { font-size: 25px; } } } h3 { color: $white-color; font-size: 20px; text-transform: capitalize; margin-bottom: 8px; } p { color: #F6F6E2; font-size: 14px; } &:hover { .icon { background: $white-color; color: $main-color; } } } } /*why-choose-us-two*/ .why-choose-content { .section-title { margin-bottom: 10px; } .single-inner-box { margin-top: 30px; .icon { width: 55px; height: 55px; line-height: 55px; background: #e5e5e5; text-align: center; border-radius: 50%; transition: $transition; color: $main-color; i { &::before { font-size: 25px; } } } h3 { font-size: 22px; margin: { top: 20px; bottom: 8px; } } &:hover { .icon { background: $main-color; color: $white-color; } } } } /*================================================ Get a Quote CSS =================================================*/ .quote-area { position: relative; z-index: 1; } .quote-image { background: { image: url(../../assets/img/quote.jpg); position: center center; size: cover; repeat: no-repeat; } width: 100%; height: 100%; img { display: none; } } .quote-content { max-width: 540px; margin-left: 30px; .section-title { margin-bottom: 35px; } form { .row { margin: { left: -8px; right: -8px; } .col-lg-6, .col-lg-12 { padding: { right: 8px; left: 8px; } } } .btn { margin-top: 15px; } } } .quote-form { background: $main-color; padding: 35px; margin-left: 20px; h3 { font-size: 30px; margin-bottom: 20px; color: $white-color; } form { label { color: $white-color; } .form-control { border: none; color: $white-color; background: $black-color; font-size: 13px; &::placeholder { color: #c1c1c1; } } .btn { display: block; width: 100%; } .btn-primary { background: $black-color; color: $black-color; &:hover, &:focus { background: $black-color; color: $white-color; } &::before, &::after { background: $white-color; } } } } .contact-image { position: absolute; right: 20px; top: 90px; z-index: -1; opacity: .7; } .faq-quote-area { position: relative; z-index: 1; .faq-content { max-width: unset; margin-right: 0; } .quote-content { max-width: unset; margin-left: 0; } .contact-image { opacity: 1; } } /*================================================ FAQ CSS =================================================*/ .faq-area { position: relative; z-index: 1; } .faq-image { background: { image: url(../../assets/img/faq.jpg); position: center center; size: cover; repeat: no-repeat; } width: 100%; height: 100%; img { display: none; } } .faq-content { max-width: 540px; margin: { left: auto; right: 50px; } .section-title { margin-bottom: 35px; } .accordion { list-style-type: none; padding: 0; margin: 0; .accordion-item { display: block; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); background: $white-color; margin-bottom: 5px; &:last-child { margin-bottom: 0; } } .accordion-title { display: block; padding: 12px 20px 9px 51px; text-decoration: none; color: $black-color; font: { size: 16px; weight: 500; } position: relative; border-bottom: 1px solid $white-color; i { position: absolute; left: 0; top: 0; width: 40px; text-align: center; height: 100%; background: $main-color; color: $white-color; line-height: 44px; } &.active { border-bottom-color: #e1e1e1; i { &::before { content: "\f145"; } } } } .accordion-content { display: none; position: relative; padding: 15px 15px; &.show { display: block; } } } } .info-image { position: absolute; left: 20px; top: 100px; z-index: -1; opacity: .7; } .faq-accordion { box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); padding: 60px; background: $white-color; border-radius: 10px; .accordion { list-style-type: none; padding: 0; margin: 0; .accordion-item { display: block; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); background: $white-color; margin-bottom: 5px; &:last-child { margin-bottom: 0; } } .accordion-title { display: block; padding: 12px 20px 9px 51px; text-decoration: none; color: $black-color; font: { size: 16px; weight: 500; } position: relative; border-bottom: 1px solid $white-color; i { position: absolute; left: 0; top: 0; width: 40px; text-align: center; height: 100%; background: $main-color; color: $white-color; line-height: 44px; } &.active { border-bottom-color: #e1e1e1; i { &::before { content: "\f145"; } } } } .accordion-content { display: none; position: relative; padding: 15px 15px; &.show { display: block; } } } } .faq-contact { margin-top: 45px; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); padding: 60px; border-radius: 4px; h3 { font: { size: 25px; } margin-bottom: 25px; } form { .form-control { background: transparent; } } } /*================================================ Blog CSS =================================================*/ .blog-area { &.bg-style { position: relative; z-index: 1; &::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 37%; background: $black-color; } } } .single-blog-post { position: relative; margin-bottom: 30px; &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1)); } .blog-post-content { position: absolute; bottom: 0; left: 0; width: 100%; height: auto; text-align: center; padding: 0 25px; transition: $transition; ul { padding: 0; margin: 0 0 15px; list-style-type: none; li { display: inline-block; position: relative; padding: 0 7px; a { display: inline-block; color: $white-color; &:hover, &:focus { color: $main-color; } } &::before { content: ''; position: absolute; left: -3px; top: 3px; background: $white-color; width: 2px; height: 15px; transform: rotate(15deg); } &:first-child { &::before { display: none; } } } } h3 { font-size: 22px; margin-bottom: 0; line-height: 31px; transition: $transition; a { color: $white-color; display: block; &:hover, &:focus { color: $main-color; } } } .read-more { display: inline-block; color: $main-color; opacity: 0; visibility: hidden; transition: $transition; i { &::before { font-size: 22px; } } } } &:hover, &:focus { .blog-post-content { bottom: 20px; h3 { margin-bottom: 15px; } .read-more { opacity: 1; visibility: visible; } } } } .blog-slides { &.owl-theme { .owl-nav { &.disabled { + .owl-dots { line-height: 1; margin: { top: 10px; } .owl-dot { span { width: 30px; height: 5px; margin: 0 3px; background: #b2b2b2; outline: 0 !important; border-radius: 0; transition: $transition; } &:hover, &:focus, &.active { box-shadow: unset; outline: 0 !important; span { background: $main-color; outline: 0 !important; } } } } } } } } /*blog-style-two*/ .single-blog-post-box { margin-bottom: 30px; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); .blog-image { overflow: hidden; a { display: block; img { transition: $transition; } } } .blog-post-content { padding: 35px 25px; background: $white-color; h3 { font-size: 22px; margin-bottom: 0; line-height: 31px; a { color: $black-color; &:hover, &:focus { color: $main-color; } } } ul { padding: 0; margin: 0; list-style-type: none; &.tags { margin-bottom: 15px; li { display: inline-block; position: relative; padding: 0 7px; a { display: inline-block; color: $paragraph-color; &:hover, &:focus { color: $main-color; } } &::before { content: ''; position: absolute; left: -3px; top: 3px; background: $paragraph-color; width: 2px; height: 15px; transform: rotate(15deg); } &:first-child { &::before { display: none; } padding-left: 0; } } } &.post-meta { margin: { top: 15px; bottom: 15px; } border-bottom: 1px solid #ebebeb; padding-bottom: 15px; li { display: inline-block; margin-right: 8px; i { color: $main-color; margin-right: 4px; } a { color: $paragraph-color; &:hover, &:focus { color: $main-color; } } } } } } &:hover, &:focus { .blog-image { a { img { transform: scale(1.2) rotate(5deg); } } } } } /*================================================ Contact Information CSS =================================================*/ .contact-information { padding: { bottom: 100px; top: 70px; } } .single-information-box { position: relative; border: 2px solid #232643; padding: 35px 25px; text-align: center; z-index: 1; .icon { color: $main-color; i { &::before { font-size: 35px; } } } h3 { color: $white-color; font-size: 22px; margin-top: 15px; } ul { padding: 0; margin: 0; list-style-type: none; li { color: #ececec; margin-bottom: 5px; font-size: 13px; &:last-child { margin-bottom: 0; } a { color: #ececec; &:hover, &:focus { color: $main-color; } } } } .back-icon { color: #1b1d31; position: absolute; left: 0; right: 0; margin: 0 auto; top: 10px; z-index: -1; i { &::before { font-size: 145px; } } } } /*================================================ Subscribe CSS =================================================*/ .subscribe-area { background: $main-color; padding: { top: 30px; bottom: 30px; } .subscribe-content { position: relative; padding-left: 70px; .icon { color: $white-color; position: absolute; left: 0; top: -13px; i { &::before { font-size: 55px; } } } h5 { color: $white-color; font-size: 20px; margin-bottom: 8px; } span { font-size: 14px; color: $white-color; display: block; } } form { position: relative; .form-control { border: none; background: $white-color; height: 50px; } .btn-primary { background: #2d3046; &:hover, &:focus { background: #2d3046; color: $white-color; } &::before, &::after { background: $black-color; } } .btn { position: absolute; right: 0; top: 0; padding-top: 15px; height: 50px; } .validation-danger { color: $white-color; margin-top: 15px; } .validation-success { color: $white-color; margin-top: 15px; } } } /*================================================ Shop CSS =================================================*/ .woocommerce-topbar { margin-bottom: 30px; } .single-product { box-shadow: 0 10px 50px 0 rgba(46,65,90,.1); margin-bottom: 30px; .product-img { position: relative; overflow: hidden; img { transform: scale(1); transition: $transition; } .add-to-cart-btn { display: block; position: absolute; left: 0; bottom: -45px; width: 100%; background: $black-color; color: $white-color; height: auto; letter-spacing: 1px; padding: 12px 20px 10px; text-transform: uppercase; font: { weight: 500; size: 14px; } overflow: hidden; transition: .4s; i { position: absolute; right: 20px; top: 10px; } } } .product-content { padding: 30px; h3 { font: { size: 22px; } margin-bottom: 15px; a { color: $black-color; &:hover, &:focus { color: $main-color; } } } .row { h5 { text-align: left; font: { size: 15px; } margin-bottom: 0; span { font-size: 14px; text-decoration: line-through; position: relative; top: -1px; color: $paragraph-color; } } ul { text-align: right; padding: 0; margin: 0; list-style-type: none; li { display: inline-block; color: #ffb708; } } } } &:hover { .product-img { img { transform: scale(1.09); } .add-to-cart-btn { bottom: 0; } } } } .nice-select.form-control { background: transparent; padding: { top: 12px; left: 12px; } } /*================================================ Services Details CSS =================================================*/ .services-details-desc { h3 { font-size: 25px; margin-bottom: 12px; } p { margin-bottom: 15px; } .services-image-slides { margin: { bottom: 30px; top: 25px; } &.owl-theme { .owl-nav { &.disabled { + .owl-dots { position: absolute; right: 0; left: 0; bottom: 15px; .owl-dot { outline: 0 !important; span { width: 16px; height: 16px; margin: 0 4px; outline: 0 !important; background: transparent; transition: $transition; border-radius: 50%; position: relative; padding: 0; text-align: center; border: 1px solid $white-color; &::before { content: ''; position: absolute; left: 0; right: 0; margin: 0 auto; background: $white-color; transition: $transition; width: 8px; height: 8px; top: 3px; border-radius: 50%; } } &:hover, &.active { span { border-color: $main-color; &::before { background: $main-color; } } } } } } } } } .services-features-list { padding: 0; margin: 20px 0 10px; list-style-type: none; overflow: hidden; li { float: left; width: 45%; font: { size: 15px; weight: 500; } margin-bottom: 10px; i { color: $main-color; &::before { margin-right: 3px; } } } } blockquote, .blockquote { background: #f7f7f7; padding: 30px 20px; margin-bottom: 25px; border-left: 4px solid $main-color; p { margin-bottom: 0; color: $black-color; font: { weight: 600; size: 16px; } } } .our-work-benefits { .accordion { list-style-type: none; padding: 0; margin: 25px 0 0; .accordion-item { display: block; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); background: $white-color; margin-bottom: 5px; &:last-child { margin-bottom: 0; } } .accordion-title { display: block; padding: 12px 20px 9px 51px; text-decoration: none; color: $black-color; font: { size: 16px; weight: 500; } position: relative; border-bottom: 1px solid $white-color; i { position: absolute; left: 0; top: 0; width: 40px; text-align: center; height: 100%; background: $main-color; color: $white-color; line-height: 44px; } &.active { border-bottom-color: #e1e1e1; i { &::before { content: "\f145"; } } } } .accordion-content { display: none; position: relative; padding: 15px 15px; &.show { display: block; } } } } } /*================================================ Project Details CSS =================================================*/ .project-details-info { background: $white-color; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); padding: 30px; ul { padding: 0; margin: 0; list-style-type: none; li { color: $paragraph-color; font-size: 16px; margin-bottom: 14px; span { font-weight: 500; display: inline-block; margin: { right: 5px; } color: $black-color; } a { display: inline-block; color: $paragraph-color; &:hover, &:focus { color: $main-color; } } &:last-child { margin-bottom: 0; } ul { display: inline-block; li { display: inline-block; margin-bottom: 0; a { width: 35px; height: 35px; background: #2d3046; text-align: center; color: $white-color; line-height: 35px; border-radius: 50%; i { &::before { font-size: 14px; } } &:hover, &:focus { background: $main-color; color: $white-color; } } } } } } } .project-details-desc { margin-top: 30px; h3 { font-size: 25px; margin-bottom: 12px; } p { margin-bottom: 15px; &:last-child { margin-bottom: 0; } } blockquote, .blockquote { background: #f7f7f7; padding: 30px 20px; margin-bottom: 25px; border-left: 4px solid $main-color; p { margin-bottom: 0; color: $black-color; font: { weight: 600; size: 15px; } } } } .project-next-and-prev { box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); background: $white-color; margin-top: 30px; position: relative; padding: 30px; } /*================================================ Team Details CSS =================================================*/ .team-member-image { img { width: 100%; } } .team-details-info { h3 { font-size: 22px; margin-bottom: 8px; } span { display: block; color: $main-color; margin-bottom: 12px; } p { margin-bottom: 0; } ul { padding: 0; margin: 0; list-style-type: none; &.member-contact { margin: { top: 15px; bottom: 15px; } li { span { display: inline-block; color: $black-color; margin-bottom: 0; font-weight: 500; } color: $paragraph-color; margin-bottom: 10px; a { color: $paragraph-color; display: inline-block; &:hover, &:focus { color: $main-color; } } &:last-child { margin-bottom: 0; } } } &.social { li { display: inline-block; a { width: 35px; height: 35px; background: #2d3046; text-align: center; color: $white-color; line-height: 35px; border-radius: 50%; display: inline-block; i { &::before { font-size: 14px; } } &:hover, &:focus { background: $main-color; color: $white-color; } } } } } } .overview-desc { margin-top: 30px; h3 { font-size: 22px; margin-bottom: 12px; } .skills{ position:relative; .skill-item { position: relative; margin-bottom: 25px; .skill-header{ position: relative; margin-bottom: 10px; .skill-title { font-size: 17px; margin-bottom: 0; } .skill-percentage { position: absolute; right: 0; top: 4px; font: { size: 16px; weight: 300; } color: $paragraph-color; } } &:last-child { margin-bottom: 0; } .skill-bar { position: relative; width: 100%; .bar-inner { position: relative; width: 100%; border-bottom: 7px solid #d5d5d5; border-radius: 30px; .bar { position: absolute; left: 0px; top: 0px; width: 0px; height: 7px; background: $main-color; transition: all 2000ms ease; border-radius: 30px; } } } } } } /*================================================ Blog Details CSS =================================================*/ .blog-details-area { position: relative; .blog-details { box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1); background: $white-color; .article-img { position: relative; .date { position: absolute; bottom: 15px; width: 80px; left: 15px; height: 90px; text-align: center; font: { size: 22px; style: italic; } background: $main-color; color: $white-color; border-radius: 5px; padding-top: 15px; line-height: 30px; } } .article-content { padding: 30px; ul { &.category { padding: 0; list-style-type: none; margin: 0; li { display: inline-block; a { background: $main-color; color: $white-color; padding: 5px 15px 4px; display: inline-block; border-radius: 3px; } } margin-bottom: 30px; } } h3 { font: { size: 22px; } margin-bottom: -2px; line-height: 30px; } p { margin: { bottom: 0; top: 15px; } } .blockquote { margin: { bottom: 20px; top: 20px; } background: #f7f7f7; padding: 30px; border-left: 4px solid $main-color; p { margin-top: 0; font-size: 18px; } } } } .post-controls-buttons { overflow: hidden; margin: { top: 25px; bottom: 35px; } background: $white-color; padding: 30px; box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05); } .comments-area { background: $white-color; box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05); padding: 30px; .comments-title, .comment-reply-title { font-size: 25px; margin-bottom: 25px; } .comment-reply-title { margin-bottom: 8px; } ol, ul { padding: 0; margin: 0; list-style-type: none; li { ol, ul { li { margin: { top: 15px; left: 35px; bottom: 15px; } } } .comment-body { background: #f7f7ff; padding: 25px 20px; position: relative; .comment-meta { position: relative; padding: { left: 80px; top: 8px; } .comment-author { img { position: absolute; left: 0; top: 0; border-radius: 50%; } .fn { font: { size: 17px; weight: 500; } margin-bottom: 5px; display: block; } .says { display: none; } } .comment-metadata { a { display: inline-block; color: $paragraph-color; &:hover, &:focus { color: $main-color; } } } } .comment-content { margin: { top: 20px; } } .reply { position: absolute; right: 30px; top: 30px; a { display: inline-block; background: $black-color; padding: 5px 15px; color: $white-color; &:hover, &:focus { background: $main-color; } } } } } } .comment-respond { margin-top: 30px; .comment-notes { font-size: 14px; margin-bottom: 20px; } .comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url { input, textarea { display: block; width: 100%; height: 45px; outline: 0 !important; box-shadow: unset !important; border: 1px solid #eeeeee; padding: 15px; border-radius: 3px; transition: $transition; &:focus { border-color: $main-color; } } textarea { height: auto; } } .form-submit { input { display: inline-block; background: $main-color; border: none; color: $white-color; padding: 8px 30px; text-transform: uppercase; font-weight: 600; outline: 0 !important; margin-top: 5px; transition: $transition; &:hover, &:focus { background: $black-color; box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11); } } } } } } /*================================================ Product Details CSS =================================================*/ .shop-details-area { padding-bottom: 70px; } .shop-details { background: $white-color; padding: 30px; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); .product-img-slides { &.owl-theme { .owl-nav { &.disabled { + .owl-dots { position: absolute; right: 0; left: 0; bottom: 15px; .owl-dot { outline: 0 !important; span { width: 16px; height: 16px; margin: 0 4px; outline: 0 !important; background: transparent; transition: $transition; border-radius: 50%; position: relative; padding: 0; text-align: center; border: 1px solid $white-color; &::before { content: ''; position: absolute; left: 0; right: 0; margin: 0 auto; background: $white-color; transition: $transition; width: 8px; height: 8px; top: 3px; border-radius: 50%; } } &:hover, &.active { span { border-color: $main-color; &::before { background: $main-color; } } } } } } } } } .product-entry-summary { h3 { font: { size: 22px; } text-transform: capitalize; margin-bottom: 0; } h4 { font: { size: 16px; } margin: 17px 0; span { color: $paragraph-color; text-decoration: line-through; } } p { margin-bottom: 17px; } ul { padding: 0; margin: 0; list-style-type: none; &.product-categories { li { display: inline-block; font-weight: 500; a { color: $paragraph-color; font-weight: 400; &:hover, &:focus { color: $main-color; } } } } &.share-social { li { display: inline-block; &:first-child { font-weight: 500; margin-right: 4px; } a { width: 35px; background: #2d3046; height: 35px; color: $white-color; text-align: center; border-radius: 50%; line-height: 35px; display: inline-block; &:hover, &:focus { background: $main-color; } } } } } form { margin: { top: 30px; bottom: 30px; } .form-control { display: inline-block; width: 120px; background: transparent; } .btn { display: inline-block; padding: 13px 30px 10px; position: relative; top: 0; } } } .shop-details-tabs { margin-top: 40px; #tabs { padding: 0; margin: 0 0 30px; list-style-type: none; li { display: inline-block; padding: 12px 50px 8px; cursor: pointer; margin-right: -4px; font: { weight: 500; } transition: $transition; background: #eaeaea; &.active { background-color: $white-color; position: relative; &::before { content: ''; position: absolute; width: 100%; height: 4px; top: 0; left: 0; background: $main-color; } } &.inactive { background-color: #eeeeee; padding: 12px 50px; } } } .content { display: none; &.show { display: block; } h3 { margin-bottom: 12px; font: { size: 20px; } } .additional-information { padding: 0; margin: 25px 0 0; list-style-type: none; li { border: 1px solid #eeeeee; border-bottom: none; padding: 10px 15px; color: $paragraph-color; &:last-child { border-bottom: 1px solid #eeeeee;; } span { display: inline-block; width: 45%; } } } .shop-reviews { b { margin: 15px 0; display: inline-block; font-weight: 500; } p { margin-bottom: 0; } ul { padding: 0; margin: 10px 0 0; list-style-type: none; li { display: inline-block; position: relative; a { color: #FF9800; display: block; } } } .review-form { margin-top: 20px; max-width: 620px; .form-control { background: transparent; } } } } } } .shop-related-prodcut { margin-top: 70px; .section-title { margin-bottom: 40px; } } /*================================================ Cart CSS =================================================*/ .cart-table { table { margin-bottom: 0; text-align: center; thead { tr { th { border-bottom-width: 0px; vertical-align: middle; font-weight: 500; border-color: #eaedff; padding: 15px 20px; } } } tbody { tr { td { vertical-align: middle; color: $paragraph-color; border-color: #eaedff; &.product-thumbnail { a { display: block; img { width: 130px; } } } &.product-name { a { color: $paragraph-color; font-weight: 500; display: inline-block; &:hover { color: $main-color; } } } &.product-remove { a { color: red; } } &.product-quantity { .form-control { background: transparent; } } } } } } } .cart-buttons { margin-top: 45px; .coupon-box { position: relative; max-width: 570px; .form-control { height: 50px; } button { position: absolute; right: 0; top: 0; height: 100%; width: 200px; border: none; background: $main-color; transition: $transition; font-weight: 500; cursor: pointer; outline: 0 !important; color: $white-color; &:hover { background: $black-color; } } } } .cart-totals { margin-top: 45px; background: $white_color; padding: 40px; max-width: 600px; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); border-radius: 5px; margin-left: auto; h3 { font: { size: 22px; } margin-bottom: 25px; } ul { padding: 0; margin: 0 0 25px; list-style-type: none; li { border: 1px solid #eaedff; padding: 10px 15px; color: $paragraph-color; overflow: hidden; &:first-child { border-bottom: none; } span { float: right; color: $paragraph-color; } } } } /*================================================ Checkout CSS =================================================*/ .user-actions { box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); background: $white-color; padding: 18px 25px 15px; margin-bottom: 35px; border-top: 3px solid $main-color; i { color: $main-color; margin-right: 4px; } span { display: inline-block; color: $main-color; a { font-weight: 500; display: inline-block; color: $black-color; &:hover, &:focus { color: $main-color; } } } } .checkout-area { .title { font: { size: 22px; } margin-bottom: 20px; } } .billing-details { box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); background: $white-color; padding: 25px; border-radius: 5px; .form-group { label { display: block; color: $paragraph-color; margin-bottom: 7px; .required { color: red; } } .form-control { background: transparent; } } .form-check { margin-bottom: 15px; .form-check-label { color: $paragraph-color; } } } .order-details { box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); background: $white-color; padding: 25px; border-radius: 5px; .order-table { table { margin-bottom: 0; text-align: left; thead { tr { th { border-bottom-width: 0px; vertical-align: middle; font: { weight: 500; } border-color: #eaedff; padding: 15px 20px; } } } tbody { tr { td { vertical-align: middle; color: $paragraph-color; border-color: #eaedff; font-size: 15px; &.product-name { a { color: $paragraph-color; display: inline-block; &:hover { color: $main-color; } } } &.order-subtotal, &.order-shipping , &.total-price { span { color: $black-color; font-weight: 500; } } } } } } } .payment-method { margin-top: 40px; border-top: 1px solid #eaedff; padding-top: 35px; p { font: { size: 14px; } [type="radio"] { &:checked, &:not(:checked) { display: none; } } [type="radio"] { &:checked, &:not(:checked) { + label { padding-left: 27px; cursor: pointer; display: block; font: { weight: 600; } color: $black-color; position: relative; margin-bottom: 8px; &::before { content: ''; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border: 1px solid #dddddd; border-radius: 50%; background: $white-color; } &::after { content: ''; width: 12px; height: 12px; background: $main-color; position: absolute; top: 7px; left: 3px; border-radius: 50%; transition: $transition; } } } } [type="radio"] { &:not(:checked) { + label { &::after { opacity: 0; visibility: hidden; transform: scale(0); } } } } [type="radio"] { &:checked { + label { &::after { opacity: 1; visibility: visible; transform: scale(1); } } } } } } .btn { &.order-btn { display: block; margin-top: 25px; } } } /*================================================ Page Title CSS =================================================*/ .page-title-area { padding: { top: 250px; bottom: 110px; } z-index: 1; position: relative; background: { position: center center; image: url(../../assets/img/page-title-bg.jpg); size: cover; repeat: no-repeat; attachment: fixed; } &::before { content: ''; position: absolute; left: 0; top: 0; background: $black-color; opacity: .88; width: 100%; height: 100%; z-index: -1; } h1 { font-size: 40px; color: $white-color; position: relative; margin-bottom: 0; z-index: 1; padding: { left: 10px; top: 5px; bottom: 5px; } &::before { content: ''; position: absolute; left: 0; top: 0; background: $main-color; width: 80px; height: 100%; z-index: -1; clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0); } } ul { padding: 0; margin: 20px 0 0; list-style-type: none; li { display: inline-block; margin-right: 15px; color: $main-color; position: relative; a { display: block; color: $white-color; &:hover, &:focus { color: $main-color; } i { position: relative; top: -1px; margin-right: 2px; &::before { font-size: 12px; } } } &::before { content: ''; position: absolute; left: -11px; top: 4px; width: 2px; height: 14px; background: $white-color; transform: rotate(11deg); } &:first-child { &::before { display: none; } } } } } /*================================================ Sidebar CSS =================================================*/ .sidebar { .widget { margin-bottom: 40px; &:last-child { margin-bottom: 0; } .widget-title { font-size: 22px; margin-bottom: 25px; position: relative; &::before { content: ''; position: absolute; right: 0; top: 2px; width: 17px; height: 17px; background: $main-color; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); transition: $transition; } } &:hover, &:focus { .widget-title { &::before { transform: rotate(180deg); } } } &.service_list { background: $white-color; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); ul { padding: 0; list-style-type: none; margin: 0; li { a { display: block; position: relative; border-bottom: 1px solid #eeeeee; padding: { top: 15px; bottom: 15px; left: 15px; right: 35px; } color: #5d6576; font-weight: 500; z-index: 1; &:hover, &:focus, &.active { background: $main-color; color: $white-color; padding: { left: 20px; } &::before { width: 5px; } } i { position: absolute; right: 15px; top: 50%; margin-top: -10px; } &::before { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: $black-color; transition: $transition; } } &:last-child { a { border-bottom: none; } } } } } &.widget_download { ul { padding: 0; list-style-type: none; padding: 0; background: $white-color; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); li { a { display: block; position: relative; border-bottom: 1px solid #eeeeee; padding: { top: 15px; bottom: 15px; left: 15px; right: 35px; } color: #5d6576; font-weight: 500; z-index: 1; &:hover, &:focus, &.active { background: $black-color; color: $white-color; padding: { left: 20px; } &::before { width: 5px; } } i { position: absolute; right: 15px; top: 50%; margin-top: -10px; } &::before { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: $main-color; transition: $transition; } } &:last-child { a { border-bottom: none; } } } } } &.widget_contact { ul { padding: 0; margin: 0; list-style-type: none; li { padding-left: 23px; position: relative; margin-bottom: 12px; color: $paragraph-color; a { color: $paragraph-color; display: block; &:hover, &:focus { color: $main-color; } } i { color: $main-color; position: absolute; left: 0; top: 0; } &:last-child { margin-bottom: 0; } } } } &.widget_search { background: $white-color; box-shadow: 0px 0px 29px 0px rgba(102,102,102,0.1); padding: 15px; form { position: relative; .form-control { background: transparent; } button { position: absolute; right: 5px; top: 0; height: 100%; border: none; background: transparent; color: $main-color; transition: $transition; &:hover, &:focus { color: $black-color; } } } } &.widget_categories { ul { padding: 0; margin: 0; list-style-type: none; li { position: relative; border-top: 1px solid #eeeeee; padding: { top: 10px; bottom: 10px; left: 18px; } &::before { content: ''; position: absolute; left: 0; top: 50%; width: 10px; height: 10px; background: $main-color; margin-top: -5px; transition: $transition; } &:last-child { border-bottom: 1px solid #eeeeee; } a { color: $paragraph-color; &:hover { color: $main-color; } } &:hover { &::before { border-radius: 50%; } } } } } &.widget_recent_entries { ul { padding: 0; margin: 0; list-style-type: none; li { position: relative; padding-left: 100px; margin-bottom: 15px; a { display: block; img { position: absolute; left: 0; top: 3px; width: 85px; height: 65px; } } h5 { font-size: 15px; line-height: 22px; margin-bottom: 2px; a { color: $black-color; display: inline-block; &:hover, &:focus { color: $main-color; } } } &:last-child { margin-bottom: 0; } } } } &.widget_tag_cloud { .tagcloud { a { font-size: 15px !important; border: 1px dashed #eeeeee; padding: 7px 20px; margin-top: 6px; color: $paragraph-color; display: inline-block; &:hover { background: $main-color; color: $white-color; border-color: $main-color; } } } } &.widget_archive { ul { padding: 0; margin: 0; list-style-type: none; li { position: relative; border-top: 1px solid #eeeeee; padding: { top: 10px; bottom: 10px; left: 18px; } &::before { content: ''; position: absolute; left: 0; top: 50%; width: 10px; height: 10px; background: $main-color; margin-top: -5px; transition: $transition; } &:last-child { border-bottom: 1px solid #eeeeee; } a { color: $paragraph-color; display: inline-block; &:hover { color: $main-color; } } &:hover { &::before { border-radius: 50%; } } } } } } } /*================================================ Pagination CSS =================================================*/ .pagination-area { margin-top: 30px; ul { padding: 0; margin: 0; list-style-type: none; li { a { width: 40px; height: 40px; padding: 0; margin: 0 5px; background-color: $white-color; border-radius: 0 !important; text-align: center; line-height: 40px; color: $black-color; font: { size: 17px; weight: 500; } box-shadow: 0 2px 10px 0 #d8dde6; border: none; &.active, &:hover, &:focus { background: $main-color; color: $white-color; box-shadow: unset; } } } } } /*================================================ 404 Error CSS =================================================*/ .error-area { background-color: #f1f1f1; padding: 30px 15px; height: 100vh; text-align: center; h1 { font-size: 120px; font-weight: bold; line-height: 90px; margin: 0; color: $main-color; } h3 { margin: 20px 0 0; } p { margin: 10px 0 15px; } } /*================================================ Login CSS =================================================*/ .login-area { background: linear-gradient(to right top, #ff5202, #f75206, #ef520a, #e8510d, #e05110); height: 100vh; .login-form { max-width: 520px; background: $white-color; margin: 0 auto; h3 { background: #e1f2ff; padding: 20px; font-size: 25px; margin-bottom: 0; text-align: center; } form { padding: 20px 30px; label { font-weight: 500; } .form-control { background: transparent; } } .btn { display: block; width: 100%; } p { margin: { bottom: 0; top: 15px; } text-align: center; a { color: $black-color; font-weight: 600; display: inline-block; &:hover, &:focus { color: $main-color; } } } } } /*================================================ Signup CSS =================================================*/ .signup-area { background: linear-gradient(to right top, #ff5202, #f75206, #ef520a, #e8510d, #e05110); height: 100vh; .signup-form { max-width: 520px; background: $white-color; margin: 0 auto; h3 { background: #e1f2ff; padding: 20px; font-size: 25px; margin-bottom: 0; text-align: center; } form { padding: 20px 30px; label { font-weight: 500; } .form-control { background: transparent; } } .btn { display: block; width: 100%; } p { margin: { bottom: 0; top: 15px; } text-align: center; a { color: $black-color; font-weight: 600; display: inline-block; &:hover, &:focus { color: $main-color; } } } } } /*================================================ Coming Soon CSS =================================================*/ .coming-soon { position: relative; z-index: 1; background: { image: url(../../assets/img/main-banner1.jpg); position: center center; size: cover; attachment: fixed; repeat: no-repeat; } height: 100vh; text-align: center; &::before { z-index: -1; width: 100%; height: 100%; left: 0; top: 0; background: $black-color; opacity: .88; content: ''; position: absolute; } .coming-soon-content { max-width: 650px; margin: 0 auto; h1 { color: $white-color; font: { size: 45px; weight: 700; } text-transform: uppercase; margin-bottom: 0; line-height: 55px; } p { color: #c7c3c7; margin: { top: 20px; bottom: 35px; } } form { position: relative; .form-control { background: transparent; border: 1px solid $white-color; border-radius: 50px; color: $white_color; height: 55px; &:focus { border-color: $main-color; } } button { position: absolute; right: -1px; height: 100%; background: $main-color; top: 0; color: $white_color; border: none; width: 130px; cursor: pointer; text-transform: uppercase; font-weight: 500; border-radius: 0 50px 50px 0; transition: $transition; outline: 0 !important; border: none; &:hover { background: $black-color; } } } #timer { margin-bottom: 35px; div { display: inline-block; font: { size: 45px; weight: 500; } color: $white-color; width: 135px; height: 135px; border: 1px solid #eeeeee; border-radius: 50%; padding-top: 34px; line-height: 40px; margin: 0 5px; } span { display: block; font: { size: 16px; weight: 400; } } } } } /*================================================ Contact Us CSS =================================================*/ #map { height: 400px; width: 100%; } .contact-box { background: $white-color; padding: 20px 20px 20px 90px; border-radius: 5px; position: relative; transition: $transition; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); .icon { position: absolute; left: 20px; top: 20px; width: 50px; height: 50px; text-align: center; line-height: 47px; border: 1px dashed $main-color; border-radius: 50%; color: $main-color; transition: $transition; i { &::before { font-size: 20px; } } } h4 { font-size: 18px; margin-bottom: 10px; } .content { p { margin-bottom: 0; a { color: $paragraph-color; &:hover, &:focus { color: $main-color; } } } } &:hover, &:focus { box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15); transform: translateY(-5px); .icon { background: $main-color; color: $white-color; } } } .contact-form { margin-top: 50px; } .leave-your-message { h3 { margin-bottom: 12px; font-size: 22px; } .stay-connected { margin-top: 25px; h3 { margin-bottom: 20px; } ul { padding: 0; margin: 0; list-style-type: none; li { margin-bottom: 10px; &:last-child { margin-bottom: 0; } a { font-weight: 500; display: inline-block; color: $paragraph-color; i { width: 35px; height: 35px; text-align: center; display: inline-block; line-height: 35px; border: 1px solid; border-radius: 50%; margin-right: 10px; &::before { font-size: 15px; } } &:hover, &:focus { color: $main-color; } } } } } } #contactForm { background: $white-color; padding: 25px 25px 10px; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); label { font-weight: 500; } .form-control { background: transparent; } ul { padding: 0; margin: 0; li { color: red; margin-top: 10px; font-size: 14px; } } .text-danger, .text-success { margin: { bottom: 0; top: 20px; } } .h4 { font-size: 15px; } } /*================================================ Footer CSS =================================================*/ .footer-area { background: $black-color; } .single-footer-widget { .logo { margin-bottom: 20px; a { display: block; } } p { color: $white-color; font-size: 14px; } h3 { color: $white-color; font-size: 22px; position: relative; margin-bottom: 35px; &::before { content: ''; position: absolute; bottom: -8px; left: 0; background: $main-color; width: 60px; height: 2px; } } ul { padding: 0; margin: 0; list-style-type: none; &.list { li { margin-bottom: 12px; position: relative; padding-left: 20px; &::before { content: ''; position: absolute; left: 0; top: 50%; background: $main-color; width: 10px; height: 10px; margin-top: -5px; border: 2px solid #92370d; } a { font-size: 14px; color: $white-color; &:hover, &:focus { color: $main-color; } } &:last-child { margin-bottom: 0; } } } &.contact-info { li { color: $white-color; margin-bottom: 12px; span { font-weight: 500; } a { color: $white-color; &:hover, &:focus { color: $main-color; } } &:last-child { margin-bottom: 0; } } } &.social { margin-top: 20px; li { display: inline-block; a { display: inline-block; width: 40px; height: 40px; line-height: 41px; background: #2d3046; color: $white-color; text-align: center; border-radius: 50%; &:hover, &:focus { color: $white-color; background: $main-color; } } } } } } .copyright-area { background: #070919; margin-top: 100px; padding: { top: 30px; bottom: 30px; } p { color: $white-color; margin-bottom: 0; } ul { padding: 0; text-align: right; margin: 0; list-style-type: none; li { display: inline-block; margin: 0 10px; position: relative; &::before { content: ''; position: absolute; right: -15px; top: 11px; width: 5px; background: #f0f0f0; height: 2px; } a { color: #f0f0f0; display: inline-block; &:hover, &:focus { color: $main-color; } } &:last-child { margin-right: 0; &::before { display: none; } } } } } /*================================================ Go Top CSS =================================================*/ .go-top { position: fixed; cursor: pointer; bottom: 15px; right: 15px; color: $white-color; background-color: $main-color; z-index: 4; display: none; width: 50px; text-align: center; height: 50px; line-height: 50px; border-radius: 50%; transition: $transition; i { &::before { font-size: 20px; } } &:hover { color: $white-color; background: $black-color; } }
/home2/wtmwscom/public_html/assets/css/style.scss