@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoona57c.eot?srf3rx");
  src: url("../fonts/icomoon/icomoona57c.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoona57c.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoona57c.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoona57c.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 992px) {
  body {
    /* font-size: 16px; */
  }
}

a {
  color: #da1212;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #da1212;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  /* font-family: "Montserrat", Arial, sans-serif; */
  margin: 0 0 30px 0;
}

figure {
  /* margin-bottom: 10px;
  float: left;
  width: 100%; */
}

::-webkit-selection {
  color: #fff;
  background: #da1212;
}

::-moz-selection {
  color: #fff;
  background: #da1212;
}

::selection {
  color: #fff;
  background: #da1212;
}
.homebanner {
  width: 100%;
}
/* .home-bg{
  background-image: url(../images/banner1.gif);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: calc(85vh);
  height: 100%;
}
.home-bg h1{padding: 7.2em 0; margin:0; text-align: center; font-size: 40px} */
.product-btn{margin-top: 35px;}
#fh5co-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#fh5co-aside {
  padding-bottom: 20px;
  max-width: 240px;
  width: 100%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  /*overflow-y: scroll;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-aside.border {
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 1200px) {
  #fh5co-aside {

  }
}
@media screen and (max-width: 768px) {
  #fh5co-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}
#fh5co-aside #fh5co-logo {
  text-align: center;
  margin-bottom: 0px;
}
#fh5co-logo img {
  max-width: 200px;
  width: 100%;
}
#fh5co-main-menu {
  height: calc(100vh - 185px);
  overflow: auto;
}
#fh5co-aside #fh5co-main-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
#fh5co-main-menu hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #fh5co-aside #fh5co-main-menu ul {
    margin: 0 0 2em 0;
  }
}
#fh5co-aside #fh5co-main-menu ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
#fh5co-aside #fh5co-main-menu ul li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 8px 8px;
  letter-spacing: .1em;
}
#fh5co-aside #fh5co-main-menu ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #da1212;
  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 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-aside #fh5co-main-menu ul li a:hover {
  text-decoration: none;
  color: black;
}
#fh5co-aside #fh5co-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-aside #fh5co-main-menu ul li.fh5co-active a {
  color: black;
}
#fh5co-aside #fh5co-main-menu ul li.fh5co-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-aside .fh5co-footer {
  /*bottom: 20px;*/
  font-size: 12px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
#fh5co-aside .fh5co-footer img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  #fh5co-aside .fh5co-footer {
    position: relative;
    bottom: 0;
  }
}
#fh5co-aside .fh5co-footer span {
  display: block;
}
#fh5co-aside .fh5co-footer ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#fh5co-aside .fh5co-footer ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
#fh5co-aside .fh5co-footer ul li+ li {
  margin: 0px 0px 0 15px;
}
#fh5co-aside .fh5co-footer ul li a {
  color: rgba(0, 0, 0, 0.7);
  padding: 0;
  font-size: 16px;
  display: block;
}
#fh5co-aside .fh5co-footer ul li a:hover, #fh5co-aside .fh5co-footer ul li a:active, #fh5co-aside .fh5co-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #da1212;
}
#fh5co-aside #fh5co-main-menu ul li .c_login, #fh5co-aside #fh5co-main-menu ul li .i_login {
  font-size: 12px !important;
  padding: 8px 10px !important;
  min-width: 170px;
}
#fh5co-aside #fh5co-main-menu ul li .c_login {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
#fh5co-aside #fh5co-main-menu ul li .c_login:hover, #fh5co-aside #fh5co-main-menu ul li .i_login:hover {
  background-color: #DA1212;
  color: #fff;
  text-decoration: none;
}
/* #fh5co-page hr{ width:150px; } */
#fh5co-main {
  width: 100%;
  padding-left: 240px;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 1200px) {
  #fh5co-main {
  }
}
@media screen and (max-width: 768px) {
  #fh5co-main {
    width: 100%;
    padding-left: 0;
  }
}
#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 1em 0 3em;
  flex:1
}
/* @media screen and (max-width: 991px) {
  #fh5co-main .fh5co-narrow-content .fh5co-news >div {

  }
} */
@media screen and (max-width: 768px) {
  #fh5co-main .fh5co-narrow-content  {
    padding: 1em 0;
  }
  /* #fh5co-main .fh5co-narrow-content .fh5co-news >div {

  } */
}

body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas #fh5co-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  background: #fff;
  z-index: 999;
  position: fixed;
}
body.offcanvas #fh5co-main, body.offcanvas .fh5co-nav-toggle {
  top: 0;
  -moz-transform: translateX(220px);
  -webkit-transform: translateX(220px);
  -ms-transform: translateX(220px);
  -o-transform: translateX(220px);
  transform: translateX(220px);
}

.work-item {
  margin-bottom: 30px;
}
.work-item a {
  border: none;
  text-align: center;
}
.work-item a img {
  margin-bottom: 10px;
  float: left;
  border: 10px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work-item a h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.work-item a p {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 0;
}
.work-item a:hover, .work-item a:active, .work-item a:focus {
  text-decoration: none;
}
.work-item a:hover img, .work-item a:active img, .work-item a:focus img {
  border: 10px solid #000;
}

.fh5co-services {
  margin-top: 5px;
}
.fh5co-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-pagination {
  padding: 3em 0;
}
.work-pagination a {
  color: #000;
}
.work-pagination a:hover {
  color: #da1212;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .work-pagination span {
    display: none;
  }
}

.fh5co-border-bottom {
  border-bottom: 1px solid #f0f0f0;
}

.fh5co-testimonial {
  padding: 3em 0 1em;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial {
    padding:0 20px 2em;
  }
  .fh5co-testimonial.abt {
    padding:30px 0px;
  }
}
.fh5co-testimonial .item {
  color: #777;
  padding-left: 3em;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial .item {
    padding-left: 0em;
    padding-right: 0em;
  }
}
.fh5co-testimonial .item figure {
  text-align: center;
}
.fh5co-testimonial .item figure img {
  max-width: inherit;
  width: 150px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/* .fh5co-testimonial .item p {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial .item p {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-testimonial .item p {
    font-size: 20px;
  }
} */
.fh5co-testimonial .item .author {
  font-size: 16px;
  display: block;
  text-align: right;
}

.fh5co-counters {
  padding: 1em 0;
  background: #e6e6e6;
  background-size: cover;
  background-attachment: fixed;
}
.fh5co-counters .fh5co-counter {
  font-size: 50px;
  display: block;
  color: #fff;
  /* font-family: "Montserrat", Arial, sans-serif; */
  width: 100%;
  margin-bottom: .5em;
}
.fh5co-counters .fh5co-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  /* font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 5px; */
  margin-bottom: 2em;
  display: block;
}

.fh5co-lead {
  
}

.fh5co-heading-colored {
  color: #da1212;
}

.fh5co-cards {
  padding: 1em 0;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .fh5co-cards {
    padding: 1em 0;
  }
}
.fh5co-cards .fh5co-flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.fh5co-cards .fh5co-flex-wrap > div {
  width: 49.5%;
  margin-right: 1%;
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
}
.fh5co-cards .fh5co-news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.fh5co-cards .fh5co-news > div {

  margin-bottom: 15px;
}
.fh5co-cards .fh5co-news .card{
padding: 15px 15px;
}
.fh5co-cards .fh5co-news> div h5 {

    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    padding: 15px 8px;
    background: #ebebeb;
    display: block;
    zoom: 1;
    *display: inline;
    margin-bottom: 0 !important;

}
.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(1) {
  float: left;
}
.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(2) {
  float: right;
  margin-right: 0%;
}
@media screen and (max-width: 992px) {
  .fh5co-cards .fh5co-flex-wrap > div {
    width: 100%;
    margin-right: 0;
  }
  .fh5co-feature{
    padding: 10px 0 !important;
    font-size: 17px !important;}
}
.fh5co-cards .fh5co-flex-wrap .fh5co-card p:last-child {
  margin-bottom: 0;
}
.fh5co-cards .fh5co-flex-wrap .fh5co-card h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2em;
  padding: 15px 8px;
  background: #ebebeb;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-counter .fh5co-number {
  font-size: 100px;
  color: #da1212;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: .7;
}
.fh5co-counter .fh5co-number.fh5co-left {
  float: left;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-number.fh5co-left {
    width: 100%;
    line-height: 1.2;
  }
}
.fh5co-counter .fh5co-text {
  float: right;
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-text {
    width: 100%;
    text-align: center;
  }
}
.fh5co-counter .fh5co-text h3 {
  margin: 0;
  padding: 0;
  position: relative;
}
.fh5co-counter .fh5co-text h3.border-bottom:after {
  content: "";
  width: 50px;
}

.fh5co-social {
  padding: 0;
  margin: 0;
  text-align: center;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #000;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .fh5co-social li a {
    padding: 10px 8px;
  }
}
.fh5co-social li a:hover {
  color: #da1212;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #da1212;
}

#map {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.fh5co-more-contact {
  background: #fafafa;
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
  padding: 20px;
}
.fh5co-feature .fh5co-icon {
  float: left;
  width: 50px;
  display: block;
  margin-top: 5px;
}
.fh5co-feature .fh5co-icon i {
  color: #da1212;
  font-size: 50px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature .fh5co-icon i {
    font-size: 40px;}
  .fh5co-feature{
    padding: 0px;
    font-size: 15px;
   } 
  
}
.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #da1212;
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}
.fh5co-feature .fh5co-text {
  float: right;
  width: calc(100% - 50px)
}

.fh5co-feature .fh5co-text  p{
  margin: 5px 0 0 0;
}

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

  .fh5co-feature .fh5co-text.multiple-numbers a {
    display: inline-block;
  }
}
.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}
.fh5co-feature .fh5co-text h3 {
  font-weight: 300;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  text-transform: uppercase;
}

.fh5co-heading {
  font-size: 28px;
  color: #da1212;
  font-weight: 500;
}
.fh5co-heading.fh5co-light {
  color: #fff;
}
.fh5co-heading span {
  display: block;
}
@media screen and (max-width: 768px) {
  .fh5co-heading {
  }
}

.fh5co-staff img {
  margin-bottom: 1em;
}
.fh5co-staff h3 {
  margin: 0;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

.chart {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px auto;
  position: relative;
  text-align: center;
}
.chart span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 100%;
}
.chart span strong {
  display: block;
}
.chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.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,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .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,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .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: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  /* background: #fff; */
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 3px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 3px solid #da1212;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  /* background: transparent; */
  height: 10px;
  /* border: 2px solid #fff; */
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  /* font-family: "Roboto", Arial, sans-serif; */
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #da1212;
  color: #fff;
  border: 2px solid #da1212;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  /* background: #ec1919 !important;
  border-color: #ec1919 !important; */
}
.btn-primary.btn-outline {
  background: transparent;
  color: #da1212 !important;
  border: 2px solid #da1212;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #da1212;
  color: #fff !important;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c !important;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 17px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #da1212;
}

#message {
  height: 130px;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #000;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #000;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle.active {
  margin-left: 30px;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -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: fixed;
  left: 0;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */

/*goal planner css*/
.main-content { 
  position: relative;
  display: block;
  width: 100%;
  /*margin-top: -2px;*/
  /*height: 335px;*/
  /*border: 1px #ddd solid;*/
  margin-right: -22px;
margin-left: 0px;
}

.container-modal { 
  position: relative;
  display: block;
  float: left;
  width: 25%;
  /*height: 200px;*/
  padding: 0;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #2EA1AA;
}
.modal { 
  display: none; 
  position: fixed;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.modal.on { 
  display: block;
  overflow: auto;
  
}
.modal-container .modal-header {background: #b50f0ff2 !important;border-top-left-radius: 4px;
border-top-right-radius: 4px;}
.modal-container { 
  position: relative;
  display: block; 
  top: 30px;
  width: 92%;
  margin: 0 auto;
  animation-name: fade-scale;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.modal-container .modal-header {
  position: relative; 
  display: block;
  color:#ffffff; 
  background:#fff; 
}

.modal-container .modal-header .modal-title {
  /* font-family: 'Roboto', sans-serif;  */
  font-size: 30px; 
  line-height: 1.2; 
  color: #fff; 
  font-weight: bold;
  text-align: center; 
  padding: 20px 0;
}

.modal-container .modal-header span.close {
  position: absolute;
display: block;
width: 50px;
height: 50px;
top: 30px;;
right: 32px;
cursor: pointer;
color: #fff;
opacity: 1 !important;
font-size: 30px;
text-align: center;
padding-top: 10px;
/*
padding-right: 2px;*/
}
span.close:hover{background-color: #f10a0a7a;
border-radius: 50%;}

.modal-container .modal-content { 
  position: relative; 
  display: block; 
  background-color: #f20000;
/*  overflow-y: auto; */
  height: 460px;
}
.modal-content {
 border: 0 !important;
 box-shadow: 0 0 0 rgba(57, 57, 57, 0.5) !important; 
padding: 25px 0; background-color: #fff !important;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-top-left-radius: 0;
border-top-right-radius: 0;

}
#portfolio .container{width: 100% !important; padding: 0 !important;}
.main-content img{ max-width: 100% !important; }
#Calc6{height: 531px ;}
@media (max-width: 1080px) {
.modal-container {width: 92%;}
}
@media (max-width: 968px) {
    .modal-container .modal-content {height: 635px;}
    #Calc6 {height: 705px;}
    .separator4 {margin: 8px 0px;}
    iframe {overflow: scroll;height: 100%;}
    .modal-container { width: 92%;}
 }
  @media (max-width: 480px) {
 #Calc6 { height: 790px;}
 .main_menu_bg .navbar-nav > li > a {font-size: 10px;}
}
 @media (max-width: 768px) {
  .container-modal {width: 50%;}
    .modal-container { width: 528px;}
    .modal-container .modal-header .modal-title {font-size: 22px;padding-left: 11px;text-align: left;}
    .modal-container .modal-header span.close {top: 27px;width: 45px;height: 45px;padding-top: 5px;}
    .cont_resp {width: 100%;margin: auto !important;}
    .main_trial .col-sm-2{ width: 33%; float: left; }
    .navbar-collapse.in { overflow-y: auto !important; background-color: rgba(255, 255, 255, 0.83);}
    .modal-container { width: 350px;}
    .modal-container .modal-header .modal-title {font-size: 16px;}
  }
  @media (max-width: 479px) {
    .modal-container {width: 280px;}
    .modal-container .modal-header span.close {top: 31px; width: 30px; height: 30px; padding-top: 1px;right: 8px;font-size: 25px;}
    .modal-body li a{font-size: 13px!important;}
    .modal-title h4{font-size: 16px!important}
  }



/*  services Section*/
.section {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 100%;
}

.col {
  padding: 0 !important;
  margin: 15px 15px;
}
@media screen and (max-width: 768px) {
  .col {
    margin: 15px 0px;
  }
}

.iva_inner {
  width: 100%;
  text-align: center;
  display: table;
  height: calc(100% - 5px);
}

.icon{
  position: relative;
  font-size: 40px;
  color: #000000;
  z-index:1;
  text-align:center;
  margin: 20px auto;

}
.icon i{
  vertical-align: text-top;
}
.col .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.content h2 {}

.content p {margin: 10px 30px;
}

.col:hover {
  background-color: #b1181814;
  box-shadow: 0 13px 40px 0 rgba(62,68,93,.3), 0 2px 4px 0 rgba(62,68,93,.06);
  transform: translateY(-5px);
}

.col:hover .icon {
  color: #f9eded;
  background: #222222;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}



.col:after,
.col:before {
  transform: scaleX(0);  
transition: transform 250ms ease-in-out;
 display:block;
  content: '';
  border-bottom: solid 3px #da1212; }

.col:hover:before {
   transform: scaleX(1);

}

.col:hover:after {
 /* content: "";
  width: 45px;
  height: 2px;
  left: 43%;
  right: 50%;
  background-color: blue;
  position: absolute;
  bottom: 15px;*/
   transform: scaleX(1);
  
}
iframe.index-iframe {
    height: 400px;
    width: 100%;
    border: none;
}

.contact-form iframe{
  width: 100%; 
}

@media (max-width: 359px) {
  .forms-headings{
    font-size: 24px;
  }
}

.input-group{
  width: 100%;
}
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.row1 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.forms-image {
    width: 169px;
    height: 119px;
    vertical-align: middle;
    display: table-cell;
    border: 1px solid #dedede;
    padding: 10px;
}
.forms-image img{
  width: 100%;
}
.photography {
    margin-bottom: 28px;
}
.white{
  color: #ffffff;
  margin-bottom: 30px;
  cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}
.modal-title h4{
  color: black;
  margin: 0;
}
.modal-body ul{
    list-style-type: none;
    padding-left: 0px;
}
.modal-body li a{
  color: #474242;
  font-size: 17px;
}
.modal-body li a:hover{
  color: #0056b3;
  text-decoration: none;
}
.modal-center .modal-header{
  padding-bottom: 25px !important;
  margin: 0 15px !important;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #e9ecef;
}
.modal-header button.close{
  padding: 5px !important;
  margin: -32px 1px 0px auto !important;
  font-size: 35px !important;
}
input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width: 100%;
    line-height: 59px;
}
div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}

div.fileinputs {
    position: relative;
}
.uploadsize_desc{
  margin-bottom: 12px;
   font-size: 16px;
}
.img-fluid{
  width: 100%;
  padding: 20px;
}
.modal-body li img{
    width: 24px;
}
.modal-body ul{
    list-style-type: none;
}
.modal-dialog .modal-content{
    padding-bottom: 0;
}
@media (max-width: 575px) {
  .forms-image {
    height: 90px !important;
    padding: 2px !important;
}
  }

  #fh5co-main .fh5co-career{
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top:  4em;
  }

  .fh5co-career-content{
    padding-bottom: 4em;
  }

/*  services Section*/

.mf_iframe{height: 1500px}

@media (max-width: 991px){
  .mf_iframe{height: 2700px !important}
}
@media (max-width: 420px){
  .mf_iframe{height: 2900px !important}
}



.text-size-50 {
  margin :0;
}
hr.break-small.break-center {
  margin: 20px auto 35px;
  background: #e5e5e5;
  border: 0;
  display: block;
  height: 2px;
  width: 60px;
  background-color: #C81010;
}
.background-dark {
  background-color: #da1212;
  color: #ffffffa3;
  font-size:  15px;
}
.background-dark  h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.background-dark a {
  text-decoration: none;
  color: #ffffffa3;
}

.text-thin {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
  min-height: 40px;
}
.themeservice .block-bordered{
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .row.themeservice {
    margin: 0 -15px!important;
  }
}
.padding-top10{
  padding-top: 10px;
}
.padding-top20{
  padding-top: 20px;
}
.text-size-10 {
  font-size: 10px;
}
.text-size-12 {
  font-size: 12px;
}
.text-size-14 {
  font-size: 14px;
}
.padding-2x {
  padding: 1.5rem;
}
.block-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.bg-white {
  background-color:#fff;
}
footer p{
  margin:0;
}
.footer_nav  {
  margin-bottom: 0;
  margin-top: 5px;
  display: inline-block;
}
.footer_nav span {
  display: inline-block;
}
.footer_nav span +span:before {
  content: '|';
  margin: 0 15px;
}

.footer_nav + .footer_nav:before {
  content: '|';
  margin: 0 15px;
}

@media screen and (max-width: 480px) {
  .footer_nav + .footer_nav:before {
    content: '';
    margin: 0;
  }
}

.d-flex {
  display: flex;
}
@media screen and (max-width: 992px) {
  .d-flex {
    display: block;
  }
}
.box-hover-theme{
  padding-bottom: 30px;
  text-align: center;
  max-height: 300px;
}

.box-hover-theme a {
  /* display: block;
  margin-bottom: 30px; */
}
.box-hover-theme a figure{
  /* border: 5px solid transparent;
  border-radius: 5px;;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; */
  margin: 0 auto;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-hover-theme a img {
  margin: 0 auto;
}

.box-hover-theme a:hover figure{
  /* border-color: #000; */
}
.box-hover-theme a h3 {
  font-size: 18px;
  color: #000;
  word-break: unset;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}

.box-hover-theme h3:before, .box-hover-theme h3:after {
    transition: transform 250ms ease-in-out;
    display: block;
    content: '';
    border-bottom: solid 3px #da1212;
    width: 100%;
    transform: scaleX(0);
    margin: 15px 0;
}
.box-hover-theme a:hover{
  text-decoration: none;
}

.box-hover-theme a:hover h3:before, .box-hover-theme a:hover h3:after {
  transform: scaleX(1);
}
.blogpage {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #efefef;
  margin-bottom:3em;
  font-size: 16px;
  color: #1f1f1f;
}

.blogtile{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom:3em;
  font-size: 16px;
  color: #1f1f1f;
  }
.blogtile a {
  display: block;
  border-radius: 10px;
  background: white;
  text-decoration: none;
  color: #1f1f1f;
  transition: all .5s ease-in;
  width: 100%;
}
.field-wrapper {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  transition: all .5s ease-in;
}
.blogtile-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
  width: 100%;
  height:250px;
  max-width: 350px;
  margin-bottom: 20px;
}
   .blog-text {
  width: 100%;
  margin: 0px 30px 20px;
  position: relative;
}

.blog-text .title {
  display: flex;
}
.blog-text h2 {
  font-size: 19px;
  color:#da1212;
  flex-grow: 1;
}
.blog-text h5 {
  font-size: 15px;
  color: #7d7d7d;
}
.blog-text p {
  padding-bottom: 30px;
}
.blog-text span {
  color: #7d7d7d;
  position: absolute;
  bottom: 0px;
  font-size: 13px;
}
.blogpage .panel-group h3 a {
  /* color: inherit; */
}
.blogpage .panel-group h3 a:hover {
  text-decoration: none;
}
.blogpage ul li b{
  font-size:15px;
}

.inline_heading {
  display: inline-block;
}
@media screen and (max-width: 767px){
.field-wrapper {
  display: block;
}
.blog-text {
  margin-left:0px;
}
.blogtile-img {
  height:180px;
  max-width: none;
}
}


.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: 250px;
  margin-bottom: 2em;
}
.hvrbox img.hvrbox-layer_bottom{
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
/* .hvrbox .hvrbox-layer_slideup {
-moz-transform: translateY(100%);
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
} */
.hvrbox .hvrbox-layer_top {
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: inherit;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
/* .hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.hvrbox:hover .hvrbox-layer_top, .hvrbox.active .hvrbox-layer_top {
  opacity: 1;
} */

.media-heading::before {
  border-left: solid 3px #da1212;
  content: ' ';
  display: inline-block;
  width: 10px;
  height: 20px;
  vertical-align: middle;
}
.nobgcolor{
  background-color: #fff;
  padding: 10px 35px 10px 10px;
}
.nobgcolor .close{
  font-size: 32px;
  color: #000;
  opacity: 0.7;
}

.loadMore {
  background-color: #969696;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

.owl-stage{display: flex;}
.owl-item
{
    height: inherit !important;
}

/* .panel h3 a{
  font-family: "Glyphicons Halflings";
  content: "\e114";
  margin-left: 15px;
} */

.panel h3 a i {
  border: solid #5F5F5F;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  vertical-align: 3px;
}

.panel h3 a.collapsed i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: 0px;
}
.qutesby {
  display: block;
  text-align: right;
}
.extraSpace li {
  padding-bottom: 10px;
}

.qutes {
  quotes: "“" "”" "‘" "’";
}
.qutes:before {
    content: open-quote;
    font-size: 24px;
}
.qutes:after {
    content: close-quote;
    font-size: 24px;
}

.bgGreen {
  background-color:#A8D08D;
}

.bgRed {
  background-color:#FF2525;
}

.dataCenter th {
  text-align: center;
}

.latestBlogsCard a:hover{
  text-decoration: none;
}

.latestBlogsCard .card >img {
  height: 200px;
}

.latestBlogsCard .card .card-footer {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .latestBlogsCard .card {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
  }
}

 .softLightShadow {
  box-shadow: 0 3px 9px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.1);
  -moz-box-shadow: 0 3px 9px rgba(0,0,0,.1);
  -ms-box-shadow: 0 3px 9px rgba(0,0,0,.1);
  -o-box-shadow: 0 3px 9px rgba(0,0,0,.1);
}
 .videopost {
   position: relative;
   width: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 35px;
}
.video-text .title h2{
  font-size: 18px;
  color: #da1212;
  height:45px;
}

.video-text span {
  color: #7d7d7d;
  position: absolute;
  bottom: 10px;
  font-size: 13px;
}
 .videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  min-width: 100px;
  height: auto;
}
.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.removeMargin li p{
  margin-bottom: 5px;
}

.text-success{
  color: #5cb85c;
}

.text-danger {
  color: #da1212;
}

.currency {
  position: absolute;
  font-size: 18px;
  top: 10px;
  left: 5px;
}
.form-control.cal{
  height: auto;
  font-size: inherit;
  width: auto;
}
.resultVal {
  padding: 10px 20px;
  color: black;
  font-size: 15px;
}
.outsideNavLinks a {
  display: inline-block;
  color: #333;
  font-size: 12px;
}
.outsideNavLinks a:hover {
  text-decoration: none;
  color: #da1212;
}