
/* ----------------------------------------------------------------------------------------
* Theme Name    : Mist
* Theme URI 	: #
* Author        : Mist
* Template Name : Mist | One Page HTML5 Templates
* File          : Mist main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */

/* TABLE OF CONTENTS
----------------------------------------------------------------------------------------

01. General css
02. Button Styles
03. Social Icon Styles
04. Header Styles
05. Footer Styles
06. Feature Box Styles 
07. Counter Styles
08. Carousel Styles
09. Accordion Style
10. Post Styles
11. Event Styles
12. Mailchimp Styles
13. Testimonial Styles
14. Team Styles
15. Timeline Styles
16. Portfolio Styles
17. Progress Bar Styles
18. Post List Wigets
19. Contact Info Widgets
20. Price Table Styles
21. Client Slider Styles
22. Map Styles
23. Particles Styles
24. Owl Carousel Styles
25. Float Image Styles
26. Tabs Styles
27. Icon Styles
28. Icon List Styles
29. Day Counter Styles
30. Responsive Styles
31. Landing Page Styles

-------------------------------------------------------------------------------------- */

/* 01. General Style */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.74;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    letter-spacing: 0;
    color: #696969;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #333;
}
p {
	margin: 0;
}	
/* classe qui permet d'encadrer les éléments Certifications (section20.php) */
.bord1px-img{
	border: 2px solid  !important;
}

.feature-img{	
	border: 3px solid  !important;
	border-radius: 15px !important;
	transform: translateZ(0px)!important;
}
.footertextcolor{
    color: }
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
@media only screen and ( min-width: 992px ) {
	h1, .h1 {
		font-size: 54px;
		line-height: 76px;
	}
}
.theme-color {
	color: ;
}
.dynamictext {
    color:  !important;
}  														   
.theme-bg {
	background-color: ;
}
.bg-theme, .bg-red, .bg-green, .bg-purple, .bg-dark-pink, .bg-yellow {
    background-color: ;
    color: #fff;
}
.bg-primary {
	color: #fff;
}
.bg-red {
	background-color: #ff4949;
}
.bg-green {
	background-color: #1fd348;
}
.bg-purple {
    background-color: #c701f1;
}
.bg-dark-pink {
    background-color: #b21b65;
}
.bg-yellow {
    background-color: #f85a0c;
}
.hide {
	display: none;
}
.border-primary {
    border-color: !important;
}
/* Page Loader Styles */
.voilegris img{
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
}
.novoilegris {
    filter: brightness(100%) !important;
    -webkit-filter: brightness(100%) !important;

}			   
.page-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #f9f9f9;
}
.page-loader figure{margin:0;transform:translate(-50%,-50%) rotate(0deg) scale(1.4,1.4);position:absolute;left:50%;top:50%;border-radius:150px;box-sizing:border-box;animation:rotation 20s infinite linear;}
.page-loader figure div:after{content:"";width:20px;height:20px;border:1px solid ;box-sizing:border-box;position:absolute;left:20px;top:20px;animation:shuffle 2s infinite;}
.page-loader figure div:nth-child(1){transform:rotate(0deg)}
.page-loader figure div:nth-child(1):after{animation-delay:-0.5s;}
.page-loader figure div:nth-child(2){transform:rotate(45deg)}
.page-loader figure div:nth-child(2):after{animation-delay:-1s;}
.page-loader figure div:nth-child(3){transform:rotate(90deg)}
.page-loader figure div:nth-child(3):after{animation-delay:-1.5s;}
.page-loader figure div:nth-child(4){transform:rotate(135deg)}
.page-loader figure div:nth-child(4):after{animation-delay:-2s;}
.page-loader figure div:nth-child(5){transform:rotate(180deg)}
.page-loader figure div:nth-child(5):after{animation-delay:-2.5s;}
.page-loader figure div:nth-child(6){transform:rotate(225deg)}
.page-loader figure div:nth-child(6):after{animation-delay:-3s;}
.page-loader figure div:nth-child(7){transform:rotate(270deg)}
.page-loader figure div:nth-child(7):after{animation-delay:-3.5s;}
.page-loader figure div:nth-child(8){transform:rotate(315deg)}
.page-loader figure div:nth-child(8):after{animation-delay:-4s;}
@keyframes rotation{
  100%{transform:translate(-50%,-50%) rotate(-360deg) scale(1.4,1.4);}
}
@keyframes shuffle{
  50%{transform:scale(0.4,0.4) rotate(-90deg);border-radius:50%;}
}
.display-5 {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1;
}
a {
	color: ;
	transition: color ease 0.35s, background ease 0.35s;
}
a:hover, a:active {
	color: ;
    text-decoration: none;
}
.btn.focus, .btn:focus, .form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
}
.form-control:focus {
    border-color: ;
}
.container {
	position: relative;	
}	
section, .section {
	padding: 80px 0;
    position: relative;
}
.section-mingle-top {
	margin-top: -85px;
}
.section-medium-space {
	padding: 60px 0;
}
.section-small-space {
	padding: 40px 0;
}
.section-sub-title {
    margin-bottom: 20px;
    display: block;
    color: ;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.set-as-background, .set-as-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.set-as-background.background-fixed {
	background-attachment: fixed;
}
.set-as-background.background-bottom {
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    max-width: 100%;
}
.set-as-parallax {
    background-repeat: no-repeat;
    background-size: cover;
	background-position: 50% 0;
}
.section-bg-mild {
	background-color: #f9f9f9; 
}
.section-bg-dark {
    color: #d6d6d6;
	background-color: #252525; 
}
.section-bg-light {
    color: #111;
    background-color: #fff;
}
.section-bg-grey {
    color: #111;
    background-color: #f8f8f8;
}
.section-bg-trans-light {
    color: #111;
    background-color: rgba(255, 255, 255, 0.5);
}
.section-text-white, .section-text-white a {
    color: #fff;
}
.section-bg-grey h2.widget-title, .section-bg-light h2.widget-title,
.section-bg-grey a:not(.btn), .section-bg-light a:not(.btn) {
	color: #111;
}
.section-bg-grey a:not(.btn):hover, .section-bg-light a:not(.btn):hover,
.section-bg-grey a:not(.btn):active, .section-bg-light a:not(.btn):active,
.section-bg-dark a:not(.btn):hover, .section-bg-dark a:not(.btn):active {
	color: ;
}
.section-bg-dark h2.widget-title, .section-bg-dark a:not(.btn),
footer .footer-dark h2.widget-title, footer .footer-dark a:not(.btn){
	color: #fff;
	font-size: 18px;
}
.section-bg-light h2.widget-title, .section-bg-dark a:not(.btn),
footer .footer-dark h2.widget-title, footer .footer-dark a:not(.btn){
	color: #000;
	font-size: 18px;
}
.abs-dark-bg, .abs-theme-bg, .abs-light-bg, .abs-grey-bg, .abs-pink-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
}
.abs-light-bg {
	background: rgba(255, 255, 255, 0.6);
}
.abs-grey-bg {
	background: rgba(0,0,0,0.3);
}
.abs-pink-bg {
	background: rgba(178, 27, 101, 0.9);
}	
.abs-dots {
    position: absolute;
    width: 100%;
}
.abs-dots:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50px;
    height: 400px;
    width: 400px;
	max-width: 100%;
    background-image: radial-gradient(#c1b4d7 1px, #0000 0);
    background-position: 100% 100%;
    background-size: 10px 10px;
    opacity: 0.5;
    border-radius: 50%;
}
.abs-dots.dots-right:before {
    right: 40%;
    left: auto;
    top: 0;
    transform: translateX(50%);
}
.abs-dots.abs-dots-center:before {
    left: 50%;
    transform: translateX(-50%) translateY(30%);
}
@media only screen and ( max-width: 767px ) {
	.abs-dots:before {
		left: 0;
		height: 300px;
		width: 300px;
		display: none;
	}
}	
.abs-dots.dots-center:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
}
.abs-dots.dots-square:before {
    border-radius: 0;
}
.abs-img {
    position: absolute;
    height: 80%;
    width: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    right: 0;
    left: auto;
    top: 50%;
}
.abs-vector-bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    right: 0;
    top: 0;
}
.abs-dots-full-mild:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(#000000 1px, #0000 0);
    background-size: 3px 3px;
    opacity: 0.2;
}
.abs-half-right-cover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.abs-half-left-cover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.abs-bg-repeat {
	background-size: contain;
    background-position: inherit;
    background-repeat: repeat;
}
.page-item.active .page-link {
    background-color: ;
    border-color: ;
}
.page-link {
    color: ;
	padding: 14px 20px;
}
.page-link:focus {
    box-shadow: none;
}
.page-link:hover {
    color: #fff;
    background-color: ;
    border-color: ;
}
.about-image-wrapper .about-img-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.about-image-wrapper .about-img-1, .about-img-2 {
    overflow: hidden;
}
@keyframes fadeInOut {
	0%{transform: scale(1) rotateZ(0);}
	50%{transform: scale(1.1) rotateZ(4deg);}
	100%{transform: scale(1) rotateZ(0deg);}
}
.about-image-wrapper .about-img-1 img, .about-img-2 img{
	animation: fadeInOut 4s infinite;
}
.about-image-wrapper {
    position: relative;
	margin-left: 30px;
}
.about-image-wrapper .abs-dots {
    position: absolute;
    width: 100%;
    left: -80px;
    top: -40px;
    z-index: -1;
}
.about-image-wrapper .about-img-1, .about-image-wrapper .about-img-2 {
	transition: all ease .6s;
}
.about-image-wrapper .about-img-1 {
    transform: translateX(-30px);
}
.about-image-wrapper .about-img-2 {
	transform: scale(0.4) translate3d( 75%, -100%, 0 );
}
.about-image-wrapper:hover .about-img-1 {
    transform: scale(0.4) translate3d( 75%, -100%, 0 );
}
.about-image-wrapper:hover .about-img-2 {
    transform: scale(1) translate3d( 0, 0, 0 ) translateX(-30px);
    max-width: 100%;
}
.about-img-1 {
    position: relative;
}
.about-img-1-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    max-width: 100%;
    background: ;    
    opacity: 0.9;
    text-align: center;
}
.about-img-1-overlay h2 {
    color: #fff;
    padding: 30% 0;
}
.abs-element {
	position: relative;
}
.ratting-wrapper {
    width: 100%;
}
.ratting-wrapper .ratting-content {
    width: 50%;
    padding: 10px 0 10px 50px;
}
.ratting-wrapper .ratting-wrap-inner {
    width: 40%;
    padding: 10px 30px 10px 75px;
	position: relative;
}
.ratting-wrapper .ratting-wrap-inner:after {
    content: "";
    border-right: 6px solid rgba(249, 73, 73, 0.1);
    position: absolute;
    width: 2px;
    height: 273px;
    top: 0;
    right: 0;
}
.page-title-wrap {
    padding: 50px 0;
    text-align: center;
    background: #f7f7f7;
}
.img-elementer img {
    max-width: 50%;
}
.scale-img:hover {
    transform: scale(1.25);
}
.scale-img {
    transition: all ease .35s;
}
.section-title {
    font-size: 34px;
    color: ;
    margin: 0;
}	
.secion-seperator {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.secion-seperator:before {
    position: absolute;
    content: "";
    width: 60px;
    border-top: 4px solid ;
    top: 10px;
    left: -70px;
    right: 0;
    border-radius: 50%;
}
.secion-seperator:after {
    position: absolute;
    content: "";
    width: 60px;
    border-top: 4px solid ;
    top: 10px;
    right: -70px;
    border-radius: 50%;
}
.secion-seperator span {
    font-size: 25px;
    color: #3f3a64;
}
.secion-seperator-white {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.secion-seperator-white:before {
    position: absolute;
    content: "";
    width: 60px;
    border-top: 4px solid #fff;
    top: 10px;
    left: -70px;
    right: 0;
    border-radius: 50%;
}
.secion-seperator-white:after {
    position: absolute;
    content: "";
    width: 60px;
    border-top: 4px solid #fff;
    top: 10px;
    right: -70px;
    border-radius: 50%;
}
.secion-seperator-white span {
    font-size: 25px;
    color: #fff;
}
.header-parts-nav > div > * {
    margin: 0 10px;
}
.header-parts-nav > div {
    margin: 0 -10px;
}
.topbar-info-wrap ul.nav {
    margin: 0 -8px;
}
.topbar-info-wrap > ul.nav > li {
    margin: 0 8px;
}
.header-topbar .social-icons-wrapper {
    display: inline-block;
    vertical-align: middle;
}
ul.top-info-list span.pre-icons {
    font-weight: bold;
}
.topbar-info-wrap .social-icons-wrapper {
    display: inline-block;
    vertical-align: middle;
}
ul.nav.spacing-nav {
    margin: 0 -8px;
}
ul.nav.spacing-nav > li {
    margin: 0 8px;
}
.footer-section .nav-light-to-theme a {
	color: #d6d6d6;
}
.nav-light-to-theme a:hover, .nav-light-to-theme a:active {
	color: ;
}
ul.icon-nav > li {
    position: relative;
}
ul.icon-nav > li:before {
    position: absolute;
    left: 0;
    content: "\e661";
    font-family: 'themify';
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* 02. Button Styles */
.btn-primary {
    color: #fff;
    background: ;
    border-color: ;
}
.btn-primary-center {
    color: #fff;
    background: ;
    border-color: ;
	text-align: center;
    margin: 0 auto;
    display: block;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: ;
    border-color: ;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: ;
    border-color: ;
}
.btn-outline-primary {
    color: ;
    border-color: ;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background: ;
    border-color: ;
}
.btn-link {
    color: ;
}
.btn-link:hover {
    color: #5432c6;
}
.material-img-shadow {
    -webkit-box-shadow: 0 13px 46px 0 rgba(113,113,113,.33);
    -moz-box-shadow: 0 13px 46px 0 rgba(113,113,113,.33);
    box-shadow: 0 13px 46px 0 rgba(113,113,113,.33);
}
.material-dark-shadow {
	box-shadow: 0 0 30px 0 rgba(167,167,167,.16);
}
.material-light-shadow {
	box-shadow: 0px 0px 18px -5px rgba(75, 81, 91, 0.1);
}
.video-content {
    position: relative;
}
.video-content .dots {
    position: absolute;
    z-index: -1;
    left: -30px;
    bottom: -30px;
}
.video-image img {
    width: 100%;
}
.rounded-border {
	border-radius: 10px;
}	

/* 03. Social Icon Styles */
ul.social-icons {
    margin: -4px;
}
ul.social-icons > li > a {
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    background: ;
    line-height: 43px;
    border-radius: 50%;
    color: #fff;
    margin: 4px;
	display: block;
}
.header-topbar ul.social-icons > li > a {
    height: 30px;
    width: 30px;
    line-height: 32px;
}
ul.social-icons > li > a:hover {
    background: #fff;
    color: ;
}
ul.primary-social-icons.social-icons > li > a {
	background: ;
	color: #fff;
}
ul.primary-social-icons.social-icons > li > a:hover {
	background: #fff;
	color: ;
}
ul.light-social-icons.social-icons > li > a {
	background: #fff;
	color: #111;
}
ul.dark-social-icons.social-icons > li > a {
	background: #111;
	color: #fff;
}
ul.dark-social-icons.social-icons > li > a:hover {
	background: #fff;
	color: #111;
}
ul.own-social-icons > li > a.facebook-icon,
ul.transparent-social-icons > li > a.facebook-icon:hover {
	background: #3b5998;
	color: #fff;
}
ul.transparent-social-icons > li > a.facebook-icon {
    background: transparent;
    color: #3b5998;
}
ul.own-social-icons > li > a.facebook-icon:hover,
ul.light-social-icons.social-icons > li > a.facebook-icon:hover,
ul.transparent-light-social-icons > li > a.facebook-icon:hover {
	background: #fff;
	color: #3b5998;
}
ul.own-social-icons > li > a.twitter-icon,
ul.transparent-social-icons > li > a.twitter-icon:hover {
	background: #55acee;
	color: #fff;
}
ul.transparent-social-icons > li > a.twitter-icon {
    background: transparent;
    color: #55acee;
}
ul.own-social-icons > li > a.twitter-icon:hover,
ul.light-social-icons.social-icons > li > a.twitter-icon:hover,
ul.transparent-light-social-icons > li > a.twitter-icon:hover {
	background: #fff;
	color: #55acee;
}
ul.own-social-icons > li > a.instagram-icon,
ul.transparent-social-icons > li > a.instagram-icon:hover {
	background: #3f729b;
	color: #fff;
}
ul.transparent-social-icons > li > a.instagram-icon {
    background: transparent;
    color: #3f729b;
}
ul.own-social-icons > li > a.instagram-icon:hover,
ul.light-social-icons.social-icons > li > a.instagram-icon:hover,
ul.transparent-light-social-icons > li > a.instagram-icon:hover {
	background: #fff;
	color: #3f729b;
}
ul.own-social-icons > li > a.pinterest-icon,
ul.transparent-social-icons > li > a.pinterest-icon:hover {
	background: #cb2027;
	color: #fff;
}
ul.transparent-social-icons > li > a.pinterest-icon {
    background: transparent;
    color: #cb2027;
}
ul.own-social-icons > li > a.pinterest-icon:hover,
ul.light-social-icons.social-icons > li > a.pinterest-icon:hover,
ul.transparent-light-social-icons > li > a.pinterest-icon:hover {
	background: #fff;
	color: #cb2027;
}
ul.own-social-icons > li > a.linkedin-icon,
ul.transparent-social-icons > li > a.linkedin-icon:hover {
	background: #007bb6;
	color: #fff;
}
ul.transparent-social-icons > li > a.linkedin-icon {
    background: transparent;
    color: #007bb6;
}
ul.own-social-icons > li > a.linkedin-icon:hover,
ul.light-social-icons.social-icons > li > a.linkedin-icon:hover,
ul.transparent-light-social-icons > li > a.linkedin-icon:hover {
	background: #fff;
	color: #007bb6;
}
ul.own-social-icons > li > a.flickr-icon,
ul.transparent-social-icons > li > a.flickr-icon:hover {
	background: #ff0084;
	color: #fff;
}
ul.transparent-social-icons > li > a.flickr-icon {
    background: transparent;
    color: #ff0084;
}
ul.own-social-icons > li > a.flickr-icon:hover,
ul.light-social-icons.social-icons > li > a.flickr-icon:hover,
ul.transparent-light-social-icons > li > a.flickr-icon:hover {
	background: #fff;
	color: #ff0084;
}
ul.own-social-icons > li > a.vimeo-icon,
ul.transparent-social-icons > li > a.vimeo-icon:hover {
	background: #00bf8f;
	color: #fff;
}
ul.transparent-social-icons > li > a.vimeo-icon {
    background: transparent;
    color: #00bf8f;
}
ul.own-social-icons > li > a.vimeo-icon:hover,
ul.light-social-icons.social-icons > li > a.vimeo-icon:hover,
ul.transparent-light-social-icons > li > a.vimeo-icon:hover {
	background: #fff;
	color: #00bf8f;
}
ul.own-social-icons > li > a.youtube-icon,
ul.transparent-social-icons > li > a.youtube-icon:hover {
	background: #bb0000;
	color: #fff;
}
ul.transparent-social-icons > li > a.youtube-icon {
    background: transparent;
    color: #bb0000;
}
ul.own-social-icons > li > a.youtube-icon:hover,
ul.light-social-icons.social-icons > li > a.youtube-icon:hover,
ul.transparent-light-social-icons > li > a.youtube-icon:hover {
	background: #fff;
	color: #bb0000;
}
ul.own-social-icons > li > a.tumblr-icon,
ul.transparent-social-icons > li > a.tumblr-icon:hover {
	background: #3b5998;
	color: #fff;
}
ul.transparent-social-icons > li > a.tumblr-icon {
    background: transparent;
    color: #3b5998;
}
ul.own-social-icons > li > a.tumblr-icon:hover,
ul.light-social-icons.social-icons > li > a.tumblr-icon:hover,
ul.transparent-light-social-icons > li > a.tumblr-icon:hover {
	background: #fff;
	color: #3b5998;
}
ul.transparent-light-social-icons > li > a {
	background: transparent;
}
ul.nav.footer-menu > li > a {
    padding: 5px;
}
.section-bg-light .widget-content { 
	color: #000;
}
.widget-content { 
	font-size: 14px;
    font-weight: 500;
}
.footer-section .widget-content{ 
	color: #ababab;
}
.widget-content ul.nav .nav-link {
    padding: 0;
	display: block;
}
.section-bg-light .widget-content ul.nav > li {
	color: #000;
}
.section-bg-light .widget-content ul.nav > li a {
	color: #000;
}
.widget-content ul.nav > li {
	padding: .5rem 1rem;
	font-size: 14px;
    font-weight: 500;
}
.footer-section .widget-content ul.nav > li {
	color: #ababab;
}
.widget-content ul.nav > li a {
	padding: .5rem 1rem;
	font-size: 14px;
    font-weight: 500;
}
.footer-section .widget-content ul.nav > li a {
	color: #ababab;
	border-color: #ababab;
}
.slide-arrow {
	height: 40px;
	width: 40px;
	display: inline-block;
}
span.arrow-icon {
    color: #fff;
    background: ;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding: 5px;
}

/* 04. Header Styles */
.theme-style-bar {
	background-color:  ;
	color: #fff;
}
.dark-style-bar {
	background-color: ;
	color: #fff;
}
.theme-style-bar a, .dark-style-bar a {
	color: #fff;
}
.theme-style-bar a:hover, .theme-style-bar a:active,
.dark-style-bar a:hover, .dark-style-bar a:active {
    color: #dfd8f3;
}
header.masterhead {
    overflow: hidden;
}
.header-topbar,
.header-logobar,
.header-navbar,
.set-header-sticky {
    position: relative;	
}
.header-topbar .header-parts-nav > div {
	line-height: 36px;
    font-size: 14px;
}
a.mobile-top-sliding {
    position: absolute;
    right: 0;
    bottom: -20px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    z-index: 99;
    color: #fff;
    background: #111;
}
.header-logobar .header-parts-nav > div {
	line-height: 80px;
}
.header-navbar {
    background: #fff;
}
.header-abs {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    background: transparent;
	transition: background ease 0.35s;
}
.set-header-sticky.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.set-header-sticky.header-sticky {
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 10px rgba(57,59,102,.09);
}
.set-header-sticky.header-sticky .header-navbar {
	box-shadow: 0 0 30px 0 rgba(167,167,167,.16);
}
.set-header-sticky.header-sticky .header-abs {
	background: #fff;
}
.set-header-sticky:not(.header-sticky) .header-abs a,
.set-header-sticky:not(.header-sticky) .header-abs ul.site-menu > li > a {
	color: #fff;
}
.set-header-sticky:not(.header-sticky) .header-abs.header-abs-dark a, 
.set-header-sticky:not(.header-sticky) .header-abs.header-abs-dark ul.site-menu > li > a {
    color: #111;
}
.set-header-sticky:not(.header-sticky) .header-abs.abs-text-light a, 
.set-header-sticky:not(.header-sticky) .header-abs.abs-text-light ul.site-menu > li > a {
	color: #fff;
}
.set-header-sticky:not(.header-sticky) .header-abs a:hover,
.set-header-sticky:not(.header-sticky) .header-abs a:active,
.set-header-sticky:not(.header-sticky) .header-abs ul.site-menu > li > a:hover,
.set-header-sticky:not(.header-sticky) .header-abs ul.site-menu > li > a:active {
	color: ;
}
.set-header-sticky:not(.header-sticky) .header-abs.header-abs-dark a:hover,
.set-header-sticky:not(.header-sticky) .header-abs.header-abs-dark a:active,
.set-header-sticky:not(.header-sticky) .header-abs.header-abs-dark > li > a:hover,
.set-header-sticky:not(.header-sticky) .header-abs.header-abs-dark > li > a:active {
	color: ;
}
.header-abs ul.site-menu li.menu-item-has-children .sub-menu a {
    color: #111;
}
.header-abs ul.site-menu li.menu-item-has-children .sub-menu a:hover,
.header-abs ul.site-menu li.menu-item-has-children .sub-menu a:active {
	color: ;
}
.header-navbar a:hover, .header-navbar a:active,
.set-header-sticky.header-sticky a:hover, .set-header-sticky.header-sticky a:active,
.mobile-header a:hover, .mobile-header a:active,
.set-header-sticky.header-sticky .mobile-header a:hover, .set-header-sticky.header-sticky .mobile-header a:active {
    color: ;
}
.header-navbar a {
    color: ;
}
.set-header-sticky.header-sticky .header-navbar a,
.set-header-sticky.header-sticky .mobile-header a {
	color: ;
}
.set-header-sticky.header-sticky .header-navbar a:hover, .set-header-sticky.header-sticky .header-navbar a:active,
.set-header-sticky.header-sticky .mobile-header a:hover, .set-header-sticky.header-sticky .mobile-header a:active {
    color: ;
}
.header-navbar .header-parts-nav > div,
.mobile-header .header-parts-nav > div {
    line-height: 76px;
	transition: all ease 0.35s;
	position: relative;
}
.set-header-sticky.header-sticky .header-parts-nav > div {
    line-height: 60px;
    transition: all ease 0.35s;
}
.header-parts-nav > div > *.logo-wrap {
    margin: 0;
}	
a.site-logo {
	display: block;
	transition: none;
}
.site-logo img {
    max-width: 140px;
}
a.site-logo.sticky-logo, .header-sticky a.site-logo.default-logo {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
}
a.site-logo.default-logo, .header-sticky a.site-logo.sticky-logo {
    height: auto;
    width: auto;
    opacity: 1;
    visibility: visible;
}
ul.nav.mobile-menu a {
    display: block;
    padding: 0 20px;
    line-height: 44px;
}
ul.nav.mobile-menu a:hover, ul.nav.mobile-menu a:active {
    background: #111;
    color: #fff;
}
ul.site-menu a {
    font-size: 15px;
    font-weight: 600;
	display: block;
}
ul.site-menu li.menu-item-has-children .sub-menu a {
    font-weight: 400;
    font-size: 14px;
	display: inline;
    width: 100%;
}
ul.site-menu li.menu-item-has-children .sub-menu a.mega-menu-title {
    font-size: 16px;
    position: relative;
    font-weight: 600;
    margin-bottom: 10px;
}
ul.site-menu a.mega-menu-title:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #f1f1f1;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
}
span.info-icon {
    font-size: 15px;
}
span.info-large-icon {
    font-size: 36px;
    position: relative;
}
span.menu-ribbon {
    font-size: 10px;
    color: #fff;
	position: relative;
    background: #111;
    padding: 2px 6px;
    vertical-align: middle;
    margin-left: 10px;
	border-radius: 3px;
}
span.menu-ribbon:before {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #111;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
}
span.menu-ribbon.ribbon-new {
	background: #0bad0b;
}
span.menu-ribbon.ribbon-new:before {
	border-right: 4px solid #0bad0b;  
}
span.menu-ribbon.ribbon-trend {
	background: #113ee3;
}
span.menu-ribbon.ribbon-trend:before {
	border-right: 4px solid #113ee3;  
}
span.menu-ribbon.ribbon-hot {
	background: #ef3d3d;
}
span.menu-ribbon.ribbon-hot:before {
	border-right: 4px solid #ef3d3d;  
}
ul.site-menu > li > a {
	padding: 0 14px;
	display: flex;
	transition: color ease 0.35s;
}
ul.site-menu > li:first-child > a {
    padding-left: 0;
}
ul.site-menu > li:last-child > a {
    padding-right: 0;
}
li.menu-item-has-children > a {
    position: relative;
}
.site-menu:not(.mobile-menu) li.menu-item-has-children > a:after {
    margin-left: 6px;
    margin-right: -6px;
    font-family: 'themify';
    font-size: 7px;
    line-height: 7px;
    content: "\e64b";
    transform: translateY(50%);
    margin-top: -6px;
}
.site-menu:not(.mobile-menu) ul.sub-menu li.menu-item-has-children > a:after {
    content: "\e649";
}
.site-menu:not(.mobile-menu) ul.sub-menu li.menu-item-has-children > a:after {
    content: "\e649";
	float: right;
    margin: 15px 10px;
}
ul.site-menu > li.active > a, ul.site-menu > li> a:hover, ul.site-menu > li> a:active,
.header-sticky ul.site-menu > li.active > a, .header-sticky ul.site-menu > li> a:hover, .header-sticky ul.site-menu > li> a:active {
    color: ;
}
ul.nav.mobile-menu a.mobile-submenu-toggle {
    position: absolute;
    top: 2px;
    padding: 0;
    right: 20px;
    height: 40px;
    width: 40px;
    color: #111;
    background: #dbdbdb;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
ul.nav.mobile-sub-menu > li {
    display: block;
    width: 100%;
}
.mobile-menu .menu-item-has-children ul.nav.mobile-sub-menu {
    padding-left: 15px;
}
.header-sticky ul.site-menu > li > a {
	color: #111;
}
li.menu-item-has-children {
    position: relative;
}
li.mega-menu-parent.menu-item-has-children {
    position: static;
}
li.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;	
    width: 200px;
    z-index: 1;
	font-size: 12px;
    background-color: #fff;
    line-height: 34px;
	opacity: 0;
    visibility: hidden;	
    transition: all ease 0.35s;
}
li.menu-item-has-children .sub-menu.mega-menu {
	left: 0;
	right: 0;
	margin: 0 auto;
}
ul.site-menu li.menu-item-has-children .sub-menu a {
	font-weight: 400;
}
ul.site-menu li.menu-item-has-children .sub-menu a:hover,
ul.site-menu li.menu-item-has-children .sub-menu a:active {
	color: ;
}
li.menu-item-has-children > .sub-menu {
	transform: translateY(-5px);
}
li.menu-item-has-children .sub-menu > li > a {
    padding: 0 15px;
    display: block;
}
li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
	z-index: 999;
    transform: translateY(0);
}
li.menu-item-has-children .sub-menu > li.menu-item-has-children .sub-menu {
	transform: translateX(-5px);
	left: 100%;
    top: 0;
}
li.menu-item-has-children .sub-menu > li.menu-item-has-children .sub-menu.menu-position-left {
	transform: translateX(5px);
	right: 100%;
	left: auto;
}
li.menu-item-has-children .sub-menu > li.menu-item-has-children:hover .sub-menu {
	transform: translateX(0);
}
li.mega-menu-parent.menu-item-has-children .mega-menu {
	padding: 20px;
}
@media only screen and ( min-width: 576px ) {
	li.mega-menu-parent.menu-item-has-children .mega-menu {
		width: 540px;
	}
}
@media only screen and ( min-width: 768px ) {
	li.mega-menu-parent.menu-item-has-children .mega-menu {
		width: 720px;
	}
}
@media only screen and ( min-width: 992px ) {
	li.mega-menu-parent.menu-item-has-children .mega-menu {
		width: 960px;
	}
}
@media only screen and ( min-width: 1200px ) {
	li.mega-menu-parent.menu-item-has-children .mega-menu {
		width: 1140px;
	}
}
@media only screen and (min-width: 768px) {
	.section-divider {
		margin-top: -100px;
	}	
}
@media only screen and (min-width: 768px) {
	.section-divider-top {
		margin-bottom: -60px;
	}	
}
ul.mega-cols-5 > li {
	width: 20%;
}
.mega-menu-child {
    padding: 0 15px;
}
a.secondary-menu-trigger {
    display: inline-block;
    height: 20px;
    width: 30px;
    vertical-align: middle;
}
span.toggle-lines {
    position: relative;
    height: 1px;
    border-bottom: solid 1px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
	display: block;
	transition: all ease 0.35s;
}
span.toggle-lines:before, span.toggle-lines:after {
    height: 1px;
    border-bottom: solid 1px;
    width: 30px;
    content: "";
    margin-top: -8px;
    position: absolute;
	transition: all ease 0.35s;
}
.header-sticky span.toggle-lines {
    border-bottom: solid 1px #111;
}
.header-sticky span.toggle-lines:before, .header-sticky span.toggle-lines:after {
    border-bottom: solid 1px #111;
}
span.toggle-lines:after {
    margin-top: 8px;
}
a.active span.toggle-lines:after {
    transform: rotateZ(-44deg);
    margin-top: 0;
}
a.active span.toggle-lines:before {
    transform: rotateZ(44deg);
    margin-top: 0;
}
a.active span.toggle-lines {
    border-bottom: 0;
}
.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999;
	left: -100%;
	overflow-y: auto;
	padding: 20px 0;
	transition: all ease-in-out 0.35s;
}
.mobile-menu-wrapper span.toggle-lines {
    border-bottom: solid 1px #111;
    transform: none;
    top: 0;
    margin: 30px;
    right: 0;
    position: absolute;
}
.mobile-menu-wrapper span.toggle-lines:before, .mobile-menu-wrapper span.toggle-lines:after {
    border-bottom: solid 1px #111;
}
.mobile-menu-wrapper.active {
    left: 0;
}
.search-overlay-wrap, .user-login-form-wrap, .secondary-bar-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /*background: rgba(249, 73, 73, .9);*/
    background: ;
	opacity: 0;
    visibility: hidden;
	z-index: -1;
	transition: all ease 0.35s;
}
.search-overlay-wrap.active, .user-login-form-wrap.active, .secondary-bar-wrap.active {
    opacity: 1;
    visibility: visible;
	z-index: 9999;
}
.search-overlay-inner {
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.search-form .input-group input.form-control {
    height: 52px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: none;
    border: none;
}
.search-form .input-group .btn {
    width: 52px;
	border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: none;
    border: none;
	padding-right: 16px;
}
.secondary-bar-wrap {
	max-width: 320px;
	left: -320px;
	z-index: 999;
	overflow-y: auto;
}
.secondary-bar-wrap.active {
	left: 0;
}
.abs-trigger-right {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.mobile-logo-link > img {
    max-width: 150px;
}
.user-login-inner > div {
    background: #fff;
    padding: 20px;
	width: 50%;
    position: absolute;
	top: 50%;
    left: 0;	
    right: 0;
	margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(-30px);
	transition: all ease 0.35s;
}
.user-login-inner > div.active {
    opacity: 1;
    visibility: visible;
	transform: translateY(-50%) translateX(0);
}
.masterhead .header-info-wrap {
	line-height: 1;
}
.element-wrapper {
    transition: all ease 0.35s;
    border-bottom: 1px solid ;
}
.element-wrapper:hover {
    transform: scale(1.1);
	-webkit-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    -moz-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    box-shadow: 0 14px 59px rgba(0,0,0,.12);
	background: #fff;
	border: none;
}
span.element-icon {
    font-size: 30px;
    color: ;
	transition: all ease 0.35s;
}
.element-wrapper:hover span.element-icon {
    transform: rotate(360deg);
    color: #3f3a64;
}
.element-wrapper .element-title h6 {
	color: #3f3a64;
}
.element-wrapper:hover .element-title h6 {
	color: ;
}

/* 05. Footer Styles */
.footer-section {
    background: #0c1f30;
}	
.site-footer {
    background: linear-gradient(180deg, rgba(94,63,231,1) 35%, rgba(223,10,255,1) 100%);
}
.site-footer .subscribe-wrap {
    margin-top: -130px;
    margin-bottom: 30px;
}
.widgets-footer {
    padding: 30px 0;
	background-color: ;
}

h2.widget-title {
    font-size: 24px;
	margin-bottom: 12px;
}
.footer-section h2.widget-title {
	color: #fff
}
.widget-wrap:hover h2.widget-title:after {
    width: 70px;
}
span.contact-icons {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
a.nav-link.email-id {
    word-break: break-all;
}
.contact-info-widget ul.nav li {
    margin-left: 10px;
    padding-left: 20px;
}
ul.nav.social-icons li {
    padding: 0;
}
.widget-content ul.nav.flex-column {
    margin-top: -0.5rem;
}
.contact-info-widget ul.nav li {
    position: relative;
}
.contact-info-widget ul.nav li a {
    padding: 0;
}
ul.nav.post-tags-list {
    margin: 0 -4px;
}
ul.nav.post-tags-list > li {
    padding: 0;
    margin: 4px;
}
ul.nav.post-tags-list > li > a {
    font-size: 12px;
}
.back-to-top {
    bottom: 20px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
	display: none;
	z-index: 999;
}
.back-to-top > i {
    background-color: #333333;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    width: 40px;
	display: block;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.back-to-top:hover i {
    color: #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.copyright {
    font-size: 14px;
    text-align: center;
    color: #ababab;
}
.footer-section .widget-wrap ul.light-social-icons.social-icons > li > a {
    background: #ababab;
    color: #111;
}

/* 06. Feature Box Styles */
.feature-box-title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    color: #3f3a64;
}
.feature-box-content {
    line-height: 1.6;
    color: #696969;
}
.feature-box-icon {
    display: block;
	color: #fff;
    text-align: center;
    background-color: ;
	position: relative;
}
.feature-box-icon.bg-none {
	background: none;
	color: #111;
	transition: all ease 0.35s;
}
.feature-box-icon > * {
	height: 60px;
    line-height: 60px;
    width: 60px;
	font-size: 26px;
    display: inline-block;
    vertical-align: middle;
}
.feature-box:hover .icon-theme {
	color: ;
}
.flip-box-inner {
    perspective: 1000px;
    overflow: inherit;
    border-radius: 5px;
	transition: all .35s ease;
	position: relative;
}
.flip-box-front {
    color: #000;
    background-color: #fff;
	box-shadow: rgba(2,2,2,.06) 0px 0px 50px;
    border-radius: 5px;
}
.flip-box-inner .flip-box-front {
    transform: rotateY(0deg);
	transition: transform 1s;
	padding-bottom: 80px;
	padding-top: 80px;
    transform-style: preserve-3d;
}
.flip-box-inner:hover .flip-box-front {
    transform: rotateY(-180deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.flip-box-back {
    color: #fff;
    background-color: ;
    padding-top: 80px;
    padding-bottom: 80px;
}
.flip-box-back .feature-box-content {
    color: #fff;
}
.flip-box-back h4 {
    color: #fff;
}
.flip-box-inner:hover .flip-box-back {
    transform: rotateY(0);
}
.flip-box-inner .flip-box-back {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 1s;
    transform-style: preserve-3d;
}
.flip-box-back .feature-box-icon {
	color: #fff;
}
.feature-box .flip-box-inner img {
    transform: translateZ(100px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.flip-box-inner .feature-box-body {
    transform: translateZ(100px) scale(0.84);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.feature-box.feature-box-radius:hover {
    border-bottom-right-radius: 15%;
    border-top-left-radius: 15%;
    background-color: #ffbaba;
}
.feature-box.feature-box-radius {
    transition: all ease .4s;
	box-shadow: 0px 20px 70px 0px rgba(4,7,18,.06);
}
a.feature-btn > span {
    font-size: 12px;
    margin-left: 8px;
}
a.feature-btn > * {
    vertical-align: middle;
    display: inline-block;
}
@media only screen and ( max-width: 991px ) {
	.feature-box-icon.icon-lg > * {
		font-size: 25px;
		height: 60px;
		width: 60px;
		line-height: 60px;
	}
}
.service-wrapper {
    border-radius: 130px;	
}
.service-raindrop-modal {
	overflow: hidden;
}
span.service-icon {
    font-size: 40px;
    background-color: ;
    border-radius: 50%;
    padding: 20px;
    color: #fff;
}
.service-box-title {
    position: relative;
    padding-bottom: 35px;
}
.service-box-title:before {
    left: 0;
    right: 0;
    content: "";
    width: 10px;
    bottom: 15px;
    height: 10px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: ;
    position: absolute;
}
.service-wrapper:hover .icon-theme {
	color: ;
}
.service-raindrop-modal .service-btn:hover {
    opacity: 0.8;
}
.floating-feature-box, .list-feature-box {
    position: relative;
	transition: all ease .35s;
}
.floating-feature-box:hover, .list-feature-box:hover {
    -webkit-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    -moz-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    box-shadow: 0 14px 59px rgba(0,0,0,.12);
	background: #fff;
}
span.float-icon {
    background: ;
    height: 100px;
    width: 100px;
    display: inline-block;
    line-height: 100px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(25%, -50%);
	transition: all ease .35s;
}
.floating-feature-box:hover span.float-icon {
    background: #3f3a64;
}
.feature-title h4 {
	transition: all ease .35s;
}	
.floating-feature-box:hover .feature-title h4 {
	color: ;
}
span.list-icon {
	height: 80px;
    width: 80px;
	line-height: 80px;
	background: ;
	color: #fff;
	text-align: center;
    display: inline-block;
	font-size: 30px;
	transition: all ease .35s;
}	
.list-feature-box:hover span.list-icon {
    background: #3f3a64;
}
.list-feature-box:hover .feature-title h4 {
	color: ;
}
.feature-box.theme-transparent-bg .feature-box-icon {
    background: #3f3a64;
}
.charity-goal-wrap > span {
    margin: 0 8px;
}
span.goal-reached {
    font-size: 22px;
}
span.goal-amount {
    font-size: 18px;
    color: #000;
}

/* 07. Counter Styles */
.counter-icon > * {
    font-size: 40px;
}
span.counter-value {
    display: block;
    font-size: 30px;
    font-weight: 600;
}
.counter-text-white .counter-icon, .counter-text-white .counter-value, .counter-text-white .counter-text {
    color: #fff;
}
span.counter-abs-img {
    top: 0;
    height: 100%;
    width: 125px;
    position: absolute;
    z-index: -1;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: top center;
}
.counter-vector span.counter-value {
    height: 100px;
    line-height: 100px;
	color: #fff;
}
@media only screen and (min-width: 768px) {
	.counter-attached {
		transform: translateY(-50%);
	}	
}

/* 08. Carousel Styles */
.owl-nav button:focus, .owl-dots button:focus {
	outline: none;
	box-shadow: none;
}
.slide-style-classic .owl-nav {
    position: absolute;
    top: 0;
    right: 10px;
}
.owl-nav {
    margin: 0 -2px;
    text-align: center;
    margin-top: 10px;
}
.owl-dots {
    text-align: center;
}
.owl-nav span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: ;
    margin: 0 2px;
}
.owl-dots span {
    height: 10px;
    width: 10px;
    display: inline-block;
    border: solid 1px ;
    border-radius: 10px;
    margin: 0 2px;
    margin-top: 15px;
    transition: height ease 0.35s;
}
.owl-dots .active span {
	border-color: #111;
}
.controls-white .owl-nav span {
	background: #fff;
	color: #111;
	font-size: 10px;
}
.controls-white .owl-dots span {
	border: solid 1px #111;
}
.controls-white .owl-dot.active span {
	background: #fff;
}
.controls-dark .owl-nav span {
	background: #111;
	color: #fff;
}
.controls-dark .owl-dots span {
	border: solid 1px #111;
}
.controls-dark .owl-dot.active span {
	background: #111;
}

/* 09. Accordion Style */
.accordion-item .card-header button span.active-icon,
.accordion-item .card-header button.collapsed span.inactive-icon {
	display: none;
}
.accordion-item .card-header button.collapsed span.active-icon {
	display: inline-block;
}
.accordion .card, .accordion .card-body, .accordion .card-header {
	border: 1px solid rgba( 102, 63, 231, .125 );
}
.accordion .card {
    border: solid 1px #f1f1f1;
}
.accordion .card-header {
    border-bottom: solid 1px #f1f1f1;
    background: transparent;
    padding: 0;
}
.accordion-item .card-header .btn {
    padding: 10px 15px;
    background: ;
    display: block;
    border: none;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
}
span.accordion-text {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}
.accordion .card-body {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.accordion.accordion-dark .accordion-item .card-header .btn {
    background: #333;
}
.accordion.accordion-dark .card, .accordion.accordion-dark .card-body, .accordion.accordion-dark .card-header {
    border: 1px solid rgba( 102, 63, 231, .125 );
}
.accordion.accordion-light .accordion-item .card-header .btn {
    background: #f1f1f1;
}
.accordion.accordion-light .card, .accordion.accordion-light .card-body, .accordion.accordion-light .card-header {
    border: 1px solid rgba( 102, 63, 231, .125 );
}
.accordion.accordion-light .accordion-item .card-header .btn {
	color: #111;
}

/* 10. Post Styles */
.post-info-wrap ul.nav {
    margin: 0 -6px;
}
.post-info-wrap ul.nav > li {
    margin: 0 6px;
}
.blog-wrapper {
	background: #f9f9f9;
	transition: all ease .4s
}
.blog-wrapper:hover {
    -webkit-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    -moz-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    box-shadow: 0 14px 59px rgba(0,0,0,.12);
	background: #fff;
}
.post-info-wrap {
    padding: 5px 20px 20px 20px;
	position: relative;
}
.blog-wrapper .post-image-wrapper {
    overflow: hidden;
}
.blog-wrapper:hover .post-image-wrapper img {
    transform: scale(1.1);
}
.blog-wrapper .post-image-wrapper img {
    transform: scale(1);
    transition: all ease 1s;
}
ul.post-top-meta ul.post-meta {
    font-style: italic;
}
.post-image-with-overlay {
    position: relative;
}	
.post-overlay-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
	z-index: 1;
}
.post-overlay-wrap .post-title a {
    color: #fff;
}
.post-overlay-wrap .post-title a:hover {
    color: #c1c1c1;
}
.blog-wrapper .post-title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    color: #3f3a64;
	transition: all ease .35s
}
.blog-wrapper:hover .post-title {
    color: ;
}
.post-image-with-overlay:after {
    position: absolute;
    content: "";
    left: 0;
    height: 50%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.date-overlay-wrap {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: ;
    color: #fff;
    padding: 5px;
    margin: 5px;
    border-radius: 4px;
}
.date-overlay-wrap span.overlay-date {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.date-overlay-wrap span.overlay-month {
    font-weight: bold;
}
.blog-img-list img {
    max-width: 100px;
}
.comment-detial {
    position: relative;
}
.comment-detial:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f9f9f9;
    border-top: 15px solid transparent;
    position: absolute;
    left: -15px;
    top: 20px;
    margin: 0 auto;
}
.comment-list-item img {
    max-width: 75px;
}
ul.comment-list-reply {
    padding: 15px 0px 15px 50px;
}
.post-info-img img {
    max-width: 60px;
    border-radius: 50%;
    position: absolute;
    top: -33px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 2px solid #fff;
    z-index: 3;
}
.post-image-wrapper {
	position: relative;
}	
.blog-wrapper .post-image-wrapper .post-img-overlay {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    right: 0;
    transform: translate(-50px, -10px);
	transition: all ease .35s;
}
.blog-wrapper:hover .post-image-wrapper .post-img-overlay {
    opacity: 1;
    visibility: visible;
}

/* 11. Event Styles */
.event-wrapper {
    transition: all ease .4s;
}
.event-img-wrap {
	overflow: hidden;
}
.event-img-wrap img {
	transition: all ease 1s;
}		
.event-wrapper:hover .event-img-wrap img {
    transform: scale(1.2);
}
.event-wrapper:hover {
    -webkit-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    -moz-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    box-shadow: 0 14px 59px rgba(0,0,0,.12);
}
.event-time {
    position: relative;
}
.event-time:after {
    position: absolute;
    content: "\f142";
    top: 0;
    right: -25px;
    font-family: 'FontAwesome';
}
.event-title-wrap h4 {
	transition: all ease .35s;
}	
.event-wrapper:hover .event-title-wrap h4 {
    color: ;
}
.event-wrap-inner .event-detail {
    border: 1px dashed #e5e5e5;
}
.event-wrap-inner .event-info {
    background: #663fe7;
    color: #fff;
    padding: 60px 28px;
    font-size: 18px;
    font-weight: 700;
}
.event-img-wrap {
    position: relative;
}
.event-sub-title {
    padding: 10px;
    background: #f1f1f1;
}
ul.event-details-list > li {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: solid 1px #f1f1f1;
}
ul.event-details-list > li:last-child {
    margin-bottom: 0;
    border: none;
}
/* 12. Mailchimp Styles */
form.subscribe-form .help-block {
    display: block;
    width: 100%;
    color: red;
    margin-left: 10px;
}
form.subscribe-form .subscribe-status-msg {
    color: #04a504;
}
.mailchimp-wrapper .input-group input.form-control, .mailchimp-wrapper .input-group .input-group-append .btn {
    height: 50px;
}
.mailchimp-wrapper .input-group input.form-control {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.mailchimp-wrapper .input-group .input-group-append .btn {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
	min-width: 52px;
}
.input-group.has-feedback.has-error .form-control-feedback,
.input-group.has-feedback.has-success .form-control-feedback {
    position: absolute;
    right: 0;
    bottom: 8px;
}
.input-group.has-feedback.has-success .form-control-feedback {
	top: -10px;
    bottom: auto;
}
.subscribe-content {
    font-weight: 600;
}
.subscribe-form {
	position: relative;
}	
.subscribe-form input {
    border: 2px solid #e1e1e1;
    height: 65px;
    padding: 0 30px;
    border-radius: 5px;
    width: 100%;
    color: #2e2e2e;
}
.subscribe-form input:focus {
    border-color: ;
}
.subscribe-form button {
    font-size: 20px;
    position: absolute;
    top: 0;
    border: none;
    right: 0;
    color: #fff;
    border-radius: 0;
    background: ;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100%;
    width: 28%;
}
@media only screen and (max-width: 1023px) {
	.subscribe-form button {
		font-size: 0;
	}	
}
@media only screen and (max-width: 1023px) {
	.subscribe-form button:before {
		font-size: 14px;
		content: "\e628";
		font-family: 'themify';
	}	
}

/* 13. Testimonial Styles */
img.testimonial-img {
    max-width: 80px;
}
.testimonial-content {
    position: relative;
}
.testimonial-tittle {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial-link {
    font-size: 14px;
    display: block;
    margin-top: 11px;
    color: #7e7e7e;
}
.testimonial-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 34px;
}
.testimonial-wrapper .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.owl-carousel .testimonial-wrap-inner {
    margin-left: 20px;
    margin-right: 20px;
}
.testimonial-wrapper .testimonial-style-classic {
    padding-top: 30px;
}
.testimonial-wrapper .testimonial-style-classic .testimonial-item {
    background: #fff;
    padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 0 10px rgba(57,59,102,.07);
    -moz-box-shadow: 0 0 10px rgba(57,59,102,.07);
    box-shadow: 0 0 10px rgba(57,59,102,.07);
}
.testimonial-style-classic figure.testimonial-image-wrap {
    position: absolute;
    top: -30px;
}
.testimonial-style-classic .testimonial-content {
    padding: 0 30px;
}
.testimonial-style-classic .testimonial-content:before {
    top: -55px;
    left: 40px;
    opacity: 0.5;
	z-index: 0;
}
.testimonial-info-wrap .testimonial-image-wrap {
    width: 100px;
}
.testimonial-content-wrap:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonial-content-wrap {
    position: relative;
    box-shadow: 0 6px 28px -6px rgba(2,8,53,.1);
}
.owl-carousel .testimonial-content-wrap {
    margin-top: 10px;
}
.testimonial-wrap-inner-grid {
    transition: all ease .35s;
}

.testimonial-wrap-inner-grid:hover {
    transform: scale(1.05);
}
.owl-carousel .ratting-stars > img {
    width: auto;
}
.testimonial-single-img  {
    position: relative;
    z-index: 1;
}
.testimonial-single-img img {
    max-width: 500px;
}
.customer-img img {
    max-width: 100px;
}
.attached-content {
    font-size: 30px;
    font-weight: 700;
    color: #3f3a64;
}
@media only screen and (max-width: 767px) {
	.attached-content {
		font-size: 20px;
	}
}
.testimonial-attached {
		transform: translateY(-25%);
}

/* 14. Team Styles */
.team-wrapper .flip-box-inner .flip-box-back {
    text-align: center;
}	
.team-wrapper .flip-box-inner .overlay-inner {
    transform: translateZ(100px) scale(0.84);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.team-wrap-inner {
    position: relative;
}
.team-overlay {
    position: absolute;
    background: ;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
	transition: all ease .4s;
}
.team-wrapper:hover .team-overlay {
    opacity: 1;
    visibility: visible;
    height: 40%;
}
.item-overlay {
    position: absolute;
    background: ;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
	transition: all ease .4s;
}
.team-wrapper:hover .item-overlay {
    opacity: 1;
    visibility: visible;
    height: 20%;
}

	
/* 15. Timeline Styles */
.timeline {
	list-style: none;
	padding: 0;
	position: relative;
}
.timeline:before {
    background-color: #eee;
    border-left: 1px dashed ;
    bottom: 0;
    content: " ";
    left: 50%;
    position: absolute;
    top: 0;
	opacity: 0.4;
}
.timeline.timeline-left-side:before {
    left: auto;
    right: 50px;
}
.timeline.timeline-right-side:before {
    left: 50px;
	right: auto;
}
.tldate {
    background-color: ;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    width: 100px;
	position: relative;
}
.timeline.timeline-left-side .tldate {
	margin-left: auto;
    margin-right: 0;
}
.timeline.timeline-right-side .tldate {
    margin-left: 0;
    margin-right: auto;
}
.tldate-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tldate h3 {
    margin: 0;
    font-size: 18px;
	color: #fff;
}
.timeline li {
	margin-bottom: 25px;
	position: relative;
}
.timeline li:before, .timeline li:after {
	content: " ";
	display: table;
}
.timeline li:after {
	clear: both;
}
.timeline li:before, .timeline li:after {
	content: " ";
	display: table;
}
.timeline li .timeline-panel {
	width: calc(50% - 50px);
	width: -moz-calc(50% - 50px);
	width: -webkit-calc(50% - 50px);
	float: left;
	background: #fff;
	padding: 20px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px rgba(57,59,102,.07);
    -moz-box-shadow: 0 0 10px rgba(57,59,102,.07);
    box-shadow: 0 0 10px rgba(57,59,102,.07);
	border: solid 1px #f1f1f1;
}
.timeline li .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #f1f1f1;
	border-right: 0 solid #f1f1f1;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline li .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
	top:0;
	right:0;
	display: none;
	border: 0;
}
.timeline:not(.timeline-left-side) li.timeline-inverted .timeline-panel {
	float: right;
}
.timeline.timeline-left-side li .timeline-panel,
.timeline.timeline-right-side li .timeline-panel {
    width: calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
}
.timeline li.timeline-inverted .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline li .tl-circ {
    background-color: ;
    color: #333;
    height: 50px;
    left: 50%;
    line-height: 35px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 50px;
}
.timeline.timeline-left-side li .tl-circ {
	left: auto;
    right: 25px;
}
.timeline.timeline-right-side li .tl-circ {
    left: 50px;
    right: auto;
}
.timeline li .tl-circ > i {
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}
.tl-heading h4 {
	margin: 0;
	color: #333;
}
.tl-body p, .tl-body ul {
	margin-bottom: 0;
}
.tl-body > p + p {
	margin-top: 5px;
}
span.tl-separator-txt {
    font-size: 12px;
}
@media only screen and ( max-width: 767px ) {
	ul.timeline:before, .timeline.timeline-right-side:before {
		left: 40px;
	}
	ul.timeline li .timeline-panel {
		width: calc(100% - 95px);
		width: -moz-calc(100% - 95px);
		width: -webkit-calc(100% - 95px);
	}
	ul.timeline.timeline-left-side li .timeline-panel {
		width: calc(100% - 85px);
		width: -moz-calc(100% - 85px);
		width: -webkit-calc(100% - 85px);
	}
	.timeline.timeline-right-side li .timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}
	ul.timeline li .tl-circ {
		top: 16px;
		left: 16px;
		margin-left: 0;
	
	}
	ul.timeline > li > .tldate {
		margin: 0;
		height: 80px;
		width: 80px;
	}
	ul.timeline:not(.timeline-left-side) > li > .timeline-panel {
		float: right;
	}
	ul.timeline:not(.timeline-left-side) > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}
	ul.timeline:not(.timeline-left-side) > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
	ul.timeline.timeline-left-side li .tl-circ {
		right: 12px;
	}
	ul.timeline.timeline-left-side:before {
		right: 36px;
	}
	.timeline.timeline-right-side li .tl-circ {
		left: 15px;
	}
}

/* 16. Portfolio Styles */
.portfolio-inner {
    -webkit-box-shadow: 0 0 10px rgba(57,59,102,.07);
    -moz-box-shadow: 0 0 10px rgba(57,59,102,.07);
    box-shadow: 0 0 10px rgba(57,59,102,.07);
	position: relative;
	overflow: hidden;
}
.masonry-grid .grid-item {
    opacity: 0;
    transition: opacity ease 0.35s;
}
.masonry-grid.masonry-framed .grid-item {
    opacity: 1;
}
ul.portfolio-filter-list {
    margin: 0 -4px;
}
ul.portfolio-filter-list > li {
    margin: 0 4px;
}
a.portfolio-filter {
	position: relative;
}
a.portfolio-filter:after {
    content: "";
    width: 0;
    display: inline-block;
    height: auto;
    position: absolute;
    bottom: -15px;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 2px solid ;
    visibility: hidden;
    transition: all ease .35s;
}
a.portfolio-filter.active:after, a.portfolio-filter:hover:after {
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
	opacity: 0;
    visibility: hidden;
	transition: all ease-in-out 0.35s;
}
ul.overlay-icons > li > a:hover {
    background: ;
	color: #fff;
}
ul.overlay-icons > li > a {
    height: 40px;
    width: 40px;
    display: block;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    color: #111;
}
ul.overlay-icons > li {
    margin: 0 4px;
}
ul.overlay-icons {
    margin: 0 -4px;
}
.portfolio-inner:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: ;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-out;
    content: "";
    transform: scale(0) rotate(0);
}
.portfolio-inner:hover:after {
    opacity: .8;
    transform: scale(1) rotate(-360deg);
}
.portfolio-inner:hover .portfolio-overlay {
    opacity: 1;
    left: 0;
    visibility: visible;
}
.portfolio-overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    bottom: 0;
    z-index: 3;
    transition: all ease .5s;
}
.portfolio-overlay-title {
    opacity: 0;
    transform: translateY(-15px);
    transition: all ease 1s 0.35s;
}
.portfolio-inner:hover .portfolio-overlay-title {
    opacity: 1;
    transform: translateY(0);
}
.portfolio-overlay ul.overlay-icons {
	opacity: 0;
    transform: translateY(15px);
	transition: all ease 1s 0.7s;
}
.portfolio-inner:hover ul.overlay-icons {
    opacity: 1;
    transform: translateY(0);
}
.portfolio-inner img {
    display: block;
    width: 100%;
    transition: all ease-out .4s;
    height: auto;
}
.portfolio-inner:hover img {
    transform: scale(1.1) rotate(2deg);
}
.slide-deatils:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid ;
    top: 7px;
    left: -16px;
}
.slide-deatils {
    position: relative;
	margin-left: 18px;
}
a.portfolio-tags {
    background-color: #000;
    color: #fff;
    padding: 5px;
    font-size: 10px;
    border-radius: 10px;
}
.portfolio-wave-inner {
    position: relative;
}
.portfolio-wave-inner .portfolio-wave-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 25%;
    opacity: 0;
    z-index: 1;
    height: 0;
    width: 100%;
    visibility: hidden;
    transition: all ease .7s;
}
.portfolio-wave:hover .portfolio-wave-overlay {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.portfolio-wave-inner:after {
    content: "";
    position: absolute;
    background: #3a3a3a;
    right: 0;
    left: 0;
    height: 0;
    visibility: hidden;
    bottom: 0;
    opacity: 0;
    transition: all ease .4s;
}
.portfolio-wave:hover .portfolio-wave-inner:after {
    opacity: .8;
    visibility: visible;
    height: 100%;
}
.portfolio-wave-overlay .portfolio-overlay-content {
	color: #fff;
}
.portfolio-wave-inner:hover .portfolio-overlay-title {
    opacity: 1;
    transform: translateY(0);
}
.portfolio-inner:hover ul.overlay-icons {
    opacity: 1;
    transform: translateY(0);
}
.portfolio-wave:hover .portfolio-img:after {
	opacity: 0;
	visibility: hidden;
}	
.portfolio-wave .portfolio-img {
    overflow: hidden;
}
@keyframes fadeInOut {
	0%{transform: scale(1) rotateZ(0);}
	50%{transform: scale(1.1) rotateZ(4deg);}
	100%{transform: scale(1) rotateZ(0deg);}
}
.portfolio-wave:hover .portfolio-img img {
	animation: fadeInOut 4s infinite;
}
.portfolio-plus-inner {
	position: relative;
	overflow: hidden;
}	
.portfolio-plus-inner .portfolio-title:before {
    content: "";
    position: absolute;
    height: 88px;
    width: 120%;
    left: -10%;
    z-index: -1;
    top: -38px;
    background: #fff;
    transform: rotate(-12deg);
    transition: all ease .35s;
}
.portfolio-plus-inner .portfolio-inner-wrap {
    background: #fff;
    transform: translateY(20px);
    opacity: 0;
    transition: all ease .35s;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	width: 102%;
}
.portfolio-plus-inner:hover .portfolio-inner-wrap {
    transform: translateY(0);
    opacity: 1;
}
.portfolio-plus-inner .portfolio-title {
	position: relative;
    z-index: 1;
}
.portfolio-plus-inner span.plus-icon {
    position: absolute;
    right: 0;
    font-size: 18px;
    padding: 10px;
    background: ;
    color: #fff;
}
.starting-triangle {
    position: absolute;
    right: 20px;
    top: -40px;
}
.content-deatils-portfolio {
    background: ;
    padding: 40px;
}
.content-wrap li {
    padding-bottom: 20px;
}
.content-inner span {
    color: #fff;
    padding-right: 10px;
}
.content-inner h6 {
    color: #fff;
}
.content-text {
    color: #fff;
    margin-left: 15px;
    font-weight: 400;
}
.content-text a {
    color: #fff;
    transition: all ease .35s;
}
.content-text:hover a {
    text-decoration: underline;
}
.page-btn {
    position: relative;
    transition: all ease .35s;
}
.page-btn:hover {
    transform: scale(1.1);
	-webkit-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    -moz-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    box-shadow: 0 14px 59px rgba(0,0,0,.12);
	background: #fff;
}
.page-btn .arrow-mark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: ;
}
.page-btn .arrow-mark.prev-btn {
    left: 25%;
}
.page-btn .arrow-mark.next-btn {
    right: 25%;
}

/* 17. Progress Bar Styles */
.progress {
	position: relative;
}
.progress-bar {
    -webkit-transition: all ease 3s;
    -moz-transition: all ease 3s;
    transition: all ease 3s;
	position: relative;
    background: ;
}
.progress-bar span.progress-value {
    position: absolute;
    right: 10px;
    color: #fff;
}
.progress span.progress-text {
    position: absolute;
    top: -14px;
    left: unset;
}
.progress-wrapper.progress-light .progress {
	background: #ded4ff;
}
.progress-wrapper.progress-light .progress-bar {
	background: #f8f8f8;
}
.progress-classic.progress-light span.progress-value {
	background: #fff;
	color: #111;
}
.progress-light .progress-text {
	color: #fff;
}
.progress-classic.progress-light span.progress-value:after {
    border-top: 5px solid #fff;
}
.progress-wrapper.progress-classic .progress {
    overflow: visible;
}
.progress-wrapper.progress-classic .progress-bar {
    overflow: visible;
	position: relative;
	border-radius: .25rem;
}
.progress-classic span.progress-value {
    left: 0;
    right: auto;
    position: absolute;
    top: -24px;
    padding: 4px 6px;
    background: ;
    border-radius: 4px;
    line-height: 1;
    font-size: 10px;
    color: #fff;
	transform: translateX(-10px);
}
.progress-classic span.progress-value:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid ;
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.circle-progress {
    position: relative;
}
.circle-progress .progress-value {
    position: absolute;
    font-size: 30px;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
}

/* 18. Post List Wigets */
.widget-content ul.nav.post-meta {
    margin: 0 -1rem;
}

/* 19. Contact Info Widgets */
.contact-icon-wrap img {
    max-width: 100px;
	transition: all ease .35s;
}
.contact-info p {
    font-size: 18px;
    font-weight: 400;
}
.contact-info-btn span {
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: 10px;
	transition: all ease .35s;	
}
.contact-wrapper:hover .contact-info-btn span {
	background: ;
    color: #fff;	
}	
.contact-wrapper:hover .contact-icon-wrap img {
    transform: scale(1.15);
}
.border-wrap {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

@media only screen and ( max-width: 575px ) {
	.border-wrap {
		border: none;
	}
}
h2.contact-title {
    font-size: 40px;
    font-weight: 600;
}
.contact-icon {
    font-size: 25px;
    position: absolute;
    color: ;
}
p.contact-status-msg {
    display: none;
	color: #37b837;
	margin-top: 10px;
}
.form-group.has-feedback.has-success .form-control-feedback {
    color: #37b837;
}
.form-group.has-feedback {
    position: relative;
}
.form-group.has-feedback .form-control-feedback {
    position: absolute;
    right: 10px;
    top: 10px;
}
.form-group.has-feedback.has-error .help-block,
.form-group.has-feedback.has-error .form-control-feedback {
    color: #ff2525;
}

/* 20. Price Table Styles */
.price-content-inner {
    position: relative;
}
.pricing-header {
    background-color: ;
}
.price-cost-box-grid {
    background-color: ;
    border: 5px solid #fff;
    color: #ffffff;
    width: 110px;
    height: 110px;
    line-height: 110px;
    position: absolute;
    left: -2px;
    right: 0;
    margin: 0 auto;
    top: -18px;
}
.price-table .table-pricing p {
    line-height: 80px;
}
.price-table .table-pricing p .Price {
    font-family: Poppins-Bold,sans-serif;
    font-weight: 700;
    font-size: 70px;
    padding-right: 7px;
}
.price-table {
	position: relative ;
	overflow: hidden ;
}
.price-table .price-badge p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-family: Poppins-Bold,sans-serif;
    font-weight: 700;
    color: #fff;
}
.price-table .price-badge {
    position: absolute;
    top: 19px;
    left: -55px;
    width: 200px;
    height: 30px;
    transform: rotate(-45deg);
    background-color: ;
}
.price-plan .table-pricing > .amount, .price {
    font-family: Poppins-Bold,sans-serif;
    font-weight: 700;
    font-size: 50px;
    padding-right: 7px;
}
.price-plan {
    position: relative;
}
.price-plan:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 24px;
    border-radius: 7px 7px 0 0;
    background-color: ;
}
.price-plan {
    position: relative;
}
.price-plan:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 24px;
    border-radius: 0 0 7px 7px;
    background-color: ;
}
.price-table-item:before, .price-table-item:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 24px;
    border-radius: 7px 7px 0 0;
    background-color: #f7f7f7;
	transition: all ease 0.35s;
}
.price-table-item:after {
    top: auto;
	bottom: 0;
	border-radius: 0 0 7px 7px;
}
.price-table-item.active:before, .price-table-item.active:after,
.price-table-item:hover:before, .price-table-item:hover:after {
    background-color: ;
}
.about-content.content-new-odd {
    background-color: #f7eeee;
}
/* 21. Client Slider Styles */
.owl-carousel.client-slider .owl-item img.client-img {
	width: auto;
	max-width: 150px;
	margin: 0 auto;
}

/* 22. Map Styles */
.mist-gmap {
	height: 400px;
}

/* 23. Particles Styles */
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

/* 24. Owl Carousel Styles */
.owl-carousel .item {
    overflow: hidden;
}
@-webkit-keyframes fade-in {
    0% {
        -webkit-opacity: 0;
				opacity: 0;
    }
    to {
		-webkit-opacity: 1;
				opacity: 1;
    }
}
@keyframes fade-in {
    0% {
		-webkit-opacity: 0;
				opacity: 0;
    }
    to {
		-webkit-opacity: 1;
				opacity: 1;
    }
}
.fade-in {
	-webkit-animation: fade-in 0.5s linear;
			animation: fade-in 0.5s linear;
}
@-webkit-keyframes fade-out {
    0% {
		-webkit-opacity: 1;
				opacity: 1;
    }
    to {
		-webkit-opacity: 0;
				opacity: 0;
    }
}
@keyframes fade-out {
    0% {
		-webkit-opacity: 1;
				opacity: 1;
    }
    to {
		-webkit-opacity: 0;
				opacity: 0;
    }
}
.fade-out {
	-webkit-animation: fade-out 0.5s linear;
			animation: fade-out 0.5s linear;
}
@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fade-in-down {
	-webkit-animation: fade-in-down 0.5s linear;
			animation: fade-in-down 0.5s linear;
}
@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fade-in-up {
	-webkit-animation: fade-in-up 0.5s linear;
			animation: fade-in-up 0.5s linear;
}
@-webkit-keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.fade-in-left {
	-webkit-animation: fade-in-left 0.5s linear;
			animation: fade-in-left 0.5s linear;
}
@-webkit-keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.fade-in-right {
	-webkit-animation: fade-in-right 0.5s linear;
			animation: fade-in-right 0.5s linear;
}
@-webkit-keyframes rounded-waves {
	0% {
		opacity: 0; 
	}
	40% {
		opacity: 0.5;
		-webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff;
		box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff; 
	}
	100% {
		-webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff;
		box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	} 
}
@keyframes rounded-waves {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0.5;
		-webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff;
		box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff; 
	}
	100% {
		-webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff;
		box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0; 
	} 
}
.foxy-animate:not(.animate-done) {
	opacity: 0;
}

/* 25. Float Image Styles */
.float-parallax, .foxy-float-item {
	position: absolute;
	left: auto;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	height: auto;
	width: auto;
	opacity: 0;
	transition: all ease 0.35s;
	display: none;
}
.float-parallax > img, .foxy-float-item > img {
    max-width: 100%;
	float: left;
}	
.foxy-float-item {
	display: block;
	z-index: 0;
	max-width: 100%;
}
.foxy-float-item.ele-float-appear {
	opacity: 1;
}
section.elementor-element.rotate-ball-sec .float-parallax {
    z-index: 0;
}
section.float-parallax-started .float-parallax{
	opacity: 1;
	transition: all ease 0.35s;
}
.float-ele-rotation{
	-webkit-animation: rotation 6s infinite linear;
}
@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}
.ele-parallax {
  position: absolute;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  z-index: 0;
  height: auto;
  width: auto;
  display: none;
}
.floating-animate-model-1 > img, .element-animate-model-1 {
    animation-name: floating-animate-model-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-animate-model-1;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-animate-model-1;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-animate-model-1;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-animate-model-1;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}	
@-webkit-keyframes floating-animate-model-1 {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes floating-animate-model-1 {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.floating-animate-model-2 > img, .element-animate-model-2 {
    animation-name: floating-animate-model-2;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-animate-model-2;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-animate-model-2;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-animate-model-2;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-animate-model-2;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes floating-animate-model-2 {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes floating-animate-model-2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes floating-animate-model-2 {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes floating-animate-model-2 {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}
.floating-animate-model-3 > img, .element-animate-model-3 {
	animation-name: floating-animate-model-3;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-animate-model-3;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-animate-model-3;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-animate-model-3;
    -ms-animation-duration: 7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-animate-model-3;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}	

@keyframes floating-animate-model-3 {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes floating-animate-model-3 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes floating-animate-model-3 {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes floating-animate-model-3 {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}

/* 26. Tabs Styles */
.nav-tabs {
    border-bottom: 1px solid ;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: ;
    background-color: #fff;
    border-color:   #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #a48fe9 #a48fe9 #e7e0fc;
}
.tabs-wrapper.tabs-classic > ul.nav {
    margin: -0.25rem;
}
.tabs-wrapper.tabs-classic > ul.nav a.btn {
    margin: 0.25rem;
}

@media only screen and ( max-width: 991px ) {
	.set-mobile-top-sliding.active {
		transform: translateY(0);
	}
	.set-mobile-top-sliding {
		transform: translateY(-100%);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
		background: #fff;
		transition: transform ease 0.5s;
	}
}
@media only screen and ( max-width: 575px ) {
	h2.widget-title:after {
		bottom: -20px;
	}
}

/* 27. Icon Styles */
.play-icon {
    position: relative;
}
.abs-pos-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}
.abs-pos-left {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.waves-icon {
    position: relative;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100%;
    background: ;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 45px;
}
.waves-icon span {
    display: inline-block;
    margin-left: 8px;
}
.waves-icon:hover {
    background-color: #fff;
    color: ;
}
.waves-icon:after {
    content: '';
    position: absolute;
    -webkit-animation: rounded-waves 1.5s linear 2s infinite running;
    animation: rounded-waves 1.5s linear 2s infinite running;
    -webkit-box-shadow: 0 0 0 2px ;
    box-shadow: 0 0 0 2px ;
    left: 0;
    opacity: 0;
    padding: 0;
    top: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);	
	height: 100%;
    width: 100%;
    border-radius: 50%;
}
.icon-content {
    font-size: 20px;
    color: ;
}

@media only screen and ( min-width: 1024px ) {
	section.top-attached-section {
		margin-top: -100px;
	}
}	

/* 28. Icon List Styles */
ul.icon-list > li.icon-list-item {
    position: relative;
	margin-left: 30px;
	margin-bottom: 10px;
}
ul.icon-list > li.icon-list-item:last-child {
    margin-bottom: 0;
}
ul.icon-list .icon-list-item > span {
    left: -30px;
    position: absolute;
    top: 6px;
	transition: all ease 0.35s;
}
ul.icon-list.icon-list-style-1 .icon-list-item:hover > span {
    color: ;
}
ul.icon-list.icon-list-style-2 .icon-list-item > span {
    color: #fff;
    height: 30px;
    width: 30px;
    background-color: ;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    left: -50px;
    top: 0;
}
ul.icon-list.icon-list-style-2 .icon-list-item:hover > span {
    color: #fff;
    background-color: #3f3a64;
}
ul.icon-list.icon-list-style-2 .icon-list-item {
    margin-left: 50px;
    vertical-align: middle;
    margin-bottom: 20px;
}

/* 29. Day Counter Styles */
.countdown-wrap {
    transform: translateY(0);
	transition: all ease 0.35s;
}
.countdown-wrap:hover {
    transform: translateY(-20px);
	-webkit-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    -moz-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    box-shadow: 0 14px 59px rgba(0,0,0,.12);
	background: #fff;
}
.countdown-wrap h2.counter-val {
    color: ;
}
.countdown-wrap span.counter-text {
    font-weight: 500;
    color: #000;
    font-size: 20px;
}
.event-section .foxy-day-counter {
    background: #f1f1f1;
    padding: 20px 0;
}
.event-section .foxy-day-counter.white-overlay > div {
    background: #fff;
    color: #000;
}
.event-section .foxy-day-counter > div {
    height: 80px;
    width: 80px;
    line-height: 1;
    background: rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 4px;
	position: relative;
	transition: all ease 0.35s;
	box-shadow: 0px 0px 18px -5px rgba(75, 81, 91, 0.1);
}
.event-section .foxy-day-counter > div:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 18px -5px rgba(56, 62, 72, 0.4);
}
.event-section .foxy-day-counter .counter-text {
    display: block;
}
.event-section .foxy-day-counter .day-counter-inner {
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
}
.event-section .foxy-day-counter .counter-text {
    font-size: 12px;
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

/* 30. Responsive Styles */
@media only screen and ( max-width: 767px ) {
	ul.nav.site-menu {
		display: none;
	}
	.mobile-menu-wrapper ul.nav.site-menu {
		display: block;
		margin-top: 60px;
		padding: 20px;
	}
	.mobile-menu-wrapper ul.nav.site-menu li a {
		color: #111;
	}
	.mobile-menu-wrapper ul.nav.site-menu li.active a, .mobile-menu-wrapper ul.nav.site-menu li a:hover, .mobile-menu-wrapper ul.nav.site-menu li a:active {
		color: ;
	}
	.mobile-menu-wrapper ul.nav.site-menu li {
		line-height: 40px;
	}
	ul.comment-list-reply {
		padding: 15px 0px 15px 20px;
	}
}

/* 31. Landing Page Styles */
.foxy-shape-fill {
	fill: #fff;
    background: transparent;
    margin-top: -170px;
    height: 170px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}
section.landing-section .section-title-wrapper {
    margin-top: -50px;
}
@media only screen and ( min-width: 768px ) {
	.landing-title {
		font-size: 50px;
	}
}	
span.section-sub-title.sub-title-dark-light {
    background: rgba(81, 40, 193, 0.4);
	color: #fff;
}
.demo-img {
    transition: all ease .35s;
}
.demo-img:hover {
	-webkit-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    -moz-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    box-shadow: 0 14px 59px rgba(0,0,0,.12);
	background: #fff;
}
.section-bg-theme-light {
	background-color: #c3c2e4;
}
.demo-img.coming-soon {
    background-color: #bfabff;
}
svg.foxy-shape-fill.shape-normal {
    transform: rotate(0deg) translateX(0);
    left: 0;
    fill: #f9f9f9;
    background: #212121;
    margin-top: 0;
}
/* Rain Drops Styles */
.set-raindops {
	width: 100%;
}
.set-raindops > canvas {
	bottom: 100%;
}
.rain-drops-footer {
    padding-top: 55px;
}

/* Widget Styles */
.search-widget .input-group input.form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid ;
}
.search-widget .input-group .btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
li.cat-item {
    list-style-type: none;
    border-bottom: 1px dashed #d2dde1;
	position: relative;
	padding-left: 30px
}
li.cat-item:before {
    position: absolute;
    content: "\e60a";
    font-family: 'themify';
    left: 0;
    color: ;
}
@media only screen and ( max-width: 767px ) {
	.ratting-wrapper .ratting-wrap-inner,
	.ratting-wrapper .ratting-content {
		width: 100%;
		-ms-flex: 1;
			flex: 1;
		padding: 0 15px;
	}
}