a {
   outline: 0 !important;
}
a:focus {
  outline: none !important;
}
.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.recentStrong{
    font-weight: 600;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
#offcanvas-toggler {
  float: right;
  line-height: 90px;
}
#offcanvas-toggler >i {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 18px;
  background: transparent;
  margin: 5px 0 27px 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.close-offcanvas:hover {
  background: #000;
  color: #fff;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border-bottom: 1px dotted #e8e8e8;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 4px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
  background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.menu .nav-child.small {
  font-size: inherit;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 24px;
}
.btn.btn-default{
  background: none;
  border: 2px solid #303030;
  color: #303030;
  text-transform: uppercase;
}
.btn.btn-default:hover{
  border-color: #00aeef;
  background: #00aeef;
  color: #fff;
}
.btn {
  padding: 8px 15px;
}
.btn.btn-primary {
  border: 0;
  background-color: #00aeef;
}
.btn.btn-primary:hover {
  background-color: #0098d0;
}
.btn.btn-blue {
  border: 0;
  color: #fff;
  background-color: #53b5e6;
}
.btn.btn-blue:hover {
  background-color: #69bfe9;
}
.btn.btn-red {
  border: 0;
  color: #fff;
  background-color: #ea8557;
}
.btn.btn-red:hover {
  background-color: #ed956e;
}
.btn.btn-lgreen {
  border: 0;
  color: #fff;
  background-color: #2aca76;
}
.btn.btn-lgreen:hover {
  background-color: #38d683;
}
.btn.btn-violet {
  border: 0;
  color: #fff;
  background-color: #9b59b6;
}
.btn.btn-violet:hover {
  background-color: #a665c1;
}

.btn.btn-success {
  border: 0;
  background-color: #90c940;
}
.btn.btn-success:hover {
  background-color: #80b734;
}
.btn.btn-warning {
  border: 0;
  background-color: #f26522;
}
.btn.btn-warning:hover {
  background-color: #e8540e;
}
.btn.btn-danger {
  border: 0;
  background-color: #d43f3a;
}
.btn.btn-danger:hover {
  background-color: #c5302b;
}
.btn.btn-info {
  border: 0;
  background-color: #016baf;
}
.btn.btn-info:hover {
  background-color: #015891;
}
.btn.btn-inverse {
  color: #fff;
  border: 0;
  background-color: #333;
}
.btn.btn-inverse:hover {
  background-color: #242424;
}
.btn.btn-link {
  color: #000000;
}
.btn.btn-link:hover {
  color: rgba(0,0,0,0.6);
  text-decoration: none;
}
.btn.btn-xs {
  border-radius: 2px;
  padding: 5px 10px 3px;
}
.btn.btn-lg {
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 30px 18px;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
.btn{
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  padding: 10px 15px;
  border-color: #E5E5E5;
}
select:focus,
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-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  padding: 10px 15px;
  border-color: #E5E5E5;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.pagination {
  margin-top: 50px;
  margin-bottom: 0;
  text-align: center;
  display: block;
}
.pagination >li {
  display: inline-block;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.dropdown-menu {
  border: 0;
  border-radius: 0;
  min-width: 220px;
  margin: 0;
}
.dropdown-menu >li >a {
  padding: 10px 20px;
}
.dropdown-menu >li.active>a,
.dropdown-menu >li.active>a:hover,
.dropdown-menu >li.active>a:focus {
  background: #00aeef;
}

.navbar-fixed-top {
    width: 100%;
    z-index: 1030;
    position: fixed;
    top: 0;
    transition: all 0.2s ease-in 0s;
}
.main-header {
    padding: 30px 15px;
    font-family: Open Sans,sans-serif;
}
.main-header nav > ul {
    list-style-type: none;
    padding-left: 0;
}
.main-header nav > ul > li {
    float: left;
    margin-left: 15px;
}
.main-header nav > ul > li > a {
    font-weight: normal;
    color: #fff;
    display: block;
    padding: 10px;
    outline: none;
}
.main-header nav > ul > li > a.signup {
    border-radius: 6px;
    padding: 8px 20px;
    background-color: #69cb95;
}
.main-header nav > ul > li > a.signup:hover {
    background: #7cd2a2;
    color: #fff;
}
.main-header nav > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.75);
}
.main-header nav > ul > li > a:active {
    color: rgba(255, 255, 255, 0.75);
}
.main-header nav > ul > li > a:focus {
    color: rgba(255, 255, 255, 0.75);
}
.main-header nav > ul > li a {
    font-size: 14px;
}
.main-header .main-nav {
    float: left;
    margin: 0 0 0 30px;
}
.main-header .login-nav {
    float: right;
    margin: 0;
}

.top-nav-collapse .main-header nav > ul > li > a {
    color: black;
}
.top-nav-collapse .main-header nav > ul > li > a.signup {
    color: #fff;
    background: #69cb95;
    border-color: #69cb95;
}
.top-nav-collapse .main-header nav > ul > li > a.signup:hover {
    background: #7cd2a2;
    border-color: rgba(105, 203, 149, 0);
    color: #fff;
}
.top-nav-collapse .main-header nav > ul > li > a:hover {
    color: rgba(0, 0, 0, 0.75);
}
.top-nav-collapse .main-header nav > ul > li > a:active {
    color: rgba(0, 0, 0, 0.75);
}
.top-nav-collapse .main-header nav > ul > li > a:focus {
    color: rgba(0, 0, 0, 0.75);
}
.lang-li {
    margin-left: -14px !important;
}
.mobile-nav {
    display: none;
    z-index: 1000;
}
.start-mobile-nav {
    display: none;
    width: 50px;
    height: 50px;
    font-size: 28px;
    color: #fff;
    text-align: right;
}
.start-mobile-nav:focus {
    outline: none;
}
.review{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.headturbo {
    background: #3498db none repeat scroll 0 0;
    height: 500px;
    min-height: 680px;
    overflow: hidden;
}
.headturbo-img img {
    height: 700px;
    width: 300px;
}
.headturbo h1 {
    color: #fff;
    font-size: 32px;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-weight: 600;
    line-height: 40px;
    margin: 14px 0 20px;
    text-transform: uppercase;
    animation: pulsate 2s;
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.2;}
    50% {-webkit-transform: scale(1.2, 1.2); opacity: 0.7;}
    100% {opacity: 1.0;}
}
.headturbo h2 {
    color: #fff;
    font-family: "lora",serif;
    font-size: 22px;
    opacity: 0.8;
    font-style: italic;
    text-transform: capitalize;
}
.headturbo p {
    color: #fff;
    margin-bottom: 25px;
}
.turboform{
    margin: 20px 100px 0;
    position: relative;
}
@media (max-width: 568px) {
.turboform{
    margin: 20px 60px 0;
}
.headturbo h1 {
    font-size: 22px;
}
.headturbo h2 {
    font-size: 18px;
}
}
@media (max-width: 250px) {
.turboform{
    margin: 20px 40px 0;
}
}
.btn.btn-green {
    padding: 14px 15px;
    background: #69cb95 none repeat scroll 0 0;
    color: #fff;
}
.btn.btn-green:hover {
    background: #7cd2a2 none repeat scroll 0 0;
    color: #fff;
}
.btn.btn-green:focus {
    outline: none !important;
}
.logo {
    color: #fff;
    float: left;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.2s ease 0s;
}
.logo .logo-icon {
    font-size: 34px;
    margin: 0;
    position: relative;
    top: 3px;
}
.logo .themeLogoText {
    position: relative;
}
.bg-grey-color {
    background-color: #f6f8f9;
    border-bottom: 1px solid #d5dadf;
}
.bg-primary-color {
    background-color: #3498db;
    color: #fff;
}
.page-block {
    padding: 130px 0 40px;
    text-align: center;
}
@media (min-width: 768px) {
.top-nav-collapse {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); 
}
.top-nav-collapse .logo {
      color: #3498db; 
}
}
@media (max-width: 768px) {
.container {
    padding-left: 20px;
    padding-right: 20px;
}
.main-content {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    bottom: 0;
    color: #000;
    left: 0;
    overflow: auto;
    right: 0;
    top: 0;
}
.review{
    margin-left: auto;
    margin-right: auto;
    width: 120%;
}
body.open-nav {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
body.open-nav .main-content {
    -webkit-transform: translate3d(-210px, 0, 0);
    -moz-transform: translate3d(-210px, 0, 0);
    -ms-transform: translate3d(-210px, 0, 0);
    -o-transform: translate3d(-210px, 0, 0);
    transform: translate3d(-210px, 0, 0);
}
body.open-nav .mobile-nav {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mobile-nav {
    -webkit-transform: translate3d(210px, 0, 0);
    -moz-transform: translate3d(210px, 0, 0);
    -ms-transform: translate3d(210px, 0, 0);
    -o-transform: translate3d(210px, 0, 0);
    transform: translate3d(210px, 0, 0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #3c4764;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 210px;
    display: block;
    overflow-y: auto;
}
.mobile-nav a {
    outline: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.mobile-nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}
.mobile-nav .main-nav,
.mobile-nav .login-nav {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}
.mobile-nav .main-nav a,
.mobile-nav .login-nav a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.mobile-nav .main-nav li,
.mobile-nav .login-nav li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-nav .wrapper-submenu {
    position: relative;
}
.mobile-nav .submenu {
    background: #3c4764;
    display: none;
}
.mobile-nav .submenu .submenu-nav {
    list-style-type: none;
    padding-left: 0;
}
.mobile-nav .submenu .submenu-nav li {
    border: none;
}
.mobile-nav .submenu a {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
}
.mobile-nav .login-nav .signup {
    color: #69cb95;
}
.start-mobile-nav {
    float: right;
    display: none;
}
.start-mobile-nav:hover {
    cursor: pointer;
}
.desktop-nav {
    display: none;
}
.start-mobile-nav {
    display: block;
}
}
#featured {
    margin-top: 80px;
    text-align: center;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
}
#featured li {
    display: inline-block;
    text-align: center;
    width: 25%;
}
@media (max-width: 768px) {
#featured li {
    margin: 0 auto 80px;
    width: 100%;
}
}
#featured li:nth-child(1) {
    float: left;
}
#featured li:nth-child(3) {
    float: right;
}
#featured li img {
    height: 190px;
    margin-bottom: 30px;
    width: auto;
}
#featured li h4 {
    font-size: 16px;
    margin-bottom: 20px;
}
#featured li p {
    color: #999999;
    font-size: 14px;
}
.circleBox {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #3498db;
    display: inline-block;
    font-size: 40px;
    height: 75px;
    position: relative;
    width: 75px;
}
.circleBox::after {
    border-radius: 50%;
    bottom: -6px;
    content: "";
    display: inline-block;
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}
.circleBox .fa {
   line-height: 1.9 !important; 
}
footer {
    background: #3C4764;
    padding-bottom: 40px;
    padding-top: 60px;
}
footer p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
footer a {
    color: #3ac341;
}
footer a:hover {
    color: #3ac341;
}
footer .footer-title {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
}
footer .footer-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #3ac341;
    margin-top: 8px;
}
footer .right-border {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
footer .left-border {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
    footer .copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 40px;
        text-align: center;
    }
    footer .right-border {
        border-right: none;
    }
}
@media (max-width: 767px) {
    footer .right-border {
        border-right: none;
    }
    footer .left-border {
        border-left: none;
    }
    footer .navigation {
        margin-top: 40px;
    }
}
footer .footer-about {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
}
footer .contact-info .single {
    margin: 15px 0;
}
footer .contact-info .single i {
    display: block;
    float: left;
    color: #3ac341;
    margin-right: 10px;
    line-height: 22px;
}
footer .contact-info .single p {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}
footer .social-icon {
    margin-top: 40px;
}
footer .social-icon li a {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .social-icon li a:hover {
    border-color: #3ac341;
    color: #3ac341;
}
footer .social-icon li a i {
    line-height: 32px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
footer .navigation li a {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    line-height: 30px;
    text-decoration: none;
}
footer .navigation li a:hover {
    color: #3ac341;
}
footer .copyright {
    padding-top: 40px;
}
#latest-site{
    margin-top: 60px;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
}
.latest-heading {
    background: #F6F8F9 none repeat scroll 0 0;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 30px;
}
.latest-heading h4 {
    background-color: #3498DB;
    border-radius: 3px 0 0 3px;
    color: #ffffff;
    display: inline-block;
    line-height: 50px;
    padding-right: 20px;
    margin: 0 0 15px !important;
    font-size: 16px;
}
.latest-heading .btn-sm {
    margin: 12px 17px 0 0;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 10px;
    font-family: "Open Sans",sans-serif;
}
.latest-heading .heading-icon {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 50px;
}
.latest-heading .btn {
    border-radius: 3px;
    border-width: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease 0.1s;
}
.pull-right {
    float: right !important;
}
.latest-content{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 40px;
}
.sites-block {
    margin: 10px auto 30px;
    width: 90%;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e8edef;
    transition: all 0.3s ease 0.1s;
    overflow: hidden;
}
.sites-block:hover {
  box-shadow: 0 0 12px rgba(124, 210, 162, 0.3);
}
.sites-block  .caption{
    border-bottom: 1px solid #efefef;
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 18px;
}
.sites-block .details{
    background: #f8f8f8 none repeat scroll 0 0;
}
.sites-block .details > span {
    font-family: "Open Sans",sans-serif;
    border-right: 1px solid #efefef;
    display: block;
    float: left;
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    width: 50% !important;
}
.sites-block img { 
    padding: 4px;
    transition: transform 0.4s ease-in 0s;
}
.sites-block:hover .image-overlay {
    opacity: 0.6;
    transform: scale(1.05);
    /*transform: scale3d(1.04, 1.04, 1) translate3d(0px, -2px, 0px);*/
}
.sites-block .details > span:last-child {
    border-right: medium none;
}
.sites-block .details > span > strong {
    display: block;
    font-size: 14px;
}
.sites-recent{
    margin-bottom: 20px !important;
    width: 100% !important;
}
.loginme {
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.loginme input[type="checkbox"],
.loginme input[type="radio"] {
	vertical-align: middle;
	margin: -3px 2px 0 0;
}
#signup .form-group {
    margin-bottom: 10px;
}
.loginme .modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 15px 10px;
}
.loginme input[type="text"], 
.loginme input[type="password"] {
    color: #555555;
    display: block;
    font-size: 12px;
    height: 36px;
    line-height: 1;
}
.loginme label {
	display: block;
	font-weight: 700;
	cursor: pointer;
}
.loginme .alert {
	display: none;
}
.loginme .nav-pills {
	margin: 5px 0 15px;
}
.loginme .nav-pills > li > a {
	padding: 8px 12px;
}
.loginme .info {
	margin-bottom: 10px;
	line-height: 1.6em;
	color: #999;
}
.loginme .alert ul {
	margin: 0px;
	padding: 0 0 0 15px;
}
.loginme .modal-footer {
    padding: 0 15px 15px;
}
.connect-with {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin: 0 0 10px !important;
}
.connect-with .connect {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	height: 40px;
	line-height: 28px;
	text-align: center;
	padding: 8px 13px 18px 47px;
	border-radius: 3px;
	float: left;
    margin-top: 5px;
    margin-left: 50px;
}
.connect.facebook {
	background: #3b5998 url(../img/connect-with.png) no-repeat;
}
.connect.google {
	background: #DC4D28 url(../img/connect-with.png) no-repeat 0 -40px;
}
.connect.twitter {
	background: #00ABF1 url(../img/connect-with.png) no-repeat 0 -80px;
}
#scroll-menu{
    margin-top: 70px;
}
.affix {
  position: fixed;
  top: 70px;
}
.affix-top {
  position: absolute;
}
.affix-bottom {
  position: absolute;
}
.scroll-icon{
    padding-right: 10px;
    float: left;
}
.scroll-arrow{
    padding-left: 20px;
    float: right;
    width: 20%;
}
.nav-pills > li > a {
    color: #767676 !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
   background-color: #7CD2A2 !important;
   color: #fff !important;
}
.phonefix{
    font-size: 18px;
    padding-right: 6px;
}
#overview{
    margin-bottom: 30px;
}
.top20{
    margin-top: 20px;
}
.top30{
    margin-top: 30px;
}
.top40{
    margin-top: 40px;
}
.hide{
    display: none;
}
.bottom40{
    margin-bottom: 40px;
}
.url-lg {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    padding: 18px 26px 17px;
    text-transform: uppercase;
    outline: none !important;
}
.url-lg:focus, .url-lg:hover{
    outline: none !important;
}
.scroll-link{
    clear: both;
}

@media (max-width: 768px) {
    #scroll-menu{
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        z-index: 1900;
    }
    .scroll-text{
        display: none;
    }
    .scroll-arrow{
        display: none;
    }
    .scroll-icon {
        float: none;
    }
    .nav-inverse{
        background-color: #fff !important;
    }
    .nav-inverse li{
        padding: 6px;
    }
    .mobilefix{
        top: 60px;
        left: 0;
        right: 0;
        padding: 0 !important;
        text-align: center;
    }
    #scroll-menu {
        margin-top: 0;
    }
    .affix {
        top: 0;
        left: 0;
        right: 0;
    }
    .affix-top{
        visibility: hidden;
    }
    .affix-bottom{
        visibility: hidden;
    }
     
}
.clearSep{
    padding-bottom: 30px;
}
.seoBox-title{
    color: #999999;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 30px 0 10px;
}
#c_alert1 { 
    display:none; 
} 
#c_alert2{ 
    display:none; 
}
.fa.fa-refresh { 
    transition: transform 0.5s ease 0s; 
}
.fa.fa-refresh:hover {  
    transform: rotate(90deg); 
}
.reloadCap{
    cursor: pointer;
}
.phpCap{
    width: 20% !important;
}
#scode{
    box-shadow: none !important;
}
.captchaCode{
    margin-bottom: 10px;
}
.imagever{
    border: 4px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.2) inset;
    transition: box-shadow 0.2s ease 0s;
}
.width96{
    width: 96% !important;
}
.loginpage{
    margin-top: 20px;
}
.login-footer{
    margin-bottom: 20px;
}
.loginpage label{
    display: block;
}
.loginpage .form-input{
    height: auto;
}
.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.sidebar {
    border: 1px dashed #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.sidebar-title{
    font-size: 17px;
    position: relative;
}
.sidebar-title::after {
    background: #3ac341 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin-top: 4px;
    margin-bottom: 8px;
    width: 60px;
}
.shareBox{
    padding-top: 7px;
    border: 1px dashed #e3e3e3;
}
.social-icons > li{
    margin-top: 5px;
}
.social-icons > li:first-child{
    font-size: 15px;
    margin-left: 10px;
}
.social-icons .fa {
	font-size: 1.6em;
}
.social-icons .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #FFF;
	-moz-box-shadow: 1px 1px 3px #FFF;
	box-shadow: 1px 1px 3px #FFF; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.social-icons .fa-adn{background-color:#504e54;} 
.social-icons .fa-apple{background-color:#aeb5c5;} 
.social-icons .fa-android{background-color:#A5C63B;}  
.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square{background-color:#003366;} 
.social-icons .fa-bitcoin,.social-icons .fa-btc{background-color:#F7931A;} 
.social-icons .fa-css3{background-color:#1572B7;} 
.social-icons .fa-dribbble{background-color:#F46899;}  
.social-icons .fa-dropbox{background-color:#018BD3;}
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-flickr{background-color:#FF0084;}
.social-icons .fa-foursquare{background-color:#0086BE;}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square{background-color:#070709;} 
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-html5{background-color:#E54D26;}
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-linux{background-color:#FBC002;color:#333;}
.social-icons .fa-maxcdn{background-color:#F6AE1C;}
.social-icons .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#CC2127;} 
.social-icons .fa-renren{background-color:#025DAC;}
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-stack-exchange{background-color:#245590;}
.social-icons .fa-stack-overflow{background-color:#FF7300;}
.social-icons .fa-trello{background-color:#265A7F;}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square{background-color:#314E6C;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-vimeo-square{background-color:#229ACC;}
.social-icons .fa-vk{background-color:#375474;}
.social-icons .fa-weibo{background-color:#D72B2B;}
.social-icons .fa-windows{background-color:#12B6F3;}
.social-icons .fa-delicious{background-color:#2A96FF;}
.social-icons .fa-stumbleupon{background-color:#EB4924;}
.social-icons .fa-reddit{background-color:#FF4500;}
.social-icons .fa-digg{background-color:#222222;}
.social-icons .fa-xing,.social-icons .fa-xing-square{background-color:#00555C;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}

@media only screen and (min-width : 10px) and (max-width : 750px) {
.scroll-icon {
    padding-right: 0;
}
}
.fxLoader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
}
.fxLoader:before, .fxLoader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}
.fxLoader:before {
  animation: before 2s infinite;
}
.fxLoader:after {
  animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}

.fxLoader {
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
}
.bold600{
    font-weight: 600;
}
.circleNew{
    background: #f1f8f9 none repeat scroll 0 0 !important;
}
.loginpage .info{
    font-weight: 600;
    margin-bottom: 12px;
    opacity: 0.9;
}
.loginpage .login-footer{
    display: block;
}
.loginpage .infoshort{
    font-weight: 600;
    font-size: 16px;
    opacity: 0.9;
}
.pageTitle{
    opacity: 0.8;
}
.navbar-fixed-top {
    position: absolute !important;
}
.bottom70{
    margin-bottom: 70px;
}
.bold{
    font-weight: bold;
}
.profile .form-control{
    height: 36px !important;
}
#logoUpload{
    border: 1px solid #ccc !important;
}
.text-right{
    float: right;
}
.compare-table > tbody {
    border-spacing: collapse !important;
}
.compare-table > tbody > tr > td {
    padding: 8px !important;
    line-height: 24px !important;
    border-top: 0 !important;
}
.compare-table > tbody > tr > td:nth-child(2) {
    padding-left: 16px !important;
    border-left: 1px solid #ddd;
}
.themeLogoImg{
    margin-top: -15px;
}
.bo5{
    margin-bottom: 5px !important;
}
.forceLogin:hover,.forceLogin:focus{
    color: #fff !important;
}
@media only screen and (min-width : 10px) and (max-width : 750px) {
    .compare-table > tbody > tr > td:nth-child(2) {
        padding-top: 16px !important;
        border-top: 1px solid #ddd;
        padding-left: 0;
        border-left: none;
    }
    .compare-table > tbody {
        display: block;
    }
    .themeLogoImg{
        margin-top: -15px;
        width: 60%;
    }
    .compare-table > tbody > tr > td {
        display: inline-block;
    }
}
/* =========================================================
   Dallas Web Fix Tools – Phase 1 Homepage Theme
   ========================================================= */
:root {
  --dwf-navy: #0f2742;
  --dwf-blue: #1769aa;
  --dwf-blue-dark: #0e4f86;
  --dwf-sky: #eef7ff;
  --dwf-green: #28b779;
  --dwf-gold: #f2b84b;
  --dwf-text: #24384d;
  --dwf-muted: #6d7d8e;
  --dwf-border: #dfe9f2;
  --dwf-white: #ffffff;
}
body {
  color: var(--dwf-text);
  background: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
}
.wrapper-header {
  background: rgba(15,39,66,.96) !important;
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 5px 18px rgba(7,25,45,.12);
}
.main-header { min-height: 84px; display:flex; align-items:center; }
.dwf-brand {
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none !important;
  color:#fff !important;
  min-width:250px;
}
.dwf-brand-mark {
  width:44px;
  height:44px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, var(--dwf-green), #3ed99a);
  box-shadow:0 10px 24px rgba(40,183,121,.28);
  font-size:20px;
}
.dwf-brand-copy { display:flex; flex-direction:column; line-height:1.05; }
.dwf-brand-copy strong { font-size:21px; letter-spacing:-.3px; }
.dwf-brand-copy small { margin-top:5px; color:#a9c5dc; text-transform:uppercase; letter-spacing:1.8px; font-size:10px; }
.desktop-nav { margin-left:auto; }
.desktop-nav .main-nav > li > a,
.desktop-nav .login-nav > li > a { color:#eaf4fb !important; font-weight:600; }
.desktop-nav .main-nav > li > a:hover,
.desktop-nav .login-nav > li > a:hover { color:#fff !important; }
.dwf-hero {
  min-height:720px !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(63,180,255,.23), transparent 30%),
    radial-gradient(circle at 82% 35%, rgba(40,183,121,.17), transparent 31%),
    linear-gradient(135deg, #0b3154 0%, #115e96 52%, #0e7f8d 100%) !important;
  padding-top:84px;
}
.dwf-hero .headturbo-wrap { min-height:636px; display:flex; align-items:center; }
.dwf-hero .texture-overlay { opacity:.18; }
.dwf-hero-content { padding:72px 0 42px !important; max-width:980px; margin:0 auto; }
.dwf-eyebrow {
  display:inline-block;
  margin-bottom:22px;
  padding:9px 15px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  color:#dff9ef;
  background:rgba(255,255,255,.08);
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-size:12px;
  font-weight:700;
}
.dwf-hero-content h1 {
  color:#fff !important;
  font-family:'Montserrat',sans-serif;
  font-size:54px !important;
  line-height:1.12 !important;
  letter-spacing:-1.6px;
  margin:0 auto 22px !important;
  max-width:920px;
  text-transform:none !important;
}
.dwf-hero-subtitle {
  max-width:810px;
  margin:0 auto 34px;
  color:#d9e9f5;
  font-size:20px;
  line-height:1.7;
}
.dwf-audit-form { max-width:930px; margin:0 auto; }
.dwf-audit-form .review {
  background:#fff;
  padding:8px;
  border-radius:14px;
  box-shadow:0 20px 55px rgba(2,24,45,.30);
}
.dwf-audit-form .form-control {
  height:62px !important;
  border:0 !important;
  box-shadow:none !important;
  font-size:17px !important;
  padding-left:20px;
}
.dwf-audit-form .btn-green {
  height:62px;
  border-radius:10px !important;
  padding:0 28px !important;
  background:var(--dwf-green) !important;
  border-color:var(--dwf-green) !important;
  font-weight:800;
  font-size:16px;
  text-transform:none;
}
.dwf-audit-form .btn-green:hover { background:#1f9e68 !important; }
.dwf-trust-row {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px 30px;
  margin-top:28px;
  color:#e9f7ff;
  font-size:14px;
  font-weight:600;
}
.dwf-trust-row i { color:#65e1ad; margin-right:7px; }
.dwf-example-links { margin-top:22px !important; }
.dwf-example-links a { color:#b8ddf5 !important; }
.dwf-value-strip { background:#fff; padding:0 0 34px; margin-top:-54px; position:relative; z-index:4; }
.dwf-value-card {
  min-height:250px;
  padding:34px 30px;
  border:1px solid var(--dwf-border);
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 45px rgba(19,60,94,.09);
}
.dwf-value-card .dwf-icon {
  display:inline-flex;
  width:52px;
  height:52px;
  border-radius:14px;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(135deg,var(--dwf-blue),#2e92d0);
  font-size:21px;
  margin-bottom:20px;
}
.dwf-value-card h3 { font-size:21px; color:var(--dwf-navy); margin:0 0 12px; font-weight:700; }
.dwf-value-card p { color:var(--dwf-muted); line-height:1.8; margin:0; }
.dwf-how { padding:88px 0; background:#f7fbfe; }
.dwf-section-heading { max-width:760px; margin:0 auto 50px; }
.dwf-section-heading > span,
.dwf-kicker { color:var(--dwf-blue); font-weight:800; text-transform:uppercase; letter-spacing:1.6px; font-size:12px; }
.dwf-section-heading h2,
.dwf-services h2 { color:var(--dwf-navy); font-family:'Montserrat',sans-serif; font-size:37px; line-height:1.3; margin:13px 0 14px; }
.dwf-section-heading p,
.dwf-services p { color:var(--dwf-muted); font-size:16px; line-height:1.8; }
.dwf-step {
  min-height:235px;
  padding:31px;
  border-radius:15px;
  background:#fff;
  border:1px solid var(--dwf-border);
}
.dwf-step b { display:block; font-size:34px; color:#b5d6ed; margin-bottom:24px; }
.dwf-step h3 { color:var(--dwf-navy); font-size:20px; font-weight:700; }
.dwf-step p { color:var(--dwf-muted); line-height:1.8; }
.dwf-services { padding:94px 0; background:#fff; }
.dwf-services-row { display:flex; align-items:center; }
.dwf-service-list { margin-top:28px; }
.dwf-service-list > div { margin-bottom:18px; font-weight:700; color:#304b64; }
.dwf-service-list i { width:28px; color:var(--dwf-green); font-size:18px; }
.dwf-consult-card {
  padding:42px;
  border-radius:20px;
  background:linear-gradient(145deg,var(--dwf-navy),#164d76);
  color:#fff;
  box-shadow:0 25px 60px rgba(15,39,66,.22);
}
.dwf-consult-icon { display:flex; width:55px; height:55px; border-radius:15px; align-items:center; justify-content:center; background:rgba(255,255,255,.11); font-size:24px; }
.dwf-consult-card h3 { margin:24px 0 12px; font-size:27px; color:#fff; }
.dwf-consult-card p { color:#d8e8f3; }
.dwf-primary-btn { display:block; background:var(--dwf-green); color:#fff !important; font-weight:800; padding:13px 18px; margin:26px 0 18px; border-radius:9px; }
.dwf-primary-btn:hover { background:#1f9e68; }
.dwf-phone-link { color:#fff !important; display:inline-block; font-weight:700; }
.dwf-recent { padding:76px 0; background:#f7fbfe; }
footer { background:#0c2238 !important; }
footer a { color:#8ed8ff; }
@media (max-width: 991px) {
  .main-header { display:block; padding-top:17px; }
  .dwf-brand { min-width:0; }
  .dwf-services-row { display:block; }
  .dwf-consult-card { margin-top:35px; }
  .dwf-value-card { margin-bottom:22px; }
  .dwf-hero-content h1 { font-size:42px !important; }
}
@media (max-width: 767px) {
  .dwf-hero { min-height:660px !important; padding-top:72px; }
  .dwf-hero .headturbo-wrap { min-height:585px; }
  .dwf-hero-content { padding:50px 0 25px !important; }
  .dwf-hero-content h1 { font-size:34px !important; letter-spacing:-.7px; }
  .dwf-hero-subtitle { font-size:17px; line-height:1.6; }
  .dwf-audit-form .review { padding:6px; }
  .dwf-audit-form .form-control { height:56px !important; font-size:14px !important; }
  .dwf-audit-form .btn-green { height:56px; padding:0 15px !important; font-size:0; }
  .dwf-audit-form .btn-green .glyphicon { font-size:18px; }
  .dwf-value-strip { margin-top:-25px; }
  .dwf-section-heading h2,
  .dwf-services h2 { font-size:29px; }
  .dwf-how, .dwf-services, .dwf-recent { padding:65px 0; }
  .dwf-consult-card { padding:30px 24px; }
}

/* =========================================================
   Dallas Web Fix Tools – Module 1 / Version 1.1
   Homepage and Branding refinements
   ========================================================= */
.dwf-brand-copy strong em { color:#66e0ad; font-style:normal; }
.logo { display:none !important; }
.dwf-hero {
  height:auto !important;
  min-height:700px !important;
  overflow:visible !important;
}
.dwf-hero .headturbo-wrap {
  min-height:700px !important;
  height:auto !important;
  padding:110px 0 78px;
}
.dwf-hero-content { padding:28px 0 18px !important; }
.dwf-hero-content h1 {
  max-width:820px;
  font-size:52px !important;
  margin-bottom:16px !important;
}
.dwf-hero-subtitle { margin-bottom:26px; }
.dwf-audit-panel {
  max-width:930px;
  margin:0 auto;
  padding:16px 16px 14px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:18px;
  background:rgba(8,36,62,.30);
  box-shadow:0 22px 55px rgba(2,20,38,.28);
  backdrop-filter:blur(8px);
}
.dwf-audit-label {
  color:#fff;
  font-size:14px;
  font-weight:700;
  text-align:left;
  margin:0 4px 10px;
}
.dwf-audit-label i { color:#66e0ad; margin-right:7px; }
.dwf-audit-form { margin:0 auto !important; }
.dwf-audit-form .review { width:100% !important; }
.dwf-audit-note { color:#cce2f1; font-size:12px; margin-top:10px; }
.dwf-audit-note i { color:#66e0ad; margin-right:5px; }
.dwf-proof-bar { background:#fff; border-bottom:1px solid var(--dwf-border); padding:22px 0; }
.dwf-proof-item { text-align:center; padding:8px 10px; }
.dwf-proof-item strong { display:block; color:var(--dwf-navy); font-size:18px; }
.dwf-proof-item span { display:block; color:var(--dwf-muted); font-size:12px; margin-top:2px; }
.dwf-value-strip { margin-top:0 !important; padding:42px 0 34px; }
.dwf-tools-preview { padding:88px 0; background:#f7fbfe; }
.dwf-tool-card {
  min-height:230px;
  padding:30px 26px;
  border:1px solid var(--dwf-border);
  border-radius:16px;
  background:#fff;
  box-shadow:0 15px 38px rgba(19,60,94,.07);
}
.dwf-tool-card > i { font-size:25px; color:var(--dwf-blue); }
.dwf-tool-card h3 { color:var(--dwf-navy); font-size:20px; font-weight:700; margin:19px 0 10px; }
.dwf-tool-card p { color:var(--dwf-muted); line-height:1.7; min-height:58px; }
.dwf-tool-card span { display:inline-block; color:#8796a5; font-size:11px; font-weight:800; letter-spacing:1px; text-transform:uppercase; }
.dwf-tool-card.is-live { border-color:#a9e8cf; }
.dwf-tool-card.is-live span { color:var(--dwf-green); }
.dwf-footer-brand { display:flex; align-items:center; gap:10px; color:#fff; font-size:21px; margin-bottom:18px; }
.dwf-footer-brand i { color:#66e0ad; }
footer .footer-title { font-size:15px; letter-spacing:.8px; }

@media (max-width:991px) {
  .dwf-hero .headturbo-wrap { padding-top:100px; }
  .dwf-tool-card { margin-bottom:24px; }
}
@media (max-width:767px) {
  .main-header { min-height:72px; padding:13px 15px 0; }
  .dwf-brand-mark { width:39px; height:39px; }
  .dwf-brand-copy strong { font-size:17px; }
  .dwf-brand-copy small { font-size:8px; letter-spacing:1.2px; }
  .dwf-hero { min-height:690px !important; padding-top:0 !important; }
  .dwf-hero .headturbo-wrap { min-height:690px !important; padding:105px 0 58px; }
  .dwf-hero-content h1 { font-size:36px !important; line-height:1.16 !important; }
  .dwf-hero-subtitle { font-size:16px; }
  .dwf-audit-panel { padding:12px; border-radius:14px; }
  .dwf-audit-form .review { display:block; background:transparent; padding:0; box-shadow:none; }
  .dwf-audit-form .form-control { display:block; width:100%; border-radius:10px !important; margin-bottom:9px; }
  .dwf-audit-form .input-group-btn { display:block; width:100%; }
  .dwf-audit-form .btn-green { width:100%; border-radius:10px !important; font-size:15px !important; }
  .dwf-audit-form .btn-green .glyphicon { font-size:14px; margin-right:6px; }
  .dwf-trust-row { gap:9px 16px; font-size:12px; }
  .dwf-proof-item { min-height:76px; }
  .dwf-proof-item strong { font-size:15px; }
  .dwf-tools-preview { padding:65px 0; }
}

/* Dallas Web Intelligence v1.2 — report experience */
.dwi-report-hero{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#0f2742,#1769aa);color:#fff;border-radius:18px;padding:28px 32px;margin:18px 0 16px;box-shadow:0 18px 45px rgba(15,39,66,.16)}
.dwi-report-kicker{font-size:11px;letter-spacing:1.7px;text-transform:uppercase;color:#72e2b1;font-weight:800}.dwi-report-heading h1{margin:7px 0 3px;color:#fff;font-size:30px}.dwi-report-heading p{margin:0;color:#cde5f6}.dwi-health-card{text-align:center;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:16px 25px;min-width:180px}.dwi-health-card span,.dwi-health-card em{display:block;font-style:normal;font-size:12px;color:#cde5f6}.dwi-health-card strong{display:block;font-size:34px;margin:3px 0;color:#fff}
.dwi-report-tabs{display:flex;overflow:auto;gap:6px;background:#fff;border:1px solid #dfe9f2;border-radius:12px;padding:7px;margin-bottom:16px;position:sticky;top:70px;z-index:20}.dwi-report-tabs a{white-space:nowrap;padding:10px 14px;border-radius:8px;color:#476079;font-weight:700}.dwi-report-tabs a:hover,.dwi-report-tabs a.active{background:#eaf7f2;color:#168a5c;text-decoration:none}.dwi-report-tabs i{margin-right:6px}
.dwi-score-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.dwi-score-grid article{background:#fff;border:1px solid #dfe9f2;border-radius:14px;padding:18px;box-shadow:0 8px 24px rgba(15,39,66,.05)}.dwi-score-grid i{font-size:20px;color:#28b779}.dwi-score-grid span{display:block;color:#718398;font-size:12px;margin:9px 0 4px}.dwi-score-grid strong{font-size:24px;color:#0f2742}
.dwi-intelligence-summary{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:24px 28px;border-radius:15px;background:#f2f9ff;border-left:5px solid #1769aa;margin-bottom:16px}.dwi-summary-label{font-size:12px;text-transform:uppercase;letter-spacing:1.2px;color:#1769aa;font-weight:800}.dwi-intelligence-summary h2{font-size:22px;color:#0f2742;margin:8px 0}.dwi-intelligence-summary p{margin:0;color:#61758a;line-height:1.7}.dwi-consult-btn{background:#28b779;color:#fff!important;border-radius:8px;padding:12px 18px;font-weight:800;white-space:nowrap}
.dwi-floating-help{position:fixed;right:22px;bottom:22px;width:310px;background:#0f2742;color:#fff;border-radius:16px;padding:18px;box-shadow:0 18px 55px rgba(0,0,0,.24);z-index:9998;display:grid;grid-template-columns:42px 1fr;gap:10px}.dwi-floating-help>span{width:42px;height:42px;border-radius:10px;background:#1769aa;display:flex;align-items:center;justify-content:center;font-size:19px}.dwi-floating-help strong,.dwi-floating-help small{display:block}.dwi-floating-help small{color:#b9d0e2;margin-top:3px}.dwi-floating-help>a{grid-column:1/-1;text-align:center;background:#28b779;color:#fff;border-radius:7px;padding:9px;font-weight:800}.dwi-floating-help .dwi-call{background:transparent;padding:1px;color:#cde5f6}.dwi-help-close{position:absolute;right:8px;top:4px;background:none;border:0;color:#9ebbd1;font-size:20px}
.dwf-brand-copy strong{font-size:20px}.dwf-brand-copy small:after{content:'Know Your Website. Grow Your Business.'}.dwf-brand-copy small{font-size:0}.dwf-brand-copy small:after{font-size:8px;letter-spacing:1.1px}
@media(max-width:767px){.dwi-report-hero,.dwi-intelligence-summary{display:block}.dwi-health-card{margin-top:18px}.dwi-score-grid{grid-template-columns:1fr 1fr}.dwi-consult-btn{display:inline-block;margin-top:17px}.dwi-report-tabs{top:55px}.dwi-floating-help{left:12px;right:12px;bottom:12px;width:auto}.dwi-report-heading h1{font-size:23px}}

/* =========================================================
   Dallas Web Intelligence 2.0 — Sprint 1
   Commercial report dashboard, category health and action plan
   ========================================================= */
.dwi-category-section,
.dwi-action-plan,
.dwi-impact-panel {
  background:#fff;
  border:1px solid #dfe9f2;
  border-radius:16px;
  box-shadow:0 10px 32px rgba(15,39,66,.06);
}
.dwi-category-section { padding:25px; margin:0 0 16px; }
.dwi-section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:20px; }
.dwi-section-head.compact { align-items:center; }
.dwi-section-head h2 { color:#0f2742; font-size:23px; margin:6px 0 0; }
.dwi-section-head p { max-width:420px; color:#718398; margin:0; text-align:right; line-height:1.6; }
.dwi-category-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.dwi-category-card { position:relative; display:grid; grid-template-columns:44px 1fr auto; align-items:center; gap:12px; min-height:105px; padding:17px; color:#0f2742!important; background:#f8fbfd; border:1px solid #e1ebf3; border-radius:13px; overflow:hidden; transition:.2s ease; }
.dwi-category-card:hover { transform:translateY(-2px); text-decoration:none; box-shadow:0 10px 24px rgba(15,39,66,.08); }
.dwi-category-icon { display:flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:12px; background:#e8f3fb; color:#1769aa; font-size:18px; }
.dwi-category-copy b,.dwi-category-copy small { display:block; }
.dwi-category-copy b { font-size:15px; }
.dwi-category-copy small { color:#7a8b9d; font-size:11px; margin-top:3px; line-height:1.35; }
.dwi-category-score { font-size:25px; }
.dwi-category-score:after { content:'/100'; font-size:9px; color:#8a9bab; margin-left:2px; }
.dwi-category-card.is-pending .dwi-category-score:after { display:none; }
.dwi-category-bar { position:absolute; left:0; right:0; bottom:0; height:4px; background:#e7eef4; }
.dwi-category-bar i { display:block; width:0; height:100%; background:#1769aa; transition:width .5s ease; }
.dwi-category-card.is-good .dwi-category-icon { color:#168a5c; background:#e7f7f0; }
.dwi-category-card.is-good .dwi-category-bar i { background:#28b779; }
.dwi-category-card.is-warning .dwi-category-icon { color:#a96f00; background:#fff5dc; }
.dwi-category-card.is-warning .dwi-category-bar i { background:#f1ad2f; }
.dwi-category-card.is-critical .dwi-category-icon { color:#bd3d32; background:#fff0ee; }
.dwi-category-card.is-critical .dwi-category-bar i { background:#e85b4f; }
.dwi-commercial-grid { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr); gap:16px; margin-bottom:18px; }
.dwi-action-plan { padding:25px; }
.dwi-count-badge { display:inline-block; border-radius:999px; background:#eaf3fa; color:#1769aa; padding:7px 11px; font-size:11px; font-weight:800; }
.dwi-action-list { display:grid; gap:9px; }
.dwi-action-item { display:grid; grid-template-columns:36px 1fr 20px; align-items:center; gap:12px; padding:13px 14px; color:#263f58!important; border:1px solid #e1eaf2; border-radius:11px; background:#fbfdff; }
.dwi-action-item:hover { text-decoration:none; background:#f3f8fc; }
.dwi-action-rank { display:flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:9px; font-weight:800; background:#eaf3fa; color:#1769aa; }
.dwi-action-item.is-critical .dwi-action-rank { background:#fff0ee; color:#bd3d32; }
.dwi-action-item.is-warning .dwi-action-rank { background:#fff5dc; color:#a96f00; }
.dwi-action-copy b,.dwi-action-copy small { display:block; }
.dwi-action-copy b { font-size:13px; line-height:1.35; }
.dwi-action-copy small { color:#7d8ea0; margin-top:3px; font-size:10px; text-transform:uppercase; letter-spacing:.45px; }
.dwi-action-arrow { color:#9aabba; }
.dwi-action-loading,.dwi-action-empty { padding:25px; border-radius:11px; background:#f7fafc; color:#718398; text-align:center; }
.dwi-action-empty i,.dwi-action-empty strong,.dwi-action-empty span { display:block; }
.dwi-action-empty i { color:#28b779; font-size:25px; margin-bottom:8px; }
.dwi-action-empty strong { color:#0f2742; }
.dwi-action-empty span { margin-top:4px; font-size:12px; }
.dwi-detail-link { display:inline-block; margin-top:16px; font-size:12px; font-weight:800; color:#1769aa; }
.dwi-impact-panel { padding:27px; background:linear-gradient(145deg,#0f2742,#164d76); color:#fff; border:0; }
.dwi-impact-panel .dwi-summary-label { color:#72e2b1; }
.dwi-impact-panel h2 { color:#fff; font-size:24px; margin:10px 0; }
.dwi-impact-panel p { color:#c8deee; line-height:1.7; font-size:13px; }
.dwi-impact-meter { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin:18px 0; }
.dwi-impact-meter div { padding:12px; border-radius:10px; background:rgba(255,255,255,.08); }
.dwi-impact-meter span,.dwi-impact-meter strong { display:block; }
.dwi-impact-meter span { color:#aecaDE; font-size:10px; text-transform:uppercase; letter-spacing:.6px; }
.dwi-impact-meter strong { color:#fff; font-size:20px; margin-top:3px; }
.dwi-impact-panel ul { list-style:none; padding:0; margin:17px 0; }
.dwi-impact-panel li { margin:9px 0; color:#d7e8f4; font-size:12px; }
.dwi-impact-panel li i { color:#65e1ad; margin-right:7px; }
.dwi-impact-btn { display:block; background:#28b779; color:#fff!important; border-radius:8px; font-weight:800; padding:11px 13px; }
.dwi-impact-call { display:block; color:#d6e9f6!important; text-align:center; margin-top:11px; font-weight:700; font-size:12px; }
.dwi-detailed-divider { display:flex; align-items:center; gap:14px; margin:28px 0 5px; color:#718398; text-transform:uppercase; font-size:10px; letter-spacing:1.4px; font-weight:800; }
.dwi-detailed-divider:before,.dwi-detailed-divider:after { content:''; height:1px; background:#dfe9f2; flex:1; }
@media(max-width:991px){
  .dwi-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dwi-commercial-grid{grid-template-columns:1fr}
}
@media(max-width:767px){
  .dwi-section-head{display:block}
  .dwi-section-head p{text-align:left;margin-top:8px}
  .dwi-category-section,.dwi-action-plan,.dwi-impact-panel{padding:18px}
  .dwi-category-grid{grid-template-columns:1fr}
  .dwi-category-card{min-height:92px}
  .dwi-category-copy small{font-size:10px}
}
