/*
|----------------------------------------------------------------------------
	HighLine Template Main CSS
	Author: MGScoder
	Version: 1.0
	Primary color: #fb9902	
|----------------------------------------------------------------------------
*/
/* Google Font */
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700|Roboto:400,400i,500,500i,700,700i);

body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	color: #222;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.625;
	width:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', 'Roboto', sans-serif;
	line-height: 1.3;
	font-weight: 400;
}
img, iframe, object, embed {
    max-width: 100%;
}
a {
	color: #222;
}
a:focus, a:hover  {
	color: #eb2027;
	text-decoration: none;
}
.intro-text {
	font-size: 18px;
    margin: 0 20% 60px;
}

/*
|----------------------------------------------------------------------------
	HEADER
|----------------------------------------------------------------------------
*/
#header {
    background-color: rgba(0, 0, 0, 0.1);
    height: 80px;
	-webkit-transition: all 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: all 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: all 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: all 0.4s ease 0s, opacity 0.3s ease 0s;
    transition: all 0.4s ease 0s, opacity 0.3s ease 0s;
    z-index: 199;
}
#header.white-bg {
	background-color: rgba(255, 255, 255, 1);
}
.navbar-brand .logo {
	height: 80px;
	-webkit-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
	transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
	width: auto;
}
#header.fixed-nav {	
	background-color: #fff;
	box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
	height: 56px;
}
.navbar-brand {
    padding: 0;
}
#header.fixed-nav .navbar-brand .logo{
    height: 56px;
	width: auto;
}

/*
|----------------------------------------------------------------------------
| NAV
|----------------------------------------------------------------------------
*/
.navbar.navbar-default {
    background: none;
    border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0px;
}
.nav.navbar-nav.navbar-right > li {
	padding: 0 2px;
}
.nav.navbar-nav.navbar-right > li > a {
	font-family: 'Roboto', 'Raleway', sans-serif;
	color: #fff;
	padding: 30px 14px;
    text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: all 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: all 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: all 0.4s ease 0s, opacity 0.3s ease 0s;
	transition: all 0.4s ease 0s, opacity 0.3s ease 0s;
}
.white-bg .nav.navbar-nav.navbar-right > li > a {
	color: #222;
}
.fixed-nav .nav.navbar-nav.navbar-right > li > a {
	padding-bottom: 18px;
	padding-top: 18px;
}
.nav.navbar-nav a.last{
	border:0;
}
.fixed-nav .nav.navbar-nav.navbar-right a {
	color: #222;
}
.fixed-nav .nav.navbar-nav.navbar-right a:hover, .fixed-nav .nav.navbar-nav > li > a.active {
	color: #fff;
}

.nav.navbar-nav > li > a:hover::before, .nav.navbar-nav > li > a.active::before, .nav.navbar-nav > li.open > a::before {
	height: 100%;
}
.nav.navbar-nav > li > a::before {
	background-color: #eb2027;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	-webkit-transition: height 0.15s cubic-bezier(0.68, 0, 0.265, 1) 0s;
	-moz-transition: height 0.15s cubic-bezier(0.68, 0, 0.265, 1) 0s;
	-ms-transition: height 0.15s cubic-bezier(0.68, 0, 0.265, 1) 0s;
	-o-transition: height 0.15s cubic-bezier(0.68, 0, 0.265, 1) 0s;
	transition: height 0.15s cubic-bezier(0.68, 0, 0.265, 1) 0s;
	width: 100%;
	z-index: -1;
}

/* navbar-toggle responsive menu */
#header .navbar-toggle {
	border: none;
	background: transparent;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
	background-color: #eb2027;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ce0606;
}
#header .navbar-toggle:hover {
	background: transparent;
}
.navbar-toggle .icon-bar {
	width: 22px;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
}
.navbar-toggle .top-bar {
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
	opacity: 0;
}
.navbar-toggle .bottom-bar {
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
	transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    -moz-transform:rotate(0);
    -webkit-transform:rotate(0);
    -o-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    -moz-transform:rotate(0);
    -webkit-transform:rotate(0);
    -o-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0);
}

/*
|----------------------------------------------------------------------------
| CAROUSEL
|----------------------------------------------------------------------------
*/
.home-slider {
	height: 100vh;
    width: 100%;
}
.home-slider.image-bg {
    background-image: url("../images/slider/slide-3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#home-slider .owl-carousel {
	position: relative;
	height: 100%;
}
#home-slider .owl-carousel .owl-slide::before {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#home-slider .owl-carousel div:not(.owl-controls) {
	height: 100%;
}
#home-slider .owl-carousel .owl-controls {
	height: 0;
	position: absolute;
	top: 46%;
	left: 0;
	right: 0;
}
#home-slider .owl-carousel .owl-controls .owl-buttons div {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: 0;
	width: 50px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	font-size: .9em;
	border-radius: 3px;
	color: #FFF;
	background: #000;
	opacity: .6;
	text-transform: capitalize;
}
#home-slider .owl-controls > .owl-nav > div {
    background: transparent none repeat scroll 0 0;
    font-size: 50px;
}
#home-slider .owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: 5px;
}
#home-slider .owl-carousel .owl-controls .owl-buttons .owl-next {
	right: 5px;
}
* {
	box-sizing: border-box;
}

#home-slider .owl-carousel .owl-slide {
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    height: 100%;
}
#home-slider .owl-carousel .owl-slide.slide-1 {
    background-image: url("../images/slider/slide-1.jpg");
}
#home-slider .owl-carousel .owl-slide.slide-2 {
    background-image: url("../images/slider/slide-2.jpg");
}

#home-slider .owl-carousel .owl-slide.slide-3 {
    background-image: url("../images/slider/slide-3.jpg");
}
#home-slider .owl-carousel .owl-slide.slide-4 {
    background-image: url("../images/slider/slide-4.jpg");
}

#home-slider .owl-carousel .owl-slide.slide-5 {
    background-image: url("../images/slider/slide-5.jpg");
}

#home-slider .owl-carousel .owl-slide.slide-6 {
    background-image: url("../images/slider/slide-6.jpg");
}

#home-slider .owl-carousel .owl-slide.slide-7 {
    background-image: url("../images/slider/slide-7.jpg");
}

#home-slider .owl-carousel .owl-slide.slide-8 {
    background-image: url("../images/slider/slide-8.jpg");
}

#home-slider .owl-carousel .owl-slide.slide-9 {
    background-image: url("../images/slider/slide-9.jpg");
}

#home-slider .owl-carousel .owl-slide.slide-10 {
    background-image: url("../images/slider/slide-10.jpg");
}

#home-slider .owl-carousel .owl-slide.slide-11 {
    background-image: url("../images/slider/slide-11.jpg");
}

#home-slider .owl-carousel .slider-content {
	bottom: 0;
    display: table;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
#home-slider .slider-caption {
    display: table-cell;
    vertical-align: middle;
}
#home-slider .owl-carousel .slider-content .slider-caption .caption-container {
	height: auto;
    margin: 80px auto 0;
    max-width: 760px;
    width: 80%;
}
#home-slider .owl-carousel .slider-content h2.banner-title-text {
    color: #fff;
    font-size: 42px;
	line-height: 1.1;
    font-weight: 700;
    letter-spacing: 2px;
	margin: 30px 0;
    text-transform: uppercase;
}
#home-slider .owl-carousel .slider-content h2.banner-title-text span {
	color: #eb2027;
}
#home-slider .owl-carousel .slider-content .sub-title {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 30px;
}
#home-slider .owl-carousel .slider-content .sub-title.white-text {
    color: #fff;
}
#home-slider .owl-carousel div.slider-caption {
    height: auto;
    margin-top: 10%;
}
#home-slider .btn-shutter-out-horizontal:before {
	background-color: #eb2027;
}
#home-slider .btn-shutter-out-horizontal:hover {
    color: #fff;
}	
#home-slider  .owl-next {
    float: right;
	padding: 4px 11px;
}
#home-slider  .owl-prev {
    float: left;
	padding: 4px 8px;
}
#home-slider  .owl-nav {
	max-width: 1170px;
	margin: 0 auto;
    opacity: 0;
}
#home-slider :hover .owl-nav  {
    opacity: 1;
}
#home-slider .btn.btn-transparent  {    
    font-size: 18px;
    margin-bottom: 30px;
}
.scroll-arrow {
    bottom: 10px;
    color: #fff;
    font-size: 24px;
    height: 24px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    text-align: center;
    width: 24px;
    z-index: 3;
} 
@keyframes fade-In-Down { 
    0% { 
        opacity: 0; 
        transform: translateY(-40px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fade-In-Down{ 
    opacity: 0; 
    -moz-transform:translateY(-40px);
    -webkit-transform:translateY(-40px);
    -o-transform:translateY(-40px);
    -ms-transform:translateY(-40px);
    transform:translateY(-40px);
}
.scroll-arrow .animated.infinite {
    animation-iteration-count: infinite;
}
.scroll-arrow .fade-In-Down {
    animation-name: fade-In-Down;
}
.scroll-arrow .animated {
    animation-duration: 1s;
}

/*
|----------------------------------------------------------------------------
| TITLE
|----------------------------------------------------------------------------
*/
.title-block h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 50px;
}
.title-wrap {
    overflow: hidden;
	margin: 0 0 60px;
}
.title-text {
    display: table;
    font-size: 28px;
	line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.title-text > span {
    padding: 0 8px;
}
.title-text::before, .title-text::after {
    background-image: url("../images/stripe-dotted.png");
	background-position: 0 6px;
	background-repeat: repeat-x;
    content: "";
    display: table-cell;
    width: 50%;
}
/*-- Title bottom line --*/
.title-wrap .title-line {
	clear: both;
    position: relative;
	line-height: 0;
}
.title-wrap .title-line .long-line {
	background-color: #eb2027;	/*-- border line color --*/
	border-radius: 10px;
	display: inline-block;
	height: 3px;
	position: relative;
	width: 90px;		/*-- border right long line width before aniumation. --*/
}
.title-wrap .title-line .short-line {
	background-color: #eb2027;
	border-radius: 10px;
	display: inline-block;
	height: 3px;
	margin-right: 5px;	/*-- space between left & right line --*/
	position: relative;
	width: 20px;	/*-- border left short line width before aniumation --*/
}

/*title-box*/
.title-box::before {
	background-color: #eb2027;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: 0 0 -1px;
	position: absolute;
	width: 40px;
}
.title-box {
	margin: 60px 0 30px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,0,0,0.8);
}
.title-box > h3 {
	margin: 0;
    text-transform: uppercase;
}

/*single page*/
.post-title {
	font-size: 32px;
	font-weight: bold;
    margin: 30px 0;
}

/*
|----------------------------------------------------------------------------
| BANNER
|----------------------------------------------------------------------------
*/
/*single-page-banner*/
#single-page-banner {
    margin-top: 80px;
    padding: 15vh 0;
    position: relative;
    width: 100%;
}
#single-page-banner.page-title::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#single-page-banner.page-title-image {
	background-color: #b5b5b5;
	background-repeat: no-repeat; 
	background-position: center;
	background-size: cover;
}
#single-page-banner.page-title-image.blog-hbg {
    background-image: url("../images/background/blog-details-banner.jpg");
}
#single-page-banner.page-title-image.portfolio-hbg {
    background-image: url("../images/background/portfolio-details-banner.jpg");
}
#single-page-banner.page-title-image.service-hbg {
    background-image: url("../images/background/portfolio-details-banner.jpg");
}
#single-page-banner.page-title h2 {
    color: #fff;
    font-size: 36px;
	margin: 0;
}
/*breadcrumb*/
.breadcrumb {
    background-color: transparent;
	padding: 8px 0;
	text-align: right;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb > .active, .breadcrumb a:hover {
	color: #eb2027;
	text-decoration: none;
}


/*
|----------------------------------------------------------------------------
| ABOUT
|----------------------------------------------------------------------------
*/
#about {
	padding: 120px 0 70px;
}
.progressbar-wrap .title-box {
    margin-top: 10px;
}
.about-wrap {
    margin: 0 0 50px;
}
.about-wrap .icon-holder {
    float: left;
	margin-top: 5px;
    text-align: center;
}
.about-wrap .icon-holder i {
	border: 1px solid #eb2027;
	border-radius: 50%;
	color: #eb2027;
	height: 64px;
	font-size: 32px;
	line-height: 64px;
	width: 64px;
}
.about-wrap:hover .icon-holder i {
	background-color: #eb2027;
	color: #fff;
}
.about-wrap li::before {
	color: #eb2027;
	content: "\f046";
	font-family: fontawesome;
	padding-right: 8px;
}
.about-wrap li {
    padding: 0 0 5px;
}
.about-wrap .text-box {
    padding-left: 90px;
}
#about .about-wrap .text-box .title-box {
    margin: 0 0 30px;
}
.text-box > p:last-child, .text-box .list-unstyled {
    margin: 0;
}
/*Skill*/
.progressbar-wrap > p {
    margin: 0 0 50px;
}
.progressbar {
    margin: 0 0 50px;
}
.circle {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.circle > canvas {
    vertical-align: middle;
}
.circle > div {
    font-size: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 44px;
    width: 100%;
}
.circle > p {
    margin: 10px 0 0;
}

/*
|----------------------------------------------------------------------------
| SERVICE
|----------------------------------------------------------------------------
*/
#service {
	background-image: linear-gradient(to right bottom, #eb2027 0px, #f2f2f2 100%);
	padding: 120px 0 70px;
}
.service-wrap {
	background-color: #fff;
	box-shadow: 0 0 4px 1px rgba(252, 213, 153, 0.8);
    border-radius: 10px;
    margin: 0 0 50px;
    padding: 40px 20px;
	position: relative;
    text-align: center;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service-wrap:hover {
	box-shadow: 0 0 4px 1px rgba(251, 153, 2, 0.8);
}
.service-wrap h3 {
	color: #eb2027;
	font-weight: bold;
	margin: 20px 0;
}
.service-wrap .col-xs-6 {
    margin: 0;
    padding: 0;
}
.service-box {
    display: table;
    height: 246px;
    padding: 0 10px;
    width: 100%;
}
.service-box-wrap {
    display: table-cell;
    vertical-align: middle;
}
.service-box-wrap.border-left {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(102,153,255,0.8);
}
.service-wrap i {
	background-color: #fff;
	border: 1px solid #eb2027;
	border-radius: 50%;
	color: #eb2027;
	height: 64px;
	font-size: 32px;
	line-height: 64px;
	text-align: center;
	width: 64px;
}
.service-wrap:hover i {
	background-color: #eb2027;
	color: #fff;
}
.service-wrap p:last-child {
	margin-bottom: 0;
}
ul.service-list {
	margin: 0 0 0 20px;
}
ul.service-list li::before {
	content: "\f046";
	font-family: fontawesome;
	margin-left: -25px;
	padding-right: 10px;
	color: #eb2027;
}
ul.service-list li {
    padding: 0 0 5px;
}
.service-box-wrap .btn {
    margin-top: 20px;
}

/*
|----------------------------------------------------------------------------
| TEAM
|----------------------------------------------------------------------------
*/
#team {
	padding: 120px 0 70px;
}
.team-wrap {
	background-color: #fff;
	border-radius: 8px;	
	box-shadow: 0 0 4px 1px rgba(252, 213, 153, 0.8);
	margin-bottom: 50px;
	margin-top: 50px;
	min-height: 332px;
    position: relative;
}
.team-wrap:hover {	
	box-shadow: 0 0 4px 1px rgba(251, 153, 2, 0.8);
}
.team-thumb {
	border-radius: 50%;
    box-shadow: 0 0 4px 1px rgba(252, 213, 153, 0.8);
    overflow: hidden;
    position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -50px;
	width:100px;
}
.team-thumb img {
	border: 5px solid #6699FF;
	border-radius: 50%;
	overflow: hidden;
}
.team-wrap:hover .team-thumb img {
	border-color: rgba(41,171,226,0.8);
}
.team-details{
	height: auto;
    overflow: hidden;
    padding: 50px 15px 0;
    position: relative;
    width: 100%;
}

.team-title h4 {
	color: #eb2027;
	display: block;
	font-weight: bold;
	margin: 20px 0;
	text-transform: uppercase;
}
.team-title h5 {
    display: block;
    font-size: 15px;
	font-weight: bold;
    margin: 0 0 20px;
}
.details-plain .team-title h5 {
    margin: 0 0 20px;
}
.team-details p {
    margin: 0 0 20px;
}
.team-social {
    margin-bottom: 20px;
}
.details-plain {
    opacity: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.team-wrap:hover .details-plain {
    opacity: 1;
}
.details-overly{
    left: 0;
	opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	-moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateY(-50%);
}
.team-wrap:hover .details-overly {
	opacity: 0;
}
.team-wrap .social-icon {
    display: inline-block;
}

/*
|----------------------------------------------------------------------------
| SOCIAL
|----------------------------------------------------------------------------
*/
.list-inline.list-social {
    margin: 0;
    padding: 0;
}
.list-social.list-inline > li {
    padding: 0;
}
.social-icon {
	border: 1px solid #eb2027;
	border-radius: 3px;
	color: #eb2027;
	display: block;
	height: 32px;
	margin-right: 5px;
	overflow: hidden;
	text-align: center;
	text-shadow: none;
	width: 32px;
}
.social-icon-rounded {
    border-radius: 50%;
}
.social-icon-dark, .social-icon-light {
    border-color: transparent;
}
.social-icon-dark {
	background-color: #eb2027;
	color: #fff;
}
.social-icon-light, .footer .social-icon-light {
	background-color: #eb2027;
	color: #fff;
}
.social-icon-colored, .share-icon .social-icon-colored {
    border-color: transparent;
}
.social-icon.social-icon-large {
    height: 44px;
    margin: 0 10px 10px 0;
    width: 44px;
}
.social-icon.social-icon-small {
    height: 24px;
    width: 24px;
}
.social-icon i {
    display: block;
	font-size: 22px;
    line-height: 32px;
    position: relative;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.social-icon.social-icon-small i {
    font-size: 16px;
    line-height: 24px;
}
.social-icon.social-icon-large i {
    font-size: 34px;
    line-height: 44px;
}
.social-icon.social-icon-large:hover i:first-child {
    margin-top: -44px;
}
.social-icon.social-icon-small:hover i:first-child {
    margin-top: -24px;
}
.social-icon:hover i:first-child {
    margin-top: -32px;
}

.social-icon:hover {
	text-decoration: none;
}
.social-icon-colored.social-icon, .social-icon:hover {
    border-color: transparent;
}
.social-icon-colored.social-icon-facebook, .social-icon-facebook:hover {
    background-color: #3b5998;
}
.social-icon-colored.social-icon-twitter, .social-icon-twitter:hover {
    background-color: #00acee;
}
.social-icon-colored.social-icon-gplus, .social-icon-gplus:hover {
    background-color: #dd4b39;
}
.social-icon-colored.social-icon-linkedin, .social-icon-linkedin:hover {
    background-color: #0077b5;
}
.social-icon-colored.social-icon-vimeo, .social-icon-vimeo:hover {
    background-color: #1ca7cc;
}
.social-icon-colored.social-icon-pinterest, .social-icon-pinterest:hover {
    background-color: #cb2027;
}
.social-icon-colored.social-icon-dribbble, .social-icon-dribbble:hover {
    background-color: #ec4a89;
}
.social-icon-colored.social-icon-rss, .social-icon-rss:hover {
	background-color: #eb2027;
}
.social-icon-colored.social-icon-flickr, .social-icon-flickr:hover {
    background-color: #ff0084;
}
.social-icon-colored.social-icon-instagram, .social-icon-instagram:hover {
    background-color: #bc2a8d;
}
.social-icon-colored.social-icon-youtube, .social-icon-youtube:hover {
    background-color: #bb0000;
}
.social-icon-colored.social-icon-skype, .social-icon-skype:hover {
    background-color: #12a5f4;
}
.social-icon-colored.social-icon-yahoo, .footer .social-icon-yahoo:hover {
    background-color: #7B0099;
}
.social-icon-colored.social-icon-tumblr, .social-icon-tumblr:hover {
    background-color: #32506d;
}
.social-icon i:last-child {
    color: #fff;
}
.social-icon-colored i {
    color: #fff;
}

/*
|----------------------------------------------------------------------------
| PORTFOLIO
|----------------------------------------------------------------------------
*/
#portfolio {
	padding: 120px 0 70px;
	background-color: #eb2027;
}
/* category filter */
.filter-section {
	padding-top:40px;
}
.filter-container {
    margin: 0 0 30px;
    text-align: center;
}
.filter-section h1 {
    text-align: center
}
.filter-section .filter-container .filter > li {
    margin: 0;
    padding-bottom: 10px;
}
ul.filter > li > a {
    border: 1px solid #000;
	border-radius: 4px;
	display:  block;
    font-size: 20px;
    padding: 0px 10px;
}
ul.filter > li > a:hover,ul.filter > li > a:focus {
	border-color: #eb2027;
	color: #eb2027;
	text-decoration: none;
	outline: none
}
ul.filter > li.active a {
	background-color: #eb2027;
	color: #fff;
	text-decoration: none;
	outline: none;
	border-top-color: #eb2027;
	border-right-color: #eb2027;
	border-bottom-color: #eb2027;
	border-left-color: #eb2027;
}
.portfolio-wrapper {
    cursor: pointer;
	margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.portfolio-wrapper > img {
	width: 100%;
}
.portfolio-wrapper .content-overly {
	-webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
	display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	-moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
	transform: translateX(100%);
    -webkit-transition:all 0.6s ease-in-out 0s;
    -moz-transition:all 0.6s ease-in-out 0s;
    -ms-transition:all 0.6s ease-in-out 0s;
    -o-transition:all 0.6s ease-in-out 0s;
    transition:all 0.6s ease-in-out 0s;
    width: 100%;
}
.portfolio-wrapper:hover .content-overly  {    
	opacity: 1;
	-moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.overly-inner {
    text-align: center;
	padding-top: 20px;
}
.pfolio-caption > h3 {
    text-transform: uppercase;
}
.pfolio-link a , .pfolio-caption a {
    color: #fff;
	display: inline;
    font-size: 18px;
	text-decoration: none;
    margin: 2.5px;
    padding: 2px 6px;
}
.pfolio-link a {
    border: 1px solid #fff;
}
.portfolio-wrapper .overly-style2 {
	-webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
	display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	-moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
}
.portfolio-wrapper:hover .overly-style2 {
    opacity: 1;
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.portfolio-style2 .isotopeContainer {
	margin: 0 15px 50px;
}
#portfolio .pfolio-list.isotopeContainer {
	margin: 0;
}
.no-space, .no-space .portfolio-wrapper{
    margin: 0;
    padding: 0;
}

/*
|----------------------------------------------------------------------------
| pricing
|----------------------------------------------------------------------------
*/
#pricing {
	padding: 120px 0 70px;
}
.pricing-wrap {
	border-radius: 6px;
    box-shadow: 0 0 4px 1px rgba(252, 213, 153, 0.8);
	min-height: 425px;
	overflow: hidden;
    text-align: center;
	margin: 0 0 50px;
	border: none;
	padding: 30px 20px;
}
.pricing-wrap h3 {
	font-weight: bold;
	margin: 0 0 30px;
    text-transform: uppercase;
}
.pricing-wrap a.btn {
    margin: 30px 0 0;
	text-transform: capitalize;
}
.price-wrap p {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 30px;
}
.pricing-wrap p sub {
	bottom: 2px;
	font-size: 18px;
}
.pricing .active .pricing-wrap  {
	background-color: #eb2027;
	box-shadow: 0 4px 8px #c0c0c0;
	color: #fff;
}
.pricing .active .pricing-wrap  h3, .col-md-3.col-xs-6.active .pricing-wrap  p {
	color: #fff;
}
.pricing .pricing-wrap .btn-link {
    border: 1px solid;
    border-radius: 4px;
    color: #222;
    font-weight: bold;
    margin: 0 0 30px;
    min-width: 190px;
    padding: 6px 10px;
    text-decoration: none;
}
.pricing .active .pricing-wrap .btn.btn-shutter-out-horizontal {
    background-color: #fff;
	color: #222;
}
.pricing .active .pricing-wrap .btn.btn-link {
    color: #fff;
}
.pricing .price {
	margin: 0;
}
.pricing .price > li {
    padding: 10px;
    border-top: 1px solid #222;
}
.pricing .price > li:last-child {
    border-bottom: 1px solid #222;
}
.col-md-3.col-xs-6.active .pricing-wrap .price > li  {
    border-color: #fff;
}
.starter{
	background-color: #caedf9;
}
.premium {
	background-color: #caedf9;
}
.professional {
	background-color: #eb2027;
}
.maximum {
	background-color: #caedf9;
}

/*
|----------------------------------------------------------------------------
| BLOG
|----------------------------------------------------------------------------
*/
#blog {
	background-image: linear-gradient(to right bottom, #f0f0f0 0px, #fcd599 100%);
	padding: 120px 0 70px;
}
.post-meta {
    font-size: 14px;
    font-style: italic;
}
.post-meta span:last-child {
    padding: 0;
}
.post-meta i {
    padding: 0 5px 0 0;
}
.post-meta span {
    padding: 0 15px 0 0;
}
.post-wrap {
	background-color: #eb2027;
	color: #fff;
	margin: 0 auto;
	max-width: 360px;
	overflow: hidden;
	position: relative;
}
#blog .post-content {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    position: absolute;
	-moz-transform: translateY(37.6%);
	-webkit-transform: translateY(37.6%);
	-o-transform: translateY(37.6%);
	-ms-transform: translateY(37.6%);
	transform: translateY(37.6%);
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.56499, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.56499, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.56499, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.56499, 1) 0s;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.56499, 1) 0s;
}
#blog .post-wrap:hover .post-content {
	-moz-transform: translateY(1px);
	-webkit-transform: translateY(1px);
	-o-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}
#blog .post-wrap .post-title {
    margin: 20px 0;
}
#blog .post-wrap .post-excerpt {
    opacity: 0;
}
#blog .post-wrap .post-excerpt > p {
    margin-bottom: 15px;
}
#blog .post-wrap:hover .post-excerpt {
    opacity: 1;
}
.post-title > h3 {
	font-size: 18px;
	font-weight: bold;
    margin: 10px 0;
}
.post-title a {
    color: #fff;
	text-decoration: none;
}
#blog .post-meta a {
    color: #fff;
}
#blog .post-excerpt > p {
    margin: 0;
}
a.btn-more {
	border: 1px solid #fff;
	border-radius: 5px;
    color: #fff;
	display: inline-block;
	font-family: 'Raleway','Roboto', sans-serif;
    padding: 0 5px;
}
a.btn-more:hover i {
    margin-left: 2px;
}
#blog .owl-carousel.owl-theme.owl-loaded {
    margin-bottom: 50px;
    padding-top: 60px;
}
#blog .owl-theme .owl-nav [class^="owl-"],
#blog .owl-theme .owl-nav [class*="owl-"] {
	background: transparent;
	border: 1px solid #fb9902;
	color: #eb2027;
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 30px;
}
#blog .owl-theme .owl-nav [class*="owl-"]:hover {
	color: #fff;
	background-color: #eb2027;
}
#blog .owl-nav .owl-next {
    right: 50%;
	margin: 0 -40px 0 0;
}
#blog .owl-nav .owl-prev {
    left: 50%;
	margin: 0 0 0 -40px;
}
#blog .owl-stage-outer {
    margin-right: -1px;
}

/*
|----------------------------------------------------------------------------
| CLIENTS
|----------------------------------------------------------------------------
*/	
#clients {
	padding: 120px 0 70px;
}
.client-item-wrap {
    border: 1px solid transparent;
    padding: 10px;
}
.client-item-wrap:hover {
	cursor: pointer;
}
.client-item-wrap img{
	max-width: 200px;
}
#clients .owl-carousel.owl-theme.owl-loaded {
    margin: 0 0 50px;
}

/*
|----------------------------------------------------------------------------
| TESTIMONIAL
|----------------------------------------------------------------------------
*/
#testimonials {
	background-image: linear-gradient(to right bottom, #f0f0f0 0px, #fcd599 100%);
	padding: 120px 0 70px;
}
.testimonial-single .testimonial-item {
	margin: 0 15%;
    position: relative;
}
.testimonial-image {
    left: 0;
	margin-top: -50px;
    position: absolute;
    top: 50%;
}
.testimonial-image img {
    border-radius: 50%;
    height: 100px;
    max-width: 100px;
}
.testimonial-content::before {
    border-color: transparent rgba(251, 153, 2, 0.2) transparent transparent;
    border-style: solid;
    border-width: 14px;
    content: "";
    display: inline;
    left: -28px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
}
.testimonial-content::after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 14px;
    content: "";
    display: inline;
    left: -25px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
}
.testimonial-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px 1px rgba(252, 213, 153, 0.8);
    margin: 5px 5px 5px 120px;
    padding: 30px;
	position: relative;
}
.testimonial-content p.blockquote::before {
	color: #eb2027;
	content: "“";
	font-family: 'Times New Roman';
	font-size: 5em;
	left: -15px;
	position: absolute;
	top: -65px;
}
.testimonial-content > p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
	font-style: italic;
    margin: 0 0 30px;
	position: relative;
}
.testimonial-author h4 {
	color: #eb2027;
	margin: 0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.testimonial-author > p {
	font-weight: bold;
    margin: 0;
}

/* CAROUSEL CONTROL for testimonial */
.testimonials .owl-carousel {
	position: relative;
    margin: 0 0 50px;
}
.testimonials .owl-nav [class^="owl-"],
.testimonials .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	font-size: 20px;
	background-color: #eb2027;
	border-radius: 50%;
	color: #fff;
	padding: 2px 11px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.testimonials .owl-nav {
    opacity: 0;
}
.testimonials:hover  .owl-nav {
    opacity: 1;
}
.testimonials .owl-nav [class^="owl-"]:hover,
.testimonials .owl-nav [class*="owl-"]:hover {
	background: rgba(0, 0, 0, 0.3);
}
.testimonials .owl-nav .owl-prev {
	left: 0;
}
.testimonials .owl-nav .owl-next {
	right: 0;
}

/* CAROUSEL CONTROL */
.owl-theme .owl-nav{
	margin-top: 0;
}
.owl-theme .owl-dots {
    margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 2px solid #eb2027;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #eb2027;
}

/*
|----------------------------------------------------------------------------
| TESTIMONIAL RATINGS
|----------------------------------------------------------------------------
*/
.rating-wrap {
    text-align: right;
	margin-bottom: 30px;
}
.rating-wrap .rating {
	color: #caedf9;
	display: inline-block;
	position: relative;
	text-align: left;
}
.rating-wrap .rating::before {
    content: "\f006\f006\f006\f006\f006";
    font: 18px/1.2em "FontAwesome";
    letter-spacing: 2px;
}
.rating-wrap .rating .stars {
	color: #eb2027;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.rating-wrap .rating .stars::before {
    color: inherit;
    font: 18px/1.2em "FontAwesome";
    letter-spacing: 2px;
}
.rating-wrap .rating .stars.one::before {
    content: "\f005\f005\f005";
}
.rating-wrap .rating .stars.two::before {
    content: "\f005\f005";
}
.rating-wrap .rating .stars.three::before {
    content: "\f005\f005\f005";
}
.rating-wrap .rating .stars.four::before {
    content: "\f005\f005\f005\f005";
}
.rating-wrap .rating .stars.five::before {
    content: "\f005\f005\f005\f005\f005";
}

/*
|----------------------------------------------------------------------------
| CONTACT
|----------------------------------------------------------------------------
*/
#contact {
	padding: 120px 0 70px;
}
#map {
	border: 1px solid rgba(202, 237, 249, 0.8);
	border-radius: 4px;
	height: 374px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.map-marker h3 {
	margin: 0 0 10px;
}
.map-marker > p {
    margin: 0;
}
.contact-item {
    margin: 0 0 50px;
}
.contact-left {
    overflow: hidden;
}
.contact-right {
    margin-left: 90px;
    overflow-wrap: break-word;
    padding: 5px 0 0;
}
.contact-desc > span {
    font-size: 18px;
    font-weight: bold;
}
.contact-desc > h4 {
    margin: 0;
}
.contact-desc a {
    color: #222;
    text-decoration: none;
}
.contact-desc a:hover {
	color: #eb2027;
}
.contact-left i {
	border: 1px solid #eb2027;
	border-radius: 50%;
	color: #eb2027;
	height: 64px;
	font-size: 32px;
	line-height: 64px;
	text-align: center;
	width: 64px;
}
.contact-item:hover .contact-left i {
	background-color: #eb2027;
	color: #fff;
}
#msgSubmit {
    margin: 0 0 25px;
}
.form-group {
	display: table;
    position: relative;
	width: 100%;
    margin-bottom: 30px;
}
.input-group-icon {
    position: absolute;
	top: 0;
}
.form-group .input-group-icon {
	background-color: #eb2027;
	border: 0 none;
	border-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	color: #fff;
	display: table-cell;
	font-size: 14px;
	height: 100%;
	padding: 5px 7px 7px;
	text-align: center;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	vertical-align: top;
	white-space: nowrap;
	width: 40px;
}
.form-control {
	background-color: transparent;
	border: 1px solid #eb2027;
	padding-left: 50px;
}
.form-control:focus {
	border-color: #eb2027;
	box-shadow: 0 1px 5px 0 rgba(252, 213, 153, 0.075) inset, 0 0 6px 0 #fb9902;
}
#contactForm span.sub-text {
    bottom: 40px;
    color: #ce0606;
    font-size: 14px;
    position: absolute;
    right: 0;
}
.has-error .form-control {
    border-color: #ce0606;
}
.has-error .input-group-icon {
    background: #ce0606;
    color: #ffffff;
}
.has-error .form-control:focus {
	border-color: #eb2027;
	box-shadow: 0 1px 5px 0 rgba(252, 213, 153, 0.075) inset, 0 0 6px 0 #fb9902;
}
.has-error .form-control:focus+ .input-group-icon {
	background-color: #eb2027;
	color: #fff;
}
#contactForm .help-block {
    color: #ce0606;
    margin: 0;
    padding-left: 42px;
    position: absolute;
    top: -25px;
}
#msgContactSubmit.h3 {
    margin: 0 0 30px;
}
#contactForm .text-success {
    color: #37a000;
}
#contactForm .text-danger, .text-danger {
    color: #ce0606;
}
#contactForm .btn.disabled {
    opacity: 1;
}
#contactForm {
    margin: 0 0 50px;
    position: relative;
}

/*
|----------------------------------------------------------------------------
| SUCCESS STORY
|----------------------------------------------------------------------------
*/
#success-story {
	background-image: linear-gradient(to right bottom, #f0f0f0 0px, #fcd599 100%);
	padding: 120px 0 70px;
}
#success-story .SecTopMargin10 {
    margin-top: 0px;
}
#success-story .icon {
	color: #eb2027;
	margin: 0 0 20px;
}
#success-story .icon i {
    font-size: 48px;
}
.counter-wrap {
    font-weight: bold;
    margin: 0 0 50px;
}
.counter-wrap > p {
    margin: 15px 0 0;
}
.counter {
    font-size: 66px;
	line-height: 1;
    font-weight: 400;
    text-align: center;
}

/*
|----------------------------------------------------------------------------
| SINGLE PORTFOLIO
|----------------------------------------------------------------------------
*/
#pfolio-single-content {
    margin: 30px 0;
}
#pfolio-single-content .post-title h1 {
    font-size: 32px;
	font-weight: bold;
	line-height: 1.1;
    margin: 0 0 30px;
}
#pfolio-single-content .post-image {
    margin: 60px 0;
	padding-top: 5px;
}
#pfolio-single-content .title-box {
    margin: 30px 0;
}
#pfolio-single-content aside {
    margin: 30px 0 60px;
}
#pfolio-single-content ul.portfolio-info {
    box-shadow: 0 0 4px 1px rgba(252, 213, 153, 0.8);
	margin: 0 0 30px;
    border-radius: 8px;
    padding: 20px;
}
#pfolio-single-content ul.portfolio-info:hover {
    box-shadow: 0 0 4px 1px rgba(251, 153, 2, 0.8);
}
#pfolio-single-content ul.portfolio-info li {
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(202, 237, 249, 0.8);
}
#pfolio-single-content ul.portfolio-info li:last-child {
    border: 0 none;
}
#pfolio-single-content ul.portfolio-info li span, #pfolio-single-content ul.portfolio-info li i {
	color: #eb2027;
	font-weight: bold;
	padding-right: 7px;
}
#pfolio-single-content ul.portfolio-info li .info-right {
    padding-left: 20px;
}
#pfolio-single-content p {
    margin: 0 0 30px;
}
#related-portfolio {
	clear: both;
	margin-bottom: 30px;
}
#related-portfolio .title-box {
    margin: 60px 0 30px;
}
.btn.btn-project {
    display: block;
    margin: 30px 0;
    max-width: 170px;
    text-align: center;
    text-transform: uppercase;
}

/*
|----------------------------------------------------------------------------
| SINGLE BLOG
|----------------------------------------------------------------------------
*/
#single-post-content {
    margin-bottom: 60px;
}
#single-post-content .post-title {
    margin: 60px 0 30px;
}
.post-title h1 {
    font-size: 32px;
	line-height: 1.1;
    font-weight: bold;
    margin: 30px 0;
}
#single-post-content .post-image {
    margin: 30px 0;
}
#single-post-content .post-meta {
	margin: 30px 0;
	padding-bottom: 8px;
}
.post-body {
    margin-bottom: 30px;
}
.post-body > p {
    margin-bottom: 30px;
}
.post-navigation {
	margin-bottom: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(202, 237, 249, 0.8);
}
.post-navigation a {
    font-size: 18px;
}
.share-icon {
    margin: 0 0 30px;
}
.share-icon .list-inline.list-social {
    margin-top: 10px;
}
.share-icon .list-inline.list-social li {
    margin: 0 0 10px;
}
.share-icon > span {
	color: #eb2027;
	font-weight: bold;
}

/*related post*/
#related-blog {
    clear: both;
}
#related-blog .title-box {
	margin-top: 30px;
}
#related-blog .blog-wrap {
	background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin: 0 auto 50px;
    max-width: 300px;
}
#related-blog .blog-wrap:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#related-blog .blog-thumb img, .post .post-image img, .post-thumbnail img  {
	width: 100%;
}
#single-post-content .post .post-image {
    overflow: hidden;
	position: relative;
}
#single-post-content .post .post-image img  {
	-webkit-transition:all .8s ease 0s;
    -moz-transition:all .8s ease 0s;
    -ms-transition:all .8s ease 0s;
    -o-transition:all .8s ease 0s;
    transition:all .8s ease 0s;	
}
#related-blog .blog-title h3 {
    font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
    margin: 10px 0;
}
#related-blog .blog-title h3 a {
	text-decoration: none;
}
#related-blog .blog-title h3 a:hover {
	color: #eb2027;
}
#related-blog .blog-wrap:hover .blog-thumb::before {
    content: none;
}
.blog-thumb > a, .post-thumbnail a {
    display: block;
}

#comments {
    position: relative;
}
#single-post-content #comments .title-box {
    margin-top: 10px;
}
/*commentlist*/
#comments .commentlist {
    margin-left: 32px;
    list-style: outside none none;
}
#comments ol.commentlist {
    margin-bottom: 0;
}
.commentlist li {
    margin: 0 0 30px;
    position: relative;
}
.commentlist li ul.children {
	margin: 50px 0;
}
.comment-wrap {
	border: 1px solid rgba(202, 237, 249, 0.8);
	border-radius: 5px;
	padding: 30px;
	position: relative;
}
.comment-wrap h4 {
    margin: 0 0 10px;
}
.comment-author-avatar {
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgba(202, 237, 249, 0.8);
	border-radius: 50%;
	left: -34px;
	padding: 4px;
	position: absolute;
	top: 15px;
}
.children .comment-author-avatar {
    left: -25px;
}
.comment-author-avatar img {
    border-radius: 50%;
    display: block;
}
.commentlist li .children {
	list-style: outside none none;
    margin-top: 0;
}
.commentlist li .comment-content {
    padding: 0 0 0 15px;
}
.comment-content .comment-meta h4 a {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.comment-content .comment-meta a {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.comment-content a {
	text-decoration: none;
}
.comment-content a:hover {
	color: #eb2027;
}
.commentlist li .comment-content p {
    margin: 20px 0;
}
.commentlist li .comment-content a.comment-reply-link {
    margin-top: 10px;
}

/*commentform*/
#respond .title-box {
    margin-top: 30px;
}
#commentform .comment-notes {
    margin-bottom: 30px;
    padding: 0 0 0 15px;
}
#commentform .required {
    font-weight: bold;
    color: #ce0606;
}
#commentform .form-group {
    display: table;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
#commentform .form-control {
    padding-left: 10px;
}
#commentform .btn {
    margin-top: 5px;
}

/*
|----------------------------------------------------------------------------
| SIDEBAR
|----------------------------------------------------------------------------
*/
aside#sidebar {
	margin-top: 60px;
	margin-bottom: 30px;
}
/*Search*/
.search-input-group .input-group-addon {
	background-color: #eb2027;
	border-color: #eb2027;
	color: #fff;
}
.search-input-group .form-control{
	border-color: #eb2027;
	border-right: 0;
	padding-left: 10px;
}
.search-input-group .form-control:focus, .search-input-group .form-control:focus + .input-group-addon{
	border-color: #eb2027;
	box-shadow: 0 1px 1px 0 rgba(252, 213, 153, 0.075) inset, 0 0 6px 0 #fb9902;
}
.search-input-group button{
    border:0;
    background:transparent;
}
.widget-area ul {
    list-style: outside none none;
    padding: 0;
}
.widget-area ul li::before {
	color: #eb2027;
	font-family: fontawesome;
	font-size: 15px;
	padding-right: 10px;
}
.recent-comments li::before{
    content: "\f075";
	margin-left: -25px;
}
.widget-area .recent-comments ul li {
    padding-left: 25px;
}
.widget-area ul li {
	margin: 20px 0;
	padding: 0 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(202, 237, 249, 0.8);
}
.widget-area ul li h3 {
    font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	margin: -5px 0 10px;
}
.widget-area ul li h3 a:hover {
	color: #eb2027;
}
.widget-area .post-thumbnail, .footer .post-thumbnail {
    float: left;
    height: 64px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 64px;
}
.footer .post-thumbnail {
	margin-top: 5px;
}
.widget-area .post-content, .footer  .post-content {
    margin-left: 74px;
}

/*
|----------------------------------------------------------------------------
| SINGLE SERVICE
|----------------------------------------------------------------------------
*/
#service-single-content .post-image {
    margin: 60px 0;
}
.service-content {
    margin-bottom: 30px;
}
#service-single-content p {
    margin: 0 0 30px;
}
#service-single-content  #accordion .panel-heading {
    padding: 10px 25px;
}
#service-single-content .panel-default > .panel-heading {
    cursor: pointer;
}
#service-single-content .panel-title a {
    font-size: 18px;
	font-weight: bold;
    text-decoration: none;
}
#service-single-content .panel-title a:hover {
	color: #fff;
}
.panel-group .panel-body {
    padding: 15px 25px;
}
.panel-group .panel + .panel {
    margin-top: 15px;
}
.panel-default {
	border-color: #eb2027;
}
.panel-default > .panel-heading.highlight, .panel-default > .panel-heading:hover {
	background-color: #eb2027;
	background-image: -moz-linear-gradient(to bottom, #fb9902 0px, #fcd599 100%);
	background-image: -webkit-linear-gradient(to bottom, #fb9902 0px, #fcd599 100%);
	background-image: -o-linear-gradient(to bottom, #fb9902 0px, #fcd599 100%);
	background-image: -ms-linear-gradient(to bottom, #fb9902 0px, #fcd599 100%);
	background-image: linear-gradient(to bottom, #fb9902 0px, #fcd599 100%);
	color: #fff;
}
.panel-default > .panel-heading, .panel-default > .panel-heading.default-color {
	background-color: #eb2027;
	color: #222;
	background-image: -moz-linear-gradient(to bottom, #fcd599 0px, #fb9902 100%);
	background-image: -webkit-linear-gradient(to bottom, #fcd599 0px, #fb9902 100%);
	background-image: -o-linear-gradient(to bottom, #fcd599 0px, #fb9902 100%);
	background-image: -ms-linear-gradient(to bottom, #fcd599 0px, #fb9902 100%);
	background-image: linear-gradient(to bottom, #fcd599 0px, #fb9902 100%);
}
.panel-default > .panel-heading .glyphicon {
    top: 3px;
}
/*service-list*/
#service-single-content .service-list ul {
    margin: 0 0 30px;
    padding: 0;
}
.service-list ul li {
    margin-bottom: 5px;
    padding-left: 26px;
    position: relative;
}
.service-list ul li:last-child {
	margin-bottom: 0;
}
.service-list ul li::before {
	color: #eb2027;
	content: "\f046";
	font-family: "FontAwesome";
	font-size: 18px;
	left: 0;
	position: absolute;
	top: 0;
}
/*service-menu*/
#service-single-content aside {
    margin-bottom: 30px;
}
.service-menu.list-unstyled {
    margin: 60px 0;
}
.service-menu li {
    padding: 0 0 15px;
}
.service-menu li:last-child {
	padding: 0;
}
.service-menu a {
	background-color: rgba(202, 237, 249, 0.8);
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
.service-menu a:hover, .service-menu a.active  {
	background-color: #eb2027;
	color: #fff;
}
.service-menu a i {
    padding: 0 10px;
}
/*Service Brochure*/
ul.brochure-menu {
    box-shadow: 0 0 4px 1px rgba(252, 213, 153, 0.8);
    border-radius: 10px;
    margin: 30px 0 60px;
    padding: 20px;
}
ul.brochure-menu:hover {
    box-shadow: 0 0 4px 1px rgba(251, 153, 2, 0.8);
}
.brochure-menu li {
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(202, 237, 249, 0.8);
}
.brochure-menu li:last-child {
    border: none;
}
.brochure-menu li:first-child {
    padding: 10px 0;
}
.brochure-menu a i {
    float: right;
	padding: 6px 0;
}
/*Service Features*/
.service-features {
    margin-bottom: 60px;
}
#service-single-content .service-features .panel-group {
    box-shadow: 0 0 4px 1px rgba(252, 213, 153, 0.8);
    border-radius: 10px;
    margin: 30px 0 60px;
    padding: 30px 20px;
}
#service-single-content .service-features .panel-group:hover {
    box-shadow: 0 0 4px 1px rgba(251, 153, 2, 0.8);
}
/*Service quoteForm*/
#quoteFormholder {
    margin-bottom: 60px;
}
.quoteForm-holder2 .quoteForm {
    margin: 0;
    max-width: 100%;
}
.quoteForm {
    box-shadow: 0 0 4px 1px rgba(252, 213, 153, 0.8);
    border-radius: 10px;
    margin: 15px;
    max-width: 350px;
    padding: 30px 20px;
	position: relative;
    width: 100%;
}
.quoteForm:hover {
    box-shadow: 0 0 4px 1px rgba(251, 153, 2, 0.8);
}
.quoteForm .form-title {
	line-height: 1;
    margin: 0 0 20px;
	position: relative;
    text-align: center;
    text-transform: uppercase;
}
#quoteForm .bootstrap-select.form-control {
	padding: 6px 0 5px 45px;
	border: 1px solid #eb2027;
}
#quoteForm .form-control {
    color: #222;
}
#quoteForm .caret {
	color: #eb2027;
}
#quoteForm .has-error .form-control {
    border: 1px solid #ce0606;
}
#quoteForm .has-error .form-control:focus {
	border-color: #eb2027;
	box-shadow: 0 1px 5px 0 rgba(252, 213, 153, 0.075) inset, 0 0 6px 0 #fb9902;
}
#quoteForm .has-error .form-control:focus+ .input-group-icon {
	background-color: #eb2027;
	color: #fff;
}
#quoteForm .form-control:focus {
	border-color: #eb2027;
}
.quoteForm .btn.dropdown-toggle.btn-default {
    background: transparent;
    border: 0 none;
    border-radius: 0;
	box-shadow: none;
    color: #222;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
    padding: 0;
    text-shadow: none;
}
.quoteForm .btn.dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border-color: transparent;
    color: #222;
}
.quoteForm .help-block.with-errors {
	color: #ce0606;
    top: -25px;
    left: 40px;
    margin: 0;
    position: absolute;
}
.quoteForm .sub-text { 
	right: 20px;
	bottom: 68px;
    color: #ce0606;
    font-size: 14px;
    position: absolute;
}
.quoteForm .text-danger {
    font-size: 16px;
	margin: 0 0 30px;
}
.h3.text-success {
    color: #37a000;
}

/*
|----------------------------------------------------------------------------
| Button
|----------------------------------------------------------------------------
*/
.btn {
	font-family: "Raleway", 'Roboto', sans-serif;
	font-size: 16px;
	overflow: hidden;
	padding: 6px 20px;
}
.btn-shutter-out-horizontal {
	background-color: #eb2027;
	color: #fff;
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	display: inline-block;
	position: relative;
	-moz-transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
	transform: perspective(1px) translateZ(0px);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}
.btn-shutter-out-horizontal::before {
	background-color: rgba(202, 237, 249, 0.8);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
}
.btn-shutter-out-horizontal:hover, .btn-shutter-out-horizontal:focus, .btn-shutter-out-horizontal:active {
	border-color: #eb2027;
	color: #222;
}
.btn-shutter-out-horizontal:hover::before, .btn-shutter-out-horizontal:focus::before, .btn-shutter-out-horizontal:active::before {
    -moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.btn-transparent {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn.btn-shutter-out-horizontal.disabled {
    opacity: 1;
}

/*
|----------------------------------------------------------------------------
| FOOTER
|----------------------------------------------------------------------------
*/
.footer {
    background-color: #222;
}
.footer-top {
    background: none;
	padding: 90px 0 40px;
}
.footer-top > div {
    margin: 0 0 50px;
}
.footer a, .footer p, .footer li  {
    color: #fff;
}
footer ul.contact-info li {
    padding-bottom: 5px;
}
footer ul.contact-info li:last-child {
    padding-bottom: 0;
}
.footer h4.widget-title {
    border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 5px;
    position: relative;
	text-transform: capitalize;
}
.footer h4.widget-title::before {
	background-color: #eb2027;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: 0 0 -1px;
	position: absolute;
	width: 40px;
}
.footer h4.widget-title span {
	color: #eb2027;
}
#footer .recent-post {
    margin-bottom: 10px;
}
.footer .recent-post li {
	margin: 0 0 20px;
	position: relative;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eb2027;
}
.footer .recent-post li:last-child {
    margin: 0;
}
.footer .recent-post li {
	border-bottom: none;
}

/***** subscribe form ******/
.mc-form-holder {
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 360px;
	position: relative;
}
#mc-form .form-control {
	background-color: transparent;
	border: 1px solid #eb2027;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
	color: #fff;
	display: inline;
	height: 34px;
	padding: 3px 10px 5px;
	vertical-align: top;
	width: 79%;
}
#mc-form .form-control:focus {
    box-shadow: 0 1px 1px 0 rgba(252, 213, 153, 0.075) inset, 0 0 6px 0 #fb9902;
    outline: 0 none;
}
#mc-form .btn {
	background-color: #eb2027;
	border: medium none;
	border-radius: 0 4px 4px 0;
	box-sizing: border-box;
	color: #fff;
	display: inline;
	font-family: fontawesome;
	font-size: 18px;
	height: 34px;
	margin: 0 0 0 -6px;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 20%;
}
#mc-form .btn:hover {
	background-color: rgba(41,171,226,0.8);
}
#mc-form label {
	color: #fff;
    font-size: 16px;
    font-weight: normal;
	line-height: 1.2;
    left: 0;
    position: absolute;
    top: 50px;
}
#mc-form .error {
    color: #ce0606;
}
#mc-form .valid {
    color: #37a000;
}

.footer ul li a:hover, .footer ul.list-unstyled li a:hover  {
	color: #eb2027;
	text-decoration: none;
}
.footer hr {
    border-color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
}
.footer-logo {
    float: left;
    height: 16px;
    margin-right: 20px;
    width: auto;
}
.footer .copyright {
    font-size: 14px;
}
a.footer-site-link {
    color: #fff;
}
.footer .post-content h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
}
#footer .list-unstyled.contact-info i {
    width: 18px;
}

.scrollup {
	bottom: 40px;
	display: none;
	font-size: 42px;
	color: #eb2027;
	height: 40px;
	position: fixed;
	right: 22px;
	text-align: center;
	width: 40px;
	z-index: 999;
}

/*
|----------------------------------------------------------------------------
| OTHER
|----------------------------------------------------------------------------
*/
blockquote {
	font-size: 18px;
	border-color: #eb2027;
	margin: 0 0 30px;
}
blockquote p {
	margin: 0;
}
.SecTopMargin {
    margin-top: 30px;
}
.SecTopMargin50 {
    margin-top: 50px;
}
.SecTopMargin40 {
    margin-top: 40px;
}
.SecTopMargin30 {
    margin-top: 30px;
}
.SecTopMargin10 {
    margin-top: 10px;
}
.TopMargin0 {
    margin-top: 0;
}
.TopMargin30 {
    margin-top: 30px;
}
.bottomMargin0 {
    margin-bottom: 0;
}
.alpha {
	text-align: left;
}
