/* ----------------------------------------------------------------------------------------
* Author        : Ambidextrousbd
* Template Name : Upin | One Page Multipurpose corporate business Html Template
* File          : Upin main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */





/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. About area css

05. Service area css

06. Portfolio/work area css

07. Team Area Css

08. Fun facts area css

09. Pricing area css

10. Testimonial area css

11. News area css

12. Video area css

13. Clients area css

14. Subsicribe area css

15. Contact area css

16. Google map area css

17. footer area css

-------------------------------------------------------------------------------------- */


/* Google Fonts lato and open sans */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto:400,500,700');



/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    color: #000;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.subtitle {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

p {
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

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

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

input[type='submit'] {
    display: inline-block;
    background: #d86838;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    border: none;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn{
    display: inline-block;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-big {
    font-weight: 900;

}

.btn-active{
	background: #d86838;
	border-color: #d86838;
}

.intro-text .btn{
	margin-right: 15px;
}

.btn:hover {
    border-color: #d86838;
    background: #d86838;
    color: #fff;
}
.btn-active:hover{
	background: transparent;
	border-color: #fff;
}

.section-big {
    padding: 40px 0px;
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    margin: auto;
    max-width: 700px;
    margin-bottom: 30px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 25px;
    position: relative;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
	color: #d86838
}

.section-title p {
    margin-top: 25px;
}

/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}



/* ----------------------------------------------------------------------------------------
*                                  01. Top-Bar css
* --------------------------------------------------------------------------------------- */

.top-bar {
    position: relative;
    margin-bottom: -70px;
    height: 70px;
    line-height: 70px;
    z-index: 2;
    color: #fff;
    background: #e57715;
    overflow: hidden;
}

.tsocial{
    float: left;
}

.tsocial a i.fa {
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
}

.tsocial a i.fa:hover {
    color: #d86838;
}

.mainlist-box .fam {
    color: #d86838;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 60px;
	opacity:1!important;
}


.tinfo{
    float: right;
}

.tinfo a.email {
    margin-right: 50px;
    color: #fff;
}

.tinfo a.phone {
    color: #fff;
}



/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */

.menu-area.navbar-fixed-top {
    background: #fff;
    top: 70px;
    height: 95px;
}
.menu-area.navbar-fixed-top.sticky-menu {
    top: 0px;
    height: 65px;
}

.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
    padding-top: 0px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-top: 0px;
}
.sticky-menu .navbar-brand>img {
    height: 50px;
	
}

.navbar-brand>img {
    height: 95px;
	
}
.sticky-menu .navbar-collapse {
   
    padding-top: 0px;
}

.navbar-collapse {
   
    padding-top: 25px;
}
.sticky-menu .navbar {
    margin-top: 8px;
}

.navbar-brand {
    padding: 0;
}
.navbar-brand:hover {
    color: #82b541;
}

.navbar-nav  li {
    display: block;
	position:relative;
}

.navbar-nav li a {
    color: #333;
    font-weight: 900;
    font-family: 'Lato';
    font-size: 14px;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu .navbar-nav li.active a {
    color: #d86838;
}

/*Dropdown Css*/
.navbar-nav > li.dropdown:hover > a, 
.navbar-nav > li.dropdown:hover > a:hover,
.navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

@media (min-width: 768px) {
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.navbar-nav .dropdown-menu li a {
    padding: 10px;
}

/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #d86838;
}

.top-hide{
	height: 165px;
}

/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */



/* Home carseoul
--------------------------- */
#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item
{
    height: 100%;
    height: 500px;
}

#slider .main-container {
  padding: 0;
}

#slider .carousel-indicators {
    right: 100px;
    left: auto;
    width: 80px;
}

#slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 0px;
    background: transparent;
    margin: 0px;
    margin-left: 7px;
}
#slider .carousel-indicators li.active {
    background: #000;
}

#slider .carousel-control.right,
#slider .carousel-control.left {
  background-image: none;
}

#slider .carousel .item {
  min-height: 425px;
  height: 100%;
  width:100%;
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

#slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

.carousel-fade .carousel-inner .item {

  transition-property: opacity;
  -ms-transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.right.carousel-control .fa,
.left.carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -26px;
    padding: 5px 15px;
    border: 2px solid #fff;
}

.carousel-control .fa:hover  {
    background: #d86838;
	border-color: #d86838;
}

.left.carousel-control .fa {
    left: 10px;
	font-size: 36px;
}

.right.carousel-control .fa {
    right: 10px;
	font-size: 36px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.intro-text {
    text-align: center;
    padding-top: 10px;
    max-width: 800px;
    margin: auto;
}

.intro-text .title {
    text-align: center;
    display: table;
    margin: auto;
    padding: 35px 20px;
}

.intro-text h2 {
    font-size: 50px;
    line-height: 75px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.intro-text h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.intro-text p {
		font-size: 16px;
		line-height: 24px;
	}
}

.intro-text p {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}

/* Slide Background Image */
#slider .slide1 {
    background-image: url(../img/slider/slider-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide2 {
    background-image: url(../img/slider/slider-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide3 {
    background-image: url(../img/slider/slider-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* Slider text animation */
.intro-text h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
}
.item.active .intro-text h2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.intro-text .btn {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
}
.item.active .intro-text .btn {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}
.intro-text p {
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
    opacity: 0;
}
.item.active .intro-text p {
    transform: scale(1);
    opacity: 1;
}




/* ----------------------------------------------------------------------------------------
*                               04. About area css
* ---------------------------------------------------------------------------------------*/

.about-area {
    background: #fff;
}

.about-text {}
.about-text h3 {
    margin-top: 0px;
	color: #d86838;
}

.about-text ul {
    margin-top: 10px;
    margin-left: 30px;
    list-style: none;
}

.about-text ul li {
    line-height: 30px;
    position: relative;

}

.about-text ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -30px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #333;
    border-radius: 50px;
}

.about-thumb img {
    
}

.about-text .btn {
    margin-top: 25px;
	background: #d86838;
	border: 1px solid #d86838;
	padding: 10px 50px;
}

.about-text .btn:hover {
    background: transparent;
	color: #333;
	border: 1px solid #d86838
}



/* ----------------------------------------------------------------------------------------
*                                   05. Service area css
* --------------------------------------------------------------------------------------- */
.service-area{
    background-image: url(../img/bg/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.service-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.50);
}
.service-area  .section-title h2{
	color: #fff;
}

.home-services .service-box {
    padding: 52px 30px;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
	position:relative;
}

.service-box .hover-box{
    color:#fff;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20% 20px 0px 20px;
    transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

.home-services .service-box:hover .hover-box  { 
	background: #d86838;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}

@media (min-width: 1200px) {
    .home-services .service-box {
        /*max-width: 300px;*/
    }
}

.home-services .service-box i.fa {
    color: #d86838;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 60px;
}
.home-services .service-box h3 {
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
	color: #333;
}

.service-box .hover-box h3,
.service-box .hover-box  i.fa{
	color:#fff;
}




/* ----------------------------------------------------------------------------------------
*                               06. Portfolio/work area css
* --------------------------------------------------------------------------------------- */
.works.section-big {
    padding-bottom: 0px;
}
.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 45px;
}

.filters li {
    display: inline-block;
    margin: 0px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}

.filters li.active {
    color: #d86838;
}

.work-items .item {
    position: relative;
    overflow: hidden;
	margin-top: 1px;
}

.work-items .item img {
    width: 100%;
    transition: 0.8s ease-out;
}

.boot-padding {
    padding: 1px;
}

.item figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

figure {
    margin: 0px; 
	 
}

.item figure .figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}

.item figure .figcaption:hover {
	background-color: rgba(0, 0, 0, 0.60);
	
}

.work-items .figcaption i.fa {
    font-size: 36px;
    color: #d86838;
    position: absolute;
    top: 37%;
    left: 38%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80px;
    height: 80px;
    padding: 22px 0px;
    border-radius: 100px;	
}

figure.effect-layla i.fa {
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla:hover i.fa {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla .figcaption::before,
figure.effect-layla .figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover .figcaption::before,
figure.effect-layla:hover .figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	
}

figure.effect-layla .figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla .figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}


/* ----------------------------------------------------------------------------------------
*                                07. Team area css
* --------------------------------------------------------------------------------------- */
.team-member{
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
}

.member-image{
}

.member-image img{
    width: 100%;
    padding-bottom: 2px;
}


.member-info {
    transition: 0.3s ease-out;
}

.team-member h3{
    margin-bottom: 6px;
}

.member-info .text-muted {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.member-social a{
    position: relative;
    margin: 10px 0px;
}

.member-social i.fa {
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #333;
}

.member-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
    padding: 0px 15px;
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
.hover-text {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    left: 0px;
	z-index: 2;
}

.team-member:hover .member-hover {
    opacity: 1;
    height: 100%;
}

.member-hover h3,
.member-hover .text-muted,
.member-hover i.fa {
	color: #fff;
}

.member-hover i.fa:hover {
	color: #d86838;
}

.member-hover .member-social {
    margin: 10px auto;
}

.member-hover p {
    text-align: left;
}

.member-hover .text-muted {
    text-align: center;
}


.member-hover {
	background: rgba(41, 128, 185, 0.7);
	bottom: 0;
	color: white;
	font-size: 1em;
	overflow: hidden;
	left: 0;
	opacity: 0;
	padding: 3.75em 3em;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.member-hover:hover { opacity: 1; }

.member-hover:after,
.member-hover:before {
	border: 1px solid rgba(255, 255, 255, 1);
	bottom: 1em;
	content: '';
	left: 1em;
	opacity: 0;
	position: absolute;
	right: 1em;
	top: 1em;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 0.2s 0.1s;
	transition: 0.2s 0.1s;
}

.member-hover:before {
	border-bottom: none;
	border-top: none;
	left: 2em;
	right: 2em;
}

.member-hover:after {
	border-left: none;
	border-right: none;
	bottom: 2em;
	top: 2em;
	z-index: 1;
}

.member-hover:hover:after,
.member-hover:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.member-hover h2 { 
	margin-top: 0;
	font-family: Roboto;
	font-weight: 500;
	font-size:20px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
}
.team-member .member-hover { 
	background: rgba(0, 0, 0,.5); 

}



/* ----------------------------------------------------------------------------------------
*                                   08. Fun facts area css
* --------------------------------------------------------------------------------------- */
.fun-facts-area{
    background-image: url(../img/bg/fun-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	color: #fff;
}

.fun-facts-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.50);
}

.fun-fact i.fa {
    font-size: 48px;
    position: relative;
    padding-bottom: 35px;
}

.fun-fact h3 {
    font-size: 36px;
    font-weight: 900;
	color: #fff;
	margin-top: 0;
}
.fun-fact p {}





/* ----------------------------------------------------------------------------------------
*                                   09. Pricing area css
* --------------------------------------------------------------------------------------- */

.price-item.act {
    border: 1px solid #D86838;
}

.price-item {
    padding: 0 0px 28px;
    margin: 0;
    background-color: #f1f1f1;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item.featured {
    background: #82b541;
    color: #fff;
}

.info {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.price-item p.level {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Roboto';
    line-height: 50px;
    text-transform: uppercase;
    margin: 0;
	padding-top: 20px;
}

p.period {
    margin-top: -15px;
    font-size: 16px;
    color: #d86838;
    padding-bottom: 20px;
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price {
	color: #d86838;
}

.price-item.featured p.price {
    color: #82b541;
}

.price-item p.price .dollar {
    font-size: 30px;
    position: relative;
    top: -30px;
}

.price-item p.price .number {
    font-size: 48px;
    font-weight: 900;
    font-family: 'Roboto';
}

.price-item .features {
    margin: 30px 0;
}
.price-item .featured .price {
	color: #fff;
}
.price-item .featured .period {
	color: #fff;
	
}
.price-item .featured {
    background: #d86838;
	color: #fff;
}

.price-item .features li {
    padding: 5px 0;
}

.price-item a.btn.current {
    background: #d86838;
	color: #fff;
}
.price-item a.btn.current:hover {
    background: #fff;
	color: #333;
}

.price-item a.btn {
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
}

.price-item.featured a.btn {
    background: #fff;
    color: #82b541;
}

.price-item a.btn:hover {
    background: #d86838;
    color: #fff;
}



/* ----------------------------------------------------------------------------------------
*                                   10. News area css
* --------------------------------------------------------------------------------------- */
.testimonial-area{
    background-image: url(../img/bg/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	color: #fff;
}

.testimonial-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
}

.single-testimonial {
    padding: 0px 200px;
}

.single-testimonial i.fa {
    font-size: 40px;
    margin-bottom: 30px;
    display: inline-block;
    color: #3f8ed9;
}

.single-testimonial p {
    line-height: 25px;
	margin-bottom: 45px;
}

.single-testimonial img {
    margin-top: 20px;
	border: 1px solid #d86838;
}

.single-testimonial h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
	font-size: 20px;
    margin-bottom: 30px;
}

.single-testimonial span {
    color: #d86838;
}

.owl-theme .owl-controls {
    margin-top: 46px;
    margin: auto;
    display: table;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 5px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
    color: #333;
    background: none;
    padding: 5px;
}

.owl-controls .owl-page {
    cursor: pointer;
    float: left;
    border: 1px solid #d86838;
    margin: 0px 10px;
}

.owl-controls .owl-page.active{
	background: #d86838;
	
}



/* ----------------------------------------------------------------------------------------
*                                   11. News area css
* --------------------------------------------------------------------------------------- */

.news-image {
    position: relative;
	
}
.news-image img {
    width: 100%;
}

.news-content .subtitle {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.blog-date h4 {
    background: #fff;
    border: 2px solid #82b541;
    width: 55px;
    padding: 8px 0px;
    text-align: center;
    color: #82b541;
    position: absolute;
    top: 2px;
    left: 15px;
    font-size: 15px;
}

.news-content .b-button {
    color: #333;
    border: 1px solid #82b541;
    padding: 10px 35px;
    text-transform: uppercase;
}

.news-content .b-button:hover {
    background: #82b541;
    border: 1px solid #82b541;
	color: #fff;
}

.news-meta .border-right {
    border-right: 1px solid #d86838;
    padding-right: 12px;
}

.news-content .subtitle i.fa {
    color: #82b541;
}

.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
    color: #d86838;
}

.green-news .news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
    color: #82b541;
}

.news-meta span {
    float: left;
    margin-right: 12px;
	margin-bottom: 10px;
}

.news-meta span i.fa {
    margin-right: 4px;
}

p.news-meta.text-muted {
    line-height: 20px;
}

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

.news-content .nbtn{
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
}

.news-content .nbtn:hover {
	color: #d86838;
}




/* ----------------------------------------------------------------------------------------
*                                   12. Video area css
* --------------------------------------------------------------------------------------- */
.video-area {
    background-image: url(../img/bg/video-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    padding: 120px 0px;
}

.green-video {
    background-image: url(../img/bg/green-video-bg.html);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    padding: 120px 0px;
}

.green-video ..video-content i.fa{
	background: #82b541;
}

.video-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.70);
}

.video-content {
    position: relative;
}

.video-content h2{
    color: #fff;
	text-transform:uppercase;
}

.video-content i.fa {
    color: #484848;
    background: #fff;
    border-radius: 100px;
    font-size: 50px;
    padding: 30px 0px 30px 15px;
    width: 110px;
}

.video-content i.fa:hover {
    color: #333;
}




/* ----------------------------------------------------------------------------------------
*                                   13. Client area css
* --------------------------------------------------------------------------------------- */

.client-area {
    padding-bottom: 0px;
}
.owl-client .item img {
    padding: 0 50px;
    width: auto;
    max-width: 100%;
}

.client-wraper {
    text-align: center;
}

.single-brand {
    padding: 15px 0px;
    border-right: 0px solid #d8d8d8;
    margin: 20px 0px;
}

.right {
    border-right: 0px solid #d8d8d8;
}

.border {
    border-bottom: 0px solid #d8d8d8;
}



/* ----------------------------------------------------------------------------------------
*                                14. Subscribe area css
* --------------------------------------------------------------------------------------- */
.featured-thum-area{
	background-image: url(../img/bg/client-add.html);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.featured-thum-area:before{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(216, 104, 56, 0.80);
}

.featured-thum {
    padding: 40px 20px;
    color: #fff;
    position: relative;
    text-align: center;
}

.featured-thum h3 {
    color: #fff;
    font-size: 22px;
	margin-bottom: 25px;
}

.featured-thum p {
    margin-bottom: 25px;
}

.subscribe-box h2 {
    margin-top: 0px;
    font-size: 22px;
}

.newsletter-form {
    margin: auto;
    background: #fff;
    margin-bottom: 25px;
}

.newsletter-form input[type="email"]::-webkit-input-placeholder{
	color: #000 !important;
}

.newsletter-form input{
    display: inline-block;
    height: 50px;
    width: 80%;
    padding: 5px 10px;
    background: #fff;
    float: left;
}

.newsletter-form .mc-submit {
    height: 48px;
    width: 19%;
    font-weight: bold;
    color: #fff;
    background-color: #d86838;
    border: none;
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;
    margin: 1px 0px;
    position: absolute;
    right: 21px;
}

.newsletter-form .mc-submit:hover {
    color: #000;
}

.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {
}
.mailchimp-submitting{
}
.mailchimp-success{
    color: green;
}
.mailchimp-error{
    color: red;
}




/* ----------------------------------------------------------------------------------------
*                                   15. Contact area css
* --------------------------------------------------------------------------------------- */
.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 40px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}

.contact-form .form-group input[type="text"]::-webkit-input-placeholder{
	color: #000 !important;
}

.contact-form .form-group input[type="email"]::-webkit-input-placeholder{
	color: #000 !important;
}

.contact-form .form-group  textarea::-webkit-input-placeholder{
	color: #000 !important;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    border: 1px solid #bbb;
    padding-left: 50px;
    margin-bottom: 15px;
}

.contact-form .ficon .fa {
    font-size: 18px;
    background: #d86838;
    color: #fff;
    position: absolute;
    left: 0px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 12px 0px;
}

.contact-form .box-icon .fa {
    font-size: 18px;
    background: #d86838;
    color: #fff;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 40px;
    text-align: center;
    padding: 35px 0px;
}

.contact-form #message {
    padding-top: 10px;
    height: 95px;
}

#submitButton {
	width: 100%;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.contact-area .contact-infos {
    margin-bottom: 30px;
}
.address-box {
    margin-bottom: 15px;
    padding-left: 50px;
}

.address-box i.fa {
    color: #82b541;
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 40px;
    text-align: center;
    margin-left: -50px;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}

.contact-info {
    text-align: center;
    margin-bottom: 50px;
}

.contact-info i.fa {
    color: #d86838;
    font-size: 35px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact-info i.fa:after {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #d86838;
}

.contact-info a {
    color: inherit;
}




/* ----------------------------------------------------------------------------------------
*                                   16. Google Map area css
* --------------------------------------------------------------------------------------- */
#contactgoogleMap {
    width: 100%;
    height: 400px;
	position:relative;
}
#contactgoogleMap:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}



/* ----------------------------------------------------------------------------------------
*                                   17. Footer area css
* --------------------------------------------------------------------------------------- */


.footer-area {
    color: #fff;
	background-image: url(../img/bg/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 60px 0px;
}

.footer-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.80);
}

.footer{
	position:relative
}

.footer h2 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 55px;
}

.footer p {
    margin: 30px auto;
    max-width: 800px;
}

.social-links li {
    list-style: none;
    display: inline-block;
}

.social-links li a i {
    color: #fff;
    font-size: 36px;
    margin: 0 10px;
    border: 1px solid #fff;
    width: 55px;
    height: 55px;
    padding: 10px 0px;
}

.social-links li a i:hover{
    color: #d86838;
	border-color: #d86838;
}

.copyright-text {
    padding: 30px 0px;
    background: #333333;
    color: #fff;
}

.copyright-text p {
    margin: 0;
}



/* ----------------------------------------------------------------------------------------
*                                   18. Back to top Button area css
* --------------------------------------------------------------------------------------- */

.top-button {
    position: fixed;
    bottom: 24px;
    right: 20px;
	background: #454444;
}

.top-button .fa-angle-up {
    font-size: 40px;
    padding: 3px 0px;
    color: #fff;
	width: 50px;
	height: 50px;
} 

.top-button .fa-angle-up:hover {
    color: #d86838;
	
}


 