/*------------------------------------------
	Theme Name: Bolt
--------------------------------------------*/
	/* [Layout] */

/*-------------------------------------------
	* Shortcodes
		- Photo Slider
		- Photo Slider 1
		- Photo Slider 2
		- Service Section
		- About Section
		- Work Section
		- Feature Section
		- Info Section
		- Counter Section
		- Latest Work
		- Call Out
		- Team Section
		- Testimonial Section
		- Pricing Section
		- Latest Blog
		- Clients 
		- Contact Us
		- Project Info		
		
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
---------------------------------------------*/

/* * Shortcodes */


/* - Photo Slider */
.photo-slider {
	position: relative;
	text-align: center;
}
.photo-slider .item::before {
	background-color: rgba(30, 30, 30, 0.63);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.photo-slider .carousel-indicators {
	margin-left: 0;
	left: auto;
	right: 5%;
	width: 32px;
	bottom: auto;
	text-align: right;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.photo-slider .carousel-indicators li {
	height: 3px;
	width: 29px;
	margin-right: 0;
	background-color: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 10px;
}
.photo-slider .carousel-indicators li.active {
	background-color: #f64b4b;
	height: 3px;
	width: 43px;
}
.photo-slider .carousel-caption {
	bottom: auto;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%); 
}
.photo-slider .carousel-caption h5 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.56px;
	margin-bottom: 17px;
	margin-top: 0;
	display: inline-block;
	text-transform: uppercase;
}
.photo-slider .carousel-caption h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 60px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 75px;
}
.photo-slider .carousel-caption h3 span {
	color: #f64747;
}
.photo-slider .carousel-caption p {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	padding: 0 23%;
}

/* - Photo Slider 1 */
.photo-slider-1 .item::before {
	background-color: rgba(30, 30, 30, 0.9);
}
.photo-slider-1 .carousel-indicators {
	display: inline-block;
	width: 100%;
	margin-left: 0;
	bottom: 18%;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 11;
}
.photo-slider-1 .carousel-indicators li {
	margin-right: 10px;
}

/* - Photo Slider 2 */
.photo-slider-2 .carousel-control {
    background-image: none;	
	top: 50%;
	width: auto;
	bottom: auto;
	z-index: 11;
	opacity: 1;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.photo-slider-2 .carousel-control.left {
	left: 15px;
}
.photo-slider-2 .carousel-control.right {
	right: 15px;
}
.photo-slider-2 .carousel-control i {
	display: inline-block;
	border: 2px solid #595959;
	color: #595959;
	font-size: 18px;
	height: 37px;
	width: 37px;
	line-height: 33px;
	text-align: center;
}
.photo-slider-2 .carousel-control i:hover {
	border: 1px solid #fff;
	color: #fff;
}
.photo-slider .carousel-caption p {
	margin-bottom: 0;
}
.photo-slider-4 video {
	height: auto;
	width: 100%;
}

/* - Service Section */
.service-section .service-feature.section-margin-top {
	margin-top: -120px;
}
.service-section .service-feature {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 32px;	
	position: relative;	
	z-index: 1;
	background-color: rgba(0,0,0,1);
	display: inline-block;
	width: 100%;
}

.service-section .col-md-4:nth-child(3n+1) {
	clear: both;
}
.service-section .service-content {
	position: relative;
	padding-left: 86px;
}
.service-section .service-content i {
	color: #fff;
	font-size: 40px;
	position: absolute;
	left: 0;
	top: 20px;
	text-shadow: 2.735px 6.444px 0px rgba(0, 0, 0, 0.12);
}
.service-section .service-content i::after {
	background-color: #cd3030;
	content: "";
	display: inline-block;
	position: absolute;
	margin-left: 18px;
	height: 48px;
	width: 1px;
}
.service-section .service-content h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height: 28px;
	margin-bottom: 7px;
}
.service-section .service-content p {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding-right: 30px;
	line-height: 26px;
}

/* - About Section */
.about-section .about-img {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}
.about-section .about-content p {
	color: #a0a0a0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.56px;
	margin-top: 22px;
}

/* - Skill */
.skill-box {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 28px;
	width: 20%;
}
.creative-skill {
	color: #1e1e1e;
	font-family: 'Poppins', sans-serif;	
	font-size: 14px;
	font-weight: 700;
    text-align: center;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
	left: 0;
	right: 0;
}
.creative-skill:after {
    content: '%';
}
.skill-box > div {
    max-height: 95px;
    overflow: hidden;
    display: inline-block !important;
}
.skill-box h4 {
	margin: 0;
	color: #1e1e1e;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: 0.72px;
    text-align: center;
    text-transform: uppercase;
	word-wrap: break-word;
	line-height: 24px;
}
.skill-box a {
	color: #1e1e1e;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: 0.72px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.skill-box a:hover {
    text-decoration: none;
}

/* - Work Section */
.work-section .work-content {
	position: relative;
}
.work-section.no-padding {
	padding-bottom: 80px;
}
.work-section .col-md-4 {
	margin-bottom: 30px;
}
.work-section .col-md-4:nth-child(3n+1) {
	clear: both;
}
.work-section .work-content::before {
	background-image: url("../images/dots.png");
	background-position: right center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 15px;
	left: 15px;
	right: 0;
	width: 100%;
}
.work-section .work-content:last-of-type::before {
	display: none;
}
.work-section .work-content:last-of-type::after {
	background-image: url("../images/dots-1.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top: -20px;
	left: 50px;
	right: 0;
	width: 100%;
	z-index: -1;
}
.work-section .work-content span {
	background-color: #1e1e1e;
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 46px;
	width: 46px;
	line-height: 46px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
.work-section .work-content h3 {
	color: #1e1e1e;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.work-section .work-content p {
	color: #acacac;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.48px;
	line-height: 26px;
}

/* - Feature Section */
.feature-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.feature-section::before {
	background-color: rgba(37, 37, 37, 0.96);
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block !important;
	z-index: -1;
}
.feature-section.feature-two .col-md-4:nth-child(3n+1),
.feature-section.feature-one .col-md-6:nth-child(2n+1) {
	clear: both;
}
.feature-section .section-header h3 {
	color: #fff;
}
.feature-section .feature-content {
	margin-bottom: 60px;
}
.feature-section .feature-content i {
	color: #f64949;
	font-size: 20px;
	padding-right: 15px;
	float: left;
	line-height: 32px;
}
.feature-section .feature-content h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin-top: 0;
	text-transform: uppercase;
}
.feature-section .feature-content p {
	color: #ddd;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.48px;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 10px;
}
.feature-section .feature-img {
	padding-top: 35px;
}

/* - Info Section */
.info-section .info-content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 45px;
	padding-right: 80px;
}

.info-section .main-tab > .nav-tabs {
	border-bottom: 3px solid #f1f1f1;
	position: relative;
}
.info-section .main-tab > .nav-tabs > li {
	margin-right: 40px;
}
.info-section .main-tab > .nav-tabs > li:last-of-type {
	margin-right: 0;
}
.info-section .main-tab > .nav-tabs > li > a,
.info-section .main-tab > a {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #b7b7b7;
	padding: 10px;
	letter-spacing: 0.84px;
	margin-right: 0;
	border: none;
	position: relative;
	text-transform: uppercase;
}
.info-section .main-tab > .nav-tabs > li > a:first-of-type {
	padding-left: 0;
}
.info-section .main-tab > .nav-tabs > li > a > i,
.info-section .main-tab > a > img {
	margin-right: 10px;
}
.info-section .main-tab > .nav-tabs > li.active > a, 
.info-section .main-tab > .nav-tabs > li.active > a:focus, 
.info-section .main-tab > .nav-tabs > li.active > a:hover,
.info-section .main-tab > .nav-tabs > li a:focus, 
.info-section .main-tab > .nav-tabs > li a:hover {
	background-color: transparent;
	color: #1e1e1e;
	border: none;
}
.info-section .main-tab > .nav-tabs > li.active > a::before {
	content: "";
	height: 3px;
	left: 0;
	right: 0;
	background-color: #f64a4a;
	position: absolute;
	bottom: -2px;
}
.info-section .main-tab .tab-content {
	margin-top: 40px;
}
.info-section .main-tab .tab-content p {
	color: #909090;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 0.84px;
	line-height: 28px;
}

/* - Counter Section */
.counter-section {
	position: relative;
	background-color: #f64a4a;
	display: inline-block;
	margin-bottom: 110px;
	width: 100%
}
.counter-section .col-md-3 {
	width: 20%;
}
.counter-section  .col-md-3:nth-child(5n+1) {
	clear: both;
}
.counter-section .container .row {
	margin: 0 -10px;
}
.counter-section  .our-skill {
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	background-color: #1e1e1e;
	padding-left: 55px;
	padding-right: 0;
	padding-top: 48px;
	padding-bottom: 10px;
}
.counter-section .counter-box {
	position: relative;
	padding-bottom: 30px;
}
.counter-section .counter-box::before {
	background-color: #f64a4a;
	content: "";
	display: inline-block;
	position: absolute;
	width: 4px;
	height: 27px;
	top: 15px;
	left: -25px;
}
.counter-section .counter-box h3 {
	color: #fff;
	font-size: 36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 3px;
}
.counter-section .counter-box p {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.56px;
	word-wrap:break-word;
	line-height: 28px;
	margin-bottom: 3px;
}

/* - Latest Work */
.portfolio-list {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
	padding-left: 0;
}
.portfolio-list li {
	list-style: none;
	margin-bottom: 30px;
}
.portfolio-list li.wide.tall {
	width: 40%;
}
.portfolio-list li.wide {
	width: 60%;
}
.latest-work .col-md-2  > img {
	margin-top: -45px;
}
.latest-work .content-image-block {
	position: relative;
}
.latest-work .content-image-block::before {
	content: "";
	background-color: rgba(30, 30, 30, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.latest-work .content-block-hover  {
	position: absolute;
	left: 0;
	right: 0;
	text-align: left;
	vertical-align: middle;
	opacity: 0;
	cursor: pointer;
	margin: 0 auto;
	top: 50%;
	text-align: center;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%); 
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.latest-work .content-block-hover  a {
	background-color: #fff;
	width: 31px;
	height: 31px;
	border-radius: 100%;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	color: #1e1e1e;
	margin: 0 2px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.latest-work .content-block-hover  a i {
	font-size: 10px;
}
.latest-work .content-block-hover  a:hover {
	background-color: #1e1e1e;
	color: #fff;
}
.latest-work .content-image-block:hover::before,
.content-image-block:hover .content-block-hover {
	opacity: 1;
}

/* - Call Out */
.call-out {
	position: relative;
	background-color: #f64a4a;
	display: inline-block;
	width: 100%
}
.call-out .container .row {
	margin: 0 -10px;
}
.call-out .call-out-content {
	padding: 53px 55px 47px;
	position: relative;
	background-color: #1e1e1e;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}
.call-out .call-out-content h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 7px;
	text-transform: uppercase;
	line-height: 28px;
	word-wrap: break-word;
}
.call-out .call-out-content h5 {
	color: #ddd;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 28px;
	word-wrap: break-word;
	margin-top: 0;
}
.call-out .call-out-content .col-md-3 {
	text-align: right;
}
.call-out .call-out-content a.get-started {
	background-color: #f64a4a;
	border: 1px solid #f64a4a;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 11px 21px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	word-wrap: break-word;
	white-space: normal;
	line-height: 28px;
	text-align: center;
}
.call-out .call-out-content a.get-started:hover {
	background-color: transparent;
	border: 1px solid #f64a4a;
	color: #f64a4a;
}
.call-out .call-out-content a.get-started i {
	padding-right: 20px;
	font-size: 16px;
}
.call-out .call-out-content a.get-started i::after {
	background-color: #d63939;
	content: "";
	display: inline-block;
	margin-left: 8px;
	margin-top: 2px;
	position: absolute;
	height: 19px;
	width: 1px;
}

/* - Team Section */
.team-section.no-padding {
	padding-top: 110px;
}
.team-section .team-content {
	padding-top: 15px;
}
.team-section .tab-content .col-md-4 {
	float: left;
}
.team-section .tab-content .col-md-8 {
	float: right;
}
.team-section .team-content h3 {
	color: #1e1e1e;
	display: inline-block;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;	
	margin-top: 10px;
	text-transform: uppercase;
}
.team-section .team-content h3 a,
.team-section .team-content h3 span {
	color: #a0a0a0;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding-left: 8px;
	letter-spacing: 0.32px;
	text-transform: capitalize;
	font-weight: normal;
	text-decoration: none;
}
.team-section .team-content p {
	color: #a5a5a5;
	font-size: 14px;
	letter-spacing: 0.28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 0;
}
.team-section .nav-tabs {
	border-bottom: none;
	display: inline-block;
	text-align: center;
}
.team-section .nav-tabs > li {
	margin: 12px 6px;
}
.team-section .nav-tabs > li:first-of-type {
	margin-left: 0;
}
.team-section .nav-tabs > li:nth-child(4n+4) {
	margin-right: 0;
}
.team-section .nav-tabs > li:nth-child(4n+1) {
	margin-left: 0;
}
.team-section .nav-tabs > li:last-of-type {
	margin-right: 0;
}
.team-section .nav-tabs > li > a {
	padding: 0;
	margin-right: 0;
	border: none;
	border-radius: 0;
	position: relative;
}
.team-section .nav-tabs > li > a::before {
	background-color: rgba(30, 30, 30, 0.8);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	-ms-transition: all ease 1.5s;
}
.team-section .nav-tabs > li.active > a {
	color: #3d84c6;
}
.team-section .nav-tabs > li > a:hover,
.team-section .nav-tabs > li > a:focus {
	background-color: transparent;
}
.team-section .nav-tabs > li > a:hover::before,
.team-section .nav-tabs > li.active > a::before  {
	opacity: 1;
}
.team-section .nav-tabs > li.active > a:hover,
.team-section .nav-tabs > li.active > a:focus  {
	border: none;
}
.team-section .nav-tabs > li > a > i {
	font-size: 35px;
	color: #d7dadf;
}

/* - Testimonial Section */
.testimonial-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	text-align: center;
}
.testimonial-section::before {
	background-color: rgba(33, 36, 37, 0.96);
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block !important;
	z-index: -1;
}
.testimonial-section .carousel-indicators {
	bottom: -60px;
	margin-bottom: 0;
}
.testimonial-section .carousel-indicators li {
	background-color: #fff;
	border: none;
	height: 8px;
	width: 8px;
	margin-right: 5px;
}
.testimonial-section .carousel-indicators li.active {
	background-color: #f64a4a;
	height: 14px;
	width: 14px;
}
.testimonial-section .testimonial-content i {
	background-color: #f64a4a;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 70px;
	width: 70px;
	line-height: 72px;
	margin-bottom: 40px;
}
.testimonial-section .testimonial-content p {
	color: #fff;
	font-style: italic;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.56px;
	line-height: 30px;
	padding: 0 18%;
	margin-bottom: 23px;
}
.testimonial-section .testimonial-content h3 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 30px;
	word-wrap: break-word;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
}
.testimonial-section .testimonial-content span {
	color: #ddd;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 24px;
	word-wrap: break-word;
}

/* - Pricing Section */
.pricing-section.no-padding {
	padding-top: 114px;
	padding-bottom: 60px;
}
.pricing-section {
	text-align: center;
}
.pricing-section .price-box {
	margin-bottom: 50px;
}
.pricing-section  .col-md-3:nth-child(4n+1) {
	clear: both;
}
.pricing-section .price-box {
	border: 1px solid #ededed;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.pricing-section .price-box:hover {
	border-top: 8px solid #f64a4a;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-top: -10px;
}
.pricing-section .price-title {
	border-bottom: 1px solid #ededed;
	padding: 26px 0 30px;
}
.pricing-section .price-title h5 {
	color: #1e1e1e;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.48px;
	margin-top: 0;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height: 24px;
}
.pricing-section .price-title h3 {
	color: #1e1e1e;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 34px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
.pricing-section .price-title span {
	color: #b0b0b0;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: 0.48px;
	line-height: 24px;
}
.pricing-section .price-content {
	padding: 32px 22px;
}
.pricing-section .price-content p {
	color: #b0b0b0;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.52px;
}
.pricing-section .price-content a.order-now {
	background-color: #f64a4a;
	border: 1px solid #f64a4a;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 24px;
	word-wrap: break-word;
	white-space: normal;
	font-weight: 600;
	padding: 10px 30px;
	margin-top: 10px;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.pricing-section .price-content a.order-now:hover {
	border: 1px solid #f64a4a;
	background-color: transparent;
	color: #f64a4a; 
}

/* - Latest Blog */
.latest-blog.no-padding {
	padding-top: 114px;
	padding-bottom: 80px;
}
.latest-blog .col-md-4:nth-child(3n+1) {
	clear: both;
}
.latest-blog .latest-blog-content {
	background-color: #fff;
	padding: 15px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.latest-blog .latest-blog-content:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 49px 0px rgba(0, 0, 0, 0.14);
}
.latest-blog .post-date a {
	color: #919191;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-top: 15px;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}
.latest-blog h3.entry-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 10px;
	word-wrap: break-word;
	line-height: 28px;
}
.latest-blog h3.entry-title a {
	color: #1e1e1e;
	text-decoration: none;
}
.latest-blog .entry-content p {
	color: #a4a4a4;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 15px;
}
.latest-blog a.reading {
	color: #4e4e4e;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	word-wrap: break-word;
	line-height: 24px;
}
.latest-blog .post-date a:hover,
.latest-blog a.reading:hover {
	color: #f64a4a;
}
.latest-blog a.reading i {
	padding-left: 5px;
}
.latest-blog .latest-blog-content {
	margin-bottom: 30px;
}

/* - Blog Section */
.blog-section .latest-blog-content {
	margin-bottom: 30px;
}
.blog-section a.posts {
	color: #1e1e1e;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 12px;
	margin-top: 20px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 15px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.blog-section a.posts:hover {
	color: #f64a4a;
}
.blog-section a.posts i {
	padding-right: 5px;
}
.latest-blog {
	background-color: #F7F7F7;
}

/* Blog Post */ 
.search-results .site-main,
.single.single-post .site-main,
.content-background {
	background-color: #F7F7F7;
}
.search-results .col-md-6 .latest-blog-content,
.type-post .latest-blog-content {
	background-color: #fff;
	padding: 15px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.search-results .col-md-6 .latest-blog-content:hover,
.type-post .latest-blog-content:hover {
	background-color: #ffffff;
    box-shadow: 0 2px 49px 0 rgba(0, 0, 0, 0.14);
}	
.search-results .col-md-6:nth-child(2n+1),
.type-post:nth-child(2n+1) {
	clear: both;
}
.single-post .single-post .post-date,
.search-results .col-md-6 .latest-blog-content .post-date a,
.type-post .latest-blog-content .post-date a {
	color: #919191;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 300;
	text-decoration: none;
	padding-top: 15px;
	display: inline-block;
	width: 100%;
}
.search-results .col-md-6 .latest-blog-content  .entry-title,
.type-post .latest-blog-content  .entry-title {
	font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
	line-height: 28px;
	word-wrap: break-word;
}
.search-results .col-md-6 .latest-blog-content  .entry-title a,
.type-post .latest-blog-content  .entry-title a {
	text-decoration: none;
	color: #1e1e1e;
}
.search-results .col-md-6 .latest-blog-content .entry-content p,
.type-post .latest-blog-content .entry-content p {
	color: #a4a4a4;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 15px
}
.search-results .col-md-6 .latest-blog-content a.reading,
.type-post .latest-blog-content a.reading {
	color: #4e4e4e;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.search-results .col-md-6  .latest-blog-content a.reading i,
.type-post .latest-blog-content a.reading i {
	padding-left: 5px;
}
.search-results .col-md-6 .latest-blog-content a.reading:hover,
.type-post .latest-blog-content a.reading:hover {
	color: #f64a4a;
}
.search-results .col-md-6,
.type-post {
	margin-bottom: 30px;
}  

/* Search Page */
.search-no-results .page-header {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
} 
.search-no-results .page-header .page-title {
	margin-top: 0;
	line-height: 62px;	
}
.search-no-results .page-content p {
	line-height: 26px;
	margin-bottom: 15px;
}
.search-no-results .page-content .form-control {
	border: 0 none;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	background-color: #fff;
    color: #d7d7d7;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.72px;
    padding: 10px 26px;
	height: 70px;
    text-transform: uppercase;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.search-no-results .page-content .btn {
	border: 0 none;
	background-color: #fff;
	border-radius: 0;
	color: #ccc;
	font-size: 14px;
	height: 70px;
	padding: 6px 20px;
}
.search-no-results .page-content .btn:focus {
	box-shadow: none;
	outline: none;
}


/* Single Post */
.single.single-post .type-post {
	margin-bottom: 55px;
}
.single.single-post .single-post-content {
	background-color: #fff;
	padding: 30px;	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.single.single-post .single-post-content:hover {
	background-color: #ffffff;
    box-shadow: 0 2px 49px 0 rgba(0, 0, 0, 0.14);
}
.single.single-post.single-post-content .post-date {
	color: #919191;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 300;
}
.single.single-post .single-post-content .entry-title {
	font-size: 22px;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 700;
    margin-bottom: 25px;
    margin-top: 7px;
    text-transform: uppercase;
	word-wrap: break-word;
	line-height: 28px;
}
.single.single-post .single-post-content .entry-content p {
	color: #a4a4a4;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
	margin-bottom: 25px;
}
.single.single-post .single-post-content .entry-tags ul {
	padding-left: 0;
	list-style: none;
}
.single.single-post .single-post-content .entry-tags ul li {
	display: inline-block;
}
.single.single-post .single-post-content .entry-tags ul li a { 
	color: #a4a4a4;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height: 28px;
}
.single.single-post .single-post-content .entry-tags ul li:after {
	content:",";
	color: #a4a4a4;
	padding: 0 5px;
}
.single.single-post .single-post-content .entry-tags ul li:last-of-type:after {
	content: "";
	padding-right: 0;
}
.single.single-post .single-post-content .post-category a:hover,
.single.single-post .single-post-content .entry-tags ul li a:hover {
	color: #f64a4a;
}	
.single.single-post .single-post-content .post-category a {
	color: #a4a4a4;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height: 28px;
}

/* Comment */
.comments-area {
	background-color: #ffffff;
    display: inline-block;
    margin-top: 55px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 35px;
    padding-bottom: 35px;
	width: 100%;
}
.comments-area .comments-title {
	color: #1e1e1e;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
	margin-bottom: 34px;
    text-transform: uppercase;
	word-wrap: break-word;
	line-height: 28px;
}
.comments-area  .comment-list {
	list-style: none;
	padding-left: 0;
	position: relative;
}
.comments-area  .comment-list .comment {
	position: relative;
	list-style: none;
}
.comments-area  .comment-list  .comment-author .avatar {
	position: absolute;
	left: 0;
}
.comments-area  .comment-list .reply,
.comments-area  .comment-list .comment-content,
.comments-area  .comment-list  .comment-author .fn {
	padding-left: 140px;
}
.comments-area  .comment-awaiting-moderation,
.comments-area  .comment-list .comment-metadata,
.comments-area  .comment-list  .comment-author .says {
	display: none;
}
.comments-area  .comment-list  .comment-author .fn a,
.comments-area  .comment-list  .comment-author .fn  {
	color: #1e1e1e;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.64px;
    text-transform: uppercase;
	margin-bottom: 15px;
	text-decoration: none;
	word-wrap: break-word;
}
.comments-area  .comment-list  .comment-author .fn a {
	margin-bottom: 0;
}
.comments-area  .comment-list .comment-content p {
	color: #999999;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px;
    line-height: 26px;
    margin-bottom: 15px;
}
.comments-area  .comment-list .reply a {
    color: #1e1e1e;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-decoration: underline;
    text-transform: uppercase;
   -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.comments-area  .comment-list .reply a:hover {
	color: #f64b4b;
}

.comment-body {
	margin-bottom: 55px;
	min-height: 110px;
} 

/* Comment Form */
.comments-area .comment-respond  .comment-reply-title {
	margin-top: 0;
	color: #1e1e1e;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
	line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.comments-area .comment-respond  .comment-form textarea  {
	width: 100%;
}
.comments-area .comment-respond  .comment-form textarea,
.comments-area .comment-respond  .comment-form input[type="text"],
.comments-area .comment-respond  .comment-form input[type="url"],
.comments-area .comment-respond  .comment-form input[type="email"] {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #bdbdbd;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    height: auto;
    letter-spacing: 0.56px;
    margin-bottom: 15px;
    outline: medium none;
    padding: 13px	 25px;
    position: relative;
    text-transform: capitalize;
	width: 100%;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
} 
.comments-area .comment-respond  .comment-form input[type="submit"] {
	background-color: #f64b4b;
    border: 1px solid #f64b4b;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.64px;
    padding: 10px 48px;
    text-decoration: none;
    text-transform: capitalize;
     -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	white-space: normal;
	word-wrap: break-word;
	line-height: 28px;
	outline: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.comments-area .comment-respond  .comment-form input[type="submit"]:hover {
	background-color: #ffffff;
    border-color: #f64b4b;
    color: #f64b4b;
}
.single .page-links {
	margin-bottom: 25px;
}
.post-password-form input[type="password"] {
	border: 1px solid #ccc;
	height: 31px;
	outline: medium none;
	padding-left: 6px;
	padding-right: 6px;
}
.post-password-form input[type="submit"] {
	background-color: #f64a4a;
	border: 1px solid transparent;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	height: 30px;
	line-height: 26px;
	padding: 2px 15px;
	outline: transparent auto 0px !important;
}
.post-password-form input[type="submit"]:hover {
	background-color: rgba(0, 0, 0, 0);
    border: 1px solid #f64a4a;
    color: #f64a4a;
}
.single .page-links span.page-links-title {
	padding-right: 5px;
	color: #282828;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.single .page-links a span {
	color: #282828;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 700;
	
}
.single .page-links a:hover span,
.single .page-links a:hover {
	text-decoration: none;
	color: #f64a4a;
}
.single .page-links span {
	color: #f64a4a;
	padding-right: 5px;
	font-size: 14px;
	font-weight: 700;
}  	
.single .page-links .page-links-title {
	color: #282828;
}

/*  Pagination */
.pagination {
	width: 100%;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-color: #fff;
	padding: 23px 30px;
    text-align: center;
	border-radius: 0;
}
.pagination  .next .fa-long-arrow-right { 
	font-size: 14px;
	margin-left: 10px;
}
.pagination  .prev .fa-long-arrow-left {
	font-size: 14px;
	margin-right: 10px;
}
.single-post .screen-reader-text,
.pagination .screen-reader-text {
	display: none !important;
}
.pagination .nav-links {
	text-align: center;
}
.pagination .nav-links span,
.pagination .nav-links a {
	font-family: "Poppins",sans-serif;
    font-size: 14px;
    text-transform: uppercase;
	color: #282828;
	font-weight: 700;
}
.pagination .page-numbers.current {
    color: #f64a4a;
}
.pagination .nav-links a:hover,
.pagination .nav-links span:hover {
	color: #f64a4a;
	text-decoration: none;
	outline: none;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	font-size: 14px;
	padding: 12.25px 20px;
}
.pagination .prev.page-numbers:hover,
.pagination .next.page-numbers:hover  {
	background-color: transparent;
	color: #f64a4a;
	text-decoration: none;
}

/* Wordpress Common */
.entry-content > p {
	color: #000;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.entry-content > p a {
	color: #a4a4a4;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    word-wrap: break-word;
}
.entry-content > p a:hover {
	color: #f64a4a;
}	
.entry-content ol li {
	line-height: 26px;
}
.entry-content > ul li {
	line-height: 26px;
}
.entry-content > h2 {
	line-height: 52px;
}
.entry-content > h3 { 
	line-height: 42px;
}
.entry-content > h4 {
	line-height: 34px;
}	
.entry-content > h5 {
	line-height: 26px;
}	
.entry-content > h6 {
	line-height: 24px;
}	
.entry-content > ol,
.entry-content > ul {
	padding-left: 0;
}
blockquote {
	color: #000;
	border-color: #f64a4a;
}
blockquote p {
	color: #000;
	font-weight: 500;
	line-height: 32px;
}
blockquote cite a {
	color: #f64a4a;
}
th,
td {
	border: 1px solid  #e5e5e5;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
}

th {
	font-weight: 700;
	text-align: center;
	word-wrap: break-word;
}
td {
	text-align: center;
	word-wrap: break-word;
}

th, td {
	padding: 0.4em;
	line-height: 26px;
}

figure {
	margin: 0;
	max-width: 100%;
}

del {
	opacity: 0.8;
}
dd, dt {
	line-height: 26px;
} 
address {
	line-height: 26px;
}
.comment-content > ul {
	padding-left: 0;
} 

.comment-content > ol li,
.comment-content > ul li {
	line-height: 26px;
}	
.comment-content > ol {
	padding-left: 0;
}
ul,ol {
	list-style: none;
}

/* - Sticky */
.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0 0.5em;
	text-transform: uppercase;
	z-index: 1;
	right: 15px;
	position: absolute;
}

/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Media */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
audio,
canvas {
	display: inline-block;
}
embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
	border: none;
}
iframe {
	width: 100%;
}
p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
	padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/* - Captions */
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Lora Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

/* - Galleries */
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.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: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Lora Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Post Carousel */
.type-post .carousel-control {
	position: absolute;
	top: 44%;
	bottom: auto;
	background-image: none;
	border: none;
}
.type-post .carousel-control.left,
.type-post .carousel-control.right {
	color: #ddd;
	text-shadow: none;
	font-size: 25px;
	opacity: 1;
}
.type-post .carousel-control.left {
	left: 14px;
}
.type-post .carousel-control.right {
	right: 14px;
}
.type-post .carousel-control,
.type-post .carousel-control:hover,
.type-post .carousel-control:focus {
	background-color: transparent;
}
.type-post .carousel.slide {
	width: 100%;
}
/* .site-main .content-left,
.site-main .sidebar-left {
	float: left;
}
.site-main .content-right,
.site-main .sidebar-right {
	float: right;
	clear: right;
} */
.bypostauthor {}


/* - Widget Area */
h3.widget-title {
	color: #1e1e1e;
	display: inline-block;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 18px;
	margin-top: 0;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height: 34px;
}
.widget {
	margin-bottom: 38px;
}
.widget:last-of-type {
	margin-bottom: 0;
}
.widget  ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.widget ul  li {
	padding-top: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eee;
}
.widget ul  li:last-of-type {
	padding-bottom: 0;
	border-bottom: 0 none;
}	
.widget > ul  li a {
	font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	color: #181818;
    line-height: 26px;
    text-decoration: none;
	word-wrap: break-word;
}
.widget > ul  li a:hover {
	color: #f64a4a;
}
.widget:not(.widget_search) {
	background-color: #fff;
	padding: 30px;
}



/* - WP widget setting */

/* - Calendar Widget */
.widget_calendar #next,
.widget_calendar #prev{
	text-align: left;
	padding-left: 5px;
	padding-left: 5px;
	
} 

.widget_calendar #next a,
.widget_calendar #prev a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}
.widget_calendar #next a:hover,
.widget_calendar #prev a:hover{
	color: #f64a4a;
}
.widget_calendar tbody #today{
	color: #f64a4a;
	font-weight: 700;
}

/* - Breadcrumb Widget */
.widget_breadcrumb_navxt span {
	color: #000;
	line-height: 28px;
}
.widget_breadcrumb_navxt span a {
	font-weight: 700;
	text-decoration: none;
}
.widget_breadcrumb_navxt span a:hover {
	color: #f64747;
}

/* - Comment Form */
.comment-respond .logged-in-as  a{
	color: #000;
	font-size: 12px;
	letter-spacing: 0.28px;
	line-height: 24px;
	text-decoration: none;
}
.comment-reply-title small a {
	color: #000;
    border: none;
	text-decoration: none;
}



/* - Search Widget */
.widget_search .widget-title {
	padding: 15px 30px 0;
	margin: 0;
	background-color: #fff;
}
.widget_search .form-control {
	border: 0 none;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	background-color: #fff;
    color: #d7d7d7;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.72px;
    padding: 10px 26px;
	height: 70px;
    text-transform: uppercase;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.widget_search .input-group-btn .btn {
	border: 0 none;
	background-color: #fff;
	border-radius: 0;
	color: #ccc;
	font-size: 14px;
	height: 70px;
	padding: 6px 20px;
}
.widget_search .input-group-btn .btn:active,
.widget_search .input-group-btn .btn:focus {
	box-shadow: none;
	outline: none;
}
.widget_search .form-control::-webkit-input-placeholder {
	color: #d7d7d7;
	opacity: 1;
}
.widget_search .form-control:-moz-placeholder { 
   color:#d7d7d7;
   opacity: 1;
}
.widget_search .form-control::-moz-placeholder {
	color: #d7d7d7;
	opacity: 1;
}
.widget_search .form-control:-ms-input-placeholder {
   color: #d7d7d7;
   opacity: 1;
}

/* - Recent Post */
.widget_recent_entries  ul li .post-date {
	color: #acacac;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
    width: 100%;
	text-transform: lowercase;
}

/* - Social Icon */
.widget-area .widget_social_icons ul li {
	display: inline-block;
	margin-right: 5px;
	padding: 0;
	border: 0 none;
}
.widget-area .widget_social_icons ul li:last-of-type:after {
	margin-right: 0px;
}
.widget-area .widget_social_icons ul li  a {
	border: 1px solid #b2b2b2;
    border-radius: 100%;
    color: #b2b2b2;
    display: inline-block;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    width: 31px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget-area .widget_social_icons ul li  a:hover {
	background-color: #f64a4a;
    border-color: #f64a4a;
    color: #ffffff;
}

/* Archive */
.widget_categories label,
.widget_archive label {
	width: 100%;
	margin-bottom: 15px;	
	line-height: 26px;
}
.widget_categories select,
.widget_archive select {
	max-width: 200px;
	width: 100%;
	padding: 6px;
	border: 1px solid #eee;
	outline: none;
	box-shadow: none;
	font-family: "Poppins",sans-serif;
}
.widget_categories select option,
.widget_archive select option {
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	color: #000;
}

/* Widget Calander */
.widget_calendar table caption {
	color: #000;
	padding: 0;
	margin-bottom: 15px;
	font-weight: 700;
}

/* Widget Rss */
.widget_rss .widget-title a {
	text-decoration: none;
	color: #1e1e1e;
}
.widget_rss ul li  a {
	line-height: 34px;
}
.widget_rss ul li .rssSummary {
	line-height: 26px;
}

/* Widget Text */
.widget_text option,
.widget_text select {
	max-width: 200px;
	min-width: 200px;
}
.widget_text select {
	border: 1px solid #eee;
	padding: 6px;
}
.widget_text .textwidget p {
	line-height: 28px;
}

/* Widget Tag Cloud */
.widget_tag_cloud .tagcloud a {
	text-decoration: none;
	font-size: 14px !important;
	font-family: "Poppins",sans-serif;
	color: #181818;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height: 28px;
	margin-right: 5px;
}
.widget_tag_cloud .tagcloud a:last-of-type  {
	margin-right: 0;
}
.widget_tag_cloud .tagcloud a:hover  {
	color: #f64a4a;
}	

/* Widget Nav Menu */
.widget_nav_menu .menu {
	padding-left: 0;
	list-style: none;
}

.widget_nav_menu .menu  li a {
	color: #181818;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
    word-wrap: break-word;
}
.widget_nav_menu .menu  li a:hover {
	color: #f64a4a;
}

/* Recent Comment */
.widget_recent_comments .comment-author-link {
	text-transform: capitalize;
	font-weight: 500;
}

/* - Blog Post */
.blog-post .latest-blog-content {
	padding: 30px;
}
.blog-post .post-date {
	margin-top: 25px;
}
.blog-post h3.entry-title {
	font-size: 22px;
}
.blog-post .entry-content p {
	margin-top: 25px;
	margin-bottom: 0;
}

/* - Clients */
.clients .owl-carousel .owl-item img {
    width: auto;
	display: inline-block;
}
.clients .clients-carousel .item  a {
	text-align: center;
	line-height: 170px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;	
	opacity: 0.5;
	min-height: 170px;
	max-height: 170px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.clients .clients-carousel .item  a:hover {
	opacity: 1;
}

/* - Contact Us */
.contact-us  {
	position: relative;
}
.contact-form.contactform-relative {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.contact-form .contact-formfileds {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.wpcf7-form .wpcf7-text, 
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-textarea {
	border: none;
	border-bottom: 1px solid #bbb;
	border-radius: 0;
	background-color: transparent;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #555;
	font-weight: 700;
	padding: 6px 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	width: 100%;
	outline: none;	
}
.wpcf7-form .wpcf7-textarea { 
	min-height: 50px;
}
.wpcf7-form .wpcf7-text:focus, 
.wpcf7-form .wpcf7-email:focus,
.wpcf7-form .wpcf7-textarea:focus {
	border-color: #1e1e1e;
}  
.wpcf7-form textarea::-webkit-input-placeholder,
.wpcf7-form input::-webkit-input-placeholder {
   color: #bbb;
   text-transform: capitalize;
   opacity: 1;
}
.wpcf7-form textarea:-moz-placeholder,
.wpcf7-form input:-moz-placeholder { /* Firefox 18- */
   color: #bbb; 
   text-transform: capitalize;
   opacity: 1;
}
.wpcf7-form textarea::-moz-placeholder,
.wpcf7-form input::-moz-placeholder {
   color: #bbb;
   text-transform: capitalize;
   opacity: 1;
}
.wpcf7-form textarea:-ms-input-placeholder,
.wpcf7-form input:-ms-input-placeholder {
   color: #bbb; 
   text-transform: capitalize;
   opacity: 1;
}
.wpcf7-form input[type="submit"] {
	padding: 10px 57px;
	border-radius: 3px;
	font-size: 13px;
	margin-top: 20px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #f64a4a;
	letter-spacing: 0.52px;
	border: 1px solid #f64a4a;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	word-wrap: break-word;
	white-space: normal;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.wpcf7-form input[type="submit"]:hover {
	background-color: #fff;
	color: #f64a4a;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
	border: 0 none;
}
div.wpcf7-response-output {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 26px;
}
span.wpcf7-not-valid-tip {
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 10px;
}
div.wpcf7-response-output,
.wpcf7-validation-errors {
	float: left;
	margin-left: 15px;
	display: inline-block;
}

/* - Project Info */
.project-info .project-content {
	padding: 22px;
}
.project-info .about-img {
	margin-bottom: 10px;
}
.project-info .project-content h3 {
	color: #1e1e1e;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    width: 100%;
	word-wrap: break-word;
}
.project-info .project-content h3 span {
	color: #a0a0a0;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.32px;
    padding-left: 8px;
    text-transform: capitalize;	
}
.project-info .project-content a.work {
	background-color: #f64a4a;
	border: 1px solid #f64a4a;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 27px;
	letter-spacing: 0.52px;
	margin-top: 20px;
	padding: 10px 40px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	word-wrap: break-word;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.project-info .project-content a.work:hover {
	border: 1px solid #f64a4a;
	background-color: transparent;
	color: #f64a4a;
}
.single-bolt_portfolio .porject-detail {
	margin-top: 22px;
}
.single-bolt_portfolio .porject-detail .vc_custom_heading {
	color: #1e1e1e;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.single-bolt_portfolio .porject-detail .wpb_text_column p {
	color: #a2a2a2;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}

.single-bolt_portfolio .porject-detail .call-out {
	margin-top: 94px;
}
.single-bolt_portfolio  .page_spacing {
	padding-bottom: 40px;
}

/* 404 Page */
.error404 .page_spacing {
	padding: 110px 0 60px;
}
.error-404 {
	text-align: center;
}
.error-404 h2 {
	font-size: 30px;
	font-weight: 500;
	color: #000000;
    font-family: "Poppins",sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 52px;
	word-wrap: break-word;
	text-transform: capitalize;
}
.error-404 p {
	font-size: 16px;
	font-weight: 500;
	font-family: "Poppins",sans-serif;
	line-height: 29px;
	margin-bottom: 15px;
}
.error-404 a {
	background-color: #f64a4a;
	border: 1px solid #f64a4a;
	border-radius: 3px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 24px;
	word-wrap: break-word;
	white-space: normal;
	font-weight: 600;
	padding: 10px 30px;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.error-404 a:hover  {
	border: 1px solid #f64a4a;
	background-color: transparent;
	color: #f64a4a;
}

/*-----------------------------------------------

	* Responsive
	
-------------------------------------------------*/
@media (min-width: 992px) {
	.portfolio-list li:nth-child(2),
	.portfolio-list li:nth-child(3) {
		width: 30%;
	}
	.portfolio-list li {
		width: 33.333%;
	}
	
	.photo-slider-2.photo-slider .carousel-caption {
		top: 55%;
	}
}

/* - min-width: 1200px */
@media (min-width: 1200px) {
	/* - Photo Slider */
	.photo-slider-2 .carousel-control.left {
		left: 8%;
	}
	.photo-slider-2 .carousel-control.right {
		right: 8%;
	}
}

/* - max-width: 1366px */
@media (max-width: 1366px) {
	/* - Photo Slider */
	.photo-slider .carousel-caption p {
		padding: 0 15%;
	}
	.photo-slider-1 .carousel-indicators {
		bottom: 18%;
	}
	
	.service-section .service-feature.section-margin-top {
		margin-top: -90px;
	}
}



/* - max-width: 1200px */
@media (max-width: 1200px) {
	/* - Photo Slider */
	.photo-slider .carousel-caption h3 {
		font-size: 40px;
		line-height: 50px;
	}
	/* - Team Section */
	.team-section .nav.nav-tabs img {
		max-width: 64px;
	}
	.team-section .team-content {
		padding-top: 0;
	}
	.photo-slider-1 .carousel-indicators {
		bottom: 22%;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Service Section */
	.service-section .service-feature {
		padding: 27px 32px;
	}
	/* - Call Out */
	.call-out .call-out-content .col-md-3 {
		text-align: left;
	}
	.call-out .call-out-content a.get-started {
		padding: 15px 12px;
		font-size: 11px;
	}
	.call-out .call-out-content a.get-started i {
		padding-right: 12px;
	}
	.call-out .call-out-content a.get-started i::after {
		margin-left: 4px;
	}
	
	/* - Latest Blog */
	/* Blog Post */
	.skill-box {
		width: 33.333%;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
	.widget-area h3.widget-title {
		font-size: 15px;
	}
	.widget-area .widget > ul li a {
		font-size: 12px;
	}
	.search-results .col-md-6 .latest-blog-content .entry-title, 
	.type-post .latest-blog-content .entry-title {
		font-size: 17px;
	}
	
	.photo-slider-1 .carousel-indicators {
		bottom: 80px;
	}
	.photo-slider-1 .carousel-caption {
		top: 37%;
	}
	.photo-slider-1 .carousel-caption p {
		padding: 0 15px;
	}
	.photo-slider .carousel-caption {
		top: 45%;
	}
	
}

/* ## Res. Min Width 768px */
@media (min-width: 768px) {	
	
	.site-main .content-left,
	.site-main .sidebar-left {
		float: left;
	}
	
	.site-main .content-right,
	.site-main .sidebar-right {
		float: right;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.portfolio-list li:nth-child(2),
	.portfolio-list li:nth-child(3) {
		width: 30%;
	}
	.portfolio-list li {
		width: 33.333%;
	}
	
	.feature-section.feature-two .col-md-4:nth-child(3n+1) {
		clear: none;
	}
	.feature-section.feature-two .col-md-4:nth-child(2n+1) {
		clear: both;
	}
	.counter-section .col-md-3 {
		width: 33.333%;
	}
	.counter-section  .col-md-3:nth-child(5n+1) {
		clear: none;
	}
	.counter-section  .col-md-3:nth-child(3n+1) {
		clear: both;
	}
	.service-section .service-content p {
		padding-right: 0;
	}
	.pricing-section  .col-md-3:nth-child(4n+1) {
		clear: none;
	}
	.pricing-section  .col-md-3:nth-child(2n+1) {
		clear: both;
	}
	.latest-blog .col-md-4:nth-child(3n+1) {
		clear: none;
	}
	.latest-blog .col-md-4:nth-child(2n+1) {
		clear: both;
	}
	/* - Photo Slider */
	.photo-slider .carousel-caption h3 {
		font-size: 26px;
		line-height: 34px;
	}
	
	/* - Photo Slider */
	.photo-slider-1 .carousel-indicators {
		bottom: 22%;
	}
	
	/* - Service Section */
	.service-section .service-feature.section-margin-top{
		margin-top: -80px;
	}
	.service-section .service-content {
		padding-left: 75px;
	}
	.service-section .service-content h3 {
		font-size: 15px;
		line-height: 24px;
	}
	.service-section .service-content p {
		line-height: 24px;
	}
	/* - About Section */
	.about-section .col-sm-6.col-xs-6 {
		width: 100%;
	}
	/* - Work Section */
	.work-section .work-content:last-of-type::after {
		left: auto;
	}
	/* - Feature Section */
	.feature-section .feature-content i {
		padding-right: 10px;
	}
	.feature-section .feature-content h3 {
		font-size: 15px;
	}
	/* - Info Section */
	.info-section .info-content {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.info-section .main-tab > .nav-tabs > li {
		margin-right: 35px;
	}
	/* - Latest Work */
	.portfolio-list li {
		margin-bottom: 25px;
	}
	/* - Call Out */
	.call-out .call-out-content .col-md-3 {
		text-align: left;
	}
	.call-out .col-sm-9.col-xs-9 {
		width: 100%;
	}
	.call-out .call-out-content a.get-started {
		margin-top: 20px;
	}
	
	/* - Pricing Section */
	.pricing-section .price-box {
		margin-bottom: 50px;
	}
	/* - Latest Blog */
	.latest-blog .latest-blog-content {
		margin-bottom: 30px;
	}
	/* - Blog Section */
	.blog-section h3.entry-title,
	.latest-blog .entry-content p {
		font-size: 13px;
	}
	.widget-area .widget-latestposts .latest-content h3 {
		font-size: 12px;
	}
	/* - Project Info */
	.project-info .project-content {
		padding: 22px 0;
	}
	
	/* Blog Post */
	.widget-area .widget_social_icons ul li {
		margin-bottom: 5px;
	}
	
	.comments-area .comment-list .reply, 
	.comments-area .comment-list .comment-content, 
	.comments-area .comment-list .comment-author .fn  {
		padding-left: 130px;
	}
	.comments-area .comment-list	.children {
		padding-left: 15px;
	}
	.info-section .info-content .tab-content .skill-box {
		width: 25%;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {	
	.widget-area {
		margin-top: 50px;
	}
	.work-section .col-md-4:nth-child(3n+1) {
		clear: none;
	}
	.work-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
	.counter-section  .col-md-3:nth-child(5n+1) {
		clear: none;
	}
	.counter-section  .col-md-3:nth-child(3n+1) {
		clear: both;
	}
	.service-section .service-feature.section-margin-top {
		margin-top: 0;
	}
	.testimonial-section .testimonial-content p {
		padding: 0 5%;
	}
	.comments-area .comment-list	.children {
		padding-left: 10px;
	}
	/* - Photo Slider */
	.photo-slider-1 .carousel-indicators {
		bottom: 5%;
	}
	.photo-slider-1 .carousel-caption p{
		padding: 0 15px;
	}
	.photo-slider .carousel-caption h3 {
		margin-bottom: 5px;
	}
	.photo-slider .carousel-caption p {
		/* line-height: 20px; */
	}
	.photo-slider .carousel-caption h5 {
		margin-bottom: 15px;
	}
	.service-section .service-content {
		padding-left: 50px;
	}
	.service-section .service-content i {
		font-size: 25px;
	}
	.service-section .service-content i::after {
		margin-left: 11px;
	}

	/* - About Section */
	.about-section .col-xs-5 {
		padding-left: 15px;
	}
	.about-content {
		padding-left: 15px;
	}
	/* - Work Section */
	.work-section .work-content {
		margin-bottom: 30px;
	}
	.work-section .work-content::before {
		display: none;
	}
	.work-section .work-content:last-of-type::after {
		display: none;
	}
	/* - Feature Section */
	.feature-section .col-xs-8 {
		width: 100%;
	}
	.feature-section .feature-img {
		text-align: center;
		width: 100%;
	}
	/* - Info Section */
	.info-section .col-xs-6 {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	/* - Counter Section */
	.counter-section .col-sm-6.col-xs-12 {
		width: 33.333%;
		margin-bottom: 15px;
	}
	/* - Latest Work */
	.latest-work .col-sm-2.col-xs-2 {
		display: none;
	}
	.latest-work .col-md-10.col-sm-10 {
		width: 100%;
	}
	/* - Team Section */
	.team-section .nav-tabs > li {
		margin: 12px 3px;
	}
	
	/* - Project Info */
	.about-section.project-info .project-img.col-xs-5 {
		padding-left: 0;
	}
	.team-section .team-content {
		margin-bottom: 30px;
	}
	.team-section .nav-tabs > li:nth-child(4n+1) {
		margin-left: 3px;
	}
	.team-section .nav-tabs > li:nth-child(4n+4) {
		margin-right: 3px;
	}
	.entry-content > h2 {
		font-size: 24px;
		line-height: 42px;
	}
	.comment-author.vcard img {
		max-width: 65px;
	}
	.comments-area .comment-list .reply, 
	.comments-area .comment-list .comment-content, 
	.comments-area .comment-list .comment-author .fn {
		padding-left: 75px;
	}
	.comment-content > ol ol,
	.comment-content > ul  ul {
		padding-left: 15px;
	}	
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	/* - Photo Slider */
	.photo-slider .carousel-caption h5 {
		margin-bottom: 10px;
	}
	.photo-slider .carousel-caption h3 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.photo-slider .carousel-caption p {
		font-size: 13px;
		padding: 0;
		line-height: 24px;
	}
	/* - Photo Slider */
	.photo-slider-1 .carousel-indicators {
		bottom: -10px;
	}
	/* - Service Section */
	.service-section .container {
		margin-top: 0;
	}
	.service-section .col-xs-4 {
		width: 100%;
	}
	.service-section .service-content i {
		top: 0;
	}
	.service-section .service-content i::after {
		height: 35px;
	}
	/* - About Section */
	.info-section .info-content .tab-content .skill-box,
	.skill-box {
		width: 33.33%;
	}
	.skill-progress .col-md-3:nth-child(3n+1) {
		clear: both;
	}
	/* - Feature Section */
	.feature-section .feature-content i {
		padding-right: 12px;
	}
	.feature-section .feature-content h3 {
		font-size: 16px;
	}
	
	/* - Info Section */
	.info-section .main-tab > .nav-tabs > li {
		margin-right: 8px;
	}
	/* - Counter Section */
	.counter-section .col-sm-6.col-xs-12  {
		width: 100%;
		text-align: center;
	}
	.counter-section .our-skill {
		padding: 48px 0 40px;
	}
	.counter-section .counter-box {
		padding-bottom: 15px;
	}
	.counter-section .counter-box::before {
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		margin: 0 auto;
		width: 27px;
		height: 4px;
	}
	/* - Latest Work */
	.latest-work .portfolio-list .col-xs-6.wide.tall {
		width: 100%;
		text-align: center;
	}
	.content-image-block {
		max-width: 370px;
		display: block;
		margin: 0 auto;
	}
	.portfolio-list li:nth-child(2),
	.portfolio-list li:nth-child(3) {
		width: 50%;
	}
	.portfolio-list li {
		width: 50%;
		text-align: center;
	}
	.portfolio-list li.small .content-image-block {
		max-width: 270px;
		display: block;
		margin: 0 auto;
	}
	.portfolio-list li.wide {
		width: 100%;
		text-align: center;
	}
	/* - Team Section */
	.team-section .col-xs-6 {
		width: 100%;
	}
	/* - Pricing Section */
	.pricing-section .price-content a.order-now {
		padding: 12px 25px;
	}
	/* - Latest Blog */
	.latest-blog .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.latest-blog .latest-blog-content {
		max-width: 345px;
		display: block;
		margin: 0 auto 30px;
		text-align: left;
	}
	
	/* Blog Post */
	.type-post.col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.type-post.col-xs-6 .latest-blog-content {
		max-width: 345px;
		display: block;
		margin: 0 auto 30px;
		text-align: left;
	}
}
/* -  max-width: 479 */
@media (max-width: 479px) {	
	.info-section .info-content .tab-content .skill-box,
	.skill-box {
		width: 50%;
	}
	.skill-progress .col-md-3:nth-child(3n+1) {
		clear:none;
	}
	.skill-progress .col-md-3:nth-child(2n+1) {
		clear: both;
	}
	/* - Photo Slider */
	.photo-slider .carousel-caption {
		top: 48%;
	}
	.photo-slider .carousel-caption h5 {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.photo-slider .carousel-caption h3 {
		font-size: 18px;
		margin-bottom: 5px;
		line-height:25px;
	}
	.photo-slider .carousel-caption p {
		font-size: 12px;
		padding: 0;
		line-height: 23px;
	}
	/* - Photo Slider 1 */
	.photo-slider-1 .item img {
		min-height: 250px;
	}
	/* - Service Section */
	.service-section .service-content {
		padding-left: 70px;
	}
	.service-section .service-content i {
		font-size: 35px;
	}
	/* - About Section */
	.about-section .col-xs-5 {
		width: 100%;
		text-align: center;
	}
	.about-section .col-xs-5 {
		padding-right: 15px;
	}
	/* - Work Section */
	.work-section .col-xs-6.work-content {
		width: 100%;
	}
	.portfolio-list li:last-of-type {
		margin-bottom: 0;
	}
	/* - Feature Section */
	.feature-section .col-xs-6 {
		width: 100%;
	}
	/* - Info Section */
	.info-section .main-tab > .nav-tabs > li {
		margin-right: 5px;
	}
	.info-section .main-tab > .nav-tabs > li > a, 
	.info-section .main-tab > a {
		font-size: 12px;
	}
	.info-section .main-tab .tab-content p {
		font-size: 12px;
	}
	/* - Latest Work */
	.portfolio-list .col-xs-6.small {
		width: 100%;
	}
	/* - Call Out */
	.call-out .call-out-content {
		padding: 18px;
	}
	.call-out .call-out-content a.get-started {
		padding: 15px 8px;
		font-size: 12px;
	}
	/* - Team Section */
	.team-section .nav.nav-tabs img {
		max-width: 60px;
	}
	
	.team-section .team-content h3 a, 
	.team-section .team-content h3 span {
		font-size: 14px;
	}
	
	/* - Pricing Section */
	.pricing-section .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	/* - Blog Post */
	.comment-section .media-heading {
		font-size: 13px;
	}
	.comment-section .media-content {
		margin-left: 10px;
	}
	.comment-section .media-content p {
		line-height: 20px;
	}
}

/* - max-width: 360 */
@media (max-width: 360px) {
	/* - Info Section */
	.info-section .main-tab > .nav-tabs > li {
		margin-right: 4px;
	}
	.info-section .main-tab > .nav-tabs > li > a, 
	.info-section .main-tab > a {
		font-size: 11px;
		padding-right: 6px;
	}
	.photo-slider .carousel-caption p {
		overflow: hidden;
		max-height: 47px;
	}
}
