body{
  font-family:'Montserrat', sans-serif!important;
  color:#231f20;
}

html, body{
  overflow-x: hidden;
}

a{
  color:#000;
}

.fa-angle-double-right{
  padding-top:5px;font-size:18px;
}

#testimonial{
   padding:60px 0px;
   margin-top:-30px;
   height:530px;
}

#testimonial .fa.fa-quote-right{
  color:#5db4c0;
  font-size:30px;
}

#testimonial  p{
    font-family: 'Raleway', sans-serif;
    margin-bottom:20px;
    font-size:17px;
    margin-top:20px;
}

#testimonial img{
    width: 150px; 
    height: 150px; 
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #ef0c24; 
}

#testimonial .carousel-indicators  li {
    background-color: #5db4c0;
    height: 13px;
    width: 13px;
    margin: 5px;
}
.navbar-header3{
  width:25%!important;
}

.logo-icon{
  margin-bottom:5px;margin-top:5px!important;
}


#testimonial .carousel-indicators li.active {
    background-color: #888383;
}

#testimonial .carousel-indicators {
    bottom: -50px;
}
.index-social{
    background-color:#000;
    color:#fff;
}
.fa-li{
    list-style-type:none;
}
.index-social a{
    color:#fff;
    font-size:25px;
    display:block;
    float:left;
    padding:10px;
}
.index-link h3{
    text-align:center;
   color:#f1f1f1;
   text-align:left;
   font-size:30px;
   padding-top:5px;
   
}
.index-link h3 a{
  color:white;
}

.index-link .pull-right, .index-link .pull-right a{
  color:white;font-size:20px;
}


.index-link img{
  width:10%;
  margin-top:-12px;
}


.index-link{
    background-color:#000;
    padding:30px;
}
.index-link ul{
    padding:0px;
}
.index-link ul li{
    list-style-type:none;
}
.index-link ul li a{
  text-decoration:none;
  font-size:16px;
  color:#fff;
  display:block;
  padding:5px 0;
  text-align:left;
}
.index-link ul li a:hover{
     text-decoration:underline;
}
.copy-c{
    padding-top:15px;
}
.copy-c a{
  font-size:14px;float:none;display:inline;padding:0;
}


.image-box{
  background:#E5E5E5;padding:10px;
}
.text-box{
  padding:30px;
}



.fa-facebook-square{
  color:white;
}

.ion-minus{
  color:#ef0c24;
}

 hr{
  background:#ef0c24;
}
.navbar-default .navbar-nav > li > a, .fa-envelope{
  color:white;
}
hr, .hr2{
  height:5px;width:10%;display:inline-block;
}
.hr2{
  background:#ef0c24;
}
.button:focus {
  outline: none;
}

.button {
  text-transform: uppercase;
  min-width: 150px;
  max-width: 250px;
  display: block;
  padding: 1em 2em;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  color: #ef0c24;
  font-weight: bold;
  font-size: 16px;
  border: 4px solid;
  cursor:pointer;
}

.button::after {
  content: "";
  background-color: transparent;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  opacity: 0;
  color: #ef0c24;
  z-index: -1;
}

.navbar-default .navbar-nav > li > a.opaque2, .fa-2x.opaque2:hover{
  color:#333!important;
}



.button:hover::after {
  opacity: 1;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.button,
.button:after {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.button:hover {
  color:white;
  border: 4px solid #ef0c24;
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.dropdown-menu > li > a::after{
  background:#333;
  content: '';
  display: block;
  width: 0;
  height: 2px;
  transition: width .3s
}

.navbar-default .navbar-nav > li > a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width .3s
}

.navbar-default .navbar-nav > li > a:hover::after,.dropdown-menu > li > a:hover::after {
  width: 100%;
  transition: width .3s
}
.navbar-default .navbar-nav > li > a:hover{
  color:white;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
  color:#333;
  background:none;
}






.focus-area{
  padding:70px 0;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  /*background:#DDCCE3;*/
  border: 3px solid #ef0c24;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 3px solid #ef0c24;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.tool-tip {
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  text-transform: uppercase;
  font-size:12px;
  
}

.tool-tip::after {
  background-color: #323a45;
  border-radius: 2px;
  color: #fff;
  content: attr(data-tooltip-title) " ";
  font-weight: normal;
  min-width: 100px;
  padding: 5px 8px;
  text-align: center;
  text-transform: none;
}

.tool-tip::before {
  width: 0;
  height: 0;
  content: "";
}

.tool-tip::before,
.tool-tip::after {
  position: absolute;
  transition: opacity 250ms ease 0ms, transform 250ms ease 0ms;
  transform-style: preserve-3d;
  opacity: 0;
  z-index: -1;
}

.tool-tip[data-tooltip-position="bottom"]::after {
  left: 50%;
}
.tool-tip[data-tooltip-position="bottom"]::after {
  transform: translate3d(-50%, -10px, 0);
}
.tool-tip[data-tooltip-position="bottom"]::after {
  top: calc(100% + 10px);
}
.tool-tip[data-tooltip-position="bottom"]::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 50%;
}
.tool-tip[data-tooltip-position="bottom"]::before {
  transform: translate3d(-50%, -10px, 0);
}
.tool-tip[data-tooltip-position="bottom"]::before {
  border-bottom: 7px solid #323a45;
  top: calc(100% + 3px);
}
.tool-tip:hover::before,
.tool-tip:hover::after {
  opacity: 1;
  z-index: 100;
}
.tool-tip[data-tooltip-position="bottom"]:hover::before {
  transform: translate3d(-50%, 0px, 0);
}

.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: 65px;
}





/*.footer,
.push {
  height: 101px;
}*/

.navbar-brand img, .navbar-brand h2{
  display:inline;
}
.navbar-brand h2{
  color:white;padding-left:10px;
}
.index-link .container{
  width:1130px;
}

.link-area p{
  margin:0;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}    
.carousel-fade .carousel-inner .active {
  opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}    
.carousel-fade .carousel-control {
  z-index: 2;
}

.caption-static {
 justify-content: center;
 display: flex;
 align-items: center;
}
.caption-static h2 {
  position: absolute;
  top:50%;
  color: white;
  font-size: 35px;
  text-shadow: 0 0 9px #000;
  text-transform: uppercase;
 }

 @media screen and (max-width:1163px){
  .caption-static h2 {
    font-size:25px;
   }
}

@media screen and (max-width:798px){
  .caption-static h2 {
    top:34%;
   }
}

@media screen and (max-width:700px){
  .caption-static h2 {
    top:20%;
    font-size:20px;
    text-align:center;
   }
}

@media screen and (max-width:341px){
  .caption-static h2 {
    font-size:15px;
   }
}

 .caption-static .slide-btn {
    position: absolute;
    top:65%;
    background: #fff;
    font-weight: bold;
 }
 .caption-static .slide-btn:hover {
  position: absolute;
  top:65%;
  background: #eae9e9;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .carousel-inner > .item > img, .carousel-inner > .item > a > img{
      width:100%;
  }
}





/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.button2{
  border:3px solid white;color:white;font-size:12px;
}

.site-map{
  padding-top:20px;
}
.site-map .col-lg-4 a{
  padding:13px 0;
}

.col-lg-12 iframe{
  float:right;
}

@media (min-width:768px){
  .bottom-boxes {
    padding-top: 20px;
  }
}
@media (min-width:1200px){
  .bottom-boxes {
    padding-top: 0px;
  }
}

.box > .icon > .info{
  background:rgba(0, 0, 0, 0.04);
  margin-top:-24px;
  padding:15px 0 10px 0;
  border:1px solid #e0e0e0;
  height: 213px;
}
.google-map{
  padding: 0 1rem;
  margin-left:18.4rem;
  padding-top:5px;
  width:65%;
  margin-top:0;
}

.icon-btn {
  text-align: center;
  font-size: 4em;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  text-decoration: none;
  width: 2em;
  height: 2em;
  padding: 0.5em 0;
  border-radius: 100%;
  position: relative;
  text-shadow: 0 0.025em 0.025em rgba(0, 0, 0, 0.2);
  border: 0.025em solid rgba(0, 0, 0, 0.05);
  background-repeat: repeat-x;
  background-position: 0 0;
  -moz-background-origin: border;
  -o-background-origin: border-box;
  -webkit-background-origin: border;
  background-origin: border-box;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.icon-btn:hover {
  color:white;
  background-position: 0 -2em;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.icon-purple {
  background-color: #ef0c24;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000), color-stop(100%, #000));
  background-image: -moz-linear-gradient(top, #000, #000);
  background-image: -webkit-linear-gradient(top, #000, #000);
  background-image: linear-gradient(to bottom, #000, #000);
}


.form { max-width:420px;/* margin:50px auto;*/ }

.feedback-input {
  color:#333;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #ddd;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #9055A2; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  width: 100%;
  background:#000;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#ef0c24;color: #000; }

.thumbnails{
  display:block;
  padding:4px;
  margin-bottom:20px;
  line-height:1.42857143;
  background-color:#fff;
  border:1px solid #ddd;
  border-radius:4px;
  -webkit-transition:border .2s ease-in-out;
  -o-transition:border .2s ease-in-out;
  transition:border .2s ease-in-out;
  background:none;
}

.jumbotron2{
    /* background-image:url(images/iStock-855913662.jpg); */
    background: #000;
    /* Set a specific height */
    height: 250px; 


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;
}
.jumbotron2 img {
  width: 20%;
}


.jumbotron3{
    /* background-image:url(images/iStock-856985422.jpg); */
    background: #000;
    height: 260px; 
    /* Set a specific height */
    /* height: 600px;  */


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;
}
.jumbotron3 img {
  width: 20%;
}

.jumbotron4{
    /* background-image:url(images/iStock-528961578.jpg); */
    background: #000;
  
    /* Set a specific height */
    height: 250px; 


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;
}
.jumbotron4 img {
  width: 20%;
}


.jumbotron5{
    /* background-image:url(images/Nancy_Hawkins_Rigg_pushup.jpg); */
    background: #000;
  
    /* Set a specific height */
    height: 250px; 


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;
}

.jumbotron5 img {
  width: 20%;
}




.padding-container{
  padding:40px;
}


.jumbotron1{
  /* background-image:url(images/slideshow-1.jpg); */
  background: #000;
  
    /* Set a specific height */
    height: 250px; 
    /*margin-top:-238px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;
}

.jumbotron1 img {
  width: 20%;
}

.jumbotron6{
  /* background-image:url(images/iStock-857902224.jpg); */
  background: #000;
  
    /* Set a specific height */
    height: 250px; 
    /*margin-top:-238px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;
}
.jumbotron6 img {
  width: 20%;
}

.jumbotron7{
  background-image:url(images/iStock-953448894.jpg);
  
    /* Set a specific height */
    height: 600px; 
    /*margin-top:-238px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    adding: 85px 0 25px 0;
    text-align: center;
}
.jumbotron7 img {
  width: 20%;
}



.jumbotron1 h1, .jumbotron1 p, .jumbotron2 h1, .jumbotron2 p,.jumbotron3 h1, .jumbotron3 p,.jumbotron4 h1, .jumbotron4 p
,.jumbotron5 h1, .jumbotron5 p,.jumbotron6 h1, .jumbotron6 p,.jumbotron7 h1, .jumbotron7 p{
  color:#fff; text-transform: uppercase;
}

.jumbotron1 p, .jumbotron2 p, .jumbotron3 p, .jumbotron4 p , .jumbotron5 p , .jumbotron6 p, .jumbotron7 p{
  font-size:18px;width:100%;
}

.jumbotron1 h1, .jumbotron2 h1, .jumbotron3 h1, .jumbotron4 h1, .jumbotron5 h1, .jumbotron6 h1 , .jumbotron7 h1{
  font-size:3em;
}

.jumbotron1 span, .jumbotron2 span, .jumbotron3 span, .jumbotron4 span, .jumbotron5 span, .jumbotron6 span, .jumbotron7 span{
  color:#ef0c24; text-transform: uppercase;
}
.media *{
            color: #333;
        }
        .media img{
          height:70px;
            padding: 3px;
            border: 2px solid #ddd;
            float:left;
            margin-right:10px;
            margin-bottom:20px;
            border-radius:10%;
        }
.tm{ margin-bottom:0px;clear:both; }
        .media{
            color: #ddd;
            margin-bottom: 0px;
            font-weight: 300;
            height:80px;

            

        }
        .media h3{
            font-size: 20pt;
            line-height: normal;
            margin: 0;
            padding-bottom: 5px;
            font-style: normal;
        }
        .bubble
        {
            position: relative;
            width: auto;
            padding: 20px;
            background: #f1f1f1;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-weight: 300;
             margin-bottom:50px;

        }

        .bubble:after
        {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 0 12px 12px;
            border-color: #f1f1f1 transparent;
            display: block;
            width: 0;
            z-index: 1;
            top: -12px;
            left: 73px;
        }
        .media-body{
            padding-top: 5px;
        }

.intro *,
.intro{
  
  color:#ddd;
  font-weight: 300;
  font-style: italic;
}







/* Team Members */
.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.team-members .team-desc h4 a {
  color:#fff!important;
}


.team-members .team-avatar {
    position: relative;
    height:300px;

}

.gallery-photos .team-avatar {
    position: relative;
    height:200px;
    overflow:hidden;
    
}


.gallery-photos .team-avatar img{
  display:block;
  margin:0 auto;
  text-align: center;
}


.gallery-photos .team-avatar img {
    height:auto;
    
}


.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-members .team-desc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.team-members img{width: 100%; height:150px;}

.product-cat {
  display: inline-block;
  /* width: 223px;
  height:285px; */
  margin-right: 10px;
  position: relative;
  width: 100%;
}
@media (min-width:768px) {
  .product-image {
    overflow: hidden;
    height: 200px;
  }
  .product-cat img{
    /* display: inline-block;
    width: 223px;
    height:285px;
    margin-right: 10px;
    position: relative; */
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  
}

@media (min-width:1200px) {
  .product-cat {
    /* display: inline-block;
    width: 223px;
    height:285px;
    margin-right: 10px;
    position: relative; */
    width: 100%;
  }
}

.product-cat h4 {
  font-size: 17px;
  font-weight: 600;
  color: #505050;
}

.product-cat a {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.product-overlay p{
  text-transform: uppercase;
  font-weight: bold;
}

span.roll {
  background:center center no-repeat #fff;
  height: 200px;
  position: absolute;
  text-align: center;
  line-height: 153px;
  width: 223px;
  z-index: 10;  
}
 
/* add the font awesome icon */
 
.roll:before {
    content: "\f00e"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #333;
    font-size: 40px;
    padding-right: 0.5em;
    position: absolute;
    top: 25px;
    left: 155px;
}

  .videoWrapper {
  position: relative;
  padding-bottom: 51%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.margin-lft-rght{
  margin-left:-6%;margin-right:-6.6%;
}

.purple-button a p{
  margin-bottom:0;
  text-align: center;
  color:#fff;
  font-size:18px;
}

.long-button{
  padding:15px;
}


.purple-button{
  background:#000;
}


/*.latest-product-section {
    padding-top: 100px;
    padding-bottom: 100px;
}*/
.latest-product-section h2 {
    font-size: 30px;
}


.latest-product-section p {

    font-size: 15px;
    font-weight: 400;
    color: #a6a7aa;
    margin-bottom: 15px;

}



.latest-product-section .col-sm-3{
  border:2px solid #ddd;
  margin:45px;
}







.latest-product-section h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #515769;
    line-height: 1.4;
    margin: 0 0 35px;
}
.latest-product-section h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #515769;
}
.margin-b-20 {
    margin-bottom: 20px !important;margin-left:-5.5%;margin-right:-5.8%;
}

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

.margin-b-50 {
    margin-bottom: 40px !important;
}
 .latest-product-section a:hover {
    color: #999caa;
    text-decoration: none;
}
.latest-product-section span {
    font-size: 14px;
    font-weight: 400;
    color: #bfc1c7;
}
.latest-product-section a:active, a:focus, a:hover {
    color: #000;
}
.text-uppercase {
    text-transform: uppercase;
}
.link {
    font-size: 13px;
    font-weight: 600;
}

.search-text{
  padding-top:10px;
  padding-bottom:60px;
}
  
.search-text .input-search{
  height:44px;
  width:70%;
  padding-left:20px;
    color:#333;
} 

.search-text .btn-search{
    background:#ef0c24;
    border:none;
  color:#FFF;
  height: 44px;
    width: 115px;
    border-radius:0;
    font-size:18px;
    font-weight:0;
}

.search-text h4{
    color: #FFF;
    font-weight: 700;
    margin-bottom:15px;
}


.focus-area .info h2{
  margin:20px 0 10px;
  font-weight:100;
  color:#333;
}

.home-about h1{
  color:#333;
}

.jumbo-2{
  background-color: #000;
  border-radius: 0 !important;
}

.jumbo-2 h1{
  color:white;
}

.jumbo-2 h1 span{
  color:#ef0c24;
}

.go_style{
  width:10%;
  padding:5px;
  font-size:14px;
}

.fluid-margin{
  padding:0!important;
}







.card p {
  margin: 0 0 3em 0;
  position: relative;
}
.card label {
  display: block;
  font-size: 1.6em;
  margin: 0 0 .5em;
  color: #333;
}
.card input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  outline: none
}
.card input[type="text"],
.card input[type="password"] {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  font-size: 1.6em;
  padding: .8em .5em;
  border-radius: 5px;
}
.card input[type="text"]:focus,
.card input[type="password"]:focus {
  background: #fff
}

.card input[type="submit"] {
  background: #000;
  
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2em;
  line-height: 1.6em;
  margin: 2em 0 0;
  outline: none;
  padding: .8em 0;
  text-shadow: 0 1px #68B25B;

}


.card{
  padding: 30px;
  width: auto;
  height:auto;
  position: relative;
    background: #f5f5f5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 12px 0px #d1d1d1;  
}


.fa-instagram:hover{
  color:#4c68d7;
}

.fa-facebook-square:hover{
  color:#3B5998;
}


.instagram:hover{
  color:#4c68d7;
}

.facebook:hover{
  color:#3B5998;
}

.active{
  border-bottom:2px solid #fff;
}

.link-area .text_logo{
  width:30%;
}

.link-area .f_logo{
  width:10%;
}
.navbar-default2 .navbar-nav > li > a, .navbar-default2 .pull-right> a > .fa-2x{
    color:#333;
}

.getting-started{
  /* background-image:url(images/iStock-684558562_2.jpg); */
  background: #000;
  height: 250px; 


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 85px 0 25px 0;
    text-align: center;
}

.getting-started img {
  width: 20%;
}



@-moz-document url-prefix() {
  .jumbotron2 {
    /* background-image:url(images/iStock-855913662.jpg);
    -webkit-animation-name:none; */
    background: #000;
    /* Set a specific height */
    height: 250px; 


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;

  }

  .jumbotron2 img {
    width: 20%;
  }


  .jumbotron1{
  /* background-image:url(images/slideshow-1.jpg); */
  background: #000;
  
    /* Set a specific height */
    height: 250px; 
    /*margin-top:-238px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;
}
.jumbotron1 img {
  width: 20%;
}


.jumbotron6{
  /* background-image:url(images/iStock-857902224.jpg); */
  background: #000;

  
    /* Set a specific height */
    height: 250px; 
    /*margin-top:-238px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;
}
.jumbotron6 img {
  width: 20%;
}


.jumbotron7{
  background-image:url(images/iStock-953448894.jpg);
  
    /* Set a specific height */
    height: 600px; 
    /*margin-top:-238px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;
}
.jumbotron7 img {
  width: 20%;
}
  .getting-started{
  /* background-image:url(images/iStock-684558562_2.jpg); */
  background-color: #000;
    /* Set a specific height */
    height: 250px; 


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 85px 0 25px 0;
    text-align: center;
}



  
    .carousel-inner > .item > img, .carousel-inner > .item > a > img{
      width:100%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
  .jumbotron2{
    background-image: url(images/iStock-855913662.jpg);
    height:600px;
    width:auto;
    margin-top:40px;
  }
  .jumbotron1{
  background-image:url(images/slideshow-1.jpg);
  
    /* Set a specific height */
    height: 600px; 
    /*margin-top:-238px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;
}


.jumbotron6{
  background-image:url(images/iStock-857902224.jpg);
  
    /* Set a specific height */
    height: 600px; 
    /*margin-top:-238px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;
}

.jumbotron7{
  background-image:url(images/iStock-953448894.jpg);
  
    /* Set a specific height */
    height: 600px; 
    /*margin-top:-238px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px 0;
    text-align: center;
}
  .team-name {
     font-size:22px;
  }
    .getting-started{
  background-image:url(images/iStock-684558562_2.jpg);
  
    /* Set a specific height */
    height: 600px; 


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 85px 0 25px 0;
    text-align: center;
}




}
@-moz-document url-prefix() { 
  .team-name {
     font-size:22px;
  }
  @media(max-width:375px){
    .search-text .input-search{
    width:55%!important;
    font-size:14px;
  }  
}
  
}
.image-box img{
  width:100%;
}

/*.icon-btn:hover {
  color:white;
  background-position: 0 -2em;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}*/