/*
Theme Name: CarPress
Author: redfoxthemes
Author URI: http://redfoxthemes.com/
Description: Carpress WordPress theme suits best for Car and any other business. It has all required pages, car listing(Grid & List View), Search Car, and many more, Carpress is the WordPress theme developed especially to car sellers, dealers and real estate companies, Excellent for an online vehicle marketplace or an auto motor magazine or blog, Carpress theme includes all the features you might ever need or want when it comes to building a car dealer or vehicle listings website, Carpress Theme made with perfection using Bootstrap 4. Google Web Font and Font Awesome are used at the conception, Fully Responsive Framework mobile optimized, built using the latest Bootstrap, Animated Sticky Header fully functional header with scroll animation, Easy to customize, Clean & Unique. CarPress is a wordpress theme for car seller and dealers. This theme is perfect for dealers of new or used cars, motorbikes, motorcycles and other purpose websites. CarPress is clean desing and all browsers support WordPress theme. With this theme, you can show beautiful service, multiple sliders and news in your site.
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carpress
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
.wrapper{
    position: relative;
    margin:0 auto; 
}
@media screen and ( min-width: 1200px ){
    .boxed .wrapper{
        width: 1210px;
        box-shadow: 0 0px 12px #2d2d2d;
    }
}
.navbar .container{
    position: relative;
}
.site-title{
    margin: 0;
    font-size: 1.8em;
}
.site-description{
    position: relative;
    left: 20px;
    font-size: 13px;
    margin: 0;
}
ul {
    padding: 0px;
    margin: 0px;
}
body {
    margin: 0;
    padding: 0;
	font-family: 'Fira Sans', serif;
    color: #919aaf;
    font-style: normal;
    font-weight: normal;
    word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    color: #2d2d2d;
    line-height: 1.8;
}
@media only screen and (min-width: 1200px){
    .container {
        width: 1210px !important;
    }
}
a:hover{ 
    text-decoration: none; 
    color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea{
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 12px 10px;
    margin: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
    color: #fff;
    padding: 12px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #000;
    border: 2px solid #0000;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
    opacity: 0.8;
}
.white{color:#fff !important;}
.grey-bg{background: #f5f5f5;}
.section-title{ text-align:center;}
.sm-title{ font-size:28px; padding-bottom:15px;}
.pull-right{float:right;}

/*---------Header------------------*/
.header-top-section { padding:15px 0px;}
.info-top { float: left; }
.info-top > span {
    color: #FFFFFF;
    float: left;
    letter-spacing: 0.3px;
    margin-right:25px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.info-top > span > i {
    float: left;
    text-align: center;
    margin-right:6px;
}
.header-top-section .social{margin:0;padding:0;}
.section-title { text-align:center; margin:30px 0;}
.section-title h1 { text-transform: capitalize; color: #060c17;
}
.section-title  p{  
  padding:0 20px;
  letter-spacing: 1.5px;
  color: #929292;
  font-size:18px;
}
.callout-title h1, 
.callout-title p { color: #eee !important; }
ul {  margin: 0; list-style: none; }

/*----Main Menu Section---------------------------------*/
.home-banner {
    height: 100%;
	width: 100%;
    margin-bottom: 0px;
    position: relative;
}

/*----Main Menu Section---------------------------------*/
.header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar-toggle {
    border-color: #ffffff !important;
}
.navbar-toggle .icon-bar {
    background: #fff;
}	
.navbar-toggle:hover,
.navbar-toggle:focus {
  opacity:0.8;
}
.navbar-brand {
    height: auto;
	padding: 0 15px;
}
.navbar .container {
    width: 100%;
    background: #fff;
    padding: 8px 0px;
    border-radius: 0px;
}
.navbar .navbar-nav{
    display: block;
}
.navbar .navbar-nav > li {
    margin-right: 5px;
    padding: 0 0 0px 0px;
    display: inline-flex;
}
.navbar .navbar-nav > li > a {
    padding: 10px 15px !important;
	font-weight:500;
	border-radius: 2px 2px 2px 2px; 
	color: #303030;
	letter-spacing:0.3px;
}
.nav {
	margin-top: 0px; padding: 14px 0;
}
.navbar {
	margin-bottom: 0px !important;
}
.navbar-collapse {
    max-height: 100%;
}
/*Sticky Header*/
.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
}
.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.sticky-header .logo{
	padding:9px 0px 9px;
}
.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

/*====== Dropdown Menus & Sub Menu ======*/
.dropdown-menu{
    padding: 0 !important;
    min-width: 200px !important;
    background: #fff;
    left: 0 !important;
    border-top: 2px solid;
    border-bottom: 4px solid;
    border-left: 0;
    border-right: 0;
}
.dropdown-item{
	clear: both;
	display: block;
	text-decoration:none;
	font-weight: normal;
	border-bottom: 1px solid #eee !important;
    padding: 12px 20px !important;
	white-space: nowrap;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.dropdown-item:hover {color:#fff !important;border-bottom: 1px solid;}
.dropdown-item:last-chlid {border-bottom: 0px;}

/*---dropdown-submenu Menus-- */
.dropdown-submenu{ position:relative; }
.dropdown-submenu > .dropdown-menu{
    top: 0;
    left: 100% !important;
    margin-top: 0;
    margin-left:-1px;
    -webkit-border-radius:0px 0px 0px 0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
}
.navbar-nav .open .dropdown-menu > li > a, 
.navbar-nav .open .dropdown-menu .dropdown-header {
    color:#0099ff;
	background-color:#fff;
}
.dropdown-menu > li > a:hover { color:#0099ff;background-color:#fff;}
.dropdown-submenu:hover > .dropdown-menu{
     display: block;
	 color: #0099ff;
	 background-color: #fff;
}
.dropdown-submenu i {
	font-size: 14px;
	line-height: 1.5;
	position: absolute; right: 10px;
}
.dropdown-submenu .pull-left{ float:none;}
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.navbar-nav .open .dropdown-menu > li > a, 
.navbar-nav .open .dropdown-menu .dropdown-header {padding: 10px 15px 10px 25px;}
.navbar-right .dropdown-menu {left: 0;right: 0;border-radius: 0px;}
.navbar-nav > li > a > i {
    font-size: 18px;
    line-height: 20px;
    margin-left: 5px;
    padding-top: 0;
}
.navbar .navbar-nav{margin-right:40px;}
.navbar-toggler-icon{
    width: auto;
    height: auto;
}
@media screen and ( max-width: 768px ){
    .navbar .navbar-nav{ margin-right: 0; }
    .navbar .navbar-nav > li,
    .navbar .navbar-nav > li > a{ display: block; }
    .dropdown-menu{ border-width: 0; }
    .dropdown-submenu .dropdown-menu{ margin-left: 20px; }
}
.menu-item-has-children:hover > .dropdown-menu{
    display: block;
}


.main-carousel{
   position: relative;
    width: 100%;
    overflow: hidden;
}
/*--------Home Slider Section---------------------*/ 
#main-slider .active > div { display: block; }
.carousel-indicators li, .carousel-navigation li { padding: 0; }
.main-carousel .carousel-inner > .item > img { display: block; margin: 0 auto; }

/*------Carousel Navigation--------------*/
.carousel-navigation {list-style-type: none; margin: 0px; }
.carousel-navigation a {
   text-decoration: none;
    display: block;
	background:#fff;
    width:60px;
    height:65px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
	text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.carousel-navigation .carousel-prev {
    left: 15px;
	opacity: 0.7; 
}
.carousel-navigation .carousel-next {
      right: 15px;
	  opacity: 0.7; 
}
.carousel-navigation:hover .carousel-next:hover, 
.carousel-navigation:hover .carousel-prev:hover {
	 opacity:1;
}

.carousel-navigation .carousel-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; }
.carousel-navigation a > i {
    font-size: 34px;
    line-height:65px;
    display: inline-block;
}
body.boxed .carousel-inner > .item > img,
body.boxed  .carousel-inner > .item > a > img {
  display: block;
  max-width: none;
  height: auto;
}
.carousel-fade .carousel-inner .item { opacity: 0; -webkit-transition-property: opacity;
  -moz-transition-property: opacity; -o-transition-property: opacity;transition-property: opacity;}
.carousel-fade .carousel-inner .active {opacity: 1;}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1;}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1;}
.carousel-fade .carousel-control { z-index: 2;}

/*-----------Service Section-------------------------*/
.services-section {
    padding: 50px 0;
}
.service-page{padding:40px 0 80px;}
.team-page{padding: 20px 0 40px;}
.portfolio-page{padding: 50px 0 60px;}
.portfolio-section{    
    position: relative;
    overflow: hidden;
	display:block;
}

.services-section .service-grid {
    background: #ffffff;
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.05);
    border-radius:2px;
    padding:20px;
    transition: all .4s ease-in-out;
}
.services-section .service-grid:hover {
    transform: translateY(-15px);
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.09);
}
.services-section .service-grid h3 {
    font-size: 20px;
    color: #3b566e;
    font-weight: 600;
    margin: 25px 0 15px;
    padding: 0;
}
.services-section .service-grid img{
   max-width:100%;
}
.services-section .service-grid p {
    font-size: 15px;
    font-weight: 400;
    color: #919aaf;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.services-section  .main-btn{margin-top:25px;}

/*-------Home Gallery Section------------------------*/
.gallery-section {
    width: 100%;
    padding:30px 0;
    background-color: #fff;
}
.gallery-col{
	margin-bottom:50px;
	overflow:hidden;
}
.home-gallery-showcase {
	position: relative;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.home-gallery-showcase:hover .home-gallery-showcase-title a {
    text-decoration: underline;
}
.gallery-image{
    width: 100%;
    display: block;
	height: auto;
}
.home-gallery-showcase-overlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80%;
    left: 0;
	background:rgba(0,0,0,0.7);
	-webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.home-gallery-showcase img{
	-webkit-transition: all .45s ease-in;
    -moz-transition: all .45s ease-in;
    -o-transition: all .45s ease-in;
    transition: all .45s ease-in;
}
.home-gallery-showcase-overlay-inner {
	text-align: center;
    position: absolute;
    bottom:-110%;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
	 -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.home-gallery-showcase .home-gallery-showcas-icons {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.home-gallery-showcase .home-gallery-showcase-icons a {
    font-size: 1.3em;
    line-height: 1em;
    text-align:center;
    display: inline-block;
    margin-left: 2px;
    opacity:0.9;
	text-decoration: none;
	margin-right:5px;
	border-radius:2px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #fff;
    color:#101010;
	transition: all 0.3s ease 0s;
}

.home-gallery-showcase .home-gallery-showcase-icons a i{
    font-size:22px;
	line-height:45px;
	text-align:center;
}
.home-gallery-showcase-icons a:hover {
	border: 1px solid;
	color:#fff;
}
.home-gallery-showcase:hover .home-gallery-showcase-overlay {
    visibility: visible;
	top: 0;
}
.home-gallery-showcase:hover img{
	-webkit-transform: scale(1.3) rotate(15deg);
	-moz-transform: scale(1.3) rotate(15deg);
	-ms-transform: scale(1.3) rotate(15deg);
}
.home-gallery-showcase:hover .home-gallery-showcase-overlay-inner {
    visibility: visible;
    bottom:40%;
    left: 0;
}
.home-gallery-showcase-fade {
    opacity: 0.8;
}
.home-gallery-showcase-fade:hover .home-gallery-showcase-overlay {
    display: none !important;
}

/*------------------Footer-----------------------------------------------------------------*/
.footer-section {
    position: relative;
    display: block;
    background: #1e1a34;
    padding-top:60px;
    padding-bottom:70px;
}
.widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.widget ul{padding:0;}
.widget ul li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.widget ul > ul{
    padding-left: 20px;
}
.widget .widget-title{
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
}
.widget .widget-title h3 {
    font-size: 24px;
    line-height:36px;
    font-weight: 500;
    text-transform: capitalize;
}
.footer-section .widget-title h3 {
    color: #ffffff;
}	
.widget .footer-about{
    position: relative;
    display: block;
}
.footer-address, .footer-card{
    position: relative;
    background: #2c2742;
    border-radius: 5px;
    padding: 15px 13px 14px;
	color:#eeeeee;
}
.footer-address ul{padding:0;}
.footer-address ul li{line-height:30px;}
.footer-address ul i{margin-right:8px;}
.widget .widget-links{
    position: relative;
    display: block;
}
.widget .widget-links li {
    line-height: 28px;
    margin-bottom: 10px;
}
.widget .widget-links li:last-child{
    margin-bottom: 0;
}
.widget .widget-links li a{
    position: relative;
    display: block;
    color:#eeeeee;
    font-size: 16px;
    font-weight: 400;
    padding-left: 28px;
    transition: all 500ms ease;
}
.blog-sidebar .widget .widget-links li a{color:#6f6b82;}
.widget .widget-links li a:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "\f1b9";
    font-family: FontAwesome; 
    font-size: 18px;
    transition: all 0.3s ease-in-out 0.1s;
}
.widget .footer-social-links{
    position: relative;
    display: block;
    margin-top: 24px;
}

/*----Footer Copyright---------------------*/
.footer-copyrights {
    position: relative;
    display: block;
    background: #2c2742;
    padding: 24px 0 26px;
}
.footer-copyrights .copyright-text {
    margin: 0;
}
.footer-copyrights .copyright-text p {
    color: #d9d7e8;
    font-weight: 400;
    margin: 0;
}
.footer-copyrights .copyright-text p a {
    font-weight: 500;
    transition: all 500ms ease;
}
.footer-copyrights .copyright-text p a:hover{
    color: #d9d7e8;
}

.footer-menu {
    position: relative;
    display: block;
}
.footer-menu li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    line-height: 22px;
}
.footer-menu li:before {
    position: absolute;
    top: 8px;
    right: -2px;
    width: 5px;
    height: 5px;
    background: #494465;
    border-radius: 50%;
    content: "";
    transition: all 500ms ease;
    transition-delay: .1s;
}
.footer-menu li:last-child:before{
    display: none;
}
.footer-menu li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.footer-menu li a{
    position: relative;
    display: block;
    color: #d9d7e8;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 500ms ease;
    transition-delay: .2s;
}

/*------Social icon----*/
.social li {
  display: inline-block;
  margin: 0 0 0 5px;
  list-style: none;
}
.social li a i {
  display: block;
}
.social li a {
  display: block;
}
.social li a i {
	width: 32px;
    height: 32px;
    line-height: 32px;
	border-radius:1px;
	font-size: 16px;
	border-radius:50%;
	color:#000;
	border:1px solid #fff;
	background:#fff;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
.blog-social li a i{
    color: #202020;
    border: 1px solid;
    border-radius: 2px;
}
.social li a.facebook:hover i, .social li a.facebook:hover i {
  background: #456098;
  color:#fff;
  border:1px solid #456098;
}
.social li a.twitter:hover i, .social li a.twitter:hover i {
  background: #07a2dc;
  color:#fff;
  border-color: #07a2dc;
}
.social li a.googleplus:hover i, .social li a.googleplus:hover i {
  border-color: #f8694d;
  color:#fff;
  background: #f8694d;
}
.social li a.linkedin:hover i, .social li a.linkedin:hover i {
  border-color: #0077b5;
  color:#fff;
  background: #0077b5;
}
.social li a.pinterest:hover i, .social li a.pinterest:hover i {
     background:#c8232c;
	 color:#fff;
	 border-color:#c8232c;
}
.social li a.rss:hover i, .social li a.rss:hover i{
     background:#FF6600;
	 color:#fff;
	 border-color:#FF6600;
}
.social li a.vimeo:hover i, .social li a.vimeo:hover i{
     background:#1ab7ea;
	 color:#fff;
	 border-color:#1ab7ea;
}

/*-----Copyright------------------*/
.copyright {
    background-color:#eee;
    padding:25px 0;
    position: relative;
    width: 100%;
	text-align:center;
	border-bottom:4px solid;
}

/*---------Page Title Section Css-----------------*/
.page-title-section {
	margin: 0 0 0px;
	overflow: hidden;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
    background: #fafafa;
    background-attachment:fixed; 
    background-position: center; 
    background-repeat: no-repeat;
}
.page-title-section .overlay {
	padding: 30px 0 28px;
	position: relative;
	width: 100%;
}
.page-title {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto 0px;
	padding: 0px;
	position: relative;
	width: 99%;
}
.page-title h1 {
	color: #202020;
	letter-spacing: 1px;
	
	margin: 0 0 0px;
	word-wrap: break-word;
}
.page-breadcrumb {
	list-style: none outside none;
	margin-bottom: 0px;
	padding: 10px 0 0;
	text-align: right;
	font-size: 15px;
	line-height: 20px;
}
.page-breadcrumb > li { display: inline-block; }
.page-breadcrumb > li + li:before {
	color: #202020;
	content: "/ ";
	padding: 0 5px;
}
.page-breadcrumb > li a { color: #202020;}

/*---------Protfolio page--------------------------------------------*/

/*-----Protfolio Tabs---------*/
.protfolio-tabs-section{
  text-align:center;
  margin: 30px 0;
}
 .protfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
.protfolio-filter > li {
    display: inline-block;
    margin-right: 2px;
}
.protfolio-filter > li a {
    display: block;
    font-size: 14px;
	padding: 8px 18px;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.protfolio-filter > li a:hover,
.protfolio-filter > li a.active {
    background-color:#101010;
	border-color: #101010;
    color: #fff;
}

/*------Carousel Style-------------------------*/
.gallery{}
.gallery #gallery-carousel { margin-top: 40px; }
.gallery .owl-theme .owl-controls .owl-buttons div {
    top: 44%;
    margin-top: -20px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    opacity: 1;
    font-size: 24px;
    border-radius: 0; }
  .owl-prev i,.owl-next i{line-height:40px;}
  .gallery .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left:14px;transition: all 0.3s ease-in-out 0s; }
  .gallery .owl-theme .owl-controls .owl-buttons div.owl-next {
    right:14px;transition: all 0.3s ease-in-out 0s; }
   .gallery .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    color:#fff;}
  .gallery .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
   color:#fff;}
  .gallery .item {
    margin: 0 15px; }
.gallery .item .single {
  overflow: hidden; }
.image{border:5px solid #fff;border-radius:4px;}
.navbar-right {
    margin-right: 100px !important;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
    height: 15px;
    margin: 5px !important;
    border: 2px solid #fff;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.scroll-top {
    bottom: 0px;
    display: none;
    height:44px;
    width:50px;
    opacity: 1;
    position: fixed;
    border-radius: 1px;
    right: 20px;
    text-align: center;
    overflow: hidden;
    z-index: 9999;
}
.scroll-top i {
    font-size: 24px;
    line-height:50px;
	color:#fff;
}

/*------Main Button Css-------------------*/
.main-btn {
  padding:8px 16px;
  font-size:16px;  
  display: inline-block;
  vertical-align: middle;
  border-radius:2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  color:#fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
button.main-btn{border:none!important;}
.main-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #101010;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.main-btn:hover, .main-btn:focus, .main-btn:active {
  color:#fff;
}
.main-btn:hover:before, .main-btn:focus:before, .main-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-btn i{margin-right:5px;font-size:16px !important;}
.big-btn{padding:14px 28px !important;}
.white-btn {background:#eee !important;color:#101010;}


/*-------------Testimonial Section-----------------------------*/
.testimonial-wrapper {
    background: url("../images/bg-2.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    overflow: hidden;
    width: 100%;
}
.testimonial-wrapper .overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    padding: 60px 20px 60px 20px;
    position: relative;
    width: 100%;
}
.testimonial-section .testimonial-content{
  position: relative;
  display: block;
  text-align:center;
  background: #ffffff;
  padding: 30px 25px 0px 25px;
  margin:30px 8px 60px 8px;
  border-bottom: 3px solid;
  border-radius:4px;
}
.testi-quot i{
    font-size: 60px;
    position: absolute;
    text-align: right;
    top: -20px;
    right: -5px;
}
.testimonial-section .testimonial-content .text{
  color: #222222;
  margin-bottom: 21px;
}
.testimonial-section .testimonial-content .author{
  position: relative;
}
.testimonial-section .testimonial-content .author h4{
  display: inline-block;
  font-size:18px;
}
.testimonial-section .testimonial-content .author .text{
  display: inline-block;
}
.testimonial-section .testimonial-content .author-thumb{
  position: relative;
  display: inline-block;
  overflow: hidden;
  width:140px;
  height:140px;
  border: 2px solid;
  border-radius: 50%;
  transition: all 500ms ease;
}
.testimonial-section .testimonial-content:hover .author-thumb{
  border: 2px solid #222222;
}
.testimonial-section .testimonial-content .author-thumb img{
  width: 100%;
  border-radius: 50%;
}
.owl-theme .owl-controls{
  display: none;
}
.testimonial-section h2.sec-title{
  margin-bottom: 5px;
}
.testimonial-section .title-text{
  margin-bottom: 36px;
}
.slider-caption-title {
  position: relative;
  display: inline-block;
  margin-bottom: 27px;
  padding: 5px 7px 2px;
  font-size: 67px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: #222;
  background-color: #fff;
}

.slider-caption-title-no {
  position: relative;
  display: inline-block;
  margin-top: -28px;
  padding: 0 4px;
  font-size: 102px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff;
}

.slider-caption-title-no:after {
  content: "\f1b9";
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -21px;
  font-size: 40px;
  font-family: 'Font Awesome 5 Free';
  text-shadow: none;
}

.slider-caption-price {
  margin-bottom: 12px;
  line-height: 1;
  color: #fff;
}

.slider-caption-price-currency {
  display: inline-block;
  margin-right: 4px;
  font-size: 30px;
  vertical-align: super;
}

.slider-caption-price-number {
  display: inline-block;
  font-size: 68px;
  font-weight: 600;
  vertical-align: middle;
  letter-spacing: .02em;
}

.slider-caption-price-inner {
  display: inline-block;
  margin-left: 7px;
  text-align: left;
  vertical-align: middle;
}

.slider-caption-price-title {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.slider-caption-price-subtitle {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.slider-caption-label {
  position: absolute;
  top: -32px;
  left: -46px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
  white-space: nowrap;
  letter-spacing: .02em;
  color:#fff;
}

/*----Car filter section--------------------------------*/

/*search*/
.search .search-block { padding: 35px 40px 20px; background: #ffffff; border: 1px solid #e3e3e3; margin-top: -70px; position: relative; z-index: 1; }
.search .search-block .selectpicker { margin-bottom: 15px; border-radius: 0px; border-color: #e3e3e3; }
.search .search-block span { margin-bottom: 10px; display: block; font-size: 13px; }
.search .search-block .select { height: 50px; margin-bottom: 10px; }
.search .search-block .select-styled { padding: 13px 15px; color: #999999; }
.search .search-block .select-styled:after { top: 22px; opacity: 0.5; }
.search .search-block .select-styled:active:after, .search .search-block .select-styled.active:after { top: 14px; }
.search .search-block .select-options li { color: #999999; }
.search .search-block .selected-box .select-options { max-height: 170px; overflow: auto; }
.search-top .selected-box .select-options { max-height: 170px; overflow: auto; }

/*cp-car-price*/
.cp-car-price-slide .cp-car-price label { color: #000; font-size: 14px; text-transform: uppercase; display: block; }
.cp-car-price-slide .cp-car-price input { background: transparent; border: none; height: inherit; display: block; color: #888888; font-size: 14px; padding: 2px 0px; display: inline-block; width: inherit; border: 0; font-weight: bold; }
.cp-car-price-slide #slider-range { margin-top: 10px; margin-bottom: 30px; }
.cp-car-price-slide a.link { margin-top: 40px; display: inline-block; color: #db2d2e; }
.cp-car-price-slide a.link:hover { color: #323232; }
.cp-car-price-slide-2 .cp-car-price label { color: #000; font-size: 14px; text-transform: uppercase; display: block; }
.cp-car-price-slide-2 .cp-car-price input { background: transparent; border: none; height: inherit; display: block; color: #888888; font-size: 14px; padding: 2px 0px; display: inline-block; width: inherit; border: 0; font-weight: bold; margin-bottom: 10px; }
.cp-car-price-slide-2 #slider-range { margin-top: 10px; }
.cp-car-price-slide-2 a.button { border-radius: 3px; border: 1px solid #e3e3e3; font-weight: 600; display: inline-block; margin-top: 40px; }
.cp-car-price-slide-2 a { font-size: 12px; padding-left: 20px; font-weight: 600; }
.selected-box select {
    font-size: 14px;
    color: #323232;
	height:40px;
	width:100%;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.carousel-caption{top:40%!important;}
.contact-page-inner {
    padding: 30px 0;
}
.white-bg {
    background: #ffffff;
}.welcome-block p { padding: 0 100px; margin-top: 20px; display: block; }
.welcome-block p strong { font-style: italic; }
.welcome-block .halp-call { margin-top: 80px; }
.welcome-block .halp-call img { width: 80px; height: 80px; border-radius: 50%; display: inline-block; margin-bottom: 5px; }
.welcome-block .halp-call span { font-weight: 600; text-transform: uppercase; font-size: 18px; margin-bottom: 15px; display: block; }
.welcome-3 .about { margin-top: 40px; margin-bottom: 50px; }
.welcome-3 .about strong { margin-bottom: 20px; display: block; }
.welcome-3 span{font-size:18px;font-weight:600;}
/*-------Advanced Features--------------------------------------------------*/
.amazing_feature {
   padding:70px 0;
}

.single_feature{
background: #fff none repeat scroll 0 0;
box-shadow:0 2px 30px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding: 40px 40px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.single_feature:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.single_feature:hover, .single_feature:focus, .single_feature:active {
  color: white;
}
.single_feature:hover:before, .single_feature:focus:before, .single_feature:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.single_feature i {
	border: 1px solid #e8e8e9;
	border-radius: 50%;
	color: #333;
	float: left;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	margin-right: 15px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 60px;
	z-index: 3;
	margin-top: 25px;
}
.single_feature:hover i{
	background: #fff;
    border: 1px solid #fff;
}
.single_feature h3 {
	text-transform: capitalize;
	font-size: 20px;
	font-weight:400;
	margin-top:0px;
	color: #3b566e;
	overflow: hidden;
}
.single_feature:hover h3{color:#fff;}
.single_feature span {
border-bottom: 1px dashed #ccc;
display: block;
margin: 15px auto 10px;
width: 80px;
}
.single_feature p { margin-bottom: 0 ;overflow: hidden;}

/*------Home Blog section----------------------------------------------*/
.home-blog-page{
    padding: 50px 0;
    background-color: #ffffff;
}
.cp-blog-post {
    position: relative;
    display: block;
    margin-bottom:40px;
	background: #ffffff;
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.05);
    border-radius: 2px;
    padding:15px;
    transition: all .4s ease-in-out;
}
.cp-blog-post .blog-img {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.6s;
}
.cp-blog-post .blog-img::before {
    background: rgb(0,0,0,0.7);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(45deg) translateZ(0px);
    z-index: 3;
    opacity: 0;
}
.cp-blog-post:hover .blog-img::before{
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transition-delay: 0.1s; 
    opacity: 1;
}
.cp-blog-post .blog-img img {
    transition: all 0.5s ease-in-out 0.6s;    
    width: 100%;
    height: auto;
}
.cp-blog-post:hover .blog-img img {
    transform: scale(1.2, 1.2);
}
.cp-blog-post .cp-blog-date {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    z-index: 3;
    transition: all 0.8s ease-in-out 0.8s;   
}
.cp-blog-post:hover .cp-blog-date{
    transform: rotate(360deg);    
}
.cp-blog-post .cp-blog-date h3 {
    display: block;
    padding: 13px 10px;
    color: #ffffff;
	font-size: 12px;
    line-height: 22px;
}
.cp-blog-post .cp-blog-content {
    position: relative;
    display: block;
    padding: 25px 0px 0px;
}
.cp-blog-post .cp-blog-content .cp-blog-title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
}
.cp-blog-post .cp-blog-content .cp-blog-title a{
    color: #393939;
    transition: all 500ms ease;
}
.cp-blog-post .cp-blog-content .text{
    display: block;
    margin-top: 16px;
}
.cp-blog-post .cp-blog-content .text p{
    margin: 0 0 16px;    
}
.cp-blog-post .cp-blog-content .text a.read-more{
    color: #222222;
}
ul.social{padding:0;}

/*---------Team Section-----------------------------------------*/
.team-section{padding-top:50px;padding-bottom:90px;}
.team-section .thumb-summary-wrap {
	background: #fff;
	padding: 0 0 20px;
	position: relative;
	z-index: 9;
}

.team-section .team-grid, .service-grid{
	text-align: center;
	margin:15px 0;
}
.car-list-page{padding-bottom:80px;}
.team-section .team-title {
	font-size: 18px;
	color:#202020;
	margin-bottom: 5px;
}

.team-section .team-position {
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.team-section .team-text-wrap {
	position: relative;
	background: #fff;
	padding-top: 25px;
}

.team-section .team-grid img {
	background: #fff;
}

.team-section .team-grid img {
	margin: 0;
	vertical-align: middle;
	width: 100%;
}

.team-section .team-grid .team-thumb {
	overflow: hidden;
	position: relative;
	background: #fff;
}
.team-section .team-title{color:#060c17;}
.team-section .team-grid .social-links {
	position: absolute;
	top: 45px;
	width: 0;
	visibility: hidden;
	z-index: 999;
	left: -100%;
	-webkit-transition: -webkit-transform 1s ease;
	-moz-transition: -moz-transform 1s ease;
	transition: transform 1s ease;
}

.team-section .team-grid .social-links li {
	float: left;
	clear: both;
}

.team-section .team-thumb:hover .social-links {
	visibility: visible;
	left: 25px;
	width: auto;
}
.team-thumb .social li{margin-bottom:10px;}
.thumb-overlay .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 70%;
	display: block;
	opacity: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.74);
	transition: all 0.7s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 9;
}

.thumb-overlay {
	position: relative;
}

.thumb-overlay:hover .overlay-box {
	opacity: 1;
	height: 100%;
}

.thumb-overlay i {
	position: relative;
	font-size: 30px;
	top: 45%;
	color: #ffffff;
}
.box-shadow-block:hover:before, .box-shadow-block:focus:before, .box-shadow-block:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.box-shadow-block:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.box-shadow-block {
    -webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -ms-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -o-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    padding: 0;
    background: #fff;
    position: relative;
}

/*------Car shop ------------------------------*/
.cars-section{padding-top:60px;}
.cp-car-grid {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 40px;
}
.cp-car-grid img{max-width:100%;}
.cp-car-details { position:relative;}
.cp-car-details ul {
  background: #2c2742;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.cp-car-details li {
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  line-height: 50px;
  list-style: outside none none;
  margin: 0 15px 0 auto;
}
.cp-car-details li  i{
  margin-right: 8px;
}
.cp-car-details li:nth-last-child(1) {
  margin-right: 0;
}
.cp-car-grid-caption{padding:15px;}
.cp-car-grid-title {
  overflow: hidden;
}
.cp-car-differns {
	color:#fff;
    left:0px;
    padding: 0 12px;
    position: absolute;
    top:0px;
}
.cp-car-differns label{line-height:36px;margin:0;}
.cp-car-grid-title h6 {
  float: left;
  margin: 0 auto;
  max-width: 245px;
}
.cp-car-grid-title h6 a {
  color: #111111;
}
.cp-car-discription{padding-top:15px;}
.cp-car-grid-title .cp-car-price {
  color: #555555;
  float: right;
  font-weight:600;
  font-size: 16px;
  }
.carfilter-btn{margin:0 auto;}
.carfilter-btn a{margin:5px;}

/*---Page Title----------------------------*/
.page-title {
    width:100%;
    background-image:url(../images/page-title.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}
.page-title-inner{
  background:rgba(0,0,0,0.7);
  padding: 270px 0px 110px 0px;
  text-align:center;
}
.page-title h1 {
    position: relative;
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.page-title .text {
    position: relative;
    font-size: 21px;
    margin-top: 0px;
}

/*-----Blog Page Css-------------------------------------------------------------------------*/
.blog-page{padding:80px 0;}
.blog-page .blog-area {
    position: relative;
    display: block;
    z-index: 1;
}
.blog-page .blog-page-post {
    position: relative;
    display: block;
    border: 1px solid #f0eef9;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 7px;
    margin-bottom: 40px;
    transition: all 900ms ease;
}
.blog-page .blog-page-post i{margin-right:10px;}
.blog-page .blog-page-post:hover{
    -webkit-box-shadow: 0px 3px 10px 2px rgba(240,238,249,0.85); 
    box-shadow: 0px 3px 10px 2px rgba(240,238,249,0.85);
}
.blog-author-info{
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-author-info .blog-author{
    position: relative;
    display:inline;
}
.blog-author-info .blog-author .blog-author-img{
    width: 60px;
}
.blog-author-info .blog-author .blog-author-img img{
    max-width:100%;
	border-radius:50%;
}
.blog-author-info .blog-author .blog-author-img,
.blog-author-info .blog-author .blog-author-title{
    display: table-cell;
    vertical-align: middle;
}
.blog-author-info .blog-author .blog-author-title{
    padding-left: 20px;
}
.blog-author-info .blog-author .blog-author-title h5{
    font-size: 16px;
    margin: 0 0 6px;
}
.blog-author-info .blog-author .blog-author-title p{
    margin: 0;
}
.blog-page .blog-page-post .blog-sidebar-post-title {
    font-size: 26px;
    line-height: 32px;
    display: block;
    margin: 20px 0 30px;
}
.blog-page .social li a i{
  background: #eeeeee;
}
.blog-page .blog-page-post .blog-sidebar-post-title a{
    color: #393939;
    transition: all 500ms ease;
} 
.blog-page .blog-page-post .blog-post-img{
    border-radius: 5px;
}
.blog-page .blog-page-post .blog-post-img img{
    max-width:100%;
    height: auto;
}
.blog-page .blog-page-post .blog-post-content{
    position: relative;
    display: block;
    padding: 0;
}
.blog-page .blog-page-post .blog-post-content .blog-post-discription {
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0eef9;
    padding-bottom: 16px;
}
.blog-page-post .blog-meta-area {
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-page-post .blog-meta-area .blog-meta-detail {
    position: relative;
    display: inline;
    overflow: hidden;
    margin: 3px 0;
	padding: 0;
}
.blog-page-post .blog-meta-area .blog-meta-detail li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 40px;
}
.blog-page-post .blog-meta-area .blog-meta-detail li:before{
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 20px;
    height: 1px;
    background: #39345a;
    content: "";
}
.blog-page-post .blog-meta-area .blog-meta-detail li:last-child{
    padding-right: 0;
}
.blog-page-post .blog-meta-area .blog-meta-detail li:last-child:before{
    display: none;
}
.blog-page-post .blog-meta-area .blog-meta-detail li a{
    color: #868298;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.blog-page-post .blog-meta-area .blog-meta-detail li a span:before{
    position: relative;
    top: 1px;
    color: #39345a;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    padding-right: 7px;
}
.blog-page-post .blog-meta-area .reamore a{
    color: #222222;
}

/*----Blog Sidebar-----------------*/
.blog-sidebar {
    position: relative;
    display: block;
}
.widget-title {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 12px;
    z-index: 1;
}
.widget-title:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f2f1f9;
    content: "";
    z-index: 10;
}
.widget-title:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width:70px;
    height: 2px;
    content: "";
    z-index: 10;
}
.blog-sidebar .widget-title:before{
    background: #eee;
}
.widget-title h3 {
    color: #222222;
    font-size: 22px;
    line-height: 42px;
}
.widget-title h3 span:before {
    position: relative;
    top: 4px;
    color: #39345a;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    padding-right: 15px;
}
.blog-sidebar .widget {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
	background-color:#fff;
    border: 1px solid #f0eef9;
    border-radius:4px;
    padding:25px;
}
.widget-search .search-form {
    position: relative;
    display: block;
    max-width: 370px;
    margin-bottom: 60px;
}
.widget-search .search-form input[type="text"] {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #f0eef9;
    color: #868298;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    max-width: 300px;
    width: 100%;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease 0s;
}
.blog-sidebar .search-form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    height:50px;
    width: 50px;
    border: 0px solid #fec144;
    line-height: 58px;
    text-align: center;
    border-radius: 5px;
    transition: all 500ms ease 0s;
    margin: 0;
}
.blog-sidebar .search-form button i {
    font-size: 14px
}
.blog-sidebar .search-form input[type="text"]:focus {
    border: 1px solid #39345a;
    background: #fff;
    color: #000000;
}
.blog-sidebar .search-form input[type="text"]:focus + button, 
.blog-sidebar .search-form button:hover {
    background: #39345a;
    border-color: #39345a;
    color: #fff;
}
.widget .latest-post {
    position: relative;
    display: block;
    overflow: hidden;
}
.widget .latest-post li {
    position: relative;
    display: block;
    border-bottom: 1px solid #f0eef9;
    min-height: 75px;
    padding-left: 75px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.widget .latest-post li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.widget .latest-post li .blog-post-img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 75px;
    height: 75px;
    display: block;
    overflow: hidden;
}
.widget .latest-post li .blog-post-img img {
    transition: all 0.4s ease-in-out 0.5s;    
    width: 100%;
    transform: scale(1.1, 1.1);      
}
.widget .latest-post li:hover .blog-post-img img {
    transition-delay: 0s;
    transform: scale(1.2, 1.2);    
}
.widget .latest-post li .blog-post-img .overlay-style-one{
    background: rgba(60, 55, 90, 0.85);
}
.widget .latest-post li .blog-post-img .overlay-style-one .box .content a{
    display: inline-block;
    width: 25px;
    height: 25px;
    filter: alpha(opacity=0);
    transform: scale(3);
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    z-index: 5;    
}
.widget .latest-post li:hover .blog-post-img .overlay-style-one .box .content a{
   filter: alpha(opacity=100);
   transform: scale(1);
   transition-delay: 0.1s; 
   opacity: 1;
}
.widget .latest-post li .blog-post-img .overlay-style-one .box .content a span:before{
    font-size: 25px;
    line-height: 25px;
    transition: all 500ms ease;
}
.widget .latest-post li .blog-post-img .overlay-style-one .box .content a:hover span:before{
    color: #ffffff;
}
.widget .latest-post li:hover .blog-post-img .overlay-style-one{
    opacity: 1;
}
.widget .latest-post li .latest-sidebar-post-title {
    padding-left: 30px;
}
.widget .latest-post li .latest-sidebar-post-title .sidebar-post-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 5px;
    transition: all 500ms ease;
}
.widget .latest-post li .latest-sidebar-post-title .sidebar-post-title a{
    color: #222222;
    transition: all 500ms ease;
}
.widget .latest-post li .latest-sidebar-post-title span {
    line-height: 20px;
}
.footer-section .widget .tagcloud a {border: 1px solid #e2e2e2; color: #e2e2e2;}
.widget .tagcloud a {
    border: 1px solid #e2e2e2;
	color: #6f6b82;
    padding: .5em .9em;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 14px;
    margin-right: 4px;
    line-height: 1.5;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.widget .tagcloud a:hover{color:#fff;border: 1px solid;}
.widget_calendar thead>tr>th {
    line-height: 2.5em;
	border-bottom: 1px solid #eaeaea;
}
.widget_calendar tr > td {
    line-height: 2.5em;
}
.footer-section .widget_calendar table,
.footer-section .widget_calendar td{
    border: 1px solid #ffffff3d;
}
.footer-section .widget_calendar thead>tr>th{
	color:#fff;
}
.footer-section .widget_calendar tr>td {
	color:#fff;
}
.widget_calendar table {
  text-align:center;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em; 
    width: 100%;
    border: 1px solid #eaeaea;
}
.latest-post i {margin-right:5px;}

/*----Pagination----------------------*/
.page-link{
  padding:10px 15px !important;
  color:#333 !important;
  margin:3px;
  font-size:18px;
}
.page-link:hover {
    color: #fff !important;
}

/*--------Blog-Details page---------------*/
.blog-single .comments-area{
	position:relative;
	margin-top:50px;
	margin-bottom: 50px;
}

.blog-single .group-title{
	position:relative;
	margin-bottom:25px;
}

.blog-single .group-title h2{
	position:relative;
	font-size:24px;
	color:#000000;
	font-weight:400;
	text-transform:capitalize;
}

.blog-single .comments-area .comment-box{
	position:relative;
	padding: 30px 30px 28px;
	margin-bottom:30px;
	border-radius:4px;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.blog-single .comments-area .comment-box.reply-comment{
	margin-left:170px;
}

.blog-single .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.blog-single .comments-area .comment-box:hover{
	border-color:#222222;	
}

.blog-single .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 100px;
}

.blog-single .comments-area .comment .comment-inner{
	position:relative;
}

.blog-single .comments-area .comment .comment-reply{
	position:relative;
	margin-top:10px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.blog-single .comments-area .comment .comment-reply:hover{
	color:#242424;
}

.blog-single .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	border-radius:50%;
	overflow:hidden;
	margin-bottom:20px;
}

.blog-single .comments-area .comment-box .author-thumb img{
	display:block;
	max-width: 100%;
    height: auto;
}

.blog-single .comments-area .comment-info{
	color:#000000;
	line-height:24px;
	font-size:18px;
	font-weight:600;
}

.blog-single .comments-area .comment-box strong{
	font-size:16px;
	font-weight:600;
	color:#222222;
	line-height: 1.1em;
	text-transform:capitalize;
}

.blog-single .comments-area .comment-box .text{
	color:#5c5c5c;
	font-size:14px;
    margin-top:10px;
    line-height: 1.7em;
	margin-bottom: 10px;
}

.blog-single .comments-area .comment-time{
	position:relative;
	font-size:15px;
	color:#5c5c5c;
	font-weight:400;
	margin-bottom:7px;
}
.blog-single .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}
.comment-form .row{
	 margin:0px -7px;
}
 
.comment-form .form-group{
	position:relative;
	padding:0px 7px;
	margin-bottom:22px;	
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input,
.comment-form .form-group input,
.comment-form .form-group select,
.cp-contact-form input{
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	font-size: 15px;
	color: #000000;
	line-height: 32px;
	padding: 10px 22px;
	font-weight: 400;
	background: #ffffff;
	border:1px solid #e7e6e6;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.comment-form .form-group textarea, .cp-contact-form textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 150px;
	font-size: 15px;
	color: #000000;
	line-height: 32px;
	padding: 10px 22px;
	font-weight: 400;
	resize:none;
	background: #ffffff;
	border:1px solid #e7e6e6;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}
.navbar.stricky-fixed {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    background: #fff;
	padding:0!important;
	box-shadow: 1px 0px 10px rgba(0,0,0,0.1);
    margin: 0;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
}
.owl-pagination {text-align:center;}
.stricky-fixed img{height:35px !important;}
.navbar .main-btn{margin-right:15px;}

/*--------About Page----------------------------------------------------------*/
.about-page{padding:80px 0px 30px 0px;}
.about-us-area{
  padding: 30px 0px 90px 0px;
}
.about-us-text {
    padding-top: 15px;
}
.about-us-text h4 {
    font-weight: 400;
    font-size: 23px;
}
.about-us-text h2 {
    font-size: 36px;
    font-weight: 600;
}
.about-us-text h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.about-us-box .about-us-text {
    padding-top: 25px;
}
.about-img-inner:before {
    right: 0;
    bottom: 0;
}
.about-img-inner:after {
    left: 0;
    top: 0;
}
.about-img-inner {
    padding:30px;
    position: relative;
}
.about-img-inner img {
    position: relative;
    z-index: 9;
    border: 0;
	-webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.about-img-inner:after, 
.about-img-inner:before {
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
}
.about-img-inner:after, 
.about-img-inner:before {
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
}

/*------Counter Section---------------------------*/
.counter-section{
    padding: 60px 0px 90px 0px;
}
.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
	margin:15px 0;
}
.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
}

/*------Conatct Page------------------------*/
.contact-page{padding-top:70px;}
.contact-detail-col h2{font-size:22px;}
.contact-detail-col .count-text{font-size:16px;}
.contact-page-inner{padding: 80px 0;}
.cp-office-time {padding: 25px;}
.cp-office-time h4{ position: relative; padding-bottom: 10px; margin-bottom: 15px; }
.cp-office-time strong { width: 100px; display: inline-block; color: #363636; }
.cp-office-time ul li{line-height:30px;}

/*----404 Page-------------------------------*/
.page-wrap { min-height:400px; }
.cp-404-page h1{ font-size:160px; }

/* Galleries */
.gallery {
    margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/* End Media Contents */

/* Theme Comments Style */
#comments {
    clear: both;
    padding: 20px;
    background-color: #ffffff;
    margin-top: 30px;
}
.comments-title {
    font-size: 20px;
    margin-bottom: 1.5em;
}
.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment-list li:before {
    display: none;
}
.comment-body {
    margin-left: 65px;
}
.comment-author {
    font-size: 16px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}
.comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}
.comment-author .says {
    display: none;
}
.comment-meta {
    margin-bottom: 1.5em;
}
.comment-metadata {
    color: #767676;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.comment-metadata a {
    color: #767676;
}
.comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 1em;
}
.comment-body {
    padding: 10px;
    color: #919ac1;
    font-size: 14px;
    margin-bottom: 4em;
    background-color: #fff;
}
.comment-reply-link {
    font-weight: 600;
    position: relative;
}
.comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em;
}
.children .comment-author .avatar {
    height: 30px;
    left: -45px;
    width: 30px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #333;
    padding: 2px;
}
.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-style: italic;
}
.comments-pagination {
    margin: 2em 0 3em;
}
.comments-area input[type="text"], 
.comments-area input[type="email"], 
.comments-area input[type="url"], 
.comments-area input[type="password"], 
.comments-area input[type="search"], 
.comments-area input[type="tel"], 
.comments-area input[type="number"], 
.comments-area select, 
.comments-area textarea {
    border: 0;
    color: #686868;
    width: 100%;
    border: 1px solid #dadada;
}
.form-submit {
    text-align: right;
}
.form-submit .submit{ 
    width: auto;
}
/* Theme Comments Style */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* pagination css */
.pagination{
    display: block;
    text-align: center;
}
.page-numbers,
.page-links a{
    display: inline-block;
    width:40px;
    height:40px;
    font-size: 20px;
    padding: 4px;
    background-color: #2c2742;
    color: #ffffff;
    margin-right: 5px;
    text-align: center;
}
.page-links a:hover span,
.page-links a:focus span{
    color: #ffffff;
}
/* End pagination css */

/* WP Test Style */
.blog-page {  word-wrap: break-word; }
.sticky{}
dd { margin: 0 0 1.75em; }
.entry-content h2, 
.entry-summary h2, 
.comment-content h2{
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.entry-content p, 
.entry-summary p, 
.comment-content p{
    margin: 0 0 1.75em;
}
.entry-content a:not(.more-link), 
.entry-summary a, 
.comment-content a{
    box-shadow: 0 1px 0 0 #919ac1;
}
.entry-content a:not(.more-link):hover, 
.entry-summary a:hover, 
.comment-content a:hover{
    color: #686868;
    box-shadow: none;
}
.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
.post-password-form label {
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
}
.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}
.checkbox, 
.radio {
    display: inline-block;
}
/* End WP Test Style */

/* Table Style */
table,
th,
td {
    border: 1px solid #f3f3f3;
}
.footer table,
.footer th,
.footer td {
    border: 1px solid rgba(255,255,255,.2);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}
table caption{
    background-color: #2b2b2b;
    text-align:center;
    color:#ffffff;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
    background-color: #f1f1f1;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 0.4375em;
}
/* End Table Style */

/* Media Contents */
img,
video {
    height: auto;
    max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%;
}
p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
    margin-bottom: 0;
}
.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/* Media Elements */
.mejs-container {
    margin-bottom: 1.5em;
    width:100% !important;
    width:auto !important;
}
/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0;
}
/* Playlist Color Overrides: Light */

.blog-page .wp-playlist-light {
    border-color: #eee;
    color: #222;
}
.blog-page .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333;
}
.blog-page .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676;
}
.blog-page .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px dotted #eee;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.blog-page .wp-playlist-light .wp-playlist-item:hover,
.blog-page .wp-playlist-light .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #767676;
    color: #fff;
}
.blog-page .wp-playlist-light a.wp-playlist-caption:hover,
.blog-page .wp-playlist-light .wp-playlist-item:hover a,
.blog-page .wp-playlist-light .wp-playlist-item:focus a {
    color: #fff;
}
/* Playlist Color Overrides: Dark */
.blog-page .wp-playlist-dark {
    background: #222;
    border-color: #333;
}
.blog-page .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333;
}
.blog-page .wp-playlist-dark .wp-playlist-caption {
    color: #fff;
}
.blog-page .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee;
}
.blog-page .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa;
}
.blog-page .wp-playlist-dark .wp-playlist-playing {
    background-color: #333;
}
.blog-page .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px dotted #555;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.blog-page .wp-playlist-dark .wp-playlist-item:hover,
.blog-page .wp-playlist-dark .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #aaa;
    color: #222;
}
.blog-page .wp-playlist-dark a.wp-playlist-caption:hover,
.blog-page .wp-playlist-dark .wp-playlist-item:hover a,
.blog-page .wp-playlist-dark .wp-playlist-item:focus a {
    color: #222;
}
/* Playlist Style Overrides */
.blog-page .wp-playlist {
    padding: 0.625em 0.625em 0.3125em;
}
.blog-page .wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 700;
}
.blog-page .wp-playlist-current-item .wp-playlist-item-album {
    font-style: normal;
}
.blog-page .wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}
.blog-page .wp-playlist-item {
    padding: 0 0.3125em;
    cursor: pointer;
}
.blog-page .wp-playlist-item:last-of-type {
    border-bottom: none;
}
.blog-page .wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: none;
}
.blog-page .wp-playlist-item a,
.blog-page .wp-playlist-item a:focus,
.blog-page .wp-playlist-item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.blog-page .wp-playlist-item-length {
    top: 5px;
}
.blog-page > article {
    margin-bottom: 5.0em;
}
/* SVG Icons base styles */
.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}

/* Wp test io style */
p {  margin: 0 0 1.75em; }
.blog-post-content{ line-height: 1.8; }
.blog-post-content ul{ list-style: disc;  }
.blog-post-content ul, 
.blog-post-content ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}
.blog-post-content li > ul, 
.blog-post-content li > ol { margin-bottom: 0; }
.blog-post-content pre {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/* Wp test io style */

.widget{ margin: 0 0 30px; }
.widget ul{ padding: 0; }
.widget ul ul{ padding-left: 20px; }
select[name="archive-dropdown"],
select[name="cat"],
select[name="monster-widget-just-testing"]{ width: 100%; }
.widget a{ color: #919ac1; }
.widget .search-form .search-field{ width: 100%; }

/* Preloader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:9999999999;
  overflow: hidden;
}
#loader {
  display: block;
  position: relative;
  left: 48%;
  top: 36%;
  z-index: 11;
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 10;
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 0.3s ease-out;
}
#loader-wrapper .fas{ font-size: 80px; }
/* End Preloader */

/* navbar */
.navbar-toggler:not(:disabled):not(.disabled) { margin-right: 10px; }
.dropdown-menu .carpress-mm-description{ display: none; }
.dropdown-menu li{
    font-size: 16px;
    clear: both;
    display: block;
    text-decoration: none;
    font-weight: normal;
    line-height: 20px;
    border-bottom: 1px solid #eee;
    padding: 12px 20px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.dropdown-menu > li{ padding:0; width: 100%; }
.dropdown-menu > li > a{ color: #212529; padding: 12px 20px; display: block; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{ color: #ffffff; }
@media screen and ( min-width: 768px ){
    .dropdown-submenu a:after{ transform: rotate(-90deg); }
}
/* End navbar */