?
| Current Path : /home/webyoo/www/events/crm/innovative-startup/css/ |
| Current File : /home/webyoo/www/events/crm/innovative-startup/css/style.css |
/* ===================================
About
====================================== */
/*
Theme Name: MegaOne
Theme URI:
Author: Themes Industry
Author URI:
Description: One Page Parallax Template
Tags: one page, multipurpose, parallax, creative, html5
*/
/* ===================================
Table of Content
====================================== */
/* - Fonts
- General
- Header
- Side Menu
- Slider
- About
- Counters
- Portfolio
- Quotes
- Pricing
- Map
- Contact
- Footer
- Scroll Top
- Rev-Slider Before After
- Loader
- StandAlone
- Media Queries */
/* ===================================
Google font
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.main-font{font-family: 'Montserrat', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}
/* ===================================
Image Hover
====================================== */
.hover-effect::before,
.hover-effect::after {
content: "";
background: #fff;
height: 0;
width: 0;
z-index: 1;
position: absolute;
-webkit-transition-duration: 1s !important;
-o-transition-duration: 1s;
transition-duration: 1s !important;
}
.hover-effect::before {
right: 0;
opacity: 1;
top: 0;
}
.hover-effect::after {
top: 0;
opacity: .7;
left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
height: 100%;
opacity: 0;
width: 100%;
}
/* Use in BLog */
.image {
overflow: hidden;
}
a.image{
display: block;
}
.image img {
width: 100%;
height: 100%;
display: block;
}
.image, .image img {
position: relative;
}
/* ===================================
General
====================================== */
body {font-family: 'Roboto', sans-serif; font-size: 18px;color: #ffffff!important;font-weight: normal;line-height: 25px;width: 100%; overflow-x: hidden!important;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}
.padding-top{padding-top: 7.5rem;}
.padding-bottom{padding-bottom: 7.5rem;}
section {
width: 95%!important;
margin-left: 5%!important;
}
/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}
/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}
/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}
/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 20px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Roboto', sans-serif; font-weight: normal; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* Transparent button */
.btn.btn-trans {background: transparent; border-color: #ffffff; color: #ffffff; text-decoration: none;}
.btn.btn-trans:hover {background: #ffffff !important; border-color: #ffffff; color: #232728 !important}
/* White button */
.btn.btn-white {background: #ffffff; border-color: #ffffff; color: #232728; text-decoration: none;}
.btn.btn-white:hover {background: transparent !important; border-color: #ffffff; color: #232728 !important}
/* Green button */
.btn.btn-green {background: #05c38a; border-color: #05c38a; color: #ffffff; text-decoration: none;}
.btn.btn-green:hover {background: #f0316a !important; border-color: #f0316a; color: #ffffff !important}
/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 10px 48px; line-height: 1.8em;}
.btn.btn-large {font-size:20px; padding: 12px 48px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}
/* Text color */
.text-white {color: #ffffff;}
.text-pink {color: #f0316a;}
.text-black {color: #202020;}
.text-purple { color: #6c30eb;}
.text-green { color: #05c38a;}
.text-blue { color: #0c95f8;}
/* Background color */
.bg-transparent {background: transparent;}
.bg-pink {background: #f0316a;}
.bg-purple {background: #6c30eb;}
.bg-green {background: #05c38a;}
.bg-blue {background: #0c95f8;}
/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}
/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover{color:#FFFFFF !important; background: #4267b2 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.twitter_bg_hvr2:hover{color:#FFFFFF !important; background: #00a7e6; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.linkdin_bg_hvr2:hover{color:#FFFFFF !important; background: #1682ab; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.googleplus_bg_hvr2:hover{color:#FFFFFF !important; background: #d5463a; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pintrest_bg_hvr2:hover{color:#FFFFFF !important; background: #c8232c; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.instagram_bg_hvr2:before{
content: "";
position: absolute;
left: -1px;
right: -1px;
bottom: -1px;
top: -1px;
opacity: 0;
visibility: hidden;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
border-radius: inherit;
z-index: -1;
-webkit-transform: scale(.5);
-ms-transform: scale(.5);
transform: scale(.5);
-webkit-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{color:#FFFFFF !important; z-index: 999}
.instagram_bg_hvr2:hover:before{opacity: 1;visibility: visible;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
/* ===================================
Sidebar Toggle Btn
====================================== */
.my_tog{
padding: 18px 24px;
margin-top: 15px;
margin-right: 10px;
cursor: pointer;
transition: .8s ease;
display: inline-block;
float: right;
}
.my_tog:hover span:first-child{
width: 16px;
}
.my_tog:hover span:last-child{
width: 16px;
}
.my_tog span{
display: block;
height: 2px;
width: 25px;
background-color: #232728;
margin-bottom: 4px;
transition: .7s ease;
}
/* ===================================
SideNav
====================================== */
.side_nav{
display: block;
background-color: #ffffff;
width:25%;
float: left;
height: auto;
box-shadow: 0 10px 30px 0 rgba(20,44,56,.25);
transition: .5s ease;
position: relative;
}
.side_nav{
position: fixed;
top:0;
left:-20%;
z-index: 11;
bottom: 0;
}
.brand-logo{
color: black;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
display: inline-block;
padding-top: 13px;
margin-top: 20px;
padding-left: 30px;
font-size: 30px;
transition: .6s ease;
}
.side_nav.expand_nav .sticky-icons {
opacity: 0;
transition: .5s ease;
}
.sticky-icons {
position: absolute;
right: 30px;
bottom: 0;
z-index: 99;
}
.rites-res {
opacity: 0;
transition: .5s ease;
}
.side_nav.expand_nav .rites-res {
opacity: 1;
}
.sticky-icons.social-icons-simple li{
display: inline-block;
padding-left: 8px;
}
.sticky-icons.social-icons-simple li a {
display: block;
font-size: 18px;
height: 42px;
width: 42px;
line-height: 42px;
border: 1px solid transparent;
text-align: center;
border-radius: 50%;
position: relative;
z-index: 1;
overflow: hidden;
-webkit-transition: background-color .5s ease;
-o-transition: background-color .5s ease;
transition: background-color .5s ease;
color: #202020;
}
.overlay-body{
position: fixed;
top:0;
bottom: 0;
left:25%;
right: 0;
background-color: transparent;
z-index: 111;
display: none;
}
.show_body_overlay{
display: block !important;
}
.brand-logo span{
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
}
.my_nav_tog span{
display: block;
margin-bottom: 3px;
height: 2px;
background-color: #444444;
width: 20px;
}
.side-nav-menu .nav-menu{
font-family: 'Montserrat', sans-serif;
padding-left: 35px;
padding-top: 120px;
}
.broad .side-nav-menu ul{
padding-top: 130px;
}
.side-nav-menu .nav-menu li,.broad .side-nav-menu ul li{
list-style: none;
font-size: 18px;
font-weight: 600;
margin-bottom: 30px;
transition: 1s ease;
overflow: hidden;
box-sizing: border-box;
text-align: left !important;
}
.side-nav-menu .nav-menu li a,.broad .side-nav-menu ul li a{
display: inline-block;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #232728;
transition: .1s ease;
overflow: hidden;
position: relative;
width: 70%;
top: 7px;
padding: 0;
text-align: left;
}
.line:after {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border: 2px solid rgba(255, 255, 255, 0);
bottom: 0;
content: " ";
display: block;
position: relative;
-webkit-transition: all 280ms ease-in-out;
transition: all 280ms ease-in-out;
width: 0;
}
.line:hover:after, .line.active:after {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: width 350ms ease-in-out;
transition: width 350ms ease-in-out;
width: 100%;
}
/* Different Underline Colors */
.nav-item:nth-child(1) .line:hover:after, .nav-item:nth-child(1) .line.active:after {
border-color: #f0316a;
}
.nav-item:nth-child(2) .line:hover:after, .nav-item:nth-child(2) .line.active:after {
border-color: #05c38a;
}
.nav-item:nth-child(3) .line:hover:after, .nav-item:nth-child(3) .line.active:after {
border-color: #6c30eb;
}
.nav-item:nth-child(4) .line:hover:after, .nav-item:nth-child(4) .line.active:after {
border-color: #0c95f8;
}
.nav-item:nth-child(5) .line:hover:after, .nav-item:nth-child(5) .line.active:after {
border-color: #202020;
}
.nav-item:nth-child(6) .line:hover:after, .nav-item:nth-child(6) .line.active:after {
border-color: #f0316a;
}
.nav-item:nth-child(7) .line:hover:after, .nav-item:nth-child(7) .line.active:after {
border-color: #05c38a;
}
.side-nav-menu .nav-menu li a{
font-family: 'Montserrat', sans-serif;
text-decoration: none;
color: #202020;
transition: .5s ease;
width: auto;
}
/*broad nav*/
.side-nav-menu .side-icons ul{
padding-top: 0 !important;
padding-left: 21px !important;
}
.side-nav-menu .side-icons ul li{
margin-bottom: 0 !important;
list-style: none;
display: inline-block;
padding-right: 10px;
}
.side-nav-menu .side-icons ul li a{
color: #000000;
}
.side_nav .nav-item {
display: block;
margin: 20px 0; padding: 0 !important;
opacity: 0;
-webkit-transition: all 0.8s ease 500ms;
-o-transition: all 0.8s ease 500ms;
transition: all 0.8s ease 500ms;
-webkit-transform: translateY(60px);
-ms-transform: translateY(60px);
transform: translateY(60px);
}
.side_nav.expand_nav .nav-item:first-child {
-webkit-transition-delay: .1s;
-o-transition-delay: .1s;
transition-delay: .1s;
}
.side_nav.expand_nav .nav-item:nth-child(2){
-webkit-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s;
}
.side_nav.expand_nav .nav-item:nth-child(3) {
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s;
}
.side_nav.expand_nav .nav-item:nth-child(4) {
-webkit-transition-delay: .4s;
-o-transition-delay: .4s;
transition-delay: .4s;
}
.side_nav.expand_nav .nav-item:nth-child(5) {
-webkit-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
.side_nav.expand_nav .nav-item:nth-child(6) {
-webkit-transition-delay: .6s;
-o-transition-delay: .6s;
transition-delay: .6s;
}
.side_nav.expand_nav .nav-item:nth-child(7) {
-webkit-transition-delay: .7s;
-o-transition-delay: .7s;
transition-delay: .7s;
}
.side_nav.expand_nav .nav-item:nth-child(8) {
-webkit-transition-delay: .8s;
-o-transition-delay: .8s;
transition-delay: .8s;
}
.side_nav.expand_nav .nav-item:nth-child(9) {
-webkit-transition-delay: .9s;
-o-transition-delay: .9s;
transition-delay: .9s;
}
.side_nav.expand_nav .nav-item {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
/* ===================================
Nav-Bar css
====================================== */
.navbar{
padding-top: 30px;
padding-bottom: 30px;
background-color: #ffffff !important;
}
.navbar-brand {
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-weight:normal;
font-size: 30px;
}
.navbar-brand span{
font-weight:bolder;
}
.side-nav-menu .social-icons span:hover i{
cursor: pointer;
}
.social-icons span a{
color: #202020;
}
.social-icons span i{
font-size: 13px;
margin-left: 0;
background-color: transparent;
height: 30px;
width: 30px;
border-radius: 50%;
text-align: center;
padding-top: 8px;
transition: .5s ease;
}
/* ===================================
Broad Nav-bar css
====================================== */
.broad{
visibility: hidden;
opacity: 0;
transform: rotate(0deg);
}
.broad .side-nav-menu{
display: none;
}
.broad-nav{
transition: .5s ease-in-out;
background-color: white;
display: block;
visibility: visible;
position: fixed;
overflow: hidden;
z-index: 111111;
top:0;
bottom: 0;
right: 0;
left:0;
opacity: 1;
}
.margin-manage {
margin-top: 100px;
}
.broad-nav .side-nav-menu{
display: block;
}
.broad-nav .side-nav-menu ul {
position: relative;
left: 0;
transform: translate(-20px, 0);
}
.broad-nav .side-nav-menu .social-icons span{
display: inline-block;
height: 35px;
width: 35px;
border-radius: 50%;
position: relative;
}
.broad-nav .side-nav-menu .nav-menu li a span,.broad .side-nav-menu ul li a span {
display: inline-block;
height: 2px;
width: 0;
transition: .8s ease;
position: absolute;
top: 13px;
}
.broad-nav .side-nav-menu ul li a.active span{
width: 75%;
display: inline-block;
transition: .5s ease;
}
.fix-top{
animation-name: animationFade;
-webkit-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes animationFade {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-o-keyframes animationFade {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
-o-transform: none;
transform: none;
}
}
@keyframes animationFade {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
-o-transform: none;
transform: none;
}
}
.broad-nav .side-nav-menu .social-icons span i{
position: absolute;
bottom: 0;
left: -5px;
transition: .8s ease;
}
.broad-nav .side-nav-menu .social-icons span .fa-facebook-f{
left: -5px;
}
.broad-nav .side-nav-menu .social-icons{
transition: all 1s ease 500ms;
animation-duration: 2s;
font-size: 14px;
animation-name: myan;
animation-delay: .7s;
animation-fill-mode: both;
color: #d6d6d6;
}
.broad-nav .side-nav-menu ul {
position: relative;
transform: translate(-25px, -91px);
}
.broad .side-nav-menu ul li{
transition: all 2s ease 500ms;
animation-duration: 1s;
}
/*side close btn*/
.broad .btn-close {
height: 33px;
width: 33px;
display: inline-block;
text-align: center;
position: absolute;
top: 20px;
left: 4px;
cursor: pointer;
color: #444444;
z-index: 111;
transition: .5s ease;
}
.broad.before-side .btn-close{
display: none;
}
.broad .btn-close::before, .broad .btn-close::after {
position: absolute;
left: 16px;
content: ' ';
height: 24px;
width: 2px;
background: black;
top: 5px;
transition: 0.5s ease;
}
.broad .btn-close:hover::before, .broad .btn-close:hover::after {
height: 28px;
}
.broad .btn-close:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.broad .btn-close:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.broad.right-btn .btn-close{
right: 47px;
left: auto;
}
.broad .side-nav-menu ul li span{
font-size: 30px;
color: #d9d9d9;
}
.broad .social-icons i{
font-size: 16px;
}
.broad .brand-logo{
padding-top: 0;
padding-left: 72%;
position: relative;
z-index: 99;
}
.rites-res {
position: absolute;
bottom: 30px;
padding-left: 30px;
font-size: 16px;
}
.broad .rites-res {
margin-top: 28px;
width: 95%;
margin-left: 49px;
}
/* ===================================
Expand Nav bar & body Shrink
====================================== */
.expand_nav{
left:0;
}
.close_nav{
padding-top: 25px;
}
.close_nav span:nth-child(2){
display: none;
}
.close_nav span:first-child{
margin-left: auto;
transform: rotate(45deg);
margin-bottom: -2px;
}
.close_nav span:last-child{
margin-top: 0;
transform: rotate(130deg);
}
.close_nav:hover span:first-child,.close_nav:hover span:last-child{
width: 25px;
}
/* ===================================
About Section
====================================== */
.heading-area .heading{
font-size:40px;
color: #202020;
font-weight: 600;
margin-bottom: 30px;
display: inline-block;
border: 3px solid #202020;
padding: 15px 30px;
font-family: 'Montserrat', sans-serif;
}
.heading-area .text {
font-family: Roboto, sans-serif;
font-weight: normal;
font-size: 16px;
color: #6b6b6b;
margin-bottom: 40px;
width: 95%;
}
.heading-area .sub-heading {
font-size: 18px;
font-weight: 400;
color: #202020;
font-family: 'Montserrat', sans-serif;
}
.about-sec .our-about-sec{
padding-top: 70px;
overflow: hidden;
padding-bottom: 10px;
}
.about-sec .our-about-sec .about-card{
transition: .3s ease;
padding: 70px 35px;
cursor: pointer;
overflow: hidden;
}
.about-sec .our-about-sec .about-card .image-holder{
margin-bottom: 25px;
}
.about-sec .our-about-sec .about-card .image-holder i{
font-size: 50px;
font-weight: 300;
transition: .8s ease;
}
.about-sec .our-about-sec .about-card .about-card-heading{
font-size: 18px;
font-family: 'Montserrat', sans-serif;
font-weight: normal;
text-transform: capitalize;
margin-bottom: 25px;
transition: .3s ease;
}
.about-sec .our-about-sec .about-card .about-card-detail {
font-family: Roboto, sans-serif;
font-weight: normal;
opacity: .8;
font-size: 16px;
color: #202020;
}
.about-sec .our-about-sec a{
text-decoration: none;
color: #202020;
}
.about-card.active:nth-child(1){
background: #05c38a;
}
.about-card.active:nth-child(2){
background: #0c95f8;
}
.about-card.active:nth-child(3){
background: #6c30eb;
}
.about-card.active .image-holder,
.about-card.active .about-card-heading,
.about-card.active .about-card-detail{
color: #ffffff!important;
opacity: 1!important;
}
/* ===================================
Counter
====================================== */
.counter-content h3 , .counter-content h3 span {
font-family: Montserrat ,sans-serif;
font-weight: normal;
font-size: 30px;
color: #ffffff;
line-height: 1.5;
}
.counter-content p {
color: #ffffff;
font-size: 16px;
line-height: 1.6;
font-weight: normal;
width: 95%;
}
.counter-content .underline{
display: block;
margin: 20px 0;
width: 50px;
height: 3px;
background-color: #ffffff;
}
.parallax-box{
font-family: 'Roboto', sans-serif;
}
.parallax-box i{
font-size: 42px;
}
.parallax-box h2{
font-size: 30px;
margin-bottom: 10px;
margin-top: 30px;
font-weight: 500;
font-family: Montserrat ,sans-serif;
}
.parallax-box h5{
font-weight: normal;
font-size: 16px;
color: #ffffff;
}
/* ===================================
Cube-Portfolio-Section
====================================== */
.cubeportfolio .cbp-l-filters-buttonCenter .cbp-filter-item {
border: none;
padding: 10px 0;
font-size: 18px;
font-weight: 500;
color: #333333;
display: inline-block;
background: transparent;
font-family: 'Open Sans', sans-serif;
transition: all .2s ease-in-out;
}
.cbp a, .cbp a:hover, .cbp a:active {
color: #ffffff;
}
.cubeportfolio .cbp-l-filters-buttonCenter {
margin-bottom: 0;
margin-top: 50px;
}
.cubeportfolio .cbp-l-caption-body .title {
color: #fff;
font-size: 20px;
}
.cubeportfolio .cbp-l-caption-body .portfolio-text {
font-size: 36px;
font-weight: normal;
margin-bottom: 50px;
}
.cubeportfolio .cbp-l-caption-body .portfolio-para {
font-size: 14px;
font-weight: normal;
width: 80%;
margin: 0 auto 50px auto;
line-height: 1.6;
}
.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
background: #0c95f8;
}
.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap:hover {
background-color: #0c95f8;
opacity: 0.8;
}
.cbp-item:hover .cbp-caption-defaultWrap {
transform: scale(1.25);
transition: 0.6s ease-in-out;
}
.cbp-l-caption-body .cbp-l-caption-title {
font-size: 20px;
}
.cbp-l-caption-body .cbp-l-caption-desc {
color: #ffff;
font-size: 12px;
}
.cubeportfolio .plus {
margin: 0 auto;
height: 70px;
width: 70px;
margin-bottom: 16px;
display: block;
position: relative;
overflow: hidden;
}
.cubeportfolio .plus::before {
width: 2px;
left: 50%;
top: 5px;
bottom: 5px;
margin-left: -1px;
}
.cubeportfolio .plus::after {
height: 2px;
top: 50%;
left: 5px;
right: 5px;
margin-top: -1px;
}
.cubeportfolio .plus::before,
.plus::after {
content: " ";
position: absolute;
background: #fff;
}
.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap.text-area {
opacity: 1!important;
background: transparent;
}
/* ===================================
Quote sec
====================================== */
.quote-sec .quote{
font-size: 28px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
line-height: 1.4;
width: 64%;
margin-left: auto;
margin-right: auto;
}
.quote-sec .writer{
font-family:'Montserrat', sans-serif;
font-size: 20px;
font-weight: normal;
}
.quote-sec i.fa-quote-left{
position: absolute;
font-size: 25px;
top: -40px;
left: 10%;
}
.quote-sec i.fa-quote-right{
position: absolute;
font-size: 25px;
right: 10%;
bottom: 0;
}
/* ===================================
Price Section
=================================== */
.price-item {
padding: 5rem 0 2.5rem 0;
-webkit-box-shadow: 1px 1px 8px #e1e1e1;
box-shadow: 1px 1px 8px #e1e1e1;
}
.price_header_text{
font-size: 24px;
font-weight: 500;
display: block;
font-family: 'Montserrat' , sans-serif;
}
.price_header_content {
font-size: 16px;
padding: 20px;
font-weight: normal;
font-family: 'Roboto' , sans-serif;
}
.actual_price{
text-align: center;
font-size: 62px;
font-weight: bold;
font-family: 'Montserrat' , sans-serif;
margin-bottom: 0;
padding: 30px 0;
}
.actual_price .dollar {
font-size: 24px;
padding-right: 10px;
font-weight: normal;
font-family: Roboto, sans-serif;
}
.actual_price .small_font{
font-size: 15px;
font-weight: 300;
font-family: Roboto, sans-serif;
}
.price-list{
list-style: none;
padding-left: 0;
}
.price-list li{
padding: 5px;
text-align: center;
font-size: 16px;
font-weight: 400;
font-family: 'Roboto' , sans-serif;
}
.btn-margin{
margin: 10px 0;
}
.price-item .actual_price, .price-item .price_header_text, .price-item .price-list{
color: #ffffff;
}
.underline {
display: inline;
position: relative;
overflow: hidden;
cursor: pointer;
}
.underline:after {
content: "";
position: absolute;
z-index: 1;
right: 0;
width: 0;
bottom: -5px;
background: #ffffff;
height: 4px;
transition-property: width;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.price-item:hover .underline:after,
.price-item:focus .underline:after,
.price-item:active.underline:after {
left: 0;
right: auto;
width: 100%;
}
/* ===================================
Map Section
=================================== */
.google_map{
overflow-x: hidden !important;
}
#map{
overflow-x: hidden !important;
}
.mapouter {
position: relative;
height: 100%;
width: 100%;
margin: auto;
overflow-x: hidden !important;
}
.full-map{
height: 350px;
width: 100%;
overflow: hidden;
}
.map{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
/* ===================================
Contact Section
====================================== */
.contact-sec .contact-heading{
font-family: Montserrat, sans-serif;
font-weight: 500;
font-size: 40px;
margin-bottom: 40px;
}
.contact-sec .contact-form{
width: 95%;
}
.contact-sec .contact-form input{
color: #202020;
font-size: 16px;
height: 50px;
padding: 25px;
}
.contact-sec .contact-form .form-control{
border-radius: 0;
border:solid 2px #eceef2;
}
.contact-sec .contact-form input::placeholder{
color: #8799a3;
font-size: 16px;
}
.contact-sec .contact-form textarea{
padding: 13px;
padding-left: 25px;
height: 202px;
color: #8799a3;
font-size: 16px;
}
.contact-sec .contact-form .btn-green{
margin-top: 20px;
}
/*contact details*/
.contact-sec .contact-background{
position: absolute;
right: 0;
top: -35px;
z-index: -1;
}
.contact-sec .contact-details{
font-family: Roboto, sans-serif;
width: 90%;
margin-left: 20px;
}
.contact-sec .contact-details .heading{
margin-bottom: 35px;
}
.contact-sec .contact-details .text{
color: #202020;
opacity: .8;
font-size: 17px;
font-weight: normal;
}
.contact-sec .contact-details ul{
padding-left: 0;
margin-bottom: 0;
margin-top: 50px;
}
.contact-sec .contact-details ul li{
color: #202020;
opacity: .8;
list-style: none;
margin-bottom: 22px;
font-size: 16px;
display: flex;
align-items: center;
}
.contact-sec .contact-details ul li:first-child{
width: 70%;
}
.contact-sec .contact-details ul li span{
display: inline-block;
padding-right: 30px;
}
.contact-sec .contact-details ul li span:last-child{
padding-right: 0;
}
.contact-sec .contact-details ul li i{
font-size: 35px;
margin-right: 20px;
margin-bottom: 8px;
color: #92d3d2;
}
.contact-sec .contact-details ul li i.addr{
color: #f0316a;
}
.contact-sec .contact-details ul li i.phone{
color: #0c95f8;
}
.contact-sec .contact-details ul li i.email{
color: #6c30eb;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #464646!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #464646!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: #464646!important;
}
/* ===================================
Footer
====================================== */
.footer-style-1{
padding: 3.5rem 0;
width: 95%;
margin-left: 5%;
}
.footer-social ul{
margin: 0;
padding: 0;
}
.footer-social li{
display: inline-block;
}
.footer-social a {
display: block;
width: 46px;
height: 46px;
text-align: center;
line-height: 46px;
border-radius: 50px;
font-size: 17px;
margin: 0 10px 0 0;
border: 1px solid transparent;
-webkit-transition: background-color .2s ease-in-out;
-o-transition: background-color .2s ease-in-out;
transition: background-color .2s ease-in-out;
}
.footer-social li:nth-last-child(1) a{
margin-right: 0;
}
.footer-social li a:hover{
background: #ffffff;
}
.company-about{
font-size: 16px;
}
/* ===================================
Scroll Top
====================================== */
.go-top {
position: fixed;
cursor: pointer;
bottom: 15px;
right: 15px;
color: #ffffff;
background-color: #202020;
border-radius: 50%;
z-index: 4;
width: 40px;
text-align: center;
height: 42px;
line-height: 42px;
opacity: 0;
visibility: hidden;
-webkit-transition: .9s;
-o-transition: .9s;
transition: .9s;
-webkit-transform: translateX(150px);
-ms-transform: translateX(150px);
transform: translateX(150px);
}
.go-top.active {
-webkit-animation: slideInRight 1s;
animation: slideInRight 1s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.go-top i {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
margin: 0 auto;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.go-top i:last-child {
opacity: 0;
visibility: hidden;
top: 60%;
}
.go-top::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: #202020;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
border-radius: 50%;
}
.go-top:hover, .go-top:focus {
color: #ffffff;
}
.go-top:hover::before, .go-top:focus::before {
opacity: 1;
visibility: visible;
}
.go-top:hover i:first-child, .go-top:focus i:first-child {
opacity: 0;
top: 0;
visibility: hidden;
}
.go-top:hover i:last-child, .go-top:focus i:last-child {
opacity: 1;
visibility: visible;
top: 50%;
}
/* ===================================
Rev-Slider Before After
====================================== */
.rs-before-after-addon {
overflow: hidden !important;
}
.rs-before-after-addon .tparrows {
z-index: 1000 !important;
}
.rs-addon-beforeafter-btn {
position: absolute;
display: table;
cursor: pointer;
text-align: center;
white-space: nowrap;
z-index: 102;
}
.rs-addon-beforeafter-btn i {
display: table-cell;
vertical-align: middle;
position: relative;
}
.rs-beforeafter-shift-arrows .rs-addon-beforeafter-btn i {
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
}
.rs-addon-beforeafter-btn-vertical,
.rs-addon-beforeafter-btn-vertical i {
display: block;
}
.rs-addon-beforeafter-line {
display: block;
position: absolute;
z-index: 102;
}
.rs-addon-beforeafter-line.rs-beforeafter-horizontal {
top: 0;
height: 100%;
}
.rs-addon-beforeafter-line.rs-beforeafter-vertical {
left: 0;
width: 100%;
}
.rs-before-after-element {
opacity: 0;
visibility: hidden;
background: transparent!important;
}
.rs-before-after-element,
.rs-before-after-element:before {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.rs-addon-beforeafter-bg {
opacity: 0;
z-index: 999;
}
.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer,
.rs-addon-beforeafter-revealer .tp-loop-wrap {
width: 100%;
height: 100%;
}
.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer {
position: absolute;
overflow: hidden;
}
.rs-addon-beforeafter-before {
top: 0;
left: 0;
}
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-after {
top: 0;
right: 0;
}
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-after {
bottom: 0;
left: 0;
}
.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-after {
opacity: 0;
}
.rs-addon-beforeafter-inner,
.rs-addon-beforeafter-bg-inner {
position: absolute;
width: 100%;
height: 100%;
}
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg-inner {
right: 0;
top: 0;
}
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg-inner {
left: 0;
bottom: 0;
}
.rs-video-beforeafter,
.rs-video-beforeafter .tp-mask-wrap {
width: 100% !important;
height: 100% !important;
}
.rs-before-after-addon:not(.before-after-carousel).dragging,
.rs-before-after-addon:not(.before-after-carousel).dragging *,
.rs-before-after-addon:not(.before-after-carousel).dragging .rs-addon-beforeafter-btn i:before {
-webkit-user-select: none !important;
-moz-user-select: none !important;
user-select: none !important;
}
.rs-beforeafter-pointers,
.rs-beforeafter-pointers .rs-addon-beforeafter-inner {
pointer-events: none;
}
.rs-beforeafter-pointers *:not(.rs-addon-beforeafter-inner) {
pointer-events: auto;
}
.rs-beforeafter-pointers .rs-video-beforeafter,
.rs-beforeafter-pointers .rs-video-beforeafter * {
pointer-events: none;
}
.tparrows.tp-leftarrow:before {
content: '\f104'!important;
font-family: "Font Awesome 5 Free";
font-weight: 600;
}
.tparrows.tp-rightarrow:before {
content: '\f105'!important;
font-family: "Font Awesome 5 Free";
font-weight: 600;
}
/* ===================================
Start Loader
====================================== */
/* ===================================
Start StandAlone
====================================== */
.standalone-row:not(:last-child) {
margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
padding-left: 30px;
text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
padding-left: 0;
padding-right: 30px;
}
.standalone-detail .sub-heading{
margin-bottom: 10px;
}
.standalone-area .sub-heading{
margin-bottom: 8px;
}
.standalone-detail .heading{
margin-bottom: 20px;
font-size: 60px;
color: #444444;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
.standalone-detail .para_text{
font-family: 'Roboto' , sans-serif;
text-align: center;
font-size: 16px;
margin: 0 auto;
color: #444444;
}
.standalone-detail{
padding-bottom: 100px;
}
.standalone-area .heading-text{
font-weight: 400;
margin-bottom: 12px;
font-family: 'Montserrat', sans-serif;
font-size: 45px;
color: #444444;
}
.standalone-area .stand-img-des .para_text{
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #444444;
}
.page-title{
position:relative;
text-align:center;
padding: 250px 0;
background: #f0316a;
}
.page-title .auto-container{
position:relative;
}
.page-title h2{
position:relative;
color:#ffffff;
font-weight:600;
line-height:1.2em;
margin-bottom: 10px;
font-size:4rem;
text-transform:capitalize;
}
.page-breadcrumb{
position:relative;
}
.page-breadcrumb li{
position:relative;
display:inline-block;
margin-right:10px;
padding-right:15px;
color:#ffffff;
font-size:14px;
font-weight:400;
text-transform:capitalize;
}
.page-breadcrumb li:after{
position:absolute;
content: "\f101";
right:-5px;
top:1px;
color:#ffffff;
font-size:14px;
font-weight:900;
font-family: "Font Awesome 5 Free";
}
.page-breadcrumb li:last-child::after{
display: none;
}
.page-breadcrumb li:last-child{
padding-right:0;
margin-right:0;
}
.page-breadcrumb li a{
color:#fff;
font-weight:400;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
}
.page-breadcrumb li a .icon{
margin-right: 4px;
color: #ffffff;
}
.page-breadcrumb li a:hover{
color:#ffffff;
}
/* ===================================
Loader
====================================== */
.loader-bg {
position: fixed;
z-index: 99999;
background-color: #ffffff;
width: 100%;
height: 100%;
}
.square {
display: flex;
flex-wrap: wrap;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 96px;
}
.square > span {
width: 30px;
height: 30px;
background-color: #f0316a;
margin: 1px;
animation: square 0.8s infinite alternate;
}
.square > span:nth-child(2) {
background-color: #05c38a;
animation-delay: 0.1s;
}
.square > span:nth-child(3) {
background-color: #f0316a;
animation-delay: 0.2s;
}
.square > span:nth-child(4) {
background-color: #6c30eb;
animation-delay: 0.1s;
}
.square > span:nth-child(5) {
background-color: #f0316a;
animation-delay: 0.2s;
}
.square > span:nth-child(6) {
background-color: #6c30eb;
animation-delay: 0.3s;
}
.square > span:nth-child(7) {
background-color: #f0316a;
animation-delay: 0.2s;
}
.square > span:nth-child(8) {
background-color: #05c38a;
animation-delay: 0.3s;
}
.square > span:nth-child(9) {
animation-delay: 0.4s;
}
@keyframes square {
100% {
transform: scale(0.4);
}
}
/* ===================================
Media Queries
====================================== */
@media (max-width: 1600px) and (min-width: 1300px) {
/* Side Nav */
.my_tog {
margin-right: 6px;
}
.sticky-icons {
position: absolute;
right: 20px;
}
}
@media (max-width: 1280px) and (min-width: 1210px) {
.my_tog {
margin-right: 0;
}
}
@media (max-width: 1200px) and (min-width: 992px) {
/* Side Nav */
.my_tog {
padding: 20px 5px;
}
.side-nav-menu .nav-menu {
padding-left: 35px;
padding-top: 350px;
}
.rites-res {
bottom: 0;
}
.sticky-icons {
right: 5px;
}
/* Counter */
.counter-content h3, .counter-content h3 span {
font-size: 28px;
}
.parallax-box h5 {
font-size: 14px;
}
}
@media screen and (max-width: 991px) and (min-width: 768px){
section {
padding: 4.5rem 0;
}
section, .footer-style-1 {
width: 95%!important;
margin-left: 5%!important;
}
.heading-area .heading {
font-size: 34px;
}
.heading-area .sub-heading {
font-size: 16px;
}
.padding-bottom {
padding-bottom: 5.5rem;
}
/* Side Nav */
.my_tog {
padding: 20px 0;
margin-right: 8px;
}
.side-nav-menu .nav-menu {
padding-left: 35px;
padding-top: 220px;
}
.sticky-icons {
right: 0;
}
.expand_nav {
width: 40%;
}
/* About */
.about-sec .our-about-sec .about-card {
width: 60%;
margin: auto;
}
/* Counter */
.counter-content span {
font-size: 14px;
}
.counter-content h3, .counter-content h3 span {
font-size: 24px;
}
.parallax-box h2 {
font-size: 26px;
}
.parallax-box h5 {
font-size: 14px;
}
.counter-content h3, .counter-content h3 span {
font-size: 22px;
}
/* Quotes */
.quote-sec i.fa-quote-left {
left: 10%;
}
.quote-sec .quote {
font-size: 24px;
}
/* Pricing */
.price-margin {
margin: 50px 0;
}
.price-item {
width: 60%;
margin-left: auto;
margin-right: auto;
}
/* Contact */
.contact-sec .contact-form {
width: 100%;
margin-left: 0;
}
.contact-sec .contact-details {
width: 100%;
margin-left: 0;
margin-top: 80px;
}
.contact-sec .contact-details ul li:first-child {
width: 100%;
}
.contact-sec .contact-details ul li {
display: block;
margin-bottom: 30px;
}
.contact-sec .contact-details ul li i{
margin-right: 0;
margin-bottom: 15px;
display: block;
}
/* Standalone */
.standalone-detail {
padding-bottom: 70px;
}
.standalone-area .gradient-text1{
font-size: 30px;
}
.standalone-detail .heading{
font-size: 30px;
}
.standalone-area .sub-heading {
margin-top: 3rem;
}
.standalone-row .stand-img-des {
padding-left: 0;
padding-right: 0;
}
.standalone-row:nth-child(2) .stand-img-des {
padding-left: 0;
padding-right: 0;
}
.standalone-row:nth-child(2){
margin-top: 6rem;
margin-bottom: 6rem;
}
.para_text {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
body {
text-align: center;
}
section {
padding: 4.5rem 0;
}
section, .footer-style-1 {
width: 100% !important;
margin: auto!important;
}
.heading-area .sub-heading {
font-size: 14px;
}
.heading-area .heading {
font-size: 26px;
}
.heading-area .text {
font-size: 14px;
}
.btn.btn-medium {
font-size: 14px;
}
.padding-bottom {
padding-bottom: 4.5rem;
}
/* Side Nav */
.side_nav {
display: none;
}
.navbar-brand {
margin-right: 0;
}
.navbar-brand img {
max-width: 85%;
}
.my_nav_tog span {
height: 3px;
width: 25px;
}
.side-nav-menu .nav-menu li a, .broad .side-nav-menu ul li a {
text-align: center;
width: auto;
}
.side-nav-menu .nav-menu li, .broad .side-nav-menu ul li {
text-align: center!important;
}
.broad-nav .side-nav-menu .social-icons {
position: absolute;
left: 50%;
bottom: 2%;
transform: translateX(-50%);
}
.broad-nav .side-nav-menu {
position: relative;
height: 100%;
}
.broad .side-nav-menu ul {
padding-top: 160px;
}
/* Nav-Bar */
.navbar {
padding: 8px 10px;
}
/* About */
.about-sec .our-about-sec {
padding: 50px 0 0 0;
}
/* Counter */
.counter-content .underline {
margin: 20px auto;
}
.counter-content span, .counter-content p {
font-size: 14px;
}
.counter-content h3, .counter-content h3 span {
font-size: 24px;
}
.parallax-box h2 {
margin-top: 10px;
}
.parallax-box {
padding: 40px 0;
}
/* Portfolio */
.cubeportfolio .cbp-l-caption-body .portfolio-text {
font-size: 26px;
margin-bottom: 25px;
}
.cubeportfolio .cbp-l-caption-body .portfolio-para {
width: 90%;
margin-bottom: 25px;
}
/* Quotes */
.quote-sec i.fa-quote-right {
right: 5%;
bottom: 14%;
font-size: 20px;
}
.quote-sec i.fa-quote-left {
left: 5%;
font-size: 20px;
}
.quote-sec .quote {
font-size: 20px;
width: 100%;
}
.quote-sec .writer {
font-size: 16px;
}
/* Pricing */
.price-margin {
margin: 50px 0;
}
/* Contact */
.contact-sec .contact-form {
width: 100%;
margin-left: 0;
}
.contact-sec .contact-details {
width: 100%;
margin-left: 0;
margin-top: 80px;
}
.contact-sec .contact-details ul li:first-child {
width: 100%;
}
.contact-sec .contact-details ul li {
display: block;
margin-bottom: 30px;
}
.contact-sec .contact-details ul li i{
margin-right: 0;
margin-bottom: 15px;
display: block;
}
/* Footer */
.company-about {
margin-top: 15px;
}
.footer-social a {
margin: 0;
}
/* Standalone */
.standalone-detail {
padding-bottom: 70px;
}
.standalone-detail .heading{
font-size: 36px;
}
.standalone-area .sub-heading {
margin-top: 3rem;
font-size: 16px;
}
.standalone-row .stand-img-des {
padding-left: 0;
padding-right: 0;
}
.standalone-row:nth-child(2) .stand-img-des {
padding-left: 0;
padding-right: 0;
}
.standalone-row:nth-child(2){
margin-top: 6rem;
margin-bottom: 6rem;
}
.page-title {
padding: 200px 0;
}
.page-title h2{
font-size: 2.5rem;
}
.standalone-area .heading-text {
font-size: 30px;
}
}