
/* -- GOOGLE FONT --*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200italic,200,100,100italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800);
/* font-family: 'Raleway', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic,600italic,700italic,800,800italic);
/* -- END FONT FACE --*/
body{
	font-family:open sans;
	overflow-x:hidden;
}

section{
	background:#FFF;
	padding-top:100px;
}
.parallax{
	background-color:transparent !important;
}

.section-header > h2 {
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1em;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
li {
	list-style:none !important;
}
h2 {
  color: #585858;
  font-size: 33px;
  text-transform:capitalize;
}
h1,
h2,
h3,
h4,
h5 {
  font-family:"Arial",Helvetica,sans-serif;
  text-transform: uppercase;
}

a{
	text-decoration:none !important;
    transition: all 0.25s ease 0s;	
}
p {
  font-family: "open sans";
  font-size: 16px;
  word-spacing: 1px;
}
a:hover{
  transition: all 0.05s ease 0s;	
}
/* --------------------------------------
1. LAYOUT STYLES
-----------------------------------------*/
/*--  2.1 PRELOADER --*/
#preloader{
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
	background:#FFF;
	height:100%;
	width:100%;
	-webkit-transition:all .5s .5s ease;
	-moz-transition:all .5s .5s ease;
	transition:all .5s .2s ease;
}
.loader{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	width:90px;
	height:90px;
	display:block;
	margin:auto;
	margin-top:-45px;
}
body.loaded #preloader{
	opacity:0;
	visibility:hidden;
}
/*--  2.2 LOGO --*/

/*--  2.3 CAROUSELS --*/

.owl-theme .owl-controls .owl-buttons {
    display: none;
}
.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0) url("../img/arrow.png") repeat scroll 0 0;
  display: inline-block;
  font-size: 0;
  height: 18px;
  margin: 8px -72px 0 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 50%;
  transition: all 0.2s ease 0s;
  width: 10px;
  margin-top: 17%;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  margin-left: -72px;
  margin-top: 17%;
  right: auto;
  transform: rotate(180deg);
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  border: 1px solid #F36A5C;
  display: block;
  height: 10px;
  margin: 0 5px;
  opacity: 0.22;
  transition: all 0.3s ease 0s;
  width: 10px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
	
    /*IE7 fix*/
    
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
	 text-align:center;
	 margin-top:40px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/* --------------------------------------
3. MENU
-----------------------------------------*/
.navbar-default {
  background-color: #333 !important;
  border-color: transparent;
  box-shadow: 2px 1px 2px 2px #ddd;
  width: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}
.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-toggle {
  border: medium none;
  margin-right: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #34495e none repeat scroll 0 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}
.navbar-default .nav li a {
  color: #fff;
  font-family: "Arial",Helvetica,sans-serif;
  line-height: 1.5;
  padding: 10px;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #f73246;
    opacity: 1;
}
.navbar-default.navbar-shrink .nav li a {
    opacity: 0.8
}
.navbar-default.navbar-shrink .nav .active a {
    opacity: 1
}
.navbar-default.navbar-shrink .nav li a:hover,
.navbar-default.navbar-shrink .nav li a:focus {
    outline: 0;
    color: ##f73246;
    opacity: 1;
    background: none;
}
.navbar-default.navbar-shrink .navbar-nav>.active>a:focus,
.navbar-default.navbar-shrink .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    background: none;
    opacity: 1;
    color: #f73246;
    -webkit-filter: brightness(1.2);
}

.navbar-default .nav li a i {
  margin-left:3px;
  font-size:14px;
  font-weight:300;
}

@media(min-width:960px) {
.navbar-default {
	padding: 25px 0;
	border: 0;
	box-shadow:none;
	background-color: transparent !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.navbar-default.navbar-shrink {
  background-color: #333 !important;
  box-shadow: 2px 3px 5px #ddd;
  padding: 10px 0;
}
}
/* --------------------------------------
4.  HEADER
-----------------------------------------*/
a.app-btn {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.btns a.btn-black {
  background: #34495e none repeat scroll 0 0;
  border: 2px solid #34495e;
  margin-bottom: 40px;
  margin-right: 30px;
  margin-top: 20px;
  width: 200px;
}
.app-btn {
  background: #f73246 none repeat scroll 0 0;
  border: 2px solid #f73246;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  padding: 20px 35px;
  position: relative;
  text-decoration: none !important;
  top: 0;
  transition: all 0.3s ease 0s;
}
.app-btn:hover{
	background:#f73246;
	color:#fff;
}
.app-btn > i{
	font-size:20px;
	vertical-align:middle;
	margin-right:5px;
}

a.btn-custom{
	text-decoration:none;
	color:#202020;
}
.btn-custom {
  background: #f73246 none repeat scroll 0 0;
  border: 1px solid #f73246;
  color: #f7f7f7;
  display: inline-block;
  padding: 12px 22px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  z-index: 5;
}
.main-section {
  background:#5a32c6 none repeat scroll 0 0; 
  margin-bottom: 0;
  overflow: hidden;
  padding: 160px 0 0;
  position: relative;
}
.particle-bg{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:0;
}

.main-section .mockup{
	position:relative;
}
.main-section .mockup img {
  left: 0;
  margin-left: 20px;
  margin-top: 96px;
  max-width: 99%;
}
.intro-text {
  padding-bottom: 10px;
  padding-top: 30px;
}
.main-section .video_overlay{
  background:#ddd;	
  opacity:.4;
}
.intro-text > h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: 0 auto;
  max-width: 930px;
  text-align: center;
}
.intro-text h1 span {
  color: #f73246;
  font-weight: 600;
  text-transform: capitalize;
}
.intro-text > p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
.intro-text > .btns {
  margin-bottom: 100px;
  margin-left: -10px;
  margin-top: 30px;
  text-align: center;
}
.intro-text .app-btn{
	margin:0 10px;
	margin-bottom:15px;
}
.btns a.btn {
  background: #2dcc70 none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 25px 60px;
  text-decoration: none;
}
.product_mockup > img {
  margin-top: 70px;
  max-width: 99.7%;
  padding-bottom: 60px;
}


.navbar-nav .seperator::before {
    background-color: #777;
    content: "";
    float: left;
    height: 1px;
    margin-top: 2px;
    width: 1px;
}


.phone-rf {
    color: #fff;
    font: 19px/1.5em Arial;
    margin-top: -5px;
    top: 38px;
}

.phone-rf1 {
    color: #fff;
    font: 11px/1.5em Arial;
	margin-right: 3px;
}

.phone {
    float: right;
    font-family: Arial;
    margin: 10px 30px 0 0;
}

.phone-rf a {
    color: #fff;
    text-decoration: none;
}

.phone-number {
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: -0.7px;
    line-height: 1;
    padding-bottom: 2px;
}
/*---------------------------------------
   4.1 VERTICAL REGISTRATION FORM               
-----------------------------------------*/
.cta-register-form {
  background: #fff none repeat scroll 0 0;
  letter-spacing: 0.4px;
  margin: 10px 5% 40px;
  padding: 20px;
}
.cta-register-form h4.register_form_header {
  color: #273140;
  margin-top: 25px;
  text-align: center;
  word-spacing: 2px;
  font-size: 24px;
}
.cta-register-form label {
  color: #6b777c;
  float: left;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 5px;
}
.checkbox input {
  border:medium none;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
  display: block;
}

.cta-register-form input.form-control[placeholder], .cta-register-form textarea.form-control[placeholder] {
  font-family: "Arial",Helvetica,sans-serif;
  font-size: 14px;
  height: 40px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.cta-register-form .form-control:focus{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
}

.cta-register-form .form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom: 1px solid #ddd;
  border-color: -moz-use-text-color -moz-use-text-color #ddd;
  border-image: none;
  border-left-style: none !important;
  border-right-style: none !important;
  border-top-style: none !important;
  border-width: medium medium 1px;
  margin-top: 30px;
  padding: 0 0 10px 20px;
  width: 100%;
}

.form-btn .btn {
  margin-top: 0;
  width: 100%;
}
 
.btn.submit {
  background-color: #f36a5c;
  color: #fff;
  font-weight: 600;
  margin: 20px 0;
  padding: 16px 50px;
  text-align: center;
}

.btn.submit:active,
.btn.submit:hover {
  color:#fff;
}
p.login-clor {
  color: #989590;
  margin-bottom: 50px;
  margin-top: 15px;
}
p.login-clor a {
  color: #f73246;
  margin-left: 10px;
  text-transform: capitalize;
}
.login-social .facebook-btn {
  margin-bottom: 40px;
  margin-top: 30px;
}
.login-social .facebook-btn a {
  background: #3765a3 none repeat scroll 0 0;
  border: 1px solid #3765a3;
  color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}
.cta-register-form {
  margin-bottom: 10px;
  margin-top: 30px;
}
.cta-register-form .header {
     margin-top: -20px;
 }
 
.cta-register-form .header-primary {
  background: rgba(0, 0, 0, 0) linear-gradient(60deg, #f9db07, #f9db07) repeat scroll 0 0;
  margin-top: -50px;
  padding-bottom: 5px;
  padding-top: 5px;
  box-shadow: 2px 3px 5px 1px #9A9995;
  border-radius: 4px;
  font-size: 18px;
}
.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
  background: #e91e63 none repeat scroll 0 0;
} 

.btn-primary,
.btn-primary:hover {
  background: #f9db07 none repeat scroll 0 0 !important;
  border: 1px solid #f9db07;
  color: #333;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
  background: #e91e63 none repeat scroll 0 0;
}
.checkbox .checkbox-material .check {
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 3px;
  display: inline-block;
  height: 20px;
  overflow: hidden;
  position: relative;
  width: 20px;
  z-index: 1;
}
.checkbox label, .radio label, label {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
}
.checkbox label, .radio label {
  cursor: pointer;
  font-weight: 400;
}
.checkbox label, .radio label, label {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  font-family: "Arial",Helvetica,sans-serif;
}
.checkbox p.agree {
  float: right;
  margin-left: 10px;
}

.dotted {
    border-bottom: 1px dashed white;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none !important;
}

/* --------------------------------------
  5. SECTIONS
-----------------------------------------*/
/* --------------
 5.1 FEATURES
 ----------------*/
#features {
  color: #ddd;
  text-align: center;
}
#features-1 {
  background: #fafafa none repeat scroll 0 0;
  padding-bottom: 100px;
}
.features-down {
	text-align:center !important;
}
.features-down h2 {
  color: #585858;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  margin-bottom: 15px;
  margin-top: 0;
  word-spacing: 4px;
}

.price-inner {
    background: #ffe71d none repeat scroll 0 0;
    color: #414141;
    font-size: 20px;
    padding: 12px 15px;
	text-align: center;
}

.oper-table tr td:first-child {
    vertical-align: middle;
    width: 14.9px;
}

.oper-table td {
    height: 28px;
}

.table0 td, .table1 td, .table2 td, .table2 th {
    padding: 0 0.4em;
}



.features-down p.section-description {
  color: #7a7979;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto 10px;
  max-width: 680px;
  text-align: center !important;
  text-transform: capitalize;
  word-spacing: 1px;
}
.feature-icon {
  margin-top: 50px;
}

.feature-icon i.fa-map-marker {
  background: #e84c3d none repeat scroll 0 0;
  border: 2px solid #e84c3d;
}

.feature-icon i.fa-graduation-cap {
  background: #3598db none repeat scroll 0 0;
  border: 2px solid #3598db;
}

.feature-icon i.fa-heart-o {
  background: #e8517a none repeat scroll 0 0;
  border: 2px solid #e8517a;
}

.feature-icon i.fa-rocket {
  background: #f39c11 none repeat scroll 0 0;
  border: 2px solid #f39c11;
}

.feature-icon i.fa-bolt {
  background: #2dcc70 none repeat scroll 0 0;
  border: 2px solid #2dcc70;
}

.feature-icon i.fa-thumbs-o-up {
  background: #9a59b5 none repeat scroll 0 0;
  border: 2px solid #9a59b5;
}

.feature-icon i {
  border-radius: 100px;
  color: #fff;
  font-size: 24px;
  height: 60px;
  margin-bottom: 10px;
  padding-top: 14px;
  text-align: center;
  width: 60px;
}

.fetaure-down-details h4 {
  color: #585858;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
  word-spacing: 3px;
}
.fetaure-down-details p {
  color: #7a7979;
}
/* 5.1.1 FEATURES*/
#features-2 {
  background: #fff none repeat scroll 0 0;
}
 
.mockup-text {
  width:100%;
}
.mockup-text ul.features {
  float: left;
  margin-bottom: 90px;
  margin-top: 10px;
}
.mockup-text h2 {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  word-spacing: 4px;
}
.mockup-text p {
  color: #7a7979;
  margin-bottom: 20px;
}
.mockup-text ul.features li {
  margin-bottom: 10px;
  list-style: none;
}

.mockup-text ul.features a {
  color: #273140;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
.mockup-text ul.features li i {
  border: 1px solid #2dcc70;
  border-radius: 100px;
  color: #f73246;
  font-size: 10px;
  font-weight: 300;
  height: 30px;
  margin-right: 10px;
  padding-top: 8px;
  text-align: center;
  width: 30px;
}
.read_features {
  float: left;
  margin-left: 10%;
  margin-top: 10px;
  padding-bottom: 70px;
}
.read_features a {
  border: 1px solid #273140;
  color: #273140;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
.read_features a:hover {
  background:#273140;
  color:#fff;
}

.mockup-section .left_mockup {
  padding-bottom: 90px;
}
.mockup-section .left_mockup img {
  margin: 2% 2% 0;
  max-width: 80%;
  text-align: center;
}

.mockup-section .right_mockup img {
  margin-left: 8%;
  margin-right: 2%;
  margin-top: 50px;
  max-width: 90%;
  padding-top: 60px;
  text-align: right;
}
.mockup-section .mockup-text h2 {
  margin-bottom: 20px;
  margin-top: 0;
}

/*===================== More Features ======================*/
.more_features {
  background: #09afe9 none repeat scroll 0 0;
  padding-bottom: 90px;
  padding-top: 70px;
}
.more_features h2 {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 600;
}
.more_features p {
  color: #ddd;
  font-size: 16px;
  margin: 0 auto 10px;
  max-width: 650px;
  text-align: center;
}
.features_details {
  padding-top: 30px;
  text-align: center;
}

.features_details i {
  color: #f7f7f7;
  font-size: 34px;
}
.features_details h4 {
  color: #f7f7f7;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 15px;
}
.features_details p {
  color: #ddd;
  font-size: 16px;
}

/* 5.1.2 FEATURES*/

.product_features {
  padding-bottom: 110px;
}
.product_features p {
  color: #7a7979;
  margin: 0 auto;
  max-width: 650px;
  padding-bottom: 50px;
}
.product_features span {

}

.apple-watch-note-feature {
  padding-top: 35px;
  position: relative;
}
.apple-watch-note-feature {
    padding-top: 35px;
    position: relative;
}
@media (max-width: 767px) {
    .apple-watch-note-feature {
        width: auto;
        display: inline-block;
        margin: 0 auto;
    }
}
.feature-note {
    display: inline-block;
    height: 115px;
    position: absolute;
    transition: all 300ms linear 0s;
}
@media (max-width: 767px) {
    .feature-note {
        height: auto;
    }
}
.feature-note .indicator {
    margin-top: 67px;
    width: 192px;
    transition: all 300ms linear 0s;
}
@media (max-width: 767px) {
    .feature-note .indicator {
        width: 49px;
        margin-top: 90px;
    }
}
.feature-note .indicator .plus-icon {
    height: 49px;
    width: 49px;
    border-radius: 100%;
    padding: 8px;
    position: relative;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
}
.feature-note .indicator .plus-icon:before {
    content: '';
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #2dcc70;
    border-radius: 100%;
    -webkit-animation: doublePulse 1.5s ease infinite;
    animation: doublePulse 1.5s ease infinite;
    z-index: 0;
}
.feature-note .indicator .plus-icon:after {
    content: '';
    height: 2px;
    display: block;
    margin-top: -17px;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
    width: 0;
}
@media (max-width: 767px) {
    .feature-note .indicator .plus-icon:after {
        display: none;
    }
}
.feature-note .indicator .plus-icon .plus {
    border-radius: 100px;
    width: 100%;
    display: block;
    line-height: 31px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all 300ms linear 0s;
}
.feature-note .feature-name {
    text-transform: uppercase;
    height: 91px;
    line-height: 20px;
    position: relative;
    letter-spacing: 0.2px;
}
.feature-note .feature-name:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: calc(50% - 4px);
    transition: all 300ms linear 0s;
}
.feature-note .feature-name:after {
    content: '';
    display: block;
    width: 2px;
    height: 58px;
    position: absolute;
    top: 33px;
    left: calc(50% - 1px);
    transition: all 300ms linear 0s;
}
.feature-note.right .indicator {
    float: left;
}
.feature-note.right .indicator .plus-icon {
    float: left;
}
.feature-note.right .indicator .plus-icon:after {
    float: left;
    margin-left: 30px;
}
.feature-note.right .indicator .plus-icon .plus {
    float: left;
}
.feature-note.right.top {
    top: 10px;
    right: 220px;
}
@media (max-width: 1199px) {
    .feature-note.right.top {
        right: 130px;
    }
}
@media (max-width: 991px) {
    .feature-note.right.top {
        right: 15px;
    }
}
@media (max-width: 767px) {
    .feature-note.right.top {
        right: -110px;
        top: -40px;
    }
}
.feature-note.right.top .feature-name {
    float: left;
    margin-left: -53px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
@media (max-width: 767px) {
    .feature-note.right.top .feature-name {
        margin-left: -50%;
    }
}
.feature-note.right.bottom {
    top: 240px;
    right: 81px;
}
@media (max-width: 1199px) {
    .feature-note.right.bottom {
        right: 121px;
    }
}
@media (max-width: 991px) {
    .feature-note.right.bottom {
        right: 88px;
    }
}
@media (max-width: 767px) {
    .feature-note.right.bottom {
        right: -62px;
        top: 175px;
    }
}
.feature-note.right.bottom .indicator {
    margin-top: 0;
}
.feature-note.right.bottom .indicator .plus-icon:after {
    width: 0;
}
.feature-note.right.bottom .feature-name {
    float: left;
    margin-left: 30px;
    padding-top: 70px;
    margin-top: 22px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
@media (max-width: 991px) {
    .feature-note.right.bottom .feature-name {
        margin-left: -45px;
    }
}
@media (max-width: 767px) {
    .feature-note.right.bottom .feature-name {
        margin-left: -50%;
        margin-top: 47px;
        height: 140px;
        padding-top: 120px;
    }
}
.feature-note.right.bottom .feature-name:before {
    top: 58px;
}
@media (max-width: 767px) {
    .feature-note.right.bottom .feature-name:before {
        top: 110px;
    }
}
.feature-note.right.bottom .feature-name:after {
    top: 0;
}
@media (max-width: 767px) {
    .feature-note.right.bottom .feature-name:after {
        height: 110px;
    }
}
.feature-note.left .indicator {
    float: right;
}
.feature-note.left .indicator .plus-icon {
    float: right;
}
.feature-note.left .indicator .plus-icon:after {
    float: right;
    margin-right: 30px;
}
.feature-note.left .indicator .plus-icon .plus {
    float: right;
}
.feature-note.left.top {
    top: 115px;
    left: 205px;
}
@media (max-width: 1199px) {
    .feature-note.left.top {
        left: 105px;
    }
}
@media (max-width: 991px) {
    .feature-note.left.top {
        left: 0;
    }
}
@media (max-width: 767px) {
    .feature-note.left.top {
        left: -110px;
        top: 20px;
    }
}
.feature-note.left.top .feature-name {
    margin-right: -47px;
    float: right;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
@media (max-width: 991px) {
    .feature-note.left.top .feature-name {
        margin-right: -47px;
    }
}
@media (max-width: 767px) {
    .feature-note.left.top .feature-name {
        margin-right: -50%;
    }
}
.feature-note.left.bottom {
    top: 345px;
    left: 222px;
    height: auto;
}
@media (max-width: 1199px) {
    .feature-note.left.bottom {
        left: 22px;
    }
}
@media (max-width: 991px) {
    .feature-note.left.bottom {
        left: 5px;
    }
}
@media (max-width: 767px) {
    .feature-note.left.bottom {
        left: -140px;
        top: 220px;
    }
}
.feature-note.left.bottom .indicator {
    margin-top: 0;
}
@media (max-width: 991px) {
    .feature-note.left.bottom .indicator {
        width: 100px;
    }
}
@media (max-width: 767px) {
    .feature-note.left.bottom .indicator {
        width: 49px;
    }
}
.feature-note.left.bottom .feature-name {
    margin-right: 10px;
    float: right;
    height: auto;
    padding-top: 14px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
@media (max-width: 767px) {
    .feature-note.left.bottom .feature-name {
        margin-right: -50%;
        top: 49px;
        padding-top: 73px;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }
}
.feature-note.left.bottom .feature-name:before {
    position: relative;
    display: inline-block;
    top: 0;
    left: calc(100% + 5px);
}
@media (max-width: 767px) {
    .feature-note.left.bottom .feature-name:before {
        position: absolute;
        top: 62px;
        left: calc(50% - 4px);
    }
}
.feature-note.left.bottom .feature-name:after {
    display: none;
}
@media (max-width: 767px) {
    .feature-note.left.bottom .feature-name:after {
        display: block;
        top: 0;
        height: 62px;
    }
}
.feature-note.show-cont .indicator .plus-icon:after {
    width: 155px;
}
.feature-note.show-cont .feature-name {
    transition: -webkit-transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
}
.feature-note.show-cont.right.top .feature-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.feature-note.show-cont.right.bottom .indicator .plus-icon:after {
    width: 237px;
}
@media (max-width: 991px) {
    .feature-note.show-cont.right.bottom .indicator .plus-icon:after {
        width: 150px;
    }
}
.feature-note.show-cont.right.bottom .feature-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.feature-note.show-cont.left.top .feature-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
@media (max-width: 991px) {
    .feature-note.show-cont.left.bottom .indicator .plus-icon:after {
        width: 48px;
    }
}
.feature-note.show-cont.left.bottom .feature-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.feature-note .indicator .plus-icon .plus {
  background: #3598db none repeat scroll 0 0;
  color: #fff;
}
/*Compay history start */

#product-history {
  background: #f7f7f7 none repeat scroll 0 0;
  padding-bottom: 80px;
  padding-top: 80px;
}
#product-history h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#product-history h2, #product-history p {
  color: #273140;
  text-align: center;
}
#product-history p.product-p {
  margin: 0 auto;
  max-width: 640px;
}

#product-history .product-p {
  color: #7a7979;
  margin-bottom: 40px;
}
#product-history .timline-year {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  clear: both;
  height: 100px;
  margin: 60px auto 0;
  position: relative;
  text-align: center;
  width: 100px;
}

#product-history .timline-year h3 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

/* -----------------------------------------------
* Timeline
* --------------------------------------------- */

.timeline {
    list-style: none;
    padding: 10px 0;
    font-weight: 300;
    color: #ffffff;
    position: relative;
}

.timeline h3 {
    color: #ffffff;
    position: absolute;
    top: -10%;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: #ffffff;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 90%;
    float: left;
    background:#f73246 none repeat scroll 0 0;
    position: relative;
    padding: 12px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.timeline > li:hover .timeline-panel {
    background: #f73246;
    border: none;
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid rgba(255, 255, 255, 0.1);
    border-right: 0 solid rgba(255, 255, 255, 0.1);
    border-bottom: 14px solid transparent;
    content: " ";
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.timeline > li .timeline-panel:after {
    border-top-color: transparent;
    border-left-color: #f73246;
    border-right-color: #f73246;
    border-bottom-color: transparent;
}

.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge > a {
    color: #f73246;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.timeline > li:hover .timeline-badge > a {
    color: #f73246;
}

.timeline > li > .timeline-panel:hover .timeline-badge > a {
    color: #f73246;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-heading h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p {
  color: #ddd !important;
  font-weight: 400;
  padding: 14px 0;
}

.timeline-footer {
    padding: 0;
    color: rgba(255, 255, 255, 0.5);
}

.timeline-footer p {
  margin-bottom: 0;
  color: #ddd !important;
}

.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}

.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}

.timeline > li:nth-child(2) {
    margin-top: 60px;
}

.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}

.no-float {
    float: none !important;
}

/*Creative Team */
.team_memeber {
  padding-bottom: 30px;
  padding-top: 90px;
}
.team_memeber h2.section-header {
  margin-bottom: 25px;
  margin-top: 0;
  text-align: center;
}
.team_memeber p.section-description {
  color: #7a7979;
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 70px;
  text-align: center;
}
.member_describtion {
  border: 1px solid #f7f7f7;
  box-shadow: 0 2px 4px 0 #ddd;
  margin-bottom: 70px;
  padding-bottom: 40px;
}
.member_describtion img {
  max-width: 100%;
}
.member_describtion h5 {
  font-size: 18px;
  padding-top: 15px;
  text-transform: capitalize;
  text-align: center;
}
.member_describtion h6 {
  color: #09afe9;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 4px;
  text-align: center;
}
.member_describtion p {
  color: #34495e;
  margin-left: 4%;
  margin-right: 1%;
}
.member_describtion .social_profile {
  text-align: center;
  padding-top: 5px;
}
.member_describtion .social_profile a {
  border-radius: 100px;
  color: #ddd;
  font-size: 16px;
  height: 60px;
  margin-left: 10px;
  padding: 10px;
  text-decoration: none;
  width: 60px;
}

.member_describtion .social_profile a i{
  color:#f36a5c;
}
.member_describtion .social_profile a:hover i{
  color:#f36a5c;
}

/*App counter */

#counter {
  padding-top:0px !important;
  margin-top:0px !important;
}
.product-counter {
	background:url(../img/fun-fact.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;	
}

.product-counter .overlay {
  background-color: #2dcc70;
  bottom: 0;
  left: 0;
  opacity: 0.95;
  padding-top: 100px;
  right: 0;
  top: 0;
  z-index: 2;
}

.product-counter .block {
  padding-bottom: 100px;
  text-align: center;
}
.block .counter-icon i {
  border-top: 2px solid #fff;
  color: #fff;
  font-size: 36px;
  margin-bottom: 15px;
}
.block span.timer {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.block .caption {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  text-transform: uppercase;
  word-spacing: 4px;
}

/* -----------------
5.2 PRODUCT
-------------------*/
/* ----- Single Product Ring ----- */

.single-product {
    background: #f6f6f6;
    position: relative;
	overflow: hidden;
	margin-bottom: 70px;
    -webkit-transition: all 0.36s ease 0s;
			transition: all 0.36s ease 0s;
}
.section-title h2 {
  margin-top: 0;
  padding-bottom: 10px;
}
.section-title p {
  color: #7a7979;
  margin: 0 auto;
  max-width: 650px;
  padding-bottom: 60px;
  text-align: center;
}

.single-product > a > i.fa-heart-o {
  border: 1px solid #e8517a;
  border-radius: 50%;
  color: #e8517a;
  float: left;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  margin-top: -20px;
  position: relative;
  right: 0;
  text-align: center;
  width: 40px;
    -webkit-transition: all 0.36s ease 0s;
			transition: all 0.36s ease 0s;  
}

.single-product > a > i.fa-shopping-basket {
  background: #34495e none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  float: left;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
    -webkit-transition: all 0.36s ease 0s;
			transition: all 0.36s ease 0s;    
}
.single-product:hover { 
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08) 
}
.single-product:hover a i {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	background: #f73246 none repeat scroll 0 0;
    color: #fff;	
}
.product-info { 
  padding: 15px 
}

.table-wrapper{ 
  font-size: 12px;
}



.single-product img {
  padding: 1px 1px 0 1px 
}
.product-info h5 {
  padding-top: 15px;
}
.product-rating i {
  color: #ffc321 
}
.product-info p { 
  margin: 0
}

/* ----- End Single Product Ring ----- */

.product_bg {
  padding-bottom: 100px;
  padding-top: 20px;
}
.product_bg h2 {
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.product_bg p {
  color: #7a7979;
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 100px;
  text-align: center;
}
.product_bg .product_image{
  float: left;
  max-height: 100% !important;
  max-width: 100% !important;
  text-align: left;
}
.product_bg .product_image img {
  float: left;
  max-height: 100% !important;
  max-width: 105.5% !important;
  padding: 0 !important;
  text-align: left;
}
.product_bg .product_price {}
.product_bg .product_price h5 {
  color: #34495e;
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 30px;
  text-align: center;
  text-transform: capitalize;
}
.product_bg .product_price p {
  letter-spacing: 0.4px;
  line-height: 25px;
  margin-left: 5%;
  padding-bottom: 10px;
  text-align: left;
}
.product_price .pricing_section p {
  font-size: 18px;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.product_price .pricing_section p span {
  color: #3399ff;
  font-size: 24px;
  font-weight: 600;
  margin-right: 4px;
}
.product_price .pricing_section {
  text-align: center;
}
.product_price .pricing_section a {
  background: #09afe9 none repeat scroll 0 0;
  border: 1px solid #09afe9;
  border-radius: 100px;
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

/* ------------------
5.3 REVIEW SECTION
--------------------*/
.testimonials-bg h2 span {
  font-weight:600;
}
.testimonials-bg h2 {
  font-weight: 500;
  margin-bottom: 50px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.testimonial {
  background-image: url("../images/testimonials/bg.jpg");
  background-position: center center;
  background-repeat: repeat-y;
  padding-bottom: 100px;
  padding-top: 100px;
}

.light-grey-bg {
  background-color: #F8FBFD;
}
.testimonial .picture {
  padding-top: 0;
  text-align: center;
}

.testimonial .description {
  color: #263238;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  padding-top: 25px;
  text-align: center;
}

.testimonial .description span {
  color: #F36A5C;
  margin: 0px 5px;
}

.testimonial .name {
  color: #ef5350;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.testimonials-bg {
  background: #f8fbfd none repeat scroll 0 0;
  padding-bottom: 120px;
  padding-top: 100px;
}
.tt-content {
  background: #f8fbfd none repeat scroll 0 0;
}
.tt-content h4 {
  color: #333;
  font-family: "Arial",Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.65;
  margin: auto;
  max-width: 850px;
  text-align: center;
  text-transform: inherit;
}
.tt-content h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
  padding-top: 10px;
  text-transform: uppercase;
}
.tt-content .content {
    font-size: 16px;
    font-weight: 400;
}
.tt-content .tt-container {
    margin-top: 15px;
    text-align: center;
}

.tt-content .image {
  margin-left: 45%;
  text-align: center !important;
}
.tt-content .image img {
  border-radius: 50%;
  height: 84px;
  margin: 60px 2% 0;
  width: 84px;
}
.tt-images {
    text-align: center;
    margin-bottom: -42px;
    font-size: 0;
}
.tt-image {
    display: inline-block;
    margin: 0;
    
    border-radius: 90px;
    margin: 0 15px;
}
.tt-image img {
    display: inline-block;
    width: 84px;
    height: 84px;
    border-radius: 90px;
}
.tt-quote {
  color: #f36a5c;
  display: block;
  float: left;
  margin-bottom: 40px;
  margin-left: 2%;
  margin-right: 20px;
}
.tt-quote-right {
  bottom: 0;
  float: right;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 2%;
  position: relative;
}
#testimonials .owl-pagination {
  padding-top: 20px;
  position: absolute;
  width: 100%;
}

#testimonials .owl-controls span {
  background: #fff none repeat scroll 0 0;
  height: 10px;
  opacity: 0.65;
  transition: all 0.3s ease 0s;
  width: 10px;
}

#testimonials .owl-controls .owl-page:hover span, 
#testimonials .owl-controls .owl-page.active span {
  opacity: .3;
}
/*-- SUBSCRIBE MAILCHIMP --*/

.subcribe {
  position: relative;
  overflow: hidden;
}
.black-bg {
  background-color: #202026;
  color: #fff;
  padding-bottom: 120px;
}
.subcribe h2 {
  padding-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}
.subcribe .section-description p {
  margin: 0 auto;
  max-width: 650px;
  padding-bottom: 70px;
  text-align: center;
}
.subscribe-form {
  position: relative;
}
.red-circle {
  margin-top: -35px;
  position: absolute;
}
.circle-bg {
  height: 300px;
  width: 300px;
  background: #FF4D4D;
  background: #4c555b;
  border-radius: 50%;
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 0;
}
#mailchimp-subscribe {
  margin: 0 auto;
  text-align: center;
}
#mailchimp-subscribe .form-control {
  height: 60px;
  border-radius: 40px;
  padding: 17px 50px;
  width: 50%;
  background: #313137;
  font-size: 16px;
  float: none;
   font-family: "Raleway";
  -webkit-box-shadow: inherit ;
  -moz-box-shadow: inherit ;
  -ms-box-shadow: inherit ;
  -o-box-shadow: inherit ;
  box-shadow: inherit ;
  display: inline;
  border: 1px solid #7f7f7f;
}
#mailchimp-subscribe .form-control:hover,
#mailchimp-subscribe .form-control:focus {
  border-color: #494949;
  -webkit-box-shadow: inherit ;
  -moz-box-shadow: inherit ;
  -ms-box-shadow: inherit ;
  -o-box-shadow: inherit ;
  box-shadow: inherit ;
}
.contact-btn {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  float: none;
  display: inline;
  margin-left: 20px;
  padding: inherit;
}
.contact-btn .fa-long-arrow-right {
  color: #ff4d4d;
  font-size: 18px;
  margin-left: 0;
  z-index: 9999;
}
.subscriber-form {
  width: 90%;
}
/* ------------------
5.4 FAQ SECTIONS
--------------------*/

.faqs {
  padding-bottom:80px;
}
.faqs h2.faq-header {
  font-weight: 600;
  margin-top: 0;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
.faqs p.faq-description {
  color: #7a7979;
  margin: 0 auto;
  max-width: 650px;
  padding-bottom: 30px;
  text-align: center;
}
.faqs_section {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 20px;
}

.faqs_section h4.faqs_header {
  color: #34495e;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.faqs_section p.faqs_details {
  color: #8da3bc;
  font-size: 14px;
  max-width: 530px;
  padding: 10px;
}

/* ---------------
5.5 BLOG 
------------------*/
.blog_section {
  background: #f8fbfd none repeat scroll 0 0;
  padding-bottom: 40px;
}
.blog_section h2 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 4px;
}
.blog_section p.section_description {
  color: #7a7979;
  font-size: 14px;
  margin: 0 auto;
  max-width: 650px;
  padding-bottom: 80px;
  padding-top: 10px;
  text-align: center;
}
.blog_intro_text p.font-alt {
  margin-bottom:100px;
}
.blog_single {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 80px;
  padding-bottom: 50px;
}

.image p.blog_date {
  background: #f73246 none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 30px;
  margin-top: 20px;
  padding: 10px 8px;
  position: absolute;
}
.blog_single img {
  text-align: center;
  width: 100%;
}
.blog_single .blog_post_time {
  padding: 15px 0;
  text-align: center;
}
.blog_single .blog_post_time p {
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 4%;
  text-transform: capitalize;  
}
.blog_single .blog_post_time p span {
  margin-left: 10px;
  color: #F36A5C;
  text-transform: capitalize;
}
.blog_single .blog_single_description h3 a {
  color: #34495e;
  font-size: 20px;
  font-weight: 400;
}
.blog_single .blog_single_description h3 a:hover{
  color: #F36A5C;	
}
.blog_single .blog_single_description h3 {
  font-size: 22px;
  line-height: 30px;
  margin-left: 15px;
  margin-top: 0;
  padding-bottom: 5px;
  padding-top: 20px;
}
.blog_single .blog_single_description p {
  color: #8da3bc;
  margin-left: 4%;
  margin-right: 3%;
}
.blog_single .blog_single_description p a {
  color: #f36a5c;
  font-weight: 600;
  padding: 5px;
  text-transform: capitalize;
}
.blog_comments {
  color: #273140;
  margin-top: 20px;
  padding-left: 20px;
}

.blog_comments a.light-text {
  color: #767d84;
  font-size: 14px;
  margin-right: 30px;
}
.blog_comments a.light-text i {
  color: #f36a5c;
  margin-right: 5px;
}

/* ---------------
5.7 CONTACT 
------------------*/

.contact-section {
  text-align: center;
  background: #f8fbfd none repeat scroll 0 0;
}

.contact-section  h2{
}
.contact-section .section-header p {
  color: #7a7979;
  font-size: 14px;
  margin: 0 auto;
  max-width: 650px;
  padding-top: 10px;
  text-align: center;
}
.contact-section .section-header {
  margin-bottom: 100px;
}
.contact_address {
  float: left;
  margin-bottom: 100px;
  margin-left: 5%;
  margin-right: 2%;
}
.contact_address h4 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  word-spacing: 4px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.contact_address .contact_icon {
  text-align: left;
  line-height: 20px;
}
.contact_address .contact_icon p {
  font-size: 16px;
  font-weight: 300;
}
.contact_address .contact_icon a {
  text-decoration: none;
  color: #273140;
}
.contact_address .contact_icon p span {
  margin-left: 48px;
}
.contact_address .contact_icon i {
  border-radius: 50%;
  color: #f73246;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 15px;
  margin-top: 5px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.contact-map-container {
  height: 500px;
  margin-left: -10px;
  top: 0;
  width: 100%;
}

.contact-map-container #map {
  height: 500px;
  width: 100%;
}
#contact-form {
  padding-bottom:60px;
}
.contact-form .form-group {
  margin-bottom: 24px;
}
.has-error .form-control {
  border-color: #F36A5C;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none !important;
  color: #333;
  height: auto;
  padding: 12px;
}

/* ---------------
6 FOOTER 
-----------------*/
#footer_section li {
	list-style:none !important;
}
#footer_section .responsive-footer {
  padding-bottom: 70px;
}

/* ---- 6.1 footer top ---- */
.footer_up {
  background: #34495e none repeat scroll 0 0;
  padding-top: 80px;
}
.footer_up h5.footer_header {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: left;
  text-transform: uppercase;
  word-spacing: 4px;
}


.photo_flickr .photo_list img {
  margin-top: 3px;
}

.tag_list {}
.tag_list ul.tag_names {
  padding-left: 0px;
}
.tag_list ul.tag_names li {
  float: left;
  font-size: 12px;
  font-weight: 600;
  margin: 10px;
  text-transform: uppercase;
}
.tag_list ul.tag_names li a {
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 10px;
  text-decoration: none;
}

.newsletter {
  padding-top: 150px;
}
.newsletter .email_input {
  background-color: #fff;
  border: 0 none;
  color: #999;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 39px;
  line-height: 39px;
  padding: 0 7px;
  width: 65%;
}
.newsletter .input_submit {
  background-color: #f36a5c;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  float: left;
  height: 39px;
  padding: 0 20px;
}


.help_links ul.links_names {
  padding-left: 0 !important;
}
.help_links ul.links_names li {
  float: left;
  margin-bottom: 10px !important;
  margin-left: 20px !important;
  text-align: left !important;
  width: 100%;
}
.help_links ul.links_names li a {
  color: #fff !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
}
.item-holder {
  margin-bottom: 60px !important;
}
.image-left img {
  float: left;
  margin-top: 5px;
}
.text-box-right {
  display: block;
  margin: 0;
  padding: 0 0 0 99px;
  text-align: left;
}

h5.text-white {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
h5.nomargin a {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
}
.text-box-right {
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 2%;
  text-align: left;
}
.text-box-right p {
  color: #ddd;
}
.footer-post-info p.author {
  color: #ecf0f1;
  float: left;
  margin-right: 10px;
}
.footer-post-info p {
  font-size: 14px;
}
/* ---- 6.2 footer down ---- */
.footer_down {
  background: #314253 none repeat scroll 0 0;
}
.footer_content p {
  color: #ddd;
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
}
.footer_content ul.footer-social {
  margin-bottom: 50px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.footer_content ul.footer-social li {
  float: right;
  list-style: outside none none;
  margin-right: 20px;
}

.footer_content ul.footer-social li a i {
  height:50px;
  width:50px;
  border-radius:100px;
  color:#fff;
}
.footer_content ul.footer-social li a i.fa-linkedin {
  border: 1px solid #0b2b5c;
  font-size: 20px;
  padding-top: 12px;
  text-align: center;
  background:#0b2b5c;
}
.footer_content ul.footer-social li a i.fa-google-plus {
  border: 1px solid #dc4a38;
  background: #dc4a38;
  font-size: 20px;
  text-align: center;
  padding-top: 14px;
}
.footer_content ul.footer-social li a i.fa-facebook {
  border: 1px solid #3765a3;
  background: #3765a3;
  font-size: 20px;
  text-align: center;
  padding-top: 14px;
}
.footer_content ul.footer-social li a i.fa-twitter {
  border: 1px solid #11c1ff;
  background: #11c1ff;
  font-size: 20px;
  text-align: center;
  padding-top: 13px;
}


.intro-text > h2 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin: 0 auto;
    max-width: 930px;
    text-align: center;
    color: #ffffff;
}
.intro-text > h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin: -20px auto;
    max-width: 800px;
    text-align: left;
    color: #ffe71d;
    padding: 44px;
}




















