@font-face {
   font-family: 'PoiretOne-Regular';
   src: url(../fonts/PoiretOne-Regular.ttf)format('truetype');
}
@font-face {
   font-family: 'Raleway-Regular';
   src: url(../fonts/Raleway-Regular.ttf)format('truetype');
}


/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #414141;
  color: #414141;
  background: #fff;
  height: 100%;
  position: relative;
  text-align:left;
}

a {
  color: #40baeb;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #40baeb;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'PoiretOne-Regular';
  font-weight: 500;
}

h1 {
  font-size: 40px !important;
}

h2 {
  font-size: 36px !important;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

#fh5co-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 30px;
}


@media screen and (max-width: 768px) {
  #fh5co-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	padding-top: 30px;
	/* margin-top: 30px !important; */
  }
  #fh5co-header .navbar-brand {
    color: #3396FB !important;
  }
  #fh5co-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #fh5co-header #navbar li a:hover {
    color: #3396FB !important;
  }
  #fh5co-header #navbar li a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #3396FB !important;
  }
  #fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar li a {
  font-family: 'Raleway', sans-serif;

  position: relative;
}
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #4AE3B5;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #ffffff;
}

a.ex1:hover, a.ex1:active {
    color: red !important;
}

a.ex2:hover, a.ex1:active {
    color: #ffffff !important;
}


#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #656667;
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 400;
  padding-left: 0;
  color: #656667;
  margin-top:-45px;
}
#fh5co-header .navbar-brand span {
  color: #3396FB;
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  padding-top:15px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #FDDCE2;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #fff;
  background-color:#C83233;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  background-color:#974E4F;
  color: #F7E2E2;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  
  .mainmenus{display:none !important;}
  
  .vticker li{
	list-style: none;
	border-bottom: 1px solid white;
	padding: 5px;
	text-align:left;
	height:auto !important;
	background-color:#FAFAFA;
}


/* Borders */
.border-top{border-right:none !important;}
.border-right{border-right:none !important; border-bottom:none !important; padding-top:15px; padding-bottom:15px;}
.border-right-last{border-right:none !important; border-bottom:none !important; padding-top:15px; padding-bottom:15px;}
.border-right-rowlast{border-right:none !important; border-bottom:none !important; padding-top:15px; padding-bottom:15px;}
.border-right-rowlast-last{border-right:none !important; border-bottom:none !important; padding-top:15px; padding-bottom:15px;}



  
}



#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #3396FB;
  font-style: normal;
}
#fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

body {
  overflow-x: hidden;
}

.owl-carousel-main .owl-stage-outer {
  overflow:hidden;
  
}



@media screen and (max-width: 768px) {
  .owl-carousel-main .item {
   /* padding-top: 120px !important;*/
	
	padding-top: 10px !important;
  }
  
  
  .TitlePage-founder{
background-color:#040404;
opacity: 0.6 !important;
margin-top:0px !important;
color:#FFFFFF;
/*border-radius:0px 50px 0px 50px !important; */
font-size:50px;
padding:20px;
text-align:left;
font-weight:bold;
margin-left:20px !important;


}
  
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  clear: both;
}
.section-heading h2 {
  font-size: 40px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 0px;
  line-height: 1.5;

}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #3396FB;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-our-services,
#fh5co-about-us,
#fh5co-features,
#fh5co-testimonials,
#fh5co-pricing,
#fh5co-press,
#fh5co-product-screenshots,
#fh5co-tour {
  padding: 4em 0em 0em 0em;
}
@media screen and (max-width: 480px) {
  #fh5co-our-services,
  #fh5co-about-us,
  #fh5co-features,
  #fh5co-testimonials,
  #fh5co-pricing,
  #fh5co-press,
  #fh5co-product-screenshots,
  #fh5co-tour {
    padding: 5em 0;
  }
}

#fh5co-tour h3 {
  font-size: 30px;
}
#fh5co-tour .img-feature-1 {
  -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}

#fh5co-testimonials {
  background: #4AE3B5;
  background: #ba78ff;
}
#fh5co-testimonials .section-heading h2 {
  color: white;
}
#fh5co-testimonials .section-heading h2:after {
  background: rgba(255, 255, 255, 0.2);
}
#fh5co-testimonials .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#fh5co-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#fh5co-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#fh5co-testimonials .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #4AE3B5;
  background: #ba78ff;
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonials .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-testimonials .box-testimony blockquote p {
  font-style: italic;
}
#fh5co-testimonials .box-testimony .author {
  line-height: 20px;
  color: white;
  font-size: 18px;
  margin-left: 20px;
}
#fh5co-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

#fh5co-pricing .price-box {
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
#fh5co-pricing .price-box.popular {
  border: 2px solid #3396FB;
}
#fh5co-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -63px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #4AE3B5;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #3396FB;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#fh5co-pricing .price {
  font-size: 50px;
  color: #000;
}
#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#fh5co-pricing .price small {
  font-size: 16px;
}
#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/*home*/



.fh5co-cta {
	
 /* padding: 7em 0; */
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}
.fh5co-cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: Transparent;
  opacity: none;
}
.fh5co-cta .container {
  position: relative;
  z-index: 2;
}
.fh5co-cta .container h3 {
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 1.5;
}
.fh5co-cta .container h3, .fh5co-cta .container p {
  color: #fff;
}
.fh5co-cta .container p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-cta {
    padding: 3em 0;
  }
}






.fh5co-cta2 {
	
 padding: 7em 0; 
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}
.fh5co-cta2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: Transparent;
  opacity: none;
}
.fh5co-cta2 .container {
  position: relative;
  z-index: 2;
}
.fh5co-cta .container h3 {
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 1.5;
}
.fh5co-cta2 .container h3, .fh5co-cta .container p {
  color: #fff;
}
.fh5co-cta2 .container p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-cta2 {
    padding: 3em 0;
  }
}



#fh5co-our-services,
#fh5co-press {
  background: #fff;
}

#fh5co-our-services .box {
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-our-services .box {
    min-height: inherit;
    margin-bottom: 90px;
  }
}
#fh5co-our-services .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
#fh5co-our-services .box .icon > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#fh5co-our-services .box .icon > span i {
  position: relative;
  float: left;
  margin-top: 5px;
  width: 100%;
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
#fh5co-our-services .box .icon.colored-1 {
  background: #2aaf67;
  background: transparent;
  border: 3px solid #2aaf67;
}
#fh5co-our-services .box .icon.colored-1 i {
  color: #2aaf67 !important;
}
#fh5co-our-services .box .icon.colored-2 {
  background: #00bff3;
  background: transparent;
  border: 3px solid #00bff3;
}
#fh5co-our-services .box .icon.colored-2 i {
  color: #00bff3 !important;
}
#fh5co-our-services .box .icon.colored-3 {
  background: #f26522;
  background: transparent;
  border: 3px solid #f26522;
}
#fh5co-our-services .box .icon.colored-3 i {
  color: #f26522 !important;
}
#fh5co-our-services .box .icon.colored-4 {
  background: #e52b50;
  background: transparent;
  border: 3px solid #e52b50;
}
#fh5co-our-services .box .icon.colored-4 i {
  color: #e52b50 !important;
}
#fh5co-our-services .box .icon.colored-5 {
  background: #2fc5cc;
  background: transparent;
  border: 3px solid #2fc5cc;
}
#fh5co-our-services .box .icon.colored-5 i {
  color: #2fc5cc !important;
}
#fh5co-our-services .box .icon.colored-6 {
  background: #6173f4;
  background: transparent;
  border: 3px solid #6173f4;
}
#fh5co-our-services .box .icon.colored-6 i {
  color: #6173f4 !important;
}
#fh5co-our-services .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
#fh5co-our-services .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
}

#fh5co-features {
  background: #fafafa;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-features {
    padding: 4em 0;
  }
}
#fh5co-features .fh5co-service {
  margin-bottom: 30px;
  float: left;
}
#fh5co-features .fh5co-service .fh5co-icon {
  float: left;
  width: 20%;
}
#fh5co-features .fh5co-service .fh5co-icon i {
  font-size: 40px;
  color: #3396FB;
}
#fh5co-features .fh5co-service .fh5co-desc {
  width: 80%;
  float: right;
}
#fh5co-features .fh5co-service .fh5co-desc h3 {
  margin-top: 0;
  font-size: 18px;
}

.first-section {
  padding-top: 15em !important;
}
@media screen and (max-width: 768px) {
  .first-section {
    padding-top: 3em;
  }
}

#fh5co-press .fh5co-press-item {
  background: #fff;
  float: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item {
    display: block !important;
  }
}
#fh5co-press .fh5co-press-item .fh5co-press-text,
#fh5co-press .fh5co-press-item .fh5co-press-img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item .fh5co-press-text,
  #fh5co-press .fh5co-press-item .fh5co-press-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
}
#fh5co-press .fh5co-press-item .fh5co-press-text {
  float: left;
  padding: 20px;
}
#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
  position: relative;
}
#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title .fh5co-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #4AE3B5;
}
#fh5co-press .fh5co-press-item .fh5co-press-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item .fh5co-press-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #3396FB;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #3396FB;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #3396FB;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #4AE3B5;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
  
  
}

.person {
  text-align: center;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.person img {
  display: block;
  margin: 0 auto;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.person .name {
  font-size: 24px;
}
.person .position {
  text-transform: uppercase;
  color: #c3c3c3;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

#footer {
  padding: 50px 0;
  color: #7f7f7f;
}
#footer .copyright {
  margin-bottom: 0px;
  padding-bottom: 0;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #4AE3B5;
  color: #fff;
}
.social li a.social-circle {
  background: #4AE3B5;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #4AE3B5;
  color: #fff;
}
.social.social-circle a {
  background: #4AE3B5;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-controls .owl-nav {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {
  opacity: 1;
}
.owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
  background: transparent !important;
  border: 0px solid #3396FB !important;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  top: 10%;
  margin-top: 150px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav .owl-next i:before,
.owl-carousel .owl-controls .owl-nav .owl-prev i:before {
  color: #000;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  right: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
  color: white;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  left: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
  color: white;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
  color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
 /* margin-bottom: -30px;*/
  margin-bottom: 0px;
}

.owl-carousel-main.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2) !important;
  border: 2px solid transparent !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-carousel-main.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: black !important;
}
.owl-carousel-main.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-main.owl-theme .owl-dots .owl-dot:hover span {
  background: black !important;
  background: transparent !important;
  border: 2px solid #000 !important;
}
.owl-carousel-main.owl-direction:before {
  color: #000 !important;
}

.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
/*height: 860px;*/
	height: 400px !important;
  display: table!important;
  width: 100%!important;
  overflow:hidden!important;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
    /*height: inherit;*/
	height: 10px !important;
    padding: 0em 0;
    padding: 0;
    text-align: center;

	

  }
}
.owl-carousel-fullwidth .fh5co-owl-text-wrap {
  position: relative;
}
.owl-carousel-fullwidth .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
  
}
.owl-carousel-fullwidth .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
  height:50%;
}
.owl-carousel-fullwidth .item img {
  max-width: 100%;
 
}
.owl-carousel-fullwidth .item .mobile-image {
  position: relative!important;
  z-index: 99999999;

}
.owl-carousel-fullwidth .item .mobile-image .mobile {
  float: right;
  text-align: right;
  position: relative!important;
  bottom: 0em;
width:100%!important;
margin-top:25px!important;
}

.owl-carousel-fullwidth .item .mobile-image .mobile2 {
  float: right;
  text-align: right;
  position: relative!important;
  bottom: 0em;
width:100%!important;
margin-top:0px!important;
  

  
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .mobile-image .mobile {
    bottom: 0em;
    text-align: center;
    margin: 0 auto;
    display: table!important;
	overflow:hidden!important;
	
  }
  
 .padding5{padding:10px!important;}
}
.owl-carousel-fullwidth .item .mobile-image .mobile img {
  max-width: 100%;

 
}
.owl-carousel-fullwidth .item .fh5co-owl-text {
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}
.owl-carousel-fullwidth .item .fh5co-owl-text a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.owl-carousel-fullwidth .item .fh5co-owl-text a:hover {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid white;
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
  color: #fff;
  margin: 0;
  padding: 0;
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
  font-size: 30px;
  line-height: 30px;
  font-weight: 100;
  margin-bottom: 30px;
  color: white;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
    font-size: 24px;
    line-height: 34px;
  }
  
  
}

#fh5co-product-screenshots {
 /* background: #303841;*/
    background: #E5E5E5;
	
}
#fh5co-product-screenshots .section-heading h2 {
  color: #fff;
}

.owl-carousel-center .owl-stage-outer {
  overflow:hidden !important;
}
.owl-carousel-center .owl-item {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  z-index: 18;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.owl-carousel-center .owl-item img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px 50px 0px 0px;
 
}

.padding10{padding:10px !important;}


.colorwhite{color:#FFFFFF;}

.GalleryBoxCorner {
    border-radius:0px 50px 0px 50px !important;
    padding:0px !important;
    width:100% !important;
	border-top:none;
	background-color:#FFFFFF;
	line-height:17px;
	font-size:12px;
	
	
	
	}

.owl-carousel-center .owl-item.center {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 999;
  -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}
.owl-carousel-center .owl-dots {
  bottom: 0px;
}
@media screen and (max-width: 480px) {
  .owl-carousel-center .owl-dots {
    bottom: -90px;
  }
}
.owl-carousel-center.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-carousel-center.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: white;
}
.owl-carousel-center.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-center.owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  background: transparent;
  border: 2px solid #fff;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
	
	
  }
  
  
  .BoxCorner-banner_logo {
    border-radius:0px 16px 0px 16px !important;
    background:#fff !important;
    padding:10px !important;
	border:1px solid #C7C8C8;
	margin-top:12px;
	display:none!important;

}



.topnav{display:none;}

Img.BoxCorner-banner {
    border-radius:0px 50px 0px 50px !important;
    background:#73AD21 !important;
    padding:0px !important;
	border:1px solid #C7C8C8;	
	position:relative!important;
    top:-4px;
	max-height:200px !important;
   	width:100%!important;
	

	
}


  
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
  
  .topnav{display:none;}
  
    .BoxCorner-banner_logo {
    border-radius:0px 16px 0px 16px !important;
    background:#fff !important;
    padding:10px !important;
	border:1px solid #C7C8C8;
	margin-top:12px;
	display:none!important;

}



.menu-divider{display:none!important;}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none!important;
  border:none !important;
  background-color:#fff!important;
  margin-top:10px;
 
}

.mini-submenu-main{
  display:none;  

}



}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
  
  .TitlePage-products{
background-color:#1984b1 !important;

color:#fff;
border:0px solid #979797; !important;
font-size:20px !important;
padding:20px;
text-align:center;
font-weight:bold;
margin-right:20px !important;
font-family:Tahoma, Geneva, sans-serif;
z-index:999;

}

img.product-slide{width:200px; height:auto;}


.font-size-product{font-size:20px !important;}
  
}


.font-size-product{font-size:20px;}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
}


.BoxCorner {
    border-radius:0px 50px 0px 50px !important;
    background:#73AD21 !important;
    padding:20px !important;
    width:100% !important;
    height:100% !important;
	border:1px solid #5A5958;
	
	
}


.BoxCorner2 {
    border-radius:0px 50px 0px 50px !important;
    background:#73AD21 !important;
    padding:5px !important;
    width:100% !important;
    height:100% !important;
	border:1px solid #5A5958;
	
}





.BoxCorner-bg {
    border-radius:0px 50px 0px 50px !important;

    padding:5px !important;
    width:100% !important;
    min-height:450px !important;
	border:1px solid #5A5958;
	background-position:top center;
	
}



.BoxCorner-bg-large {
    border-radius:0px 150px 0px 150px !important;

    padding:5px !important;
    width:100% !important;
    min-height:300px !important;
	border:0px solid #5A5958;
	background-position:top center;
	background-color:none !important;
	
}

.BoxCorner-footer {
    border-radius:0px 0px 0px 50px !important;
    background:#2F2F2F !important;
    padding:10px 20px 20px 20px !important;
    width:100% !important;
    height:100px !important;
	position:absolute !important;
	bottom:0px !important;
	right:0px !important;
	color:#FFFFFF;
	opacity:.8!important;
	text-align:left;
	line-height:21px;
	font-size:14px;

	
}
/*
.BoxCorner-footer-Gallery {
    border-radius:0px 0px 0px 50px !important;
    background:#2F2F2F !important;
    padding:10px 20px 20px 20px !important;
    width:100% !important;
    main-height:50px !important;
	position:absolute !important;
	bottom:0px !important;
	right:0px !important;
	color:#FFFFFF;
	opacity:.8!important;
	text-align:left;
	line-height:21px;
	font-size:14px;

	
}
*/

.BoxCorner-footer-Gallery {
    border-radius:0px 0px 0px 50px !important;
    background:#2F2F2F !important;
    padding:10px 20px 20px 20px !important;
    width:100% !important;
    main-height:50px !important;
	position:relative !important;
	bottom:0px !important;
	right:0px !important;
	color:#FFFFFF;
	opacity:.8!important;
	text-align:left;
	line-height:21px;
	font-size:12px;
	height:175px;

	
}

.BoxCorner-header {
    border-radius:0px 50px 0px 0px !important;
    background:#fff !important;
    padding:10px 10px 10px 10px !important;
    width:100% !important;
    height:auto !important;
	position:absolute !important;
	top:0px !important;
	right:0px !important;
	color:#000!important;
	opacity:.8!important;
	text-align:left;
	line-height:17px;
	font-family:'PoiretOne-Regular';

		z-index:99;
	
	text-align:left;
	font-size:12px;
	
}


.BoxCorner-footer-design {
    border-radius:0px 0px 0px 50px !important;
    background:#2F2F2F !important;
    padding:10px 20px 20px 20px !important;
    width:100% !important;
    height:50px !important;
	position:absolute !important;
	bottom:0px !important;
	right:0px !important;
	color:#FFFFFF;
opacity:0.8 !important;
	text-align:center;
	line-height:17px;
	font-family:'PoiretOne-Regular';
	
}

Img.BoxCorner-banner {
    border-radius:0px 50px 0px 50px !important;
    background:#73AD21 !important;
    padding:0px !important;

	border:1px solid #C7C8C8;
	
	position:relative!important;
    top:-4px;
	height:400px !important;
   	width:100%!important;
	overflow:hidden;

	
}

Img.BoxCorner-banner2 {
    /*border-radius:0px 50px 0px 50px !important;*/
	border-radius:0px 50px 0px 50px !important;
    background:#73AD21 !important;
    padding:0px !important;

	border:1px solid #C7C8C8;
	
	position:relative!important;
    top:0px;
	height:520px !important;
   	width:100%!important;
	overflow:hidden;

	
}



.BoxCorner-banner_logo {
    border-radius:0px 16px 0px 16px !important;
    background:#fff !important;
    padding:10px !important;
	border:1px solid #C7C8C8;
	margin-top:12px;
	display:inline;

}

  .BoxCorner-banner_button {
    border-radius:0px 15px 0px 15px !important;
    padding:10px !important;
	border:1px solid #C7C8C8;


}

.table.no-border tr td, .table.no-border tr th {
  border-width: 0;
}


/*# sourceMappingURL=style.css.map */


.footer {
	
	background-color: #4d4d4d !important;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 75px;
	padding-bottom: 20px;
}

.contact {
	text-align: left;
}

.contact i {
	font-size: 42px;
	color: #00aeda;
	text-align: left;
}

.contact h1 {

	font-size: 21px;
	font-weight: 400;
	color: #FFF;
	margin: 10px 0 10px 0;
	text-align: left;
}

.contact p {

	font-size: 14px !important;
	font-weight: 800;
	color: #111111;
	line-height: 1.3;
	margin: 10px 0 20px 0 !important;
	text-align: left;
}

.contact a {

	font-size: 16px;
	font-weight: 400;
	color: #00aeda;
	text-decoration: none;
	display: inline-block;
}



.footer img {
	margin-bottom: 20px;
}

.footer-menu ul {
	list-style-type: none;
	margin: 10px 0;
}

.footer-menu li {
	display: block;
	line-height: 2;
	font-family: 'bll';
	font-size: 16px;
	padding-right: 15px;
	text-transform: capitalize;
	color:#A1A1A1;
}

.footer-menu li a {
	color: #fff;
	text-decoration:underline;
	font-weight: 200;
	
}

.footer p {

	font-size: 13px;
	font-weight: 200;
	color: #A1A1A1;
	line-height: 1.3;
	margin: 10px 0 30px 0;
}

.footer-text p {
font-family:'bll';
font-size: 12px;
	color: #00aeda;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 10px;
}


.product .footer .contact h1, .product .contact i, .product .footer .contact a, .product .footer-text p  {
	color: #927f54;
	font-family:'bll';
}




.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #C93234;
  
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #656667;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
  list-style:none;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
  
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
    background-color: #C83233;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #C83233;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: #fff !important;
}
.navbar-default .navbar-toggle {
  border-color: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none!important;
  border:none !important;
 
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #E2E1E1 !important;
  color: #555;
  
  }
  
  .tales {
  width: 50%;
}
.carousel-inner{
  width:50%;
  max-height: 200px !important;
}

.TitlePage-founder{
background-color:#040404;
opacity: 0.6 !important;
margin-top:36%;
color:#FFFFFF;
/*border-radius:0px 50px 0px 50px !important;*/
font-size:50px;
padding:20px;
text-align:left;
font-weight:bold;
margin-left:20px !important;


}


.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  margin-bottom:2px;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.founder-img:hover .image {
  opacity: 0.3;
}

.founder-img:hover .middle {
  opacity: 1;
}

.text {
  background-color: #fff;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.TitlePage{
background-color:#000;
opacity: 0.6 !important;
margin-top:6%;
color:#FFFFFF;
 border-radius:0px 90px 0px 90px !important;
font-size:50px;
padding:30px;
text-align:left;
font-weight:bold;
margin-left:20px !important;



}




.careercontainer{
background-color:#f0edec;
/* border-radius:0px 50px 0px 50px !important;*/
padding:0px;
text-align:left;





}




.TitlePage-products{
background-color:#1885b2 !important;
margin-top:6%;
color:#fff;

font-size:50px;
padding:20px;
text-align:center;
font-weight:bold;
margin-left:20px !important;

z-index:999;

}


.TitlePage-product-head{

border-bottom:1px solid #fff; !important;
font-size:20px !important;
padding:20px;
text-align:center;
font-weight:bold;

margin-left:20px;


}


.products-side{position:absolute !important; right:0px !important; bottom:0px !important;  display:block; overflow:hidden;}

.product-side-left{position:absolute !important; left:0px !important; bottom:0px !important;  display:block; overflow:hidden;}


.TitlePageLogo{
margin-top:0%;
color:#06affd;
font-size:50px;

text-align:left;
font-weight:bold;


}

.TitlePage2{
background-color:#040404;
opacity: 0.6 !important;
margin-top:15%;
color:#FFFFFF;
border-radius:0px 50px 0px 50px !important;
font-size:50px;
padding:20px;
text-align:left;
font-weight:bold;
margin-left:20px !important;
position:absolute;
z-index:999;


}

.TitlePageLeftAlign{
margin-left:-4% !important;


}

.margintop15{
margin-top:15px !important;

}

.margintop5{
margin-top:5px !important;

}

.paddingtop15{
padding-top:25px !important;

}

.paddingtop20{
padding-top:20px !important;

}

.header-bg{
background-image:url(../images/bg-header.gif) !important;
/*max-height:425px!important;*/
border-top:0px solid #C7C8C8!important;

}

.header-bg2{
background-image:url(../images/bg-header2.gif) !important;
/*max-height:425px!important;*/
border-top:0px solid #C7C8C8!important; background-repeat:no-repeat; background-position:top center;

}


.header-bg-left{
background-image:url(../images/bg-banner-left.png) !important;
/*max-height:425px!important;*/
border-top:0px solid #C7C8C8!important; background-repeat:no-repeat; background-position:top left;

}

.header-bg-right{
background-image:url(../images/bg-banner-right.png) !important;
/*max-height:425px!important;*/
border-top:0px solid #C7C8C8!important; background-repeat:no-repeat; background-position:top right;

}

.bg-shade{
/*background-image:url(../images/bg-shade.png)!important;*/
background-position:top!important;
background-repeat:repeat-x!important; 
padding:0px!important; 

}


.section_holder_3D{
	
	width: 100%;
	height: 500px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-origin: initial;
	background-clip:initial;
	background-size:cover;
	background-position:center;
	position: relative;

}

.section_holder_3D .top_shape{
	
	width: 100%;
	height: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/site-img1.png); background-repeat: no-repeat;
	background-position:center;
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
	
	
	}
	
	
	.section_holder_3D-content{
	
	width: 100%;
	height: 170px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-origin: initial;
	background-clip:initial;
	background-size:cover;
	background-position:center;
	position: relative;

}

.section_holder_3D-content .top_shape{
	
	width: 100%;
	height: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/site-img1.png); background-repeat: no-repeat;
	background-position:center;
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
	
	
	}



.section_holder_3D-sub{
	
	width: 100%;
	height: 240px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-origin: initial;
	background-clip:initial;
	background-size:cover;
	background-position:center;
	position: relative;

}

.section_holder_3D-sub .top_shape{
	
	width: 100%;
	height: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/site-img1.png); background-repeat: no-repeat;
	background-position:center;
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
	
	
	}
	



.section_holder2{
	
	width: 100%;

	float: left;
	padding: 0px;
	margin: 0px;
	background-origin: initial;
	background-clip:initial;
	background-size:cover;
	background-position:center;
	position: relative;

}


.bottom_shape{
	
	width: 100%;
	height: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/site-img2.png); background-repeat: no-repeat;
	background-position:center;
	position: absolute;
	bottom:0;
	left:0;
	z-index: 9;

}

.section_footer{
	
	width: 100%;

	float: left;
	padding: 0px;
	margin: 0px;
	background-origin: initial;
	background-clip:initial;
	background-size:cover;
	background-position:center;
	position: relative;

}



.section_footer .footer_shape{
	
	width: 100%;
	height: 303px;
	float: left;
	padding: 0px;
	margin: 0px;
	
	
	background-image:url(../images/site-img20.png); background-repeat: no-repeat;
	background-position:center;
	position: absolute;
	bottom:0;
	left:0;
	z-index: 9;

}





.bg-shade2{

padding:0px!important;
background-color:#f9f8f8;

}


.bg-shade-v{
/* background-image:url(../images/bg-shade-v.png)!important;
background-position:0px 50px !important;
background-repeat:repeat-x!important; */


border-bottom:0px solid #C7C8C8!important;

}


.bg-partner-left{
background-image:url(../images/bg-partner-left.png)!important;
background-position:top left!important;
background-repeat:no-repeat!important; 
padding:0px!important; 

}

.bg-partner-right{
background-image:url(../images/bg-partner-right.png)!important;
background-position:top right!important;
background-repeat:no-repeat!important; 
padding:0px!important; 

}

img.partner{
border:1px solid #f0eeee;

}

img.logos{
border:1px solid #f0eeee;
padding:10px;

}

.partner-box{
	height:344px;

}


.sliderheadertext{ color:#343635!important;}

.left { float:right; display:inline; list-style:none; margin-left:10px; margin-right:10px;  }
.leftmargin {margin-top:-15px; font-size:18px;  }

.headerbottomborder{border-bottom:4px solid #999!important;}

.menu-divider{ margin-top:8px; color:#E4E4E4; padding:10px 2px 10px 2px;}

.topstript{ min-height:81px !important;
margin:0px 0px 0px 0px !important;
border-top:1px solid #C7C8C8 
  
 }
 
.topnavfont{font-family: 'Raleway-Regular'!important; font-size:14px;}


.BoxCorner-menu {
    border-radius:0px 20px 0px 0px !important;
    background:#fff !important;
    padding:0px !important;
	height:50px;
	margin-top:0px;

	border:1px solid #C7C8C8;
	

}
.padnav{padding-top:0px;!important;
}

/*contact us*/

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none !important;
  margin: 0 0 10px 0;
  position: relative;
  padding-left: 30px;
  text-align:left;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #C93231 !important;
}
.contact-info li a {
  color: #2E98FC;
}

#map {
  height: 500px;
  width: 100%;
}


.BoxCorner-contact {
    border-radius:0px 50px 0px 50px !important;

    padding:15px !important;
    width:100% !important;
    min-height:400px !important;
	border:1px solid #EFEBEB;
	border-top:none;

background-image:url(../images/bg-shade.png)!important;
background-position:0px -3px!important;
background-repeat:repeat-x!important; 

	
}

.BoxCorner-contact2 {
    border-radius:0px 50px 0px 50px !important;

    padding:15px !important;
    width:100% !important;
   height:230px; !important;
	border:1px solid #EFEBEB;
	border-top:none;
	text-align:center;

background-image:url(../images/bg-shade.png)!important;
background-position:0px -3px!important;
background-repeat:repeat-x!important;


	
}

.padding20{padding:20px !important; }
.padding0{padding:0px !important;}


/*--top-move--*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 22px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.png) no-repeat 0px 0px;
}
/*sitmap*/

section {
  border-bottom: 1px solid #ccc;
  margin-top: 1em;
}

section .col-md-3 {
  border-left: 1px solid #ccc;
}

section .col-md-3:first-child {
  border: none;
}

/*Side Menu*/

/* The side navigation menu */
/*footer box menu*/

.mini-submenu-main{
  display:bolck;  

}

.mini-submenu{
  display:none;  
  background-color: rgba(0, 0, 0, 0);  
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 0px 9px 0px 9px;
  padding: 9px;  
  /*position: relative;*/
  width: 35px;
  z-index:999;

}

.mini-submenu:hover{
  cursor: pointer;
}

.mini-submenu .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  margin-top: 3px;
  z-index:999;
}

.mini-submenu .icon-bar {
  background-color: #000;
}

#slide-submenu{
  background: rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
 
}

.jqbox_innerhtml {
    position: fixed;
    left: 0;
    bottom: 0;
	width:100%;
	z-index:999;
	transition: top 0.2s ease-in-out;

    
}



.bottomMenu {
    display: none;
    position: fixed;
    bottom: 0;
    width:100%;
    height: auto;
    background: transparent;
    z-index:999;
}

.fbox{

border-top:1px solid #D3CFCF;
border-left:1px solid #D3CFCF;
border-bottom:1px solid #D3CFCF;
/*height:50px; */
height:75px !important;
text-align:center !important;
background-color:#FFFFFF;
line-height:16px !important;

}

.fbox-lest{


border-right:1px solid #D3CFCF;
background-color:#FFFFFF;


}


.list-group{margin-bottom:0px; !important}

/* enable absolute positioning */
.inner-addon {
  position: relative;

  
}

.boxgap{

padding-left:5px !important; padding-right:5px; padding-top:0px;

}

.box-img{ background-image:url(../images/donate1.jpg); height:163px; background-position:0 left;}

.box-img-slide{  height:auto; background-color:#F9F9F9; padding:0px; margin:0px; padding:10px;}

.box-img2{  height:130px; background-color:#F9F9F9; padding:0px; margin:0px; padding:10px;}

img.size{ width:100% !important; height:auto !important; padding:0px; margin:0px;}

img.frame{ border:10px solid #fff;}


.box-img-chairman{  height:auto; background-color:#F9F9F9; padding:0px; margin:0px; padding:10px;}
.box-img-genral{  height:auto; background-color:#F9F9F9; padding:0px; margin:0px; padding:10px;}

.box-img3{ background-image:url(../images/chairman.jpg); height:163px; background-position:0 left; height:200px;}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 5px;
  pointer-events: none;
  
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/*menu*/

.boxcontainer1{float:left; width:317px;}
.boxcontainer2{float:left; width:217px;}

.menucontainer{
width:100%;
position:absolute;
background-color:#356c95;
border-bottom:1px solid #fff;
margin-top:-10px;
	
	

}

.menuheader{ color:#fff; font-size:16px; font-weight:180;}

.paddingcont{padding:10px !important;}

.colorwhite{color:#fff;}
.dividerline{border-top:1px dashed #8A98A6; margin-top:5px; margin-bottom:5px; }

.bg-about{background-color:#36A9E0; line-height:19px; color:#FFFFFF; padding:5px; height:233px; }
.bg-business{background-color:#66B242; line-height:19px; color:#FFFFFF; padding:5px; height:233px; }
.bg-media{background-color:#E22727; line-height:19px; color:#FFFFFF; padding:5px; height:233px; }



a.menulink { text-decoration: none; color: #E5E6E7 !important; }

a.menulink:hover { text-decoration: none; color: #fff !important; }

#wrap {
    position: relative;
    top: 0px;
    left: 0px;
    border: 0px solid black;
}
#main-menu li {
    display: inline;
	
}
.widget-container {
    display: none;
}

nav a { 
    text-decoration: none;
   font-weight: 400;
  font-size: 15px;
    color: #000;
    display: block; }
nav a:hover { text-decoration: none; border-bottom: 0px solid #0BA5F5; }
nav ul { 
    list-style: none;
    margin: 0;
    padding: 0; }
nav ul li { margin: 0; padding: 0; }

/* Top-level menu */
nav > ul > li { 
    float: left;
    position: relative; }
nav > ul > li > a { 
    padding: 0px 15px;
    border-bottom: 0px solid #000;
    display: block; margin-top:-10px;}
nav > ul > li:first-child { margin: 0; }
nav > ul > li:first-child a { border: 0; }

/* Dropdown Menu */
nav ul li ul { 
    position: absolute;
    background: #ccc;
    width: 100%; 
    margin: 0;
    padding: 0;
    display: none; }
nav ul li ul li { 
    text-align: center;
    width: 100%; }
nav ul li ul a { padding: 0px 0; }
nav ul li:hover ul { display: block;   }


/*selected menu hover*/

.select-item{
   
    text-align:center;
    padding:0px;
    margin:0px;
    background:transparent;
    position:relative;
    z-index:100;
}
.select-item.selected{
    background:transparent;
	border-bottom:4px solid #0ba5f5;
	color:#0ba5f5 !important;
	
}

/*news-ticker*/

.vticker{
	border: 1px solid white;
	width: 100%;
	text-align:left;
	
}
.vticker ul{
	padding: 0;
	width:100%;
	text-align:left;

	background-color:#FAFAFA;
}
.vticker li{
	list-style: none;
	border-bottom: 1px solid white;
	padding: 5px;
	text-align:left;
	height:100px;
	background-color:#FAFAFA;
}
.et-run{
	background-color:#FAFAFA;
}



.subnav a:hover {
  color: #ffffff;
}

.subnav a:active {
    color: red !important;
}

.subnav a:active {
    color: #ffffff !important;
}

/*start of mobile menu */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #004d86;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #e7f5fc;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
 /*   font-size: 36px; */
    margin-left: 50px;
}


.home-section{
	width: 100%;
	height: 200px;
	padding: 0px;
	margin: 0px;
	background: url(../images/home-bg-cut.png) center top no-repeat;
	position: absolute;
	top: 0; 
	left: 0;
	z-index:2;
	
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  
  .founder-btn-slider{position:fixed; z-index:999; right:0; top:350px; background-color:#fff; padding:4px; border:1px solid #f4f4f4; border-right:none; border-radius:10px 0px 0px  10px;}
  

}
  


@media screen and (max-width: 830px) {

  div.polaroid {
    width: 85%;
	height:70px;
    padding: 10px 10px 20px 10px;
    border: 0px solid #BFBFBF;
    background-color: white;
    box-shadow: 0px 5px 8px #aaaaaa;
	margin-top:-30px !important;
	margin-left:43px;
	margin-right:auto;

}


.bg-partner-left{
background-image:none!important;
background-position:top left!important;
background-repeat:no-repeat!important; 
padding:0px!important; 

}

.bg-partner-right{
background-image:none!important;
background-position:top right!important;
background-repeat:no-repeat!important; 
padding:0px!important; 

}

}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 17px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #646464;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #dd2628;   
}
.sidebar-nav li:nth-child(3):before {
    background-color: #51a943;   
}
.sidebar-nav li:nth-child(4):before {
    background-color: #178ace;   
}
.sidebar-nav li:nth-child(5):before {
    background-color: #51a943;   
}
.sidebar-nav li:nth-child(6):before {
    background-color: #178ace;   
}
.sidebar-nav li:nth-child(7):before {
    background-color: #dd2628;   
}
.sidebar-nav li:nth-child(8):before {
    background-color: #51a943;   
}
.sidebar-nav li:nth-child(9):before {
    background-color: #178ac;   
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #646464;
    box-shadow: none;
}

.margintop50{margin-top:50px;}
.margintop80{margin-top:80px;}
.fontsize30{font-size:30px !important;}
.fontsize20{font-size:22px !important; color:#747373;}

.financecontenr{border:1px solid #e9e7e7; width:99%; height:auto; overflow:hidden;}
.history-cont{background-image:url(../images/bg-history.gif); background-repeat:repeat-x; background-position:top left; margin-top:-30px; padding-top:60px;}

/*founder css*/

.founder-message{  height:auto;  padding:15px; margin:0px; padding:10px; font-size:150%;}

div.polaroid {
    width: 85%;
	height:100px;
    padding: 10px 10px 20px 10px;
    border: 0px solid #BFBFBF;
    background-color: white;
    box-shadow: 0px 4px 2px #ececec;
	margin-top:-80px;
	margin-left:43px;
	margin-right:auto;
	opacity: 0.9;
	font-weight:bold;
	
}

div.rotate_right {
    float: left;
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Safari */
    transform: rotate(7deg);
}

div.rotate_left {
    float: left;
    -ms-transform: rotate(-8deg); /* IE 9 */
    -webkit-transform: rotate(-8deg); /* Safari */
    transform: rotate(-8deg);
}

.founder-fh5co-cta {
  padding: 3em 0 !important;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}



.founder-btn-slider{position:fixed; z-index:999; right:0; top:350px; background-color:#fff; padding:4px; border:1px solid #f4f4f4; border-right:none; border-radius:10px 0px 0px  10px;}



.arrow {
  text-align: center;
  margin: 0 0; z-index:9999;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.founder-section{
	width: 100%;
	height: 200px;
	padding: 0px;
	margin: 0px;
	background: url(../images/founder-bg-cut.png) center top no-repeat;
	position: absolute;
	top: 0; 
	left: 0;
	z-index:2;
	
}

/*people css*/

.people-bg{background-color:#f3f2f2; margin-top:-60px !important; padding:0px; !important;}

.people-bg2{background-color:#f3f2f2; margin-top:50px !important; padding:0px; !important;}
.people-bg3{background-color:#f3f2f2; margin-top:0px !important; padding:0px; !important;}

.people-inner-bg{background-color:transparent; margin-top:-60px !important; padding:0px; !important;}

.people-box-inner{background-color:#fff; padding:20px 20px 20px 20px; max-height:500px;}
.people-box-inner2{background-color:#fff; padding:20px 20px 20px 20px; height:auto;}

.people-box-inner-details{background-color:transparent; padding:0px; height:auto;}

.lef-sub-menu{background-color:#fff; padding:20px 20px 20px 20px; max-height:500px;}

.people-box-content{height:160px;}

.leftpanel-nav{width:100%; display:block;}



.item-people {
	position: relative;
  
  border: 0px solid #333;

  overflow: hidden;
 /*  width: 325px; */
}

.item-people img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item-people:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.23);
}


.logo-container {
  border-bottom: 1px solid #ececec;
  padding-bottom:10px;
  margin-top:20px;

}


.group {
    display: none;
 
}

.group.active {
    display: block;
}

#load-more.disable {
    color: #AAA;
    text-decoration: none;
    cursor: default;
}

.people-side{
	
	width:200px;	
	}
	
.people-side-inner{background-color:#fff; padding:0px;}

.people-side-bg-blue{
	background-color:#36a9e0;
	color:#fff;
	width:212px;
	padding:5px;
	
	}


.people-side-bg-green{
	background-color:#66b242;
	color:#fff;
	width:212px;
	padding:5px;
	
	}
	
	
.people-side-bg-red{
	background-color:#ce5454;
	color:#fff;
	width:212px;
	padding:5px;
	
	}
	
.list-group-item{border:none !important;}

a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus{background-color:#bf1f26; color:white;}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{background-color:#004c86;}
.iconfont-size{ font-size:20px !important;}

.left-title-bg{background-color:#45a444 !important;}
.left-title-border{border-top:1px solid #e8e8e8 !important;}



/*people side scroll*/

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

}



#sidebar-wrapper {
  z-index: 1000;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}





.scrollbar
{
	float: left;
	height: 100%;
	overflow-y: scroll;
	margin-bottom: 25px;
	overflow-x:hidden;
	display:block;

	


top:0px;
left:0px;
z-index:1000;

	
}





.style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}


/*end people side scroll*/

.hovereffect {
  width: 200px;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #fff;
  margin-left:-20px;
  margin-bottom:10px;
}

.hovereffect .overlay {
  width: 200px;
  height: 200px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;

}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*social media button css*/

.icon-button {
	background-color: #ececec;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}






/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}

/*button*/


.btn {
 /* text-transform: uppercase;
  letter-spacing: 2px;
  
  */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  
    border-radius: 0px;
  border:transparent;
}

.btn:hover, .btn:active, .btn:focus {
  background: #38a044 !important;
  color: #fff;
  outline: none !important;
  border-radius: 0px;
  border:transparent;
  

  
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.language{padding:5px; margin-top:4px;}


.pnl-right-title{ background-color:#b61c25; padding:5px; font-size:16px;}
.text-white{color:white;}

.list-group-item:first-child{border-top-right-radius:0px !important; border-top-left-radius:0px !important;}
.list-group-item:last-child{border-bottom-right-radius:0px !important; border-bottom-left-radius:0px !important;}

/* Borders */
.border-top{border-right:1px solid #eec051 !important;}
.border-right{border-right:1px solid #dfdddd !important; border-bottom:0px solid #eec051; padding-top:0px; }
.border-right-last{border-right:0px solid #eec051 !important; border-bottom:1px solid #eec051; padding-top:15px; padding-bottom:15px;}

.border-right-rowlast{border-right:1px solid #eec051 !important; border-bottom:0px solid #eec051; padding-top:15px; padding-bottom:15px;}
.border-right-rowlast-last{border-right:0px solid #eec051 !important; border-bottom:0px solid #dddb9e; padding-top:15px; padding-bottom:15px;}

/*Milestorn*/

.main-timeline{ background-color: transparent; height:100%; width:100%; float:left; position:relative;}
  
  
.main-timeline:before {
  content: '';
  position: absolute;
  top: 23px;
  left: 51%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px;
  background-color: #2a9cd6;
}
.entries {
  width: calc(100% - 65px);
  max-width: 800px;
 /* margin: auto; */
  position: relative;
  left: 29px;
}
.entries .entry {
  width: calc(55% - 81px);
  float: left;
  padding: 5px 20px 5px 20px;
  clear: both;
  text-align: right;
  border:0px solid #999;
}
.entries .entry:not(:first-child) {
  margin-top: 0px;
}
.entries .entry .title {
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
  color: #464141;
}
.entries .entry .title:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid #b61b25;
  background-color: #fff;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -86px;
  z-index: 1000;
}
.entries .entry .title.big:before {
  width: 24px;
  height: 24px;
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
}
.entries .entry .body {
  color: #909090; font-weight:normal; font-size:15px;
}
.entries .entry .body p {
  line-height: 1.4em;
}
.entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}
.entries .entry:nth-child(2n) .title:before {
  left: -60px;
}
.entries .entry:nth-child(2n) .title.big:before {
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}

.h-line{background-color:#c50915; position:absolute; height:2px; width:74px; right:0px; top:24px; right:-95px;}
.h-line-right{background-color:#c50915; position:absolute; height:2px; width:74px; right:0px; top:23px; left:-78px;}

.modal-dialog{width:40% !important;}
.modal-header{border-bottom:none !important;}

.socila-cion-ver{margin-top:150px !important;}

.socila-cion-ver.img gap{margin-left:15px; margin-right:15px;}
.socialm-margin{margin-top:230px !important;}

.m-side-menu-cont{width:100% !important;}
.m-side-menu{ float:left !important; width:30px; text-align:left;}
.m-side-menu-right{ float:left!important; margin-left:10px; margin-top:10px;}




.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  
  
    position: fixed;
        top: 50%;
        left: 50%;
		z-index:1;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




.video-container {
   
    width: 100%;
    color: #000;
     max-height:400px;
    margin: 0 auto;
	/*margin-top:60px; */
    overflow: hidden;
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none;
	
	
}


.playpause {
    background-image:url(../video/media_play_pause_resume.png);
    background-repeat:no-repeat;
    width:40%;
    height:40%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}


.video-split-features {
	
	overflow: hidden;
	background:url(../images/bg-video.png) no-repeat center center;
	/*background-size: cover; */
}



.video {
    position: relative;
    margin: 9px 0;
    height: 91%;
    min-height: 70px;
	font-size:15px;
	border:1px solid #fff;
 
}

.video-bg-1{
	background: linear-gradient(rgba(3, 15, 39, .1), rgba(3, 15, 39, .1)), url(../images/video/v1.jpg);
    
    background-position: center;
    background-repeat: no-repeat;
   background-size:cover;
	}
	
	.video-bg-2{
	background: linear-gradient(rgba(3, 15, 39, .1), rgba(3, 15, 39, .1)), url(../images/video/v2.jpg);
    
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
	}
	
	
	.video-bg-3{
	background: linear-gradient(rgba(3, 15, 39, .1), rgba(3, 15, 39, .1)), url(../images/video/v3.jpg);
    
    background-position: center;
    background-repeat: no-repeat;
     background-size:cover;
	}

.video .btn-play {
    position: absolute;
    z-index: 1;

    display: block;
  width: 100%;
    height: 100%;
    border: none;
    outline: none;
 

	background:url(../images/video/icon-v.png.jpg);
	
	
}



.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;

    display: block;
    width: 100%;
    height: 100%;
    background:transparent;
 

}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
 
    display: block;
    width: 100%;
    height: 100%;
       background:transparent;

}

.video .btn-play:hover:after {
      background:transparent;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
 
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

