?
| Current Path : /home/webyoo/www/events/crm/wedding/css/ |
| Current File : /home/webyoo/www/events/crm/wedding/css/style.css |
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
/* ===================================
About
=================================== */
/*
Theme Name: Event
Theme URI:
Author: Themes Industry
Author URI:
Description: One Page , Multi Parallax Template
Tags: One page, multi page, multipurpose, parallax, creative, html5
*/
/* ===================================
Table of Contents
=================================== */
/*
01 body
02 Custom Classes
02-1 short codes
02-2 loader
03 navigation
04 about section
05 counter section
06 speaker section
07 Gallery
08 Pricing
09 Timeline
10 contact us
11 Footer
12 Media Queries
/*Table Of Contents ends */
/*IMPORT GOOGLE FONT */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,500,700|Dancing+Script:500,600&display=swap');
html{
scroll-behavior: smooth;
}
body {
background: #efefef;
}
*{
padding: 0;
margin: 0;
}
/*************************************/
/***********custom classes ***********/
/*************************************/
.white-and-black{font-size: 12px;font-family: 'Montserrat', sans-serif;padding: 10px 25px;border:1px solid #ffffff;color: #FFFFFF;font-weight: 600;background-color: transparent; -webkit-transition:.8s ease;-o-transition:.8s ease;transition:.8s ease;}
.white-and-black:hover{color: #ffffff;background-color: #b6a85a;;border:1px solid transparent;}
.slider-overlay{
position: absolute;
background-color: rgba(0, 0, 0, 0.31);
top:0;
left:0;
right: 0;
bottom: 0;
}
.text-des{
font-size: 16px;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
}
.sub-heading{
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 16px;
color: #b6a85a;
margin-bottom: 10px;
display: block;
}
.large-heading{
/*font-family: 'Montserrat', sans-serif;*/
font-family: 'Dancing Script', cursive;
font-weight: 500;
font-size: 56px;
color: #2f2f2f;
margin-bottom: 15px;
}
.fly-line{
display: block;
height: 2px;
width: 50px;
background-color: #b6a85a;
opacity: .8;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
}
.red-btn{
font-size: 14px;
border :solid 1px #b6a85a;
color: #b6a85a !important;
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
padding: 8px 30px;
}
.red-btn:hover{
text-decoration: none;
color: #fff !important;
background-color: #b6a85a;
}
.parallax-disable{
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center center !important;
}
.anim-btn {
border: 1px solid #b6a85a;
border-radius: 0.5em;
text-transform: uppercase;
letter-spacing: 0.1em;
text-align: center;
position: relative;
overflow: hidden;
z-index: 1;
background-color: transparent;
color: #b6a85a;
font-size: 13px;
padding: 10px 30px 10px 30px;
transition: .8s ease;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
text-decoration: none;
}
.anim-btn:hover{
border:solid 1px #b6a85a;
}
.anim-btn span {
position: absolute;
width: 25%;
height: 100%;
background-color: #b6a85a;
transform: translateY(150%);
border-radius: 50%;
transition: 0.5s;
z-index: -1;
}
.anim-btn:hover {
color: #FFFFFF;
}
.anim-btn:hover span {
transform: translateY(0) scale(3);
}
.anim-btn span:nth-child(1) {
left: calc((1 - 1) * 25%);
transition-delay: calc((1 - 1) * 0.1s);
}
.anim-btn span:nth-child(2) {
left: calc((2 - 1) * 25%);
transition-delay: calc((2 - 1) * 0.1s);
}
.anim-btn span:nth-child(3) {
left: calc((3 - 1) * 25%);
transition-delay: calc((3 - 1) * 0.1s);
}
.anim-btn span:nth-child(4) {
left: calc((4 - 1) * 25%);
transition-delay: calc((4 - 1) * 0.1s);
}
.anim-btn span:nth-child(5) {
left: calc((5 - 1) * 25%);
transition-delay: calc((5 - 1) * 0.1s);
}
/*************************************/
/************** LOADER CSS ***********/
/*************************************/
.loader {
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 1111;
overflow-x: hidden;
background: #fff;
}
.inner-loader {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.loader1 {
position: relative;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
background-color: #b6a85a;
border-radius: 50%;
}
.loader1:after {
content: '';
position: absolute;
border-radius: 50%;
top: 50%;
left: 50%;
border: 0px solid white;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: loading 1000ms ease-out forwards infinite;
animation: loading 1000ms ease-out forwards infinite;
}
@-webkit-keyframes loading {
0% {
border: 0px solid white;
}
20% {
border: 8px solid white;
width: 0%;
height: 0%;
}
100% {
border: 8px solid white;
width: 100%;
height: 100%;
}
}
@keyframes loading {
0% {
border: 0px solid white;
}
20% {
border: 8px solid white;
width: 0%;
height: 0%;
}
100% {
border: 8px solid white;
width: 100%;
height: 100%;
}
}
/* ===================================
bottom Arrow
====================================== */
.bottom-arr{
position: absolute;
bottom: 20px;
right: 40px;
background-color: #2f2f2f;
height: 50px;
width: 50px;
border-radius: 50%;
display: flex;
color: #FFFFFF;
margin-bottom: 1px;
text-align: center;
justify-content: center;
align-items: center;
/*border: solid 2px #FFFFFF;*/
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.bottom-arr.fixed-at-bottom{
position: fixed;
z-index: 999;
animation: .5s slideInUp;
}
.bottom-arr:hover{
background-color: #b6a85a;
cursor: pointer;
}
.bottom-arr i{
font-size: 20px;
transition: .8s ease-in-out;
}
/* ===================================
Cursor
====================================== */
.magic{
display: none !important;
}
.aimated-cursor {
position: absolute;
left: 0;
display: none;
top: 0;
width: 30px;
height: 30px;
pointer-events: none;
z-index: 10000;
-webkit-transition: opacity 0.2s ease-in-out 0.5s;
-o-transition: opacity 0.2s ease-in-out 0.5s;
transition: opacity 0.2s ease-in-out 0.5s;
}
.cursor-light:hover ~ .aimated-cursor{
display: inline-block;
z-index: 9999999;
}
.cursor {
position: fixed;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 30px;
height: 30px;
border: 2px solid rgb(255, 255, 255);
/*border: 2px solid rgb(0, 0, 0);*/
border-radius: 50%;
pointer-events: none;
opacity: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 999999999;
}
.slider-social{
position: absolute;
z-index: 1111111;
margin-bottom: 0 !important;
}
.slider-social li{
list-style: none;
display: block;
}
.slider-social a {
display: block;
width: 40px;
height: 40px;
text-align: center;
line-height: 30px;
border-radius: 50px;
color: #2f2f2f;
font-size: 16px;
margin: 2px;
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;
}
/* ===================================
header navigation styling
====================================== */
.navigation-toggle span{
width: 25px;
background-color: #FFFFFF;
height: 2px;
display: block;
margin-top: 3px;
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
margin-left: auto;
margin-right: auto;
-webkit-animation: .8s zoomIn;
animation: .8s zoomIn;
}
.navigation-toggle .toggle-btn:hover span:first-child{
width: 40%;
}
.navigation-toggle .toggle-btn:hover span{
width: 100%;
}
.navigation-toggle .toggle-btn:hover span:last-child{
width: 50%;
}
.navigation-toggle .toggle-btn a {
width: 35px;
height: 20px;
}
.navigation-toggle .slider-social{
top: 34px;
right: 30px;
}
/* ===================================
Start Navbar css
====================================== */
/* nav top default */
header a.logo img {
max-width: 150px;
vertical-align: sub;
}
.navbar-nav{
margin-right: 50px;
}
.navbar-top-default{
position: absolute;
top: 0;
z-index: 99;
overflow: hidden;
height: 90px;
width: 100%;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.header-appear .navbar-top-default {
height: 90px;
position: fixed;
z-index: 99;
background: #ffffff;
-webkit-animation-name: animationFade;
animation-name: animationFade;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.navbar .navbar-brand .logo-dark{
display: none;
}
.header-appear .navbar .navbar-brand .logo-dark{
display: block;
}
.header-appear .navbar .navbar-brand .logo-white{
display: none;
}
.header-appear .navbar .navbar-nav .nav-link{
color: #2f2f2f;
}
.header-appear .navbar .navigation-toggle .slider-social{
right: 33px;
top: 33px;
}
.header-appear .navigation-toggle span{
background-color: #2f2f2f;
}
.header-appear ~ .aimated-cursor>.cursor{
border:solid 2px #2f2f2f !important;
}
.navbar-top-default #megaone{
/*margin-right: -30px;*/
}
/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
font-size: 15px;
color: #ffffff;
font-weight: 600;
text-align: center;
padding: 0.4rem 1.5rem;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
}
.header-appear .nav-box-round .navbar-nav .nav-link.active{
background-color: #ffffff;
color: #ffffff !important;
}
.header-appear .nav-box-round .navbar-nav .nav-link:hover{
color: #ffffff;
}
.header-appear .nav-line .navbar-nav .nav-link:before{
background-color: #2f2f2f;
}
/*nav line*/
.nav-line .navbar-nav .nav-link:hover:before{
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
visibility: visible;
opacity: 1;
}
.nav-line .navbar-nav .nav-link.active:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
visibility: visible;
opacity: 1;
}
.nav-line .navbar-nav .nav-link:before {
position: relative;
content: '';
width: 100%;
max-width: 100%;
margin: 0 auto;
display: table;
height: 3px;
border-radius: 2px;
bottom: -28px;
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
background: #ffffff;
visibility: hidden;
opacity: 0;
}
/* ===================================
Side Menu
====================================== */
.side-menu {
width: 100%;
position: fixed;
right: 0;
top: 0;
background: #ffffff;
z-index: 1032;
height: 100%;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-transition: -webkit-transform .5s ease;
transition: -webkit-transform .5s ease;
-o-transition: -o-transform .5s ease;
-o-transition: transform .5s ease;
transition: transform .5s ease;
transition: transform .5s ease, -webkit-transform .5s ease;
overflow: hidden;
}
.side-menu .mega-title{
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%,-50%);
font-size: 120px;
color: lightgrey;
opacity: 0.3;
width: 100%;
text-align: center;
font-family: 'Dancing Script', cursive;
}
.side-menu img {
position: absolute;
top: 8%;
left: 50%;
transform: translate(-50%,-50%);
max-width: 150px;
}
.side-menu .side-nav .navbar-nav{
text-align: center;
margin-right: 0px;
padding-top: 20px;
}
/*.side-menu .side-nav .navbar-nav{*/
/* text-align: center;*/
/*}*/
.side-menu .side-nav .navbar-nav li a{
font-size: 20px;
}
.side-footer {
text-align: center;
}
.side-menu.left {
left: 0; right: auto;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
margin: 0 0 2.5rem 0;
}
/*Side overlay*/
#close_side_menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #2f2f2f;
-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
display: none;
z-index: 1031;
opacity: 0.4;
}
/*side clode btn*/
.side-menu .btn-close {
height: 40px;
width: 40px;
display: inline-block;
text-align: center;
position: absolute;
cursor: pointer;
right: 28px;
top: 30px;
z-index: 11111;
}
.side-menu.before-side .btn-close{
display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
position: absolute;
left: 16px;
content: ' ';
height: 24px;
width: 3px;
background: #2f2f2f;
top: 5px;
}
.side-menu .btn-close:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.side-menu .btn-close:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/*side open btn*/
.sidemenu_btn {
-webkit-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
width: 36px;
padding: 6px;
margin-right: 1rem;
position: absolute;
right: 15px;
display: inline-block;
}
.sidemenu_btn span {
height: 2px;
width: 100%;
background: #2b2b2b;
display: block;
}
.sidemenu_btn span:nth-child(2) {
margin: 4px 0;
}
.side-menu .inner-wrapper {
padding: 2rem 5rem;
/*padding: 0 5rem;*/
height: 100%;
position: relative;
overflow-y: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: left;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
margin-bottom: 30px;
display: block;
}
.side-nav .navbar-nav .nav-item{
display: block;
margin: 10px 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(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
-webkit-transition-delay: .1s;
-o-transition-delay: .1s;
transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
-webkit-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
-webkit-transition-delay: .4s;
-o-transition-delay: .4s;
transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
-webkit-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
-webkit-transition-delay: .6s;
-o-transition-delay: .6s;
transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
-webkit-transition-delay: .7s;
-o-transition-delay: .7s;
transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
-webkit-transition-delay: .8s;
-o-transition-delay: .8s;
transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
-webkit-transition-delay: .9s;
-o-transition-delay: .9s;
transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.side-nav .navbar-nav .nav-link {
display: inline-table;
color: #2f2f2f;
padding: 2px 0 3px 0 !important;
font-size: 1.5rem;
font-weight: 300;
line-height: normal;
position: relative;
border-radius: 0;
text-decoration: none;
}
.side-nav .navbar-nav .nav-link::after{
content: "";
position: absolute;
background: #2f2f2f;
display: inline-block;
width: 0;
height: 3px;
bottom: 0; left: 0;
overflow: hidden;
-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
background: transparent;
}
.side-menu p{
margin-top: .5rem;
margin-bottom: 0;
}
.social-icons-simple{
margin-bottom: 0;
margin-left: -10px;
}
.social-icons-simple li{
display: inline-block;
}
.social-icons-simple li a {
display: block;
font-size: 16px;
height: 36px;
line-height: 38px;
border: 1px solid transparent;
text-align: center;
width: 36px;
border-radius: 50%;
position: relative;
z-index: 1;
overflow: hidden;
transition: .6s ease;
color: #2f2f2f;
}
.social-icons-simple li a:hover{
border:1px solid #2f2f2f;
}
.social-icons-simple li.animated-wrap a:hover{
background-color: transparent;
color: #ffffff;
}
@-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;
}
}
@keyframes animationFade {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.side-menu .side-footer p{
color: #2f2f2f;
}
.push-slider-up{
margin-top: 100vh;
}
/* ===================================
END Navbar css
====================================== */
/* ===================================
Fixed menu top css
====================================== */
/* ===================================
Slider css
====================================== */
.slider-sec{
position: relative;
transition: .5s ease;
}
.slider-sec .navigate-arrow{
position: absolute;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 99999;
width: auto;
cursor: pointer;
text-decoration: none;
}
.slider-sec .navigate-arrow i:first-child{
display: block;
color: #FFFFFF;
font-size: 15px;
height: 45px;
width: 45px;
border-radius: 50%;
margin-bottom: 1px;
text-align: center;
padding-top: 15px;
border: solid 2px #FFFFFF;
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
}
.slider-sec .navigate-arrow:hover i{
background-color: #ffffff;
border: solid 2px #ffffff;
color: black;
}
.slider-sec .slider-social{
top: 50%;
right: 25px;
transform: translateY(-50%);
}
.slider-sec .slider-social li a{
color: #ffffff;
font-size: 20px;
}
/* ===================================
About section css
====================================== */
.about-sec{
padding-top: 100px;
padding-bottom: 100px;
background-repeat: no-repeat;
}
.about-sec .about-info .sub-heading{
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 16px;
color: #b6a85a;
margin-bottom: 10px;
display: block;
}
.about-sec .about-heading{
margin-bottom: 30px;
}
.about-sec .about-heading .heading-subtitle{
font-family: 'Montserrat', sans-serif;
font-size: 14px;
}
.about-sec .about-heading .heading-title{
font-family:'Dancing Script', cursive;
font-size: 32px;
}
.about-sec .about-image-holder{
border: solid 4px #b6a85a;
padding: 30px;
overflow: hidden;
}
.about-sec .about-image-holder img{
transition: .8s ease;
}
.about-sec .about-img-des{
background-color: white;
padding: 25px;
position: relative;
margin-top: -15%;
margin-left: 10%;
margin-right: 10%;
box-shadow: 1px 1px 15px #e1e1e1;
transition: .8s ease;
}
.about-sec .about-self:hover .about-img-des{
/*background-color:#e1e1e1;*/
}
.about-sec .about-self:hover .about-image-holder img{
transform: scale(1.1);
}
.about-sec .about-img-des .inner-text{
border: solid 1px #b6a85a;
background-color: #ffffff;
padding: 15px;
}
.about-sec .about-img-des .small-text{
font-family: 'Montserrat', sans-serif;
font-size: 15px;
}
.about-sec .about-img-des .quote{
font-family: 'Dancing Script', cursive;
font-size: 24px;
transition: .8s ease;
}
.about-sec .about-self:hover .about-img-des .quote{
color: #b6a85a;
}
/* ===================================
Count section css
====================================== */
.count-sec{
min-height: 200px;
position: relative;
padding-top: 150px;
padding-bottom: 150px;
}
.count-sec .count-overlay{
background-color: #2f2f2f;
opacity: .4;
position: absolute;
top:0;
left:0;
right: 0;
bottom: 0;
}
.count-sec .count-content .count-li{
cursor: pointer;
}
.count-sec .num{
color: #FFFFFF;
font-size: 70px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
}
.count-sec .heading{
color: #FFFFFF;
font-size: 18px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
}
.count-sec .text-des{
color: #FFFFFF;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
}
/* ===================================
Stats section css
====================================== */
.stats-sec{
min-height: 200px;
position: relative;
padding-top: 150px;
padding-bottom: 150px;
}
.stats-sec .stats-content{
margin-top: 30px;
}
.stats-sec .stats-content li{
display: inline-block;
position: relative;
margin-left: -3px;
margin-right: -3px;
}
.stats-sec .stats-content .stats-li{
cursor: pointer;
border: double 5px #b6a85a;
padding: 15px;
border-radius: 50%;
height: 200px;
width: 200px;
text-align: center;
padding-top: 28px;
margin-left: 30px;
margin-right: 30px;
transition: .5s ease;
}
.stats-sec .stats-content .stats-li:hover{
background:#b6a85a ;
}
.stats-sec .stats-content .stats-li:hover i{
color: #ffffff;
}
.stats-sec .stats-content .stats-li:hover .num{
color: #ffffff;
}
.stats-sec .stats-content .stats-li:hover .heading{
color: #ffffff;
}
.stats-sec .stats-content .stats-li:after{
content: " ";
height: 2px;
width: 30px;
background-color: #b6a85a;
position: absolute;
right: 0;
top: 50%;
display: block;
}
.stats-sec .stats-content li:last-child .stats-li:after{
display: none;
}
.stats-sec .stats-content li:first-child .stats-li:before{
display: none;
}
.stats-sec .stats-content .stats-li:before{
content: " ";
height: 2px;
width: 30px;
background-color: #b6a85a;
position: absolute;
left: 0;
top: 50%;
display: block;
}
.stats-sec i{
font-size: 40px;
margin-bottom: 10px;
color: #b6a85a;
transition: .5s ease;
}
.stats-sec .num{
font-size: 40px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
color: #2f2f2f;
transition: .5s ease;
}
.stats-sec .heading{
font-size: 16px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
color: #2f2f2f;
transition: .5s ease;
}
.stats-sec .text-des{
color: #2f2f2f;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
}
/* ===================================
Speaker section css
====================================== */
.speaker-sec{
padding-top: 100px;
padding-bottom: 100px;
}
.speaker-sec .speakers-detail{
margin-bottom: 50px;
}
.speaker-sec .image-holder{
height:300px;
width:300px;
border-radius: 50%;
background-color: #e1e1e1;
margin-bottom: 25px;
margin-left: auto;
margin-right: auto;
position: relative;
cursor: pointer;
overflow: hidden;
}
.speaker-sec .image-holder img{
height: 100%;
width: 100%;
border-radius: 50%;
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
}
.speaker-sec .image-holder .overlay{
position: absolute;
left:0;
right: 0;
bottom: 0;
border-radius: 50%;
top: 0;
background-color: rgba(182, 168, 90, 0.61);
z-index: 11;
display: block;
opacity: 0;
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
}
.speaker-sec .speaker-info:hover .image-holder .overlay .plus span:nth-child(2){
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 1;
}
.speaker-sec .speaker-info:hover .image-holder .overlay .plus span{
opacity: 1;
}
.speaker-sec .speaker-info:hover .image-holder img{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.speaker-sec .speaker-info:hover .image-holder .overlay{
opacity: 1;
left:10px;
right: 10px;
bottom: 10px;
top: 10px;
border: solid 3px #fff;
}
.speaker-sec .speaker-name{
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 18px;
color: #2f2f2f;
margin-bottom: 0;
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
}
.speaker-sec .speaker-info:hover .speaker-name{
color: #b6a85a;
}
.speaker-sec .speaker-detail{
font-family: 'Montserrat', sans-serif;
font-weight: 300;
font-size: 14px;
color: #2f2f2f;
opacity: .7;
margin-bottom: 0;
font-style: italic;
}
.speaker-sec .speaker-links{
position: relative;
}
.speaker-sec .speaker-links .slider-social{
left: 50%;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.speaker-sec .image-holder .overlay .speaker-links ul li a {
-webkit-transform: translateY(-80px);
-ms-transform: translateY(-50px);
transform: translateY(-80px);
opacity: 0;
}
.speaker-sec .image-holder .overlay .speaker-links ul li:first-child a {
-webkit-transition-delay: .1s;
-o-transition-delay: .1s;
transition-delay: .1s;
}
.speaker-sec .image-holder .overlay .speaker-links ul li:nth-child(2) a {
-webkit-transition-delay: .25s;
-o-transition-delay: .25s;
transition-delay: .25s;
}
.speaker-sec .image-holder .overlay .speaker-links ul li:nth-child(3) a {
-webkit-transition-delay: .4s;
-o-transition-delay: .4s;
transition-delay: .4s;
}
.speaker-sec .speaker-info:hover .image-holder .overlay .speaker-links ul li:first-child a {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: .1s;
-o-transition-delay: .1s;
transition-delay: .1s;
opacity: 1;
}
.speaker-sec .speaker-info:hover .image-holder .overlay .speaker-links ul li:nth-child(2) a {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: .25s;
-o-transition-delay: .25s;
transition-delay: .25s;
opacity: 1;
}
.speaker-sec .speaker-info:hover .image-holder .overlay .speaker-links ul li:nth-child(3) a {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: .4s;
-o-transition-delay: .4s;
transition-delay: .4s;
opacity: 1;
}
.speaker-sec .speaker-info .image-holder .overlay .speaker-links:hover ul li a{
-webkit-transition-delay: 0s !important;
-o-transition-delay: 0s !important;
transition-delay: 0s !important;
}
/*icon hovers*/
.speaker-links>ul {
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.speaker-links>ul li {
list-style: none;
margin: 10px 5px;
}
.speaker-links>ul li:first-child {
margin-left: 0;
}
.speaker-links>ul li:last-child {
margin-right: 0;
}
.speaker-links>ul li a {
position: relative;
display: block;
width: 35px;
height: 35px;
text-align: center;
line-height: 37px;
background-color: rgba(255, 255, 255, 0);
border-radius: 50%;
font-size: 15px;
color: #fff;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.speaker-sec .image-holder .overlay .speaker-links>ul li a i {
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}
.speaker-sec .image-holder .overlay .speaker-links:hover ul li:nth-child(3) a,.speaker-sec .image-holder .overlay .speaker-links:hover ul li:nth-child(2) a{
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.speaker-sec .image-holder .overlay .speaker-links>ul li a:hover{
background-color: rgba(255, 255, 255, 0.9);
}
.speaker-links>ul li a:hover i.fa-facebook-f {
color: #3b5998;
}
.speaker-links>ul li a:hover i.fa-twitter {
color: #00acee;
}
.speaker-links>ul li a:hover i.fa-linkedin-in {
color: #0e76a8;
}
.speaker-links>ul li a:hover i.fa-instagram{
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* ===================================
banner 2
====================================== */
.count-sec1 {
padding-top: 150px;
padding-bottom: 150px;
}
.banner-2-content .text-home .heading{
color: #ffffff;
font-weight: normal;
font-size: 56px;
letter-spacing: 1.8px;
font-family: 'Dancing Script', cursive;
}
.banner-2-content .text-home .banner-2-content-p{
color: #ffffff;
font-weight: normal;
font-size: 16px;
letter-spacing: 1.8px;
margin-top: 15px;
margin-bottom: 10px;
font-family: 'Montserrat', sans-serif;
}
.banner-2-content .text-home .sub-heading{
color: #ffffff;
font-size: 20px;
font-family: 'Dancing Script', cursive;
margin-bottom: 10px;
}
.banner-2-content .text-home a{
text-decoration: none;
margin-top: 15px;
}
/* ===================================
banner 2
====================================== */
/* ===================================
portfolio section css
====================================== */
.portfolio-sec{
padding-top: 100px;
}
.portfolio-heading{
margin-bottom: 50px;
}
.portfolio-sec .cbp-l-filters-alignCenter {
margin-bottom: 50px;
}
.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item{
background-color: transparent;
border: 1px solid #d9d9d9;
padding: 7px 24px;
margin-right: 8px;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
color: #2f2f2f;
opacity: .8;
}
.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
background-color: #b6a85a;
color: #FFFFFF;
padding: 7px 24px;
}
.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
-webkit-transform: translateY(-41px);
-ms-transform: translateY(-41px);
transform: translateY(-41px);
background-color: #b6a85a;
color: #FFFFFF;
}
.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-counter:after {
border-top: 4px solid #b6a85a;
}
.portfolio-sec .cbp-l-loadMore-text .cbp-l-loadMore-link, .cbp-l-loadMore-text .cbp-l-loadMore-text-link {
font: 400 15px "Open Sans", sans-serif;
text-decoration: none;
cursor: pointer;
margin-top: 50px;
display: inline-block;
border: solid 1px #b6a85a;
padding: 8px 30px;
color: #b6a85a;
}
.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
color: #FFFFFF;
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
background-color: rgba(182, 168, 90, 0.8);
}
.portfolio-sec .cbp-l-caption-desc .fly-line{
background-color: #FFFFFF;
margin-top: 7px;
}
.portfolio-sec .cbp-l-caption-title {
color: #fff;
font: 400 20px/21px 'Montserrat', sans-serif;
}
/* ===================================
Timeline css
====================================== */
.timeline-sec{
min-height: 300px;
padding-top: 100px;
padding-bottom: 100px;
position: relative;
}
.timeline-sec .timeline-overlay{
position: absolute;
top:0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.50);
}
.timeline-sec .timeline-heading{
margin-bottom: 50px;
}
.timeline-sec .large-heading,.timeline-sec .sub-heading{
color: #FFFFFF;
}
.timeline-sec .fly-line{
background-color: #FFFFFF;
}
.timeline-sec .timeline-year{
clear: both;
padding-top: 50px;
padding-bottom: 50px;
}
.timeline-sec .timeline-year:first-child{
padding-top: 0;
padding-bottom: 0;
}
.timeline-sec .timeline-year .t-year{
height: 70px;
width: 70px;
border-radius: 50%;
background-color: #b6a85a;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 1;
}
.timeline-sec .timeline-year .t-year .heading{
color: #FFFFFF;
font-size: 18px;
font-family: 'Montserrat', sans-serif;
margin-bottom: 0;
}
.timeline-sec .timeline .timeline-block{
width: 50%;
padding-left: 15px;
padding-right: 15px;
position: relative;
cursor: pointer;
list-style: none;
margin-bottom: 30px;
}
.timeline-sec .timeline .event-details{
color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.35);
padding: 30px;
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
}
.timeline-sec .timeline .event-details .event-heading{
/*font-family: 'Montserrat', sans-serif;*/
font-family: 'Dancing Script', cursive;
font-size: 38px;
font-weight: 500;
}
.timeline-sec .timeline .event-details .text-des{
font-size: 14px;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
opacity: .8;
margin-bottom: 15px;
}
.timeline-sec .timeline .event-details .event-time{
font-size: 14px;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
}
.timeline-sec .timeline .event-details:hover{
background-color: #ffffff;
}
.timeline-sec .timeline .event-details:hover .text-des,.timeline-sec .timeline .event-details:hover .event-heading,.timeline-sec .timeline .event-details:hover .event-time{
color: #2f2f2f;
}
.timeline-sec .timeline .simple-timeline .event-details:hover:after{
border-left: 14px solid #ffffff;
}
.timeline-sec .timeline .inverse-timeline .event-details:hover:after{
border-right: 14px solid #ffffff;
}
.timeline-sec .timeline .simple-timeline .event-details:hover:before{
background-color: #ffffff;
}
.timeline-sec .timeline .inverse-timeline .event-details:hover:before{
background-color: #ffffff;
}
.timeline-sec .timeline .simple-timeline .event-details:after{
content: " ";
height: 30px;
width: 30px;
display: inline-block;
position: absolute;
right: 20px;
top: 35px;
border-top: 14px solid rgba(136, 136, 136, 0);
border-left: 14px solid rgba(0, 0, 0, 0.35);
border-bottom: 14px solid rgba(245, 245, 245, 0);
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
}
.timeline-sec .timeline .simple-timeline .event-details:before{
content: " ";
height: 20px;
width: 20px;
display: inline-block;
background-color: #fff;
position: absolute;
right: -12px;
top: 41px;
z-index: 1;
border-radius: 50%;
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
}
.timeline-sec .timeline .inverse-timeline .event-details:after{
content: " ";
height: 30px;
width: 30px;
display: inline-block;
position: absolute;
left: 20px;
top: 35px;
border-top: 14px solid rgba(136, 136, 136, 0);
border-right: 14px solid rgba(0, 0, 0, 0.35);
border-bottom: 14px solid rgba(245, 245, 245, 0);
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
}
.timeline-sec .timeline .inverse-timeline .event-details:before{
content: " ";
height: 20px;
width: 20px;
display: inline-block;
background-color: #fff;
position: absolute;
left: -8px;
top: 41px;
z-index: 1;
border-radius: 50%;
-webkit-transition: .8s ease;
-o-transition: .8s ease;
transition: .8s ease;
}
.timeline-sec .timeline:after{
content: " ";
display: inline-block;
width: 3px;
background-color: #FFFFFF;
position: absolute;
left: 50%;
top: 0;
bottom: 0;
}
.timeline-sec .timeline .simple-timeline{
padding-right: 50px;
float: left;
clear: left;
}
.timeline-sec .timeline .inverse-timeline{
padding-left: 50px;
margin-top: 60px;
float: right;
clear: right;
}
/* ===================================
Testimonial css
====================================== */
.testimonial-sec{
padding-top: 100px;
padding-bottom: 100px;
background-color: #ffffff;
}
.testimonial-sec .testimonial-card{
padding-left: 60px;
padding-right: 60px;
overflow: hidden;
}
.testimonial-sec .testimonial-review{
margin-top: 50px;
padding-left: 60px;
padding-right: 60px;
}
.testimonial-sec .testimonial-review .client-info{
margin-bottom: 30px;
}
.testimonial-sec .testimonial-review .client-info .client-name{
font-family: 'Montserrat', sans-serif;
font-size: 20px;
color: #b6a85a;
margin-bottom: 0;
}
.testimonial-sec .testimonial-review .client-info .client-designation{
color: #2f2f2f;
}
.testimonial-sec .testimonial-review .image-holder{
height: 200px;
width: 200px;
border-radius: 50%;
display: inline-block;
/*box-shadow: 1px 1px 15px #b6a85a;*/
-webkit-box-shadow: 1px 1px 15px #d8dce0;
box-shadow: 1px 1px 15px #d8dce0;
margin-bottom: 30px;
border: solid 3px #fff;
}
.testimonial-sec .testimonial-review .image-holder img{
border-radius: 50%;
}
.testimonial-sec .testimonial-review .review-detail .text-des{
}
.testimonial-sec .testimonial-review .review-detail ul.test-review{
padding-left: 0;
}
.testimonial-sec .testimonial-review .review-detail ul.test-review li{
list-style: none;
display: inline-block;
}
.testimonial-sec .testimonial-review .review-detail ul.test-review li i{
font-size: 20px;
color: #b6a85a;
}
.testimonial-sec .owl-carousel .owl-dots{
position: absolute;
left: 8px;
/*transform: rotate(90deg);*/
bottom: 50%;
}
.testimonial-sec .owl-carousel .owl-nav button.owl-next,.testimonial-sec .owl-carousel .owl-nav button.owl-prev,.testimonial-sec .owl-carousel button.owl-dot {
height: 20px;
width: 20px;
border: solid 3px #b6a85a;
margin-bottom: 10px;
border-radius: 50%;
-webkit-box-shadow: 1px 1px 10px #b6a85a;
box-shadow: 1px 1px 10px #b6a85a;
display: block;
}
.testimonial-sec .owl-carousel button.owl-dot.active{
background-color: rgba(182, 168, 90, 0.79);
border: solid 3px #ffffff;
}
/* ===================================
brand css
====================================== */
.brand-sec{
padding-top: 100px;
padding-bottom: 100px;
}
.brand-sec .brand-img img{
width: 60%;
}
/* ===================================
footer css
====================================== */
.footer-sec{
padding-top: 100px;
padding-bottom: 100px;
background-color: #ffffff;
}
.footer-sec .footer-icons a{
display: inline-block;
text-decoration: none;
color: #ffffff;
margin-right: 10px;
}
.footer-sec .footer-icons a i{
display: block;
height: 60px;
width: 60px;
font-size: 24px;
color: #2f2f2f;
line-height: 64px;
text-align: center;
border-radius: 40px;
background: transparent;
-webkit-transition: all .3s ease !important; -o-transition: all .3s ease !important; transition: all .3s ease !important;
}
.footer-sec .footer-icons a i:hover,.footer-sec .footer-icons a i:focus {
color: #ffffff;
-webkit-box-shadow: 0 0 15px 30px #b6a85a inset;
box-shadow: 0 0 15px 30px #b6a85a inset;
-webkit-animation: 1s instaRound;
animation: 1s instaRound;
}
@-webkit-keyframes instaRound {
from{
opacity: 0;
}
to{
opacity: 1;
}
}
@keyframes instaRound {
from{
opacity: 0;
}
to{
opacity: 1;
}
}
@-webkit-keyframes ripple{
0%{
opacity:1;
-webkit-transform:scale(0);
transform:scale(0)
}
100%{
opacity:0;
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes ripple{
0%{
opacity:1;
-webkit-transform:scale(0);
transform:scale(0)
}
100%{
opacity:0;
-webkit-transform:scale(1);
transform:scale(1)
}
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
animation-delay:.3s;
-webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
animation-delay:.6s;
-webkit-animation-delay:.6s
}
/***********************************/
/***********MAP SECTION**********/
/***********************************/
.location-details-contact .loc-details .contact-box{
background-color: transparent;
border-radius: 0;
color: white;
padding:30px;
font-family: 'Montserrat', sans-serif;
}
.location-details-contact .loc-details:nth-child(2) .contact-box{
background-color: transparent;
}
.location-details-contact .loc-details .contact-box .media i{
font-size: 50px;
margin-right: 15px;
color: #b6a85a;
}
.location-details-contact .loc-details .contact-box .media .media-body h5{
font-size: 22px;
font-weight: 600;
color: #2f2f2f;
}
.location-details-contact .loc-details .contact-box .media .media-body p{
font-size: 16px;
font-weight: 300;
opacity: .8;
color: #2f2f2f;
}
#google-map {
min-height: 500px;
width: 100%;
}
/*********************************************/
/********* Stand alone page css **************/
/*********************************************/
/***********************************/
/********standalone page css********/
/***********************************/
.slide-area {
min-height:500px;
position: relative;
}
.slide-area .overlay{
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(20, 32, 34, 0.70);
}
.slide-area .overlay h4{
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-size: 38px;
color: #FFFFFF;
margin-top: 40%;
margin-bottom: 10px;
}
.crumbs{
position: relative;
}
.crumbs .breadcrumb-items{
display: inline-block;
}
.crumbs .breadcrumb{
margin-bottom: 0;
border-radius: 0;
padding: 15px 50px;
background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
color: #FFFFFF;
}
.crumbs .breadcrumb li a{
color: #FFFFFF;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
text-decoration: none;
}
.crumbs .breadcrumb li a:hover{
color: #b6a85a;
}
/*crumbs end*/
.blog-content{
padding-top: 100px;
padding-bottom: 100px;
}
.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{
color: #b6a85a;
margin-bottom: 20px;
}
.standalone-area .sub-heading{
color: #b6a85a;
margin-bottom: 8px;
}
.standalone-detail .heading{
margin-bottom: 20px;
font-size: 56px;
color: #2b2b2b;
font-weight: 500;
font-family: 'Dancing Script', cursive;
}
.standalone-detail .para_text{
color: #535353;
font-weight: 500;
font-family: Montserrat , sans-serif;
text-align: center;
font-size: 15px;
margin: 0 auto;
line-height: 2.1;
}
.standalone-detail{
padding-bottom: 100px;
}
.standalone-area .gradient-text1{
font-weight: 500;
margin-bottom: 12px;
font-family: 'Dancing Script', cursive;
font-size: 45px;
}
.standalone-area .stand-img-des .para_text{
font-family: 'Montserrat', sans-serif;
color: #535353;
}
/*********************************************/
/************* Media Queries *****************/
/*********************************************/
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
/*Large Heading dec Font Size on Mobile Decives*/
.large-heading {
font-size: 36px;
}
/*Slider Font Size Adjust On Small Screen*/
.slider-sec .rs-parallaxlevel-1{
font-size: 14px !important;
line-height: 12px !important;
margin-bottom: 20px !important;
}
.slider-sec .rs-parallaxlevel-3{
font-size: 40px !important;
line-height: 10px !important;
}
.slider-sec .rs-parallaxlevel-2{
font-size: 14px !important;
line-height: 12px !important;
margin-top: 40px !important;
}
/*About Sec margin Bottom on first Child*/
.about-sec .about-self:first-child{
margin-bottom: 50px;
}
.side-menu .mega-title {
font-size: 54px;
}
/*manage toggle button*/
.navigation-toggle .slider-social {
top: 17px;
}
.header-appear .navbar .navigation-toggle .slider-social {
right: 33px;
top: 22px;
}
/*Hide Social Icons On Mobile Screen*/
.slider-icons {
display: none;
}
/*count-sec-1 text-center*/
.banner-2-content .text-home .heading{
text-align: center;
font-size: 40px;
}
.banner-2-content .text-home .banner-2-content-p{
text-align: center;
}
.banner-2-content .text-home .sub-heading{
text-align: center;
}
.banner-2-content .text-home a{
display: table;
margin: auto;
}
/*stats*/
.stats-sec .stats-content li {
justify-content: center;
display: flex;
margin-bottom: 20px;
}
.stats-sec .stats-content li:last-child{
margin-bottom: 0;
}
.stats-sec .stats-content .stats-li:after {
content: none;
}
.stats-sec .stats-content .stats-li:before {
content: none;
}
/*extra small screen css of broad navigation*/
.broad-nav{
top:0;
bottom: 0;
right: 0;
left:0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.broad-nav .close-nav{
right: 20px;
top: 2%;
}
.broad-nav .close-nav i{
font-size: 35px;
}
.broad-nav .close-nav.slider-social.bg-fill a i {
padding-top: 9px;
font-size: 27px;
}
.head-sec .navigation-toggle .toggle-btn {
right: 4%;
padding-top: 12px;
}
.head-sec .slider-icons .social-icons {
padding-top: 6px;
}
.broad-nav .navbar {
top: 200px;
padding-right: 0;
}
/*extra small screen css of slider navigation*/
.slider-sec .navigate-arrow{
display: none;
}
/*extra small screen css of About Sec*/
.about-sec .about-img {
padding-top: 50px;
}
.about-sec .about-img .floating-icon.la-chart-line {
top: 8%;
}
.about-sec .about-icon {
font-size: 250px;
}
.about-sec .about-cards {
padding-left: 15px;
padding-right: 15px;
padding-top: 100px;
}
.about-sec .about-cards .ab-card {
margin: 40px auto;
margin-top: 0;
max-width: 360px;
}
.about-sec .about-cards .ab-card:last-child{
margin-bottom: 0;
}
.about-sec .about-info{
margin-bottom: 50px;
}
.about-sec .about-info .heading {
width: 100%;
}
.about-sec .about-info .fly-line {
margin-left: auto;
}
.about-sec .location-details .media{
margin-bottom: 20px;
}
/*extra small screen css of Counter sec*/
.count-sec .num {
font-size: 50px;
}
/*extra small screen css of Pricing*/
.pricing-sec .pricing-card {
max-width: 370px;
margin: 20px auto;
}
.pricing-sec .pricing-cards {
padding-top: 0;
}
.pricing-sec .pricing-card .price-info .price-tag .p-since {
left:10px;
}
.zig-zag-bottom:after,.zig-zag-top:before{
display: none;
}
/*extra small screen css of timeline*/
.timeline-sec .timeline:after {
left: 49px;
}
.timeline-sec .timeline-year .t-year {
margin-left: 0;
}
.timeline-sec .timeline .timeline-block {
width: 100%;
}
.timeline-sec .timeline .inverse-timeline {
padding-left: 75px;
}
.timeline-sec .timeline .inverse-timeline .event-details:after {
left: 46px;
}
.timeline-sec .timeline .inverse-timeline .event-details:before {
left: 25px;
}
/*extra small screen css of testimonial section*/
.testimonial-sec .testimonial-review {
padding-left: 0;
padding-right: 0;
}
.testimonial-sec .testimonial-card {
padding-left: 40px;
padding-right: 40px;
}
/*extra small screen css of footer section*/
.footer-sec .footer-icons a {
margin-right: 0;
}
.footer-sec .footer-icons a i {
height: 50px;
width: 50px;
font-size: 24px;
line-height: 49px;
}
/*extra small screen css of stand alone page*/
.slide-sec .slide-content .slide-heading {
font-size: 36px;
}
.slide-sec .slide-content .text-des {
font-size: 14px;
}
.event-info .img-gallery {
padding-left: 15px;
padding-top: 50px;
}
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
/*manage toggle button*/
.navigation-toggle .slider-social {
top: 20px;
}
.header-appear .navbar .navigation-toggle .slider-social {
right: 33px;
top: 23px;
}
/*banner 2 text center*/
.banner-2-content .text-home .heading{
text-align: center;
}
.banner-2-content .text-home .banner-2-content-p{
text-align: center;
}
.banner-2-content .text-home .sub-heading{
text-align: center;
}
.banner-2-content .text-home a{
display: table;
margin: auto;
}
/*stats*/
.stats-sec .stats-content li {
justify-content: center;
display: flex;
margin-bottom: 20px;
}
.stats-sec .stats-content li:last-child{
margin-bottom: 0;
}
.stats-sec .stats-content .stats-li:after {
content: none;
}
.stats-sec .stats-content .stats-li:before {
content: none;
}
/*extra small screen css of broad navigation*/
.broad-nav{
top:0;
bottom: 0;
right: 0;
left:0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.broad-nav .close-nav.slider-social.bg-fill a i {
padding-top: 9px;
font-size: 27px;
}
.broad-nav .close-nav{
right: 20px;
top:2%;
}
.broad-nav .close-nav i{
font-size: 35px;
}
.broad-nav .navbar {
top:200px;
padding-right: 0;
}
.head-sec .navigation-toggle .toggle-btn {
right: 2%;
padding-top: 12px;
}
.head-sec .slider-icons .social-icons {
padding-top: 6px;
}
/*extra small screen css of slider navigation*/
.slider-sec .navigate-arrow{
display: none;
}
/*extra small screen css of About Sec*/
.about-sec .about-cards {
padding-left: 15px;
padding-right: 15px;
}
.about-sec .about-info{
margin-bottom: 50px;
}
.about-sec .about-info .heading {
width: 100%;
}
.about-sec .about-info .fly-line {
margin-left: auto;
}
.about-sec .about-cards .ab-card {
padding: 40px 80px;
}
.about-sec .about-cards .ab-card {
margin: 40px auto;
margin-top: 0;
max-width: 480px;
}
.about-sec .about-cards .ab-card:last-child{
margin-bottom: 0;
}
/*extra small screen css of Pricing*/
.pricing-sec .pricing-card {
margin-bottom: 40px;
-webkit-box-shadow: 1px 1px 10px #a3a6a933;
box-shadow: 1px 1px 10px #a3a6a933;
}
.pricing-sec .pricing-cards {
padding-left: 50px;
padding-right: 50px;
}
.pricing-sec .pricing-card .price-info .price-tag .p-since {
left: 10px;
}
.zig-zag-bottom:after,.zig-zag-top:before{
display: none;
}
/*extra small screen css of timeline*/
.timeline-sec .timeline:after {
left: 9%;
}
.timeline-sec .timeline-year .t-year {
margin-left: 0;
}
.timeline-sec .timeline .timeline-block {
width: 100%;
}
.timeline-sec .timeline .inverse-timeline {
padding-left: 75px;
}
.timeline-sec .timeline .inverse-timeline .event-details:after {
left: 46px;
}
.timeline-sec .timeline .inverse-timeline .event-details:before {
left: 25px;
}
/*media query for footer*/
.footer-sec .footer-icons a i {
height: 50px;
width: 50px;
font-size: 24px;
line-height: 49px;
}
/*extra small screen css of stand alone page*/
.slide-sec .slide-content .slide-heading {
font-size: 36px;
}
.slide-sec .slide-content .text-des {
font-size: 14px;
}
.event-info .img-gallery {
padding-left: 15px;
padding-top: 50px;
}
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
.navigation-toggle .slider-social {
top: 28px;
}
.header-appear .navbar .navigation-toggle .slider-social {
right: 33px;
top: 23px;
}
/*stats*/
.stats-sec .stats-content li {
justify-content: center;
display: flex;
margin-bottom: 20px;
}
.stats-sec .stats-content li:last-child{
margin-bottom: 0;
}
.stats-sec .stats-content .stats-li:after {
content: none;
}
.stats-sec .stats-content .stats-li:before {
content: none;
}
/*extra small screen css of broad navigation*/
.broad-nav{
top:-3%;
bottom: -3%;
right: 0;
left:20%;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
}
.broad-nav .close-nav {
right: 20px;
top: 7%;
}
.broad-nav .close-nav i{
font-size: 35px;
}
.broad-nav .close-nav.slider-social.bg-fill a i {
padding-top: 9px;
font-size: 27px;
}
.broad-nav .navbar {
top: 230px;
padding-right: 0;
}
.head-sec .navigation-toggle .toggle-btn {
right: 20px;
}
/*extra small screen css of About Sec*/
.about-sec .about-cards {
padding-left: 100px;
padding-right: 100px;
}
.about-sec .about-info{
margin-bottom: 50px;
}
.about-sec .about-info .heading {
width: 100%;
}
.about-sec .about-info .fly-line {
margin-left: auto;
}
.about-sec .about-cards .ab-card {
padding: 40px 80px;
}
.about-sec .about-cards .ab-card {
margin: 40px auto;
margin-top: 0;
max-width: 440px;
}
.about-sec .about-cards .ab-card:last-child{
margin-bottom: 0;
}
/*extra small screen css of Pricing*/
.pricing-sec .pricing-card {
margin-bottom: 50px;
padding: 64px 55px;
-webkit-box-shadow: 1px 1px 10px #a3a6a933;
box-shadow: 1px 1px 10px #a3a6a933;
}
.pricing-sec .pricing-cards {
padding-left: 100px;
padding-right: 100px;
}
.zig-zag-bottom:after,.zig-zag-top:before{
display: none;
}
/*extra small screen css of slider navigation*/
.slider-sec .navigate-arrow{
display: none;
}
/*extra small screen css of stand alone page*/
.event-info .img-gallery {
padding-left: 15px;
padding-top: 50px;
}
}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
/*extra small screen css of broad nav*/
.broad-nav .close-nav {
right: 20px;
top: 4%;
}
.broad-nav .navbar {
top:230px;
padding-right: 0;
}
/*extra small screen css of slider navigation*/
.slider-sec .navigate-arrow{
display: none;
}
/*extra small screen css of Pricing*/
.pricing-sec .pricing-card {
-webkit-box-shadow: 1px 1px 10px #a3a6a933;
box-shadow: 1px 1px 10px #a3a6a933;
}
.zig-zag-bottom:after,.zig-zag-top:before{
display: none;
}
.pricing-sec .pricing-card .price-info .price-tag .p-since {
font-size: 12px;
left: 22px;
top: -7px;
}
.pricing-sec .pricing-card .price-info .price-tag .p-price {
font-size: 38px;
margin-left: 18px;
}
.pricing-sec .pricing-card .price-info .price-tag .p-icon i {
font-size: 20px;
}
}
/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1319.98px) {
.broad-nav .navbar {
top:230px;
padding-right: 0;
}
.broad-nav .close-nav {
right: 20px;
}
}
/*// Extra large devices (large desktops, 1200px and up)*/
/*max-width: 1367px*/
@media (min-width: 1367px) {
.navbar-nav {
margin-right: 0px;
}
}