/*------------------------------------------------------------------- /

Theme Name: TOPPRO
Theme URI: http://www.wowsketch.com/
Author: wowsketch
Author URI: http://www.wowsketch.com/
Description: TOPPRO is a Business HTML Template
Version: 1.0.0

/* ----------------------------
* 1 = Fonts Load
* 2 = Global Area
* 3 = Main Menu 
* 4 = Features Section
* 5 = Achivement Section
* 6 = Portfolio Section
* 7 = Services Section
* 8 = Pricing Section
* 9 = Video Section
* 10 = Team Section
* 11 = Recent Project Slider
* 12 = Skills Section
* 13 = Testimonial Section
* 14 = History Section
* 15 = Newslater Section
* 16 = Contact Section
* 17 = Footer Section 
* 18 = Blog Page

--------------------------------------------------------------------- */



/*  1 - Goolge fonts loading
-------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

/*  - Goolge fonts loading end
-------------------------------------------------------------------------*/
/* main blue color: #00dce5; */

/*  2 - Global Area 
-------------------------------------------------------------------------*/
body {
	color: #454646;
	font-size: 15px;
	line-height: 20px;
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
}

button,span,img,a,p,h4,li,em,input,.icon,.btn,.form-control,.contact-form-area {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		 -o-transition: all .25s ease;
			transition: all .25s ease;
}

/*  - Reset
------------------------------------------------------*/
ul,hr {
	padding: 0;
	margin:0;
}
hr {
	border-top: 1px solid #e0e0e0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
}
.form-control:focus {
	border-color: #00dce5;
	box-shadow: 0 0 2px #00dce5;
}
/*  - Reset end 
------------------------------------------------------*/

/*  - Scroll To Top
------------------------------------------------------*/
body div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #000 url('Preloader.gif') no-repeat center center; 
}
.scrollup {
	width: 47px;
	height: 46px;
	position: fixed;
	padding: 5px;
	bottom: 71px;
	right: 40px;
	color: #ffffff;
	font-size: 2em;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	background-color: #00dce5;
	z-index: 9999;
	display: none;
}
/*  - Scroll To Top End
------------------------------------------------------*/

/*  - Custom btn Style
------------------------------------------------------*/
.link *:before, 
.link *:after {
	z-index: -1;
  	box-sizing: border-box;
  	-webkit-transition: 0.5s;
  	   -moz-transition: 0.5s;
  		-ms-transition: 0.5s;
  		 -o-transition: 0.5s;
  			transition: 0.5s;
}
.link a {
  text-decoration: none;
  line-height: 40px;
  color: black;
  background-color: transparent;
}
.link .custom-btn {
	color: #ffffff;
  	position: relative;
  	display: block;
  	margin-top: 40px;
  	padding: 5px 35px;
  	text-transform: uppercase;
  	border: 1px solid #ffffff;
  	display: inline-block;
  	z-index: 1;
  	overflow: hidden;
}
.link .custom-btn:before,
.link .custom-btn:after {
  	content: '';
  	position: absolute;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 0 0 0 0;
  	-webkit-transform: rotate(360deg);
  	   -moz-transform: rotate(360deg);
  		-ms-transform: rotate(360deg);
  		 -o-transform: rotate(360deg);
  			transform: rotate(360deg);
}
.link .custom-btn:before {
	bottom: 0;
  	left: 0;
  	border-color: transparent transparent transparent #00dce5;
}
.link .custom-btn:after {
  	top: 0;
  	right: 0;
  	border-color: transparent #00dce5 transparent transparent;
}
.link .custom-btn:hover {
  border: 1px solid #00dce5;
}
.link a:active, .wrap a:hover {
  outline: 0;
}
.link .custom-btn:hover:before {
  border-width: 165px 0 0 165px;
}
.link .custom-btn:hover:after {
  border-width: 0 165px 165px 0;
}

.thumbnail{
    border: 0 none;
    box-shadow: none;
}

/*  - Second Style
-------------------------------*/

/*  - Second Style End
-------------------------------------*/



/*  - Custom btn Style End
------------------------------------------------------*/

/*  - Common Style
------------------------------------------------------*/
.white-bg {
	background-color: #ffffff;
}
.gray-bg {
	background-color: #f1f2f7;
}

.dark-bg {
	background-color: #161616;
}
.white {
	color: #fff !important;
}
.black {
	color: #f1f2f7 !important;
}
.section-padding {
	padding-top: 80px;
	padding-bottom: 70px;
}
.section-head {
	text-align: center;
	padding-bottom: 40px;
}
.section-title {
	color: #020202;
	font-size: 1.7142em;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.section-title:before,
.section-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 6px;
	border-radius: 3px;
}
.section-title:before {
	width: 100%;
	background-color: #c5c4c4;
}
.section-title:after {
	width: 33%;
	background-color: #00dce5;
	-webkit-transition: 0.5s;
  	   -moz-transition: 0.5s;
  		-ms-transition: 0.5s;
  		 -o-transition: 0.5s;
  			transition: 0.5s;
}
section:hover .section-title:after {
	width: 100%;
}
.section-description {
	max-width: 600px;
	margin: 0 auto;
}
.inner-item-md3 {
	max-width: 265px;
  	margin: 0 auto 30px auto;
}
.inner-item-md4 {
	max-width: 370px;
  	margin: 0 auto 30px auto;
  	display: block;
}
.item-title {
	font-size: 1.2857em;
}
.item-title a {
	color: #020202;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0 15px 0;
	font-family: 'Montserrat', sans-serif;
}
.icon {
	color: #00dce5;
	font-size: 2.5714em;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
}

/*  - Social Media btn
---------------------------------------*/
#buttons {
    margin: 25px auto 0;
}
.button {
	color: #fff;
    width: 110px;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 15px 9px 5px;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
}
.button i {
    color: #eaeaea;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 10px;
}
.buttons .social-container a {
	color: #fff;
	font-size: 20px;
}
.social-container {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 54px;
    width: 100%;
    height: 45px;
    position: relative;
    overflow: hidden;
}
.slide, .button i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.slide {
    top: -37px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    transition: all 0.2s ease-in-out;
}
.slide a {
    color: #fff;
    font-size: 15px;
}
.slide::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    bottom: 0;
}
.button:hover .slide {
    top: 0;
}
.linkedin .IN-widget, .button iframe, .google #___plusone_0 {
    top: -2px;
    position: relative;
}
.yelp iframe {
    width: 79px !important;
}
.google #___plusone_0 {
    width: 60px !important;
}
.button.facebook:hover i, .facebook .slide {
    background: #305c99;
    color: white;
}
.button.yelp:hover i, .yelp .slide {
    background: red;
    color: white;
}
.button.google:hover i, .google .slide {
    background: #d24228;
    color: white;
}
.button.linkedin:hover i, .linkedin .slide {
    background: #007bb6;
    color: white;
}
.button.linkedin {
    margin-right: 0;
}
.credit {
    padding-left: 10px;
    font-size: 14px;
    color: #172b36;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-family: Open Sans;
}
.credit a {
    border-bottom: 2px solid #dc4106;
    text-decoration: none;
    padding: 0 0 2px;
    color: #172b36;
}

.btn-yellow { 
	float: right;
  color: #000000; 
  background-color: #00dce5; 
  border-color: #000000; 
} 

/*  - Social Media btn end 
---------------------------------------*/

/*  - Common Style End
------------------------------------------------------*/
.pb80 {
	padding-bottom: 80px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
/*  - Global Area End
-------------------------------------------------------------------------*/


/*  3 - Main Menu 
-------------------------------------------------------------------------*/
.main-menu-container {
	background-color: rgba(255,206,0, 0.70);

}
.main-menu {
	z-index: 999;
}

#main-menu {
	background-image: url('../../images/tiffanybluebg.jpg'); 
	background-color: #00dce5; 

}

#main-menu-temp {
	background-image: url('../../images/JandaGoldNavBar.jpg'); 
	background-color: #00dce5;

}
.menu-bg-overlay {
    /* background-color: rgba(255,206,0, 0.70); */
}

.main-menu .logo-area {
	padding-top: 20px;
	float: left;
}

.navbar-default .navbar-brand {
	color: #00dce5;
    padding: 0px 15px;
} 
a.navbar-brand {
	color: #00dce5;
	font-size: 42px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.menu-bg-overlay .navbar-default .navbar-brand {
	color: #00dce5;
}
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
	color: #00dce5;
}
.main-menu-container.tbg .navbar-default .navbar-brand {
	color: #fff;
}
.navbar-default .navbar-brand span { 
	color: #00dce5;
}
.main-menu nav > li > a:hover {
	color: #00dce5 !important;
}

#main-nav2{
	float: right;
	padding-top: 20px;
}
#main-nav2 li {
	list-style: none;
	color: #ffffff;
	font-size: 24px;
	padding: 15px 12px 15px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #007a7f;
	font-family: 'Montserrat', sans-serif;
}
.main-menu .navbar-default .navbar-nav>li>a {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 12px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #007a7f;
	font-family: 'Montserrat', sans-serif;
}
.main-menu.menu-bg-overlay .navbar-default .navbar-nav>li>a { 
	color: #fff;
}
.main-menu-container.tbg  .main-menu .navbar-default .navbar-nav>li>a {
	color: #fff;
}
.main-menu .navbar-default .navbar-nav>li>a:hover, 
.main-menu .navbar-default .navbar-nav>li>a:focus {
	color: #000000 !important;
}
.main-menu-container.tbg .main-menu .navbar-default .navbar-nav>.active>a:hover, 
.main-menu-container.tbg .main-menu .navbar-default .navbar-nav>.active>a:focus,
.main-menu-container.tbg .main-menu .navbar-default .navbar-nav>.active>a,
.main-menu .navbar-default .navbar-nav>.active>a:hover, 
.main-menu .navbar-default .navbar-nav>.active>a:focus,
.main-menu .navbar-default .navbar-nav>.active>a {
	color: #000000;
	background-color: transparent;
}
.main-menu .navbar-default .navbar-nav>.open>a, 
.main-menu .navbar-default .navbar-nav>.open>a:hover, 
.main-menu .navbar-default .navbar-nav>.open>a:focus {
	color: #00dce5 !important;
	background-color: transparent;
}

.main-menu .navbar-default {
	background: none;
	border: 0;
}
.main-menu .navbar-fixed-top {
	background-color: #ffffff;
}
.main-menu .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
}
.main-menu .navbar-default .navbar-toggle .icon-bar {
	background-color: #00dce5;
}
.main-menu .navbar-default .navbar-toggle:hover {
	color: #ffffff;
	background-color: #00dce5;
}
.main-menu .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #000000;
} 
.navbar-default .navbar-toggle {
	border-color: #000000;
	float: right;
}

.home nav.navbar-collapse ul.navbar-nav {
    padding-right: 0px;

}
.single nav.navbar-collapse ul.navbar-nav li:last-child a,
.blog nav.navbar-collapse ul.navbar-nav li:last-child a {
    padding-right: 0;
}


/*-------------------------------------------------------------------------*/


/*  3.5 Divider Area 
-------------------------------------------------------------------------*/

.divider{
	text-align: center;
	min-height: 50px;
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 12px;
	text-transform: uppercase;
	 text-shadow: 2px 2px 2px #007a7f;
	font-family: 'Montserrat', sans-serif;
	background-color: #000000;

}

/*-------------------------------------------------------------------------*/


/*  Homepage Image
---------------------------------------------*/

.homepage-image img {
	max-height: 1000px;
}

/*  Search Bar
---------------------------------------------*/
span.s-desk {
    top: 24px;
    right: 15px;
    color: #00dce5;
    font-size: 18px;
    position: absolute;
}
.wrap-top {
	width: 100%;	
	height: 70px;
	line-height: 70px;
}
.wrap-top ul{
	width: 100%;
	height: 100%;
	position: relative; 
}
.wrap-top ul li {
	float: left;
	height: 100%;
	font-size: 21px;	
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.width {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	max-width: 800px;
}
/* - SEARCH
======================================== */
#search-wrap { 
	background: #253444; 
}
.search-wrap { 
	margin-top: -70px; 
}
.search-wrap.active { 
	margin-top: 0;
}
#search-wrap ul li {
	width: 75%;
	height: 70px;		
	color: #00dce5;
	border-right: 1px solid #3b5167;
}
#search-wrap ul li:first-child {
	position: relative; 
	border-left: 1px solid #3b5167; 
}
#search-wrap ul li:first-child i{
	top: 23px;
	left: 3.5%;
	color: #00dce5;	
	position: absolute;
}
#search-wrap #li-3 { 
	width: 15%; 
	color: #97a5b5;
	cursor: pointer; 
	font-size: 18px; 
}
#search-wrap #li-4 {	
	width: 10%; 
	cursor: pointer;
}
#search-wrap #li-3:hover, 
#search-wrap #li-4:hover {	
	color: #fff;
	background: #2c3e50;	
}
/* - Input - */
#search-wrap input {
	color: #fff;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 24px;
	text-align: left;
	background: none;
	padding: 4% 4% 4% 10%;	
}
#search-wrap input[type=search]:focus {	
	color: #476686;
}
input[type='search']::-webkit-search-decoration, 
input[type='search']::-webkit-search-cancel-button, 
input[type='search']::-webkit-search-results-button, 
input[type='search']::-webkit-search-results-decoration {
	display: none;
}
#search-wrap input::-webkit-input-placeholder { color:#2c3e50; opacity:1; }
#search-wrap input:-ms-input-placeholder { color:#2c3e50; opacity:1; }
#search-wrap input::-moz-placeholder { color:#2c3e50; opacity:1; }
#search-wrap input:-moz-placeholder { color:#2c3e50; opacity:1; }
/* - Animation - */
.search-wrap, .tags-wrap, .nav-wrap, #first-row i {
	-webkit-transition: all 0.3s cubic-bezier(0, .68, .07, 1); 
	-moz-transition: all 0.3s cubic-bezier(0, .68, .07, 1); 
	-ms-transition: all 0.3s cubic-bezier(0, .68, .07, 1);	
	transition: all 0.3s cubic-bezier(0, .68, .07, 1);
}
#search-wrap input.s-sumnit {
    padding: 0;
    color: #00dce5;
	font-size: 18px;
    line-height: 30px;
    text-align: center;
    background-color: #253444;
}
/*  3 - Main Menu End
-------------------------------------------------------------------------*/



/*  4 - Features Section
-------------------------------------------------------------------------*/
.features-section .features-section-padding {
	padding-top: 10px;
	padding-bottom: 70px;
}

.features-section .inner-item-md3 {
	padding: 30px 20px;
	border: 1px solid #00dce5;
}
.features-section .inner-item-md3:hover {
	background-color: #00dce5;
}
.features-section .inner-item-md3:hover .item-title a,
.features-section .inner-item-md3:hover .icon,
.features-section .inner-item-md3:hover p {
	color: #ffffff;
}
.features-section .inner-item-md3 .icon {
	margin-right: 0;
}
.inner-item-md3 {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
		    transition: all .25s ease;
}
/*   - Features Section End
-------------------------------------------------------------------------*/


/*  5 - Achivement Section
-------------------------------------------------------------------------*/
.achivement-section {
	background: url(../../images/bg/1.jpg);
	position: relative;
	background-position: 50%;
	background-size: cover;
	background-attachment: fixed;
}
.achivement-section .overlay {
	position: absolute;
	top: 0;
	left: 0;
}
.achiv-count {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}
h4.counter-title {
	color: #fff;
	font-size: 28px;
	position: relative;
	display: inline-block;
}
p.counter {
	width: 100%;
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.achivement-section .icon {
	color: #fff;
	width: 130px;
	height: 130px;
    padding: 20px;
	line-height: 45px;
	margin: 30px 0 15px 0;
	border: 1px solid #fff;
}
.achivement-section .item-title a {
	color: #ffffff;
}
.achivement-section .icon:hover {
	color: #ffffff;
	background-color: #00dce5;
	border-color: #00dce5;
}
/*  - Achivement Section End
-------------------------------------------------------------------------*/


/* 6 - Portfolio Section
------------------------------------------------------------------------- */
#portfolio-container{
}
.portfolio-section.section-padding {
	padding-bottom: 100px;
	padding-left: 50px;
}
.portfolio-items .item {
	min-width: 320px;
	height: auto; 
	margin-bottom: 20px;
}

.portfolio-items a {
	-webkit-transition: all .3s  ease;
	-moz-transition: all .3s  ease;
	-ms-transition: all .3s  ease;
	-o-transition: all .3s  ease;
	transition: all .3s  ease;
}
.portfolio-items .item img {
	-webkit-transition: -webkit-transform .3s  ease;
	-moz-transition: -moz-transform .3s  ease;
	-ms-transition: -ms-transform .3s  ease;
	-o-transition: -o-transform .3s  ease;
	transition: transform .3s  ease;
}
.portfolio-items .item-w2 {
	background: #ED9393;
	width: 60%;
}
.portfolio-items .item-h2 {
	background: #7CB744;
	height: 618px;
}
.portfolio-items .item-h3 {
	background: #38B5E5;
}
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;

	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.PortfolioFilter {
	padding-bottom: 40px;
}
.PortfolioFilter a {
	color: #020202;
	cursor: pointer;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid transparent;
	font-family: 'Montserrat', sans-serif;
}
.PortfolioFilter a:focus,
.PortfolioFilter a:hover,
.PortfolioFilter .current {
	text-decoration: none;	
}
.PortfolioFilter .current {
	color: #ffffff;
	background-color: #00dce5;
}

.PortfolioFilter a,
.portfolio-items .item:after {
	background-color: #f2f4f4;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
/*  - Caption Effects
---------------------------------*/
.portfolio-img {
	position: relative;
}
.portfolio-img img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 20px;
}
.img-caption {
	position: absolute;
  	left: 0;
  	bottom: 0;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	color: #ffffff;
  	text-align: center;
  	background: #00dce5;
  	width: 100%;

}
.caption-title a {
	color: #ffffff;
  	display: block;
	font-size: 1.6em;
	margin-bottom: 10px;
	text-decoration: none;
}
.img-caption p {
	margin: 0;
}
.portfolio-img:hover img {
	webkit-transform: translateY(-30px);
	  -moz-transform: translateY(-30px);
	   -ms-transform: translateY(-30px);
	  	   transform: translateY(-30px);
}
.portfolio-img:hover .img-caption  {
  	opacity: 1;
  	-webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
  	  	-ms-transform: translateY(0px);
  		  	transform: translateY(0px);

  	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  	   -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  	    -ms-transition: -moz-transform 0.4s, opacity 0.1s;
  	     -o-transition: -moz-transform 0.4s, opacity 0.1s;
  	 	  	transition: transform 0.4s, opacity 0.1s;
}
/*  - Caption Effects End
---------------------------------*/
/*  - Portfolio Section
------------------------------------------------------------------------- */


/* 7 - Services Section
-------------------------------------------------------------------------*/
.service-section.section-padding {
	padding-bottom: 100px;
}
.service-section .icon {
	float: left;
}
.service-section .item-info {
	display: block;
	overflow: hidden;
}
.service-section .inner-item-md3 {
	max-width: 285px;
	margin: 0 auto 0 auto;
	padding: 0 15px 10px 15px;
}
.service-section .inner-item-md3 .item-title a {
	  padding: 0 0 15px 0;
}
.b-right {
	border-right: 1px dashed #ebebeb;
}
.b-bottom {
	border-bottom: 1px dashed #ebebeb;
}
.p-top {
	padding-top: 15px;
}
/*  - Services Section End
-------------------------------------------------------------------------*/


/* 7 - Pricing Section
-------------------------------------------------------------------------*/

.pricing-section .section-title{
	color: #00dce5;
	text-shadow: 1px 1px #fff;
}

.pricing-section .section-description{
	color: #00dce5;
}

.pricing-section .inner-item-md3 {
	color: #020202;
	position: relative;
	background-color: #fff;
}
.pricing-section .inner-item-md3 h3 {
	margin: 0;
	color: #fff;
	padding: 25px 0;
	position: relative;
	background-color: #00dce5;
}
.pricing-section .inner-item-md3 h3:after {
	left: 50%;
	bottom: 0;
	width: 45px;
	height: 3px;
	content: '';
	position: absolute;
	background-color: #00dce5;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.currency-price-time span {
    width: 100%;
	font-size: 60px;
    padding: 65px 0 25px;
    display: inline-block;
}
.pricing-section .item-footer {
	margin-top: 45px;
	background-color: #00dce5;
}
.pricing-section .item-footer a {
	width: 100%;
    color: #fff;
    font-size: 20px;
    padding: 25px 0;
    display: inline-block;
    text-decoration: none;
}
.pricing-section .item-footer a:hover {
	color: #020202;
}
/*  - Pricing Section End
-------------------------------------------------------------------------*/



/*  9 - Video Section
-------------------------------------------------------------------------*/
.video-section {
	height: 500px;
}
#block {
	width: 100%;
	height: 100%;
}
.video-section .section-title {
    left: 0;
    top: 50%;
    width: 100%;
	color: #fff;
	margin-top: 5px;
	margin-top: -30px;
	position: absolute;
	font-size: 3.5714em;
}
.video-section .section-title:before,
.video-section .section-title:after {
	display: none;
}
/*   - Video Section End
-------------------------------------------------------------------------*/



/*  10 - Partners/Team Section
-------------------------------------------------------------------------*/
/* .team-container {
    width: 100%;
    max-width: 900px;
    margin:  auto;
}
.cols {
    -moz-column-count:3;
    -moz-column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-count:3;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30%;
    column-count: 3;
    column-gap: 3%;
    column-width: 30%;
} */

.team-section .item {
    height:300px;
}

.single-member {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.team-section .img-caption {
	padding-top: 12px;
	padding-bottom: 3px;
}
.single-member img {
  	position: relative;
  	width: 100%;
  	display: block;
  	-webkit-transition: -webkit-transform 0.4s;
  	-moz-transition: -moz-transform 0.4s;
  	-ms-transition: -moz-transform 0.4s;
  	-o-transition: -moz-transform 0.4s;
  	transition: transform 0.4s;
}
.single-member:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-member:hover .img-caption {
  	opacity: 1;
  	-webkit-transform: translateY(0px);
  	-moz-transform: translateY(0px);
  	-ms-transform: translateY(0px);
  	transform: translateY(0px);

  	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
  	transition: transform 0.4s, opacity 0.1s;
}
.single-member .social-media-btn a {
  	color: #ffffff;
  	font-size: 16px;
}
.single-member .social-media-btn a:hover {
	color: #00dce5;
	background-color: #ffffff;
}
.single-member .social-media-btn {
  	padding-bottom: 10px;
}
.disination {
	font-family: 'Montserrat', sans-serif;
	border-right: 1px solid #deebed;
	border-bottom: 1px solid #deebed;
	border-left: 1px solid #deebed;
	margin-top: -6px;
  	padding-top: 20px;
  	padding-bottom: 20px;
}
.disination a {
	color: #2e2137;
  	font-size: 1.2857em;
  	text-decoration: none;
}
.disination p {
	color: #2e2137;
}
.team-section .inner-item-md3:hover .disination a,
.team-section .inner-item-md3:hover .disination p {
	color: #00dce5;
}

/*  - Team Slider
---------------------------------------*/
.owl-controls {
	text-align: center;
	margin-top: 30px;
}
.owl-page {
	background-color: transparent;
	border:1px solid  #00dce5;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 2px;
}
.owl-page.active {
	background-color: #00dce5;
	border: 1px solid  #00dce5;
}
/*  - Team Slider End
---------------------------------------*/

/*   - Team Section End
-------------------------------------------------------------------------*/


/*  11 - Project Slider Section
-------------------------------------------------------------------------*/
.gallery-container {
	position: relative;
}
.gallery-container .section-head {
	padding-top: 75px;
}
.dg-container{
	width: 100%;
	height: 370px;
	position: relative;
}
.dg-wrapper{
	width: 436px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 437px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../../images/gallery-slider/formate.jpg) no-repeat top left;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img {
	width: 100%;
	display: block;
	padding: 18px 0px 0px 1px;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span {
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}
.slider-bottom-cover {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 90px;
	width: 100%;
	background-color: #f9fdfe;
}
/*   - DG Slider Section End
-------------------------------------------------------------------------*/


/*  12 - Skills Section
-------------------------------------------------------------------------*/
.skills-container .section-head {
	text-align: left;
	padding-bottom: 20px;
}
.prograce-wrap {
  	padding-right: 15px;
}
.prograce-wrap .bar-title {
	color: #11021b;
	text-transform: uppercase;
}
.progress {
	position: relative;
	height: 15px;
	padding: 1px;
	box-shadow: none;
  	border: 1px solid #898989;
  	border-radius: 15px;
  	overflow: visible;
}
.percentage {
	color: #00dce5;
	position: absolute;
	top: -20px;
	right: 20px;
}
.progress-bar {
	background-color: #00dce5;
	border-radius: 15px;
}
/*  - Accordion Widget 
---------------------------------*/
.panel-default {
	border: none;
}
.panel-group .panel {
	margin-bottom: 10px;
	border-radius: 0;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.panel-heading {
	position: relative;
	padding: 0;
	border-radius: 0;
}
.accordion-widget p {
	margin: 0;
}
.panel-heading a {
	color: #ffffff;
	font-size: 1em;
	background: #00dce5;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
}
.panel-heading a:hover:after,
.panel-heading a:hover {
	color: #11021b !important;
}
.panel-heading a:after{
	top: 7px;
	right: 0;
	width: 20px;
	height: 20px;
	color: #ffffff;
	content: "\f107";
	line-height: 20px;
	position: absolute;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	font: normal normal normal 1.4em/1 FontAwesome;
}
.panel-heading a.collapsed:after {
	color: #11021b;
	content: "\f105";
}
.panel-heading a.collapsed {
	color: #11021b;
	background: #ffffff;
}
.accordion-img img {
	margin: 0 auto;
	padding-bottom: 20px;
}
/*  - Accordion Widget End 
-----------------------------------*/
/*  - Skills Section End 
-------------------------------------------------------------------------*/


/*  13 - Testimonial Section
-------------------------------------------------------------------------*/
.testimonial-section {
	background: url(../../images/bg/testimonial-bg.jpg);
	background-size: cover;
	background-position: 50%;
	background-attachment: fixed;
}
.testimonial-section .section-padding {
	padding-top: 160px;
  	padding-bottom: 160px;
}
.testimonial-section .item-container {
	max-width: 600px;
	margin: 0 auto; 
}
.testimonial-section .item-container .icon {
	color: #fff;
	margin-bottom: 30px;
}
.testimonials-text {
	color: #ffffff;
	padding-bottom: 15px;
	line-height: 25px;
}
.testimonial-section .name a {
	color: #fff;
	font-size: 1.287em;
	text-decoration: none;
}
.owl-dot {
    margin: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: transparent;
    border: 1px solid #00dce5;
}
.owl-dot.active {
    background: #00dce5;
}
.testimonial-slider .owl-dots {
    margin-top: 30px;
}
.testimonial-slider .owl-dot {
	border: 1px solid #fff;
}
.testimonial-slider .owl-dot.active { 
	background: #fff;
}
.post-slider .owl-dots {
	right: 20px;
	bottom: 15px;
	position: absolute;
}
/*  - Testimonial Section End
-------------------------------------------------------------------------*/



/* 14 - History Section
-------------------------------------------------------------------------*/
.history-section.section-padding {
	padding-bottom: 100px;
}
/*  - Circle
--------------------------------------*/
.circle-area {
	width: 100%;
  	position: relative;
  	display: inline-block;
  	margin-bottom: 45px;
}
.circle-area:before,
.circle-area:after {
	content: '';
	z-index: -1;
	position: absolute;
	border: 1px dashed #dcdada;
}
.circle-area:before {
	left: 175px;
	right: 180px;
	bottom: 66px;
}
.circle-area:after {
	top: 37px;
	left: 175px;
	right: 180px;
}
.circle-area a {
	text-decoration: none;
}
.circle-area .icon {
	font-size: 1.2857em;
	font-weight: 700;
	height: 75px;
	width: 75px;
	border: 1px solid;
	line-height: 74px;
	background-color: #ffffff;
}
.circle-area .icon.active,
.circle-area .icon:hover {
	color: #ffffff;
	background-color: #00dce5;
}
/*  - Circle End
--------------------------------------*/

/*  - History Item
--------------------------------------*/
.history-section .section-padding {
	padding-bottom: 100px;
}
.history-section li {
	list-style: none;
}
.history-section .history-item{
	margin: 4px 2px 2px 2px;
}
.history-section .history-item img {
	width: 100%;
	min-height: 250px;
}
.history-section .item-img {
	position: relative;
	background-color: #00dce5;
	width: 50%;
	float: right;
	display: inline-block;
}
.history-section .post-text {
	color: #ffffff;
	background-color: #c5c3c2;
	width: 50%;
	display: inline-block;
	overflow: visible;
	min-height: 250px;
	padding: 0 20px 25px 20px;
}
.history-section .entry-title {
	font-size: 1.2857em;
	text-transform: uppercase;
	padding-top: 16px;
	padding-bottom: 10px;
}
.history-section .entry-title a {
	color: #ffffff;
	text-decoration: none;
}
.history-section .post-before,
.history-section .post-after {
	position: relative;
}
.history-section .post-before:before,
.history-section .post-after:after {
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -15px;
	border-top: 15px dashed transparent;
	border-bottom: 15px dashed transparent;
}
.history-section .post-before:before {
	left: -15px;
	border-right: 15px solid #c5c3c2;
}
.history-section .post-after:after {
	right: -15px;
	border-left: 15px solid #c5c3c2;
}
/*  - Hover Area
---------------------------------------*/
.history-item:hover .post-text {
	background-color: #00dce5;
}
.history-item:hover .post-before:before {
	border-right: 15px solid #00dce5;
}
.history-item:hover .post-after:after {
	border-left: 15px solid #00dce5;
}
.history-section .post-before:before,
.history-section .post-after:after,
.history-section .post-text {
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
		    transition: all .5s ease;
}
/*  - History Item End
--------------------------------------*/
/*  - History Section End
-------------------------------------------------------------------------*/

/* Vehicle Showcase 
-------------------------------------------------------------------------*/

#vehicle-showcase p{
	font-size: 16pt;
	font-family:  "Times New Roman", Times, serif;;
}



/* End Vehicle Showcase 
-------------------------------------------------------------------------*/

/* 15 - Newslatter
-------------------------------------------------------------------------*/
.newslater-section {
	background-image: url(../../images/nl-bg.jpg);
	background-size: cover;
	background-position: 50%;
	background-attachment: fixed;
}
.newslater-section .form-control::-webkit-input-placeholder {
    color: #fff;
}
.newsletter-title span {
	color:#fff;
	font-weight:bold;
}
.form-wrap {
	position: relative;
	max-width: 780px;
	margin: 0 auto;
	border-radius: 5px;
	padding-bottom: 70px
}
.newsletter-title {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
    font-size: 2.25em;
    font-weight: 300;
}
.newsletter-description {
	color: #ffffff;
	padding-bottom: 25px;
  font-size:14px;
}
.newslater-section .form-control {
	font-family: 'Lato', sans-serif;
    background-color: #00dce5;
    width: 100%;
    margin: 0 auto;
    padding: 22px 12px;
    border: 0;
    border-radius: 2px;
    position: absolute;
    border: 4px solid #429786;
}
.newslater-section .form-control input {
	font-weight: 400;
}

.newslater-section .form-control:focus {
	border-color: #00dce5;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.newslater-section button {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #00dce5;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    padding: 0 60px;
    line-height: 46px;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    font-size: 22px;
}
/* 15 - End Of Newslatter
-------------------------------------------------------------------------*/



/*  16 - Contact Section
-------------------------------------------------------------------------*/
.contact-section {
	position: relative;
}
.contact-section .contact-form-area {
    top: 0;
    opacity: 0;
    width: 50%;
    left: -100%;
    z-index: 99;
    height: 100%;
    position: absolute;
    background-color: rgba(236, 238, 240, 0.74);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.contact-section:hover .contact-form-area {
	left: 0;
	opacity: 1;
}
/*  - Google Map Area
-----------------------------------------------------*/
.google-map-container {
  z-index: 9;
  width: 100%; 
  height: 530px;
}
/* - Contact Form
-----------------------------------------------------*/
.form-container {
    padding: 0 30px;
}
.form-container .form-control {
	border: none;
	height: 45px;
	border-bottom: 1px solid #deebed;
}
.form-container .form-control:focus {
	box-shadow: none; 
  	border-bottom-color: #00dce5;
}
.form-container textarea.form-control {
	height: 75px;
    margin: 30px 0 25px 0;
}
.form-container input[type="submit"] {
	color: #8d8d8d;
  	line-height: 18px;
  	border-radius: 5px;
  	background-color: #fff;
  	padding: 10px 60px 8px;
  	text-transform: uppercase;
  	border: 1px solid #deebed;
}
.form-container input[type="submit"]:hover {
	color: #ffffff;
	background-color: #00dce5;
	border: 1px solid #00dce5;
}
/*  - Contact Section End
-------------------------------------------------------------------------*/


/* 17 - Footer Section 
-------------------------------------------------------------------------*/
.footer-container {
	color: #909090;
	font-size: 0.8571em;
	background-color: #2a2a2a;
}

.footer-container .jet-footer h4{
	margin-top: 20px;
}

/*  - CopyRight
----------------------------------*/
.copyright {
	background-color: #141414;
	padding: 50px 0;
}
.copyright p {
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	margin-top: 35px;
	display: inline-block;
}
.copyright p a {
	color: #00dce5;
	text-decoration: none;
}
.copyright .icon {
	color: #888d8e;
	border-color: #464646;
}
.copyright .icon:hover {
	color: #00dce5;
	border-color: #00dce5;
}
/*  - CopyRight End
----------------------------------*/
/*  - Footer Section End
-------------------------------------------------------------------------*/



/* 18 - Blog Page
-------------------------------------------------------------------------*/
.menu-height-fix {
	height: 68px;
}
.single #color-style-switcher,
.blog #color-style-switcher {
	display: none;
}
/*  - section head
----------------------------------*/
.head-wrap {
	color: #ffffff;
	background: url(../../images/blog/heading-bg.jpg) 0 75% no-repeat; 
	background-size: cover;
}
.pattern {
    min-height: 270px;
}
.pattern {
    background-color: rgba(0,0,0,.5);
    background-image: url(../images/pattern.png);
}
.head-wrap .section-padding {
	padding-top: 100px;
	padding-bottom: 110px;
}
.head-wrap h1 {
	font-weight: 800;
	margin-top: 100px;
	font-size: 3.4285em;
	text-transform: uppercase;
}
.page-location a {
    padding: 0;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
.page-location, 
.page-location a {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
.page-location i {
	margin-right: 10px;
}
/*  - section head End
----------------------------------*/


/*  - Post-container
----------------------------------------------------*/
.post-container {
	padding-top: 25px;
	overflow: hidden;
	padding-bottom: 50px;
		margin: auto;
	width: 80%;
}

/*  - Single Post
----------------------------------*/
.single-post {
	background-color: #ecf0f1;
	margin-bottom: 50px;

}
.single-post .post-details {
	padding: 40px;

}
.post-after {
	position: relative;
}
.single .post-after:after,
.blog.post-after:after {
	content: '';
	position: absolute;
	top: -15px;
  	left: 30px;
	width: 0px;
  	height: 0px;
  	border-style: solid;
  	border-width: 0 15px 15px 15px;
  	border-color: transparent transparent #ecf0f1 transparent;
}
.single-post .post-details .entry-title {
	color: #11021b;
	line-height: 35px;
	font-size: 1.7857em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.single-post .post-details .entry-title a:hover {
	color: #00dce5;
}
.single-post .item img {
	width: 100%;
}
.single-post .carousel-indicators {
	left: 90%;
	bottom: 4px;
}
.carousel-indicators li {
	border-radius: 0;
}
.entry-content p {
	padding-top: 20px;
	margin: 0;
}
.post-info {
	width: 100%;
	display: inline-block;
  	padding-top: 40px;
}
.post-info .link {
  	float: left;
}
.post-info .link a {
	color: #ffffff;
  	padding: 5px 15px;
  	line-height: 25px;
  	display: inline-block;
  	background-color: #00dce5;
}
.post-info .link a:hover {
	background-color: #00dce5;
}
.post-info .details {
  	line-height: 34px;
}
.post-info .details span {
	color: #454646;
  	padding-right: 10px;
}
.post-info .details a {
	color: #454646;
	text-decoration: none;
}
.post-img img {
	width: 100%;
}
.comments-post .post-details {
	color: #ffffff;
	background-color: #00dce5;
	position: relative;
	padding: 40px;
}
.quote-icon {
	position: absolute;
	top: 12px;
	left: 30px;
	color: rgb(63, 226, 194);
	font-size: 7em;
}
.comments-post .entry-content {
	position: relative;
}
.comments-post .entry-content p {
	font-size: 2.4285em;
	line-height: 40px;
	font-weight: 900;
	padding-top: 0;
}
.comments-post .entry-content a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}
.post-heading {
	background-color: #00dce5;
	padding: 60px;
	position: relative;
}
.link-icon {
	top: 0;
	left: 0;
	font-size: 6.6em;
	position: absolute;
	color: rgb(63, 226, 194);
	-webkit-transform: rotate(90deg);
}
.post-heading a {
	color: #ffffff;
	font-weight: 900;
	line-height: 35px;
	position: relative;
	font-size: 1.7857em;
	text-decoration: none;
}
.post-heading a span {
	font-size: 3rem;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.fluid-width-video-wrapper iframe {
	width: 100%;
	height: auto;
}
/*  - Audio
---------------------------*/
.audio-post {
  	height: 120px;
 	background-color: #333333;
}
.audio-post audio {
	width: 100%;
	padding-top: 75px;
}

/*  - Audio End
---------------------------*/
/*  - Single Post End
----------------------------------*/

/*  - Pagination
---------------------------------*/
.pagination-list {
	padding-bottom: 50px;
}
.pagination {
	height: 36px;
	margin: 0;
}
.pagination ul {
	padding-left: 0;
}
.pagination li {
	display: inline-block;
}
.pagination a {
	color: #545454;
	background-color: #f2f2f2;
	float: left;
	padding: 3px 14px 0 14px;
	margin-right: 3px;
	line-height: 34px;
	text-decoration: none;
}
.pagination a:hover,
.pagination .active a {
	color: #ffffff;
	background-color: #00dce5;
}
.pagination .active a {
	color: #ffffff;
	cursor: default;
}
.pagination .fa-angle-left,
.pagination .fa-angle-right  {
	font-size: 1.4em;
	line-height: 20px;
}
/*  - Pagination End
---------------------------------*/
/*  - post-container End
----------------------------------------------------*/


/*  - Sidebar
----------------------------------------------------*/
.sidebar {
	padding-top: 100px;
	padding-left: 30px;
}
.post-comments-area .sub-title,
.sidebar h2.rounded {
  	margin-top: 0;
	color: #000000;
	display: table;
	font-weight: 700;
	position: relative;
  	margin-bottom: 30px;
  	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.post-comments-area .sub-title {
	margin-bottom: 50px;
}
.post-comments-area .sub-title:after,
.sidebar h2.rounded:after {
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	position: absolute;
	background-color: #00dce5;
}
.widget {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
	display: inline-block;
}
/*  - Search Widget
---------------------------------*/
.blog-search-bar .form-control {
	font-size: 1em;
	height: 44px;
	padding-left: 35px;
}
.input-append {
	position: relative;
	margin: 5px;
}
.add-on {
	top: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 100%;
	border: none;
	background: none;
}
button, html input[type=button], 
input[type=reset], 
input[type=submit] {
	outline: none;
}
/*  - Search Widget End
---------------------------------*/

/*  - Categories Widget 
---------------------------------*/
.blog-categories ul {
	list-style: none;
}
.cat-list li {
	border-bottom: 1px dashed #d9d9d9;
}
.cat-list li a {
	color: #11021b;
	display: block;
	position: relative;
	text-decoration: none;
	padding: 8px 0 10px 20px;
}
.cat-list li a:before {
	left: 0;
	top: 10px;
	content: "\f105";
	position: absolute;
	font: normal normal normal 18px/1 FontAwesome;
}
.cat-list li:last-child {
	border-bottom: none;
}
.cat-list li a:hover {
	color: #00dce5;
	padding-left: 30px;
}
/*  - Categories Widget End 
---------------------------------*/

/*  - Popular Post Widget
---------------------------------*/
.popular-post .inner-item {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}
.popular-post .post-img {
    float: left;
    width: 100px;
    margin-right: 15px;
}
.popular-post .post-details {
    overflow: hidden;
}
.popular-post .post-meta {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}
.popular-post .post-meta a {
	float: left;
	margin-right: 15px;
}
.popular-post .post-meta a i {
	padding-right: 5px;
}
.popular-post .post-details a {
	color: #11021b;
	text-decoration: none;
}
/*  - Popular Post End 
---------------------------------*/

/*  - Tag Clouds
---------------------------------*/
.tag-list a {
	color: #454646;
	text-decoration: none;
	background-color: #ecf0f1;
	padding: 8px 15px;
	float: left;
	margin: 0 6px 6px 0;
}
.tag-list a:hover {
	color: #ffffff !important;
	background-color: #00dce5;
}
/*  - Tag Clouds End
------------------------------*/

/*  - Gallery 
----------------------------------*/
.widget-gallery {
	padding-top: 10px;
}
.single-gallery {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 2px;
	display: inline-block;
	background-color: #00dce5;
}
.single-gallery:hover img {
	-webkit-transform: scale(1.2);
}
/*  - Gallery End
----------------------------------*/

/*  - Sidebar End
----------------------------------------------------*/

/*  - Single Page
---------------------------------------------------------------*/

/*  - Blockquote
----------------------------------------------------*/
blockquote {
	color: #000000;
	font-style: italic;
	position: relative;
	padding: 0 20px;
	margin: 30px 5px 12px 30px;
	line-height: 25px;
}
.entry-content blockquote p {
	padding-top: 0;
	margin: 0;
}
blockquote:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 102%;
	content: '';
	background-color: #00dce5;
	margin-top: -1px;
	margin-bottom: -1px; 
}
/*  - Blockquote End
----------------------------------------------------*/
.single-post .social-media-btn {
	margin-top: 8px;
}
.single-post .social-media-btn .icon {
	width: 10px;
	border: none;
	color: #454646;
	font-size: 16px;
	line-height: 20px;
	margin-left: 7px;
}
.single-post .social-media-btn .icon:hover {
	color: #00dce5;
}

/*  - Auther Message
------------------------------------*/
.post-auther {
	display: block;
	overflow: hidden;
	padding-top: 70px;
  	padding-bottom: 100px;
}
.auther-img {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 15px;
}
.auther-message,
.comments-txt {
	display: block;
  	overflow: hidden;
}
.auther-message .auther a,
.comments-txt .auther a {
	font-size: 1.2857em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.auther-message .auther a {
	color: #b3b3b3;
}
.auther-message .auther a span {
	color: #000000;
	margin-left: 5px;
}
/*  - Auther Message End
------------------------------------*/

/*  - Comments List
------------------------------------*/
.children,
.parent {
  	padding-bottom: 50px;
}
.children {
	padding-left: 50px;
}
.post-comments-area h3 {
	margin: 0;
}
.post-comments-area .comments-img {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 15px; 
}
.comments-txt {
	position: relative;
}
.comments-txt .auther a {
	color: #000000;
}
.comments-txt .auther span {
	display: block;
	padding-top: 5px;
}
.comments-txt .reply a {
	position: absolute;
  	top: 0;
  	right: 0;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.children {
	margin-right: 15px;
}
/*  - Comments Form
------------------------------*/
.comments-form {
	padding-top: 50px;
}
.comments-form .submit-box .form-control,
.comments-form .input-box .form-control {
	height: 50px;
	border: none;
}
.comments-form .input-box .form-control {
	margin-bottom: 10px;
}
.comments-form .message-box .form-control {
	height: 150px;
	border: none;
	padding: 15px;
	margin-bottom: 10px;
	line-height: 25px;
}
.comments-form .submit-box .form-control:hover {
	color: #ffffff;
	background-color: #00dce5;
}
.comments-form .submit-box .form-control {
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
}
.comments-form ::-webkit-input-placeholder {
  	color: #000000;
  	font-weight: 500;
}
.comments-form ::-moz-input-placeholder {
  	color: #000000;
  	font-weight: 500;
}
.comments-form ::-ms-input-placeholder {
  	color: #000000;
  	font-weight: 500;
}
.comments-form ::-o-input-placeholder {
  	color: #000000;
  	font-weight: 500;
}
.comments-form ::input-placeholder {
  	color: #000000;
  	font-weight: 500;
}

/*  - Comments Form End
------------------------------*/

/*  - Comments List End
------------------------------------*/

/*  - Blog Page End
-------------------------------------------------------------------------*/
