/************************
Designed by : http://responsivewebinc.com
************************/
/* Fonts */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);*/
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
/*@import url(http://fonts.googleapis.com/css?family=Raleway);*/

/* Basic CSS starts */

body{
	/*padding-top: 85px;*/
	font-family: Roboto,'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-family: Roboto,'Open Sans', sans-serif;
	color: #656565;
}

p{
	margin:0;
	padding:0;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

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

hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

.padd{
	padding: 80px 0px 90px 0px;
}

/* Images */
.img-hover:hover{
    cursor: zoom-in;
}


/* Colors */

.white{
	color:#fff !important;
}

.black{
	color:#444 !important;
}

.grey{
	color:#bbb !important;
}

.red{
	color:#f75353 !important;
}

.green{
	color:#8dc73f !important;
}

.lblue{
	color:#32c8de !important;
}

.blue{
	color:#609cee !important;
}

.brown{
	color:#c27256 !important;
}	

.orange{
	color:#f7a253 !important;
}

.purple{
	color:#cb79e6 !important;
}

.yellow{
	color: #ffb800 !important;
}

/* Background Colors */

.br-white{
	background:#fff !important;
}

.br-black{
	background:#444 !important;
}

.br-grey{
	background:#bbb !important;
}

.br-red{
	background:#f75353 !important;
}

.br-green{
	background:#8dc73f !important;
}

.br-lblue{
	background:#32c8de !important;
}

.br-blue{
	background:#609cee !important;
}

.br-brown{
	background:#c27256 !important;
}	

.br-orange{
	background:#f7a253 !important;
}

.br-purple{
	background:#cb79e6 !important;
}

.br-violet{
	background:#8c1efb !important;
}

.br-transparent{
	background: transparent !important;
	color: #fff !important;
}

/* Border color */

.border-red{
	border-color:#f75353 !important;
}

.border-green{
	border-color:#8dc73f !important;
}

.border-lblue{
	border-color:#32c8de !important;
}

.border-blue{
	border-color:#609cee !important;
}

.border-brown{
	border-color:#c27256 !important;
}	

.border-orange{
	border-color:#f7a253 !important;
}

.border-purple{
	border-color:#cb79e6 !important;
}

.border-white{
	border-color: #fff;
}

/* Buttons */

.btn{
	border-radius:2px;
	font-weight:600;
	font-size:12px;
	line-height:20px;
	text-decoration:none !important;
	outline:none !important;
}

.btn.btn-xs{
	font-size:11px;
}

.btn.btn-lg{
	font-size:13px;
}

.btn i{
	margin-right:2px;
}	

.btn.btn-default{
	background:#f9f9f9;
	color:#777;
}

.btn.btn-default:hover{
	background:#f1f1f1;
}

.btn.btn-primary{
	background:#609cee;
}

.btn.btn-primary:hover{
	background:#528fe2;
}

.btn.btn-success{
	background:#8dc73f;
}

.btn.btn-success:hover{
	background:#42c557;
}

.btn.btn-info{
	background:#32c8de;
}

.btn.btn-info:hover{
	background:#2bbdd2;
}

.btn.btn-warning{
	background:#f7a253;
}

.btn.btn-warning:hover{
	background:#ee9746;
}

.btn.btn-danger{
	background:#f75353;
}

.btn.btn-danger:hover{
	background:#ed4747;
}

.btn.btn-black{
	color:#fff;
	background:#555;
}

.btn.btn-black:hover{
	color:#fff;
	background:#444;
}

.btn.btn-brown{
	background:#c27256;
	color:#fff;
}

.btn.btn-brown:hover{
	background:#b9694e;
}

.btn.btn-orange{
	background:#f7a253;
	color:#fff;
}

.btn.btn-orange:hover{
	background:#ee9849;
}

.btn.btn-purple{
	background:#cb79e6;
	color:#fff;
}

.btn.btn-purple:hover{
	background:#c26fdd;
}

/* Quotes */

.quote{
	display: inline-block;
	font-family: Roboto,'Georgia' 'Times New Roman', serif;
	text-shadow: none !important;
	position: relative;
}

.quote.rotate-180{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rorate(180deg);
	transform: rorate(180deg);
}


/* Social Media */

.social a i{
   display:inline-block;
   width:40px;
   height:40px;
   font-size:15px !important;
   line-height:40px;
   text-decoration:none;
   text-align:center;
   color:#fff;
   -webkit-transition: background 2s ease;
   -moz-transition: background 2s ease;
   -o-transition: background 2s ease;
   -ms-transition: background 2s ease;
   transition: background 2s ease;
}
.social a.ingeo i{
	background:#8DC73F;
}

.social a.facebook i{
	background:#1e78ae;
}

.social a.twitter i{
	background:#1ba1e2;
}

.social a.google-plus i{
	background:#f22d0c;
}

.social a.linkedin i{
	background:#2d93cf;
}

.social a:hover i{
   background:#000;
}

.social a, .social a:hover{
   border:0px;
   text-decoration:none;
}


/* Basic CSS ends */


/* Style Switcher */

.style-switcher{
	position: fixed;
	top: 50px;
	right: 0px;
	z-index: 1000000;
	padding: 10px;
	width: 100px;
	background: #fafafa;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-right: 0;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.1);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.style-switcher h5{
	margin: 0px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 18px;
	font-family: Roboto,'Open Sans', sans-serif;
}

.style-switcher a{
	display: block;
	margin-top: 5px;
	padding: 5px;
	color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.1);
}

.style-switcher a:hover{
	color: #fff;
}

/* Header */

.header .navbar-default{
	margin: 0;
	padding: 15px 0;
	background: #fff;
	border: 0;
	/*border-bottom: 4px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 4px #a1a1a1;*/
}

.header .navbar-default .navbar-brand {
	position: relative;
	z-index: 10000;
	height: auto;
}

.header .navbar-default .navbar-brand span.logo{
	position: absolute;
	top:-19px;
	display: block;
	padding: 10px 30px 35px 30px;
	font-size: 45px;
	color: #fff;
	border: 4px solid rgba(0, 0, 0, 0.13);
	border-top: 0;
	font-family:Roboto, 'Open Sans Condensed', sans-serif;
	font-weight: lighter;
	z-index: 100;
	text-shadow: 0px 1px 2px #696868;
	text-transform: uppercase;
}

.header .navbar-default .navbar-brand .logo i{
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 10px auto 25px auto;
	font-size: 40px;
	text-align: center;
	background: #fff;
	border-radius: 100px;
	text-shadow: none;
	box-shadow: 0px 1px 2px #9C9C9C;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.header .navbar-default .navbar-brand:hover .logo i{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.header .navbar-default .navbar-nav > li a{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.025em;
	padding: 12px 20px;
	color: #878787;
	font-weight: lighter;
	text-transform: uppercase;
}

.header .navbar-default .navbar-nav > .active > a{
	background: none;
	color: #555;
}

.header .navbar-default  .navbar-nav > li.open a{
	background: none;
	color: #878787;
}

.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu {
	top: 50px;
	left: 15px;
	border: 0;
	border-radius: 6px;
	z-index: 10000;
}

.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu:after {
	border-color: rgba(75, 170, 211, 0);
	border-width: 8px;
	left: 13%;
}

.header .navbar-default  .navbar-nav > li.open ul li{
	float: none;
	overflow: hidden;
}

.header .navbar-default  .navbar-nav > li > a:active,
.header .navbar-default  .navbar-nav > li > a:focus{
	background: none !important;
	color: #878787;
}

.header .navbar-default  .navbar-nav > li.dropdown ul li a{
	padding: 2px 10px;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	color: #fefefe;
}

.header .navbar-default  .navbar-nav > li.dropdown ul li:first-child{
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}

.header .navbar-default  .navbar-nav > li.dropdown ul li:last-child{
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
}


#nav {
    width: 100%;
    position:static;
    top:-32px;
}

#nav.affix {
    position: fixed;
    top: 0;
    z-index:10;
    -webkit-transition: all .6s ease-in-out;
}


.tp-bgimg{
    background-attachment: fixed;
    height: 600px;
}

/* Slider Background */

.banner-container{
/*	background: #fff url('../img/slider/slider-back.jpg') fixed center center;*/
}



/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.banner-container{
	width:100%;
	position:relative;
	padding:0;
}

.banner{
	width:100%;
	position:relative;
	overflow: hidden;
}

.tp-bannertimer{
	visibility: visible !important;
}

.banner ul{
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.banner .slide-one.heading{
	font-size: 70px;
	font-family:Roboto, 'Open Sans Condensed', sans-serif;
	text-shadow: 1px 1px 0px #636363;
	letter-spacing: 0.01em;
}

.banner .slide-one.paragraph{
	line-height: 30px;
	font-family:Roboto, 'Open Sans Condensed', sans-serif;
	text-shadow: 1px 1px 0px #636363;
}

.banner .tp-caption a.btn{
	font-size: 14px;
	color: #fff;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.3);
	border-radius: 5px;
}

.banner .slide-two.heading{
	font-size: 60px;
	line-height: 70px;
	font-weight: lighter;
	font-family:Roboto, 'Open Sans Condensed', sans-serif;
	text-shadow: 1px 1px 0px #000;
	letter-spacing: 0.01em;
	background: rgba(0,0,0,0.5);
}

.banner .slide-two.slide-text{
	font-weight: normal;
	font-family:Roboto, 'Open Sans Condensed', sans-serif;
	background: rgba(0,0,0,0.55);
}

.banner .slide-two.slide-text i{
	display: inline-block;
	margin-right: 5px;
	font-size: 13px;
}

.banner .slide-three.heading{
	font-size: 60px;
	line-height: 70px;
	font-weight: lighter;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
	text-shadow: 1px 1px 0px #000;
	letter-spacing: 0.01em;
	background: rgba(0,0,0,0.5);
}

.banner .slide-three.paragraph{
	text-align: center;
	line-height: 30px;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
	text-shadow: 1px 1px 0px #636363;
}

/* Carousel Slider */

/*
.slide-banner.bs-carousel{
	background: #fff url('../img/slider/slider-back3.jpg') fixed center center;
}*/

.slide-banner .carousel{
	padding: 30px 0px 30px 0px;
}

.slide-banner .carousel .carousel-caption-item{
	text-align: center;
}

.slide-banner .carousel .carousel-caption-item{
	width: 100%;
	max-width: 300px;
	margin: 30px auto;
	padding: 5px;
	background: #fff;
	border-radius: 3px;
	text-shadow: none;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.3);
}

.slide-banner .carousel .carousel-caption-item h3{
	font-weight: lighter;
	font-size: 20px;
	color: #878787;
}

.slide-banner .carousel .carousel-caption-item p{
	margin-bottom: 10px;
	padding: 0 20px;
	color: #9a9a9a;
	font-size: 13px;
	line-height: 23px;
}

.slide-banner .carousel .car-control{
	z-index: 100;
	display: inline-block;
	width: 25px;
	height: 0px;
	line-height: 27px;
	font-size: 30px;
	text-align: center;
	border: 0;
	border-radius: 3px;
	/*color: #fff;*/
	color: #000;
   -webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.slide-banner .carousel .car-control.left,
.slide-banner .carousel .car-control.right{
	position: absolute;
	bottom: -20px;
}

.slide-banner .carousel .car-control.left{
	left: 0;
}
.slide-banner .carousel .car-control.right{
	right: 0;
    left: auto;

}


.slide-banner .carousel-inner .item h1{
    color: #8DC73F;
    font-weight: lighter;
}

.slide-banner .carousel-inner .item p{
    color: black;
}

/* BX Slider */

.slide-banner.bx{
	background: #fff url('../img/slider/slider-back2.jpg') fixed center center;
}

.slide-banner .bxslider-content{
	padding: 100px 0px;
	max-width: 500px;
	margin: 0 auto;
}

.slide-banner .bxslider-content h3{
	margin: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: lighter;
	text-shadow: 1px 1px 0px #636363;
	color: #fff;
	text-transform: uppercase;
}

.slide-banner .bxslider-content .bx-viewport {
	box-shadow: none;
	border: 0px;
}

.slide-banner .bxslider-content .bxslider{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.slide-banner .bxslider-content .bxslider li{
	font-size:55px;
	line-height:100px;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
	font-weight: lighter;
	color: #fff;
	text-transform: uppercase;
}

.slide-banner .bxslider-content p{
	margin: 0;
	margin-top: 20px;
	padding-right: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: lighter;
	line-height: 30px;
	text-shadow: 1px 1px 0px #636363;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
}

.slide-banner .bxslider-content a.btn{
	margin-top: 25px;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.3);
	border-radius: 5px;
	color: #fff;
}

/* FlexSlider */

.slide-banner.flex{
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 49%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(49%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3f3f3 0%,#ffffff 49%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3f3f3 0%,#ffffff 49%,#f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3f3f3 0%,#ffffff 49%,#f3f3f3 100%); /* IE10+ */
background: linear-gradient(to bottom, #f3f3f3 0%,#ffffff 49%,#f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

.slide-banner .flexslider{
	padding: 100px 0px;
	min-height: 550px;
	background: none;
	border: 0px;
	box-shadow: none;
	margin: 0px;
}

.slide-banner .flexslider .flex-control-nav{
	display: none;
}

.slide-banner .flex-direction-nav .flex-prev { 
	left: 30px;
	height: 45px;
}

.slide-banner .flex-direction-nav .flex-next { 
	right: 30px; 
	height: 45px;
}

.slide-banner .flexslider .slides li img{
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	margin-top: 30px;
}

.slide-banner .flexslider .slides li h3{
	margin: 0;
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 50px;
	font-weight: lighter;
	color: #676767;
}

.slide-banner .flexslider .slides li p{
	max-width: 500px;
	font-size: 16px;
	line-height: 26px;
	font-weight: lighter;
	color: #9a9a9a;
}

.slide-banner .flexslider .slides li .flex-one a{
	margin-top: 20px;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.3);
	border-radius: 5px;
}

.slide-banner .flexslider .slides li .flex-two h3{
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 5px 0px;
	text-align: center;
	color: #fff;
}


/* BANNER CONTAINERS CSS End */

/* Hero Heading */

.hero{
	background: #fefefe url('../img/hero-back.png') repeat;
	padding: 90px 0 0px 0;
	text-align: center;
	border-top: 1px solid #e6e6e6;
}

.hero .hero-logo{
	position: relative;
	width: 170px;
	height: 170px;
	margin: 0 auto;
	padding: 20px;
	border: 4px solid rgba(0, 0, 0, 0.13);
	border-radius: 180px;
	margin-bottom: 30px;
	z-index: 500;
}

.hero .hero-logo{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay: 0s;
    -o-animation-duration: 1s;    
    -o-animation-delay: 0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.hero .hero-logo.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero .hero-logo span i{
	display: inline-block;
	font-size: 15px;
	text-align: center;
	color: #fff;
	text-shadow: none;
}

.hero .hero-logo span.logo-text{
	display: block;
	margin: 16px 0px 22px 0px;
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #545454;
}

.hero .hero-heading h1{
	margin: 0;
	margin-bottom: 10px;
	padding: 0 7px;
	font-size: 60px;
	line-height: 75px;
	color: #717171;
}

.hero .hero-heading h1{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-duration: 1s;
    -moz-animation-delay: 0.35s;
    -ms-animation-duration: 1s;
    -ms-animation-delay: 0.35s;
    -o-animation-duration: 1s;    
    -o-animation-delay: 0.35s;
	animation-duration: 1s;
    animation-delay: 0.35s;
}

.hero .hero-heading h1.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero .hero-button{
	max-width: 350px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 25px;
	text-align: center;
}

.hero .hero-button a.btn{
	font-size: 14px;
	padding: 6px 10px 6px 14px;
	line-height: 30px;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.1);
	border-radius: 30px;
}

.hero .hero-button a i.button-i{
	display: inline-block;
	margin: 0;
	margin-left: 7px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 40px;
	font-size: 13px;
	box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.hero .hero-button i.h-icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	margin: 0 5px;
	margin-top: 2px;
}

.hero .hero-img img{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

/* Default Section Header */

.container .heading{
	margin-bottom: 20px;
	text-align: center;
}

.container .heading h2{
	margin: 12px 0px 6px 0px;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: lighter;
	color: #585858;
}

.container .heading h6{
	margin: 10px 0px 6px 0px;
	font-size: 20px;
	font-weight: lighter;
	color: #858585;
}

.container .heading hr{
	width: 10%;
	margin-bottom: 10px;
}

.container .heading p{
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 18px;
	line-height: 28px;
	color: #9a9a9a;
}

.container .heading .border{
	margin-top: 12px;
	height: 10px;
	background: url('../img/line-border.png') repeat-x;
	overflow: hidden;
}

.container .heading.shadow i{
	box-shadow: 1px 1px 0px rgba(0,0,0,0.15);
}

.container .heading.shadow h2{
	text-shadow: 1px 1px 0px #000;
	color: #fff;
}

.container .heading.shadow h6{
	text-shadow: 1px 1px 0px #000;
	color: #fff;
}

.container .heading.shadow p{
	text-shadow: 1px 1px 0px #555;
	color: #efefef;
}


/* Feature */

.feature{
	/*background: url('../img/parallax-feature.jpg') repeat fixed transparent;*/
	background: url('../img/large/parallax.jpg') no-repeat  fixed transparent;
}

.feature .feature-item{
	margin-top: 20px;
	padding: 30px 20px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
}

.feature .feature-item{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay:  0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay:  0s;
    -o-animation-duration: 1s;    
    -o-animation-delay:  0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.feature .feature-item.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.feature .feature-item a img{
	max-width: 100px;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature .feature-item a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.feature .feature-item a span.f-item-title{
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 22px;
	color: #676767;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.feature .feature-item p{
	font-size: 13px;
	line-height: 23px;
	color: #808080;
}

/* PrettyPhoto */

div.ppt {
   display:none !important;
}

/* Portfolio */
.portfolio{
	/*border-top: 1px solid #e6e6e6;*/
    /*background: #46add3;*/
    background: #b5b26d;

}

.portfolio .heading h2{
    padding-top: 80px;
}

.portfolio .heading h2,.portfolio .heading h6{
    color: white;
}
.portfolio .heading hr{
    border-top: 5px solid white !important;
}

.portfolio .portfolio-item{
	margin-top: 20px;
	text-align: center;
}

.portfolio .portfolio-item .p-img-container{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	/*z-index: 11;*/
}

.portfolio .portfolio-item .p-img-container span.pf-caption{
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	color: #fff;
	display: none;
	background: rgba(0,0,0,0.7);
	z-index: 10;
}

.portfolio-item .p-img-container .pf-caption span.title{
	display: block;
	padding: 10px 15px;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: lighter;
}

.portfolio-item .p-img-container .pf-caption span.paragraph{
	display: block;
	font-size: 13px;
	line-height: 23px;
	padding: 10px 15px;
}

/* Model */

.model{
	border-top: 1px solid #767676;
}

.model .model-container{
	text-align: center;
}

.model .model-container img{
	max-width: 120px;
	margin: 0 auto;
}

.model .model-container h3{
	margin: 0;
	margin-bottom: 5px;
	font-size: 65px;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
}

.model .model-container h3,
.model .model-container p,
.model .model-container a{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay:  0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay:  0s;
    -o-animation-duration: 1s;    
    -o-animation-delay:  0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.model .model-container h3.animation,
.model .model-container p.animation,
.model .model-container a.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.model .model-container p{
	max-width: 1000px;
	margin: 28px auto;
	font-size: 22px;
	line-height: 32px;
	color: #FFFFFF;
}

.model .model-container a{
	display: inline-block;
	margin-top: 15px;
	font-style: normal;
	color: #767676;
	font-size: 15px;
	border-radius: 2px;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.1);
}

.model .model-container a:hover{
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

/* Products */
.product{
	border-top: 1px solid #e6e6e6;
}

.product .product-content{
	margin-top: 30px;
}

.product .product-content .tab-area ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 0;
}

.product .product-content .tab-area li{
	float: none;
	margin-bottom: 30px;
}

.product .product-content .tab-area li a{
	display: block;
	padding: 5px 0px 5px 15px;
	border-radius: 0 !important;
	color: #575757;
	border:1px solid #ededed;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
}


.product .product-content ul > li.active > a:after {
	top: 0px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.product .product-content ul > li.active > a:after {
	border-color: rgba(75, 170, 211, 0);
	border-width: 15px;
	left: 100%;
}

.product .product-content .tab-area span.product-title{
	display: block;
	font-size: 20px;
	font-weight: lighter;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
}

.product .product-content .tab-area a .product-title i{
	display: inline-block;
	position: relative;
	top: 10px;
	width: 45px;
	margin-right: 5px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product .product-content .tab-area li.active > a .product-title i{
	background: #fff;
}

.product .product-content .tab-area span.product-detail{
	display: block;
	margin-top:-10px;
	margin-left: 55px;
	padding: 5px 0px;
	font-size: 13px;
	line-height: 23px;
}

.product .product-content .tab-pane{
	position: relative;
	border: 1px solid #ededed;
}


.product .product-content .tab-pane span.p-tag{
	position: absolute;
	top: 3%;
	right: 7%;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 95px;
	text-align: center;
	font-size: 21px;
	font-weight: lighter;
	color: #fff;
	border-radius: 150px;
	border: 3px solid #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.1);
}

/* Testimonial */

.testimonial{
	background: url('../img/parallax-testimonial.jpg') repeat fixed transparent;
}

/* Testimonial slider CSS */

/* slider Control */
.testimonial .carousel .carousel-inner{
	padding: 0 3px;
}

.testimonial .carousel .c-control{
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 100;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 27px;
	font-size: 13px;
	text-align: center;
	border: 0;
	border-radius: 3px;
	color: #fff;
   -webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.testimonial .carousel .c-control.left{
	right: 40px;
}

.testimonial .carousel .c-control.right{
	right: 10px;
}

.testimonial .carousel-inner .item img{
	width: 100%;
	max-width: 130px;
	margin: 0 auto;
}

.testimonial .carousel-inner .item{
	margin-top: 60px;
}

.testimonial .carousel-inner .testimonial-content .t-content-details{
	padding: 15px 15px 1px 20px;
	background: #fff;
	position: relative;
	border-radius: 4px;
}

.testimonial .carousel-inner .testimonial-content .t-content-details:after {
	top: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testimonial .carousel-inner .testimonial-content .t-content-details:after {
	border-color: rgba(75, 170, 211, 0);
	border-width: 15px;
	right: 100%;
	margin-left: -15px;
	border-right-color: #fff;
}

.testimonial .carousel-inner .item h4{
	margin: 0;
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: lighter;
}

.testimonial .carousel-inner .item h4 span{
	font-size: 11px;
	font-weight: lighter;
	color: #9c9c9c;
}

.testimonial .carousel-inner .item blockquote{
	padding: 0;
	border: 0;
}


.testimonial .carousel-inner .item blockquote p{
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
}



/* services */

.service{
	background: url('../img/black-back.png') repeat fixed transparent;
	border-top: 1px solid #444444;
}

.service .service-item{
	max-width: 350px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
}

.service .service-item{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay: 0s;
    -o-animation-duration: 1s;    
    -o-animation-delay: 0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.service .service-item.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.service .service-item i{
	display: block;
	width: 100px;
	margin: 0 auto;
	height: 100px;
	line-height: 102px;
	text-align: center;
	font-size: 50px;
	transition: all 0.35s linear;
	-webkit-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	border-radius: 150px;
	color: #fff;
}

.service .service-item:hover i{
	-ms-transform: rotate(360deg) scale(1.2);
	-o-transform: rotate(360deg) scale(1.2);
	-moz-transform: rotate(360deg) scale(1.2);
	-webkit-transform: rotate(360deg) scale(1.2);
	transform: rotate(360deg) scale(1.2);
}

.service .service-item h4{
	margin:0;
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: lighter;
	color: #fff;
}

.service .service-item .service-details{
	padding: 10px 20px;
	display: none;
	border-radius: 4px;
	position: relative;
}

.service .service-item .service-details:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.service .service-item .service-details:after {
	border-width: 10px;
	left: 50%;
	margin-left: -15px;
}

.service .service-item .service-details p{
	font-size: 13px;
	line-height: 23px;
	color: #fff;
}

/* About Company */

.company{
	border-top: 1px solid #444444;
}

.company .company-content{
	margin-top: 30px;
	padding: 0 10px;
	text-align: right;
}

.company .company-content{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay: 0s;
    -o-animation-duration: 1s;    
    -o-animation-delay: 0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.company .company-content.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.company .company-content .company-content-item h6{
	display: inline-block;
	margin: 0;
	margin-bottom: 5px;
	padding: 7px 10px;
	font-size: 22px;
	font-weight: lighter;
	color: #fff;
}

.company .company-content .company-content-item h4{
	margin: 0;
	margin-bottom: 20px;
	font-size: 40px;
	color: #787878;
}

.company-content .company-content-item .company-item-icon{
	margin-bottom: 10px;
}

.company-content .company-content-item .company-item-icon a{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 3px;
	border: 4px solid;
	border-radius: 100px;
}

.company-content .company-content-item .company-item-icon a i{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	border-radius: 100px;
}

.company-content .company-content-item p{
	font-size: 14px;
	line-height: 24px;
	color: #9a9a9a;
}

/* plot chart CSS */
.plot-chart{
	margin-left: 20px;
	width: 100%;
	height: 255px;
}


/* Blog */
.blog{
	border-top: 1px solid #e6e6e6;
}

.blog .blog-content{
	margin-top: 30px;
}

.blog .blog-content .blog-post{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay: 0s;
    -o-animation-duration: 1s;    
    -o-animation-delay: 0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.blog .blog-content .blog-post.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog .blog-content .blog-post.bottom-gap{
	margin-bottom: 20px;
}

.blog .blog-content .blog-post .blog-post-img{
	position: relative;
	overflow: hidden;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.blog .blog-content .blog-post .blog-post-img span.date{
	position: absolute;
	top: 0px;
	left: 20px;
	display: block;
	padding: 10px;
	line-height: 25px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.blog .blog-content .blog-post .blog-post-img span.date span{
	display: block;
	font-size: 20px;
	font-weight: 700;
}

.blog .blog-content .blog-post .blog-post-img .meta{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 15px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 40px;
	color: #fff;
	background: rgba(0,0,0,0.7);
}

.blog .blog-content .blog-post .blog-post-img .meta a{
	color: #fff;
}

.blog .blog-content .blog-post .blog-post-entry{
	padding: 30px 20px;
	border: 1px solid #eaeaea;
	border-top: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.blog .blog-content .blog-post .blog-post-entry h4{
	margin: 0;
	margin-bottom: 6px;
	font-size: 22px;
	font-weight: 700;
}

.blog .blog-content .blog-post .blog-post-entry p{
	font-size: 13px;
	line-height: 23px;
	color: #9a9a9a;
	text-align: justify;
	border-radius: 4px;
}


/* Team */

.team{
	border-top: 1px solid #e6e6e6;
	padding-bottom: 60px;
}

.team .team-member{
	margin-top: 20px;
	margin-bottom: 30px;
}

.team .team-member img{
	max-width: 55px;
	float: left;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
}

.team .team-member .member-details{
	margin-left: 65px;
}

.team .team-member .member-details h4{
	margin: 0;
	margin-bottom: 3px;
	padding-top: 9px;
	font-size: 18px;
	font-weight: lighter;
}

.team .team-member .member-details h4 a{
	color: #787878;
}

.team .team-member .member-details span{
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	color: #aaaaaa;
}


/* CTA */

.cta{
	background: url('../img/parallax-video.jpg') repeat fixed transparent;
	border-top: 1px solid #e6e6e6;
	padding: 130px 0px;
}

.cta .cta-content{
	background: rgba(255,255,255,1);
	padding: 30px 20px 20px 20px;
	border-bottom: 3px solid rgba(0,0,0, 0.18);
	border-radius: 8px;
}

.cta .cta-content img{
	max-width: 90px;
	margin: 0 auto;
}

.cta .cta-content h3{
	margin: 0;
	font-size: 33px;
	line-height: 40px;
	color: #787878;
}

.cta .cta-content  .cta-content-item{
	max-width: 455px;
	margin-top:5px;
}

.cta .cta-content  .cta-content-item i{
	position: relative;
	top: 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	float: left;
	border-radius: 40px;
}

.cta .cta-content  .cta-content-item h4{
	margin: 0;
	margin-top: 8px;
	font-size: 20px;
	font-weight: lighter;
	text-align: left;
	margin-left: 37px;
	line-height: 30px;
	color: #878787;
}

.cta .cta-content .cta-btn{
	max-width: 200px;
	margin: 0 auto;
}

.cta .cta-content a.btn{
	display: block;
	margin: 0 auto;
	margin-bottom: 8px;
	margin-left: 2px;
	border: 0;
	padding: 12px 25px;
	font-size: 15px;
	border-radius: 5px;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.1);
}

.cta .cta-content a.btn i{
	display: inline-block;
	margin-right: 5px;
}

/* About Us */

.about{
	border-top: 1px solid #e6e6e6;
}

.about .about-skill{
	margin: 0 5px;
	margin-top: 30px;
	padding: 20px;
}

.about .about-skill h3{
	margin: 0;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	color: #787878;
}

.about .about-skill p{
	font-size: 13px;
	line-height: 23px;
	color: #9c9c9c;
}

.about .about-skill a.btn{
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: normal;
}

.about .about-skill .about-quote span.quote{
	position: absolute;
	display: inline-block;
	width: 70px;
	font-size: 130px;
	line-height: 140px;
	text-align: center;
	float: left;
}

.about .about-skill blockquote{
	margin-left: 70px;
	margin-top: 5px;
	padding: 0px 15px;
}

.about .about-skill blockquote p{
}

.about .about-skill .about-skill-progress{
	margin-top: 20px;
}

.about .about-skill .about-skill-progress span.a-skill-title{
	display: block;
	width: 65px;
	padding: 3px 0px 3px 6px;
	font-size: 13px;
	font-weight: lighter;
	text-align: left;
	color: #fff;
	float: left;
}

.about .about-skill .about-skill-progress .progress{
	margin: 0;
	margin-left: 65px;
	height: 24px;
	border-radius: 0px;
	background: #f8f8f8;
}

.about .about-skill .about-skill-progress .progress .progress-bar{
	box-shadow: none;
}

.about .about-skill .progress .progress-bar span{
	display: block;
	padding: 3px 6px;
	font-size: 13px;
}

.about .about-member{
	margin: 0 5px;
	margin-top: 20px;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
	box-shadow: 0px 0px 5px #e1e1e1;
	border-radius: 5px;
	overflow: hidden;
}

.about .about-member{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay: 0s;
    -o-animation-duration: 1s;    
    -o-animation-delay: 0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.about .about-member.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.about .about-member img{
	width: 100%;
	max-width: 220px;
	margin: 0px auto;
	margin-top: 20px;
}

.about .about-member .about-caption{
	padding: 20px 10px;
	padding-top: 10px;
	text-align: center;
}

.about .about-member .about-caption h4{
	margin: 0;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
}

.about .about-member .about-caption p{
	font-size: 13px;
	line-height: 23px;
	color: #9a9a9a;
}

.about .about-caption .skill{
	margin-top: 10px;
}

.about .about-caption .skill span.skill-title{
	display: block;
	font-size: 13px;
	text-align: left;
	font-weight: lighter;
	color: #9a9a9a;
	float: left;
}

.about .about-caption .skill .progress{
	position: relative;
	top: 5px;
	margin: 0;
	margin-left: 50px;
	height: 9px;
	border-radius: 5px;
	background: #f8f8f8;
}

.about .about-caption .social{
	margin-top: 15px;
}

.about .about-caption .social a i{
	margin-left: 2px;
	margin-right: 2px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50px;
}

/* Pricing */

.pricing{
	border-top: 1px solid #e6e6e6;
}

.pricing .pricing-item{
	max-width: 300px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
}

.pricing .pricing-item:hover{
	box-shadow: 0px 0px 10px #c7c7c7;
}

.pricing .pricing-item{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay: 0s;
    -o-animation-duration: 1s;    
    -o-animation-delay: 0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.pricing .pricing-item.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pricing .pricing-item .price-header{
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
}

.pricing .pricing-item h4{
	margin: 0;
	font-size: 32px;
	color: #fff;
}

.pricing .pricing-item span.pitem-price{
	position: relative;
	top: -3px;
	display: inline-block;
	padding: 5px 7px;
	font-size: 18px;
	font-weight: lighter;
	color: #fff;
	background: rgba(0,0,0,0.15);
	border-radius: 5px;
}

.pricing .pricing-item span.pitem-price span{
	font-size: 18px;
}

.pricing .pricing-item ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.pricing .pricing-item ul li{
	padding: 18px 0;
	padding-left: 40px;
	font-size: 15px;
	color: #9a9a9a;
	border-bottom: 1px solid #f1f1f1;
	background: #fcfcfc;
	text-align: left;
}

.pricing .pricing-item ul li i{
	position: relative;
	top: -3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	border-radius: 30px;
	color: #fff;
}


.pricing .pricing-item a.btn{
	margin: 20px 0;
}

/* Sponsors  */

.sponsor{
	background: url('../img/parallax-sponsor.jpg') repeat fixed transparent;
	border-top: 1px solid #e6e6e6;
}

.sponsor .sponsor-content{
	text-align: center;
	color: #ffffff;
}

.sponsor .sponsor-content .sponsor-img{
	margin-top: 30px;
	padding: 30px;
	padding-top: 0px;
	border: 1px solid rgba(255,255,255, 0.8);
	box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.33);
	border-radius: 8px;
	background: rgba(255,255,255,1);
}

.sponsor .sponsor-content .sponsor-img img{
	display: inline-block;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

/* Branch */

.branch{
	background: url('../img/blue-back.png') repeat;
	border-top: 1px solid #5fcbde;
}

.branch .branch-info{
	margin-top: 20px;
	background: #fff;
	border-radius: 5px;
}

.branch .branch-info{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay:  0s;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1.2s;
    -ms-animation-delay:  0s;
    -o-animation-duration: 1.2s;    
    -o-animation-delay:  0s; 
	animation-duration: 1.2s;
    animation-delay: 0s;
}

.branch .branch-info.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.branch .branch-info i{
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	float: left;
	font-size: 50px;
}

.branch .branch-info h4{
	margin: 0;
	padding-top: 10px;
	font-size: 20px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #878787;
}

.branch .branch-info span{
	display: block;
	font-size: 40px;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
}

.branch .branch-map-area{
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 40px;
}

.branch .branch-map-area i{
	position: absolute;
	display: block;
	font-size: 40px;
}

.branch .branch-map-area i.india-icon{
	left: 66%;
	bottom: 46%;
}

.branch .branch-map-area i.africa-icon{
	left: 46%;
	bottom: 42%;
}

.branch .branch-map-area i.us-icon{
	left: 18%;
	bottom: 55%;
}

.branch .branch-map-area i.ras-icon{
	left: 70%;
	bottom: 75%;
}

.branch .branch-map-area span{
	position: absolute;
	padding: 1px 5px;
	display: block;
	font-size: 14px;
	background: rgba(0,0,0,0.4);
	border-radius: 3px;
	color: #fff;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
}

.branch .branch-map-area span.india{
	left: 69.5%;
	bottom: 50%;
}

.branch .branch-map-area span.africa{
	left: 49.5%;
	bottom: 45%;
}

.branch .branch-map-area span.us{
	left: 21.5%;
	bottom: 58%;
}

.branch .branch-map-area span.ras{
	left: 73.5%;
	bottom: 78%;
}

.branch .branch-map-area i,
.branch .branch-map-area span{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay:  0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay:  0s;
    -o-animation-duration: 1s;    
    -o-animation-delay:  0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.branch .branch-map-area i.animation,
.branch .branch-map-area span.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*map*/
.map .contact-map{
    height: 450px;
}
.map .contact-map #map{
    width: 100%;
    height: 100%;
    border: 1px solid #aeaeae;
    overflow: hidden;
}


/* Contact */

.contact{
    background-color: #8DC73F;
	/*border-top: 1px solid #e6e6e6;*/
}
.contact .heading h2, .contact .heading h6{
    color: white;
}

.contact .contact-map{
	margin-bottom: 30px;
	margin-top: 30px;
}

.contact .contact-item{
	padding: 30px;
	margin: 50px auto;
	text-align: center;
	border-radius: 8px;
}

.contact .contact-item p{
	font-size: 25px;
	line-height: 35px;
	color: #fff;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
	font-weight: lighter;
}

.contact .contact-item p i{
	display: inline-block;
	margin: 0 5px;
	font-size: 20px;
}

.contact .contact-item a{
	display: block;
	margin-top: 10px;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	font-weight: lighter;
	color: #f4f4f4;
}

.contact .contact-container h3{
	margin: 0;
	font-size: 25px;
	font-weight: lighter;
	color: #787878;
}

.contact .contact-container .contact-border{
	margin: 15px 0 20px 0;
	height: 10px;
	background: url('../img/line-border.png') repeat-x;
	overflow: hidden;
}

.contact .contact-container form label{
	font-weight: normal;
	font-size: 13px;
	color: #898989;
}

.contact .contact-container form input,
.contact .contact-container form textarea{
	font-size: 13px;
}

.contact .contact-container .contact-widget{
	margin-bottom: 20px;
}

.contact .contact-container .contact-widget i.c-icon{
	display: inline-block;
	width: 55px;
	margin-right: 10px;
	padding-top: 10px;
	height: 80px;
	float: left;
	text-align: center;
	font-size: 35px;
}

.contact .contact-container .contact-widget .cw-details{
	margin-left: 60px;
}

.contact .contact-container .contact-widget h4{
	margin: 0;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: lighter;
	color: #787878;
}

.contact .contact-container .contact-widget p{
	font-size: 13px;
	line-height: 23px;
	color: #9a9a9a;
}

.contact .contact-container .contact-widget span{
	display: block;
	margin-top: 2px;
	font-size: 13px;
	color: #9a9a9a;
}

.contact .contact-container .contact-widget span i{
	display: inline-block;
	width: 14px;
	margin-right: 5px;
	text-align: right;
	color: #878787;
}

/* Model Two  */

.model-two{
	background: url('../img/parallax-model-two.jpg') repeat fixed transparent;
	border-top: 1px solid #e6e6e6;
}

.model-two .m-two-icon{
	display: block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 60px;
	color: #fff;
	border-radius: 130px;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

.model-two .m-two-content{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	border-radius: 8px;
}

.model-two p{
	font-size: 50px;
	line-height: 55px;
	font-weight: 700;
	color: #fff;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
	text-shadow: 0px 0px 1px #000;
}

.model-two p{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay: 0s;
    -o-animation-duration: 1s;    
    -o-animation-delay: 0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.model-two p.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.model-two p span{
	font-size: 60px;
}

.model-two p span{
	top: 10px;
}
.model-two p span.rotate-180{
	top: -20px;
}

/* Parallax Model Three  */

.model-three{
	background: url('../img/parallax-model-two.jpg') repeat fixed transparent;
	border-top: 1px solid #eaeaea;
	padding: 110px 0px 130px 0px;
}

.model-three .m-three-item{
	padding: 40px;
	margin-top: 20px;
	background: rgba(255,255,255,0.98);
	text-align: center;
	color: #565656;
	border-radius: 10px;
}

.model-three .m-three-item i{
	display: block;
	width: 100%;
	font-size: 70px;
}

.model-three .m-three-item span.m-counter{
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 35px;
	border-bottom: 1px dotted #bababa;
}

.model-three .m-three-item p{
	font-size: 14px;
	line-height: 23px;
}

/* Parallax Video  */

.video{
	background: url('../img/parallax-video.jpg') repeat fixed transparent;
	border-top: 1px solid #5fcbde;
}

.video .video-content{
	margin-top: 20px;
}

.video .video-container{
	padding: 0 0 56.25%;
	height: 0;
}

.video .video-container iframe{
	width: 100%;
	height: 100%;
	border: 0;
}

.video .video-caption{
	padding: 15px 20px;
	color: #e7e7e7;
}

.video .video-caption i{
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	float: left;
	border-radius: 100px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
}

.video .video-caption h3{
	margin: 0;
	margin-left: 90px;
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 700;
	color: #fdfdfd;
}

.video .video-caption p{
	margin-left: 90px;
	font-size: 13px;
	line-height: 23px;
}


#colLeftContact,#colRightContact{
   /* -webkit-animation-duration: 3s;
    -webkit-animation-delay: 2s;
    -moz-animation-duration: 3s;
    -moz-animation-delay:2s;
    -ms-animation-duration: 3s;
    -ms-animation-delay: 2s;
    -o-animation-duration: 3s;
    -o-animation-delay: 2s;
    animation-duration: 3s;
    animation-delay: 2s;*/
}

.video .video-cap-container,
.video .video-container{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay: 0s;
    -o-animation-duration: 1s;    
    -o-animation-delay: 0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.video .video-cap-container.animation,
.video .video-container.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Parallax Model Five  */

.model-five{
	background: url('../img/parallax-model-five.jpg') repeat fixed transparent;
	border-top: 1px solid #eaeaea;
	padding: 130px 0;
}

.model-five .m-five-content .m-five-item{
	text-align: center;
}

.model-five .m-five-content .m-five-item{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay:  0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay:  0s;
    -o-animation-duration: 1s;    
    -o-animation-delay:  0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.model-five .m-five-content .m-five-item.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.model-five .m-five-content .m-five-item i{
	display: block;
	width: 100px;
	margin: 0 auto;
	font-size: 100px;
	text-align: center;
	color: #fff;
}

.model-five .m-five-content .m-five-item h4{
	margin: 20px 0 30px 0;
	font-size: 30px;
	color: #fff;
}

.model-five .m-five-content .m-five-item a.btn{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	border-radius: 1px;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.15);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.model-five .m-five-content .m-five-item a.btn:hover{
	background: rgba(0,0,0,0.5);
}

/* Author */

.author{
	border-top: 1px solid #a9a9a9;
}

.author .author-content{
	text-align: center;
}

.author .author-content{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-delay:  0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay:  0s;
    -o-animation-duration: 1s;    
    -o-animation-delay:  0s; 
	animation-duration: 1s;
    animation-delay: 0s;
}

.author .author-content.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.author .author-content p{
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-weight: lighter;
	text-shadow: 1px 1px 0px #646464;
	font-family: Roboto, 'Open Sans Condensed', sans-serif;
}

.author .author-content p span{
	font-size: 40px;
}

.author .author-content p span{
	top: 12px;
}

.author .author-content p span.rotate-180{
	top: -5px;
}

.author .author-content h5{
	margin: 0;
	margin-top: 25px;
	font-size: 22px;
	font-weight: lighter;
	color: #fff;
	text-shadow: 1px 1px 0px #656565;
}

/***************  INNER PAGE CSS START ***************/

/* Inner Page Banner */

.inner-page-banner.shadow{
	background: #767676 url('../img/banner-back.jpg') fixed center center repeat;
	text-align: center;
}

.inner-page-banner.shadow h3{
	display: inline-block;
	margin: 0px;
	margin-bottom: 8px;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: lighter;
	color: #676767;
}

.inner-page-banner p{
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 18px;
	line-height: 28px;
}

.inner-page-banner.shadow h3,
.inner-page-banner.shadow p{
	color: #fff;
	text-shadow: 1px 1px 0px #636363;
}

/***************  INNER PAGE CSS END ***************/
/** Column Index **/
/***/

.grid-heading{
	text-align: center;
}

.grid-heading h3{
	display: inline-block;
	margin: 0px;
	margin-top: 50px;
	padding-bottom: 6px;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
}

#container{
	margin: 50px auto;
}

.grid .item { 
	padding: 5px;
	width: 25%;
}

.grid .item .grid-entry{
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.grid .item .grid-entry{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s; 
	animation-duration: 1.5s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay:0s;
    -ms-animation-delay: 0s;   
    -o-animation-delay: 0s; 
    animation-delay: 0s;
}

.grid .item .grid-entry.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.grid .item .grid-entry .grid-img{
	position: relative;
	overflow: hidden;
}

.grid .item .grid-entry img{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.grid .item .grid-entry .grid-img:hover img{
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.grid .item .grid-entry .grid-img .grid-img-hover{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0%;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 20;
}

.grid .item .grid-entry .grid-img:hover .grid-img-hover{
	top: 0%;
}

.grid .item .grid-entry .grid-img a{
	color: #fff;
}

.grid .item .grid-entry .grid-img i.hover-icon{
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(0,0,0,0.5);
	border-radius: 50px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
	z-index: 25;
}

.grid .item .grid-entry .grid-img i.icon-left{
	left: 50%;
	margin-left: -55px;
}

.grid .item .grid-entry .grid-img i.icon-right{
	right: 50%;
	margin-right: -55px;
}

.grid .item .grid-entry .grid-img:hover i.hover-icon{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.grid  .grid-entry .entry-info{
	padding: 15px 10px;
	color: #9a9a9a;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.grid  .grid-entry .entry-info h2{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
}

.grid  .grid-entry .entry-info p{
	font-size: 13px;
	line-height: 23px;
}

.grid  .grid-entry .entry-info .share{
	margin-top: 7px;
}

.grid  .grid-entry .entry-info .share span{
	display: inline-block;
	margin-right: 7px;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
}

.grid  .grid-entry .entry-info .share span i{
	display: inline-block;
	margin-left: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 40px;
	color: #ffb800;
}

/***/


/* Footer */

.footer{
	/*background: #191919;*/
	background: white;
	padding: 30px 0;
}

.footer .social{
	max-width: 350px;
	margin: 0px auto;
	margin-bottom: 20px;
	/*text-align: center;*/
}

.footer .social a i{
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 50px;
    margin-bottom: 10px;
}

.footer .copy-right p{
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: center;
}


.footer ul li a{
    color : #656565;
}

.footer h4{
    color: #000000;
}

/* Back to top */

.scroll-to-top {
	/*position: fixed;
	bottom: 0px;
	right: 50%;
	z-index: 104400;
    width: 30px;*/

}

.scroll-to-top a, .scroll-to-top a:visited{
	display: block;
	width: 30px;
	height: 30px;
	color: black;
	text-align: center;
	line-height: 30px;
    font-size: 30px;
    margin: 0 auto;
}

.scroll-to-top a:hover {
	color: black;
	text-decoration: none;
}


/* Responsive CSS */

/* Tablets */
@media (max-width: 767px){
	.style-switcher{
		display: none !important;
	}
	
	.header .navbar-default{
		padding: 0;
	}
	
	.header .navbar-default .navbar-toggle{
		background: #fff;
	}

	.header .navbar-default .navbar-header button{
		margin-top:30px;
	}

	.header .navbar-default .navbar-brand span.logo{
		position: static !important;
		padding: 10px !important;
		line-height: 40px;
		border:0;
		box-shadow: none;
		font-size: 30px;
	}
	
	.header .navbar-default .navbar-brand .logo i{
		display: inline-block;
		position: relative;
		top: -5px;
		margin: 0;
		margin-right: 5px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 22px;
	}
	
	.header .navbar-default .navbar-nav > li a i{
		display: inline-block;
		width: 20px;
		font-size: 16px;
		margin-right: 6px;
	}
	
	.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu{
		border-radius: 0px;
	}
	
	.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu:after{
		border: 0;
	}
	
	.header .navbar-default  .navbar-nav > li.dropdown ul li a{
		padding-left: 20px;
		padding-bottom: 5px;
	}
	
	.header .navbar-default  .navbar-nav > li.dropdown ul li a:hover{
		color: #fefefe;
	}
	
	.banner .tp-caption a.btn{
		padding: 4px 10px;
		font-size: 13px;
		font-weight: normal;
	}
	
	.slide-banner .flexslider .slides li .flex-one{
		text-align: center;
	}
	
	.slide-banner .flexslider .slides li .flex-one h3{
		margin-top: 20px;
	}
	
	.slide-banner .flexslider .slides li .flex-one p{
		margin: 0 auto;
	}
		
	.hero .hero-heading h1{
		font-size: 30px;
		line-height: 45px;
	}
	
	.hero .hero-heading h1 span{
		margin-left: 0;
	}
		
	.hero .hero-button{
		margin: 20px auto;
	}
	
	.hero .hero-button i.h-icon{
		margin-top: 20px;
	}
		
	.hero .hero-img{
		max-width: 350px;
		margin: 0 auto;
	}
	
	.feature .feature-item{
		max-width: 350px;
		margin: 0 auto;
		margin-top: 40px;
	}
	
	.portfolio .portfolio-item{
		max-width: 350px;
		margin: 0 auto;
		margin-top: 40px;
	}
	
	.model .model-container{
		max-width: 350px;
		margin: 0 auto;
	}
	
	.model .model-container img{
		margin-bottom: 30px;
	}
	
	.model .model-container h3{
		margin-top: 0;
		font-size: 30px;
	}
	
	.model .model-container p{
		font-size: 13px;
		line-height: 23px;
	}
	
	.model .model-container p span{
		top: 0;
		font-size: 18px;
		line-height: 23px;
	}
	
	.portfolio .portfolio-item .p-img-container span.pf-caption{
		/*display: block;*/
	}
		
	.product .product-content{
		max-width: 350px;
		margin: 0 auto;
		margin-top: 70px;
	}
	
	.product .product-content .tab-area{
		margin-bottom: 20px;
	}
	
	.product .product-content .nav-tabs > li.active > a:after{
		border: 0;
	}

	.testimonial .carousel-inner .testimonial-content{
		max-width: 350px;
		margin: 0 auto;
		text-align: center;
	}
	
	.testimonial .carousel-inner .testimonial-content .t-content-details{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.testimonial .carousel-inner .testimonial-content .t-content-details:after {
		border: 0;
	}
	
	.team .team-member{
		max-width: 350px;
		margin: 0 auto;
		margin-top: 30px;
	}
	
	.service .service-item .service-details{
		display: block;
	}
	
	.company .company-content{
		max-width: 350px;
		margin: 0 auto;
	}

	.about .about-skill{
		max-width: 350px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.sponsor .sponsor-content{
		max-width: 350px;
		margin: 0 auto;
	}
	
	.sponsor .sponsor-content h4{
		font-size: 35px;
	}
	
	.sponsor .sponsor-content p{
		font-size: 13px;
		line-height: 22px;
	}
	
	.branch .branch-info{
		max-width:350px;
		margin: 0 auto;
		margin-top: 30px;
	}
	
	.branch .branch-map-area i{
		font-size: 30px;
	}
	
	.branch .branch-map-area span{
		margin-left: 3px;
	}
	
	
	.contact .contact-item{
		max-width: 350px;
	}
	
	.contact .contact-map,
	.contact .contact-container{
		max-width: 350px;
		margin: 0 auto;
		margin-top: 30px;
	}
	
	.contact .contact-container form{
		margin-bottom: 30px;
	}
	
	.model-two .m-two-content{
		max-width: 350px;
	}
	
	.model-three .m-three-item{
		max-width: 350px;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.model-five .m-five-item{
		max-width: 350px;
		margin: 0 auto;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	
	/* Masonry Grid */
	
	.grid .item { 
		width: 50% !important;
	}
}

/* Desktop */
@media (max-width: 991px){

	.product .product-content .tab-area li{
		margin-bottom: 10px;
	}
	
	.product .product-content .tab-area a{
		padding: 10px !important;
	}
	
	.product .product-content .tab-area a .product-title i{
		top: 0;
	}
	
	.product .product-content .tab-area span.product-detail{
		display: none;
	}
	
	.product .product-content .tab-pane span.p-tag{
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 14px;
	}
	
	.about .about-member{
		max-width: 350px;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.cta .cta-content{
		max-width: 350px;
		margin: 0 auto;
		text-align: center;
		padding: 20px 20px 30px 20px;
		border: 0 !important;
	}
	
	.cta .cta-content h3{
		margin-bottom: 15px;
		text-align: center;
	}
	
	.cta .cta-content  .cta-content-item{
		max-width: 140px;
		margin: 0 auto;
	}
	
	.cta .cta-content  .cta-content-item h4{
		margin-bottom: 10px;
	}
	
	.cta .cta-content .cta-btn{
		padding-top: 0px;
		margin-top: 20px;
	}
		
	.video .video-caption{
		margin-bottom: 15px;
	}
	
	.blog .blog-post{
		max-width: 350px;
		margin: 0 auto;
		margin-top: 30px;
	}
	
	.company .company-content{
		margin-top: 20px;
		text-align: center;
	}
	
	.company .plot-chart{
		margin-top: 20px;
	}
	
	.about .about-skill p{
		margin-bottom: 10px;
	}
	
	.grid .item { 
		width: 33.3%;
	}
}




@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .bx-viewport{
        height: 600px !important;
    }
    .bx-viewport li{
        background-size: 100% !important;
    }

    #a_propos{
        display:none;
    }

    #menu_slider{
        margin-left:25% !important;
    }
}


/* Mobile phones */
@media (max-width: 480px){

    .bx-viewport li{
        background-image: none !important;
    }

    #menu_slider{
        display: none;
    }

	.banner .tp-caption a.btn{
		padding: 2px 6px !important;
		font-size: 10px !important;
	}

	.branch .branch-map-area span{
		display: none;
	}
	
	.product .product-content ul > li.active > a:after {
		border: 0px;
	}
	
	.grid .item { 
		width: 100% !important;
	}
}

@media (max-width: 1200px){
	.contact .contact-container form label{
		margin-bottom: 5px;
	}
	
	.contact .contact-container form input{
		margin-bottom: -12px;
	}
}
#menu_slider li a{
    color: #656565;
    font-size: 14px;
}

#menu_slider{
    margin-left:35%;
}



#societe{
    background-color: #f2f2f2;
}


.masonry {
    margin: 0 auto;
}

.masonry .item,
.masonry .grid-sizer {
    width:  270px;
    background-color: white;
}

.masonry .gutter-sizer {
    width:  50px;
}

.masonry .item{
    margin: 25px;
   /* border: 1PX solid #8DC73F;*/
    padding: 20px;
}
.masonry .item p{
   text-align: justify;
}

.masonry .item p .fa{
    color : #8DC73F;
    font-size: 20px;
    margin-right: 5px;
    font-weight: bold;
}

.masonry .item h3{
    color : #8DC73F;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: lighter;;
}

.masonry .bg h3{
    color: white;
}

.masonry .green{
    background-color: #8DC73F;
}

.masonry .blue{
    background-color: #46add3;
}


.masonry .item p img.img-responsive{
    margin: 0 auto;
}

.em_green{
    color: #8DC73F;
}




/* Home Fullwidth Parallax Slider */


/* Home Fullwidth Parallax Slider */

ul.fullwidth-slider {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    z-index: 0;
    -webkit-backface-visibility: visible;
    background-position: center center;
    background-repeat: no-repeat;
}

ul.fullwidth-slider li.slide {
    position: relative;
    display: none;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-attachment:absolute ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-backface-visibility: visible;
}

ul.fullwidth-slider li.slide .caption {
    position: relative;
    height: 100%;
    width:100%;
}

ul.fullwidth-slider li.slide .caption .caption-inside {
    position: absolute;
    top: 0px;
    width:100%;
}

ul.fullwidth-slider li.slide .caption .slide-caption {
    height: 100%;
    z-index: 0;
    display: table;
    position: relative;
    top: 0;
    width:80%;
    margin-left:10%;
    margin-right:10%;
}

ul.fullwidth-slider li.slide .caption .slide-caption .vertical-align-middle{
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}

.vertical-align-middle p {
    margin:20px 0;
    color:#fff;
}

.vertical-align-middle.dark p, .vertical-align-middle.dark h1 {
    color:#222;
}

ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
    height: 700px;
}

.parallax-slider .bx-wrapper .bx-next {
    right:50px;
}

.parallax-slider .bx-wrapper .bx-prev {
    left:50px;
}

h2.title{
    font-size: 30px;
    letter-spacing: 3px;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 15px;
}




@media only screen and (max-width: 479px) {

    #a_propos{
        display:none;
    }

    .container {
        width:280px;
    }

    #loader {
        background:url(images/loadingmini.gif) center center no-repeat;
        height: 120px;
        width: 200px;
        left: 50%;
        top: 50%;
        position: absolute;
        margin: -60px 0 0 -100px;
    }

    .text-slide-vertical {
        font-size:30px;
    }


    .text-slide-vertical li {
        line-height:40px;
    }

    .slide-content h1 {
        font-size:30px;
        line-height:30px;
    }

    .ultralarge {
        font-size:40px;
        line-height:30px;
    }

    ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
        height: 300px;
    }

    .bx-viewport li{
        background-size: 100% !important;
    }

    .our-team li {
        margin: 0 auto;
    }

    .twitter-feed .bx-wrapper .bx-prev {
        margin-top: 150px;
    }
    .twitter-feed .bx-wrapper .bx-next {
        margin-top: 150px;
    }

    .service-item .icon-stack {
        margin-bottom:60px;
    }

    #portfolio-wrap .one-four {
        width: 100%;
    }

    .company-phone a {
        font-size: 30px;
    }

    #map_canvas {
        height: 250px;
    }

    .type-date {
        display:none;
    }

    #blog .container {
        width: 280px!important;
        padding:0px;
    }

    .blog-posts-content {
        min-height: 100px;
        width: 280px;
        margin-right:40px;
    }

    .post-content {
        float: left;
        padding: 20px;
        width: 240px;
    }

    #sidebar {
        width: 240px;
        padding: 20px;
        border-top:#E9E9E9 solid 1px;
        margin-top:60px;
        padding-top:60px;
    }

    input#search {
        width: 180px;
    }

    #blog.masonry .container {
        width: 280px !important;
        padding:0;
    }

    .blog-post.masonry {
        margin: 10px;
        width: 218px;
    }

    .blog-post.masonry .post-content {
        padding: 0;
    }

    .blog-post.masonry-quote {
        margin:10px;
        width: 260px;
    }

    .blog-post.masonry-quote .post-content {
        padding:0;
    }

    #project-header {
        height: 250px;
    }

    #project-counters .counters {
        margin: 0 auto;
        width: 100%;
    }

    #project-slider .bx-wrapper .bx-prev {
        display:none;
    }

    #project-slider .bx-wrapper .bx-next {
        display:none;
    }

    .project-page .bx-wrapper .bx-prev {
        display:none;
    }

    .project-page .bx-wrapper .bx-next {
        display:none;
    }

    #show {
        display:none!important;
    }

    .recent-post h5 {
        font-size:11px;
    }

    h2.title, .section-title h2{font-size:15px; line-height:25px;}

    .author-content p{
        font-size:14px !important;
        line-height:25px !important;
        margin: 10px auto !important;
        padding: 10px 0 !important;
    }

    .for_phone{
        width: 90% !important;
    }

}



.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background-color: transparent;
    background-image: url("images/point_menu.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}


#slide_sections .carousel-inner > .item {
    min-height: 450px;
}

#slide_sections .carousel-inner > .item p{
    padding-right: 15px;
}