/*
	[Table of contents]

	## Shortcodes
		-- Photos Slider
		-- Counter
		-- About
		-- What We Do
		-- Testimonials
		-- Skill Section
		-- Team Section
		-- Portfolio
		-- Services Section
		-- Newsletter section
		-- Call Out Section
		-- Map Section
		-- About Page
			-- About Team Detail
		-- Services Page
		-- Testimonials 2
		-- Portfolio 2
		-- Portfolio Single
		
		-- Blog Post List
		

		
	## Responsive 
		-- min-width: 1681 to max-width: 1900
		-- max-width: 1680
		-- min-width: 1366 to max-width: 1440
		-- min-width: 1201 to max-width: 1365
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 319 to max-width: 479
		-- max-width: 639
		-- max-width: 991
		-- min-width: 1200
*/

/* ## Shortcodes */

/* -- Photos Slider */
.photo-slider {
	position: relative;
}
.photo-slider .item::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(63, 81, 181, 0.3);
	display: inline-block;
	z-index: 1;
}
.photo-slider .carousel-caption {
	text-shadow: none;
	bottom: 30%;
}
.photo-slider .carousel-caption ul li {
	display: inline-block;
}
.photo-slider .carousel-caption ul li a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.photo-slider .carousel-caption ul li:before {
	content: "/";
	font-size: 20px;
	margin-left: 6px;
	margin-right: 10px;
	color: #fe4785;
}
.photo-slider .carousel-caption ul li:first-child:before {
	content: "";
}
.photo-slider .carousel-caption h3 {
	font-size: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 70px;
}
.photo-slider .carousel-caption h3 span {
	display: block;
}

/* -- Counter */
.counter-section,
.testimonials {
	width: 20%;
}
.counter-box {
	display: inline-block;
	width: 100%;
	background-color: #fafafa;
	text-align: center;
	padding-bottom: 48px;
	padding-top: 49px;
	margin-bottom: 5px;
}
.counter-section .counter-box:last-child {
	margin-bottom: 0;
}
.counter-box h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.counter-box h3 i {
	font-size: 35px;
	color: #3f51b5;
	margin-right: 15px;
}
.counter-box h3 span {
	font-weight: 300;
	color: #333;
	font-size: 25px;
	position: relative;
	padding-left: 25px;
}
.counter-box h3 span:before {
	content: "";
	height: 1px;
	width: 21px;
	background-color: #e91e63;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 15px;
}
.counter-box p {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	line-height: 10px;
}

/* -- About */
.about-section {
	width: 80%;
	padding-left: 5px;
}
.about-content {
	padding: 9% 60px;
	display: inline-block;
	width: 100%;
	padding-bottom:0px;
}

.block-title h4,
.block-title h2 {
	text-transform: uppercase;
}
.block-title h4 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 23px;
	margin-top: 0;
	line-height: 17px;
	color: #3f51b5;
}
.block-title h2 {
	font-size: 40px;
	letter-spacing: 2px;
	line-height: 55px;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 25px;
}
.about-section .block-title h2:before {
	content: "";
	background-color: #3f51b5;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 103px;
}
.block-title p {
	font-size: 18px;
	color: #777;
	padding-right: 25px;
	line-height: 28px;
	margin-bottom: 0;
}

/* -- What We Do */
.what-we-do-block {
	padding: 86px 0 57px;
	text-align: center;
}
.what-we-do-block h3 {
	margin: 0;
}
.what-we-do {
	margin-top: 50px;
	padding: 0 50px;
}
.what-we-do .item {
	padding: 20px 0;
	border-right: 1px solid #e6e6e6;
	cursor: pointer;
}
.what-we-do i {
	font-size: 45px;
	margin-bottom: 25px;
	display: inline-block;
	color: #3f51b5;
}
.what-we-do .item:hover i {
	color: #e91e63;
}
.what-we-do p {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.what-we-do.owl-theme .owl-controls {
	margin-top: 40px;
}
.what-we-do.owl-theme .owl-dots .owl-dot span,
.what-we-do.owl-theme .owl-dots .owl-dot.active span,
.what-we-do.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	margin: 0;
}
.what-we-do.owl-theme .owl-dots .owl-dot span::after {
	content: "X";
	color: #000;
	font-size: 12px;
	font-weight: bold;
	color: #e6e6e6;
}

/* -- Testimonials */
.testimonials {
	text-align: center;
	padding-bottom: 77px;
	margin-top: 5px;
}
.testi-img-box {
	background-color: #3f51b5;
	display: inline-block;
	width: 100%;
	padding: 53px 0;
	margin-bottom: 40px;
}
.testi-img-box img {
	border-radius: 100%;
	border: 10px solid #707fd4;
}
.testi-content {
	display: inline-block;
	width: 100%;
	padding: 0 37px;
}
.testi-content h4 {
	text-transform: uppercase;
	font-size: 12px;
	color: #e91e63;
	letter-spacing: 1px;
	margin-bottom: 12px;
	margin-top: 0;
}
.testi-content h5 {
	font-size: 16px;
	color: #3f51b5;
	letter-spacing: 1px;
	font-style: italic;
	margin: 0;
}
.testi-content p {
	margin-top: 19px;
	margin-bottom: 19px;
	font-size: 16px;
	line-height: 26px;
	color: #888;
}
.testimonials .carousel-indicators {
	position: relative;
	bottom: 0;
	margin: 0;
	left: 0;
	width: 100%;
	margin-bottom: 17px;
}
.testimonials .carousel-indicators li {
	background-color: transparent;
	text-indent: 0;
	width: auto;
	height: auto;
	margin-right: 0;
}
.testimonials .carousel-indicators li::before {
	content: "X";
	font-weight: bold;
	font-size: 12px;
	color: #e6e6e6;
}
.testimonials .carousel-control {
	width: auto;
	position: relative;
	background-color: transparent;
	background-image: none;
	color: #777;
	font-size: 12px;
	text-shadow: none;
	opacity: 1;
	letter-spacing: 1px;
}
.testimonials .carousel-control.left:before {
	content: "/";
	margin-left: 3px;
	margin-right: 5px;
}
.testimonials .carousel-control i {
	opacity: 0;
	font-size: 10px;
	margin: 0 5px;
}
.testimonials .carousel-control:hover {
	color: #3f51b5;
}
.testimonials .carousel-control,
.testimonials .carousel-control:hover i {
	opacity: 1;
}

/* -- Skill Section */
.skill-section {
	width: 50%;
	padding-left: 5px;
	margin-top: 5px;
}
.skill-bar-box {
	background-color: #fafafa;
	padding: 60px 70px 99px;
	width: 100%;
	display: inline-block;
}
.skill-bar-box .block-title h2::before {
	display: none;
}
.chart {
	position: relative;
	width: 251px;
	height: 251px;
	margin: 29px 0 29px 46px;
}
.doughnutTip {
	position: absolute;
	min-width: 30px;
	max-width: 300px;
	padding: 5px 15px;
	border-radius: 1px;
	background: rgba(0, 0, 0, 0.8);
	color: #ddd;
	font-size: 17px;
	text-shadow: 0 1px 0 #000;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .06em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.doughnutTip::after {
	position: absolute;
	left: 50%;
	bottom: -6px;
	content: "";
	height: 0;
	margin: 0 0 0 -6px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.7);
	line-height: 0;
}
.doughnutsummary {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #d5d5d5;
	text-align: center;
	cursor: default;
	margin: 0 !important;
	height: 100% !important;
	width: 100% !important;
}
.summarytitle {
	position: absolute;
	bottom: 30%;
	width: 100%;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
.summarynumber {
	position: absolute;
	top: 30%;
	width: 100%;
	font-size: 40px;
	color: #000;
	opacity: 1;
	letter-spacing: 2px;
}
.summarynumber::after,
.skill-box h3::after {
	content: "%";
}
.skill-box {
	margin-top: 29px;
	text-align: center;
	position: relative;
}
.skill-box a {
	display: block;
	margin-bottom: 19px;
	text-transform: uppercase;
	color: #1c2431;
	font-size: 11px;
	letter-spacing: 1px;
}
.skill-box h3 {
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 43px;
	right: 0;
}

/* -- Team Section */
.team-section {
	width: 30%;
	padding-left: 5px;
	margin-top: 5px;
}
.team-box {
	text-align: center;
	overflow: hidden;
	min-height: 300px;
	max-height: 300px;
}
.team-box img {
	margin-top: 10px;
}
.team-box-bg {
	background-color: #ddd;
}
.team-box-hover {
	position: absolute;
	left: 0;
	top: -100%;
	bottom: 0;
	right: 0;
	background-color: #fff;
	padding: 80px 30px;
	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;
}
.team-box:hover .team-box-hover {
	top: 0;
	opacity: 1;
}
.team-box-hover h4 {
	margin: 0;
	text-transform: uppercase;
	color: #e91e63;
	font-size: 12px;
	letter-spacing: 1px;
}
.team-box-hover h5 {
	text-transform: capitalize;
	font-size: 16px;
	font-style: italic;
	color: #3f51b5;
	font-size: 17px;
}
.team-box-hover p {
	font-size: 17px;
	line-height: 27px;
	margin: 0;
	color: #888;
}

/* -- Portfolio 2 */
.portfolio-section {
	margin-top: 5px;
}
.portfolio {
	width: 80%;
}
.portfolio-item {
	position: relative;
	display: inline-block;
}
.portfolio-item::before {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: -100%;
	bottom: auto;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	opacity: 0;
}
.portfolio-item:hover::before {
	opacity: 1;
	z-index: 1;
	top: 10px;
	bottom: 10px;
}
.portfolio-item-hover {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 37%;
	min-height: 65px;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	opacity: 0;
	z-index: 1;
	display: inline-block;
	text-align: center;
}
.portfolio-item:hover .portfolio-item-hover {
	opacity: 1;
}
.portfolio-item a {
	width: 42px;
	height: 42px;
	position: absolute;
	right: 27px;
	top: 27px;
	line-height: 37px;
	border: 1px solid #292929;
	border-radius: 100%;
	text-align: center;
	z-index: 1;
	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;
}
.portfolio.owl-carousel .owl-item .portfolio-item a > img {
	width: auto;
	display: inline-block;
}
.portfolio-item:hover a {
	opacity: 1;
}
.portfolio-item-hover h4,
.portfolio-item-hover h3 {
	font-weight: bold;
}
.portfolio-item-hover h4 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 17px;
	position: relative;
	line-height: 13px;
	margin-top: 0;
}
.portfolio-item-hover h4::before {
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 51px;
	height: 2px;
	background-color: #292929;
	position: absolute;
}
.portfolio-item-hover h3 {
	font-size: 20px;
	margin-bottom: 0;
	color: #e91e63;
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
}
.portfolio .owl-controls  {
	margin: 0;
}
.view-more {
	width: 20%;
	background-color: #3f51b5;
	padding: 7.4% 0;
	text-align: center;
}
.view-more a {
	color: #fff;
	text-transform: uppercase;
}

/* -- Services Section */
.services-section {
	background-color: #fafafa;
	padding: 120px 110px 120px 100px;
	margin-right: 2.5px;
	margin-top: 5px;
}
.services-section .block-title h2 {
	line-height: 47.5px;
}
.service-box {
	max-width: 250px;
	float: left;
	padding-right: 40px;
}
.service-box i {
	font-size: 35px;
	color: #3f51b5;
}
.service-box h4 {
	text-transform: uppercase;
	font-size: 12px;
	color: #1c2431;
	margin-top: 23px;
	margin-bottom:	20px;
	letter-spacing: 1px;
}
.service-box p {
	line-height: 24px;
	color: #777;
}
.scrollbar {
	width:100%;
	max-width: 285px;
	height: 10px;
	background-color: #f7f7f7;
	text-align: center;
	margin: 50px auto 0;
	position: relative;
	border-radius: 10px;
}
.scrollbar .handle {
    width: 24px !important;
    height: 9px;
    background-image: url("../images/scroller-icon.png");
	background-repeat: no-repeat;
	padding: 5px 0;
	cursor: pointer;
	position: relative;
	top: 0;
}

/* -- Newsletter section */
.newsletter-section {
	background-color: #fafafa;
	padding: 50px 50px;
	margin-left: 2.5px;
	margin-top: 5px;
}
.newsletter-section .block-title {
	margin-bottom: 18px;
}
.newsletter-section .block-title h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 30px;
	padding-bottom: 0;
	line-height: 25px;
}
.newsletter-section .block-title p {
	font-size: 15px;
	color: #e91e63;
}
.newsletter-section .input-group {
	position: relative;
	padding-right: 60px;
	display: inline-block;
	width: 100%;
}
.newsletter-section .input-group input {
	background-color: #fff;
	border: none;
	padding: 17.5px 19px;
	font-size: 15px;
	height: auto;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	line-height: 13px;
	color: #d7d7d7;
}
.newsletter-section .input-group input::-webkit-input-placeholder {
   color: #d7d7d7;
}

.newsletter-section .input-group input:-moz-placeholder { /* Firefox 18- */
   color: #d7d7d7;
}
.newsletter-section .input-group input::-moz-placeholder {  /* Firefox 19+ */
   color: #d7d7d7;
}
.newsletter-section .input-group input:-ms-input-placeholder {
   color: #d7d7d7;
}
.newsletter-section .input-group span {
	position: absolute;
	right: 0;
	width: 60px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.newsletter-section .input-group span button {
	height: 50px;
	width: 100%;
	background-color: #3f51b5;
	border-radius: 0;
	border: none;
	font-size: 25px;
	color: #fff;
}

/* -- Call Out Section */
.callout-section {
	background-color: #fafafa;
	padding: 65px 0;
	text-align: center;
	margin-left: 2.5px;
	margin-right: 2.5px;
	margin-top: 5px;
}
.callout-section > i {
	margin-bottom: 29px;
	display: inline-block;
}
.callout-section h3 {
	font-weight: bold;
	letter-spacing: 2px;
	color: #333;
	margin-top: 0;
	margin-bottom: 23px;
}
.callout-section p {
	font-size: 15px;
	letter-spacing: 1px;
	color: #3f51b5;
	margin-bottom: 20px;
}
.callout-section a {
	color: #333;
	font-size: 15px;
}

/* -- Map Section  */
.map-section {
	position: relative;
	margin-left: 2.5px;
	margin-top: 2.5px;
}
.map-canvas {
	height: 300px;
	border: medium none;
	width: 100%;
}

/* -- About Page */
.about-page-content {
	padding: 134px 134px;
	text-align: center;
}
.about-page-content h4 {
	margin: 0;
	font-size: 22px;
	font-style: italic;
	line-height: 40px;
	letter-spacing: 1px;
	color: #1c2431;
}

/* -- About Team Detail */
.about-team-detail {
	background-color: #fafafa;
}
.about-team-detail-box {
	padding: 4%;
	padding-right: 8%;
}
.about-team-detail-box .block-title h2 {
	margin-top: 0;
	margin-bottom: 39px;
	padding: 0;
	line-height: 33px;
}
.about-team-detail-box h6 {
	font-size: 18px;
	color: #555;
	margin-top: 0;
	margin-bottom: 45px;
}
.about-team-detail-box p {
	line-height: 30px;
	font-size: 16px;
	color: #777;
	margin-bottom: 15px;
}
.about-team-detail-box a {
	margin-top: 69px;
	margin-left: 12px;
	display: inline-block;
	text-transform: capitalize;
	border-bottom: 1px solid #3f51b5;
	font-size: 16px;
	color: #1c2431;
	padding-bottom: 13px;
	line-height: 16px;
}

/* -- Services Page */
.services-box {
	background-color: #fafafa;
	padding: 130px 100px;
	margin-bottom: 5px;
}
.services-box:nth-last-child(2),
.services-box:last-child {
	margin-bottom: 0;
}
.services-box:nth-child(odd) {
	border-right: 2.5px solid #fff;
}
.services-box:nth-child(even) {
	border-left: 2.5px solid #fff;
}
.services-box .block-title h4 {
	font-size: 16px;
	margin-bottom: 32px;
}
.services-box .block-title h2 {
	margin-bottom: 27px;
	padding-bottom: 0;
	margin-top: 0;
	line-height: 30px;
}
.services-box .block-title p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	padding-right: 102px;
	color: #777;
}

.services-box .services-inner {
	position: relative;
	padding-left: 240px;
}

.services-box .services-skill-box,
.services-box .services-skill-box span,
.services-box .services-skill-box h3 {
	position: absolute;
}
.services-box .services-skill-box {
	left: 0;
	top: 0;
}
.services-box .services-skill-box span,
.services-box .services-skill-box h3 {
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.services-box .services-skill-box span {
	top: 55px;
}
.services-box .services-skill-box h3 {
	bottom: 60px;
	font-size: 15px;
}
.services-box .services-skill-box h3::after {
	content: "%"
}
.services-box .services-inner > h3 {
	margin-top: 0;
	padding-top: 13px;
	text-transform: uppercase;
	font-size: 25px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 2px;
}
.services-box .services-inner > h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	background-color: #3f51b5;
	height: 1px;
	left: 0;
	width: 50px;
}
.services-box .services-inner > p {
	line-height: 30px;
	padding-right: 50px;
}
.services-box.more-srv-details {
	padding-bottom: 90px;
	padding-top: 89px;
}
.more-srv-details {
	text-align: center;
}
.more-srv-details h3 {
	font-size: 22px;
	text-transform: uppercase;
	color: #333;
	margin-top: 38px;
	margin-bottom: 28px;
	letter-spacing: 2px;
}
.more-srv-details p {
	font-size: 16px;
	color: #777;
	line-height: 30px;
}
.more-srv-details a {
	font-size: 12px;
	background-color: #3f51b5;
	color: #fff;
	display: inline-block;
	padding: 18px 36px;
	text-transform: uppercase;
	margin-top: 25px;
	line-height: 12px;
	text-decoration: none;
}

/* -- Testimonials 2 */
.testimonials-2 {
	margin-top: 5px;
}
.testimonials-2 .testi-img-box  {
	width: 23.68%;
	background-color: #fafafa;
	margin-bottom: 0;
	text-align: center;
	padding-bottom: 0;
	padding-top: 20px;
	border-right: 2.5px solid #fff;
}
.testimonials-2 .testi-img-box img {
	border: none;
	border-radius: 0;
}
.testimonials-2 .testi-content2 {
	width: 76.31%;
	padding-bottom: 98px;
	padding-top: 151px;
	background-color: #fafafa;
	border-left: 2.5px solid #fff;
	text-align: center;
}
.testimonials-2 .testi-content2 h3 {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.testimonials-2 .testi-content2 h3 span {
	display: block;
}
.testimonials-2 .testi-content2 span i {
	margin: 0 5px 28px;
	color: #e91e63;
	font-size: 15px;
}
.testimonials-2 .testi-content2 p {
	font-style: italic;
	font-size: 15px;
	color: #e91e63;
}
.testimonials-2 .carousel-control {
	background-image: none;
	text-shadow: none;
	opacity: 1;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #cdcdcd;
	color: #dadada;
	top: 45%;
}
.testimonials-2 .carousel-control:hover {
	color: #3f51b5;
}
.testimonials-2 .carousel-control.left {
	left: 26.75%;
}
.testimonials-2 .carousel-control.right {
	right: 53px;
}

/* -- Portfolio */
.portfolio-categories {
	margin: 0;
}
.portfolio-categories li {
	float: left;
	list-style: none;
	width: 25%;
	text-align: center;
}
.portfolio-categories li a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 45px 0;
	background-color: #3f51b5;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}
.portfolio-categories li:nth-child(even) a {
	background-color: #4657b8;
}


.portfolio-categories li:nth-child(16) a{
	background: #3f51b5;
}

.portfolio-categories li:nth-child(15) a{
	background: #4657b8;
}
.portfolio-categories li:nth-child(14) a{
	background: #3f51b5;
}
.portfolio-categories li:nth-child(13) a{
	background: #4657b8;
}
.portfolio-categories li:nth-child(12) a{
	background: #4657b8;
}
.portfolio-categories li:nth-child(11) a{
	background: #3f51b5;
}
.portfolio-categories li:nth-child(10) a{
	background: #4657b8;
}
.portfolio-categories li:nth-child(9) a{
	background: #3f51b5;
}
.portfolio-categories li:nth-child(8) a{
	background: #3f51b5;
}
.portfolio-categories li:nth-child(7) a{
	background: #4657b8;
}
.portfolio-categories li:nth-child(6) a{
	background: #3f51b5;
}
.portfolio-categories li:nth-child(5) a{
	background: #4657b8;
}
.portfolio-categories li:nth-child(4) a{
	background: #4657b8;
}
.portfolio-categories li:nth-child(3) a{
	background: #3f51b5;
}
.portfolio-categories li:nth-child(2) a{
	background: #4657b8;
}
.portfolio-categories li:nth-child(1) a{
	background: #3f51b5;
}

.portfolio-categories li a::before {
	content: "";
	height: 7px;
	width: 7px;
	display: inline-block;
	margin-right: 16px;
	background-color: #fff;
}
.portfolio-section2 .portfolio-item {
	width: 25%;
	padding: 2.5px;
	overflow: hidden;
}
.portfolio-item.wide {
	width: 50%;
}
.portfolio-section2 .portfolio-item-hover {
	top: 40%;
}
.portfolio-section2 .portfolio-item.tall .portfolio-item-hover {
	top: 45%;
}

/* -- Portfolio Single */
.portfolio-single-banner {
	position: relative;
}
.portfolio-single-title {
	position: absolute;
	bottom: 80px;
	left: 90px;
}
.portfolio-single-title h4 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #bb3d3d;
	padding-bottom: 11px;
	position: relative;
	margin-bottom: 15px;
}
.portfolio-single-title h4::before {
	content: "";
	height: 1px;
	background-color: #000;
	width: 31px;
	position: absolute;
	bottom: 0;
}
.portfolio-single-title p {
	font-style: italic;
	font-size: 15px;
	color: #989e36;
	letter-spacing: 1px;
	margin: 0;
}
.portfolio-single-header {
	background-color: #3f51b5;
	padding: 30px 0;
}
.portfolio-single-header a {
	color: #fff;
}
.portfolio-single-header .logo a {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 75px;
	display: inline-block;
	margin: 6px 0;
	text-decoration: none;
}
.portfolio-single-header .list-link a {
	border: 1px solid #fff;
	line-height: 36px;
	width: 41px;
	height: 41px;
	text-decoration: none;
	display: inline-block;
}
.portfolio-single-header .nav-next-prev {
	padding-right: 100px;
}
.portfolio-single-header .nav-next-prev a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	margin: 7px 0;
	text-decoration: none;
}
.portfolio-single-header .nav-next-prev a img {
	opacity: 0;
	position: relative;
	top: -1px;
	margin: 0 5px;
	display: inline-block;
}
.portfolio-single-header .nav-next-prev a:hover img {
	opacity: 1;
}
.portfolio-single-header .nav-next-prev a::before {
	content: "/";
	margin: 0 10px;
}
.portfolio-single-header .nav-next-prev a:first-child::before {
	content: "";
}
.portfolio-single-details {
	padding-top: 100px;
	padding-bottom: 100px;
}
.portfolio-single-details .row > h3 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	padding-bottom: 11px;
	position: relative;
	margin-bottom: 37px;
}
.portfolio-single-details .row > h3::before {
	content: "";
	height: 1px;
	background-color: #3f51b5;
	width: 40px;
	position: absolute;
	bottom: 0;
}
.singel-details .col-md-3 p,
.singel-details .col-md-3 p a {
	color: #e91e63;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
}
.singel-details .col-md-3 p span {
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	letter-spacing: 1px;
}
.singel-details .col-md-9 p {
	color: #999;
	font-size: 16px;
	line-height: 30px;
}
.single-gallery {
	margin-top: 110px;
	margin-bottom: 40px;
}
.single-gallery .col-md-6 {
	margin-bottom: 30px;
}
.portfolio-single-details .social {
	text-align: center;
}
.portfolio-single-details .social > i {
	width: 45px;
	height: 45px;
	display: inline-block;
	border: 2px solid #e9e9e9;
	border-radius: 100%;
	line-height: 43px;
	margin-bottom: 25px;
}
.portfolio-single-details .social li {
	display: inline-block;
	margin: 0 10px;
}
.portfolio-single-details .social li a {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 7px 0;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	color: #1c2431;
}
.portfolio-single-details .social li a:hover {
	color: #e91e63;
	border-color: #e91e63;
}

/* -- error-page  */
.error-page {
	text-align: center;
	padding-bottom: 130px;
}
.error-page img {
	margin-bottom: 40px;
}
.error-page h3 {
	font-size: 40px;
	text-transform: uppercase;
	color: #232c3b;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.error-page p {
	font-size: 22px;
	color: #e91e63;
	margin-bottom: 30px;
}
.error-page button {
	padding: 14px 22px;
	color: #fff;
	background-color: #3f51b5;
	text-transform: uppercase;
	font-size: 12px;
}
.error-page button:hover{
	color: #fff;
}
.error-page i {
	padding-right: 12px;
	color: #fff;
}

/* -- Contact section */
.contact-section {
	margin-top: 5px;
}
.address-section {
	position: relative;
	padding: 71px 1px 71px 69px;
	background-color: #fafafa;
	margin-bottom: 5px;
	max-height: 380px;
}
.address-content {
	display: inline-block;
}
.address-content i {
	width: 57px;
	height: 57px;
	border: 2px solid #3f51b5;
	border-radius: 100%;
	line-height: 48px;
	text-align: center;
	display: block;
}
.address-content h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #1c2431;
	position: relative;
	padding-bottom: 12px;
	letter-spacing: 1px;
	margin-top: 30px;
}
.address-content h3:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	height: 1px;
	background-color: #3f51b5;
	width: 23px;
}
.address-content p {
	font-size: 17px;
	color: #1c2431;
	margin-top: 10px;
	margin-bottom: 60px;
	letter-spacing: 1px;
	line-height: 28px;
}
.address-content span {
	display: block;
}
.address-content span a {
	color: #1c2431;
}
.address-content > a {
	font-style: italic;
	font-size: 15px;
	position: relative;
	color: #2b323e;
	letter-spacing: 1px;
	border-bottom: 1px solid #3f51b5;
}
.address-content a:hover {
	text-decoration: none;
	color: #2b323e;
}
.feedback-form {
	background-color: #3f51b5;
	padding: 59px 60px 60px;
	height:493px;
}
.feedback-form .form-group {
	margin-bottom: 30px;
}
.feedback-form .form-control {
	padding: 0px;
}
.feedback-form input[type="text"],
.feedback-form textarea,
.feedback-form button {
	border: none;
	border-bottom: 1px solid #fff;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	border-radius: 0px;
	font-size: 13px;
	letter-spacing: 2px;
	color: #fff;
}
.feedback-form .form-control {
	border-color: #fff;
	outline: none;
	box-shadow: none;
	background-color: transparent;
}
.feedback-form button {
	padding-bottom: 10px;
}
.feedback-form button:active,
.feedback-form button:focus,
.feedback-form button:hover {
	background: none;
	outline: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	box-shadow: none;
}
.feedback-form .form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
   color: #fff;
}
.feedback-form .form-control:-moz-placeholder,
:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}
.feedback-form .form-control::-moz-placeholder,
::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}
.feedback-form .form-control:-ms-input-placeholder,
.feedback-form .form-control:-ms-input-placeholder {
   color: #fff;
}

/* - Alert Msg */
.alert-msg {
	color: #ccc;
	display: none;
	width: 100%;
	margin: 10px 18px;
	position: relative;
	text-align: left;
	z-index: 1;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}
.contact-map.map-section {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.contact-map .map-canvas {
    border: medium none;
    height: 805px;
    width: 100%;
}

/* -- Blog Post List */
.blog-post-list {
	margin-bottom: 92px;
}
.blog-post-list:last-of-type {
	margin-bottom: 47px;
}
/* - Entry Cover */
.blog-post-list .entry-cover {
	margin-bottom: 40px;
}
/* - Post Meta */
.blog-post-list .post-meta {
	position: absolute;
	border-right: 1px solid #ececec;
	text-align: center;
}
.blog-post-list .post-meta [class*="post-"] {
	border-bottom: 1px solid #ececec;
}
.blog-post-list .post-meta [class*="post-"]:last-of-type {
	border-bottom: none;
}
.blog-post-list .post-meta a {
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
.blog-post-list .post-meta img {
	display: inline-block;
	margin-bottom: 18px;
}
.blog-post-list .post-meta span {
	color: #777;
	display: inline-block;
	margin-bottom: 16px;
}
.blog-post-list .post-meta span:last-of-type {
	margin-bottom: 5px;
}
.blog-post-list .entry-content,
.blog-post-list .entry-title,
.blog-post-list .entry-meta {
	padding-left: 110px;
}
/* - Entry Meta */
.blog-post-list .entry-meta {
	font-family: 'Roboto Condensed', serif;
	color: #232c3b;
	font-size: 15px;
	letter-spacing: 1px;
	font-style: italic;
	margin-top: 16px;
}
.blog-post-list .entry-meta span {
	margin-right: 40px;
}
.blog-post-list .entry-meta a {
	color: #e91e63;
	text-transform: capitalize;
	text-decoration: none;
}

/* - Entry Title */
.single-post .entry-title,
.blog-post-list .entry-title > a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 22px;
	color: #232c3b;
	text-decoration: none;
}
.blog-post-list .entry-content p {
	color: #6a7483;
	font-size: 16px;
	line-height: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
}
.blog-post-list .entry-content a {
	padding: 13px 21px;
	border-radius: 2px;
	font-size: 11px;
	color: #fff;
	font-family: 'Roboto Condensed';
	background-color: #3f51b5;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid transparent;
}
.blog-post-list .entry-content a:hover {
	background-color: #fff;
	color: #3f51b5;
	transition: all 1s ease 0s;
	border-color: #3f51b5;
}
/* - Pagination */
.blog-area .pagination {
	width: 100%;
	margin-bottom: 40px;
}
.blog-area .pagination .pager {
	margin: 0;
}
.blog-area .pager li {
	position: relative;
	padding: 0 10px;
}
.blog-area .pager li:first-child::after {
	position: absolute;
	content: "/";
	right: -5px;
	top: -3px;
	font-size: 17px;
	font-weight: 500;
}
.blog-area .pager li > a{
	border: none;
	border-radius: 0;
	color: #232c3b;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 0;
}
.blog-area .pagination li a i:first-child {
	padding-right: 20px;
}
.blog-area .pagination li a i:last-child {
	padding-left: 20px;
}
.blog-area .pagination  .pager li > a:focus,
.blog-area .pagination  .pager li > a:hover {
	background-color: transparent;
	color: #e91e63;
}

/* -- Widget Area */
.widget-area {
	text-align: center;
}
/* - Widget */
.widget{
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}
/* - Widget Search */
.widget-search .input-group {
	width: 100%;
	position: relative;
	border: 1px solid #ededed;
}
.widget-search .input-group .form-control {
	border-radius: 0;
	border: none;
	box-shadow: none;
	padding: 11px;
	height: auto;
}
.widget-search .input-group input:focus {
	border-color: #000;
}
.widget-search .input-group-btn {
	position: absolute;
	right: 45px;
}
.widget-search .input-group .btn-default {
	border-left: 0;
	border-radius: 0;
	border-color: #ededed;
	padding: 0px;
	border: none;
	outline: none;
	width: 35px;
	height: 35px;
}
.widget-search .input-group .btn-default:hover,
.widget-search .input-group .btn-default:focus {
	background-color: transparent;
}
/* - Widget Title */
.widget-title {
	font-size: 13px;
	color: #232c3b;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	letter-spacing: 1px;
}
/* - About Author */
.widget-about-author {
	margin-bottom: 30px;
}
.widget-about-author img{
	display: inline-block;
	margin-top: 45px;
}
.widget-about-author p {
	text-align: left;
	padding-left: 15px;
	padding-top: 20px;
	font-size: 13px;
	color: #888;
	line-height: 23px;
}
/* - Categories Type */
.widget-post-categories .categories-type {
	list-style: none;
	text-align: left;
	display: inline-block;
	margin-top: 26px;
	width: 100%;
}
.categories-type li {
	border-bottom: 1px solid #f0f0f0;
	padding: 11px 0;
	letter-spacing: 0.5px;
}
.categories-type li a {
	color: #777;
	text-decoration: none;
}
.categories-type li:hover a {
	color: #e91e63;
}
.categories-type li span {
	float: right;
	clear: both;
}
/* - Recent Post */
.wiget-recent-post {
	margin-bottom: 22px;
}
.wiget-recent-post .widget-title {
	margin-top: 10px;
	margin-bottom: 35px;
}
.recent-post-box {
	display: inline-block;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 13px;
	margin-top: 10px;
	width: 100%;
	position: relative;
}
.recent-post-box:last-of-type {
	border-bottom: none;
}
.recent-title {
	text-align: left;
	padding-right: 100px;
}
.recent-title > a {
	color: #35373e;
	font-size: 15px;
	margin-bottom: 10px;
	display: inline-block;
}
.recent-title > p {
	font-size: 13px;
	color: #777;
	font-family: 'Roboto Condensed', serif;
}
.recent-img {
	position: absolute;
	right: 0;
	top: 5px;
}
/* - Widget Instagram */
.widget-instagram {
	text-align: left;
}
.widget-instagram .widget-title {
	display: inline-block;
	margin-bottom: 40px;
}
.flickr_badge_image {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 9px;
}
/* - Widget Tags */
.widget-tags {
	text-align: left;
	width: 100%;
}
.widget-tags .widget-title {
	display: inline-block;
	margin-bottom: 35px;
	width: 100%;
}
.widget-tags > a{
	color: #777;
	text-decoration: none;
	border: 1px solid #ededed;
	padding: 5px 22px;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 13px;
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
}
.widget-tags > a:hover {
	background-color: #3f51b5;
	color: #fff;
	transition: all 1s ease 0s;
	border-color: #3f51b5
}

/* -- Single Blog */
.single-post .entry-content p {
	letter-spacing: 1px;
}
.single-post .entry-content blockquote {
	background-color: #fafafa;
	padding: 40px;
	border-left: none;
	color: #7e7e7e;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 25px;
}
.single-post .entry-content blockquote p {
	padding-right: 0;
}
.entry-bullet {
	display: inline-block;
	padding: 0 42px;
}
.entry-bullet ul li {
	display: inline-block;
	font-size: 18px;
	color: #777;
	font-family: 'Roboto Condensed', serif;
	margin-bottom: 20px;
	position: relative;
	padding-left: 21px;
}
.entry-bullet ul li::before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background-color: #3f51b5;
	top: 10px;
	left: 0;
}

/* - Single Share */
.single-share {
	display: inline-block;
	width: 100%;
	padding: 25px 0 15px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.single-share > ul {
    display: inline-block;
}
.single-share li {
	list-style: none;
	display: inline;
	color: #232c3b;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
}
.single-share img {
	display: inline-block;
	margin-right: 20px;
}
.single-share ul li > a {
	color: #666;
	text-decoration: none;
	margin-right: 20px;
	position: relative;
}
.single-share ul li:first-child {
	padding-left: 15px;
}
.single-share ul li:nth-child(2) {
	margin-right: 5px;
	padding-right: 18px;
}
.single-share ul li:nth-child(2)::before {
	position: absolute;
	content: ":";
	font-size: 16px;
	right: 0;
	top: -7px;
}
.single-share ul li:hover a {
	color: #e91e63;
}
.blog-area .single-share .pagination {
	width: auto;
	float: right;
	margin-top: 10px;
	margin-bottom: 0;
}
.single-share .pagination ul li:first-child {
	padding: 0;
}
.single-share .pagination li:nth-child(2)::before {
	content: "";
	font-size: 15px;
}

/* - Comment Section */
.comment-section {
	display: inline-block;
	margin-top: 80px;
	margin-bottom: 45px;
}
.section-heading {
	font-size: 20px;
	color: #232c3b;
	margin: 0;
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	letter-spacing: 2px;
}
.comment-section .media-heading {
	margin-bottom: 20px;
}
.comment-section .media-left {
	float: left;
	clear: both;
}
.comment-section .media-left > img {
	/*position: absolute;*/
}
.comment-section .media-list {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 15px;
}
.comment-section .media-content {
	border: 1px solid #ececec;
	padding: 25px 25px 40px 25px;
	margin-left: 25px;
	position: relative;
	display: inline-block;
}
.comment-section .media-content::after,
.comment-section .media-content::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: 100%;
    top: 20%;
    width: 0;
}
.comment-section .media-content::after {
    border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 10px;
    margin-top: -11px;
}
.comment-section .media-content::before {
    border-color: rgba(194, 225, 245, 0) #f2f2f2 rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
    border-width: 12px;
    margin-top: -13px;
}
.comment-section .media-heading span:first-child{
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	margin-right: 15px;
}
.comment-section .media-heading > span  {
	color: #3f51b5;
	font-size: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.comment-section .media-content p {
	font-size: 15px;
	color: #999;
	line-height: 24px;
}
.comment-section .media-reply {
	float: right;
	clear: both;
}
.comment-section .media-reply  span {
	font-size:  11px;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	position: relative;
	padding-right: 10px;
}
.comment-section .media-reply  span::after {
	position: absolute;
	content: "|";
	font-weight: 700;
	top: -2px;
	right: 0;
}
.comment-section .media-reply  a {
	font-size:  11px;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 5px;
}

.comment-section .media-left .media-reply {
	display: inline-block;
	margin-top: 10px;
}

/* -- Leave Comment */
.leave-comment {
    display: inline-block;
	margin-bottom: 60px;
    width: 100%;
}
.leave-comment .section-heading {
	display: inline-block;
	margin-bottom: 30px;
}
.comment-form label {
	color: #333;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
.comment-form .form-control {
	border-radius: 0;
	box-shadow: none;
	min-height: 38px;
	border-color: #f1f1f1;
}
.comment-form textarea {
	display: inline-block;
	height: 139px;
}
.comment-form  input[type="submit"] {
	background-color: #3f51b5;
	color: #fff;
	box-shadow: none;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
	font-family: 'Roboto Condensed';
	font-size: 12px;
	padding: 10px 0;
	border: 1px solid transparent;
}
.comment-form  input[type="submit"]:hover {
	background-color: #fff;
	border-color: #3f51b5;
	color: #3f51b5;
	transition: all 1s ease 0s;
}

/* ## Responsive */

/* -- min-width: 1681 to max-width: 1900 */
@media only screen and (min-width: 1681px) and (max-width: 1900px) {
	/* -- Counter */
	.counter-box {
		padding: 11.55% 0;
	}
	/* -- About */
	.about-content {
		padding-left: 55px;
		padding-right: 55px;
	}
	.block-title h2 {
		font-size: 32px;
	}

	/* -- What We Do */
	.what-we-do-block {
		padding: 3.54% 0;
	}
}

/* -- max-width: 1650 */
@media (max-width: 1650px) {
	/* -- Services Page */
	.services-box .block-title p,
	.more-srv-details a {
		margin-bottom: 30px;
	}
}

/* -- max-width: 1680 */
@media (max-width: 1680px) {
	/* -- Counter */
	.counter-section {
		width: 100%;
	}
	.counter-section .counter-box {
		width: 20%;
		margin-right: 0;
		border-right: 5px solid #fff;
	}
	.counter-section .counter-box:last-child {
		border: none;
	}

	/* -- ABout */
	.about-section {
		width: 100%;
	}
	.about-section {
		padding-left: 0;
	}
	.block-title h2 {
		line-height: 48px;
	}

	/* -- What We Do */
	.what-we-do-block {
		padding: 75px 0 50px;
	}

	/* -- Testimonials */
	.testimonials  {
		width: 30%;
		padding-bottom: 68px;
	}

	/* -- Skill Section */
	.skill-section {
		width: 70%;
	}

	/* -- Team Section */
	.team-section {
		width: 100%;
	}
	.team-box {
		width: 25%;
	}

	/* -- About Page */
		/* -- About Team Detail */
		.about-team-detail-box {
			padding: 3%;
			padding-right: 3%;
		}
		.about-team-detail-box .block-title h2 {
			margin-bottom: 29px;
		}
		.about-team-detail-box h6 {
			margin-bottom: 25px;
		}

}
/* -- min-width: 1366 to max-width: 1440 */
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
	/* -- Photo Slider */
	.photo-slider .carousel-caption {
		bottom: 20%;
	}

	/* -- About */
	.block-title h2 {
		font-size: 30px;
	}

	/* -- What We Do */
	.what-we-do-block {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	/* -- Portfolio */
	.view-more {
		padding: 7.19% 0;
	}

	/* -- About Page */
		/* -- About Team Detail */
		.about-team-detail-box a {
			margin-top: 45px;
		}

	/* -- Services Page */
	.services-box .block-title p,
	.more-srv-details a	{
		margin-bottom: 32px;
	}
	.services-box.more-srv-details {
		padding-bottom: 118px;
	}
}
/* -- min-width: 1201 to max-width: 1365 */
@media only screen and (min-width: 1201px) and (max-width: 1365px) {
	/* -- Photo Slider */
	.photo-slider .carousel-caption {
		bottom: 20%;
	}

	/* -- About */
	.block-title h2 {
		font-size: 25px;
	}

	/* -- What We Do */
	.what-we-do-block {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.what-we-do {
		margin-top: 20px;
	}

	/* -- Skill Section */
	.chart {
		margin-left: 0;
	}

	/* -- Portfolio */
	.view-more {
		padding: 7.19% 0;
	}

	/* -- Newsletter */
	.newsletter-section {
		padding-left: 160px;
		padding-right: 160px;
	}

	/* -- About Page */
		/* -- About Team Detail */
		.about-team-detail-box {
			padding: 2% 3%;
		}
		.about-team-detail-box .block-title h2,
		.about-team-detail-box h6 {
			margin-bottom: 20px;
		}
		.about-team-detail-box p {
			line-height: 24px;
		}
		.about-team-detail-box a {
			margin-top: 15px;
		}

	/* -- Services Page */
	.services-box {
		padding: 117px 30px;
		max-height: 450px;
	}
	.services-box {
		padding-left: 30px;
		padding-right: 30px;
	}
	.services-box .block-title p {
		margin-bottom: 30px;
	}
}

@media (min-width: 1201px)  {
	.services-box {
		min-height: 568px;
	}
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* -- Photo Slider */
	.photo-slider .carousel-caption {
		left: 0;
		bottom: 20%;
		right: 0;
	}

	/* -- About */
	.about-content {
		padding: 9% 30px;
	}
	.about-section .block-title h2 {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	/* -- What We Do */
	.what-we-do-block {
		padding: 30px 0;
	}
	.what-we-do {
		margin-top: 15px;
	}
	.what-we-do.owl-theme .owl-controls {
		margin-top: 14px;
	}

	/* -- Testimonials */
	.testi-img-box {
		margin-bottom: 55px;
	}

	/* -- Skill Section */
	.chart {
		margin-left: 0;
	}
	.skill-bar-box .col-md-5 {
		padding: 0;
	}

	/* -- Portfolio */
	.portfolio  {
		width: 75%;
	}
	.view-more {
		padding: 9.1% 0;
		width: 25%;
	}

	/* -- Newsletter Section */
	.newsletter-section {
		padding-left: 80px;
		padding-right: 80px;
	}

	/* -- Call Out Section */
	.callout-section {
		max-height: 300px;
	}

	/* -- About Page */
		/* -- About Team Detail */
		.about-team-detail-box {
			padding: 2%;
		}
		.about-team-detail-box .block-title h2 {
			font-size: 25px;
			margin-bottom: 15px;
			line-height: 21px;
		}
		.about-team-detail-box h6 {
			margin-bottom: 20px;
		}
		.about-team-detail-box p {
			line-height: 20px;
			margin-bottom: 10px;
		}
		.about-team-detail-box a {
			margin-top: 0;
		}
	/* -- Services Page */
	.services-box {
		padding: 102px 30px;
		max-height: 450px;
		min-height: 450px;
	}
	.services-box .services-inner {
		padding-left: 220px;
	}
	.services-box .services-inner > p {
		padding-right: 25px;
	}
	.services-box .services-inner > h3 {
		font-size: 21px;
	}
	.services-box .block-title p {
		margin-bottom: 30px;
	}

	/* -- Testimonials 2 */
	.testimonials-2 .testi-img-box  {
		width: 35%;
	}
	.testimonials-2 .testi-content2 {
		width: 65%;
	}
	.testimonials-2 .carousel-control.left {
		left: 40%;
	}

	/* -- Contact Section */
	.contact-section > .col-md-3,
	.contact-section > .col-md-6 {
		width: 100%;
	}
	.contact-section > .col-md-6 {
		margin-bottom: 5px;
	}
	.contact-map.map-section {
		margin: 0;
	}
	.contact-map .map-canvas {
		height: 400px;
	}
	.contact-section > .col-md-3 > .col-md-12,
	.contact-section > .col-md-6 > .col-md-12 {
		width: 50%;
		max-height: 400px;
		min-height: 400px;
	}
	/* -- Blog Post List */
	.blog-post-list .entry-meta span {
		margin-right: 35px;
	}
	.recent-title {
		padding-right: 90px;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* -- Photo Slider */
	.photo-slider .carousel-caption h3 {
		font-size: 35px;
	}

	/* -- Skill Section */
	.skill-bar-box {
		padding-left: 30px;
		padding-right: 30px;
	}
	.skill-progress {
		margin-right: -30px;
	}
	.chart {
		width: 220px;
		height: 220px;
		margin-left: 0;
	}
	.skill-bar-box .col-sm-5 {
		padding: 0;
	}

	/* -- Team Section */
	.team-box {
		width: 50%;
	}

	/* -- Portfolio */
	.portfolio  {
		width: 66.66%;
	}
	.view-more {
		padding: 12.1% 0;
		width: 33.33%;
	}

	/* -- Newsletter */
	.newsletter-section {
		padding-left: 160px;
		padding-right: 160px;
	}

	/* -- About Team Detail */
		.about-team-detail .col-md-6 img {
			margin: 0 auto;
			display: block;
		}

	/* -- Services Page */
	.services-box:nth-last-child(2) {
		margin-bottom: 5px;
	}
	.services-box:nth-child(odd),
	.services-box:nth-child(even) {
		border-right: none;
	}

	/* -- Testimonials 2 */
	.testimonials-2 .testi-img-box {
		width: 40%;
	}
	.testimonials-2 .testi-content2 {
		width: 60%;
	}
	.testimonials-2 .testi-content2 h3 {
		font-size: 19px;
	}
	.testimonials-2 .carousel-control.left {
		left: 40%;
	}

	/* -- Portfolio */
	.portfolio-item-hover h4 {
		font-size: 12px;
		padding-bottom: 15px;
		margin-top: 5px;
	}
	.portfolio-item-hover h3 {
		font-size: 16px;
	}

	/* -- Single Portfolio */
	.portfolio-single-header .logo a {
		padding-left: 50px;
	}
	.portfolio-single-header .nav-next-prev {
		padding-right: 50px;
	}

	/* -- Contact Section */
	.contact-section > .col-md-3,
	.contact-section > .col-md-6 {
		width: 100%;
	}
	.contact-section > .col-md-6 {
		margin-bottom: 5px;
	}
	.contact-map.map-section {
		margin: 0;
	}
	.contact-map .map-canvas {
		height: 400px;
	}
	.contact-section > .col-md-3 > .col-md-12,
	.contact-section > .col-md-6 > .col-md-12 {
		width: 50%;
		max-height: 400px;
		min-height: 400px;
	}

	/* -- Blog Post List */
	.blog-post-list .entry-content,
	.blog-post-list .entry-title,
	.blog-post-list .entry-meta {
		padding-left: 80px;
	}
	.blog-post-list .entry-meta {
		font-size: 13px;
	}
	.blog-post-list .entry-meta span {
		margin-right: 5px;
	}
	.recent-title {
		padding-right: 98px;
	}

	/* -- Single Blog */
	.blog-area .single-share .pagination {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
}

/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {
	/* -- Photo Slider */
	.photo-slider .carousel-caption {
		bottom: 10%;
	}
	.photo-slider .carousel-caption h3 {
		font-size: 30px;
		line-height: 45px;
	}
	.block-title h2 {
		font-size: 25px;
	}
	/* -- counter */
	.counter-section .counter-box {
		width: 100%;
	}

	/* -- Testimonials */
	.testimonials {
		max-width: 100%;
		width: 370px;
		margin: 0 auto;
		float: none;
	}

	/* -- Skill Section */
	.skill-section {
		width: 100%;
		padding-left: 0;
	}
	.chart {
		margin-left: auto;
		margin-right: auto;
	}

	/* -- Team Section */
	.team-section {
		padding-left: 0;
	}
	.team-box {
		width: 50%;
	}

	/* -- Portfolio */
	.portfolio  {
		width: 50%;
	}
	.view-more {
		padding: 18.5% 0;
		width: 50%;
	}

	/* -- Newsletter */
	.newsletter-section {
		padding-left: 40px;
		padding-right: 40px;
	}

	/* -- Services Page */
	.services-section,
	.services-box {
		padding-left: 50px;
		padding-right: 50px;
	}
	.services-box:nth-last-child(2) {
		margin-bottom: 5px;
	}
	.services-box:nth-child(odd),
	.services-box:nth-child(even) {
		border-right: none;
	}
	.services-box .block-title p {
		margin-bottom: 0;
	}

	/* -- Testimonials 2 */
	.testimonials-2 .carousel {
		max-width: 100%;
		width: 400px;
		display: block;
		margin: 0 auto;
	}
	.testimonials-2 .testi-img-box,
	.testimonials-2 .testi-content2 {
		width: 100%;
	}
	.testimonials-2 .testi-content2 {
		padding: 100px 30px;
	}
	.testimonials-2 .carousel-control.left {
		left: 53px;
	}
	.testimonials-2 .carousel-control {
		top: 55%;
	}

	/* -- Portfolio */
	.portfolio-categories li {
		width: 50%;
	}
	.portfolio-section2 .portfolio-item {
		width: 33.33%;
	}
	.portfolio-section2 .portfolio-item.wide {
		width: 66.66%;
	}

	/* -- Single Portfolio */
	.portfolio-single-details {
		padding-left: 20px;
		padding-right: 20px;
	}
	.portfolio-single-details .singel-details .col-md-9 {
		padding: 0;
	}
	.portfolio-single-header .logo a {
		padding-left: 15px;
	}
	.portfolio-single-header .nav-next-prev {
		padding-right: 15px;
	}
	.portfolio-single-header .nav-next-prev a::before {
		margin: 0;
	}

	/* -- Contact Section */
	.contact-section > .col-md-3,
	.contact-section > .col-md-6 {
		width: 100%;
	}
	.contact-section > .col-md-6 {
		margin-bottom: 5px;
	}
	.contact-map.map-section {
		margin: 0;
	}
	.contact-map .map-canvas {
		height: 400px;
	}

	/* -- Blog Post List */
	.blog-post-list .entry-content,
	.blog-post-list .entry-title,
	.blog-post-list .entry-meta {
		padding-left: 90px;
	}
	.blog-post-list .entry-meta span {
		width: 100%;
		display: inline-block;
		margin-bottom: 5px;
	}
	.blog-post-list .entry-title,
	.blog-post-list .entry-title > a {
		font-size: 14px;
		margin-top: 5px;
	}
	.blog-post-list .entry-content p {
		padding-right: 10px;
	}
	.recent-title {
		padding-right: 58%;
	}

	/* -- Widget */
	.widget-area {
		max-width: 300px;
		min-width: 300px;
		margin: 0 auto;
		display: block;
		float: none;
	}

	/* -- Single Blog */
	.single-post .entry-content blockquote {
		padding: 20px;
	}
	.entry-bullet {
		padding: 0;
	}
	.blog-area .single-share .pagination {
		float: none;
		width: 100%;
		margin: 0;
		padding-bottom: 10px;
	}
	.comment-section .media-heading span:first-child {
		font-size: 12px;
	}
	.comment-section .media-content {
		margin-left: 12px;
		padding: 25px 10px 40px;
	}
	.media-left img {
		max-width: 65px;
	}
	.comment-section .media-content::after,
	.comment-section .media-content::before {
		top: 13%;
	}
	.comment-section .media, .comment-section  .media-body {
		overflow: visible;
	}
	.comment-section .media-list > .media > .media-body > .media-list	 {
		margin-left: -50px;
	}
}

/* -- max-width: 639 */
@media (max-width: 639px) {
	/* -- Photo Slider */
	.photo-slider .carousel-caption {
		display: none;
	}

	/* -- Skill Section */
	.skill-bar-box {
		padding-left: 20px;
		padding-right: 20px;
	}
	.skill-bar-box .col-xs-12 {
		padding: 0;
	}

	/* -- Team Section */
	.team-section {
		padding-left: 0;
	}
	.team-box {
		max-width: 300px;
		min-width: 300px;
		float: none;
		margin: 0 auto;
	}

	/* -- Portfolio */
	.portfolio,
	.view-more {
		float: none;
		display: block;
		margin: 0 auto;
		width: 370px;
		max-width: 100%;
	}
	.view-more {
		padding: 18.2% 0;
	}

	/* -- Services Page */
	.services-box .services-skill-box {
		position: relative;
		width: 193px;
		height: 193px;
		display: block;
		margin: 0 auto 30px;
	}
	.services-box .services-inner {
		padding-left: 0;
	}

	/* -- Portfolio */
	.portfolio-section2 .portfolio-item {
		width: 50%;
	}
	.portfolio-section2 .portfolio-item.wide {
		width: 100%;
	}
	.portfolio-single-title {
		bottom: 20px;
		left: 20px;
	}
}

/* -- min-width: 319 to max-width: 479 */
@media only screen and (min-width: 319px) and (max-width: 479px) {
	/* -- Portfolio */
	.portfolio-categories li,
	.portfolio-section2 .portfolio-item,
	.portfolio-section2 .portfolio-item.wide {
		width: 100%;
	}

	.portfolio-single-header .col-xs-4 {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.portfolio-single-header .col-xs-4:last-child {
		margin-bottom: 0;
	}
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	/* -- Photo Slider */
	.photo-slider .carousel-caption {
		bottom: 25%;
		left: 0;
		right: 0;
	}

	/* -- Services */
	.services-section,
	.callout-section,
	.map-section {
		margin: 0;
	}
	.newsletter-section {
		margin-bottom: 5px;
	}

	/* -- Newsletter */
	.newsletter-section {
		margin-top: 5px;
	}

	/* -- About Page */
		/* -- About Team Detail */
		.about-page-content,
		.about-team-detail-box {
			padding: 40px;
		}
	/* -- Blog Post List */
	.page-content .row {
		margin: 0;
	}
}
.contact-images.col-md-12{
	height:493px;
	background: #3f51b5;
	width:100%;
	text-align: center;
}
.contact-images img{
	height:97%;
	margin-top:3%;
}
@media only screen and (min-width: 1320px) and (max-width: 1430px) {
	.contact-images img{
		height:77%;
		margin-top:33.5%;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1244px) {
	.contact-images img{
		height:78%;
		margin-top:35%;
	}
}

@media only screen and (min-width: 1244px) and (max-width: 1300px) {
	.contact-images img{
		height:77%;
		margin-top:35%;
	}
}