@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #39c8e2;
  text-shadow: none;
}
::selection {
  background: #39c8e2;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.text-muted {
  color: #848b8f;
}
/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
  background: #fff;
  color: #777;
  border: 1px solid #dddddd;
  padding: 12px 15px;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #f57e37;
}
label {
  font-weight: normal;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  position: relative;
  zoom: 1;
  overflow: hidden;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 1;
  left: 30px;
}
.flexslider:hover .flex-next {
  opacity: 1;
  right: 30px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  color: #fff;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html,
body {
  font-size: 100%;
  width: 100%;
  height: 100%;
}
body {
  background: #ffffff;
  color: #777777;
  font-size: 13px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #10acc8;
  text-decoration: none !important;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
a:hover {
  color: #fb6405;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
/* ==========================================================================
    Header
   ========================================================================== */
.navbar {
  margin-bottom: 0;
}
.navbar-default .navbar-toggle {
  background-color: #fff;
  border-color: #fff;
  font-size: 14px;
  color: #39c8e2;
  margin-top: 18px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border: 1px solid #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #1eb0ca;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-header {
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight:600;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #232323;
  font-weight:600;
}
.navbar-default .navbar-nav > li {
  border-right: 1px solid #1eb0ca;
  padding: 5px;
}
.navbar-default .navbar-nav > li:first-child {
  border-left: 1px solid #1eb0ca;
}
.navbar-default .navbar-brand {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar-default .navbar-brand:hover {
  color: #fff;
}
.site-header {
  background-color: #39c8e2;
  color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.site-slider {
  position: relative;
  z-index: 16;
  border: 2px solid #39c8e2;
  -moz-box-shadow: 0px 2px 8px #39c8e2; -webkit-box-shadow: 0px 2px 8px #39c8e2; box-shadow: 0px 2px 8px #10acc8; -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;
}
.site-slider .slide {
  position: relative;
}
.site-slider .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.site-slider .slider-caption {
  position: absolute;
  z-index: 12;
  width: 100%;
  top: 5%;
  text-align: center;
}
.site-slider .slider-caption .title {
  width: 90%;
  margin: 0 auto;
  /*border: 4px solid #fff;
  padding: 10px 10px 10px 10px;*/
  text-align: center;
}
.site-slider .slider-caption .title h2 {
  margin: 0 0 0 0;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.site-slider .slider-caption .slider-button {
  color: #fff;
  margin-top: 0px;
  display: inline-block;
  border: 2px solid #fff;
  padding: 0 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.slider-main {
    padding-top: 90px;
    /*background: url(../images/bg_list.png) no-repeat top center;
    background-size: cover;*/
}
.slider-main li{
    color: #10acc8;
    font-size:14px;
    font-weight:600;
}

.slider-main li:hover{
    color:#fb6405;
}
    .slider-main h4 {
        color: #10acc8;
        font-size: 22px;
        font-weight: 700;
      margin-top:-1px;
      margin-bottom:-1px;
    }
.slider-main h4:hover{
    color:#fb6405;
}
.slider-section {
  color: #fff;
  position: relative;
  z-index: 17;
  background: transparent !important;
  
}
.slider-section h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
.slider-section .image-holder {
  margin-top: 10px;
  overflow: hidden;
  
}
.slider-section p {
    font-weight: 600;
}


.first-section {
  color: #fff;
  position: relative;
  z-index: 17;
  padding: 80px 0;
  margin-top: -70px;
  background: url(../images/bg1.png) no-repeat top center;
  background-size: cover;
}
.first-section h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color:#33ccff;
}
.first-section .image-holder {
  margin-top: 10px;
  overflow: hidden;
}
.first-section p {
    font-weight: 600;
    color:#33ccff;
    font-size: 15px;
}
.second-section {
  color: #333333;
  position: relative;
  z-index: 18;
  padding: 40px 0;
  margin-top: -100px;
  background: url(../images/bg2.png) no-repeat top center;
  background-size: cover;
}

.second-section .col-md-3 {
  margin-top: 10px;
}
.second-section h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.second-section h4:hover {
  color: #fff;
}
.second-section a {
  color: #333333;
}
.second-section a:hover {
  color: #fb6405;
}
.third-section {
  color: #fff;
  position: relative;
  z-index: 19;
  padding: 10px 0 100px 0;
  margin-top: -20px;
   background: url(../images/bg_list.png) no-repeat top center;
  background-size: cover;
}
.third-section h2 {
  color: #333333;
  font-weight: 700;
  font-size: 25px;
}
.third-section h2:hover{
    color:#fb6405;
}
.third-section h4 {
  color: #333333;
  font-weight: 700;
  margin-top: 20px;
  font-size:18px;
}
.third-section h4:hover{
    color:#fb6405;
}
.third-section span {
  display: block;
  
}
.third-section .col-md-6 {
  margin-bottom: 40px;
}
.third-section ol {
  
}
.third-section ol li {
  color: #000;
  font-weight: 600;
  font-size:15px;
  padding-bottom:10px;
}
.third-section ol li:hover{
    color:#fb6405;
}
.third-section ol li h4 {
  font-size: 15px;
  margin: 0;
}
.third-section ol li p {
  margin: 0 0 20px 20px;
  color: #fff;
}
.third-section ol li ol {
  margin: 0 0 30px 20px;
}
.third-section ol.no-color li {
  color: #fff;
}
.fourth-section {
  color: #fff;
  position: relative;
  z-index: 19;
  padding: 110px 0 110px;
  margin-top: -150px;
  background: url(../images/bg4.png) no-repeat top center;
  background-size: cover;
}

.fourth-section h2 {
  font-size: 28px;
  color:#fb6405;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.fourth-section h4 {
  font-size: 16px;
  color:#fb6405;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fourth-section p {
  font-size: 12px;
  color:#fff;
  font-weight:600;
}
.fourth-section a {
  font-size: 18px;
}
.fourth-section a:hover {
  color: #39c8e2;
}
.page-h {
  /*background: url(../images/headerbg.png) no-repeat bottom center;
  background-size: cover;*/
  padding: 125px 0;
}
.page-h h3 {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;

}
.page-h h3:hover{
    color:#fb6405;
}
.page-contact {
  background: url(../images/contactbg.png) no-repeat center;
    padding: 50px 0;
}
.page-contact h3 {
  font-size: 32px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  text-align:center;      
}

.aboutus-main{
    background: url(../images/bgaboutus.png) no-repeat center;
  background-size: cover;
}
.page-aboutus {
  /*background: url(../images/bgaboutus.png) no-repeat center;
  background-size: cover;*/
    padding: 50px 0;

}

.page-pricing {
  /*background: url(../images/bgaboutus.png) no-repeat center;
  background-size: cover;*/
    padding: 50px 0;

}
    .page-pricing h3 {
        font-size: 32px;
        color: #333333;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
    }
.pricing{
     color: #333333;
  position: relative;
  z-index: 18;
 
}
.pricing h3{
    font-size: 16px;
        color: #fb6405;
        font-weight: 700;
}
.pricing h4{
    font-size: 22px;
        color: #fb6405;
        font-weight: 700;
}
.pricing a{
     color: #10acc8;
  text-decoration: none !important;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.pricing a:hover{
    color: #fb6405;
}

    .pricing li {
        color: #10acc8;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 41px;
        position: relative;
        display: block;
        font-size: 12px;
    }
        .pricing li::before {
            left: 0px;
            top: 10px;
            font-family: "FontAwesome";
            font-size: 14px;
            font-weight: 400;
            position: absolute;
            content: "\f00c";
        }
        .pricing li + li {
            margin-top: 0px;
            border-top-color: rgb(229, 229, 229);
            border-top-width: 1px;
            border-top-style: solid;
        }
        .pricing li:hover {
            color: #fb6405;
        }




.aboutus{
    background: url(../images/contactusbg.png) no-repeat top center;
  background-size: cover;
  padding-bottom:70px;
  margin-top: -90px;
  font-family: 'Open Sans', sans-serif;

}
    .aboutus h4 {
        font-size: 22px;
        color: #fb6405;
        font-weight: 700;
    }
    .aboutus h3 {
        font-size: 16px;
        color: #fb6405;
        font-weight: 700;

    }
    .aboutus p {
        font-size: 15px;
        color: #000;
        text-align:justify;
    }
    .aboutus a {
        
    }
    .aboutus li {
        color: #10acc8;
        
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 41px;
        position: relative;
        display:block;
        font-size: 16px;
    }
        .aboutus li::before {
            left: 0px;
            top: 10px;
            font-family: "FontAwesome";
            font-size: 22px;
            font-weight: 400;
            position: absolute;
            content: "\f00c";
        }
        .aboutus li + li {
            margin-top: 0px;
            border-top-color: rgb(229, 229, 229);
            border-top-width: 1px;
            border-top-style: solid;
        }
    .aboutus li:hover {
        color: #fb6405;
    }
.page-aboutus h3 {
  font-size: 32px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  text-align:center;       
}
.filter {
  background: url(../images/filterbg.png) no-repeat top center;
  background-size: cover;
  padding: 50px 0;
  margin-top: -60px;
}
.filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter ul li {
  display: inline-block;
  margin: 0 20px;
  color: #fff;
  cursor: pointer;
}
.filter ul li.active {
  color: #39c8e2;
}
.products {
  background: url(../images/productsbg.png) no-repeat top center;
  background-size: cover;
  padding: 120px 0 80px 0;
  margin-top: -40px;
}
.products .thumb-p {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
}
.products .thumb-p img {
  width: 100%;
}
.products .thumb-p .overlay-p {
  background-color: #39c8e2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.products .thumb-p .overlay-p a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -8px;
  font-size: 18px;
  color: #fff;
}
.products .thumb-p:hover .overlay-p {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.products .content-p {
  margin-bottom: 40px;
}
.products .content-p h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 15px 0 5px 0;
}
.products .content-p span {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}
#Grid .mix {
  display: none;
}
button.main-button,
.main-button {
  background-color: #39c8e2;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  outline: 0;
  border: 0;
  text-align:center;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}

.officedetails{
    color:#232323;
    padding: 10px 10px 10px 0;
    -moz-box-shadow: 0px 2px 8px #000; -webkit-box-shadow: 0px 2px 8px #000; box-shadow: 0px 2px 8px #000; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
    background: url(../images/footerbgnew.png) no-repeat top center;
  background-size: cover;
}
.officedetails h2{
    font-size:24px;
    font-weight:700;
    color:#10acc8;
}
    .officedetails h2:hover {
        color:#fb6405;
    }
.officedetails h3{
    font-size:20px;
    font-weight:500;
}
.officedetails h4{
    font-size:14px;
    font-weight:700;
    color:#232323;
}
 .officedetails h4:hover {
        color:#fb6405;
    }
.officedetails p{
    font-size:14px;
    font-weight:600;
}
 .officedetails p:hover {
        color:#fb6405;
    }
.officedetails a{
    font-size:14px;
    font-weight:600;
    color:#232323;
}
    .officedetails a:hover {
        color:#fb6405;
    }

.contact-main{
    background: url(../images/bgaboutus.png) no-repeat center;
  background-size: cover;
}
.contact {
background: url(../images/contactusbg.png) no-repeat top center;
  background-size: cover;
  padding: 30px 0;
  margin-top: -55px;
}
  
.contact fieldset {
  margin-bottom: 30px;
}
.contact fieldset input,select,option,
.contact fieldset textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background: rgba(250, 250, 250, 0.7);
  border: 1px solid #999;
  color: #777;
}
.contact fieldset input:focus,select:focus,
.contact fieldset textarea:focus {
  border: 1px solid #39c8e2;
  outline: 0;
}
.contact fieldset textarea {
  padding: 15px;
}

.requestfordemo-main{
    background: url(../images/bgaboutus.png) no-repeat center;
  background-size: cover;
}
.page-requestfordemo {
    padding: 50px 0;
}
.requestfordemo {
background: url(../images/contactusbg.png) no-repeat top center;
  background-size: cover;
  padding: 10px 0;
  margin-top: -55px;
}
.page-requestfordemo h3 {
    font-size: 32px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    -webkit-animation-name: blinker;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 3s;
  animation-timing-function: linear; 
  animation-iteration-count: infinite;  
}

    .requestfordemo h4 {
        font-size: 22px;
        color: #fb6405;
        font-weight: 700;
        text-align:left;
    }
    .requestfordemo p {
        font-size: 16px;
        color: #333333;
        text-align: justify;
    }
.requestfordemo_slider {
    color: #232323;
    height:90%;
    width:90%;
    position:center;
    margin: 20px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 2px 8px #000;
    -webkit-box-shadow: 0px 2px 8px #000;
    box-shadow: 0px 2px 8px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(../images/footerbgnew.png) no-repeat top center;
    background-size: cover;
}
.requestfordemo fieldset {
  margin-bottom: 30px;
}
.requestfordemo fieldset input,
.requestfordemo fieldset textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background: rgba(250, 250, 250, 0.7);
  border: 1px solid #999;
  color: #777;
}
.requestfordemo fieldset input:focus,
.requestfordemo fieldset textarea:focus {
  border: 1px solid #39c8e2;
  outline: 0;
}
.requestfordemo fieldset textarea {
  padding: 15px;
}

.page-h.promotion {
  padding-bottom: 100px;
}
.video-featured {
  background: url(../images/bg1.png) no-repeat top center;
  background-size: cover;
  padding: 160px 0;
  margin-top: -130px;
}
.video-featured .video-holder {
  overflow: hidden;
}
.video-featured .video-holder iframe {
  width: 100%;
}
.promotion-s {
  background: url(../images/promotionbg.png) no-repeat top center;
  background-size: cover;
  padding: 180px 0 120px 0;
  margin-top: -120px;
}
.product-left {
  color: #444444;
  padding-right: 30px;
}
.product-left h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.product-left .product-image {
  margin-right: 15px;
  float: left;
  overflow: hidden;
}
.product-content {
  overflow: hidden;
}
.product-content h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.product-right {
  padding-left: 30px;
  color: #fff;
}
.product-right .product-image {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.site-footer {
  position: relative;
  z-index: 19;
  padding: 20px 0 0px 0;
  margin-top: -80px;
  background: url(../images/footerbgnew.png) no-repeat top center;
  background-size: cover;
}

.site-footer h2 {
  color: #333333;
  font-weight: 700;
  font-size: 18px;
}
    .site-footer h2:hover {
        color: #fb6405;
    }
.site-footer h4 {
  color: #333333;
  font-weight: 700;
  font-size:12px;
}
  .site-footer h4:hover {
        color: #fb6405;
    }
.site-footer ul.social {
  width: 120px;
  height: 120px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: relative;
  background: url(../images/socialbg.png) no-repeat center;
}
.site-footer ul.social li {
  display: inline-block;
  position: absolute;
}
.site-footer ul.social li a {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #fff;
}
.site-footer ul.social li.facebook {
  top: 0;
  left: 46px;
}
.site-footer ul.social li.facebook a {
  background-color: #4c66a4;
}
.site-footer ul.social li.twitter {
  top: 46px;
  left: 0;
}
.site-footer ul.social li.twitter a {
  background-color: #55acee;
}
.site-footer ul.social li.linkedin {
  top: 46px;
  left: 88px;
}
.site-footer ul.social li.linkedin a {
  background-color: #006699;
}
.site-footer ul.social li.rss {
  top: 88px;
  left: 46px;
}
.site-footer ul.social li.rss a {
  background-color: #fb6405;
}
.site-footer p {
  display: block;
  text-align:center;
  color: #333333;
  font-weight: 700;
  font-size:13px;
}
    .footerleft {
        color: #333333;
        font-size:12px;
    }
    .footerleft a{
        color: #333333;
    }
    .footerleft a:hover{
        color: #fb6405;
    }
/*  Medium devices (desktops, 992px and up)  */
@media (max-width: 992px) {
  .slider-button {
    display: none;
}
/*  Small devices (tablets, 768px and up)  */
@media (max-width: 768px) {
  .slider-caption {
    display: none;
  }
 
  .contact form {
    margin-top: 60px;
  }
  .product-left {
    color: #fff;
  }
}
@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
}

@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
} 

@keyframes blinker { 
    0% { opacity: 1.0; } 
    50% { opacity: 0.3; } 
    100% { opacity: 1.0; } 
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
