

@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.4;
  color: #414141;
  color: #414141;
  background: #fff;
  height: 100%;
  position: relative;
  text-align:left;
  margin:0px;
  padding:0px;

}

a {
  color: #3396FB;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #3396FB;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {

  font-family: 'PoiretOne-Regular';
  font-weight: 400;
}

h1 {
  font-size: 50px !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: 999;
  width: 100%;
  opacity: 1;
  top: 0 !important;


  background-color:transparent !important;
 
}
.text-color-title{color:#F1C368;}

<!--New style-->



<!--end of new style-->


@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);
  }
  #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;
}
  
}
#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;
  }
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  clear: both;
}
.section-heading h2 {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  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;
}

.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-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;
}

.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;
}
.btn.btn-primary {
  background: #4AE3B5;
  color: #000;
  border: none !important;
  border: 0px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #4AE3B5;
  
}
.btn:hover, .btn:active, .btn:focus {
  background: #fff !important;
   color: #000 !important;
  outline: none !important;
  border: 0px solid transparent !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
  color: #000;
}



.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;

}





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;
  }
  

  
    .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;  

}

.topnavigation{float:left; display:none !important;}

}

.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;
  }
  
  
}

.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;


}

/*# sourceMappingURL=style.css.map */

#fh5co-footer {
  padding: 0em 0;
  float: left;
  width: 100%;
  position: relative;
  
}

#fh5co-footer h2, #fh5co-footer h3, #fh5co-footer h4 {
  color: #fff;
}
#fh5co-footer h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
}
#fh5co-footer [class*="col"] {
  padding-bottom: 0px;
}
#fh5co-footer .btn {
  color: #fff;
}
#fh5co-footer .float {
  float: left;
  margin-right: 10%;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#fh5co-footer ul li a {
  color: #B9B7B7;
  text-decoration: none !important;
}
#fh5co-footer ul li a:hover {
  color: #000;
}
#fh5co-footer .fh5co-social li {
  display: block !important;
}

.fh5co-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  margin-top: 40px !important;
  padding: 0px 0 0 0;
}
.fh5co-copyright span {
  display: block;
}

<!--menu-->

.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{
background-color:#040404;
opacity: 0.6 !important;
margin-top:10%;
color:#FFFFFF;
border-radius:0px 0px 0px 0px !important;
font-size:40px !important;
padding:20px;
text-align:left;
margin-left:20px !important;


}

.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:0px !important;
wi



}

.margintop15{
margin-top:15px !important;

}

.margintop30{
margin-top:30px !important;

}

.margintop40{
margin-top:70px !important;

}

.margintop5{
margin-top:5px !important;

}

.paddingtop15{
padding-top:25px !important;

}

.header-bg{
background-image:url(../images/bg-header.gif) !important;
/*max-height:425px!important;*/
border-top:0px solid #C7C8C8!important;

}

.bg-shade{
 
padding:0px!important; 
background-color:#404040; 
border-top:1px solid #0E0E0E !important; 
}

.bg-shade-v{
background-image:url(../images/bg-shade-v.png)!important;
background-position:0px 0px !important;
background-repeat:repeat-x!important; 


border-bottom:1px solid #C7C8C8!important;

}

.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{ 
margin:0px 0px 0px 0px !important;
border-top:1px solid #C7C8C8 
background-color:#FFFFFF !important;
z-index:999;

  
 }
 
.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; }


/*--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;
text-align:left;
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-donate{  height:190px; 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.logo-size{ width:90%; height:auto !important; padding:0px; margin:0px;}


.box-img-chairman{  height:155px; 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:#67798A;
border-bottom:1px solid #fff;

}

.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: 14px;
    color: #000;
    display: block; }
nav a:hover { text-decoration: none; border-bottom: 4px 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: 10px 20px;
    border-bottom: 0px solid #000;
    display: block;}
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;   }

/*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;
}



/*newsletter*/

.home-newsletter {
padding: 30px 0;
background: #299D44;
}

.home-newsletter .single {
max-width: 540px;

text-align: center;
position: relative;
z-index: 2; }
.home-newsletter .single h2 {
font-size: 22px;
color: white;
text-transform: uppercase;
margin-bottom: 40px; }
.home-newsletter .single .form-control {
height: 50px;
background: rgba(255, 255, 255, 0.6);
border-color: transparent;
border-radius: 20px 0 0 20px; }
.home-newsletter .single .form-control:focus {
box-shadow: none;
border-color: #243c4f; }
.home-newsletter .single .btn {
min-height: 50px; 
border-radius: 0 20px 20px 0;
background: #243c4f;
color: #fff;
}

.mainmenus{display:block;}

.padding0{padding:0px; !important}
.margin0{margin:0px; !important}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.section-bg{  background-color:#fff; top:-150; left:0; position:relative; z-index:99; width:100%; border-top:4px solid #A76F16; 

 }
 
 .topnav {
  /*overflow: hidden; */
  background-color: #AF7F0E;
 
  
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #fff;
  color: black;
}



.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	margin-top:-70px;
  }
  
  .topnav a {
  float: left;
  display: none;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-bottom:1px solid #fff;
  
   
  }

.topnav a:hover {
  background-color: #fff;
  color: black;
}



.topnav .icon {
  display: none;
}

}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  img.logo-size{ width:50% !important; height:auto !important; padding:0px; margin:0px;}
}


/*site css*/
.bgtopnav{background-color:#000;  position:fixed; height:94px !important; opacity:.8; top:0; left:0; width:100%; z-index:999;}
.logocontaier{position:relative;  left:0; top:-15px;}
.margintop10{margin-top:10px;}
.bannerh{height:600px; z-index:0;}
.boxcont1{background-color:#DC2339; height:389px;}
.boxcont2{height:389px; background-color:#A8CDD9;}
.boxcont3{background-color:#F2050E; height:389px;}

.boxconta1{background-color:#665318; height:389px;}
.boxconta2{height:389px; background-color:#3E3E3D;}
.boxconta3{background-color:#665318; height:389px;}



.padd10{padding:10px; color:white;}
.padd20{padding:20px; color:white;}
.topscroller{position:absolute; right:0; top:-40px; z-index:999;}
.textwhite{color:#fff;}
.copyright{font-size:12px; z-index:999; padding-top:10px;}

/*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;
}



.sec-divider{border-left:1px dashed #d8d5d6 !important;}


/* 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;
}

.linkedin span {
	background-color: #4099ff;
}

.youtube span {
	background-color: #a5081a;
}

.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 .icon-linkedin {
	color: #4099ff;
}


.icon-button .icon-youtube {
	color: #fb8585 !important;
}





.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-linkedin,
.icon-button:hover .icon-youtube,
.icon-button:hover .icon-google-plus {
	color: white;
}

.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); }
}


.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}


/*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: 2000;

  -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);
}


/*start of mobile menu */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #5D4C3E;
    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;
}

.bio-side-bg-blue{ background-color:#3E4440; padding:20px;}

.apply-box{background-color:#FFF; min-height:216px; border-top:5px solid #D69B12; border-bottom:5px solid #D69B12; padding:5px; opacity:0.9;}
.apply-box-last{background-color:#FFF; min-height:216px; border-top:5px solid #D69B12; padding:5px; opacity:0.9;}

.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;}

hr{ border-top:1px solid #D69B12 !important;}



.color-red{color:#d2331f; margin-top:-10px !important;}
.font-size25{font-size:25px !important;}
.font-size70{font-size:50px !important;}
.icon-cont{margin-top:5px !important; margin-left:10px;}
.color-blue{color:#232c65 !important;}
.margin0{margin:0px !important;}

.coming2{position:relative; left:0; top:30%; z-index:2000; color:#fff; }
.coming{ !important; width:300px; background-color:#990000; position:absolute; left:0; top:15%; z-index:9999; opacity:.5; padding:10px;}

.topnavigation{float:left; display:block;}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/

.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #c28d2c;
}

.faqs #accordion-1 {
    padding-right: 15px;
}

.faqs #accordion-2 {
    padding-left: 15px;
}

@media(max-width: 767.98px) {
    .faqs .row::after {
        display: none;
    }
    
    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }
    
    .faqs #accordion-2 {
        padding-top: 15px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
	
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #121518;
    font-size: 16px;
	
    line-height: 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
	text-decoration:none !important;
	font-weight: 600;
}





.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #A8CDD9;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #DC2339;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #272727;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 16px;
    background: #ffffff;

    border-top: none;
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header p {
    color: #DC2339;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}

/*New*/

.transit2 a {
     color: #000 !important; 
	 font-size: 20px;
}

ul.mtree.transit2 {
  background: #fff;
  color:#000;
}
ul.mtree.transit ul {
  margin-left: 0;
}
ul.mtree.transit2 ul > li {
  font-size: .9em;
}
ul.mtree.transit2 li.mtree-node {
  position: relative;
}
ul.mtree.transit2 li.mtree-node > a:before {
  color: #000 !important;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
ul.mtree.transit2 li.mtree-open > a:before {
  content: '-';
}
ul.mtree.transit2 li.mtree-closed > a:before {
  content: '+';
}
ul.mtree.transit2 ul > li:first-child {
  margin-top: 1px;
}
ul.mtree.transit2 li.mtree-open > a {
  background: #e8e9ec;
}
ul.mtree.transit2 li > a:hover, ul.mtree.transit li.mtree-active > a {
  background: #e8e9ec;
  color: #000 !important;
  text-decoration:none;
}

.content-transit{ padding:30px 10px 30px 10px;}

.transit2-bg-light{ background-color:#f8f9fa!important; border-top:1px solid #fff;}
.transit2-bg-blue{ background-color:#665318!important; border-top:1px solid #fff; color:#fff; font-weight:bold;}
.padding-trans{ padding:10px;}


.transit-link a {
     color: #000 !important; 
	  
	 
}
.margintop-42{ margin-top:42px;}