@charset "utf-8";
/*
---------------
*/

html, body {
  height: 100%;
  color: #777;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #777;
}
a {
  background: transparent;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
  transition: .4s cubic-bezier(0.25,.46,.45,.94);
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  background: transparent;
  color: #121212;
  text-decoration: none;
}
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
/*  line-height: 1;*/
  line-height: 1.25em;
/*  letter-spacing: 0.15px;*/
  word-spacing: 0.75px;    
}
h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1em; }
h6 { font-size: .7em; }

iframe {border: none;}
hr {
    border-width: 2px 0 0;
    margin: 30px 0;
}
img {max-width: 100%;
    height: auto;
}
p {
    font-size: 14px; 
    line-height: 20px;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
dl dt{font-weight:bold;}
dd{
    margin-left:1.0786666666666667em;
    font-weight:normal;
}
#wrapper {
    clear: both;
    overflow-x: hidden;
    background: #fff;
}

/* ==============================================
  1. Home (Banner Section)
=============================================== */
#home {
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-image: url(../images/bg/banner-bg.jpg);*/
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
}
/* ==============================================
  -- 1a. Top Bar
=============================================== */
.topbar-container {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 20px auto;
}
.top-left {
  float: left;
  display: inline-block;
  margin: 20px 0;
}
.top-right {
  float: right;
  display: inline-block;
  margin: 20px 0;
}
.top-right a {
  padding: 15px 0 0 20px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
}
.logo-top a {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.top-right a i {
  padding: 0 5px 0 0;
}
.start-project {
    border-radius: 6px;border: 1px solid #fff !important;
    padding: 10px 15px !important;
    margin: 0 0 0 20px;
    font-size: 14px !important;
}

/* ==============================================
  -- 1b. Banner Container
=============================================== */
.home-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 3;
}
.home-title {
  position: relative;
  color: #FFFFFF;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
.banner-heading {
  font-weight: 400;
  margin: 0px auto 40px;
  font-size: 48px;
  line-height: 40px;
}
.banner-subheading {
  font-weight: 400;
  margin: 0px auto 40px;
  line-height: 30px;
  /*width: 95%;*/
}
.panel {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home-btn {
  margin-top: 45px;
}

/* ==============================================
  2. Parallax Overlay
=============================================== */
.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/pattern.png');
  background-repeat: repeat;
  background-color: rgba(0,0,0,0.4);
  z-index: 0;
}

/* ==============================================
  3. Header Positions
=============================================== */
.header-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}
.on-scroll.header-bottom {bottom: 134px;}
.header-top {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 9999;
}

/* ==============================================
  4. Navigation
=============================================== */
#main-nav .current {color: #fff;}
.navbar {
  min-height: 70px;
  border: 0;
  margin: 0;
  border-radius: 0 !important;
}
.navbar-default {
  border-color: transparent;
  border-bottom: none;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 4;
  background-color: #fff;
    opacity: .95;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
}
.navbar-right {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  margin-top:10px;
}
.nav ul li a {
  font-weight: 400;
}
.navbar-collapse {
  margin-top:6px;
  padding-right: 15px;
  padding-left: 35px;
  color: #121212;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin: 18px 15px 8px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #121212;
}
.navbar-logo {
  padding: 10px 0;
  display: inline-block;
}
.retina-logo {display:none !important;}
.nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav > ul > li {
  display: inline-block;
}
.nav > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #121212;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #5a528d;
}
.nav > ul > li > span {
  position: relative;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: normal;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > li > a,
.navbar-nav > ul > li > span.dropdown-toggle a,
.navbar-default .navbar-nav > li > a {
  color: #121212;
  background: transparent;
}
.navbar-nav > ul > li > .dropdown-menu {
  margin: 0px;
  padding: 0;
}
.navbar-nav > ul > li > .dropdown-menu li a {
  padding: 10px 0 10px 15px;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.dropdown-menu .menu-item-has-children .dropdown-menu {
  left: 100%;
  top: -3px;
}
.dropdown-menu {
  font-size: 13px;
  padding: 0 !important;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0px;

}
.dropdown-menu > li > a {text-align: left;padding: 8px 15px;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.contact-nav-wrap {width: 56px;}
.contact-nav-wrap a {
    background: url('../images/contact-icon-bg-outter.png') no-repeat #ddd !important;
    padding: 20px !important;
    line-height: 0px !important;
    margin: -5px 0 0 0;
    height: 56px;
}
.contact-nav-wrap a:hover {
    background: url('../images/contact-icon-bg-outter.png') no-repeat #c0c0c0 !important;
}
.contact-nav-wrap a:hover, .contact-nav-wrap a:active, .contact-nav-wrap a:focus {
    background-color: #5A528D;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #5A528D;
    background-color: transparent;
}

/* ==============================================
  5. All Sections eg About
=============================================== */
.section {
  margin: 60px auto;
}
.section-top {
  margin: 60px auto 0;
}
.section-bottom {
  margin: 0 auto 60px;
}

/* ==============================================
  6. Shortcodes
=============================================== */
.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
text-shadow: none;
border: 0;
background-image: none;border-radius: 3px;
-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
transition: .4s cubic-bezier(0.25,.46,.45,.94);
-webkit-transition-property: background-color,color;
transition-property: background-color,color;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn:hover, .btn-primary:hover, .btn-success:hover, .btn-info:hover, .btn-warning:hover, .btn-danger:hover {
    background-color: #121212;
  border-color: transparent;
}
.btn:focus, .btn-primary:focus, .btn-success:focus, .btn-info:focus, .btn-warning:focus, .btn-danger:focus {
    background-color: #999;
  border-color: transparent;
}
.btn:active, .btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active {
    background: #121212 ;
    border: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #121212;
    border-color: #121212;
    outline: none;
}
.open .dropdown-toggle.btn-primary {
border-color: transparent;
}

blockquote p {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before,
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
  display: inline-block;
  width: 40px;
  margin-left: -40px;
  text-align: center;
  line-height: inherit;
  font-family: 'FontAwesome';
}
ul.check-list-1,
ul.check-list-2,
ul.check-list-3,
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list,
ul.caret-list {
  list-style:none;
}
ul li {
  font-weight: normal;
}
ul.check-list-1 li:before {
  font-size: 13px;
  content: '\f00C';

}
ul.check-list-2 li:before {
  font-size: 13px;
  content: '\f058';

}
ul.check-list-3 li:before {
  font-size: 13px;
  content: '\f14a';

}
ul.chevron-list-1 li:before {
  font-size: 13px;
  content: '\f054';

}
ul.chevron-list-2 li:before {
  font-size: 13px;
  content: '\f138';

}
ul.dot-circle-list li:before {
  font-size: 13px;
  content: '\f192';

}
ul.caret-list li:before {
  font-size: 13px;
  content: '\f152';

}
.btn-link:hover,
.btn-link:focus {
  color: #121212;
  text-decoration: underline;
  background-color: transparent;
}
.nav > ul > li > a:hover, .nav > ul > li > a:focus {
    text-decoration: none;
    color: #5A528D;
    border: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #121212;
    text-decoration: none;
    background-color: #f5f5f5;
    outline: 0;
}

/* ==============================================
  7. Basic Classes
=============================================== */
.uppercase {text-transform: uppercase !important;}
.capitalize {text-transform: capitalize !important;}
.lowercase {text-transform: lowercase !important;}
.white {color: #fff !important;}
.black {color: #000 !important;}
.dark {color: #444444 !important;}
.red {color: #dd3533 !important;}
.separator-light {background: rgba(255, 255, 255, 0.2) !important;}
.separator-dark {background: rgba(0, 0, 0, 0.2) !important;}
.separator-dark-border {border-color: rgba(0, 0, 0, 0.2) !important;}
.border-1 {border-width: 1px 0px 0px !important;}
.fwb {font-weight: bold;}
.fwl {font-weight: lighter;}
.fwn {font-weight: normal;}
.float-none {float: none;}
.float-left {float: left;}
.float-right {float: right;}

/* ==============================================
  -- 7a. Margins
=============================================== */
.margin-0-auto {margin: 0 auto; float: none !important;}
.margin-0 {margin: 0 !important;}
.margin-t-0 {margin-top: 0 !important;}
.margin-b-0 {margin-bottom: 0;}
.margin-l-0 {margin-left: 0;}
.margin-r-0 {margin-right: 0;}
.margin-10 {margin: 10px;}
.margin-20 {margin: 20px;}
.margin-30 {margin: 30px;}
.margin-40 {margin: 40px;}
.margin-50 {margin: 50px;}
.margin-60 {margin: 60px;}
.margin-70 {margin: 70px;}
.margin-80 {margin: 80px;}
.margin-90 {margin: 90px;}
.margin-100 {margin: 100px;}
.margin-t-10 {margin: 10px 0 0;}
.margin-t-20 {margin: 20px 0 0;}
.margin-t-30 {margin: 30px 0 0;}
.margin-t-40 {margin: 40px 0 0;}
.margin-t-50 {margin: 50px 0 0;}
.margin-t-60 {margin: 60px 0 0;}
.margin-t-70 {margin: 70px 0 0;}
.margin-t-80 {margin: 80px 0 0;}
.margin-t-90 {margin: 90px 0 0;}
.margin-t-100 {margin: 100px 0 0;}
.margin-b-10 {margin: 0 0 10px;}
.margin-b-20 {margin: 0 0 20px;}
.margin-b-30 {margin: 0 0 30px;}
.margin-b-40 {margin: 0 0 40px;}
.margin-b-50 {margin: 0 0 50px;}
.margin-b-60 {margin: 0 0 60px;}
.margin-b-70 {margin: 0 0 70px;}
.margin-b-80 {margin: 0 0 80px;}
.margin-b-90 {margin: 0 0 90px;}
.margin-b-100 {margin: 0 0 100px;}

/* ==============================================
  -- 7b. Paddings
=============================================== */
.padding-10 {padding: 10px;}
.padding-20 {padding: 20px;}
.padding-30 {padding: 30px;}
.padding-40 {padding: 40px;}
.padding-50 {padding: 50px;}
.padding-60 {padding: 60px;}
.padding-70 {padding: 70px;}
.padding-80 {padding: 80px;}
.padding-90 {padding: 90px;}
.padding-100 {padding: 100px;}
.padding-t-10 {padding: 10px 0 0;}
.padding-t-20 {padding: 20px 0 0;}
.padding-t-30 {padding: 30px 0 0;}
.padding-t-40 {padding: 40px 0 0;}
.padding-t-50 {padding: 50px 0 0;}
.padding-t-60 {padding: 60px 0 0;}
.padding-t-70 {padding: 70px 0 0;}
.padding-t-80 {padding: 80px 0 0;}
.padding-t-90 {padding: 90px 0 0;}
.padding-t-100 {padding: 100px 0 0;}
.padding-b-10 {padding: 0 0 10px;}
.padding-b-20 {padding: 0 0 20px;}
.padding-b-30 {padding: 0 0 30px;}
.padding-b-40 {padding: 0 0 40px;}
.padding-b-50 {padding: 0 0 50px;}
.padding-b-60 {padding: 0 0 60px;}
.padding-b-70 {padding: 0 0 70px;}
.padding-b-80 {padding: 0 0 80px;}
.padding-b-90 {padding: 0 0 90px;}
.padding-b-100 {padding: 0 0 100px;}
.padding-0 {padding: 0 !important;}
.padding-t-0 {padding-top: 0;}
.padding-b-0 {padding-bottom: 0;}
.padding-l-0 {padding-left: 0;}
.padding-r-0 {padding-right: 0;}

/* ==============================================
  -- 7c. Heading Color
=============================================== */
.heading-light {color: #aaaaaa;}
.heading-dark {color: #444444;}

/* ==============================================
  -- 7d. Spacer
=============================================== */
.spacer {
    display: block; 
    height: 0; 
    clear: both; 
    overflow: hidden;
}
.spacer-5 { height: 5px }
.spacer-10 { height: 10px }
.spacer-20 { height: 20px }
.spacer-30 { height: 30px }
.spacer-40 { height: 40px }
.spacer-50 { height: 50px }
.spacer-60 { height: 60px }
.spacer-70 { height: 70px }
.spacer-80 { height: 80px }
.spacer-90 { height: 90px }
.spacer-100 { height: 100px }

/* ==============================================
  -- 7e. Font Sizes - Even Valuse 12 to 60
=============================================== */
.fsz-12 {font-size: 12px !important}
.fsz-14 {font-size: 14px !important}
.fsz-16 {font-size: 16px !important}
.fsz-18 {font-size: 18px !important}
.fsz-20 {font-size: 20px !important}
.fsz-22 {font-size: 22px !important}
.fsz-24 {font-size: 24px !important}
.fsz-26 {font-size: 26px !important}
.fsz-28 {font-size: 28px !important}
.fsz-30 {font-size: 30px !important}
.fsz-32 {font-size: 32px !important}
.fsz-34 {font-size: 34px !important}
.fsz-36 {font-size: 36px !important}
.fsz-38 {font-size: 38px !important}
.fsz-40 {font-size: 40px !important}
.fsz-42 {font-size: 42px !important}
.fsz-44 {font-size: 44px !important}
.fsz-46 {font-size: 46px !important}
.fsz-48 {font-size: 48px !important}
.fsz-50 {font-size: 50px !important}
.fsz-52 {font-size: 52px !important}
.fsz-54 {font-size: 54px !important}
.fsz-56 {font-size: 56px !important}
.fsz-58 {font-size: 58px !important}
.fsz-60 {font-size: 60px !important}

/* ==============================================
  -- 7f. Section Background Colors
=============================================== */
.white-bg {background: #fff !important;}
.black-bg {background: #2b2b2b !important;}
.dark-bg {background-color: #444444 !important;}
.grey-bg {background: #f0f0f0 !important;}
.light-bg {background-color: #f8f8f8 !important;}
.light-dark-bg {background-color: rgba(255,255,255,0.2) !important;}
.purple-bg {background: #5a528d !important;}

/* ==============================================
  -- 7g. Normal Colors
=============================================== */
.purple-color {color: #635c90 !important;}
.green-color {color: #3fb19d !important;}
.red-color {color: #e1584d !important;}
.blue-color {color: #2aa4d0 !important;}
.light-brown-color {color: #e09077 !important;}
.mid-night-color {color: #354e5b !important;}
.light {color: #aaa !important;}

/* ==============================================
  -- 8c. Social Media
=============================================== */
.ebook-author .social-media {margin: 30px auto 20px;}
.social-media {
  list-style: none;
  margin: 20px auto 20px;
}
.social-media li {
  display: inline-block;
  margin: 6px 8px 10px;
  text-align: center;
}
.social-media li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #5a528d;
  margin: 0;
  /* Rotate */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* Rotate Origin */
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.social-media li a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 6px;
}
.social-media li a i {
  color: #fff;
  font-size: 14px;
  padding: 10px;
  /* Rotate */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* Rotate Origin */
  -webkit-transform-origin: 55% 45%;
  transform-origin: 55% 45%;
}
/* Social Media Colors */
.facebook {background: #4a6eac !important;}
.twitter {background: #50d3f7 !important;}
.linkedin {background: #0086c2 !important;}
.google_plus {background: #db543c !important;}
.dribbble {background: #f1679a !important;}
.youtube {background: #d54b3b !important;}
.vimeo {background: #94d1ef !important;}
.skype {background: #00b9ef !important;}
.rss {background: #fc9f13 !important;}
.pinterest {background: #d63836 !important;}
.flickr {background: #ed1884 !important;}
.foursquare {background: #237fc0 !important;}
.android {background: #97c03c !important;}
.bitbucket {background: #013566 !important;}
.css3 {background: #2062ae !important;}
.dropbox {background: #018bd3 !important;}
.github {background: #000 !important;}
.html5 {background: #e54d25 !important;}
.instagram {background: #517fa3 !important;}
.stack_exchange {background: #2fa4f1 !important;}
.stack_overflow {background: #fea501 !important;}
.trello {background: #226784 !important;}
.tumblr {background: #304d6b !important;}

/* ==============================================
  -- 8d. Counter
=============================================== */
.counter-wrap {
  margin: 0 0 20px;
}
.counter {
  padding:0;
  margin: 15px 0 0;
  float: left;
}
.counter p {
  font-weight: 600;
  margin: 5px 0 0;
  font-size: 16px;
}
.counter-letters {
  font-size: 36px;
  font-weight: 400;
  line-height: 0px;
  margin-top: 20px;
}
.counter-letters.customers {font-size: 24px;color: #444;font-weight: 700;}
.counter-letters p {
  font-weight: 600;
  letter-spacing: 2px;
}
.valuein {
  font-size: 36px;
  font-weight: normal;
  line-height: 0px;
}
.counter-icon {float: left;
}
.counter-icon i {
  width:60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 35px;
  margin: 0 15px 0 0;
  border-radius: 100%;
}
/*.counter-wrap:hover .counter-icon i {
  background-color: #dd3430;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff !important;
}*/

/* ==============================================
  -- 8e. Testimonial Slider
=============================================== */
.owl-carousel {float: left;}
#testi-slider {margin:0 auto; float:left;}
#testi-slider .owl-wrapper-outer {padding: 20px;}
#testi-slider .owl-wrapper {min-height: auto;}
.testimonial-author {text-align: center;width: 100%;}
.testimonial-author-img {display: inline-block;}
.testimonial-author-content {display: inline-table;padding: 0px 30px;vertical-align: middle;width: 60%;text-align: left;}
.testimonial-author-content p {margin: 0 auto 20px;color: #777;font-size: 16px;font-weight: normal;line-height: 24px;}
.testimonial-author-img {-webkit-box-shadow: 0 0 0 2px #fff;box-shadow: 0 0 0 2px #fff;
  border-style: solid;border-width: 1px;border-radius: 200px;-webkit-box-shadow: 0 0 0 2px #777;-ms-box-shadow: 0 0 0 2px #777;-o-box-shadow: 0 0 0 2px #777;box-shadow: 0 0 0 2px #777;
  padding: 8px;
}
.testimonial-author-img img {
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;border-radius: 200px;
  width: 130px;
  height: 130px;
}
.testi-auth-name:before {content: "-";padding: 0 5px 0 0;}
.testi-auth-name {color: #454545;font-size: 18px;font-weight: 400;}
.testi-auth-name:after {content: ",";}
.testi-auth-company {font-weight: normal;font-size: 14px;padding: 0 0 0 5px;color: #777;}
#testi-slider .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  background: transparent;
  border:1px solid #e0e0e0;
  margin: 3px 0 0 10px;
  display: inline-block;
  /* Rotate */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* Rotate Origin */
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  border-radius: 0;
}
#testi-slider .owl-controls .owl-page.active span {
  background: #da322c;
  border:1px solid #da322c;
}

/* ==============================================
  -- 8f. Client Logo Slider
=============================================== */
#client-logo {margin: 0 auto;}
#client-logo .owl-controls {display: block !important; }
#client-logo .owl-wrapper-outer {}
#client-logo .owl-item {text-align: center;}
.red-arrow #client-logo .owl-controls .owl-buttons div {position: absolute; top: 10px; padding: 10px 15px; color: #fff; border-radius: 4px; }
.red-arrow #client-logo .owl-controls .owl-buttons .owl-next {position: absolute; right: 0; }
.red-arrow #client-logo .owl-controls .owl-buttons .owl-prev {position: absolute; left: 0; }

/* ==============================================
  -- 8g. Testimonials
=============================================== */
.testimonial {
  margin:0px;
  text-align:center;
  font-weight: normal;
}
.testimonial .client-img {
  margin:0 auto 10px;
  display: inline-block;
  width: 65px;
  height: 65px;
}
.testimonial .client-img img {
  border-radius:100%;
}
.testimonial h4 {
  font-size:16px;
  color:#444444;
  font-weight:normal;
  margin:0;
  padding:0;
  display:block;
}
.testimonial .testi-author {
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: left;
  position: relative;
  top: 10px;
}
.testimonial span {
  font-size:15px;
  color:#777777;
  margin:0 0 20px;
  display:block;
}
.testi-content {
  border:1px solid #e6e6e6;
  padding:0;
  margin: 0 0 40px;
  position: relative;
  background: #fff;
  border-radius:6px;
}
.testi-arrow {
  position: absolute;
  background: url('../images/testimonial-arrow-down.png') no-repeat scroll 0% 0% transparent;
  top: 100%;
  left: 47%;
  height: 32px;
  width: 32px;
}
.testimonial p {
  padding:20px 15px;
  margin: 0;
  color:#777;
  font-weight: normal;
}

/* ==============================================
  -- 8h. Skillbar
=============================================== */
.skillbar {
  position:relative;
  display:block;
  margin: 50px 0px 70px 10px;
  padding: 0 0 0 50px;
  width:100%;
  background:#eee;
  height:35px;
  -webkit-transition:0.4s linear;
  transition:0.4s linear;
  -webkit-transition-property:width, background-color;
  transition-property:width, background-color;
}
.skillbar-title {
  position: absolute;
  top: -22px;
  left: -10px;
  font-weight:bold;
  font-size:13px;
  color:#fff;
  background: #6e64b2;
  z-index: 1;
  border-radius: 100%;
}
.skillbar-title span {
  display:block;
  background:transparent;
  padding:0;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 6px;
  background: #6e64b2;
  border-radius: 100%;
}
.skillbar-bar {
  position: relative;
  left: 10px;
  height:35px;
  width:0px;
  background:#6adcfa;
  padding: 0;
}
.skill-bar-software {
  position:absolute;
  right:0px;
  top:40px;
  font-size:14px;
  color:#666;
  font-weight: normal;
}
.percentage-text {
  text-align: center;
  vertical-align: middle;
  padding: 8px 0px 0px 6px;
  font-weight: 600;
}
.skill-first-col {padding: 0 20px 0 0;}

/* Photo Shop */
.photoshop .skillbar-title,
.photoshop .skillbar-bar {background: #acdafd;} /* Light Color */
.photoshop .skillbar-title span {background: #6e64b2;} /* Dark Color */
.photoshop .percentage-text {color: #6e64b2;} /* Text Color = Dark Color */

/* Fireworks */
.fireworks .skillbar-title,
.fireworks .skillbar-bar {background: #e6e800;} /* Light Color */
.fireworks .skillbar-title span {background: #595536;} /* Dark Color */
.fireworks .percentage-text {color: #595536;} /* Text Color = Dark Color */

/* HTML5 */
.html-5 .skillbar-title,
.html-5 .skillbar-bar {background: #ffad80;} /* Light Color */
.html-5 .skillbar-title span {background: #ea6434;} /* Dark Color */
.html-5 .percentage-text {color: #ea6434;} /* Text Color = Dark Color */

/* Javascript */
.java .skillbar-title,
.java .skillbar-bar {background: #fae16e;} /* Light Color */
.java .skillbar-title span {background: #c6a724;} /* Dark Color */
.java .percentage-text {color: #c6a724;} /* Text Color = Dark Color */

/* illustrator */
.illustrator .skillbar-title,
.illustrator .skillbar-bar {background: #ff8a26;} /* Light Color */
.illustrator .skillbar-title span {background: #3e2b1e;} /* Dark Color */
.illustrator .percentage-text {color: #3e2b1e;} /* Text Color = Dark Color */

/* inDesign */
.indesign .skillbar-title,
.indesign .skillbar-bar {background: #f059ab;} /* Light Color */
.indesign .skillbar-title span {background: #5a3849;} /* Dark Color */
.indesign .percentage-text {color: #5a3849;} /* Text Color = Dark Color */

/* dreamweaver */
.dreamweaver .skillbar-title,
.dreamweaver .skillbar-bar {background: #abf600;} /* Light Color */
.dreamweaver .skillbar-title span {background: #133211;} /* Dark Color */
.dreamweaver .percentage-text {color: #133211;} /* Text Color = Dark Color */

/* WordPress */
.wordpress .skillbar-title,
.wordpress .skillbar-bar {background: #6bbddc;} /* Light Color */
.wordpress .skillbar-title span {background: #308fb2;} /* Dark Color */
.wordpress .percentage-text {color: #308fb2;} /* Text Color = Dark Color */

/* ==============================================
  -- 8h. Buttons
=============================================== */
/* Style One */
a.btn-style-one {
  display: inline-block;
  background-color:#dd3534;
  color: #fff;
  text-align: center;

  cursor:pointer;
  position:relative;

  padding: 5px 30px;
  line-height: 33px;
  font-size: 15px;
  font-weight:bold;
  border-radius: 5px;

  -webkit-box-shadow: inset 0 -3px rgba(0,0,0,.2);
  box-shadow: inset 0 -3px rgba(0,0,0,.2);

  -webkit-transition: none;
  transition: none;
}
a.btn-style-one:hover {
  color:#ffffff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;

  -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.2);
  box-shadow: inset 0 -1px rgba(0,0,0,.2);
  top: 1px;
}
a.btn-style-one.medium-btn {
  padding: 5px 20px 7px !important;
  line-height: 33px !important;
  font-size: 15px !important;
  font-weight:bold !important;
  margin: 0 0 20px;
}
a.btn-style-one.small-btn {
  padding: 5px 25px 6px !important;
  line-height: 30px !important;
  font-size: 13px !important;
  font-weight:bold !important;
  margin: 0 0 20px;
}
.btn-style-one {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
}
.btn-style-one i {padding: 0 0 0 8px;}
/* Style Two */
a.btn-style-two {
  display: inline-block;
  background-color:transparent;
  color: #dd3534;
  text-align: center;
  border: 2px solid #dd3534;

  cursor:pointer;
  position:relative;

  padding: 5px 30px;
  line-height: 33px;
  font-size: 15px;
  font-weight:bold;
  border-radius: 6px;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.btn-style-two:hover {
  border-radius: 0px;
}
/* Style Three */
a.btn-style-three {
  display: inline-block;
  background-color:transparent;
  color: #fff;
  text-align: center;
  background-color: #dd3534;

  cursor:pointer;
  position:relative;

  padding: 5px 30px;
  line-height: 33px;
  font-size: 15px;
  font-weight:bold;
  border-radius: 6px;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.btn-style-three:hover {
  border-radius: 0px;
}
/* Style Four */
a.btn-style-four {
  display: inline-block;
  background-color:transparent;
  color: #dd3534;
  text-align: center;
  border: 2px solid #dd3534;

  cursor:pointer;
  position:relative;

  padding: 5px 30px;
  line-height: 33px;
  font-size: 15px;
  font-weight:bold;
  border-radius: 0px;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.btn-style-four:hover {
  border-radius: 6px;
}
/* Style Five */
a.btn-style-five {
  display: inline-block;
  background-color:transparent;
  color: #fff;
  text-align: center;
  background-color: #dd3534;

  cursor:pointer;
  position:relative;

  padding: 5px 30px;
  line-height: 33px;
  font-size: 15px;
  font-weight:bold;
  border-radius: 0px;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.btn-style-five:hover {
  border-radius: 6px;
}

/* Button Sizes */
a.small-btn {
  padding: 0px 20px !important;
  line-height: 30px !important;
  font-size: 13px !important;
  font-weight:bold !important;
  margin: 0 0 20px;
}
a.medium-btn {
  padding: 5px 20px !important;
  line-height: 33px !important;
  font-size: 15px !important;
  font-weight:bold !important;
  margin: 0 0 20px;
}
a.large-btn {
  padding: 10px 25px !important;
  font-size: 18px !important;
  font-weight:bold !important;
  margin: 0 0 20px;
}

/* Button Coloring */
/* Purple */
.btn-style-one.purple,
.btn-style-three.purple,
.btn-style-five.purple {
  background-color: #635c90 !important;
}
.btn-style-two.purple,
.btn-style-four.purple {
  color: #635c90 !important;
  border-color: #635c90 !important;
}
/* Green */
.btn-style-one.green,
.btn-style-three.green,
.btn-style-five.green {
  background-color: #3fb19d !important;
}
.btn-style-two.green,
.btn-style-four.green {
  color: #3fb19d !important;
  border-color: #3fb19d !important;
}
/* Red */
.btn-style-one.red,
.btn-style-three.red,
.btn-style-five.red {
  background-color: #e1584d !important;
}
.btn-style-two.red,
.btn-style-three.red,
.btn-style-four.red {
  color: #fff !important;
  border-color: #e1584d !important;
}
/* Blue */
.btn-style-one.blue,
.btn-style-three.blue,
.btn-style-five.blue {
  background-color: #2aa4d0 !important;
}
.btn-style-two.blue,
.btn-style-four.blue {
  color: #2aa4d0 !important;
  border-color: #2aa4d0 !important;
}
.btn-style-four.white {
  color: #fff !important;
  border-color: #fff !important;
}
/* Light Brown */
.btn-style-one.light-brown,
.btn-style-three.light-brown,
.btn-style-five.light-brown {
  background-color: #e09077 !important;
}
.btn-style-two.light-brown,
.btn-style-four.light-brown {
  color: #e09077 !important;
  border-color: #e09077 !important;
}
/* Mid-Night */
.btn-style-one.mid-night,
.btn-style-three.mid-night,
.btn-style-five.mid-night {
  background-color: #354e5b !important;
}
.btn-style-two.mid-night,
.btn-style-four.mid-night {
  color: #354e5b !important;
  border-color: #354e5b !important;
}

/* ==============================================
  -- 8i. Tables
=============================================== */

/* Style One and Default */
.table-style-one a {color: #da322c;}
.table-style-one a:hover {text-decoration: underline;}
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  color: #777;
}
.table-style-one {
  font-size: 12px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #5a538c;
  border-radius: 3px;
  margin: 0 0 30px;
}
table td, table th {
  padding: 3px 10px;
}
table thead th {
  background-color: #5a538c;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0 15px 10px;
  text-transform: uppercase;
}
table thead th:first-child {
  border: none;
}
table tbody td {
  font-size: 14px;
  font-weight: normal;
  padding: 15px 10px;
}
table tbody .alt td {
  background: #5a538c;
}
table tbody tr:last-child td {
  border-bottom: none;
}
table tfoot,
table tfoot a {
  border-top: 1px solid #5a538c;
  background: #5a538c;
  color: #fff;
}
table tfoot td div {
  border-top: 1px solid #5a538c;
  background: #5a538c;
}
table tfoot td {
  padding: 10px;
  font-size: 14px
}
table tfoot td div {
  padding: 2px;
}
table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
table tfoot li {
  display: inline;
}
table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  color: #FFFFFF;
  border: 1px solid #5a538c;
  border-radius: 3px;
  background-color: #5a538c;
}
table tfoot ul.active, table tfoot ul a:hover {
  text-decoration: none;
  border-color: #5a538c;
  color: #FFFFFF;
  background: none;
  background-color: #00557F;
}

/* Style Two */
.table-style-two a {color: #da322c;}
.table-style-two a:hover {text-decoration: underline;}
.table-style-two table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  color: #777;
}
.table-style-two {
  font-size: 12px;
  background: #fff;
  overflow: hidden;
  margin: 0 0 30px;
}
.table-style-two table td, .table-style-two table th {
  padding: 3px 10px;
}
.table-style-two table thead th {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0 15px 10px;
  text-transform: uppercase;
}
.table-style-two table tbody td {
  font-size: 14px;
  font-weight: normal;
  padding: 15px 10px;
}
.table-style-two table tbody .alt td {
  background: #5a538c;
}
.table-style-two table tbody.fr-highlight td:first-child {
  color: #324d5b;
}
.table-style-two table tbody tr:last-child td {
  border-bottom: none;
}
.table-style-two table tfoot {
  border-top: 2px solid #5a538c;
  color: #5a538c;
}
.table-style-two table tfoot td div {
  border-top: 1px solid #5a538c;
  background: #5a538c;
}
.table-style-two table tfoot td {
  padding: 10px;
  font-size: 14px;
}
.table-style-two table tfoot td div {
  padding: 2px;
}
.table-style-two table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.table-style-two table tfoot li {
  display: inline;
}
.table-style-two table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  color: #FFFFFF;
  border: 1px solid #5a538c;
  border-radius: 3px;
  background-color: #5a538c;
}
.table-style-two table tfoot ul.active, .table-style-two table tfoot ul a:hover {
  text-decoration: none;
  border-color: #5a538c;
  color: #FFFFFF;
  background: none;
  background-color: #00557F;
}
.hash {color: #dedede !important;}

/* Style Three */
.table-style-three a {color: #fff;}
.table-style-three a:hover {text-decoration: underline;}
.table-style-three table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  color: #fff;
}
.table-style-three {
  font-size: 12px;
  background: #5a538c;
  overflow: hidden;
  border-radius: 3px;
  margin: 0 0 30px;
}
.table-style-three table td, .table-style-three table th {
  padding: 3px 10px;
}
.table-style-three table thead tr {
  border-bottom: 1px solid #fff;
}
.table-style-three table thead th {
  color: #fff;
  background-color: #5a538c;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0 15px 10px;
  text-transform: uppercase;
}
.table-style-three table tbody td {
  font-size: 14px;
  font-weight: normal;
  padding: 15px 10px;
}
.table-style-three table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.table-style-three table tbody .alt td {
  background: #5a538c;
}
.table-style-three table tbody tr:last-child td {
  border-bottom: none;
}
.table-style-three table tfoot {
  color: #fff;
  background: #5a538c;
}
.table-style-three table tfoot td div {
  color: #fff;
  background: #5a538c;
}
.table-style-three table tfoot td {
  padding: 10px;
  font-size: 14px;
}
.table-style-three table tfoot td div {
  padding: 2px;
}
.table-style-three table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.table-style-three table tfoot li {
  display: inline;
}
.table-style-three table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  color: #FFFFFF;
  border: 1px solid #5a538c;
  border-radius: 3px;
  background-color: #5a538c;
}
.table-style-three table tfoot ul.active, .table-style-three table tfoot ul a:hover {
  text-decoration: none;
  border-color: #5a538c;
  color: #FFFFFF;
  background: none;
  background-color: #00557F;
}

/* Style Four */
.table-style-four a {color: #da322c;}
.table-style-four a:hover {text-decoration: underline;}
.table-style-four table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  color: #777;
}
.table-style-four {
  font-size: 12px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0 0 30px;
}
.table-style-four table td, .table-style-four table th {
  padding: 3px 10px;
  border-bottom: 1px solid #ccc;
}
.table-style-four table thead {
  border-bottom: 1px solid #ccc;
}
.table-style-four table thead th {
  background-color: #fff;
  color: #5a538c;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0 15px 10px;
  text-transform: uppercase;
}
.table-style-four table thead th:first-child {
  border: none;
}
.table-style-four table tr:hover {
  background-color: #dddbe7;
}
.table-style-four table tbody td {
  font-size: 14px;
  font-weight: normal;
  padding: 15px 10px;
}
.table-style-four table tbody .alt td {
  background: #5a538c;
}
.table-style-four table tbody tr:last-child td {
  border-bottom: none;
}
.table-style-four table tfoot {
  border-top: 1px solid #ccc;
  background: #fff;
  color: #5a538c;
}
.table-style-four table tfoot td div {
  border-top: 1px solid #5a538c;
  background: #5a538c;
}
.table-style-four table tfoot td {
  padding: 10px;
  font-size: 14px;
  border:none;
}
.table-style-four table tfoot td div {
  padding: 2px;
}
.table-style-four table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.table-style-four table tfoot li {
  display: inline;
}
.table-style-four table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  color: #FFFFFF;
  border: 1px solid #5a538c;
  border-radius: 3px;
  background-color: #5a538c;
}
.table-style-four table tfoot ul.active, .table-style-four table tfoot ul a:hover {
  text-decoration: none;
  border-color: #5a538c;
  color: #FFFFFF;
  background: none;
  background-color: #00557F;
}

/* ==============================================
  -- 8j. Accordion
=============================================== */
.panel-default > .panel-heading {
  background: transparent;
  padding: 0;
}
.panel-default > .panel-heading a {
  border-radius: 6px 6px 0 0;
  border: 2px solid #ccc;
  margin: 0 0 -2px 0;
  color: #5a528d;
}
.panel-default > .panel-heading a.collapsed {
  border-radius: 6px;
  margin: 0;
  color: #888;
}
.panel-default > .panel-heading a {padding: 15px;font-weight: normal;display: block;}
.panel-default > .panel-heading i {
  float: right;
  font-size: 13px;
  padding: 0px;
  border: 2px solid #ccc;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: -1px -4px 0 0;
  line-height: 23px;
  color: #ccc;border-radius: 100px;
}
.accordion-toggle.collapsed .fa-minus,
.accordion-toggle .fa-plus {
  display:none;
}
.accordion-toggle.collapsed .fa-plus {
  display:inline-block;
}
.panel-title:hover {
     cursor: pointer;
}
.panel-body {
    background-color: transparent;
    padding-left: 30px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    padding: 15px;
  border: 2px solid #ccc;
  border-top: 0;
  margin: -2px 0 0 0;
  background: #fff;
  color: #888;
  font-weight: normal;
  border-radius: 0px 0 6px 6px;
}

/* ==============================================
  -- 8k. Tabs
=============================================== */
.nav-tabs {
    border: none;
}
.tab-pane {
    padding: 15px 8px;
    background-color: transparent;
}
.tab-pane p {
  color: #888;
  font-weight: normal;
  line-height: 24px;
  font-size: 14px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
    background-color: #5a528d;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a:focus {
  color: #fff !important;
}
.nav-tabs > li {
  border: 2px solid #ccc;
  border-radius: 0;
}
.nav-tabs > li:first-child {
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.nav-tabs > li:first-child > a {
  border-radius: 3px 0 0 3px;
}
.nav-tabs > li:last-child {
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.nav-tabs > li:last-child > a {
  border-radius: 0 3px 3px 0;
}
.nav-tabs > li > a {
    margin: 0px;
    line-height: 1.42857143;
    border: none;
    background-color: #fff;
    color: #888;
    border-radius: 0;
}

/* Verticle Tabs */
.tab-wrap .nav-tabs {
  border: 2px solid #ccc;
  border-radius: 5px;
}
.tab-wrap .nav-tabs > li {margin: 0;}
.tab-wrap .nav-tabs > li,
.tab-wrap .nav-tabs > li:first-child {
  border: none;
  border-radius: 0px;
}
.tab-wrap .nav-tabs > li > a,
.tab-wrap .nav-tabs > li.active > a {border-bottom: 1px solid #ccc;padding: 15px 20px;}
.tab-wrap .nav-tabs > li:first-child > a {
  border-radius: 3px 3px 0 0;
}
.tab-wrap .nav-tabs > li:last-child > a {
  border-radius: 0 0 3px 3px;
  border-bottom:none;
}

/* ==============================================
  -- 8l. Alerts
=============================================== */
.alert-box {margin:0 0 10px; font-size:14px;position: relative;border-radius: 0;padding: 15px;}
.rounded { border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.alert-box .toggle-alert {position: absolute; top: 2px; right: 2px; display: block; width: 20px; height: 20px;}
.toggle-alert i {background: transparent;color: rgba(0,0,0,.2);width: 20px;height: auto;text-align: center;line-height: 20px;font-size: 13px;}

/* ==============================================
  -- 8n. List Style
=============================================== */
/* List Style One - Default Bullet Coloring */
ul.list-one {
    list-style: none;
    padding:0;
    margin:0 0 20px;
}

ul.list-one li {
    padding-left: 1em;
    text-indent: -.7em;
    font-size: 14px;
    line-height: 30px;
}

ul.list-one li:before {
  content: "• ";
    color: #d93530;
    font-size: 14px;
    font-family: 'FontAwesome';
    padding-right: 0.8em;
    position: relative;
    top: 0px;
}
/* List Style Two - Use FontAwesome icon class on li element */
ul.list-two {
    list-style: none;
    padding:0;
    margin:0 0 20px;
}

ul.list-two li {
    padding-left: 1em;
    text-indent: -.7em;
    font-size: 14px;
    line-height: 30px;
}

ul.list-two li:before {
    font-family: 'FontAwesome';
    padding-right: 0.8em;
    position: relative;
    top: 0px;
    color: #b1cde4;
}
ul.list-two.white li:before {
    color: #fff;
}

/* List Style Three - Use FontAwesome icon class on li element */
ul.list-three {
    list-style: none;
    padding:0;
    margin:0 0 20px;
}

ul.list-three li {
    padding-left: 1em;
    text-indent: -.7em;
    font-size: 14px;
    line-height: 30px;
}

ul.list-three li:before {
    color: #d93530;
    font-size: 14px;
    font-family: 'FontAwesome';
    padding-right: 0.8em;
    position: relative;
    top: 0px;
    content: "\f046";
}

/* List Style Four - Use FontAwesome icon class on li element */
ul.list-four {
    list-style: none;
    padding:0;
    margin:0 0 20px;
}

ul.list-four li {
    padding-left: 1em;
    text-indent: -.7em;
    font-size: 14px;
    line-height: 30px;
}

ul.list-four li:before {
    color: #d93530;
    font-size: 14px;
    font-family: 'FontAwesome';
    padding-right: 0.8em;
    position: relative;
    top: 0px;
    content: "\f054";
}

/* ==============================================
  9. Blog Posts Section
=============================================== */
#blog {
  overflow-x: hidden;
}
.blog-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-posts ul li:nth-child(even) {
  background: #f8f8f8;
  width: 100%;
  margin: 0 auto;
}
.blog-posts ul li {color: #000;padding: 30px 0;width: 100%;margin: 0 auto;position:relative;}
.blog-posts ul li:nth-child(even):before,
.blog-posts ul li:nth-child(even):after {content: ""; position: absolute; background: #f8f8f8; top: 0; bottom: 0; width: 100%;}
.blog-posts ul li:nth-child(even):before {right: 100%; background-position:100% 0%;}
.blog-posts ul li:nth-child(even):after {left: 100%; background-position: 0 0;}
.blog-posts .post-metas {
  width:120px;
  float: left;
  text-align: center;
  text-transform: capitalize;
  color: #444;
  font-weight: 400;
}
.blog-posts .post-metas i {
  font-size: 30px;
}
.blog-posts .post-metas h2 {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  margin: 10px 0;
  padding: 0;
  letter-spacing: 0;
  text-transform: uppercase;
}
.blog-posts .content {font-weight: normal;display: inline-block;width: 82%;}
.blog-posts .content a.date {margin: 0px 0px 5px;display: inline-block;color: #777;font-size: 14px;font-weight: 400;}
.blog-posts .content h2 {margin:0 0 8px;padding: 0;font-size: 20px;letter-spacing: 0;}
.blog-posts .content h2 a {color: #444;font-size: 18px;font-weight: 400;text-transform: uppercase;}
.blog-posts .content p {color: #777;}
.post-metas span a {font-weight: normal;text-decoration: underline;}
.hidden-items {display: none;}
.view-more {margin:20px auto;}
.content { margin-top:0px; }
.post-category .post-categories {margin: 0px;padding: 0px;display: inline-block;}
.post-category .post-categories li {list-style: none;display: inline-block;}
.post-categories li:after {content: ", ";}
.post-categories li:last-child:after {content: "";}
.post-category i {padding: 0 8px 0 0;}
.vc-blog {padding: 0;}
.format-status iframe,
.format-video iframe,
.format-audio iframe,
.post-content iframe {min-width: 100% !important;}
.post-content iframe {max-width: 100% !important;}

/* ==============================================
  10. Contact Section
=============================================== */
.contact-info h2,
.address h2,
.contact-form h2 {font-size: 20px;font-weight: 600;color: #444444;letter-spacing: 0;}
.contact-info a, .contact-info p,
.address a, .address p {font-size: 16px;font-weight: normal;color: #777;line-height: 32px;}
#contact textarea {max-width: 100%;}
.contact-info a {margin: 0 0 50px;display: block;}
.contact-info a:last-child {margin: 0;}
.contact-info .social-media {padding: 0;margin: 20px 0 0 20px;}
.contact-min a,
.contact-min i {font-size: 18px;color: #444;}
.contact-min i {padding: 0 5px 0 0;}
.contact-min .social-media i {padding: 10px;color: #fff;font-size: 14px}
.contact-min .social-media {margin: 0;}

/* ==============================================
  11. Map Section
=============================================== */
#map {height: 450px;width: auto;}
.map-section {position: relative;}
.map-info {position: absolute;left:auto;top:0px;width:360px;height: 100%;background: rgba(43,43,43, 0.6);font-weight: 400;padding: 0;}
.map-info h2.map-info-heading {background: rgba(43, 43, 43, 0.6);margin:0;padding: 20px 0;text-align: center;font-size: 24px;font-weight: bold;color: #fff;letter-spacing: 0;font-weight: 400;}
.reach-info {padding: 20px;}
.reach-info > div:first-child {display: block;margin: 10px 0 20px;}
.reach-info > div {display: block;margin: 35px 0;}
.reach-info .by-walk h3,
.reach-info .by-car h3,
.reach-info .by-train h3 {font-size: 18px;font-weight: 400;color: #fff;display: inline-block;margin: 0px;}
.reach-info img {display: inline-block;vertical-align: sub;}
.reach-info p {display: inline-block;font-size: 14px;font-weight: normal;color: #fff;}
.reach-content {width: 75%;display: inline-block;margin: 0 0 0 12px;}

/* ==============================================
  13. Title Area
=============================================== */
#title-area {
  height: 200px;
  width: 100%;
  margin: 0 auto;
  background: url('../images/bg/banner-bg.jpg') no-repeat bottom center fixed;
  background-size: cover;
  position: relative;
}
#title-area .container {
  z-index: 0;
  position: inherit;
}
.page-title {
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 200px;
  float: left;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.breadcrumbs {
  float: right;
  text-align: right;
  line-height: 200px;
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a:after {
  content: "/";
  padding: 0 10px;
}

/* ==============================================
  14. All sections title
=============================================== */
.section-title {
  margin-bottom: 30px;
}
.section-title h2 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #444;
  letter-spacing: 0;
}
h3.sub-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
/* Separator */
.separator {
  height: 1px;
  width: 60%;
  margin: 30px auto 20px;
  display: block;
  background: #dcdcdc;
  position: relative;
}
.separator-1 {
  display: block;
  background: url('../images/service-bg-pattern.png');
  height: 25px;
  left: 0px;
  margin: 0px auto 0;
}
.separator-100 {
  height: 1px;
  width: 100%;
  margin: 30px auto 20px;
  display: block;
  background: rgba(90, 82, 141, 0.2);
  position: relative;
}
.center-point {
  width: 10px;
  height: 10px;
  background: #da322c;
  margin: 3px 0 0 0;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -5px;
  /* Rotate */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* Rotate Origin */
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* ==============================================
  -- 15c. Portfolio Squre
=============================================== */
.square .border-circle,
.square li img,
.square li {border-radius: 0;}
.square li {margin: 0px; width: 292px;}
.square li img {width: 292px;height: 292px;}
.square li.portfolio-square {height: auto;}

 Visual Composer Shortcode 
.vc-portfolio.square li {width: 285px !important;}
.vc-portfolio.square li img {width: 285px !important;height: 285px !important;}
.vc-portfolio.avatar-portfolio li {width: 240px;}
.vc-portfolio.avatar-portfolio li img {width: 240px;height: 240px;}
.vc-portfolio.avatar-portfolio li:hover .port-hover {height: 240px;}

/* ==============================================
  -- 15d. Single Portfolio Items Control
=============================================== */
#port-items .carousel-control {top: 20px; left: 86%; width: 50px; height: 50px; background: transparent; opacity: 1;-webkit-filter: avatar(opacity=100);filter: avatar(opacity=100);text-shadow: 0 0px 0px rgba(0, 0, 0, 0); color: #bbb;}
#port-items .carousel-control.right {left: 89%;}
#port-items .carousel-control:hover {color:#dd3430;}
#port-items .carousel-control.closing i {left: 0px; top: 4px; position: relative; text-shadow: 0 0px 0px rgba(0, 0, 0, 0); color: #fff; }
#port-items .carousel-control.closing {
  width: 35px;
  height: 35px;
  background: #dd3430;
  display: inline-block;
  position: absolute;
  top: 4%;
  left: 97%;
  right: 0;
  cursor: pointer;
  /* Rotate */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* Rotate Origin */
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* ==============================================
  16. 404 Page
=============================================== */
.page-error {margin: 60px auto 0;}
.page-nf-line {border:10px solid #f0f0f0; margin: 0 0 160px; }
.page-not-found img { float:left}
.page-not-found { min-height: 320px; margin-top: 0; }
.nf-box { float: left;background: #5a538c;width: 640px;margin: 40% 0px 0px 30%;display: inline-block;position: absolute;}
.nf-box p { font-weight:bold; color:#fff; padding: 0px 30px 20px; font-size:16px; line-height:28px; }
.nf-box a { font-weight:bold; color:#fff; text-decoration:underline; }
.nf-box h4 { margin:0 0 30px 20px; font-weight:bold; font-size:20px; text-transform:uppercase; color:#fff; display: inline-block; padding:20px 20px; background:rgba(255,255,255,.3); }

/* ==============================================
  17. Single Post Page
=============================================== */
.post-content {margin: 10px auto 0;}

/* ==============================================
  -- 17a. Content Structure
=============================================== */
.post-title {font-size: 24px;font-weight: normal;color: #444444;-ms-word-wrap: break-word;word-wrap: break-word;}
.post-link {text-decoration: underline;}
a.post-title {margin: 15px 0 5px;display: block;}
.post-meta span {font-size: 14px;color: #777;padding: 0 15px 0 0;font-weight: normal;margin: 5px 0 5px;display: inline-block;}
.post-meta span a {color: #777;}
.post-meta i {color: #5a528d;padding: 0 5px 0 0;font-size: 17px;}
.featured-image img {max-width: 100%;margin: 10px 0 20px;}
.post-content p,
.post-list p {font-size: 14px;line-height: 26px;font-weight: normal;margin: 0 0 30px;}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h2 {font-weight: normal;}

/* Gallery Slider */
#blog-slider {margin: 0 0 20px;}
#blog-slider.owl-theme .owl-controls .owl-buttons {position: absolute; top: 34%; left: 0px;width: 100%;}
#blog-slider.owl-theme .owl-controls .owl-pagination {position: absolute;bottom: 25px;width: 100%;}
#blog-slider.owl-theme .owl-controls .owl-page span {background: #fff;}
#blog-slider.owl-theme .owl-controls .owl-buttons div {color: #FFF; display: inline-block; margin: 5px; padding: 3px 10px; font-size: 42px; background: transparent; opacity: 1;border-radius: 30px;}
#blog-slider.owl-theme .owl-controls .owl-buttons .owl-prev {position: absolute;left: 0}
#blog-slider.owl-theme .owl-controls .owl-buttons .owl-next {position: absolute;right: 0}
#blog-slider.owl-theme .owl-controls {opacity: 0.3; -webkit-filter: avatar(opacity=30); filter: avatar(opacity=30);margin: 0;-webkit-transition: all 0.4s;transition: all 0.4s;}
#blog-slider.owl-theme:hover .owl-controls {opacity: 1; -webkit-filter: avatar(opacity=100); filter: avatar(opacity=100);}

/* ==============================================
  -- 17b. Next - Previouse Post Links
=============================================== */
.nxt-prev-post-links {font-size: 20px;margin: 20px 0px;display: block;width: 100%;float: left;}
.nxt-prev-post-links a, .nxt-prev-post-links a {padding: 8px 15px 6px;background-color: #ddd;color: #777;border-radius: 4px;}
.nxt-prev-post-links a:hover {background-color: #dd3430;color: #fff;}
.nxt-prev-post-links a[rel="next"] {float: left;}
.nxt-prev-post-links a[rel="prev"] {float: right;}

/* ==============================================
  -- 17c. Post Navigation
=============================================== */
.page-numbers {list-style: none;display: block;margin: 30px 0 0;padding: 0;}
.page-numbers li {display: inline-block;padding: 0 5px 0 0;}
.page-numbers li a,
.page-numbers.dots,
.wp-pagenavi .extend,
.page-numbers li span.current {padding: 10px 15px;background-color: #ebebeb;color: #444;border-radius: 4px;font-weight: normal;}
.page-numbers li span.current,
.page-numbers li a:hover {background-color: #dd3430;color: #fff;}
.wp-pagenavi .extend {margin: 0 10px 0 0;}

/* Pagination */
.wp-pagenavi {list-style: none;display: block;margin: 30px 0 0;padding: 0;}
.wp-pagenavi a,
.wp-pagenavi span.current {padding: 10px 15px;background-color: #ebebeb;color: #444;border-radius: 4px;font-weight: normal;margin: 0 10px 0 0;}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {background-color: #dd3430;color: #fff;}
.wp-pagenavi select{border: 2px solid #BFBFBF; background:#f7f7f7; color:#696969; height:25px; min-width:60px; padding:10px 15px;}

/* ==============================================
  -- 17e. Coumments
=============================================== */
.comments {padding: 0;margin: 0;list-style: none;}
.comment-wrapper {}
.comment-wrapper h3 {margin: 20px 0 30px;font-weight: normal;color: #444444;}
.comment-area {background:#fff; margin-bottom:20px; margin-left: 110px; padding:20px; border: 2px solid #e6e6e6; border-radius: 6px;position:relative;}
.comment-area:before {content: "\f053"; font-family:'FontAwesome'; font-size:14px;font-weight: normal;color:#e6e6e6;position:absolute;left:-8px;background:#fff;line-height:9px}
.comment-area h4 {margin: 0 0 20px;font-weight: normal;display: inline-block;}
.comment-area .comment-reply-link {float: right;font-weight: normal;}
.comments-reply i {padding: 0 5px 0 0;}
.comment-area p {font-weight: normal;font-size: 14px;line-height: 24px;}
.comment-area iframe {max-width: 100%;}
.comments-meta .comments-date {font-size: 14px;font-weight: normal;color: #bbb;display: block;text-align: right;margin: 10px 0 0;}
.comment-avatar {float:left;width: 80px;}
.comment-avatar img { border-radius: 3px;}
.comments-reply {float: right;}
#cancel-comment-reply-link {display:block; margin-top:0; text-align:right}
#cancel-comment-reply-link i {font-size:22px; padding:0 5px;}
#reply-title small {float: right;}
.form-submit {
  width: 25%;
  float: left;
  padding: 0;
}
div.error {
    padding: 0px 0px 10px;
    color: #F00;
    font-size: 12px;
}
.comment-body {clear: both;}
.children {list-style: none;padding: 0px 0 0 112px;}
.children .form-submit {width: 100%;}
.children .comment-wrapper {margin-left: 85px;}
.commentlist .children {list-style: none; margin: 0; padding:0 0 0 85px;}
.commentlist .children .children {padding:0 0 0 85px;}
.children #respond { margin:0 0 50px; }
.depth-1  #respond {  margin:0 0 50px; }
.children #respond #reply-title {margin-top:20px; }
.comment-form .col-lg-4,
.comment-form .col-lg-12 {padding: 0;}
.comment-form .col-lg-4.form-author-name,
.comment-form .col-lg-4.form-author-email {padding: 0 15px 0 0;}

/* ==============================================
  18. Under Construction Page
=============================================== */
#uc-wrapper {overflow: hidden;}
.under-construction {
  color: #fff;
  background: url('../images/bg/banner-bg.jpg') no-repeat center center fixed;
  background-size: cover;
}
.uc-heading {font-size:32px; text-transform:uppercase; font-weight:bold;margin:40px 0 30px;}
.uc-short-title {font-size:24px;margin:10px 0 20px;}
.coundown {font-size:38px;}
.ds-element {displaY:inline-block;margin:40px 0 20px; padding:40px 15px; border:3px solid #fff; width:150px;}
.ds-element:first-child {border-right:none;}
.ds-element:last-child,
.ds-element-minutes {border-left:none;}
.ds-element-title {font-size:24px;font-weight: normal;}
.ds-element-value  {font-size: 38px;font-weight: normal;}
.uc-message {background: rgba(255,255,255,0.8);margin: 0 auto;width: 50%;color: #444444;padding: 20px;border-radius: 6px;}
.uc-message p {font-weight: normal;font-size: 14px;line-height: 24px;margin: 0;}

/* ==============================================
  -- 19d. Owl Normal Arrow
=============================================== */
.normal-arrow .owl-controls .owl-buttons div {position: absolute; top: 10px; padding: 10px 15px; color: rgba(255,255,255,.2); border-radius: 4px;background: transparent !important;}
.normal-arrow .owl-controls .owl-buttons div i {font-size: 48px;}
.normal-arrow .owl-controls .owl-buttons div:hover {color: rgba(255,255,255,.6);}
.normal-arrow .owl-controls .owl-buttons .owl-next {position: absolute; right: -50px; top: -10%;}
.normal-arrow .owl-controls .owl-buttons .owl-prev {position: absolute; left: -50px; top: -10%;}

/* ==============================================
  21. Software
=============================================== */
/*///Original vid bg code///*/

 /* #cover-normal-screen {
  background-color: transparent;
  display: table;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  padding: 6% 0 0;
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}*/


/*///Image-bg code///*/

  #cover-normal-screen {
  background-color: transparent;
  display: table;
  width: 100%;
  height: auto;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  padding: 6% 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;    
  height: 260px;
  overflow: visible !important;
  /*background-image: url(http://www.noisesolution.org/wp-content/uploads/2016/04/Banner-16.jpg);*/
  background-size: cover !important;
  background-position: 0px !important;     
}

/*#wrapper_mbYTP_video {
	display: none;
}
.mb_YTVPBar {
display: none;
}
.mb_YTVPBar.inlinePlayer {
    display: none;
}*/
.soft-screen {
  width: 890px;
  margin: 0 auto;
}
.soft-screen img {
  width: auto;
  background: #000;
  padding: 40px 40px 0;
  border-radius: 20px 20px 0 0;
}
#software-banner .banner-heading,
#software-banner-ios .banner-heading {
  margin: 0 0 20px;
}
#software-banner .banner-subheading,
#software-banner-ios .banner-subheading {
  font-size: 16px;
  line-height: 25px;
}
#software-banner .btn-style-three {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 40px;
}
#software-banner-ios .btn-style-three {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
}
#software-banner-ios p {
  margin: 0px;
}
#software-banner .btn-style-three i,
#simple-promo .btn-style-three i,
#software-banner-ios .btn-style-three i {
  padding: 0 0 0 5px;
}
#simple-promo .btn-style-three {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 400;
}
#soft-screenshots h4 {
  line-height: 22px;
}

/* ==============================================
  -- 21a. App Screenshot
=============================================== */
#software-slider {margin: 30px auto -10px; width: 880px; height: 440px; background: #000; padding: 40px 40px 0; border-radius: 20px 20px 0 0;float: none !important;}
#software-slider .owl-controls {display: block !important; }
#software-slider .owl-wrapper-outer {}
#software-slider .owl-item {text-align: center;margin: 0 0px;}
#software-slider .owl-item:first-child {margin: 0 0px 0 0;}
#software-slider .owl-item:last-child {margin: 0 0 0 0px;}
#software-slider .owl-controls .owl-buttons div {position: absolute; top: 10px; padding: 10px 15px; color: #777; border-radius: 4px;background: transparent;font-size: 36px;}
#software-slider .owl-controls .owl-buttons div:hover {color: #000;}
#software-slider .owl-controls .owl-buttons .owl-next i,
#software-slider .owl-controls .owl-buttons .owl-prev i {font-size: 68px;}
#software-slider .owl-controls .owl-buttons .owl-next {position: absolute; right: -80px; top: 40%; }
#software-slider .owl-controls .owl-buttons .owl-prev {position: absolute; left: -80px; top: 40%; }
#software-slider a {position: relative;z-index: 0;display:inline-block;}
#software-slider a:hover .screen-overlay {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 2; }
#software-slider a .screen-overlay:before {display: none;}
#software-slider a:hover .screen-overlay:before {content:"\f0b2";display: block;position: relative;top: 41.8%;left: 0;color: #fff;font-size: 48px;font-family: 'FontAwesome';}


/* ==============================================
  22. Contact Form
=============================================== */
.form-one input,
.form-one textarea {
  background: #f6f6f6;
  border: none;
  color: #777;
  resize: none;
}
.form-one input:focus,
.form-one input:active {
  border: none;
  background: #eee;
  color: #777;
}
.form-one textarea {
  background: url('../images/forms/form-one-textarea.png') no-repeat scroll 99.5% 98% #F6F6F6;
}
.form-one textarea:focus,
.form-one textarea:active {
  background: url('../images/forms/form-one-textarea.png') no-repeat scroll 99.5% 98% #eee;
  border: none;
  color: #777;
}
.form-one input[type="text"] {
  background: url('../images/forms/form-one-user.png') no-repeat scroll 98% 50% #F6F6F6;
}
.form-one input[type="text"]:focus,
.form-one input[type="text"]:active {
  background: url('../images/forms/form-one-user.png') no-repeat scroll 98% 50% #eee;
  border: none;
  color: #777;
}
.form-one input[type="email"] {
  background: url('../images/forms/form-one-mail.png') no-repeat scroll 98% 50% #F6F6F6;
}
.form-one input[type="email"]:focus,
.form-one input[type="email"]:active {
  background: url('../images/forms/form-one-mail.png') no-repeat scroll 98% 50% #eee;
  border: none;
  color: #777;
}
/* Placeholder */
.form-one ::-webkit-input-placeholder {
   text-transform: uppercase;
}
.form-one :-moz-placeholder { /* Firefox 18- */
  text-transform: uppercase;
}
.form-one ::-moz-placeholder {  /* Firefox 19+ */
   text-transform: uppercase;
}
.form-one :-ms-input-placeholder {
   text-transform: uppercase;
}

/* ==============================================
  -- 22a. Form Style
=============================================== */
input, select,
.mc4wp-form input[type="date"], .mc4wp-form input[type="email"], .mc4wp-form input[type="tel"], .mc4wp-form input[type="text"], .mc4wp-form input[type="url"] {
  width: 100%;
  max-width: 100%;
  padding: 12.9px;
  color: #444;
  background: #fff;
  border: 1px solid #ddd;
  margin: 7px 0px;
  font-weight: normal;
  border-radius: 6px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
outline: 0;
}
textarea {
  width: 100%;
  max-width: 100%;
  height: 165px;
  padding: 12.9px;
  color: #444;
  background: #fff;
  border: 1px solid #ddd;
  margin: 7px 0px;
  font-weight: normal;
  border-radius: 6px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border: 1px solid #999;
  background-color: #fff;
  color:#333;
}
input[type="text"].s {
  background: url('../images/forms/search.png') no-repeat scroll 97% 50% #fff !important;
  padding: 12.9px 32px 12.9px 13px;
}
input[type="radio"], input[type="checkbox"] {
  width: auto !important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"],
input#submit,
input.wpcf7-submit {
  display: inline-block;
  background-color:#dd3534;
  color: #fff !important;
  text-align: center;

  cursor:pointer;
  position:relative;

  padding: 0 25px;
  height: 45px;
  width: auto;
  font-size: 15px;
  font-weight:bold;
  border-radius: 5px;
  border:none;

  -webkit-box-shadow: inset 0 -3px rgba(0,0,0,.2);
  box-shadow: inset 0 -3px rgba(0,0,0,.2);

  -webkit-transition: none;
  transition: none;
}
input#submit:hover,
input.wpcf7-submit:hover {
  color:#ffffff;
  -webkit-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;

   -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.2);

   box-shadow: inset 0 -1px rgba(0,0,0,.2);
  top: 1px;
}
input[type="submit"][disabled] { background:#888; }

span.required {
  font-size: 13px;
  color: #ff0000;
}
#message,
#subs-message {
  margin: 10px 0;
  padding: 0;
}
.error_message {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
  padding: 6px 15px;
  color: #dd3533;
  font-weight: 400;
  background-color: #FBE3E4;
  border-radius: 4px;
}
#success_page h4.highlight {
  line-height: 24px;
  padding: 5px 15px;
  font-weight: 400;
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  font-size: 16px;
}
#success_page h4.highlight strong {
  font-weight: bold;
}
#message,
#subs-message {
  width: 100%;
  padding: 0px 15px;
  float: left;
}

.loader {
  padding: 0 10px;
}
acronym {
border-bottom:1px dotted #ccc;
}
div.wpcf7-validation-errors {border: 1px solid #F7E700;}
div.wpcf7-response-output {padding: 1em;margin: 2em 0px 1em;font-weight: normal;}
.post-password-form {
    padding:20px; border:2px solid #E1E6E9; color:#8c9295; position:relative;border-radius: 2px;
    margin: 10px 0 25px;
}
.post-password-form input {width: auto;padding: 8px;border-radius: 3px;margin: 10px;line-height: 8px;}
.post-password-form input[type='submit'] { background:#475258; padding:0 15px !important; font:700 14px arial, helvetica, sans-serif; color:#FFF; text-transform:uppercase; cursor:pointer;border:0;height: 34px;}

/* ==============================================
  -- 22b. Subscriptions Input Elements
=============================================== */
#subscriptions input[type="submit"] {
  text-align: center;
  text-transform: uppercase;
}
#subscriptions input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  color:#444444;
    font-size:14px;
    font-weight: 600;
}
#subscriptions input[type="checkbox"] {
    display:none;
}
#subscriptions input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url('../images/forms/check_radio_sheet.png') left top no-repeat;
    cursor:pointer;
}
#subscriptions input[type="checkbox"]:checked + label span {
    background:url('../images/forms/check_radio_sheet.png') -19px top no-repeat;
}
#subscriptions ul.subscription-topic {
  margin: 20px auto;
  padding: 0;
}
#subscriptions .subscription-topic li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 20px 0 0;
}

/* Radio Button */
#subscriptions input[type="radio"] + label {
  cursor: pointer;
  color:#444444;
    font-size:14px;
    font-weight: 600;
}
#subscriptions input[type="radio"] {
    display:none;
}

#subscriptions input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url('../images/forms/check_radio_sheet.png') -38px top no-repeat;
    cursor:pointer;
}

#subscriptions input[type="radio"]:checked + label span {
    background:url('../images/forms/check_radio_sheet.png') -57px top no-repeat;
}


/* ==============================================
  23. Footer Widgets
=============================================== */
.widget_mc4wp_widget p {font-size: 13px;text-align: left;margin: 0;padding: 0;font-weight: 400;}
.widget_mc4wp_widget p.not-spam {font-size: 10px;}
.widget_mc4wp_widget form {float: left;width: 100%;}
.widget_mc4wp_widget input[type="email"] {width:80%;float: left;padding: 9px 12.9px;}
.widget_mc4wp_widget input[type="submit"] {width: auto; padding: 0px 10px 3px; margin: 5px 0 0 0;height: 42px;}
footer form.mc4wp-form {text-align: left;margin: 0;}
.mc4wp-error{float: left;}

/* ==============================================
  -- 23a. Blog Page Sidebar
=============================================== */
.widget-title {font-weight: normal;font-size: 22px;text-transform: uppercase;color: #444;}
.title-bar {background-color: #e2e2e2; height: 3px; width: 20%; padding: 0px 10px 0 0;margin: 20px 0;display: block;}
.title-bar-center {background-color: #e2e2e2; height: 3px; width: 10%; padding: 0px 10px 0 0;margin: 20px auto;display: block;}
.widget {float: left;margin: 0px;width: 100%;}
.widget .post-date {display: inline-block;padding: 0;font-size: 12px;float: right;}
.widget .recentcomments a {font-weight: bold;}

/* ==============================================
  -- 23b. Widget List Items
=============================================== */
.sidebar ul {padding: 0;list-style: none;}
.sidebar ul li:before {content: '\f054'; font-family: 'FontAwesome'; font-size: 12px; color: #777; padding: 0 10px 0 0; }
.sidebar ul li {display: block;margin: 20px 0;}
.sidebar ul li a {color: #777;font-weight: normal;}
.sidebar ul li .badge {min-width: 38px;float: right;background: #2d2d2d;color: #fff;padding: 5px 10px;font-size: 14px;border-radius: 30px;}
.sidebar ul li:hover.cat-item,
.sidebar ul li:hover.cat-item:before {color: #5a528d;}
.sidebar ul li:hover.cat-item .badge {background: #5a528d;}

/* ==============================================
   Hide All ul li styles in selectBoxIt
=============================================== */
.sidebar .selectboxit-list li:before {content: ''; font-family: 'FontAwesome'; font-size: 12px; color: #777; padding: 0 0 0 0;}
.sidebar .selectboxit-list li {display: block;margin: 0;}
.sidebar .selectboxit-list li a {color: #777;font-weight: normal;}
.sidebar .selectboxit-list li .badge {min-width: 38px;float: none;background: #2d2d2d;color: #fff;padding: 0;font-size: 14px;border-radius: 0;}
.sidebar .selectboxit-list li:hover.cat-item,
.sidebar .selectboxit-list li:hover.cat-item:before {color: #5a528d;}
.sidebar .selectboxit-list li:hover.cat-item .badge {background: #5a528d;}

/* ==============================================
  -- 23c. Recent Posts
=============================================== */
.recent-posts .post-item {display: inline-block;margin: 0 0 10px;}
.recent-posts .post-item img {float:left;margin: 0 15px 0 0;}
.recent-posts .post-item a {color:#444;float:left;width: 60%;font-weight: normal;line-height: 20px;margin: 0 0 10px;}
.recent-posts .post-item .rp-date {float:left;color: #888;font-weight: normal;}

/* ==============================================
  24. Footer
=============================================== */
#footer {
  background-color: #2b2b2b;
  text-align: left;
}
#footer .widget-title {
  color: #fff;
  text-align: left;
}
#footer .textwidget {
  color: #fff;
  text-align: left;
  font-weight: normal;
}
#footer .row {
  padding: 20px 0 30px;
}
#footer a {color: #fff;}
#footer a:hover {text-decoration: underline;}
#footer h2 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  margin: 20px 0 30px;
  padding: 0;
  text-align: left;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li {
  list-style: none;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0;
  margin: 0 0 8px;
  padding: 0;
  text-align: left;
}
.copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255, .2);
}
.copyright-text {
  font-size:13px;
  color: #aaa;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
}

/* ==============================================
  25. Video Background
=============================================== */
#video-bg {position:relative;height:600px;}
.video-container {position: relative;padding-bottom: 56.25%;/*padding-top: 30px;*/height: 0;overflow: hidden;}
.video-container iframe,.video-container object,.video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video-overlay {position: absolute;z-index: 1;display: table-cell;height: 200px;margin: auto;top: 0;right: 0;left: 0;border: 0 none;vertical-align: middle;width: 100%;bottom: 0;}
.video-overlay-bg {position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0);top: 0;right: 0;left: 0;z-index: 888;}


/* ==============================================
  Logos View Based on Color Palate
=============================================== */
.logo-top > .default,
.under-construction .default,
.navbar-header .default {display: block;}
.logo-top > .yellow,
.under-construction .yellow,
.navbar-header .yellow {display: none;}
.logo-top > .blue,
.under-construction .blue,
.navbar-header .blue {display: none;}
.logo-top > .green,
.under-construction .green,
.navbar-header .green {display: none;}
.logo-top > .orange,
.under-construction .orange,
.navbar-header .orange {display: none;}
.logo-top > .red,
.under-construction .red,
.navbar-header .red {display: none;}

/* Extra Elements */
.app-store {padding: 0 10px 0 0;}
.absolute {position: absolute; z-index: 999}
.help-support {margin-bottom: 20px !important;}

/* Team Member Popup */
/* Styles for dialog window */
.zoom-anim-dialog {
  background: white;
  padding: 0;
  text-align: left;
  max-width: 334px;
  margin: 40px auto;
  position: relative;
  display: block;
  border-radius: 0 0 6px 6px;
}
/*.team-popup-image {width: 50%;float: left;}*/
.team-popup-content {padding: 10px 20px;text-align: center;}
.team-popup-content h2 {font-size: 26px;}
.team-popup-content h3 {font-size: 20px;margin: 10px 0;font-weight: normal;}
.mfp-close-btn-in .mfp-close {color: #FFF !important;}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001; /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ==============================================
   Evidence
=============================================== */

#evidence {
    margin-top: -2px;
}
/* ==============================================
   Sm-text
=============================================== */

.sm-text {
    padding-top: 125px;
}
/* ==============================================
   Why
=============================================== */
.why-inner {
/*    padding-top: 16%;*/
    padding-top: 185px;    
}
/* ==============================================
   Visual Composer Tweeks
=============================================== */
.extra-full-width .wpb_row {margin: 0;}

/* VC Tabs */
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {background-color: transparent !important;}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {padding: 15px 8px !important;}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:focus {background: #5A528D !important;}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:focus {color: #fff !important;}
.wpb_tabs .wpb_tabs_nav li {margin: 0 0px 0 0 !important;border: 2px solid #ccc;}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {padding: 10px 15px !important;color: #888;}
.wpb_tabs .wpb_tabs_nav li:first-child {border-right: none;border-radius: 5px 0px 0px 5px;}
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:first-child a:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:first-child a:focus,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:first-child a:active {border-right: none;border-radius: 3px 0px 0px 3px;}
.wpb_tabs .wpb_tabs_nav li:last-child {border-left: none;border-radius: 0px 5px 5px 0px;}
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:last-child a:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:last-child a:focus,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:last-child a:active {border-left: none;border-radius: 0px 3px 3px 0px;}

/* Vc Accordion */
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {background: transparent !important;padding: 0px !important;}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {padding: 15px !important;margin: 0;color: #5a528d;font-size: 15px;font-weight: normal;}
.wpb_accordion_section {border: 2px solid #ccc;border-radius: 6px;margin: 0 0 5px;}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {display: none !important;}
.wpb_accordion_header.ui-corner-all a:after,
.wpb_accordion_header.ui-state-hover a:after,
.wpb_accordion_header.ui-state-focus a:after {content:"\f067";font-family: 'FontAwesome';float: right;font-size: 12px;padding: 0px;border: 2px solid #CCC;width: 25px;height: 25px;text-align: center;margin: -1px -4px 0px 0px;line-height: 20px;color: #CCC;border-radius: 100px;}
.wpb_accordion_header a:after,
.wpb_accordion_header.ui-state-focus a:after {content:"\f068";font-family: 'FontAwesome';float: right;font-size: 12px;padding: 0px;border: 2px solid #CCC;width: 25px;height: 25px;text-align: center;margin: -1px -4px 0px 0px;line-height: 20px;color: #CCC;border-radius: 100px;}

/* Toggle */
h4.wpb_toggle:before {content:"\f067";font-family: 'FontAwesome';float: left;font-size: 12px;padding: 0px;border: 2px solid #CCC;width: 25px;height: 25px;text-align: center;margin: -2px 10px 20px 0px;line-height: 21px;color: #CCC;border-radius: 100px;}
h4.wpb_toggle.wpb_toggle_title_active:before {content:"\f068";font-family: 'FontAwesome';float: left;font-size: 12px;padding: 0px;border: 2px solid #CCC;width: 25px;height: 25px;text-align: center;margin: -2px 10px 20px 0px;line-height: 21px;color: #CCC;border-radius: 100px;}
.wpb_toggle, #content h4.wpb_toggle {
    background: none !important;
    padding-left: 0px !important;
    clear: both;
    margin-top: 0px;
}
.wpb_toggle_content {padding: 10px 0 10px !important;}
h4.wpb_toggle {font-size: 16px;font-weight: normal;}

/* Tour */
.wpb_tour .wpb_tabs_nav {border: 2px solid #ccc;border-radius: 6px;margin: 0;}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {padding: 15px 20px !important;color: #888;}
.wpb_tour .wpb_tabs_nav li {margin: 0 !important;}
.wpb_tour .wpb_tabs_nav li:first-child {border-right: none;border-radius: 5px 5px 0px 0px;}
.wpb_tour.wpb_content_element .wpb_tabs_nav li:first-child a:hover,
.wpb_tour.wpb_content_element .wpb_tabs_nav li:first-child a:focus,
.wpb_tour.wpb_content_element .wpb_tabs_nav li:first-child a:active {border-right: none;border-radius: 3px 5px 0px 0px;}
.wpb_tour .wpb_tabs_nav li:last-child {border-left: none;border-radius: 0px 0px 5px 5px;}
.wpb_tour.wpb_content_element .wpb_tabs_nav li:last-child a:hover,
.wpb_tour.wpb_content_element .wpb_tabs_nav li:last-child a:focus,
.wpb_tour.wpb_content_element .wpb_tabs_nav li:last-child a:active {border-left: none;border-radius: 0px 0px 3px 3px;}
.wpb_tour_next_prev_nav {display: none;}


/* Extra */
.info-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #777;
  margin: 40px auto;
  display: block;
}
.page-header {
    padding: 15px;
    margin: 0px 0px 20px;
    border: 2px solid #EEE;
    font-weight: normal;
}
.page-header h1 {
    margin: 10px 0; 
    font-size: 26px; 
    font-weight: normal;
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
  margin: 0 !important;
}
#contact-us .widgettitle {
text-align: center;
}
.yellow {
color: #fff455 !important;
}
.contact-news {
    position: relative;
    left: 45%;
}
body {
    background-color: rgba(177, 205, 228, 1);
    }
#wrapper {
    margin: auto;
    margin-top: 90px;
    background-color: rgba(177, 205, 228, 1);
}
.mbYTP_wrapper {
    height: 360px;
}
.sticky-wrapper {
    /*position: relative;
    margin-top: -88px;*/
    height: 0px !important;
}
#cover-normal-screen {
    /*background-image: url("http://www.noisesolution.org/ns/wp-content/uploads/2016/04/loading.gif");*/
    background-size: 40px 40px;
    /*background-position: 0px 0px;*/
    background-position: 50% 150px;
    height: 270px;
    overflow: visible !important;   
    background-color: rgba(177, 205, 228, 1);
}
#cover-normal-screen .parallax-overlay {
    background-image: none !important;
}
form {
    padding: 10px;
}
#mc-embedded-subscribe-form li {
    list-style-type: none;
}

/* /////////Video////////// */

.mb_YTVTime .mb_YTVPBar {
    top: -100px;
}
.mb_YTVPBar {
    top: 350px;
}
.buttonBar{
    top: 350px;
}
.mb_YTVPBar:hover .buttonBar {
    /*border-bottom: 1px solid #61c1e4;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#wrapper_mbYTP_video {
}
#mbYTP_video {
}
.YTPOverlay {
    /*border-bottom: 20px solid rgba(97, 193, 228, 0.2);*/
}
.logo-image {
    text-align: center;
   /* padding-top: 130px; ///for vid bg */
    padding-top: 30px; /*for image bg */
}
#demo-video {
    padding: 30px 0px 30px 0px;
}
#demo-video1 {
}
#demo-video1 h2 {
    color: rgba(177, 205, 228, 1) !important;
}
#demo-video1 h3{
    color: #fff !important;
}
#demo-video2 {
    background-color: #333 !important;
}
#demo-video2 h2 {
    color: rgba(177, 205, 228, 1) !important;
}
#demo-video2 h3{
    color: #fff !important;
}
#demo-video3 {
    display: none;
}
.demo-video1 .wpb_video_wrapper, .demo-video2 .wpb_video_wrapper {
    border-top: 5px solid rgba(177, 205, 228, 0.6);
    border-radius: 5px;
}
h3.demo-video-title {
    color: rgba(33, 76, 114, 1) !important;
}
.vid1 {
    background-color: rgba(177, 205, 228, 1) !important;
    /* background-image: url("http://www.noisesolution.org/ns/wp-content/uploads/2016/04/vid-screen1.png")!important;
    background-size: cover!important;*/
    height: 640px!important;
    width: 1100px!important;
   }
.vid2 {
    background-color: rgba(177, 205, 228, 1) !important;
     background-image: url("http://www.noisesolution.org/ns/wp-content/uploads/2016/04/vid-screen2.png");
    background-size: cover;
    height: 100%;
    width: 100%;
    display: inline-block;
} 
#demo-video1 {display: none;}
#demo-video2 {display: none;}

/* /////////Sliders////////// */
.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0px;
    background-color: #B1CDE4;
    opacity: 0.9;
    border-radius: 5px;
}
#smooth_slider_1, #smooth_slider_2 {
    padding-top: 60px;
    max-width: 1014px !important;
    width: 1014px !important;
    /*border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;*/
    margin: auto;
    border-width: 1px 0 0 0 !important;
    border-color: rgba(251,251,251,0.4) !important;
    background: rgba(251,251,251.0.1) !important;
}
.smooth_slider .smooth_nav a.smooth_slider_nnav {
    color: rgba(177, 205, 228, 1);
    border-radius: 5px;
}
.carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div::before {
    font-size: 40px !important;
}
.carousel-anything-container .app-content {
    border-bottom: none !important;
}
#carousel-anything-1 .textwidget > p {
color: #fff;
}

.carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div {
top: -25px;
padding: 50px 0;
}
.carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div::before {
    color: #fff455 !important;
/*    background: #000;*/
}
.app-content > blockquote {
    border: none;
    color: rgba(177, 205, 228, 1);
}
.app-content > blockquote p {
    color: rgba(251, 251, 251, 1);
}
.points-slider blockquote {
}
/* /////////Navigation////////// */

.sticky-nav {
    position: relative !important; /* DISABLE STICKY NAV WITHOUT KILLING CAROUSEL*/
}
.navbar-default {
    background-color: rgba(255, 255, 255, 0);
    border-color: none;
    box-shadow: none;
    padding: 3px 0;
    top: -204px;
}
.navbar-default:hover {
    background-color: rgba(97, 193, 228, 0.1);
}
.navbar-nav {
/*    width: 50%;*/
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color:  #214C72;
    
}
.navbar-nav:hover {
}
#fixed-navbar {
    height: 92px; /*important for Safari display*/
    /*margin-top: -92px;*/
    position: fixed;
    z-index: 9999;
    top: 182px;
    right: 40px;
}
.navbar-right {
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > li > a, .navbar-nav > ul > li > 
span.dropdown-toggle a, .navbar-default .navbar-nav > li > a {
    font-weight: bold;
}
.navbar-nav > li > a {
    padding: 20px 10px 20px 10px;
}
.navbar-nav > li:first-child > a {

}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff455  !important;
}
.navbar-default .navbar-nav > .active > a {
    color: #fff455  !important;
    font-weight: bold;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
}
.navbar-nav.navbar-right:last-child {
    margin-right: -55px;
}
.navbar-logo {
    margin-top: 42px;
}
.dropdown-menu {
    background-color:  #214C72;    
}
.dropdown-menu > li > a, .dropdown-menu > li > a:focus {
    background-color:  #214C72;
    color: #fff;
}
.dropdown-menu > li > a:hover {
    background-color:  #214C72;
    color: #fff455;
}
.logo-top > .default, .under-construction .default, .navbar-header .default, .default.navbar-logo.default-logo {
    display:none;
}

/* /////////Tab panels////////// */
.vc_tta.vc_general .vc_tta-panels, .vc_tta.vc_general .vc_tta-panels-container {
width: 85%;
margin: auto;
}

/* /////////Sections////////// */
p.home-text {
    padding-bottom: 10px;
}
p.home-text:first-child {
    padding-top: 10px;
}
.text1 {
    background-color: rgba(0, 0, 0, 0.6);
   /*box-shadow: 10px 0 10px -4px rgba(51, 51, 51, 0.8), -12px 0 8px -4px rgba(51, 51, 51, 0.8);*/
}
.text2 {
    background-color: rgba(255, 255, 255, 0.8);
}
.about-heading {
    color: #fff !important;
}
.another-row1 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.image1 {   
    margin-left: 30px !important;
    margin-top: 10px !important;
}
.wpb_single_image .vc_box_border.vc_box_border_sandy_brown, .wpb_single_image .vc_box_border_circle.vc_box_border_sandy_brown {
    background: #ededed linear-gradient(to left, #b1cde4 0%, #b1cde4 50%, #b1cde4 50%, #ededed 50%, #ededed 100%) repeat scroll 0 0;
    border: 5px solid #ededed !important;
    padding: 0px !important;
}
#case-studies {
    display: none;
}
#what-we-do {
    padding-bottom: 30px;
}
h2.about-team {
    color: rgba(177, 205, 228, 1) !important;
}
.blog-image {
    text-align: center;
}
.blog-image img {
    border: 5px solid #fff !important;
}
.blog-image figcaption {
    color:  rgba(33, 76, 114, 1);
    font-size: 18px;
}

#testimonial3 {
    padding: 30px 0;
}
.testimonial-author-img {
    border: 5px solid rgba(177, 205, 228, 1);
    padding: 0px;
}
.testimonial-author-img img {
    width: 400px;
    height: 400px;
}
#software-slider {
    height: 477px;
}
#achievements {
    background-color: #fff !important;
}
#achievements2 {
    background-color: #fff !important;
}
.skillbar {
    min-height: 85px;
    background-color: transparent;
}
.skill-bar-software {
    margin-top: 35px;
    position: static;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
}
.skillbar-title span {
    padding-left:5px;
}
.skills-text {
}
h3.testimonial-header {
    color: #000 !important;
}
.testi-content {
    min-height: 530px;
    margin-top: 30px;
}
.app-features-left .app-content {}
.app-content { 
    min-height: 250px;    
    border-bottom: 1px dotted #B1CDE4;
}
.table-style-three table tbody td {
    background-color: #ededed;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}
.costs-list {
    padding-bottom: 20px;
}
.price-list p {
    font-size: 18px;
    line-height: 24px;
}
p {
    font-size: 18px;
    line-height: 28px
}
.quote {
    font-size: 46px;
}
.quote2 {
    font-size: 26px;
}
.testimonial-author-content {
    /*background: rgba(251,251,251,0.3);*/
    border-radius: 15px;
}
.testimonial-author-content p {
    font-size: 18px;
    line-height: 24px
}
.testi-auth-name {
    position: absolute;
    top: 0px;
    color: rgba(177, 205, 228, 1) !important;
}
.testi-auth-company {
    position: absolute;
    top: 30px;
    margin-left: 6px;
    color: yellow !important;
}
.proof1 {
    padding-left: 130px !important;
}
.credit-img {
    border-bottom: 1px dotted #ededed;
    padding-top: 40px;
    border-radius: 5px;
    padding-bottom: 20px;
}
.fa-music {
    /*background-color: yellow !important;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    padding: 20px;*/
}
h2 {
    color: rgba(33, 76, 114, 1) !important;
    font-size: 26px !important;
}
h3 {
    color: #fff !important;
}
h1.home-title1 {
    padding-top: 8px;
    padding-bottom: 4px;    
}
h2.home-title2 {
    color: #fff !important;
}
h2.why-works {
    color: rgba(177, 205, 228, 1) !important;
}
h2.contact-style, h3.contact-style {
    color: #231f20 !important;
}
h2.achievements2 {
    font-size: 32px;
    color: #231f20 !important;
}
h2.achievements3 {
    margin-top: -17px;
    color: rgba(177, 205, 228, 1) !important;
    text-shadow: 1px 1px #333;
}
h2.another-heading {
    padding-top: 10px;
    text-shadow: 1px 1px #333;
    color: rgba(177, 205, 228, 1) !important;
}
h3.another-heading {
    color: #fff455 !important;
    text-shadow: 1px 1px #333;
}
.app-content h3 {
   /*background: rgba(177, 205, 228, 1);
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 40px;*/
}
.app-content > h3 {
    color: rgba(33, 76, 114, 1) !important;
}
.vc_figure-caption {
    font-size: 18px !important;
}
.vc_general.vc_cta3.action-call.vc_cta3-style-outline.vc_cta3-shape-square.vc_cta3-align-center.vc_cta3-color-grey.vc_cta3-icon-size-md.vc_cta3-actions-bottom.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation {
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}
.vc_general.vc_cta3.vc_cta3-style-classic, .vc_general.vc_cta3.vc_cta3-style-custom {
    background-color: transparent !important;
}
.vc_general.vc_cta3.vc_cta3-style-custom {
    border: none !important;
}

.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h2 {
    color: #B1CDE4;
}
.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
    color: black;
}
.cta-box1 {
    border: none !important;
}
.action-call {
    margin-bottom: -35px;
}
.action-call h2, .action-call h3 {
    color: rgba(33, 76, 114, 1) !important;
}
.action-call h4 {
    color: #000 !important; 
}
.connect-social, .connect-phone {
    padding-top: 10px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], input#submit, input.wpcf7-submit {
    background-color: #B1CDE4;
}
.av-service {
    margin-top: -10px;
}
.av-service p {
    text-align: center !important;
}
.av-service > p {
    text-align: justify;
}
.av-service-pattern {
    background-image: none;
    background-color: #ededed;
}
#achievement-footer {
    /*background-color: #999;*/
}
#faqs-footer {
    padding: 60px 0;
    background-color: #333;
}
.faqs-image {
    /*float: right;*/
    margin: auto;
    padding-left: 60%;
}
.faqs-quote {
    margin: auto;
    /*padding-right: 250px !important;*/
}
.page-scroll-buttons button, .page-scroll-buttons button:focus, .page-scroll-buttons button:visited {
    opacity: 0.2 !important;
    border-radius: 50%;
}
.page-scroll-buttons button:hover {
    opacity: 0.5 !important;
    border-radius: 50%;
}
.page-scroll-buttons button:active {
    opacity: 0.2 !important;
}
.center {
    text-align: center !important;
}
.down1 {
    padding-bottom: 20px;
}
.blue {
    color:  #214C72;
}
.red {
    color: red;
}
.black {
    color: #000;
}
.vc_box_border_sandy_brown {
    background-color: rgba(177, 205, 228, 1) !important;
}
h2.form-title, h3.form-title  {
    text-align: center !important;
    padding-bottom: 10px;
}
ul.list-two li {
    line-height: 20px !important;
    padding-bottom: 30px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    background-color:  #214C72;
}
h2.button1 {
    width: 250px;
    height: 50px;
    padding: 5px;
    padding-top: 15px;
    margin: auto;
    margin-top: 20px;
    background-color: rgba(177, 205, 228, 1);
    border-color: rgba(177, 205, 228, 1);
    color: #ffffff !important;
    font-size: 14px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
    background-repeat: repeat-x;
}
.nf-box {
    background-color: #214C72;
}
.report-title {
    margin-top: -5px;
}
.report-link a {
    color: #fff;
}
/* /////////Up load plugin////////// */
button.wfu_overlay_editor_button, button.wfu_overlay_editor_button:focus {
    display none;
}
input.file_input_submit[type="button"]:disabled {
    width: 100%;
    padding: 0 10px;
}
input.file_input_submit[type="button"]:disabled {
    color: #333 !important;
}
.wfu_browser_container:hover div.wfu_overlay_editor, .wfu_container:hover div.wfu_overlay_editor {
    display: none !important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], input#submit, input.wpcf7-submit {
    color: #333 !important;   
}
span.file_title_clean {
    padding: 10px 0;
    display: inline-block;
}

/* /////////Footer////////// */
.copyright {
    border: none !important;
}
.copyright-text.container img {
    opacity: 0.4;
    border-radius: 5px;
}
#footer {
    border-top: 1px solid #ccc;
    text-align: center;
}
#footer p {
    font-size: 16px;
}
.credit {
    padding-top: 10px;
}
.credit a {
    color: #777 !important;
}
