
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #8B8D92;
	line-height: 1.8em;
	font-weight: 400;
}

a {
	color: #FE2D28;
	background: transparent;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:hover,a:focus, a:ctive
{
  color:#FE2D28;
  text-decoration:none !important;
  outline: none !important;
}

a:active,
a:hover {
  outline:none !important;
  text-decoration:none;
  color:#4CAF50;
}

::selection {
	background:#FE2D28;
	color:#FFF;
}

::-moz-selection{
	background:#FE2D28;
	color:#FFF;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:600;
  margin: 0 0 10px;
  color: #121214;
  font-family: 'Open Sans', sans-serif;
}

h4 {
    font-size: 17px;
}

h3 {
	font-size: 19px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

p {
	text-align:justify;
    line-height: 27px;
    font-size: 15px;
    font-family: "Open Sans",Verdana,sans-serif;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


/* Placeholder Style
 ------------------------------ */

::-webkit-input-placeholder {
	color:#5d5a5a !important;
	font-weight: 500;
	letter-spacing:1px;
}

:-moz-placeholder {
	color:#5d5a5a !important;
	font-weight: 500;
	letter-spacing:1px;
}

::-moz-placeholder {
	color:#5d5a5a !important;
	font-weight: 500;
	letter-spacing:1px;
}

:-ms-input-placeholder {
	color:#ccc !important;
	font-weight: 500;
	letter-spacing:1px;
}

/* Button Style
 ------------------------------ */

.btn {
	box-shadow: none;
	border-radius:2px;
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
	padding: 6px 18px;
	border: 2px solid transparent;
}

.btn:hover, .btn:focus, .btn:active {
	box-shadow: none;
}

.btn-round{
	border-radius: 25px;
}

.btn-lg {
    font-size: 17px;
    line-height: 20px;
    padding: 9px 26px;
    letter-spacing: 0.7px;
}

.btn-medium{
	padding: 11px 30px;
	font-size:16px;
}

.btn-sm{
	padding:3px 16px;
	font-size:14px;
}

.btn-base{
	background:#4CAF50;
	color:#FFF;
	box-shadow: none;
}

.btn-base:hover, .btn-base:focus{
	background:#4CAF50 ;
	color:#FFF;
	box-shadow: none;
}

.btn-base-border{
	background:transparent;
	border:2px solid #F92C27;
	color:#F92C27;
	box-shadow: none;
}

.btn-base-border:hover, .btn-base-border:focus{
	background:#F92C27 ;
	color:#FFF;
	box-shadow: none;
}

.btn-dark {
    background-color: #101418;
    color: #FFF;
}

.btn-dark:hover, .btn-dark:focus{
	background:#FE2D28;
	color:#FFF !important;
}

.btn-dark-border {
    background-color:transparent;
	border:2px solid #101418;
    color: #101418;
}

.btn-dark-border:hover, .btn-dark-border:focus{
	background:#4CAF50;
	border-color:#4CAF50;
	color:#FFF !important;
}

.btn-yellow {
    background-color: #FCD746;
    color: #FFF;
}

.btn-yellow:hover, .btn-yellow:focus{
	background:#FDBE3B;
	color:#FFF !important;
}

.btn-yellow-border {
    background-color:transparent;
	border:2px solid #FDBE3B;
    color:#FDBE3B;
}

.btn-yellow-border:hover, .btn-yellow-border:focus{
	background:#FCD746;
	border-color:#FCD746;
	color:#FFF !important;
}

.btn-orange {
    background-color: #e86343;
    color: #FFF;
}

.btn-orange:hover, .btn-orange:focus{
	background:#D34A35;
	color:#FFF !important;
}

.btn-orange-border {
    background-color:transparent;
	border:2px solid #e86343;
    color:#e86343;
}

.btn-orange-border:hover, .btn-orange-border:focus{
	background:#D34A35;
	border-color:#D34A35;
	color:#FFF !important;
}

.btn-white {
    background-color: #FFF;
    color: #333;
}

.btn-white:hover, .btn-white:focus{
	background:#FFF;
	color:#FE2D28 !important;
}

.btn-white-border {
    background-color:transparent;
    color:#FFF;
	border: 2px solid #FFF;
}

.btn-white-border:hover, .btn-white-border:focus{
    background-color:#FFF;
	color:#FE2D28 !important;
}

.section-base .btn-border:hover, .section-base .btn-border:focus{
	background:#FFF;
	border:2px solid #FFF;
	color:#00AAB3 !important;
}

/* List Default style
 ------------------------------ */

ul{
	margin:0px;
	padding:0px;
}

li{
	list-style:none;
	list-style-type:none;
}

/* Text Style
 ------------------------------ */

.font-Droid{
	 font-family: "Droid Serif",serif;
}

.uppercase{
	text-transform:uppercase;
	font-size:24px;
}

.italic {
    font-style: italic;
}

.lead-16 {
    font-size: 16px;
    line-height: 24px;
}

.lead-17 {
  font-size: 17px;
   line-height: 25px;
}

.lead-18 {
  font-size: 18px;
   line-height: 26px;
}

.lead-20 {
  font-size: 20px;
   line-height: 22px;
}

.lead-22 {
  font-size: 22px;
  line-height: 1.4em;
   line-height:23px;
}

.lead-24 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

.lead-26 {
  font-size: 26px;
   line-height: 26px;
  font-weight: 300;
}

.lead-28 {
  font-size: 26px;
   line-height:28px;
  font-weight: 300;
}

.lead-30 {
  font-size: 30px;
   line-height: 28px;
  font-weight: 300;
}

.lead-32 {
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 300;
}

.lead-34 {
  font-size: 34px;
  line-height: 1.3em;
  font-weight: 300;
}

.lead-35 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

img.align-left {
    float: left;
    margin: 12px 12px 12px 0px;
}

img.align-right {
    float: right;
    margin: 12px 0px 12px 12px;
}


/* Space, Padding , Helper Styles
 ------------------------------ */

.mtop-5 {
  margin-top: 5px !important;
}

.mtop-10 {
  margin-top: 10px !important;
}

.mtop-15 {
  margin-top: 15px !important;
}

.mtop-20 {
  margin-top: 20px !important;
}

.mtop-25 {
  margin-top: 25px !important;
}

.m-top-30 {
  margin-top: 30px !important;
}

.m-top-35 {
  margin-top: 35px !important;
}

.m-top-40 {
  margin-top: 40px !important;
}

.m-top-45 {
  margin-top: 45px !important;
}
.m-top-50 {
  margin-top: 50px !important;
}

.no-margin-bottom {
  margin-bottom: opx !important;
}

.m-bottom-5 {
  margin-bottom: 5px !important;
}

.m-bottom-10 {
  margin-bottom: 10px !important;
}

.m-bottom-15 {
  margin-bottom: 15px !important;
}

.m-bottom-20 {
  margin-bottom: 20px !important;
}

.m-bottom-25 {
  margin-bottom: 25px !important;
}
.m-bottom-30 {
  margin-bottom: 10px !important;
}

.m-bottom-35 {
  margin-bottom: 35px !important;
}

.m-bottom-40 {
  margin-bottom: 40px !important;
}

.m-bottom-50 {
  margin-bottom: 50px !important;
}

.m-bottom-50 {
  margin-bottom: 50px !important;
}

.m-bottom-60 {
  margin-bottom: 60px !important;
}

.m-bottom-70 {
  margin-bottom: 70px !important;
}

.m-bottom-80 {
  margin-bottom: 80px !important;
}

.m-bottom-90 {
  margin-bottom: 90px !important;
}

.m-bottom-160 {
  margin-bottom: 160px !important;
}

.m-left-5 {
  margin-left: 5px !important;
}

.m-left-10 {
  margin-left: 10px !important;
}

.m-left-15 {
  margin-left: 15px !important;
}

.m-left-20 {
  margin-left: 20px !important;
}

.m-left-25 {
  margin-left: 25px !important;
}

.m-left-30 {
  margin-left: 30px !important;
}

.m-left-90 {
  margin-left: 90px !important;
}

.m-right-5 {
  margin-right: 5px !important;
}

.m-right-10 {
  margin-right: 10px !important;
}

.m-right-15 {
  margin-right: 15px !important;
}

.m-right-20 {
  margin-right: 20px !important;
}

.m-right-25 {
  margin-right: 25px !important;
}

.m-right-30 {
  margin-right: 30px !important;
}

.padd-top-5{
	padding-top:5px !important;
}

.padd-top-10{
	padding-top:10px !important;
}

.padd-top-15{
	padding-top:15px !important;
}

.padd-top-20{
	padding-top:20px !important;
}

.padd-top-25{
	padding-top:25px !important;
}

.padd-top-30{
	padding-top:30px !important;
}

.padd-top-35{
	padding-top:35px !important;
}

.padd-top-40{
	padding-top:40px !important;
}

.padd-top-45{
	padding-top:45px !important;
}

.padd-top-50{
	padding-top:50px !important;
}

.padd-top-55{
	padding-top:55px !important;
}

.padd-top-60{
	padding-top:60px !important;
}

.padd-top-70{
	padding-top:70px !important;
}

.padd-top-80{
	padding-top:80px !important;
}

.padd-top-90{
	padding-top:90px !important;
}
.padd-top-100{
	padding-top:100px !important;
}

.padd-top-150{
	padding-top:150px !important;
}

.padd-top-200{
	padding-top:200px;
}

.no-padding-bottom{
	padding-bottom:0 !important;
}

.no-padding-top{
	padding-top:0 !important;
}

.padd-bottom-5{
	padding-bottom:5px !important;
}

.padd-bottom-10{
	padding-bottom:10px !important;
}

.padd-bottom-15{
	padding-bottom:15px !important;
}

.padd-bottom-20{
	padding-bottom:20px !important;
}

.padd-bottom-25{
	padding-bottom:25px !important;
}

.padd-bottom-30{
	padding-bottom:30px !important;
}

.padd-bottom-35{
	padding-bottom:35px !important;
}

.padd-bottom-40{
	padding-bottom:40px !important;
}

.padd-bottom-45{
	padding-bottom:45px !important;
}

.padd-bottom-50{
	padding-bottom:50px !important;
}

.padd-bottom-55{
	padding-bottom:55px !important;
}

.padd-bottom-60{
	padding-bottom:60px !important;
}

.padd-bottom-70{
	padding-bottom:70px !important;
}

.padd-bottom-80{
	padding-bottom:80px !important;
}

.padd-bottom-90{
	padding-bottom:90px !important;
}

.padd-bottom-100{
	padding-bottom:100px !important;
}

.padd-bottom-150{
	padding-bottom:100px !important;
}

.padd-bottom-200{
	padding-bottom:200px !important;
}

.padd-5{
	padding:5px !important;
}

.padd-10{
	padding:10px !important;
}

.padd-15{
	padding:15px !important;
}

.padd-20{
	padding:20px !important;
}

.padd-25{
	padding:25px !important;
}

.padd-30{
	padding:30px !important;
}

.div-center{
	float:none;
	margin:0px auto;
}

/* Section Background styles
 ------------------------------ */

.section-dark{
	background-color:#a9851b;
	color: #fff;
}
.section-base{
	background:#2ABCF6;
	color:#E1E2E3;
}

.section-gray{
	background:#F7F7F7;
	color: #737A81;
}

.section-white{
	background:#FFF;
	color:#66686B;
}

.intro-text {
    text-align: center;
    width: 60%;
    margin: 0px auto;
}

.intro-text strong {
    color: #00AAB3;
    font-weight: 500;
}

/* Section Heading Color Styles
 ----------------------------- */

.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6 {
	color:#FFF;
}

.section-base h1, .section-base h2, .section-base h3, .section-base h4, .section-base h5, .section-base h6 {
	color:#FFF;
}

.text-white{
	color:#FFF;
}

.text-base{
	color:#FE2D28;
}

/* Form
 ------------------------------ */
 
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #504D4D;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #D1CBCB;
    border-radius: 0px;
    box-shadow: 0px 1px 1px transparent inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
 
form textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.form-control:focus {
	border: 1px solid #928c8c;
	box-shadow:none;
}

/* Title
 ------------------------------ */

.title-box {
  border-bottom-width: 0px;
  margin-bottom:0px;
  position: relative;
}

.title {
	font-size: 26px;
	margin-bottom: 15px;
	text-transform: none;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0;
}

.title-box h2 {
    font-weight: 600;
    font-size: 27px;
    line-height: 25px;
    color: #212227;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
}

.title-box h2:before {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: -18px  auto;
  position: absolute;
  width: 140px;
  background: ;
}

.title-box.text-center h2:before {
	 bottom: 0px;
	content: "";
	display: block;
	height: 2px;
	left: 0px;
	right: 0px;
	margin: -18px auto;
	position: absolute;
	width: 150px;
	background:;
}

.title-box.text-center.white h2:before {
	background:#4CAF50 !important;
}

.title-box.text-center.white h2{
	color:#4CAF50 !important;
}

.title-box..white h2:before {
	background:#FFF !important;
}

.title-box.white h2{
	color:#FFF !important;
}
.title-box.white h2:before {
	background:;
}

.title-box.text-right:before {
  left: auto;
  right: 0;
}

.title-box.text-center:before {
  left: 50%;
  margin-left: -20px;
}

/* Parallax, Scroll, Loader
 ------------------------------ */
 
.section-parallax {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;;
}

.parallax .container{
	position:relative;
}

#pageloader {
	width: 100%;
    height: 100%;
    position: fixed;
	background-color:#FFF;
    z-index: 999999;
}

.loader {
	position: absolute;
	width: auto;
	height:auto;
	margin:;
	top:50%;
	left:40%;
	text-align:center;
}

.overlay-dark {
	background:rgba(76, 175, 80, 0.2);
	position: absolute;
	width: 100%;
	height:auto;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
}

.opacity-6{
	opacity:0.6;
}

.opacity-7{
	opacity:0.7;
}

.opacity-8{
	opacity:0.8;
}

.overlay-light {
	background:rgba(246, 246, 246, 0.6);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.overlay-base{
	background:#00AAB3 ;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.full-width-box {
    overflow: hidden;
    padding: 15px 0px 0px 15px;
  /*  position: relative;
	top:570px;*/
	margin-top:0px;
}

section{
	position:relative;
}

.clear{
	clear:both;
}

.scrollup {
    width:35px;
    height:35px;
    position:fixed;
    bottom:30px;
    right:15px;
    display:none;
	background:#c0e145;
	text-align: center;
	z-index: 9999;
}

.scrollup i{
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}

.scrollup:hover{
	background:#888;
	text-decoration:none;
}

.readmore {
    font-size: 16px;
	color: #FE2D28;
}

.readmore:hover{
    color:#1B1E23;
}

/* Navigation
 ------------------------------ */
 
.navbar{
	padding-top:25px;
	padding-bottom:22px;
	border:none;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#wrapper .navbar{
	top:20px;
}

.navbar.navbar-dark{
	background:rgba(178, 218, 27, 0.81);
	border:none;
}

.navbar.navbar-dark.top-nav-collapse,
.navbar.navbar-white.top-nav-collapse{
	background:rgba(178, 218, 27, 0.81);
	padding-top:15px;
	padding-bottom:10px;
}

.navbar.navbar-white.top-nav-collapse{
	background:rgba(255, 255, 255, 1);
}

.navbar-brand {
	float: left;
	min-height: 29px;
	height:auto;
	padding: 0 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-nav {
	margin: 0 -15px 25px 15px;
}

.navbar-nav.navbar-right{
	margin: 0 -15px;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-nav li a{
	background:none;
	color:#fff;
	font-weight:600;
}

.navbar-nav li a:hover,
.navbar-nav l a:focus,
.navbar-nav li a:active,
.navbar-nav li.dropdown > a.dropdown-toggle:hover,
.navbar-nav li.dropdown > a.dropdown-toggle:focus,
.navbar-nav li.dropdown > a.dropdown-toggle:active{
	background:none;
	color:#FFF;
}

.navbar-nav > li.active > a,
.navbar-nav > li.active > a:hover,
.navbar-nav > li.active > a:focus,
.navbar-nav > li.active > a:active{
	border-top:1px solid;
	border-bottom:1px solid;
	background:none;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 220px;
	padding:0;
	margin: 2px 0 0 0;
	font-size: 13px;
	text-align: left;
	list-style: none;
	background:#b1d639;
  -webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-top: 3px solid #4CAF50;
	border-radius: 0;
  -webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu li {
	margin:0;
	display: block;
	position:relative;
	-webkit-user-select: none;    
	-moz-user-select: none; 
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}

/*.dropdown-menu li a.trigger:before{
	font-family: 'FontAwesome';
	content: "\f105";
	float: right;
}*/
	
.dropdown-menu .sub-menu1, .dropdown-menu .sub-menu2 {
	right:0;
	position:absolute;
	top:0;visibility:hidden;
	margin:-1px -220px 0 0;
}

.dropdown-menu li:hover .sub-menu1 {visibility:visible;}

.dropdown-menu li li:hover .sub-menu2 {visibility:visible;}

.navbar.navbar-white .dropdown-menu{
	background:rgba(255, 255, 255, 0.99);
}

.dropdown-menu li a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 23px;
    color:#036d05;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    padding: 7px 10px;
    font-size: 14px;
}

.dropdown-menu li a:hover,.dropdown-menu li a:focus, .dropdown-menu li a:active {
	color:#FFF;
	background:none;
}

.dropdown-menu li:last-child a{
	border-bottom:0px;
}

.navbar-toggle {
	border: none;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	background:#fff;
	height:2px;
	border-radius: 0;
}

.navbar.navbar-white .navbar-toggle .icon-bar {
	background:#2b2b2b;
	height:2px;
	border-radius: 0;
}

.navlink-right{
	position:relative;
	float:right;
	margin:0;
	padding:0 0 0 5px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.custom-nav .nav,
.custom-nav .dropup,
.custom-nav .dropdown,
.custom-nav .collapse {
	position: static;
}

.custom-nav .navbar-inner,
.custom-nav .container {
	position: static;
	color:#fff;
}

.custom-nav .dropdown-menu {
	left: auto;
}

.custom-nav .dropdown-menu > li {
	display: block;
}

.custom-nav .dropdown-menu > li.container,
.custom-nav.navbar-white .dropdown-menu > li.container{
	padding:30px 35px 25px 35px;
	color: #a2a2a2;
	border:none;
}

#wrapper .custom-nav .dropdown-menu > li.container,
#wrapper  .custom-nav.navbar-white .dropdown-menu > li.container{
	padding-left:30px;
	padding-right:30px;
}

.custom-nav.navbar-white .dropdown-menu > li.container{
	color: #616161;
}

.custom-nav .dropdown-menu > li.container li{
	border:none;
}

.custom-nav .dropdown-menu > li.container h1,
.custom-nav .dropdown-menu > li.container h2,
.custom-nav .dropdown-menu > li.container h3,
.custom-nav .dropdown-menu > li.container h4,
.custom-nav .dropdown-menu > li.container h5,
.custom-nav .dropdown-menu > li.container h6{
	color:#fff;
	margin-bottom:15px;
}

.custom-nav.navbar-white .dropdown-menu > li.container h1,
.custom-nav.navbar-white .dropdown-menu > li.container h2,
.custom-nav.navbar-white .dropdown-menu > li.container h3,
.custom-nav.navbar-white .dropdown-menu > li.container h4,
.custom-nav.navbar-white .dropdown-menu > li.container h5,
.custom-nav.navbar-white .dropdown-menu > li.container h6{
	color:#2b2b2b;
	margin-bottom:15px
}

.custom-nav .dropdown-menu > li.container a,
.custom-nav.custom-nav.navbar-white .dropdown-menu > li.container a{
	border:none;
}

.custom-nav .dropdown-submenu .dropdown-menu {
	left: 100%;
}

.custom-nav .nav.pull-right .dropdown-menu {
	right: 0;
}

.custom-nav .custom-nav-content {
	padding: 20px 30px;
	*zoom: 1;
}

.custom-nav .custom-nav-content:before,
.custom-nav .custom-nav-content:after {
	display: table;
	content: "";
	line-height: 0;
}

.custom-nav .custom-nav-content:after {
	clear: both;
}

.custom-nav.navbar .nav > li > .dropdown-menu:after,
.custom-nav.navbar .nav > li > .dropdown-menu:before {
	display: none;
}

.custom-nav .dropdown.custom-nav-fullwidth .dropdown-menu {
	position:absolute;
	width: 100%;
	left: 0;
	right: 0;
}

.custom-nav-link{
	margin:0;
	padding:0;
}

.custom-nav-link li{
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
}

.custom-nav-link li a,
.custom-nav-link li a:hover,
.custom-nav-link li a:focus,
.custom-nav-link li a:active{
	display: block;
	padding: 0 15px 0 0;
	clear: both;
	font-size:13px;
	font-weight: normal;
	line-height: 1.42857143;
	color: #a2a2a2;
	border:none;
	white-space: nowrap;
}

.navbar-nav .custom-nav-link li a:hover,
.navbar-nav .custom-nav-link li a:active,
.navbar-nav .custom-nav-link li a:focus{
	text-decoration:none;
	border:none;
}


/* Slider
 ------------------------------ */

#home{
	position: relative;
	width:100%;
}

.slider-overlay{
    background:;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index:100;
    width: 100%;
    height: 100%;
}

.slide1, .slide2, .slide3{
	height:100%;
	width:100%;
	position:relative;
}

.home-section{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.home-content{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}


.home-content{
	position: relative;
}

.home-text{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.slide1{
	background: url(../images/Image-01.jpg) top center no-repeat;
	background-size: cover !important;
}

.slide2{
	background: url(../images/Image-03.jpg) top center no-repeat;
	background-size: cover !important;
}

.slide3{
	background: url(../images/slider.jpg) top center no-repeat;
	background-size: cover !important;
}

.inner-section {
    text-align: center;
	height:100%;
}

.slider-text-inner{
	width:80%;
	margin:0px auto;
}

.slider-text {
	display:table-cell;
	vertical-align:middle;
}

.home-title {
    display: table;
	padding: 0px 20px;
    width: 100%;
    position: relative;
    z-index: 200;
    height: 100%;
}

.home-title h2,.home-title p{
	color:#FFF;
}

.home-title h2 {
    font-size: 56px;
    line-height: 75px;
    font-weight: 700;
    margin-top: 25px;
}

.home-title p {
    font-size: 29px;
    line-height: 25px;
    color: #FFF;
    margin-top: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Droid Serif",serif;
    font-style: italic;
    letter-spacing: 3px;
}

.slide-btn {
	margin-top:50px;
}

.slide-btn .btn-white-border {
    font-size: 17px;
    border-radius: 25px;
    color: #FFF;
    padding: 9px 30px;
    background: transparent;
    border: 2px solid #fff;
    margin: 10px;
}

.slide-btn .btn-base {
    font-size: 17px;
    border-radius: 25px;
    color: #FFF;
    padding: 9px 30px;
    background: #4CAF50;
    border: 2px solid #4CAF50;
    margin: 10px;
}

.slide-btn .btn-white-border:hover, .slide-btn .btn-white-border:focus {
    background: #FFF !important;
    color: #1D1C1C !important;
	border-color:#FFF;
}

.slide-btn .btn-base:hover, .slide-btn .btn-base:focus {
    background: #1A1A1A !important;
	border-color:#1A1A1A;
    color: #FFF !important;
}

.home-slider.owl-theme .owl-controls{
	margin-top:0px;
}

.home-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    width:60px;
    height: 60px;
    font-size: 26px;
    background: none;
	border-radius:50%;
	margin:0px;
	opacity:0;
    line-height:48px;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;

}

.home-slider:hover.owl-theme .owl-controls .owl-buttons div {
	opacity:1;
}

.home-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 20px;
    top: 50%;
    padding: 2px 10px 2px 6px;
}

.home-slider.owl-theme .owl-controls .owl-buttons .owl-next{
	right:20px;
	top: 50%;
}


/* Social Icon 4
 ------------------------------ */

.social-icons-dark {
	margin: 0;
	padding: 0;
}

.social-icons-dark li {
	display: inline;
}

.social-icons-dark li a {
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0 2px 5px 0;
	text-align: center;
	font-size: 14px;
	color:#909090;
	line-height: 30px;
	display:inline-block;
	border-radius: 100%;
	background: #313132;
}
.social-icons-dark li a:hover {
	color: #fff;
	background: #00AAB3;
}

.social-icons {
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
	margin-bottom:30px;
}
.social-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-icons ul li {
	margin: 0 5px 10px;
	display: inline-block;
}
.social-icons ul li a {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.social-icons ul li a i {
    width: 35px;
    height: 35px;
    font-size: 17px;
    color: #7B7878;
    line-height: 34px;
    border-radius: 50%;
    background: #201F1F ;
}

.social-icons ul li a i:hover {
	 color: #ccc;
}

/* Parallax background
 ------------------------------ */

.cta-bg{
	background:url(../images/parallax/cta-bg.jpg) no-repeat;
}

.testimonial-bg{
	background:url(../images/parallax/testimonial-bg.jpg) no-repeat;
}

.clients-bg{
	background:url(../images/parallax/clients-bg.jpg) no-repeat;
}

.services-bg{
	background:url(../images/parallax/services-bg.jpg) no-repeat;
}

.process{
	background: url(../images/parallax/process-bg.jpg) no-repeat;
}

.clients-bg2{
	 background: url(../images/parallax/clients-bg2.jpg);
	 padding-bottom:100px;
}

.facts-bg{
	 background: url(../images/parallax/facts-bg.jpg);
	 padding:100px 0px 70px;
}

.footer-bg{
	background:url(../images/parallax/footer-bg.jpg) no-repeat;
	position: relative;
	padding:160px 0px 80px;
}

.page-title-bg{
	background:url(../images/about.jpg) no-repeat;
}

.page-title-bg2{
	background:url(../images/parallax/page-title-bg2.jpg) no-repeat;
}

.coming-soon-bg{
	background:url(../images/parallax/coming-soon-bg.jpg) no-repeat;
	position:relative;
	background-size: cover;
}

/* Call To Action
 ------------------------------ */

.cta-style1{
	padding:150px 0px;
	text-align:center;
}

.cta-style1 h2 {
    margin-bottom: 62px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 35px;
}

.cta-style1 p {
    font-size: 23px;
    font-style: italic;
    color: rgb(255, 255, 255);
    font-family: "Droid Serif",serif;
    font-weight:400;
    letter-spacing: 2px;
}

.cta-style1 .btn:last-child{
	margin-left:10px;
}

.cta-style2{
	background:#FE2D28;
	padding: 50px 0px 40px;
}

.cta-style2 h2{
	color:#FFF;
	font-size:25px;
	margin-bottom: 0px;
}

.cta-style2 p{
	color:#FFF;
}

.cta-style2 .btn-right{
	text-align: right;
	margin-top: 12px;
}

.cta-style2 .btn-lg {
    font-size: 17px;
    line-height: 20px;
    padding: 10px 19px;
    font-weight:600;
	margin-top:5px;
}

.cta-style2 .btn:first-child {
    margin-right: 8px;
}

.cta-style3 {
    background: #4caf50;
    padding: 34px 0px 22px;
}

.cta-style3 h2 {
    color: #FFF;
    font-size: 25px;
    margin-bottom: 0px;
}

.cta-style3 p{
	color:#FFF;
}

.cta-style3 .btn-right{
	text-align: right;
	margin-top: 5px;
}

.cta-style3 .btn-lg {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 30px;
    font-weight: 600;
    margin-top: 5px;
    text-transform: uppercase;
}

.cta-style3 .btn-white:hover {
    background: transparent;
    color: #FFF !important;
    border: 2px solid #FFF;
}

/* Icon Element
 ------------------------------ */
 
.icon-base{
	color:#0084B4;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

.icon-border-base {
    border: 1px solid #0084B4;
    color: #0084B4;
}

.icon-border-base1 {
    border: 1px solid #00AAB3;
    color: #00AAB3;
}

.icon-border-base2 {
    border: 2px solid #00AAB3;
    color: #00AAB3;
}

.icon-box-vertical .icon-box{
	display:inline-block;
}

.icon-box-vertical .left{
	text-align:left;
}

.icon-box-left .icon-box{
	position:absolute;
}

.icon-box-left .icon-content {
    margin-left: 90px;
}

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

.icon-box{
	display: inline-block;
}

.icon-small {
    width: 67px;
    height: 67px;
    font-size: 28px;
    line-height: 65px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}

.icon-small-plane {
    font-size: 28px;
    transition: all 0.5s ease-in-out 0s;
}

.icon-xsmall {
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}

.icon-large{
	width: 70px;
	height: 70px;
	font-size: 34px;
	line-height: 68px;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
}

.icon-large {
    width: 130px;
    height: 130px;
    font-size: 40px;
    line-height: 135px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}

.icon-circle{
	border-radius:50%;
}


/* Featured works style 1
 ------------------------------ */

.featured-works-style1{
	position:relative;
	width:25%;
	float:left;
	overflow:hidden;
}

.featured-works-style1 .works-media img{
	max-width:100%;
}

.featured-works-style1 .works-info {
	background: #242424;
	padding: 20px 10px;
	position: absolute;
	width: 100%;
	bottom:-100%;
	opacity:0;
	transition: all 0.55s ease-in-out;
	-moz-transition: all 0.55s ease-in-out;
	-webkit-transition: all 0.55s ease-in-out;
	-o-transition: all 0.55s ease-in-out;
}

.featured-works-style1 .works-info h4 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.featured-works-style1 .works-tag ul li {
	display:inline-block;
	margin:0px;
	padding:0px;
	list-style:none;
}

.featured-works-style1 .works-tag ul li a {
    display: inline-block;
    list-style: outside none none;
    line-height: 20px;
    color: #fff;
}

.featured-works-style1 .works-tag ul li a:after {
	content:",";
	position:relative;
	margin-left:1px;
}

.featured-works-style1 .works-tag ul li:last-child a:after {
	content:"";
}

.featured-works-style1:hover .works-info{
	opacity:1;
	 bottom:0;
}

/* Facts
 ------------------------------ */

.facts-style1 .facts-box{
	text-align:center;
	margin-bottom:40px;
}

.facts-style1 .facts-box h3 {
    color: #FFF;
    font-size: 44px;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 3px;
}

.facts-style1 .facts-box h3::after {
    content: "";
    width: 34px;
    height: 2px;
    background: #FFF none repeat scroll 0% 0%;
    margin: 0px auto;
    position: absolute;
    bottom: -15px;
    z-index: 9999;
    text-align: center;
    left: 0;
    right: 0;
}

.facts-style1 .facts-box p {
    color: #FFF;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}

.section-white .facts-style1 .facts-box h3 {
    color: #2F2F30;
}

.section-white .facts-style1 .facts-box p{
	color:#1A1919;
}

.section-white .facts-style1 .facts-box h3::after{
	background:#212227;
}

.facts-style2{
	margin-bottom:30px;
	text-align:center;
}

.facts-style2 i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #292626;
    background: #FFF;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
}

.facts-style2 h2 {
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
}

.facts-style2 h3{
	color:#FFF;
}


/* Team 
 ------------------------------ */

.team-box1{
	margin-bottom:30px;
	position:relative;
}

.team-box1 .team-inner {
    position: relative;
    overflow: hidden;
}

.team-box1 .member-photo{
}

.team-box1 .member-photo img{
	width:100%;
}

.team-box1 .member-hover {
	position: absolute;
	width: 100%;
	top: 0;
	right: -100%;
	background: rgba(4, 0, 5, 0.58);
	height: 100%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.team-box1 .member-hover .center-align {
    display: table;
    width: 100%;
    height: 100%;
}

.team-box1 .member-social{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.team-box1 .member-detail {
    text-align: center;
    margin-top: 30px;
    padding: 0px 15px;
}

.team-box1 .member-detail h4{
}
.team-box1 .member-detail h5{
}
.team-box1 .member-detail p{
}

.team-box1 .member-social ul li{
	list-style: outside none none;
	display: inline-block;
}

.team-box1 .member-social ul li a{
	width: 27px;
	height: 27px;
	border-radius: 50%;
	margin: 0px 5px 5px 0px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	line-height: 26px;
	display: inline-block;
	border: 1px solid #FFF;
}

.team-box1 .member-social ul li a:hover{
	background:#FE2D28;
	color:#FFF;
	border-color:#FE2D28;
}

.team-box1:hover .member-hover{
	opacity:1;
	right:0;
}

.team-box2 {
    padding: 10px;
    background: #F6F6F6 ;
	margin-bottom: 30px;
}

.team-box2 .member-media {
    margin-bottom: 16px;
}

.team-box2 .member-media img{
	max-width:100%;
	width:100%;
}

.team-box2 .team-desc{
	text-align:center;
}

.team-box2 .team-desc h4 {
    margin-bottom: 2px;
}

.team-box2 .team-desc p {
    color: #565454;
    font-weight: 600;
    font-size: 13px;
	line-height: 25px;
}


/* Section Side Image
 ------------------------------ */

.section-half-img{
	position: relative;
	padding: 0px;
	margin: 0px;
}

.side-img{
	overflow: hidden;
	height: 100%;
	padding: 0px;
	top: 0px;
	position: absolute;
}

.side-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.side-img1{
	background:
	url(../images/tulasi/1c05e544-a8f5-4b6d-94ca-ce84223f8da8.jpg);
}

.side-img2{
	background:url(../images/side-img2.jpg);
}

.side-img3{
	background:url(../images/il_fullxfull.598950550_pna7.jpg);
}

.side-img4{
	background:url(../images/side-img4.jpg);
}

.side-img5{
	background:url(../images/side-img5.jpg);
}

.side-half-inner {
    padding: 90px 60px;
}


/* Skills	
 ------------------------------ */

.skills-style1 h5 {
    margin-bottom: 13px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
    color: #232121;
}

.skills-style1.white h5 {
    color: #FFF;
}

.skills-style1 .progress {
    height:10px;
	margin-bottom:30px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background:#E9E4E4;
    border-radius: 0;
}

.skills-style1 .progress-bar {
    line-height: 10px;
    background:#8BC34A;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.skills-style1.side-skills h5{
	 color: #FFF;
}

.skills-style1 .side-skills .progress{
	 color:#FFF;
}

.skills-side-main{
	padding:90px 60px;
}

.pie-chart-main{
	margin-bottom:30px;
	text-align:center;
}

.pie-charts {
  padding: 0 0 120px;
}

.chart {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  text-align: center;
  margin-bottom:20px;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
  display: inline-block;
  line-height: 170px;
  z-index: 2;
  font-size: 26px;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}


/* Feature-box 1
 ------------------------------ */

.feature-box1{
	margin-bottom:30px;
	text-align:center;
}

.feature-box1 .icon-box {
	border:2px solid #2ABCF6;
    color: #2ABCF6;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box1:hover .icon-box {
	border:2px solid #2ABCF6;
    color: #FFF;
	background:#2ABCF6;
}

/* Feature-box 2
 ------------------------------ */

.feature-box2{
	margin-bottom:30px;
}

.feature-box2 .icon-box{
	color:#000;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box2:hover .icon-box, .feature-box2:hover .icon-content h3{
	color:#0084B4;
}


/* Feature-box 2
 ------------------------------ */

.feature-box3{
	margin-bottom:50px;
}

.feature-box3 .icon-box{
	color:#000;
	border:2px solid #000;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box3:hover .icon-box{
	color:#FFF;
	border:2px solid #4CAF50;
	background:#4CAF50;
}


/* Feature-box 4
 ------------------------------ */

.feature-box4{
	margin-bottom:30px;
}

.feature-box4 .icon-box{
	color:#FE2D28;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box4:hover .icon-box{
	color:#242424;
}

/* Feature-box 5
 ------------------------------ */

.feature-box5{
	margin-bottom:50px;
}

.feature-box5.right .icon-box {
    position: absolute;
    right: 0;
	border:2px solid #FE2D28;
	color:#FE2D28;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box5.right:hover .icon-box, .feature-box5.left:hover .icon-box{
	background:#FE2D28;
	color:#FFF;
}

.feature-box5.right .icon-content {
    text-align: right;
    margin-right: 90px;
}

.feature-box5.left .icon-box {
    position: absolute;
    left: 0;
	border:2px solid #FE2D28;
	color:#FE2D28;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box5.left .icon-content {
    text-align: left;
    margin-left: 90px;
}

/* Feature-box 6
 ------------------------------ */

.feature-box6{
	margin-bottom:30px;
}

.feature-box6 ul {
	margin:0px;
	padding:0px;
	position:relative;
}

.feature-box6 ul li {
    display: block;
    list-style-type: none;
    padding-left: 35px;
    margin-bottom: 18px;
	font-size: 16px;
}

.feature-box6 ul li i {
    position: absolute;
    left: 0;
    color: #FE2D28;
    line-height: 29px;
}

/* Feature-box 7
 ------------------------------ */
 
.feature-box7 {
    padding: 90px 60px;
}

.feature-box7 .btn{
   margin-top:30px;
}

.feature-box7 p{
   margin-bottom:30px;
   margin-top:40px;
}

/* Features Box 8
 ------------------------------ */
 
.features-box8 .features-item {
    border: 1px solid #EDEDED;
    padding: 20px;
    text-align: center;
	margin-bottom: 75px;
	position:relative;
}

.features-box8 .features-item .features-icon {
    width: 85px;
    height: 85px;
    background: #fff;
    color: #4D4C4C;
    line-height: 85px;
    display: inline-block;
    position: absolute;
    top: -40px;
    font-size: 25px;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 50%;
    border: 2px solid #ede7e7;
}

.features-box8 .features-item .features-content{
	margin-top:54px;
}

.features-box8 .features-item .features-content h3 {
    margin-bottom: 13px;
}

.features-box8 .features-item .features-content .readmore {
    margin: 15px 0px 13px;
    display: inline-block;
}

.features-box8 .features-item:hover  .features-icon{
	background:#FE2D28;
	border-color:#FE2D28;
	color:#FFF;
}

/* Feature-box 9
 ------------------------------ */

.feature-box9{
	margin-bottom:50px;
	text-align:center;
}

.feature-box9 .icon-small {
    width: 90px;
    height: 90px;
    font-size: 28px;
    line-height: 90px;
    text-align: center;
}

.feature-box9 .icon-box {
	border:2px solid #3F4041;
    color: #484848;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box9:hover .icon-box {
	border:2px solid #FE2D28;
    color: #FFF;
	background:#FE2D28;
}

/* Feature-box 10
 ------------------------------ */

.feature-box10 {
    padding: 120px 80px;
}


/* Feature-box 11
 ------------------------------ */

.feature-box11 {
	margin-bottom:50px;
}

.feature-box11 .icon-small {
    border: 4px solid #F6F6F6;
    background: transparent;
    line-height: 73px;
    font-size: 29px;
    width: 80px;
    height: 80px;
	color: #262323;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box11 .icon-content {
	margin-left: 110px;
}

.feature-box11:hover .icon-small{
	background:#FE2D28;
	color:#FFF;
	border-color:#CF1915;
}

/* Featured Box  12
 ------------------------------ */
 
.feature-box12 {
	text-align: center;
	background:#F9F9F9;
	margin-bottom: 60px;
	padding:20px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.feature-box12 .icon-box {
    background: #FE2D28;
    color: #FFF;
	border:2px solid transparent;
}

.feature-box12 .icon-content{
	margin-top:20px;
}

.feature-box12 .icon-content h4{
	margin:20px 0px;
}

.feature-box12:hover {
	border-color:#FDC210;
}

.feature-box12:hover .icon-box{
    background: #F9F9F9;
    color: #FE2D28;
	border:2px solid #FE2D28;
}

/* Featured Box  13
 ------------------------------ */

.feature-box13{
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.feature-box13 .icon-box {
    background: #4CAF50;
    color: #FFF;
	border:2px solid #4CAF50;
}

.feature-box13:hover .icon-box {
    background:#FFF;
    color: #FE2D28;
	border:2px solid #FE2D28;
}

/* Featured Box 5
 ------------------------------ */

.feature-box14{
	text-align: center;
}

.feature-box14:nth-of-type(1){
	background:#232424;
}

.feature-box14:nth-of-type(2){
	background: #1D1E1E;
}

.feature-box14:nth-of-type(3){
	background: #191A1A;
}

.feature-box14 .inner{
	padding:80px 30px;
}

.feature-box14 .inner .features-icon {
	font-size:56px;
	color:#FFF;
}

.feature-box14 .inner .features-content {
    margin-top: 34px;
}

.feature-box14 .inner .features-content h3{
	color:#E9E4E4;
	margin-bottom:30px;
	font-size:20px;
}

.feature-box14 .inner .features-content p{
	color:#BAB7B7;
}

/* Featured Box  13
 ------------------------------ */

.feature-box15{
	margin-bottom:50px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.feature-box15 .icon-box {
    color: #FFF;
    font-size: 40px;
}

.feature-box15 .icon-content h3, .feature-box15 .icon-content p {
    color: #FFF;
}


/* Featured Box  16
 ------------------------------ */

.feature-box16{
	margin-bottom:30px;
	padding-left:30px;
}

.feature-box16 .item-box{
	margin-bottom:30px;
}


/* Featured Box  17
 ------------------------------ */

.feature-box17{
	margin-bottom:50px;
	position:relative;
}

.feature-box17 .features-media{
	margin-bottom:30px;
}

.hover-inner{
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	right: 0;
	height:100%;
	background: RGBA(0, 0, 0, 0.35);
}

.feature-box17 .hover-desc {
    position: absolute;
    width: 100%;
    top:40%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 10px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.feature-box17 .hover-desc h3{
	color:#FFF;
}

.feature-box17 .hover-desc p{
	color:#FFF;
	opacity:0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.feature-box17:hover .hover-desc p{
	opacity:1;
}

.feature-box17:hover .hover-desc{
	 top: 28%;
}

/* Featured Box  18
 ------------------------------ */

.feature-box18{
	margin-bottom:50px;
}

.feature-box18 .icon-box{
	border: 2px solid #353232;
	color:#353232;
	background: #FFF;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box18:hover .icon-box{
	background:#FE2D28;
	border-color:#FE2D28;
	color:#FFF;
}

/* Featured Box  19
 ------------------------------ */

.feature-box19{
	padding: 90px 60px;
}

.feature-box19 .icon-box{
	color:#FFF;
	border:2px solid #FFF;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box19 .icon-box-left:hover .icon-box{
	background:#FFF;
	border-color:#FFF;
	color:#FE2D28;
}

/* Featured Box  20
 ------------------------------ */

.feature-box20{
	text-align:center;
	margin-bottom:40px;
}

.feature-box20 .icon-box{
	background:#FE2D28;
	color:#FFF;
	border:2px solid #FE2D28;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box20:hover .icon-box{
	background:#FFF;
	border-color:#FE2D28;
	color:#FE2D28;
}

/* Work Process
 ------------------------------ */

.process-item {
	position:relative;
	padding:0;
	margin-bottom: 30px;
	height:200px;
	display:block;
	overflow:visible;
}

.process-info-wrap{
	position: absolute;
	width: 100%;
	height: 200px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #FFF;
}

.process-info-back  {
	padding:15px;
	text-align:center;
}

.process-info-front {
	padding-top:40px;
	text-align:center;
	color: #1478FF;
	font-size:50px;
}

.process-info-front i{
	color: #242424;
}

.process-info-back p {
	color:#FFF;
	line-height: 21px;
}

.process-info-front h3 {
	margin-top: 20px;
}

.process-info{
	position: absolute;
	width: 100%;
	height: 200px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.process-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.process-info .process-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	background-color: #242424;
}

.process-item:hover .process-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}

/* Tab
 ------------------------------ */

.content-tab-1 .nav {
    text-align: center;
	text-transform: uppercase;
}

.content-tab-1 > .nav > li {
    float: none;
    display: inline-block;
}

.content-tab-1 > .nav li > a {
    color: #B0AAAA;
    background-color: transparent;
    transition: all 0.2s ease 0s;
}

.content-tab-1 > .nav li >  a > i {
	color: #B0AAAA;
	font-size: 35px;
}

.content-tab-1  > .nav > li > a > h4{
    display: block;
    margin: 20px 0px;
    color: #B0AAAA;
	font-size: 16px;
}

.content-tab-1 > .nav > li.active > a > h4, .content-tab-1 > .nav > li.active > a > i{
	color:#FFF;
}

.content-tab-1 > .nav > li.active a{
	outline:none;
	
}

.tab-content-main {
    padding: 70px 0px 15px;
}


.tab-content-main img{
	float: left;
	margin-right: 75px;
}

/* Tab Style 2
 ------------------------------ */

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 20px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 41px;
	color:#000;
	cursor:pointer !important;
    font-size: 16px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF;
    cursor: default;
    background-color: #FE2D28;

    border: 1px solid #FE2D28;
    border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
    color: #FFF;
    cursor: default;
    background-color: #FE2D28;
    border: 1px solid #FE2D28;
    border-bottom-color: transparent;
}

/* Lates Project Carousel 
 ------------------------------ */

.img-wrapper{
	position:relative;
}

.img-overlay {
    display: block;
    position: absolute !important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
    padding: 30px;
    text-align: left;
    transition: all 0.3s ease-in-out 0s;
}

.img-overlay-dark {
    background: rgba(0, 2, 3, 0.61);
}

.img-caption{
	display: table;
	width: 100%;
	height: 100%;
}

.img-caption i {
    width: 50px;
    height: 50px;
    background: #FD2E28;
    border-radius: 50%;
    line-height: 50px;
    font-size: 22px;
    color: #FFF;
}

.img-overlay:hover {
	opacity:1;
}

.img-caption > :first-child{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.portfolio-wrap, .store-wrap {
    position: relative;
    width: 100%;
	overflow:hidden;
}

.portfolio-carousel.owl-theme .owl-controls {
    text-align: center;
    top: 32%;
    position: absolute;
	width:100%;
}

.portfolio-carousel .owl-buttons {
    text-align: center;
    opacity: 0;
		transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;

}

.portfolio-carousel:hover .owl-buttons {
    text-align: center;
    opacity: 1;
}

.portfolio-carousel .owl-prev {
    left: 0px;
	position:absolute;
}

.portfolio-carousel .owl-next {
    right:0px;
	position:absolute;
}

.portfolio-carousel.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    margin:0px;
    padding: 3px 10px;
    font-size: 30px;
    border-radius: 0;
    background: #000;
    opacity:0.8;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.portfolio-info {
    margin-top: 20px;
    text-align: center;
}

.portfolio-info h4 {
    font-size: 17px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.portfolio-info p {
    font-weight: 600;
    font-size: 14px;
    color: #807D7D;
}

/* flip boxes
 ------------------------------ */

.flips1 {
    width: 100%;
    height: 250px;
    margin: 0;
    position: relative;
    border: 1px solid #ccc;
	margin-bottom:40px;
}

.flips1 span {
    font-size: 66px;
    margin-top: 46px;
    display: inline-block;
	color: #272727;
    margin-bottom: 40px;
}

.flipscont1 {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
	text-align:center;
}
.flips1_front {
	padding:0px;
	width:100%;
    z-index: 2;
}

.flips1_front img.full {
	width:100%;
	height: auto;
}
.flips1_back {
	width:100%;
	padding:50px 35px;
	color: #fff;
	background-color:#242424;
    z-index: 1;
	height:250px;
	margin: 0px;
	text-align: center;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);  
    transform: rotateY(-180deg);
	-sand-transform: rotateY(180deg);  
}
.flips1:hover .flips1_front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}
.flips1:hover .flips1_back {
    z-index: 2;   
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}
.flips1_back .fsoci {
	float: left;
	width: 100%;
	margin: 18px 0px 32px 0px;
}
.flips1_back .fsoci i {
	border-radius: 100%;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	color: #fff;
	transition: all 0.3s ease;
}
.flips1_back .fsoci i:hover {
	background: #fff;
	color: #272727;
}

/* About Section
 ------------------------------ */

.about-box{
	margin-bottom:20px;
}

.about-carousel{
	margin-bottom:30px;
}

/* List Style Check
 ------------------------------ */

ul.list-check{
	margin:0px;
	padding:0px;
	position:relative;
}

ul.list-check li {
    display: block;
    list-style-type: none;
    padding-left: 35px;
    margin-bottom: 13px;
	font-size: 16px;
}

ul.list-check li i {
    position: absolute;
    left: 0;
    color: #FE2D28;
    line-height: 29px;
}

/* Feature-box 3
 ------------------------------ */

.history {
    font-family: "Droid Serif",serif;
    font-size:18px;
    font-style: italic;
    line-height: 34px;
    font-weight: 400;
	text-align:justify;
}

.feature-box3 {
    margin-bottom: 60px;
}

.feature-box3 .media {
    margin-bottom: 30px;
}

/* About Section
 ------------------------------ */

.side-img-inner {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.side-image {
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100%;
    left: 0;
    position: absolute;
	background:url(../images/about-photo.jpg) no-repeat;
    top: 0;
    z-index: 0;
}

.about-detail {
    padding-right: 80px;
	margin-bottom:30px;
}

/* Testimonial
 ------------------------------ */
 
.testimonials-style3 {
    margin-bottom: 40px;
	float:left;
	position:relative;
}

.testimonials-style3 .testimonial-box {
    background: #F8F8F8;
	padding: 25px 20px 15px;
	margin-bottom: 20px;
	font-style: italic;
}

.testimonials-style3 .testimonial-box p {
    padding-left: 60px;
	color: #565454;
	line-height: 29px;
	font-family: "Droid Serif",serif;
}

.testimonials-style3 .testimonial-box .quotes-icon {
    font-size: 27px;
    position: absolute;
    left: 36px;
    top: 32px;
    color: #3F3E3E;
}
 
.testimonials-style3  .testimonial-detail{
}
 
.testimonials-style3 .testimonial-detail .testimonial-photo {
    width: 60px;
    float: left;
    height: 60px;
}

.testimonials-style3  .testimonial-detail .testimonial-photo  img{
    border-radius: 50%;
}

.testimonials-style3 .testimonial-detail div {
    margin-top: 4px;
    position: absolute;
    margin-left: 80px;
}

.testimonials-style3 .testimonial-detail div .name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #2A2929;
}
 
.testimonials-style3 .testimonial-detail div .company {
    font-style: italic;
    color: #2A2929;
	font-family: "Droid Serif",serif;
}

.testimonials-style2 .items{
	text-align:center;
}

.testimonials-style2 .items .testimonial-info {
    font-size: 20px;
    text-align: center;
    color: #4CAF50;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 50px;
    font-family: "Droid Serif",serif;
    font-style: italic;
}

.testimonials-style2 .items .name {
    font-size: 18px;
    margin-bottom: 31px;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
}

.testimonials-style2 .items .name span {
    font-size: 15px;
    color: #000;
    text-transform: none;
    font-style: italic;
}

.testimonials-style2 .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background:#4CAF50;
    border-radius: 50%;
}

.testimonials-carousel2 .owl-item{
	padding:10px;
}

/* Pricing
 ------------------------------ */

.pricing-table1 {
    text-align: center;
    margin-bottom: 30px;
    background: #FFF;
    border: 2px solid #F0EFEF;
}

.pricing-table1 h2 {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}



.pricing-table1 h3 {
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 4px;
}

.pricing-table1 h3 span{
	font-weight:700;
}

.pricing-table1 p {
    color: #FFF;
}

.pricing-table1 .feature-list {
	padding: 15px 0;
}

.pricing-table1 .feature-list ul {
    list-style: none outside none;
    padding: 0px;
}

.pricing-table1 .feature-list ul li {
    padding: 13px 0px;
    border-bottom: 1px solid #EFEFEF;
	color: #302E2E;
	font-size: 17px;
}

.pricing-table1 .price-signup {
	padding: 10px 0 30px;
}


/* Client Logo Carousel
 ------------------------------ */

.clients {
	text-align:center;
	padding:30px 0px;
	margin-top:4px;
}

.clients-carousel .item figure {
	margin: 10px;
	width: 150px;
	margin: 0 auto;
}

.clients-carousel .item figure img {
	display: block;
	margin: 0 auto;
}

/* Client Logo Style2
 ------------------------------ */

.client-style2 figure {
    border: 1px solid #FBF7F7;
    padding: 40px 10px;
    margin-bottom: 30px;
    background: #FFF;
}

.client-style2 figure img{
	display: block;
	margin: 0 auto;
}

/* Client Logo Style3
 ------------------------------ */

.clients-block{
	height: 175px;
	line-height: 175px;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.clients-block:nth-child(4n){
	border-right: none;
}

.clients-block:nth-child(1),
.clients-block:nth-child(2),
.clients-block:nth-child(3),
.clients-block:nth-child(4){
	border-top: none;
}


/* Blog
 ------------------------------ */

.masonry-inner{
	position:relative;
}

.masonry-item{
	position:relative;
}

.entry-item {
    box-shadow: 0px 0px 2px #ccc;
    padding-bottom: 22px;
	margin-bottom:30px;
}

.entry-item.small {
    box-shadow: none;
    border-bottom: 1px solid #EDECEC;
    margin-bottom: 37px;
    padding-bottom: 18px;
}

.entry-item.small:last-child {
	border-bottom:0px;
}

.entry-item.small .entry-media {
    float: left;
    width: 300px;
    position: absolute;
}

.entry-item.small .entry-title {
    margin-top: 5px;
}

.entry-item.small  .entry-info {
    padding: 0px 20px;
    margin-left: 308px;
}

.entry-title {
    margin-top: 30px;
}

.entry-title h3 {
    font-size: 20px;
    line-height: 28px;
}

.entry-title h3 a:hover{
   color:#4CAF50;
}

.entry-info {
    padding: 0px 20px;
}

.entry-content {
    margin-bottom: 10px;
}

.entry-content p{
    margin-bottom: 20px;
}

.entry-item .btn-sm {
    padding: 5px 23px;
    font-size: 15px;
}

ul.meta {
    margin: 0px 0px 15px;
    color: #7D7B7B;
}

ul.meta li{
	display:inline-block;
	list-style:none;
	margin-right:10px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}

ul.meta li a{
	 color:#474B4D;
}
ul.meta li a:hover{
	 color:#FE2D28;
}

ul.meta li:last-child{
	margin-right:0;
}

ul.meta li i {
    font-size: 15px;
    margin-right: 3px;
}

.widget-sidebar {
    box-shadow: 0px 1px 3px 0px rgba(42, 46, 47, 0.2);
    background-color: #FFF;
    margin-top: 40px;
    padding: 30px 20px;
}

.search-box {
	position: relative;
}

.search-box input{
	padding-left:10px;
}

.search-box i {
    position: absolute;
    right: 20px;
	cursor: pointer;
    top: 9px;
    font-size: 16px;
}

.comments-section {
	padding:50px 0;
}
 
.comments-section h3{
	margin-bottom:20px;
}

.comment-list {
	margin: 40px 0;
	padding-top: 20px;
}

.comment-list ol {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

.comment-list ol.comment-sub {
	list-style: none;
}

li.comment .single_comment.first-comment {
	margin-top:25px;
}

li.comment .single_comment {
    padding: 20px 20px;
    background: #FFF;
    margin-bottom: 20px;
    border: 1px solid #f6f0f0;
    box-shadow: 0px 0px 2px #fff;
}

li.comment ol.comment-sub {
	margin-left: 65px;	
}

.comment-list ol .comment-avatar {
	float: left;
	margin-right: 25px;
}

.comment-list ol .comment-avatar  img{
	width:100px;
	border: 3px solid #E0E0E0;
	height:100px;
	border-radius: 50%;
}

.comment-list ol .comment-content {
	overflow: hidden;
}

.comment-list ol .comment-name {
	font-weight: 700;	
}

.comment-list ol .comment-name span{
	font-weight: normal;
	color: #aaa;
	margin: 0 8px;	
}

.comment-list ol .comment-name a {
    font-size: 15px;
    font-weight: 600;
    color: #0E0D0D;
    text-transform: uppercase;
}

.comment-list ol .comment-name a.comment-reply {
	font-size: 13px;
	font-weight: 600;
	color:#FE2D28;
}

.comment-list ol .comment-desc {
    font-size: 14px;
    margin-bottom: 10px;
    color: #717070;
    margin-top: 10px;
	font-weight: 600;
}

.widget-sidebar.categories ul{
	padding:0px;
	margin:0px;
}

.widget-sidebar.categories  ul li{
	list-style: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f1f2;
	padding: 4px 0 4px 15px;
	position: relative;
}

.widget-sidebar.categories  ul li:last-child{
	border-bottom:none;
	margin-bottom:0px;
}

.widget-sidebar.categories ul li a:before{
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	left: -15px;
}

.widget-sidebar.categories  ul li a{
	position: relative;
	color: #656666;
	font-size:15px;
	display: inline-block;
	width: 100%;
	letter-spacing: 0.9px;
	padding-bottom: 10px;
	line-height: 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.widget-sidebar.categories ul li a:hover{
	color:#4CAF50;
}

.widget-sidebar.tags {
	display:inline-block;
}

.widget-sidebar.tags ul li {
	display:inline-block;
	list-style:none;
}

.widget-sidebar.tags ul li a{
	float: left;
	padding:5px 7px;
	font-size: 15px;
	color: #FFF;
	margin: 0 6px 6px 0;
	background:#242424;
}

.widget-sidebar.tags ul li  a:hover{
	background:#4CAF50;
}

.pagenation {
	padding: 40px 0 50px;
}

.pagenation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: auto;
}

.pagenation li {
	display: inline-block;
	margin-left: 4px;
	background: #fff;
	border: 1px solid #e4e7e8;
	font-weight: 600;
}

.pagenation li.active {
    border: 1px solid #4CAF50;
}

.pagenation li:hover {
    border: 1px solid #4CAF50;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li a {
    color: #868e9c;
    font-size: 14px;
    padding: 12px 15px;
    line-height: 12px;
	display:inline-block;
    text-align: center;
    text-transform: uppercase;
	font-weight: 600;
}

.pagenation li.active a,.pagenation li:hover a {
	color:#4CAF50;
}

/* Contact Page
 ------------------------------ */

.contact-column {
    margin-bottom: 20px;
    clear: both;
    width: 100%;
    float: left;
}

.contact-column2 {
    margin-bottom: 0;
    clear: both;
    width: 100%;
    float: left;
    margin-top: 25px;
    padding-left: 41px;
}

.contact-column2 p{
    margin-bottom:5px;
}

.contact-column span {
    width: 40px;
    height: 40px;
    color: #C0C5C5;
    font-size: 18px;
    line-height: 40px;
    /*background-color: #F8FAFA;
    border: 1px solid #EAECEC;*/
    text-align: center;
    border-radius: 50%;
    display: inline-block;
	position:absolute;
}

.contact-column  .contact-info{
    margin-left: 50px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 6px;
}

.social-icons {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: left;
	margin-left: 6px;
}

/* Page Title

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






.breadcrumb{
	background:transparent;
	padding: 0;
	float: right;
	margin-top: 9px;
}

.breadcrumb li{
	display:inline-block;
}

.breadcrumb li:after{
	content:"/";
	font-family:FontAwesome;
	float:right;
	margin: 0px 10px;
}

.breadcrumb li:last-child:after{
	content:"";
}

/* Coming Soon Page
 ------------------------------ */

.top-section h1 {
    color: #FFF;
    font-size: 27px;
    margin-bottom: 28px;
}

.top-section p {
    color: #FFF;
    font-size: 17px;
    line-height: 32px;
}

.countdown {
	margin: 40px 0px 40px 0px;
	text-align: center;
}

.countdown .style-circle {
    display: table;
    float: none;
    margin: 0 auto 40px;
    padding: 0;
}

.countdown .style-circle > li {
    background: RGBA(5, 0, 0, 0.62);
    border: 5px solid RGBA(3, 0, 0, 0.3);
    border-radius: 50%;
    display: inline-block;
    height: 135px;
    list-style: outside none none;
    margin: 0px 10px;
    text-align: center;
    width: 135px;
    animation-duration: 3s;
    position: relative;
}

.countdown .style-circle > li > span {
    color: #FFF;
    float: left;
    font-family: Roboto;
    font-size: 38px;
    margin-top: 34px;
    width: 100%;
}

.countdown .style-circle > li > p {
    color: #fff;
    float: left;
    font-size:15px !important;
    line-height:45px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}

.custom-btn-main .btn{
	width:100%;
}

.subscribe{
	position:relative;
}

.social-icons {
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
	margin-bottom:30px;
	position:relative;
}

.social-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-icons ul li {
	margin: 0 5px 10px;
	display: inline-block;
}

.social-icons ul li a {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.social-icons ul li a i {
    width: 35px;
    height: 35px;
    font-size: 17px;
    color: #FE2D28;
    line-height: 34px;
    border-radius: 50%;
    background: RGB(255, 255, 255);
}

.social-icons ul li a i:hover {
	 color: #ccc;
	 background:#1D1C1C;
}

/* Social Icon  1
 ------------------------------ */

.social-icons-dark-border{
	padding: 0px;
	margin: 0px;
}

.social-icons-dark-border li {
	list-style:none;
	display:inline-block;
}

.social-icons-dark-border li a {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin: 0px 5px 5px 0px;
    text-align: center;
    font-size: 12px;
    color: #898484;
    line-height: 26px;
    display: inline-block;
    border: 1px solid #909090;
}

.social-icons-dark-border li a:hover {
	color: #00AAB3;
	border: 1px solid #00AAB3;
}

/* Social Icon 2
 ------------------------------ */
 
.social-icons-bg-base {
	padding: 0px;
	margin: 0px;
}

.social-icons-bg-base li {
	padding: 0px;
	margin: 0px;
	display:inline-block;
	text-align: center;
}

.social-icons-bg-base li a {
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0 5px 5px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 39px;
	display:inline-block;
	background:#4CAF50;
}

.social-icons-bg-base.circle.social-icons-bg-base li a {
	border-radius:50%;
}

.social-icons-bg-base li a:hover {
	color: #fff;
	background: #044807 ;
}

/* Social Icon 3
 ------------------------------ */

.social-icons-base {
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;
}

.social-icons-base li {
	display: inline;
}

.social-icons-base li a {
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0 5px 5px 0;
	text-align: center;
	font-size: 16px;
	color:#00AAB3;
	line-height: 39px;
	display:inline-block;
	border-radius: 100%;
	background: #fff;
}
.social-icons-base.icon-large  a {
	width: 60px;
	height:60px;
	padding: 0px;
	margin: 0 5px 5px 0;
	text-align: center;
	font-size: 16px;
	color:#FE2D28;
	line-height: 60px;
	display:inline-block;
	border-radius: 100%;
	background: #fff;
}

.social-icons-base li a:hover {
	color: #fff;
	background:#FE2D28;
}

/* Social Icon 4
 ------------------------------ */

.social-icons-dark {
	margin: 0;
	padding: 0;
}

.social-icons-dark li {
	display: inline;
}

.social-icons-dark li a {
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0 2px 5px 0;
	text-align: center;
	font-size: 14px;
	color:#909090;
	line-height: 30px;
	display:inline-block;
	border-radius: 100%;
	background: #272727;
}
.social-icons-dark li a:hover {
	color: #fff;
	background: #FE2D28;
}


/* Portfolio [Style2]
 ------------------------------ */
.portfolio-section{
	padding-bottom:10px;
}

.filters {
    margin: 0px 15px 60px 15px;
}

.filter-list .item-box{
	display:none;
	padding:0;	
}

.gallery-section .filters{
	position:relative;
	margin-bottom:50px;
	text-align:center;	
}

.filter-tabs{
	position:relative;
	text-align:center;
	display:inline-block;
}

.filter-tabs li {
   position: relative;
    margin-bottom: 10px;
    display: inline-block;
    /* float: left; */
    padding: 8px 25px;
    color: #2F2D2D;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 20px;
    background: #4caf50;
    font-weight: 600;
    border-radius: 10px;
    font-size: 13px;
}

.filter-tabs li:hover, .filter-tabs li.active, .filter-tabs li.current {
    color: #fff;
    background: #4CAF50;
}

.work-grid .work-item {
	overflow: hidden;
	position: relative;
	border:1px solid #dff0d8;
	
}

.work-grid .work-item img {
	width:100%;
}

.portfolio-item{
	padding:0px !important;
}
.work-grid .work-item .work-image {
	overflow: hidden;
	width: 100%;
}

.work-grid .work-item .work-image img {
	width:100%;
	height: auto;
}

.work-grid .work-item .work-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.61);
	left:0;
	bottom:-100%;
	opacity:0;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.work-grid .work-item .work-caption h4 {
    font-size: 18px;
    margin: 5px 0px 0px 5px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.work-grid .work-item .work-caption p {
    font-size: 12px;
    color: #FFF;
    margin: 2px 0px 0px 2px;
    letter-spacing: 0px;
    font-weight: 600;
}

.work-grid .work-item .hover-link {
	left: 50px;
	top:138px;
	position: absolute;
	bottom:100px;
	z-index:99;
	opacity:0;
	opacity:-100%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.work-grid .work-item .hover-link a {
    position: relative;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    display: inline-block;

    background:;
    color: #FFF;
    width: 40px;
    height: 40px;
    margin: 0px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 200;
}

.work-grid .work-item:hover .work-caption {
	opacity:1;
	bottom:0;
}

.work-grid .work-item:hover .hover-link{
	opacity:1;
	bottom:25px;
}

/*  Portfolio Single Page
 ------------------------------ */

.work-detail .btn{
	margin-top:30px;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list li{
	padding: 5px 0;
	line-height:22px;
	font-size:16px;
	color: #656666;
}

.work-detail-list  li span{
	font-weight:600;
	padding-right:15px;	
	text-transform: uppercase;
	font-size: 15px;
}

.single-work-slider {
    margin-bottom: 30px;
}

.single-work-slider .owl-controls{
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
}

.single-work-slider .owl-prev, .single-work-slider .owl-next{
	display: block !important;
	width: 30px !important;
	height: 30px !important;
	line-height:20px !important;
	font-size:20px !important;
	border-radius:0 !important;
	opacity:1 !important;
	background:#FE2D28 !important;
	position: absolute !important;
}

.single-work-slider .owl-prev{
    left: 0;
    margin-right: 10px;
}

.single-work-slider .owl-next{
    right: 0;
    margin-left: 10px;
}

.single-work-slider .owl-prev:hover, .single-work-slider .owl-next:hover{
	background:#4F3B3B !important;
}

.single-work-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.related-project{
	background:url('../images/pattern.png') repeat;
	padding:100px 0 80px;
	position:relative;
}

.related-project .image-wrapper{
	margin-bottom:20px;
}

.owl-theme .owl-controls .owl-page span {
	background: #a0a0a0;
}


.featured-works{
	margin:60px 0px 30px;
}

.featured-works .owl-item{
	padding:0px 15px;
}

.featured-works .owl-prev, .featured-works .owl-next{
	display: block !important;
	width: 30px !important;
	height: 30px !important;
	line-height:20px !important;
	font-size:20px !important;
	border-radius:0 !important;
	opacity:1 !important;
	background:#00AAB3 !important;
	position: absolute !important;
	top: 33%;
}

.featured-works .owl-prev:hover, .featured-works .owl-next:hover{
	background:#4F3B3B !important;
}

.featured-works .owl-prev{
    left: 0;
}

.featured-works .owl-next{
    right: 0;
}

/* Table
 ------------------------------ */
 
 .table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}

.table caption {
  padding-bottom: 10px;
  text-align: left;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  color: #252525;
  font-weight: bold;
  font-size: 14px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
  vertical-align: top;
}

th {
  text-align: left;
}

/* TABLE WITH STRIPED ROWS */
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f6fcfe;
}

/* BORDERED TABLE */
.table-bordered {
  border: 1px solid #ddd;
}

/* HOVER ROWS */
.table-hover > tbody > tr:hover {
  background-color: #f6fcfe;
}

/* COLORED WITH CONTEXTUAL CLASSES */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
      background-color: #FCF8E3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
 background-color: #F2DEDE;
}
 

/* Alerts
 ------------------------------ */

.alert-info.colored-alerts {
    background-color: #0D99E0;
    border-color: #0D99E0;
	position: relative;
}

.alert-warning.colored-alerts {
    background-color: #F88724;
    border-color: #F88724;
}

.alert-success.colored-alerts {
    background-color: #12B055;
    border-color: #12B055;
}

.alert-danger.colored-alerts {
    background-color: #CB3636;
    border-color: #CB3636;
}

.alert-info.colored-alerts .iconinfo,
.alert-warning.colored-alerts .iconinfo,
.alert-success.colored-alerts .iconinfo,
.alert-danger.colored-alerts .iconinfo
{
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.3);
	width: 55px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	line-height: 55px;
	font-size: 18px;
	letter-spacing: 0.3px;
font-weight: 400;
}

.alert-info.colored-alerts .content,
.alert-warning.colored-alerts .content,
.alert-success.colored-alerts .content,
.alert-danger.colored-alerts .content
{
	width: 100%;
	padding-left: 68px;
}

.alert-info.colored-alerts,
.alert-warning.colored-alerts,
.alert-success.colored-alerts,
.alert-danger.colored-alerts{
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.3px;
	font-weight: 400;
	position: relative;
}

/* Panel
 ------------------------------ */

.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 22px;
}

.panel-heading {
  padding: 9px 20px;
  border: 0 none;
  border-radius: 0;
}

.panel-footer {
  background-color: #e1e1e1;
  border-top: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.panel-title {
  font-size: 16px;
}

.panel-body {
  padding: 10px 20px;
}

.list-group-item {
  padding-left: 20px;
  padding-right: 20px;
}

.panel-primary {
  border-color: #037ac5;
}

.panel-success {
  border-color: #738d00;
}

.panel-info {
  border-color: #0098ca;
}

.panel-warning {
  border-color: #f89406;
}
.panel-danger {
  
  border-color: #E7505A;
}
.panel-default > .panel-heading {
  background-color: #f2f2f2;
  color: #1e1e1e;
}

.panel-primary > .panel-heading {
  background-color: #037ac5;
  color: #fff;
}

.panel-success > .panel-heading {
  background-color: #738d00;
  color: #fff;
}
.panel-info > .panel-heading {
  background-color: #0098ca;
  color: #fff;
}

.panel-warning > .panel-heading {
  background-color: #f89406;
  color: #fff;
}

.panel-danger > .panel-heading {
	background-color: #E7505A;
	color: #fff;
}

.panel-default {
  border-color: #e1e1e1;

}
.panel-default > .panel-heading {
  background-color: #e1e1e1;
}
.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  background-color: inherit;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group .active.panel .panel-heading > .panel-title {
	border-bottom:1px solid #f2f2f2;
}
.panel-group .panel .panel-heading > .panel-title > a {
  color: #1e1e1e;
  display: block;
  line-height: 22px;
  padding: 9px 9px 9px 35px;
  text-decoration: none;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  border-bottom:1px dotted #f2f2f2;
  font-weight:600;
}

.panel-group .active.panel .panel-heading > .panel-title > a,
.panel-group .active.panel .panel-heading > .panel-title > a:hover {
  display: block;
  padding: 9px 9px 9px 35px;
  text-decoration: none;
}
.panel-group.no-list .panel .panel-heading > .panel-title > a,
.panel-group.no-list .panel .panel-heading > .panel-title > a:hover,
.panel-group.no-list .active.panel .panel-heading > .panel-title > a,
.panel-group.no-list .active.panel .panel-heading > .panel-title > a:hover{
	padding: 9px 9px 9px 0px;
}

.panel-group .panel .panel-heading > .panel-title > a .livicon,
.panel-group .panel .panel-heading > .panel-title > a i{
	margin-right:10px;
}

.panel-group .panel .panel-heading > .panel-title > a:after {
  height: 16px;
  margin: 12px 0 0 22px;
  width: 2px;
}

.panel-group .active.panel .panel-heading > .panel-title > a:before,
.panel-group .active.panel .panel-heading > .panel-title > a:after {
  background: #fff;
}
.panel-group .active.panel .panel-heading > .panel-title > a:after {
  display: none;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.panel-group .panel.e-hidden {
  margin: 0;
  overflow: hidden;
}

.panel-group .panel-primary .panel-heading > .panel-title > a {
  background-color: #037ac5;
  color: #fff;
}
.panel-group .panel-primary .panel-heading > .panel-title > a:hover {
  background-color: rgba(3,122,197,.9);
  color: #fff;
}

.panel-group .panel-success .panel-heading > .panel-title > a {
  background-color: #738d00;
  color: #fff;
}

.panel-group .panel-success .panel-heading > .panel-title > a:hover {
  background-color: rgba(115,141,0,.9);
}
.panel-group .panel-info .panel-heading > .panel-title > a {
  background-color: #0098ca;
  color: #fff;
}
.panel-group .panel-info .panel-heading > .panel-title > a:hover {
  background-color: rgba(0,152,202,.9);
}
.panel-group .panel-warning .panel-heading > .panel-title > a {
  background-color: #f89406;
  color: #fff;
}

.panel-group .panel-warning .panel-heading > .panel-title > a:hover {
  background-color: rgba(248,148,6,.9);
}

.panel-group .panel-danger .panel-heading > .panel-title > a {
  color: #fff;
}
.panel-group .panel-danger .panel-heading > .panel-title > a:hover {
  background-color: rgba(193,8,65,.9);
}
.panel-group .panel-primary .panel-heading > .panel-title > a:before,
.panel-group .panel-primary .panel-heading > .panel-title > a:after,
.panel-group .panel-success .panel-heading > .panel-title > a:before,
.panel-group .panel-success .panel-heading > .panel-title > a:after,
.panel-group .panel-info .panel-heading > .panel-title > a:before,
.panel-group .panel-info .panel-heading > .panel-title > a:after,
.panel-group .panel-warning .panel-heading > .panel-title > a:before,
.panel-group .panel-warning .panel-heading > .panel-title > a:after,
.panel-group .panel-danger .panel-heading > .panel-title > a:before,
.panel-group .panel-danger .panel-heading > .panel-title > a:after {
  background-color: #fff;
}

.panel-group.one-open .panel.active .panel-heading > .panel-title > a {
  cursor: default;
}


.panel.panel-bg .panel-body {
  padding-left: 20px;
  padding-right: 20px;
}

/* Register & Login Form
 ------------------------------ */

.regester-form {
    background:#FFF;
    padding: 30px 30px;
    box-shadow: 0px 0px 2px rgb(153, 145, 145);
	margin-bottom: 60px;
}

.regester-form  h2{
    font-size: 26px;
    margin-bottom: 31px;
    font-weight: 400;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 14px;
}

.regester-form .btn {
    margin-top: 0px;
    padding: 9px 23px;
    font-size: 17px;
}
.regester-form input[type="checkbox"] {
	margin-right:10px;
}
.regester-form ::-webkit-input-placeholder {
	color:#8B8D92 !important;
	font-size:14px;
}

.regester-form :-moz-placeholder {
	color:#8B8D92 !important;
	font-size:14px;
}

.regester-form ::-moz-placeholder {
	color:#8B8D92 !important;
	font-size:14px;
}

.regester-form :-ms-input-placeholder {
	color:#8B8D92 !important;
	font-size:14px;
}

.regester-form .form-group{
	position:relative;
}
.regester-form .form-control{
	text-indent:42px;
}
.input-icon {
    position: absolute;
    left: 15px;
    background: rgb(242, 242, 242) none repeat scroll 0% 0%;
    height: 100%;
    line-height: 35px;
    width: 46px;
    text-align: center;
    color: #ADABAB;
    border: 1px solid #DBD6D6;
    font-size: 18px;
}

/* FAQ
 ------------------------------ */

.panel-group .panel-heading {
    cursor: pointer;
    padding: 15px;
    background: rgba(237, 237, 237, 0.28);
}

.panel-body ul li{
	margin-bottom:5px;
	line-height:20px;
	font-weight:300;
}

.panel-body ul li i{
	margin-right:5px;
}

.panel-title {
    font-size: 14px;
	color:#2E343C;
	text-transform:uppercase;
}

.panel-group .panel {
    background: transparent;
    box-shadow: none;
    border: 1px solid rgba(204, 204, 204, 0.46);
    margin-bottom: 26px;
    border-radius: 0px;
}

.panel-group .panel-body {
	border: none;
}

.accordion .accordion-toggle:after {
    font-family:'FontAwesome';
    content:"\f068";
    float: right;
	color:#2E343C;
}

.accordion .panel-heading.collapsed .accordion-toggle:after {
    content:"\f067";
}

.tabs-left  .nav-tabs {
    float: left !important;
    margin-right: 0px;
	border-bottom: 0px none;
}

.tabs-left li{
	float:none !important;
	margin-right: -3px;
	margin-bottom: 2px;
}

/* Typography Page
 ------------------------------ */

.columns .row,.buttons .row{
	margin-bottom:30px;
}

.btn-shortcode .btn{
	margin-bottom:20px;
}

.btn-shortcode .col-md-2{
	text-align:center;
	position:relative;
}

.dropcap {
    float: left;
    color: #000;
    font-size: 75px;
    line-height: 60px;
    padding: 6px 10px 8px;
    font-weight: 300;
}

.dropcap-bg {
    float: left;
    color: #FFF;
    background:#FE2D28;
    border-radius: 4px;
    font-size: 75px;
    line-height: 60px;
    padding: 6px 10px 10px;
    font-weight: 300;
    margin: 6px 10px 20px 0px;
}

.iconlist {
    padding: 0px;
    margin: 0px;
}

.iconlist li span {
    position: absolute;
    overflow: hidden;
    left: 0px;
}

.iconlist.bg-base.iconlist li span {
    color: #FFF;
    background: #FE2D28;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

.iconlist li {
    position: relative;
    margin: 0px 0px 15px;
    line-height: 23px;
    display: block;
    padding-left: 30px;
    color: #8D9698;
}

.iconlist.bg-base.iconlist li {
    padding-left: 45px;
}

/* Error Page
 ------------------------------ */

.error-page {
    padding: 70px 0px 120px;
}

.error-page h1{
	font-size: 160px;
	font-weight: 700;
	color:#151111;
}

.error-page h2{
	font-size: 35px;
	font-weight: 600;
}


/* Footer
 ------------------------------ */

.footer-style1 {
    background:#1D1C1C;
    padding: 45px 0px 0px;
	margin-top:4px;
}

.footer-style1 ::-webkit-input-placeholder {
	color:#8B8D92 !important;
	font-weight: 500;
	letter-spacing:1px;
}

.footer-style1 :-moz-placeholder {
	color:#8B8D92 !important;
	font-weight: 500;
	letter-spacing:1px;
}

.footer-style1 ::-moz-placeholder {
	color:#8B8D92 !important;
	font-weight: 500;
	letter-spacing:1px;
}

.footer-style1 :-ms-input-placeholder {
	color:#8B8D92 !important;
	font-weight: 500;
	letter-spacing:1px;
}

.newsletter p {
	margin-bottom: 20px;
}

.newsletter .email {
    background-color: #FFF;
    border: 0px none;
    color: #999;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 39px;
    line-height: 39px;
    padding: 0px 7px;
    width: 75%;
}

.newsletter .submit {
    background-color: #4CAF50;
    border: 0px none;
    color: #FFF;
    cursor: pointer;
    float: left;
    padding: 0px 20px;
    height: 39px;
}
.footer-style1 .copyright {
        padding: 9px 0px 7px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    border-bottom: 7px solid #4CAF50;
}

.footer-style1 .copyright .row {
    margin-right: 0;
    margin-left: 0;
}

.footer-style1 .copyright p > a {
	color:#4CAF50;
}

.footer-style1 .copyright p > a:hover {
	color:#FFF;
}


.footer-style1 .copyright::after {
    width: 100%;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 0px;
    left: 0px;
}

.footer-widget {
	margin-bottom:30px;
}

.footer-widget h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 34px;
    font-weight: 600;
}

.footer-widget.about p{
	line-height: 28px;
}

.footer-widget.tags ul{
	margin:0px;
	padding:0px;
}

.footer-widget.tags ul li{
	display:inline-block;
	margin-bottom:10px;
}

.footer-widget.tags ul li a {
    padding: 3px 9px;
    border: 1px solid #9B9999;
    display: inline-block;
    color: #908E8E;
}

.footer-widget.tags ul li a:hover{
	background:#FE2D28;
	color:#FFF;
	border-color:#FE2D28;
}

.footer-widget.contact ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.footer-widget.contact ul li i {
    left: 0px;
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    background: #272727;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.footer-widget.contact ul li div {
    margin-left: 13px;
}

.footer-widget.contact ul li div span {
    color: #8F8B8B;
    font-weight: 600;
    display: block;
    line-height: 22px;
    margin-bottom: 4px;
}

.footer-widget.menu-links ul li {
     display: block;
    list-style: outside none none;
    border-right: 1px solid rgb(122, 123, 125);
    /* padding-bottom: 5px; */
    padding-right: 10px;
    /* margin-bottom: 6px; */
    float: left;
    margin-left: 15px;
}

.footer-widget.menu-links ul li:last-child {
	border-bottom:none;
}

.footer-widget.menu-links ul li a {
    color: #ACB0AF;
    display: inherit;
}

.footer-widget.menu-links ul li a:hover {
    color: #FFF;
}

.footer-widget .post-space {
	margin-bottom: 11px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 4px;
	position: relative;
}

.footer-widget .post-space::after {
    width: 100%;
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.footer-widget .post-space:last-child , .footer-widget .post-space:last-child::after {
	border:none;
}

.footer-widget .post-media {
    width: 75px;
    float: left;
}

.footer-widget .post-media img {
    opacity: 0.9;
	max-widh:100%;
}

.footer-widget .post-media img:hover {
    opacity: 1;
}

.footer-widget .post-info {
    margin-left: 100px;
}

.footer-widget .post-info h4 a {
    line-height: 21px;
    font-size: 13px;
    color: rgb(195, 186, 186);
}

.footer-widget .post-info h4 a:hover{
	color:#00AAB3;
}

.footer-widget .post-info h5 {
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.footer-widget.contact .form-control {
	border: 1px solid #545757;
	background-color: transparent;
	color:#FFF;
}

.footer-widget.contact .form-control:focus {
	border: 1px solid #292E36;
	background-color: #292E36;

}
.fontawesome-icon-list .fa-hover a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #222;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px;
}