
/*=========================================
Sala Multipurpose & Portfolio HTML Template
Version: 1.0 (Initial Release)
Designed By: Shobuj roy
=========================================
1. RESET CSS
2. Common CSS
3. header area
4. Navbar
5. About Area
6. FunFacts Area
7. Team Area
8. Skill Area
9. Portfolio Area
10. Testimonial Area
11. Pricing Area
12. Twitter Feed Area
13. Services Area
14. subscription-area
15. Clients Area
16. WorkProces Area
17. Blog Area
18. Contact Area
19. Contact Form Area
20. Footer Area
=========================================*/
/* ##################### RESET CSS  ##################### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

a:hover {
    text-decoration: none;
}


::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
 /* Firefox 18- */
    opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

img {
    max-width: 100%;
}

/*===================== Common CSS =====================*/

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.relative {
    position: relative;
}

.padding {
    padding-top: 135px;
    padding-bottom: 50px;
}

.padding-two {
    padding-top: 70px;
}

.button {
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    padding: 0 40px;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
}

.button.alt {
    border: 1px solid #353535;
}

.button.alt:hover {
    border: 1px solid #23CD83;
}

.section-head {
    margin-bottom: 72px;
    padding: 0 168px;
    text-align: center;
}

.section-head h3 {
	border: 6px solid;
	display: inline-block;
	font-weight: 400;
	line-height: 60px;
	margin: 55px 0 80px;
	padding: 0 19px;
	position: relative;
	text-transform: uppercase;
}

.section-head.alternate h3 {
    border: 0;
    margin: 0 0 10px;
}

.section-head.alternate h3:before {
    width: 35px;
    height: 4px;
    position: absolute;
    bottom: 50%;
    left: 100%;
    margin-left: 0;
    margin-bottom: -2px;
    content: "";
    background: #fff;
}

.section-head.alternate h3:after {
    width: 35px;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -35px;
    margin-left: 0;
    content: "";
    background: #fff;
}

.section-head h3:before {
    width: 3px;
    height: 35px;
    position: absolute;
    bottom: -55px;
    left: 50%;
    margin-left: -2px;
    content: "";
    background: #454545;
}

.section-head h3:after {
    width: 3px;
    height: 35px;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -2px;
    content: "";
    background: #454545;
}

.section-head span {
    font-weight: 700;
}
/*==========================================
   PRE LOADER              
===========================================*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: -20px 0 0 -20px;
}
/*
	header area
==========================================*/

.header-area {
    background: url(../images/bg/home.png) fixed;
    background-size: cover;
}

.header-area .overlay {
    padding: 193px 0 200px;
}

.header-area h6 {
    margin: 0 auto 40px;
    padding: 0;
    width: 410px;
}

.head-title {
    font-size: 75px;
    font-weight: 900;
    line-height: 80px;
    margin: 30px auto;
    width: 950px;
}
/*Navbar*/
.affix {
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar-default {
    border: none;
}

.nav {
    padding: 15px 0;
}

.nav > li > a {
	padding: 20px;
}
.navbar {
	border: 0 none;
	border-radius: 0;
	min-height: 85px;
	margin-bottom: 0;
	z-index: 9999;
	box-shadow: 0 5px 5px rgba(45, 62, 79, 0.34)
}
.navbar-default .navbar-toggle {
	background: #fff;
	border-color: #fff;
}
.navbar-brand {
    color: #fff !important;
    font-size: 50px;
    font-weight: 400;
    margin: 0 !important;
    padding: 10px 0 !important;
}
/*==========================================
	About Area
==========================================*/
.about-area p {
    padding-bottom: 20px;
}

.single-features {
    margin-bottom: 30px;
}

.single-features h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 18px;
    padding-left: 60px;
    position: relative;
}

.single-features h4 img {
    height: 44px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 44px;
}

/*==========================================
	FunFacts Area
==========================================*/

.funfacts-area {
    padding: 55px 0 50px;
}

.single-ff {
    padding: 30px 0;
}

.single-ff h2 {
    padding-left: 75px;
    position: relative;
}

.single-ff h2 img {
    height: 55px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 53px;
}

.single-ff h2 small {
    border-bottom: 2px solid #fff;
    display: block;
    font-size: 15px;
    padding: 14px 0;
}

/*==========================================
	Team Area
==========================================*/


.single-member {
    margin-bottom: 30px;
}

.single-member .top {
    position: relative;
    margin-bottom: 90px;
}

.team-meta {
    position: absolute;
    z-index: 55;
    bottom: -35px;
    left: 0;
    width: 100%;
    padding: 0 25px;
}

.name-info > h5 {
    font-weight: bold;
}

.social {
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.social li {
    display: inline-block;
    line-height: 55px;
    font-size: 25px;
    margin: 0 5px;
}

.name-info {
    width: 100%;
    padding: 10px 0;
    position: relative;
}

.name-info:after {
    width: 2px;
    height: 20px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -1px;
    content: "";
    background: #454545;
}

.name-info:hover {
    cursor: pointer;
}

.team-meta:hover .social {
    opacity: 1;
    cursor: pointer;
}
/*==========================================
	Skill Area
==========================================*/

.skill-list .skillbar {
    background-color: #f1f1f1;
    box-sizing: border-box;
    margin-bottom: 60px;
    position: relative;
    width: 100%;
}

.skill-list .count-bar {
    width: 100%;
    height: 8px;
    width: 0px;
    position: relative;
}

.skill-list .title {
    color: #fff;
    font-size: 16px;
    left: 0;
    letter-spacing: 2px;
    line-height: 25px;
    padding-left: 10px;
    position: absolute;
    top: -35px;
}

.skill-list .count-bar .count {
    position: absolute;
    line-height: 18px;
    top: -28px;
    right: -20px;
    width: 40px;
    height: 18px;
    color: #fff;
    text-align: center;
}

.skill-list .count-bar .count span {
    position: relative;
    display: block;
}

.skill-list .count-bar .count span:after {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 18px;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.skills-area {
  background: rgba(0, 0, 0, 0) url("../images/bg/skills.png") repeat fixed center center / cover ;
}
.skill-bar {
    width: 100%;
    height: 8px;
}

.skill-bar-innr {
    height: 8px;
}
	

/*==========================================
	Portfolio Area
==========================================*/
.portfolio-shorting {
    margin-bottom: 40px;
}

.portfolio-shorting li {
    border: 2px solid;
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 16px;
}

.filter.active {
    border-bottom: medium none;
    border-top: medium none;
}

.filter:hover {
    cursor: pointer;
}

.portfolios .mix {
    display: none;
}

.portfolios .mix {
    padding: 12px;
    width: 32.33%;
}

.portfolio-shorting li {
    display: inline-block;
    margin: 0 10px;
}

.single-portfolio {
    position: relative;
    margin-bottom: 85px;
}

.portfolio-info {
    bottom: -35px;
    left: 10%;
    padding: 10px 0;
    position: absolute;
    width: 80%;
    text-align: center;
}

/*==========================================
	Testimonial Area
==========================================*/
.testimonials-area {
}

.single-testimonial {
    margin-bottom: 30px;
}

.single-testimonial img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.client-comment {
    border-bottom: 4px solid #23cd83;
    padding: 20px 10px;
    position: relative;
}

.arrow-down {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid;
    bottom: -20px;
    height: 0;
    left: 44%;
    position: absolute;
    width: 0;
}

.client-info {
    margin-top: 30px;
}

.client-info > h5 {
    font-size: 18px;
    margin-top: 15px;
    color: #454545;
}

.client-info > p {
    font-style: italic;
    color: #454545;
}

/*==========================================
	Pricing Area
==========================================*/
.single-price {
    margin-bottom: 30px;
    border: 1px solid #E0E0E0;
    padding: 18px;
}

.single-price ul li {
    line-height: 43px;
    font-size: 16px;
}

.single-price h4, .single-price h2 {
    font-weight: bold;
}

.star {
    margin: 10px 0;
}

.single-price p {
    font-style: italic;
    margin-bottom: 10px;
}

.single-price a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 10px 0 0;
    padding: 10px 35px;
    text-transform: uppercase;
}

.single-price:hover {
    box-shadow: 0 12px 22px rgba(127, 127, 127, 0.35);
}
.single-price a:hover {
    color: #fff;
}
/*==========================================
	Twitter Feed Area
==========================================*/
.twitter-feed-area {
    background: rgba(0, 0, 0, 0) url("../images/bg/twitter.png") repeat fixed 0 0 / cover;
    text-align: center;
    padding: 80px 0;
}

.feed-heading {
    background-color: #23cd83;
    border-radius: 90px;
    border-style: none;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    line-height: 85px;
    margin: 0 auto 40px;
    min-height: 87px;
    text-align: center;
    width: 87px;
}

#tweets ul li p {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.interact {
    display: none;
}

.timePosted {
    margin: 20px auto auto;
    position: relative;
    width: 245px;
}

.timePosted::after {
    border: 1px solid #fff;
    content: "";
    position: absolute;
    top: 16px;
    width: 20px;
    right: 0;
}

.timePosted::before {
    border: 1px solid #fff;
    content: "";
    position: absolute;
    top: 16px;
    width: 20px;
    left: 0;
}

/*==========================================
	Services Area
==========================================*/
.single-services {
    margin-bottom: 30px;
}

.single-services i {
    font-size: 44px;
}

.single-services img {
    width: 40px;
    height: 44px;
}

.single-services h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 18px;
    position: relative;
}

/*==========================================
	subscription-area
==========================================*/

.subscription-area {
    background: url(../images/bg/subscribe.png) fixed;
    background-size: cover;
    padding-bottom: 80px;
}

.subscription-form {
  text-align: center;
}

.subscription-form input[type="email"] {
    width: 100%;
    line-height: 48px;
    border-radius: 5px;
    padding-left: 15px;
    border: none;
}

.subscription-success, .subscription-failed {
  color: #fff;
  margin-bottom: 10px;
}

/*==========================================
	Clients Area
==========================================*/

.single-client {
    margin-bottom: 30px;
}

.single-client > a {
    display: block;
}

.single-client > a:hover {
    background: #777;
}
/*==========================================
	WorkProces Area
==========================================*/

.work-process-area {
    background: url(../images/bg/work.png) fixed;
    background-size: cover;
    padding-bottom: 50px;
}

.workprocess {
    margin-top: 150px;
}

.single-process {
    display: inline-block;
}

.process-text span {
    color: #ffffff;
    float: left;
    font-family: "NeutraDisp-Titling";
    font-size: 104px;
    font-weight: 400;
    line-height: 125px;
    margin-left: 15px;
    margin-top: -45px;
}

.process-text p {
    color: #f7f7f7;
    font-family: antic-slab,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 75px;
    margin: -58px 0 0;
    text-align: right;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.arrow-icon {
    font-size: 46px;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
}

.process-text {
    float: left;
    width: 148px;
}

.arrow-icon {
    float: left;
    margin-top: -15px;
}
/*==========================================
	Blog Area
==========================================*/
.single-blog {
    min-height: 520px;
    margin-bottom: 30px;
}

.blog-title {
    color: #000;
    display: block;
    font-family: "NeutraDisp-Titling";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 20px 0 10px 0;
}

.blog-meta {
    font-style: italic;
    margin-bottom: 10px;
}

.single-post-content {
    padding: 35px 0;
}

.post-title {
    margin: 20px 0 5px;
}

.post-content > p {
    margin-bottom: 15px;
}

.social-share li {
    display: inline-block;
    margin-bottom: 5px;
}

.social-share a {
    background: #23cd83 none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 30px;
    height: 117px;
    padding-top: 6px;
    text-align: center;
    width: 117px;
}

.social-share a {
    background: #23cd83 none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 30px;
    height: 86px;
    padding: 28px;
    text-align: center;
    width: 86px;
}

.social-share a:hover {
    color: #fff;
}
/*==========================================
	Contact Area
==========================================*/

.contact-area {
    padding-bottom: 50px;
}

.contact-icon {
    float: left;
    margin-right: 15px;
    width: 58px;
    padding-top: 5px;
}
.contact-icon .fa {
  font-size: 40px;
  height: 50px;
  line-height: 10px;
}
.single-cinfo > h6 {
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 5px;
}

/*==========================================
	Contact Form Area
==========================================*/
.contact-form {
    padding: 80px 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #353535;
    line-height: 50px;
}

.contact-form input[type="submit"] {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 60px;
    line-height: 40px;
}

.contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #353535;
    line-height: 25px;
    height: 120px;
    resize: none;
}
.subscription-success, .subscription-failed {
    display: none
}
.contact-form .success, .contact-form .error {
    display: none;
    font-weight: 300 !important;
    }
/*==========================================
	Footer Area
==========================================*/

.footer-area {
    padding: 45px 0;
}

.footer-area ul {
    margin: 15px 0 10px;
}

.footer-area ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 25px;
}

.footer-area h5 {
    color: #f7f7f7;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 26px;
}

.footer-area ul li a {
    border-style: solid;
    border-width: 3px;
    color: #ffffff;
    display: block;
    font-size: 32px;
    font-weight: normal;
    line-height: 38px;
    text-align: center;
    width: 46px;
}

