/*
Theme Name: CloudHost
Theme URI: http://oceanthemes.net/cloudhost
Author: OceanThemes
Author URI: http://oceanthemes.net
Description: Responsive Hosting WordPress Theme
Version: 1.0.4
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cloudhost
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
	3.1 - Common Elements
	3.2 - WordPress Elements
	3.3 - Theme's Elements
4.0 - Header
5.0 - Navigations
6.0 - Content
	6.1 - Posts and pages
	5.2 - Comments
7.0 - Widgets
8.0 - Footer
9.0 - Media Queries
--------------------------------------------------------------*/
/*
 * OwlCarousel
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-controls {
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-controls .owl-buttons div {
  margin-top: -20px;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 999;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
  background-color: #2d3035;
}
.owl-controls .owl-buttons div:hover {
  background-color: #2d3035;
}
.owl-controls .owl-prev {
  left: -60px;
}
.owl-controls .owl-next {
  right: -60px;
}
/* Styling Pagination*/
.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #fff;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
}
/* If PaginationNumbers is true */
.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.btn-primary {
  font-size: 12px;
  background-color: #222;
  color: #fff;
  padding: 12px 16px 10px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #8ecd4e;
  color: #fff;
}
.btn-default {
  font-size: 12px;
  background-color: #222;
  color: #fff;
  padding: 12px 16px 10px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #8ecd4e;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #8ecd4e;
  color: #fff;
}
.btn-secondary {
  font-size: 12px;
  background-color: #222;
  color: #fff;
  padding: 12px 16px 10px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #2d3035;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #8ecd4e;
  color: #fff;
}
.btn-secondary:before {
  background-color: #8ecd4e;
}
.btn-secondary:hover {
  background-color: #2d3035;
}
.btn-thirdary {
  font-size: 12px;
  background-color: #222;
  color: #fff;
  padding: 12px 16px 10px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid #3b3b3b;
  font-size: 16px;
  font-family: 'PT Serif', "Times New Roman", Times, serif;
  padding: 8px 30px;
  background-color: transparent;
  height: auto;
  line-height: 1;
  text-transform: none;
  font-weight: 400;
}
.btn-thirdary:hover,
.btn-thirdary:active,
.btn-thirdary:focus {
  background-color: #8ecd4e;
  color: #fff;
}
.btn-thirdary:before {
  background-color: #8ecd4e;
}
.btn-thirdary:hover {
  background-color: transparent;
}
.btn-thirdary:hover:before {
  background-color: #8ecd4e;
}
.btn-fifth {
  font-size: 12px;
  background-color: #222;
  padding: 12px 16px 10px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  height: auto;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
}
.btn-fifth:hover,
.btn-fifth:active,
.btn-fifth:focus {
  background-color: #8ecd4e;
  color: #fff;
}
.btn-fifth:before {
  background-color: #fff;
}
.btn-fifth:hover {
  color: #8ecd4e;
  background-color: transparent;
}
.btn-fifth:hover:before {
  background-color: #fff;
}
.btn-fourth {
  font-size: 12px;
  background-color: #222;
  color: #fff;
  padding: 12px 16px 10px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  text-transform: none;
  font-size: 15px;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  font-style: italic;
  font-weight: 400;
  font-family: 'PT Serif', "Times New Roman", Times, serif;
}
.btn-fourth:hover,
.btn-fourth:active,
.btn-fourth:focus {
  background-color: #8ecd4e;
  color: #fff;
}
.btn-fourth:before {
  background-color: #000;
}
.btn-fourth:hover {
  color: #fff;
  background-color: transparent;
}
.btn-fourth:hover:before {
  background-color: #000;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*--------------------------------------------------------------
1.0 - Normalize
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
html {
  height: 100%;
}
body {
  color: #8f8f8f;
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.6;
  background: #fff;
  word-wrap: break-word;
}
a {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  color: #8ecd4e;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.2;
  color: #222;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
img {
  max-width: 100%;
  height: auto;
}
input[type=text],
textarea {
  border: 1px solid #555;
  background: #fff;
}
blockquote {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  border-left: 10px solid rgba(34, 34, 34, 0.8);
  padding: 30px 40px;
  color: #fff;
  background-color: #8ecd4e;
  margin-bottom: 40px;
  margin-top: 35px;
}
/*--------------------------------------------------------------
3.0 - Elements
--------------------------------------------------------------*/
/**
 * 3.2 - WordPress Elements
 */
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter,
.aligncenter img {
  display: block;
  margin: 1em auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.wp-caption {
  background: #fff;
  border: 1px solid #555;
  padding: 5px;
  max-width: 100%;
  text-align: center;
}
.wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.wp-caption-text {
  font-size: small;
  margin: 0;
  padding: 5px 0 0;
}
.gallery-caption {
  display: block;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/
.topbar {
  color: #8f8f8f;
  background-color: #222;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  z-index: 100;
  padding: 15px 0 12px;
}
.topbar a {
  color: #8f8f8f;
}
.topbar a:hover {
  color: #8ecd4e;
  text-decoration: none;
}
.topbar .widget-title {
  display: none;
}
.topbar .widget {
  margin: 0;
  float: left;
  padding: 0 25px 0 0;
}
.topbar .widget.widget_text .fa {
  color: #8ecd4e;
  padding-right: 5px;
}
.topbar .widget .search-form {
  border-width: 0;
  padding: 0;
}
.topbar .widget .search-form .fa {
  margin-right: 10px;
}
.topbar .widget .search-field {
  width: 140px;
  padding: 0;
  border-width: 0;
  background: transparent;
}
.topbar .widget .search-field:focus {
  outline: 0;
}
.topbar ul li {
  display: inline-block;
  padding: 0 5px;
  border: none;
}
.topbar .widget_icl_lang_sel_widget {
  height: 13px;
  padding: 0;
}
.topbar .widget_icl_lang_sel_widget #lang_sel {
  height: 13px;
}
.topbar .widget_icl_lang_sel_widget #lang_sel a.lang_sel_sel {
  background-color: transparent;
  line-height: 1;
}
.topbar .widget_icl_lang_sel_widget #lang_sel > ul {
  height: 13px;
}
.topbar .widget_icl_lang_sel_widget #lang_sel > ul > li {
  padding: 0 !important;
  height: 26px;
  position: relative;
}
.topbar .widget_icl_lang_sel_widget #lang_sel ul ul {
  top: 100%;
  z-index: 99999;
  left: 0;
  width: 120px;
  height: auto;
  background-color: #fff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  position: absolute;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.topbar .widget_icl_lang_sel_widget #lang_sel ul ul li {
  width: 120px;
  border-top: none;
  padding: 0 10px;
}
.topbar .widget_icl_lang_sel_widget #lang_sel ul ul li a {
  padding: 8px 0;
  border: none;
  display: block;
}
.topbar .widget_icl_lang_sel_widget #lang_sel ul ul li a:hover {
  color: #2d3035;
  background-color: #fff;
}
.topbar .widget_icl_lang_sel_widget #lang_sel img.iclflag {
  top: 0;
  padding-right: 5px;
}
.topbar .widget_icl_lang_sel_widget #lang_sel > ul > li {
  border: none;
  width: auto;
}
.topbar .widget_icl_lang_sel_widget #lang_sel > ul > li:hover ul {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a,
.topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited {
  border: none;
  padding-left: 0;
  background: none;
  position: relative;
}
.topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:hover:after,
.topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:hover:after {
  color: #8ecd4e;
}
.topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:after,
.topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:after {
  content: '\f0d7';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  padding-left: 5px;
  color: #8f8f8f;
  position: absolute;
  right: -20px;
  top: 2px;
}
.topbar .social-links-widget a {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  height: auto;
  line-height: inherit;
  width: auto;
  margin-right: 0;
  padding-right: 15px;
}
.topbar .social-links-widget a:last-child {
  border-right: none;
}
.topbar .social-links-widget a:hover {
  border-color: #373b40;
}
.topbar-right .widget {
  float: right;
  padding-right: 0;
  margin-left: 30px;
}
.topbar-right .widget.social-links-widget a {
  padding-left: 15px;
  padding-right: 0;
}
.site-header {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.site-header .site-title,
.site-header .site-description {
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
  padding: 0;
}
.site-header .navbar,
.site-header .navbar-logo {
  margin: 0;
  border: none;
}
.site-header .navbar .navbar-header,
.site-header .navbar-logo .navbar-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-header .logo img {
  margin: 20px 0;
  display: block;
}
.site-header .logo img.logo-sticky {
  display: none;
}
.topbar .live-chat-widget {
  position: relative;
}
.topbar .live-chat-widget .lc-left {
  position: absolute;
  top: 60px;
  right: 100%;
  width: 200px;
}
.topbar .live-chat-widget .lc-right {
  margin-top: -15px;
  margin-bottom: -60px;
}
.topbar .live-chat-widget:after {
  content: '';
  position: absolute;
  top: 65px;
  left: 0;
  border-top: 20px solid #8ecd4e;
  border-bottom: 6px solid transparent;
  border-right: 25px solid #8ecd4e;
  border-left: 75px solid transparent;
  z-index: 9;
}
.header-transparent .site-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
}
.header-transparent.has-topbar .site-header {
  top: 32px;
}
.header-transparent .topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-transparent .topbar .widget_icl_lang_sel_widget #lang_sel ul ul {
  border-color: transparent;
}
.header-transparent.admin-bar .site-header {
  top: 32px;
}
.header-transparent.admin-bar .topbar {
  top: 32px;
}
.header-transparent.admin-bar.has-topbar .site-header {
  top: 74px;
}
.header-transparent .primary-nav .menu > li > a {
  color: #fff;
}
.header-transparent .primary-nav .menu > li > a:hover {
  color: #8ecd4e;
}
.header-transparent .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.header-transparent .primary-nav .menu > li.menu-item-search > a:hover {
  color: #fff;
}
.header-sticky .site-header {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.header-sticky .site-header.minimized {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.header-sticky .site-header.minimized .logo img {
  display: none;
}
.header-sticky .site-header.minimized .logo img.logo-sticky {
  display: block;
}
.header-sticky .site-header.minimized .primary-nav .menu > li > a {
  color: #222;
}
.header-sticky .site-header.minimized .primary-nav .menu > li > a.item-search {
  color: #fff;
}
.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a,
.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a,
.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a,
.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a {
  color: #8ecd4e;
}
.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a.item-search,
.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a.item-search,
.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a.item-search,
.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a.item-search {
  color: #fff;
}
.header-sticky .site-header.minimized .logo img {
  display: none;
}
.header-sticky .site-header.minimized .logo img.logo-sticky {
  display: block;
}
.header-sticky.header-transparent .site-header {
  position: fixed;
}
.header-sticky.admin-bar .site-header.minimized {
  top: 32px;
}
.header-sticky.header-menu-left .site-header.minimized .navbar-logo {
  display: none;
}
.header-sticky.header-menu-left .site-header.minimized .primary-logo {
  display: block;
}
.header-sticky.header-menu-left .site-header.minimized .primary-nav {
  background-color: transparent;
}
.header-sticky.header-menu-left .site-header.minimized .primary-nav .menu {
  text-align: right;
}
.header-sticky.header-menu-left .site-header.minimized .primary-nav .menu .extra-menu-item .search-form {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.header-sticky.header-menu-left .site-header.minimized .primary-nav .menu .extra-menu-item.menu-item-search {
  width: 30px;
  height: 30px;
}
.header-sticky.header-menu-left .site-header.minimized .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  color: #fff;
  top: 8px;
  right: 9px;
}
.header-sticky.header-menu-left .site-header.minimized .primary-nav .menu .extra-menu-item.show-search-form .search-form {
  opacity: 1;
  width: 350px;
}
.site-banner {
  color: #fff;
  line-height: 1;
  padding: 140px 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}
.site-banner h1 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
}
.site-banner .breadcrumbs {
  color: #fff;
  padding: 20px 0 0;
  margin-top: 10px;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}
.site-banner .breadcrumbs a.home {
  color: #8ecd4e;
}
.site-banner .breadcrumbs a {
  color: #fff;
  font-weight: 700;
}
.site-banner .breadcrumbs span {
  padding: 0 15px;
}
.site-banner .breadcrumbs span span {
  padding: 0;
}
.header-menu-left .site-header .primary-logo {
  display: none;
}
.header-menu-left .site-header .primary-nav {
  background-color: #8ecd4e;
  padding-top: 0;
}
.header-menu-left .site-header .primary-nav .nav {
  padding-top: 30px;
}
.header-menu-left .site-header .primary-nav .menu {
  float: left;
  width: 100%;
}
.header-menu-left .site-header .primary-nav .menu .extra-menu-item {
  float: right;
}
.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search {
  width: auto;
  height: auto;
  margin-top: -9px;
}
.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 999;
  margin-bottom: 0;
  color: #8ecd4e;
}
.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .search-form {
  position: static;
  opacity: 1;
  width: 270px;
  padding-left: 15px;
  padding-right: 30px;
}
.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .search-field {
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 12px;
}
.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .search-field:focus {
  outline: none;
}
.header-menu-left .site-header .primary-nav .menu > li:first-child {
  padding-left: 0;
}
.header-menu-left .site-header .primary-nav .menu > li > a {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1;
}
/*--------------------------------------------------------------
5.0 - Navigations
--------------------------------------------------------------*/
.nav a {
  color: #222;
  font-weight: 600;
  display: block;
}
.nav a:hover {
  color: #8ecd4e;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav ul ul {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
          transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  left: 0;
  top: 110%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.nav ul ul ul {
  -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
          transition: left 0.3s ease 0s, opacity 0.3s;
  left: 110%;
  top: 0;
}
.nav li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.nav li > a {
  text-transform: uppercase;
}
.nav li .toggle-children {
  display: none;
}
.nav li:hover > ul {
  opacity: 1;
  z-index: 9999;
  top: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.nav li li {
  text-align: left;
  display: block;
}
.nav li li a {
  border-top: 1px solid #eaeaea;
  padding: 8px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.nav li li:hover > ul {
  top: 0;
  left: 100%;
}
.nav li li:first-child > a {
  border-top-width: 0;
}
.nav .menu-item-mega {
  position: static;
}
.nav .menu-item-mega:hover .mega-menu-container {
  opacity: 1;
  top: 100%;
  z-index: 9999;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.nav .mega-menu-container {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
          transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  top: 110%;
  right: 0;
  padding: 10px 15px 30px;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  max-width: 100%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
}
.nav .mega-menu-container img {
  border: 1px solid #b9b9b9;
}
.nav .mega-menu-container ul.sub-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav .mega-sub-menu > a {
  color: #6e6e6e;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.nav .mega-sub-menu a {
  padding-left: 15px;
  padding-right: 15px;
}
.nav .mega-sub-menu ul {
  width: auto;
  position: static;
  z-index: auto;
  opacity: 1;
  visibility: visible;
  border-width: 0;
  background-color: transparent;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav .mega-sub-menu li {
  padding: 0;
}
.nav .mega-sub-menu li:first-child > a {
  border-top-width: 1px;
}
.nav .menu-item-content a {
  padding: 0;
}
.primary-nav {
  padding-top: 42px;
  padding-right: 0;
}
.primary-nav ul ul.sub-menu {
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
}
.primary-nav ul ul.sub-menu ul {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.primary-nav .menu {
  float: right;
}
.primary-nav .menu > li.current-menu-parent > a,
.primary-nav .menu > li.current-menu-item > a,
.primary-nav .menu > li.current-menu-ancestor > a,
.primary-nav .menu > li:hover > a {
  color: #8ecd4e;
}
.primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.primary-nav .menu > li > a {
  margin-bottom: 38px;
  text-decoration: none;
}
.primary-nav .menu > li > a:hover {
  text-decoration: none;
}
.primary-nav li li {
  padding-right: 0;
  padding-left: 0;
}
.primary-nav li li a {
  padding: 12px 15px 10px;
  line-height: 1;
}
.primary-nav .mega-menu-container {
  background-color: #fff;
}
.primary-nav .mega-menu-container ul.sub-menu li a {
  font-weight: 700;
  font-family: Lato, "Times New Roman", Times, serif;
}
.primary-nav .mega-menu-container ul.sub-menu li a:hover {
  color: #8ecd4e;
}
.primary-nav .mega-menu-container .mega-sub-menu > a {
  font-weight: 700;
  font-family: Lato, "Times New Roman", Times, serif;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 0;
  border-bottom: 1px solid #eaeaea;
}
.primary-nav .mega-menu-container .mega-sub-menu > a:hover {
  color: #8ecd4e;
}
.primary-nav .mega-menu-container .mega-sub-menu ul li a {
  border-color: #eaeaea;
  padding-top: 10px;
  padding-bottom: 8px;
  font-weight: 600;
  font-family: Lato, "Times New Roman", Times, serif;
  text-transform: uppercase;
}
.primary-nav .mega-menu-container .mega-sub-menu ul li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  padding-right: 10px;
}
.primary-nav .mega-menu-container .mega-sub-menu ul li:first-child a {
  border-color: transparent;
}
.primary-nav .menu .extra-menu-item {
  float: right;
  position: relative;
  padding: 0;
  margin-left: 15px;
}
.primary-nav .menu .extra-menu-item > a {
  margin-bottom: 32px;
  text-decoration: none;
}
.primary-nav .menu .extra-menu-item.menu-item-search.show-search-form .search-form {
  z-index: 100;
  opacity: 1;
}
.primary-nav .menu .extra-menu-item.menu-item-search.show-search-form .fa:before {
  content: "\f00d";
}
.primary-nav .menu .extra-menu-item.menu-item-search {
  width: 30px;
  height: 30px;
  line-height: 31px;
  background-color: #8ecd4e;
  text-align: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin-top: -6px;
}
.primary-nav .menu .extra-menu-item .item-search {
  cursor: pointer;
  color: #fff;
}
.primary-nav .menu .extra-menu-item .search-form {
  position: absolute;
  right: 0;
  top: 64px;
  width: 350px;
  padding: 0 10px;
  opacity: 0;
  background-color: #fff;
  z-index: -1;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.primary-nav .menu .extra-menu-item .search-form:before {
  display: none;
}
.primary-nav .menu .extra-menu-item .search-field {
  font-size: 14px;
  width: 100%;
  border-width: 0;
  height: 45px;
  line-height: 45px;
  color: #222;
}
.primary-nav .menu .extra-menu-item .search-field:focus {
  outline: none;
}
.numeric-navigation {
  position: relative;
  text-align: right;
  width: 100%;
}
.numeric-navigation .next,
.numeric-navigation .prev {
  font-size: 12px;
  background-color: #222;
  color: #fff;
  padding: 12px 16px 10px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  margin-right: 10px;
  min-width: 100px;
  line-height: 1;
}
.numeric-navigation .next:hover,
.numeric-navigation .prev:hover,
.numeric-navigation .next:active,
.numeric-navigation .prev:active,
.numeric-navigation .next:focus,
.numeric-navigation .prev:focus {
  background-color: #8ecd4e;
  color: #fff;
}
.numeric-navigation a,
.numeric-navigation span {
  padding: 12px 20px 9px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  margin: 0 5px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.numeric-navigation a:hover,
.numeric-navigation span.current {
  background-color: #8ecd4e;
}
/*--------------------------------------------------------------
6.0 - Content
--------------------------------------------------------------*/
/**
 * 6.1 Posts and Pages
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs .tabs-nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
.tabs .tabs-nav li {
  float: left;
}
.tabs .tabs-nav a {
  display: block;
}
.tabs .tabs-panel {
  clear: both;
  display: none;
}
.tabs .tabs-panel.active {
  -webkit-animation: fadeIn 1 1s ease;
          animation: fadeIn 1 1s ease;
  display: block;
}
.title-area {
  text-align: center;
  padding: 135px 0 140px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.title-area h1 {
  color: #fff;
}
.title-area:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.title-area .title-area-content {
  position: relative;
  z-index: 1;
}
.header-transparent .title-area {
  padding-top: 180px;
}
.header-transparent.has-topbar .title-area {
  padding-top: 220px;
}
.site-content {
  padding: 90px 0;
}
.page-template-template-homepage-php .site-content,
.page-template-template-full-width-php .site-content {
  padding: 0;
}
.blog-wapper {
  margin-bottom: 50px;
}
.blog-wapper .entry-content {
  margin: 0;
  text-align: left;
  padding-bottom: 30px;
}
.blog-wapper .entry-content .entry-title {
  margin: 0;
  padding: 0 0 5px 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  color: #222;
  font-weight: 600;
}
.blog-wapper .entry-content .entry-title .post-title {
  color: #222;
  padding-bottom: 10px;
  display: block;
}
.blog-wapper .entry-content .entry-title a:hover {
  color: #8ecd4e;
}
.blog-wapper .entry-content .entry-metas {
  font-family: Lato, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #b5b5b5;
}
.blog-wapper .entry-content .entry-metas a {
  color: #b5b5b5;
}
.blog-wapper .entry-content .entry-metas a:hover {
  color: #8ecd4e;
}
.blog-wapper .entry-content .entry-metas .entry-date {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-wapper .entry-content .entry-metas .entry-meta {
  padding-right: 20px;
  font-style: normal;
  text-transform: uppercase;
}
.blog-wapper .entry-content .entry-metas .entry-meta.entry-author a {
  padding-left: 5px;
}
.blog-wapper .entry-content .entry-metas .entry-meta.entry-comment i {
  padding-right: 5px;
}
.blog-wapper .entry-desc {
  padding: 25px 0 30px 0;
  line-height: 1.8;
}
.blog-wapper .entry-desc p {
  margin-bottom: 0;
}
.blog-wapper .readmore {
  text-decoration: none;
  font-size: 12px;
  background-color: #222;
  color: #fff;
  padding: 12px 16px 10px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.blog-wapper .readmore:hover,
.blog-wapper .readmore:active,
.blog-wapper .readmore:focus {
  background-color: #8ecd4e;
  color: #fff;
}
.blog-wapper .entry-format img {
  display: block;
}
.blog-wapper .entry-format iframe {
  width: 100%;
}
.blog-wapper .entry-format blockquote,
.blog-wapper .entry-format .link-block {
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  position: relative;
  display: block;
  margin: 0;
  padding: 30px 30px 30px 80px;
  background-color: #27282b;
  line-height: 1.1;
}
.blog-wapper .entry-format blockquote:before,
.blog-wapper .entry-format .link-block:before {
  position: absolute;
  left: 30px;
  top: 33px;
  color: #fff;
}
.blog-wapper .entry-format blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
}
.blog-wapper .entry-format blockquote cite {
  font-style: italic;
  font-size: 13px;
  display: block;
  margin-top: 10px;
}
.blog-wapper .entry-format blockquote a {
  color: #8ecd4e;
}
.blog-wapper .entry-format blockquote a:hover {
  text-decoration: underline;
}
.blog-wapper .entry-format .link-block:before {
  font-family: FontAwesome;
  content: "\f0c1";
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.blog-wapper .entry-format .link-block:hover {
  background-color: #8ecd4e;
  text-decoration: none;
}
.blog-wapper .entry-format .link-block:hover:before {
  color: #fff;
}
.blog-wapper .format-audio.entry-format iframe,
.blog-wapper .format-audio.entry-format .audio-player {
  height: auto;
}
.blog-wapper:nth-child( 2n ) .blog-left {
  float: right;
}
.blog-single .entry-format {
  padding-bottom: 20px;
}
.blog-single .entry-footer {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  padding: 25px 0;
}
.blog-single .entry-footer .text-left {
  line-height: 35px;
}
.blog-single .entry-footer .text-left i {
  color: #8ecd4e;
  padding-right: 5px;
}
.blog-single .entry-footer .text-left .category-links {
  text-transform: uppercase;
  font-weight: 400;
}
.blog-single .entry-footer .text-left .category-links a {
  color: #222;
}
.blog-single .entry-footer .text-left .category-links a:hover {
  color: #8ecd4e;
}
.blog-single .entry-footer .social-links {
  float: right;
}
.blog-single .entry-footer .social-links a {
  color: #fff;
  font-size: 16px;
  padding: 8px 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #222 ;
  display: inline-block;
  margin: 0px 2px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.blog-single .entry-footer .social-links a:hover {
  background-color: #8ecd4e;
}
.format-gallery-slider ul li {
  list-style: none;
}
.format-gallery-slider .owl-carousel {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.format-gallery-slider .owl-carousel:hover .owl-buttons .owl-prev {
  background-color: transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 21px;
  left: 10px;
}
.format-gallery-slider .owl-carousel:hover .owl-buttons .owl-prev:hover {
  opacity: 1;
}
.format-gallery-slider .owl-carousel:hover .owl-buttons .owl-next {
  background-color: transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 21px;
  right: 10px;
}
.format-gallery-slider .owl-carousel:hover .owl-buttons .owl-next:hover {
  opacity: 1;
}
.post-pagination {
  clear: both;
}
.error-404 .not-found .page-title {
  font-size: 250px;
  font-family: Poppins, Arial, sans-serif;
  color: #8ecd4e;
  margin: 0;
  letter-spacing: -35px;
  line-height: 1;
}
.error-404 .not-found .page-content h3 {
  font-weight: 500;
  font-size: 24px;
  color: #222;
  letter-spacing: 2px;
  padding-bottom: 20px;
  margin-top: 10px;
}
.error-404 .not-found .page-content p {
  font-size: 14px;
  font-weight: 300;
}
.error-404 .not-found .page-content .search-form {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.error-404 .not-found .page-content .search-form label {
  display: block;
  margin-bottom: 0;
}
.error-404 .not-found .page-content .search-form label .search-field {
  width: 100%;
  padding: 11px 50px 8px 15px;
  border: 1px solid #eee;
  color: #8f8f8f;
  font-weight: 400;
}
.error-404 .not-found .page-content .search-form label ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8f8f8f;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.error-404 .not-found .page-content .search-form label ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8f8f8f;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.error-404 .not-found .page-content .search-form label :-ms-input-placeholder {
  /* IE 10+ */
  color: #8f8f8f;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.error-404 .not-found .page-content .search-form label :-moz-placeholder {
  /* Firefox 18- */
  color: #8f8f8f;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.error-404 .not-found .page-content .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 40px;
  background: transparent;
  border: none;
  text-indent: -9999px;
}
.error-404 .not-found .page-content .search-form:before {
  content: '\f002';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  position: absolute;
  width: 45px;
  height: 40px;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #222;
  text-align: center;
  line-height: 40px;
}
.page-template-template-comming-soon {
  -webkit-background-size: cover;
          background-size: cover;
  height: 100%;
  overflow: hidden;
}
.page-template-template-comming-soon .cloud-comming-soon .comming-logo {
  padding-bottom: 50px;
}
.page-template-template-comming-soon .cloud-comming-soon .comming-title {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 55px;
}
.page-template-template-comming-soon .cloud-comming-soon .sale-price-date .box {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 82px;
  font-weight: 700;
  display: inline-block;
  margin-right: 30px;
  border: 1px solid rgba(237, 237, 237, 0.18);
  min-width: 160px;
  padding-top: 10px;
}
.page-template-template-comming-soon .cloud-comming-soon .sale-price-date .box .title {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 0 15px 0;
  text-transform: uppercase;
  border-top: 2px solid rgba(237, 237, 237, 0.18);
  background-color: rgba(255, 255, 255, 0.05);
}
.page-template-template-comming-soon .cloud-comming-soon .sale-price-date .box:last-child {
  margin-right: 0px;
}
.page-template-template-comming-soon .site-footer {
  padding-top: 0;
}
.page-template-template-comming-soon .footer-copyright {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 0;
}
.no-results .search-form .search-field {
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 10px;
  font-weight: 500;
  background-image: none;
  width: 100%;
}
.no-results .search-form .search-submit {
  font-size: 12px;
  background-color: #222;
  color: #fff;
  padding: 12px 16px 10px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.no-results .search-form .search-submit:hover,
.no-results .search-form .search-submit:active,
.no-results .search-form .search-submit:focus {
  background-color: #8ecd4e;
  color: #fff;
}
.sidebar-content .content-area {
  float: right;
}
/**
 * 6.3 Comments
 */
.blog-heading-underilne-lg {
  width: 80px;
  background-color: #8ecd4e;
  margin: 5px 0 0 0;
  height: 3px;
  display: block;
}
.blog-heading-underilne-md {
  width: 40px;
  background-color: #8ecd4e;
  margin: 5px 0 0 0;
  height: 3px;
  display: block;
}
.blog-heading-underilne-sm {
  width: 20px;
  background-color: #8ecd4e;
  margin: 5px 0 0 0;
  height: 3px;
  display: block;
  margin-bottom: 30px;
}
.bypostauthor {
  display: block;
}
.comments-area {
  clear: both;
}
.comments-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 70px;
  color: #222;
}
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .children {
  list-style: none;
  padding: 0 0 0 80px;
}
.comment-list .children article {
  border-top-width: 0;
}
.comment-list .children:last-child {
  margin-bottom: 0;
}
.comment-list > .comment:first-child article {
  border: none;
}
.comment {
  zoom: 1;
  float: left;
  clear: both;
  width: 100%;
}
.comment:before,
.comment:after {
  content: "";
  display: table;
}
.comment:after {
  clear: both;
}
.comment article {
  padding: 0 0 30px;
  overflow: hidden;
}
.comment .comment-author {
  padding-right: 15px;
  float: left;
}
.comment .comment-author img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.comment .comment-edit-link {
  margin-right: 20px;
}
.comment-respond {
  margin-top: 50px;
}
.comment-respond .comment-reply-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 60px;
}
.comment-respond .comment-form .comment-notes {
  display: none;
}
.comment-respond .comment-form .comment-form-author {
  padding-left: 0;
}
.comment-respond .comment-form .comment-form-url {
  padding-right: 0;
}
.comment-respond .comment-form .comment-form-comment {
  padding-right: 0;
  padding-left: 0;
}
.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form textarea {
  width: 100%;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 10px 12px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  color: #868686;
  border: 1px solid #eee;
}
.comment-respond .comment-form .form-submit {
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
.comment-respond .comment-form .form-submit .submit {
  font-size: 12px;
  background-color: #222;
  color: #fff;
  padding: 12px 16px 10px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 20px;
}
.comment-respond .comment-form .form-submit .submit:hover,
.comment-respond .comment-form .form-submit .submit:active,
.comment-respond .comment-form .form-submit .submit:focus {
  background-color: #8ecd4e;
  color: #fff;
}
.comment-content {
  word-break: break-all;
  margin-left: 150px;
  border-bottom: 1px solid #eee;
  padding: 0 25px 0 0;
  color: #959595;
}
.comment-content a {
  word-wrap: break-word;
}
.comment-content .comment-metadata {
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 15px;
  position: relative;
}
.comment-content .comment-metadata .fn {
  font-style: inherit;
  font-weight: 600;
}
.comment-content .comment-metadata .fn a {
  font-weight: 600;
}
.comment-content .comment-metadata a {
  color: #222;
}
.comment-content .comment-metadata span {
  display: block;
  margin-top: 10px;
}
.comment-content .comment-metadata span i {
  color: #8ecd4e;
  padding-right: 5px;
}
.comment-content .comment-metadata span a {
  color: #b5b5b5;
  text-transform: none;
}
.comment-content .reply {
  position: absolute;
  top: 5px;
  right: 0;
}
.comment-content .reply a {
  font-weight: 300;
  background-color: #222;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  color: #fff;
  border: none;
  min-width: 80px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
}
.comment-content .reply a:hover {
  background-color: #8ecd4e;
  color: #fff;
}
.comment-awaiting-moderation {
  display: block;
}
/*--------------------------------------------------------------
7.0 - Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 30px;
}
.widget .widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  color: #222;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
}
.widget ul ul {
  margin-left: 15px;
  margin-top: 5px;
}
.widget table,
.widget select {
  width: 100%;
}
.widget select {
  border: 1px solid #eee;
  height: 30px;
  background-color: transparent;
}
.widget select option {
  color: #8f8f8f;
}
.widget table {
  text-align: left;
  width: 100%;
}
.widget table caption {
  color: #8f8f8f;
  border: 1px solid #eee;
  border-bottom-width: 0;
  text-align: center;
}
.widget table tr {
  border: 1px solid #eee;
  border-bottom-width: 0;
  padding: 3px 0;
}
.widget table tr td,
.widget table tr th {
  padding: 0 5px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.widget_calendar {
  line-height: 26px;
}
.widget_categories li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_archive li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget_meta li,
.widget-recent-comments li {
  padding: 8px 0;
}
.widget_categories li:before,
.widget_recent_comments li:before,
.widget_rss li:before,
.widget_pages li:before,
.widget_archive li:before,
.widget_nav_menu li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget-recent-comments li:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  padding-right: 10px;
}
.widget_categories li:hover:before,
.widget_recent_comments li:hover:before,
.widget_rss li:hover:before,
.widget_pages li:hover:before,
.widget_archive li:hover:before,
.widget_nav_menu li:hover:before,
.widget_recent_entries li:hover:before,
.widget_meta li:hover:before,
.widget-recent-comments li:hover:before {
  color: #8ecd4e;
}
.widget_categories li a,
.widget_recent_comments li a,
.widget_rss li a,
.widget_pages li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_recent_entries li a,
.widget_meta li a,
.widget-recent-comments li a {
  color: #8f8f8f;
}
.widget_categories li a:hover,
.widget_recent_comments li a:hover,
.widget_rss li a:hover,
.widget_pages li a:hover,
.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget_recent_entries li a:hover,
.widget_meta li a:hover,
.widget-recent-comments li a:hover {
  color: #8ecd4e;
}
.widget_categories .children,
.widget_recent_comments .children,
.widget_rss .children,
.widget_pages .children,
.widget_archive .children,
.widget_nav_menu .children,
.widget_recent_entries .children,
.widget_meta .children,
.widget-recent-comments .children {
  margin-top: 10px;
  margin-left: 15px;
}
.widget_categories .children li a,
.widget_recent_comments .children li a,
.widget_rss .children li a,
.widget_pages .children li a,
.widget_archive .children li a,
.widget_nav_menu .children li a,
.widget_recent_entries .children li a,
.widget_meta .children li a,
.widget-recent-comments .children li a {
  padding-left: 10px;
}
.widget_categories .children li:last-child,
.widget_recent_comments .children li:last-child,
.widget_rss .children li:last-child,
.widget_pages .children li:last-child,
.widget_archive .children li:last-child,
.widget_nav_menu .children li:last-child,
.widget_recent_entries .children li:last-child,
.widget_meta .children li:last-child,
.widget-recent-comments .children li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget_tag_cloud .tagcloud a {
  padding: 10px 15px;
  margin: 0 6px 10px 0;
  display: inline-block;
  font-size: 13px !important;
  font-weight: 400;
  background-color: #f2f2f2;
  color: #8f8f8f;
  line-height: 1;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #222;
  color: #8ecd4e;
  text-decoration: none;
}
.tabs-widget .tabs-nav li {
  width: 33%;
  border-bottom: none;
  padding-bottom: 0;
}
.tabs-widget .tabs-nav li:last-child {
  width: 34%;
}
.tabs-widget .tabs-nav li:before {
  display: none;
}
.tabs-widget .tabs-nav li a {
  background-color: #343738;
  color: #fff;
  padding: 12px 0 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.tabs-widget .tabs-nav li a.active {
  text-decoration: none;
  background-color: #282828;
}
.tabs-widget .tabs-nav li a:hover {
  text-decoration: none;
}
.tabs-widget .tabs-panel {
  margin-top: -1px;
  padding: 15px 0 20px;
}
.tabs-widget .tab-comments .comment {
  border-bottom: solid 1px #b5b5b5;
  padding: 10px 0;
  overflow: hidden;
}
.tabs-widget .tab-comments .comment-summary {
  font-style: italic;
  margin-bottom: 5px;
}
.recent-post,
.popular-post {
  padding: 10px 0;
  overflow: hidden;
}
.recent-post:last-child,
.popular-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.recent-post .widget-thumb,
.popular-post .widget-thumb {
  float: left;
  width: 60px;
}
.recent-post .post-text,
.popular-post .post-text {
  margin-left: 75px;
}
.recent-post .post-text .post-title,
.popular-post .post-text .post-title {
  display: block;
  padding-bottom: 5px;
  color: #222;
}
.recent-post .post-text .post-date,
.popular-post .post-text .post-date {
  font-size: 12px;
  color: #b5b5b5;
}
.recent-post .post-text .post-comments,
.popular-post .post-text .post-comments {
  display: block;
  font-size: 12px;
  color: #b5b5b5;
}
.recent-post .post-text .post-readmore,
.popular-post .post-text .post-readmore {
  font-size: 12px;
  background-color: #222;
  color: #fff;
  padding: 12px 16px 10px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 11px;
  margin-top: 10px;
  padding: 8px 10px 6px;
}
.recent-post .post-text .post-readmore:hover,
.popular-post .post-text .post-readmore:hover,
.recent-post .post-text .post-readmore:active,
.popular-post .post-text .post-readmore:active,
.recent-post .post-text .post-readmore:focus,
.popular-post .post-text .post-readmore:focus {
  background-color: #8ecd4e;
  color: #fff;
}
.recent-post.no-thumbnail .post-text,
.popular-post.no-thumbnail .post-text {
  margin-left: 0;
  margin-top: 0;
}
.widget-recent-comments li {
  padding: 20px 0;
  color: #b5b5b5;
}
.widget-recent-comments li a,
.widget-recent-comments li p {
  color: #555;
}
.widget_search .search-form {
  position: relative;
  padding: 10px 10px 8px;
  border: 1px solid #eee;
}
.widget_search .search-form label {
  margin-bottom: 0;
}
.widget_search .search-form:before {
  content: '\f002';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
}
.widget_search .search-form .screen-reader-text {
  display: none;
}
.widget_search .search-form label {
  width: 100%;
}
.widget_search .search-form .search-field {
  border: none;
  color: #8f8f8f;
  width: 100%;
  background-color: transparent;
  font-weight: 400;
}
.widget_search .search-form .search-field:focus {
  border: none;
  outline: none;
}
.widget_search .search-form ::-webkit-input-placeholder {
  color: #cccccc;
}
.widget_search .search-form :-moz-placeholder {
  color: #cccccc;
}
.widget_search .search-form ::-moz-placeholder {
  color: #cccccc;
}
.widget_search .search-form :-ms-input-placeholder {
  color: #cccccc;
}
.widget_search .search-form .search-submit {
  width: 40px;
  height: 40px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-indent: -9999px;
}
.live-chat-widget .lc-left {
  float: left;
  text-align: right;
  padding-right: 30px;
}
.live-chat-widget .lc-left .lc-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
.live-chat-widget .lc-left .lc-title i {
  color: #8ecd4e;
  padding-right: 5px;
}
.live-chat-widget .lc-left .lc-number {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  letter-spacing: 2px;
}
.live-chat-widget .lc-right {
  float: right;
  width: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8ecd4e;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.live-chat-widget .lc-right a {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.live-chat-widget .lc-right a i {
  display: block;
  font-size: 21px;
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
8.0 - Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #282828;
  clear: both;
  padding-top: 40px;
}
.site-footer.has-bg-footer {
  position: relative;
  background-color: transparent;
}
.site-footer.has-bg-footer .footer-area {
  background-color: transparent;
}
.site-footer.has-bg-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  content: "";
}
.site-footer.has-bg-footer .footer-container {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-extra {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.site-footer .footer-extra .footer-logo {
  margin-bottom: 35px;
}
.site-footer .footer-extra .extra-info {
  margin-bottom: 35px;
  line-height: 2;
}
.site-footer .footer-extra img {
  display: inline-block;
  padding: 0 15px;
}
.site-footer .footer-container {
  padding-top: 55px;
  padding-bottom: 60px;
}
.site-footer .footer-widgets .footer-container {
  padding-bottom: 30px;
}
.footer-sidebar {
  color: #bababa;
}
.footer-sidebar .widget {
  margin-bottom: 25px;
}
.footer-sidebar .widget .widget-title {
  color: #fff;
}
.footer-sidebar .widget .fa {
  color: #8ecd4e;
  padding-right: 10px;
}
.footer-sidebar .widget.widget_text ul li {
  padding-bottom: 10px;
  line-height: 2;
}
.footer-sidebar .widget ul li {
  padding: 5px 0;
}
.footer-sidebar .widget ul li a {
  color: #bababa;
}
.footer-sidebar .widget ul li a:hover {
  color: #8ecd4e;
}
.footer-sidebar .widget ul li:before {
  color: #8ecd4e;
}
.footer-sidebar .widget ul li:first-child {
  padding-top: 0;
}
.footer-sidebar .widget ul li:last-child {
  padding-bottom: 0;
}
.footer-sidebar .widget ul.footer-address li {
  padding: 1px 0;
}
.footer-sidebar .widget table tr td,
.footer-sidebar .widget table tr th,
.footer-sidebar .widget table tr,
.footer-sidebar .widget table caption,
.footer-sidebar .widget select,
.footer-sidebar .widget.widget_search .search-form {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer-sidebar .widget.widget_tag_cloud .tagcloud a {
  background-color: #343738;
  color: #fff;
}
.footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #8ecd4e;
}
.footer-copyright {
  padding: 40px 0 35px;
}
.footer-copyright .foot-payment {
  line-height: 37px;
}
.footer-copyright .foot-payment img {
  display: inline-block;
  padding-right: 5px;
}
.footer-copyright .column-3:nth-child(2) {
  text-align: center;
}
.footer-copyright .foot-copyright {
  line-height: 42px;
}
.footer-copyright .foot-socials {
  text-align: right;
}
.footer-copyright .foot-socials a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  background-color: #343738;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.footer-copyright .foot-socials a:hover {
  background-color: #8ecd4e;
}
.footer-area:nth-child(2) {
  background-color: #222;
}
/**
 * Bootstrap modal
 */
body.modal-open {
  overflow: auto;
}
.ajax-loading {
  font-size: 40px;
  width: 100%;
  text-align: center;
  line-height: 100px;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2050;
  opacity: 0;
  outline: 0;
  background: rgba(0, 0, 0, 0.86);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  display: block;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}
.modal.in {
  z-index: 2050;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.7s ease-out;
          transition: transform 0.7s ease-out;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
  border: none;
  width: 600px;
  margin: 0 auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: .5;
}
.modal-header {
  min-height: 60px;
  text-align: center;
  z-index: 99;
  border: none;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.modal-header .domain-name {
  float: left;
  padding-left: 30px;
  text-transform: uppercase;
}
.modal-header .close {
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 28px;
  color: #444;
  opacity: 1;
  margin-top: 0;
  float: right;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  min-height: 40px;
  padding: 30px;
  overflow: auto;
  height: 500px;
  width: 100%;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 21px;
}
button.close:focus {
  outline: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*--------------------------------------------------------------
8.0 - Footer
--------------------------------------------------------------*/
.page-template-template-whmcs {
  color: #8f8f8f;
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.6;
  background: #fff;
  word-wrap: break-word;
}
.page-template-template-whmcs .site-content {
  padding: 0;
}
.page-template-template-whmcs h1,
.page-template-template-whmcs h2,
.page-template-template-whmcs h3,
.page-template-template-whmcs h4,
.page-template-template-whmcs h5,
.page-template-template-whmcs h6 {
  font-family: Poppins, Arial, sans-serif;
}
.page-template-template-whmcs .content-area.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-whmcs section#header {
  padding: 35px 0 30px;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.page-template-template-whmcs section#header a.quick-nav {
  font-size: 12px;
  color: #8f8f8f;
  text-transform: uppercase;
  font-weight: 400;
}
.page-template-template-whmcs section#header a.quick-nav i {
  color: #8ecd4e;
  padding-right: 3px;
}
.page-template-template-whmcs section#main-menu {
  background-color: #8ecd4e;
}
.page-template-template-whmcs section#main-menu .navbar-main {
  font-family: Poppins, Arial, sans-serif;
  background-color: #8ecd4e;
  font-size: 13px;
  min-height: 68px;
}
.page-template-template-whmcs section#main-menu .navbar-main .navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 25px;
  line-height: 1;
}
.page-template-template-whmcs section#main-menu .navbar-main .navbar-nav > li > a:hover,
.page-template-template-whmcs section#main-menu .navbar-main .navbar-nav > li > a:focus,
.page-template-template-whmcs section#main-menu .navbar-main .navbar-nav > li > a.active {
  background-color: #222;
  color: #fff;
}
.page-template-template-whmcs section#main-menu .navbar-main .navbar-nav > li.open > a {
  background-color: #222;
  color: #fff;
}
.page-template-template-whmcs section#main-menu .navbar-main .navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  left: 15px;
}
.page-template-template-whmcs section#main-menu .navbar-main .navbar-nav > li > .dropdown-menu li {
  background-color: #222;
}
.page-template-template-whmcs section#main-menu .navbar-main .navbar-nav > li > .dropdown-menu li a {
  color: #fff;
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  padding: 15px 0;
  border: none;
}
.page-template-template-whmcs section#main-menu .navbar-main .navbar-nav > li > .dropdown-menu li a:hover,
.page-template-template-whmcs section#main-menu .navbar-main .navbar-nav > li > .dropdown-menu li a:focus {
  background-color: transparent;
}
.page-template-template-whmcs section#main-menu .navbar-main .navbar-nav > li > .dropdown-menu li.nav-divider {
  border-bottom: 1px solid #4a4a4a;
  margin: 0;
}
.page-template-template-whmcs section#main-menu .navbar-main .navbar-right > li > .dropdown-menu {
  right: 15px;
  left: inherit;
}
.page-template-template-whmcs section#main-menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-whmcs section#home-banner {
  background-color: #f4f4f4;
  padding: 95px 0;
  color: #222;
}
.page-template-template-whmcs section#home-banner h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
.page-template-template-whmcs section#home-banner form .col-md-8 {
  margin-left: 0;
  width: 100%;
}
.page-template-template-whmcs section#home-banner form .input-group .form-control {
  -webkit-border-radius: 0;
          border-radius: 0;
  height: 54px;
  line-height: 54px;
  border: none;
  color: #8f8f8f;
  font-size: 12px;
  text-transform: uppercase;
}
.page-template-template-whmcs .btn,
.page-template-template-whmcs .btn-primary {
  height: 54px !important;
  font-size: 12px !important;
  text-transform: uppercase;
  background-color: #222;
  border: none;
  font-family: Poppins, Arial, sans-serif;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 56px !important;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  color: #fff;
}
.page-template-template-whmcs .btn:hover,
.page-template-template-whmcs .btn-primary:hover {
  background-color: #222;
  color: #fff;
}
.page-template-template-whmcs .btn-info,
.page-template-template-whmcs .btn-default {
  background-color: #8ecd4e;
}
.page-template-template-whmcs .btn-info:hover,
.page-template-template-whmcs .btn-default:hover {
  background-color: #8ecd4e;
  color: #fff;
}
.page-template-template-whmcs .home-shortcuts {
  background-color: #222;
}
.page-template-template-whmcs .home-shortcuts .text-center {
  text-align: left;
}
.page-template-template-whmcs .home-shortcuts .lead {
  line-height: 70px;
  font-size: 18px;
}
.page-template-template-whmcs .home-shortcuts ul {
  float: right;
}
.page-template-template-whmcs .home-shortcuts ul li {
  padding: 0;
  border: none;
  width: auto;
  padding-left: 15px;
}
.page-template-template-whmcs .home-shortcuts ul li a {
  line-height: 70px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}
.page-template-template-whmcs .home-shortcuts ul li a i {
  float: left;
  padding-right: 10px;
  line-height: 70px;
  color: #8ecd4e;
  font-size: 14px;
  padding-left: 2px;
}
.page-template-template-whmcs .home-shortcuts ul li a p {
  float: left;
}
.page-template-template-whmcs #bridge {
  background-color: #fff;
}
.page-template-template-whmcs section#main-body {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-template-whmcs section#main-body .main-content {
  position: relative;
  margin-bottom: 0;
}
.page-template-template-whmcs section#main-body .main-content h2 {
  position: relative;
  margin-top: 4px;
  padding-top: 30px;
  color: #222;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}
.page-template-template-whmcs section#main-body .main-content .form-control {
  border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-template-template-whmcs section#main-body .main-content .input-group-btn .btn-input-padded-responsive {
  height: 34px !important;
  line-height: 36px !important;
}
.page-template-template-whmcs section#main-body .main-content .kbcategories a,
.page-template-template-whmcs section#main-body .main-content .kbarticles a {
  color: #222;
  font-size: 13px;
}
.page-template-template-whmcs section#main-body .main-content .kbcategories .glyphicon,
.page-template-template-whmcs section#main-body .main-content .kbarticles .glyphicon {
  color: #8ecd4e;
  font-size: 12px;
}
.page-template-template-whmcs section#main-body .main-content .kbcategories .badge,
.page-template-template-whmcs section#main-body .main-content .kbarticles .badge {
  font-size: 10px;
}
.page-template-template-whmcs section#main-body .main-content .kbcategories p,
.page-template-template-whmcs section#main-body .main-content .kbarticles p {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 13px;
}
.page-template-template-whmcs section#main-body .main-content blockquote {
  background-color: transparent;
}
.page-template-template-whmcs section#main-body .main-content .panel {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-template-template-whmcs section#main-body .main-content .panel .panel-body {
  background-color: #f6f6f6;
}
.page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading {
  background-color: #8ecd4e;
  color: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-weight: 400;
}
.page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading .panel-title {
  font-weight: 600;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable {
  margin-top: 80px;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading {
  background-color: transparent;
  padding: 0;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a {
  padding: 18px 20px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  background-color: #8ecd4e;
  position: relative;
  min-height: 51px;
  padding-left: 65px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a:before {
  position: absolute;
  width: 47px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  font-family: FontAweSome;
  content: "\f068";
  top: 0;
  left: 0;
  background-color: #222;
  color: #fff;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a.collapsed {
  color: #222;
  background-color: #f5f5f5;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a.collapsed:before {
  content: "\f067";
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"] {
  color: #fff;
  background-color: #8ecd4e;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"]:before {
  content: "\f068";
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="false"] {
  color: #222;
  background-color: #f5f5f5;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="false"]:before {
  content: "\f067";
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-body {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ededed;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-body .col-md-10 {
  margin-left: 0;
  width: 100%;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-body .table {
  margin-bottom: 0;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-body .table > thead > tr > th {
  border: none;
  background-color: #222;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-body .table > tbody > tr {
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  text-align: center;
  background-color: #f8f8f8;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-body .table > tbody > tr td {
  border: none;
}
.page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-body .table > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.page-template-template-whmcs section#main-body .main-content .tiles {
  margin-bottom: 60px;
}
.page-template-template-whmcs section#main-body .main-content .tiles .tile {
  background-color: transparent;
  border: none;
  padding: 0 15px;
}
.page-template-template-whmcs section#main-body .main-content .tiles .tile:first-child {
  padding-left: 0;
}
.page-template-template-whmcs section#main-body .main-content .tiles .tile:last-child {
  padding-right: 0;
}
.page-template-template-whmcs section#main-body .main-content .tiles .tile a {
  background-color: #f6f6f6;
  display: block;
  padding: 10px 30px 30px;
  text-align: center;
  position: relative;
}
.page-template-template-whmcs section#main-body .main-content .tiles .tile a .icon {
  display: none;
}
.page-template-template-whmcs section#main-body .main-content .tiles .tile a .stat {
  font-size: 52px;
  color: #222;
}
.page-template-template-whmcs section#main-body .main-content .tiles .tile a .title {
  color: #868686;
  font-size: 16px;
  font-weight: 600;
}
.page-template-template-whmcs section#main-body .main-content .tiles .tile a .highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.page-template-template-whmcs section#main-body .main-content .home-kb-search .form-control {
  background-color: #222;
  color: #fff;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}
.page-template-template-whmcs section#main-body .main-content .home-kb-search i {
  top: -31px;
  color: #fff;
}
.page-template-template-whmcs section#main-body .main-content .home-kb-search ::-webkit-input-placeholder {
  color: #fff;
}
.page-template-template-whmcs section#main-body .main-content .home-kb-search :-moz-placeholder {
  color: #fff;
}
.page-template-template-whmcs section#main-body .main-content .home-kb-search ::-moz-placeholder {
  color: #fff;
}
.page-template-template-whmcs section#main-body .main-content .home-kb-search :-ms-input-placeholder {
  color: #fff;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels {
  margin-top: 50px;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel {
  border: 1px solid #f0ad4e;
  padding: 25px 25px 59px;
  position: relative;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel.panel-accent-gold .panel-heading .panel-title .btn {
  background-color: #f0ad4e;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel.panel-accent-emerald {
  border-color: #5cb85c;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel.panel-accent-emerald .input-group .input-group-btn .btn.btn-success {
  background-color: #5cb85c !important;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel.panel-accent-blue {
  border-color: #5bc0de;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel.panel-accent-blue .panel-heading .panel-title .btn {
  background-color: #5bc0de;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel.panel-accent-asbestos {
  border-color: #d9534f;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel.panel-accent-asbestos .panel-heading .panel-title .btn {
  background-color: #d9534f;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body {
  background-color: transparent;
  overflow: inherit;
  max-height: inherit;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body a {
  color: #8ecd4e;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group {
  width: 100%;
  margin: 0;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .form-control {
  width: 100%;
  -webkit-border-radius: 0;
          border-radius: 0;
  float: none;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn {
  display: block;
  margin-top: 10px;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn {
  height: 34px !important;
  line-height: 36px !important;
  margin-right: 10px;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success {
  background-color: #8ecd4e;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success:hover {
  background-color: #222;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-footer {
  background-color: transparent;
  display: none;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel-default > .panel-heading {
  background-color: transparent;
  font-size: 18px;
  color: #222;
  font-weight: 600;
  padding: 0;
  margin-bottom: 25px;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel-default > .panel-heading .panel-title i {
  display: none;
}
.page-template-template-whmcs section#main-body .main-content .client-home-panels .panel-default > .panel-heading .panel-title .btn {
  position: absolute;
  bottom: 25px;
  left: 25px;
  height: 34px !important;
  line-height: 36px !important;
  color: #fff;
}
.page-template-template-whmcs section#main-body #twitterFeedOutput > p {
  margin-top: 60px;
  background-color: #f6f6f6;
  padding: 20px;
}
.page-template-template-whmcs section#main-body #twitterFeedOutput > p a {
  color: #8ecd4e;
}
.page-template-template-whmcs section#main-body #twitterFeedOutput .tweet {
  margin-bottom: 10px;
  font-size: 13px;
}
.page-template-template-whmcs section#main-body #twitterFeedOutput .tweet i {
  font-size: 13px;
  margin-right: 10px;
}
.page-template-template-whmcs section#main-body #twitterFeedOutput .tweet span {
  color: #b1b1b1;
}
.page-template-template-whmcs section#main-body .header-lined {
  margin-bottom: 30px;
}
.page-template-template-whmcs section#main-body .header-lined h1 {
  color: #222;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  border: none;
}
.page-template-template-whmcs section#main-body .header-lined h1 small {
  color: #222;
  font-weight: 600;
}
.page-template-template-whmcs section#main-body .header-lined .breadcrumb {
  display: none;
}
.page-template-template-whmcs section#main-body .col-md-9 .header-lined h1 {
  text-align: left;
}
.page-template-template-whmcs section#main-body .domain-checker-container {
  background: none;
}
.page-template-template-whmcs section#main-body .domain-checker-bg {
  background: none;
  padding: 0;
}
.page-template-template-whmcs section#main-body .domain-checker-bg .col-md-8 {
  width: 100%;
  margin-left: 0;
}
.page-template-template-whmcs section#main-body .domain-checker-bg .input-group .form-control {
  -webkit-border-radius: 0;
          border-radius: 0;
  height: 54px;
  line-height: 54px;
  color: #8f8f8f;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-template-template-whmcs section#main-body .domain-checker-bg .input-group-box {
  padding: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.page-template-template-whmcs section#main-body .domain-checker-bg .domain-bulk-options-box {
  top: 0;
  width: 100px;
}
.page-template-template-whmcs section#main-body .domain-checker-bg .domain-check-availability {
  background-color: #8ecd4e;
}
.page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline {
  background-color: #fff;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #8ecd4e;
}
.page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p {
  margin-bottom: 0;
  color: #8f8f8f;
  font-size: 24px;
}
.page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p strong {
  color: #8ecd4e;
  font-weight: 600;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults {
  margin-top: 80px;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults div {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #222;
  font-size: 32px;
  font-weight: 600;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults div span {
  float: right;
  padding-top: 15px;
  font-weight: 400;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults .table {
  margin-top: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td {
  border: none;
  padding: 0 25px;
  line-height: 54px;
  background-color: #8ecd4e;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td:last-child {
  text-align: right;
  padding-right: 0;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td strong {
  font-weight: 600;
  text-transform: uppercase;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td .label-success {
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td .btn {
  background-color: #222;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td .btn span {
  font-size: 11px;
  padding-right: 3px;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td {
  background-color: transparent;
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  line-height: 33px;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td strong {
  font-weight: 400;
  text-transform: none;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn {
  line-height: 33px !important;
  height: 30px !important;
  background-color: transparent;
  color: #8f8f8f;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn span {
  color: #8ecd4e;
}
.page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr:nth-child( 2n ) > td {
  background-color: #f8f8f8;
}
.page-template-template-whmcs section#main-body .domain-step-options .col-md-8 {
  margin-left: 0;
  width: 100%;
}
.page-template-template-whmcs #order-modern h1 {
  font-size: 20px;
  color: #8f8f8f;
  margin-top: -20px;
}
.page-template-template-whmcs #order-modern table.cart th {
  background-color: #8ecd4e;
  -webkit-border-radius: 0;
          border-radius: 0;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  width: 80% !important;
  border: none;
}
.page-template-template-whmcs #order-modern table.cart th:last-child {
  width: 20% !important;
  background-color: #222;
}
.page-template-template-whmcs #order-modern table.cart tr td {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}
.page-template-template-whmcs #order-modern table.cart tr td:hover {
  background-color: transparent;
}
.page-template-template-whmcs #order-modern table.cart tr td br {
  display: none;
}
.page-template-template-whmcs #order-modern table.cart tr td a {
  float: right;
  padding-left: 20px;
  font-size: 12px;
}
.page-template-template-whmcs #order-modern table.cart tr td a.cartedit {
  color: #8ecd4e;
}
.page-template-template-whmcs #order-modern table.cart tr td strong {
  font-weight: 400;
}
.page-template-template-whmcs #order-modern table.cart tr:hover td {
  background-color: transparent;
}
.page-template-template-whmcs #order-modern table.cart .subtotal td {
  background-color: #e3e3e3;
  padding-top: 10px;
  padding-bottom: 7px;
}
.page-template-template-whmcs #order-modern table.cart .subtotal:hover td {
  background-color: #e3e3e3;
}
.page-template-template-whmcs #order-modern table.cart .total td {
  background-color: #222;
  padding-top: 10px;
  padding-bottom: 7px;
  color: #fff;
}
.page-template-template-whmcs #order-modern table.cart .total:hover td {
  background-color: #222;
}
.page-template-template-whmcs #order-modern table.cart .recurring td {
  background-color: #8ecd4e;
  padding-top: 10px;
  padding-bottom: 7px;
  color: #fff;
  border-bottom: none;
}
.page-template-template-whmcs #order-modern table.cart .recurring:hover td {
  background-color: #8ecd4e;
}
.page-template-template-whmcs #order-modern .cartbuttons {
  width: auto;
}
.page-template-template-whmcs #order-modern .cartbuttons .btn {
  line-height: 35px !important;
  height: 35px !important;
}
.page-template-template-whmcs #order-modern .cartbuttons .btn.btn-danger {
  background-color: #e53600;
}
.page-template-template-whmcs #order-modern #mainfrm h2 + div {
  width: auto !important;
}
.page-template-template-whmcs #order-modern #mainfrm .signuptype {
  background-color: #8ecd4e;
  color: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.page-template-template-whmcs #order-modern #mainfrm .signuptype.active {
  background-color: #f6f6f6;
  color: #222;
}
.page-template-template-whmcs #order-modern #mainfrm .signupfields {
  padding: 20px;
  background-color: #f6f6f6;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
}
.page-template-template-whmcs #order-modern #mainfrm .signupfields label {
  color: #868686;
  font-weight: 600;
}
.page-template-template-whmcs #order-modern #mainfrm .signupfields .form-control {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.page-template-template-whmcs #order-modern #mainfrm .signupfields.padded {
  background-color: transparent;
  border: 1px solid #eee;
  text-align: left;
  padding: 30px;
}
.page-template-template-whmcs #order-modern #mainfrm .signupfields.padded h2 {
  font-size: 18px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-template-whmcs #order-modern #mainfrm .signupfields.padded .col-xs-10 {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
.page-template-template-whmcs #order-modern #mainfrm .signupfields.padded .form-control {
  height: 54px;
  line-height: 54px;
  color: #868686;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-template-template-whmcs #order-modern #mainfrm .signupfields.padded textarea.form-control {
  height: auto;
  line-height: 1.6 !important;
}
.page-template-template-whmcs #order-modern #btnCompleteOrder {
  background-color: #222;
  height: 36px !important;
  line-height: 38px !important;
}
.page-template-template-whmcs #order-modern select {
  border: 1px solid #ccc;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0 20px;
  color: #868686;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-template-template-whmcs #footer {
  display: none;
  background-color: #8ecd4e;
  color: #fff;
}
.page-template-template-whmcs #footer p {
  border: none;
  color: #fff;
  font-size: 13px;
  padding: 20px 0;
}
.page-template-template-whmcs .alert-info {
  background-color: #e7f6ff;
  border-color: #a5d1ec;
  color: #4c97c4;
  font-size: 14px;
}
.page-template-template-whmcs .sidebar .panel {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}
.page-template-template-whmcs .sidebar .panel-heading {
  background-color: #8ecd4e;
  color: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.page-template-template-whmcs .sidebar .list-group-item {
  background-color: #f6f6f6;
  border: none;
  padding: 7px 15px;
  color: #222;
  font-size: 12px;
}
.page-template-template-whmcs .sidebar .list-group-item:hover,
.page-template-template-whmcs .sidebar .list-group-item:focus {
  background-color: #222;
  color: #fff;
}
.page-template-template-whmcs .sidebar .list-group-item:first-child {
  padding-top: 14px;
}
.page-template-template-whmcs .sidebar .list-group-item:last-child {
  padding-bottom: 14px;
}
.page-template-template-whmcs .sidebar .panel-footer {
  background-color: #f6f6f6;
  text-align: center;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-top: 0;
}
.page-template-template-whmcs .sidebar .panel-footer .btn {
  height: 34px !important;
  line-height: 34px !important;
  display: inline-block;
  width: auto;
}
.page-template-template-whmcs .popover-content .input-group-btn {
  display: inherit;
  padding-top: 10px;
  padding-bottom: 5px;
}
.page-template-template-whmcs .popover-content .btn {
  height: 34px !important;
  line-height: 34px !important;
}
.page-template-template-whmcs .dataTables_wrapper {
  background-color: #f5f5f5;
}
.page-template-template-whmcs .dataTables_wrapper .dataTables_info {
  background-color: #8ecd4e;
  min-height: 40px;
}
.page-template-template-whmcs .dataTables_wrapper .listtable table.table-list thead th {
  background-color: #f5f5f5;
}
.page-template-template-whmcs .dropdown-menu {
  min-width: 200px;
}
.page-template-template-whmcs .dropdown-menu > li > a {
  white-space: normal;
}
.page-template-template-whmcs #order-modern .domainavailable {
  color: #8ecd4e;
  font-size: 18px;
}
.page-template-template-whmcs #order-modern .domain-checker-fieldcontainer button {
  height: 45px !important;
  line-height: 47px !important;
}
.page-template-template-whmcs #tableDomainsList button.btn {
  background-color: #222;
}
@media (max-width: 767px) {
  .page-template-template-whmcs .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff;
    margin-top: 15px;
  }
  .page-template-template-whmcs .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
  }
  .page-template-template-whmcs .navbar-default .navbar-toggle:focus,
  .page-template-template-whmcs .navbar-default .navbar-toggle:hover {
    background-color: #222;
  }
  .page-template-template-whmcs .home-shortcuts ul {
    float: none;
  }
  .page-template-template-whmcs .home-shortcuts ul li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
9.0 - Media Queries
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .topbar-right {
    text-align: center;
  }
  .topbar-right .widget {
    float: none;
    display: inline-block;
  }
  .header-transparent .site-header .logo img {
    display: none;
  }
  .header-transparent .site-header .logo img.logo-sticky {
    display: block;
  }
  .header-transparent.has-topbar .site-header {
    top: 46px;
  }
  .header-transparent .topbar,
  .header-transparent .site-header {
    background-color: #fff;
    position: static;
  }
  .header-transparent .topbar.minimized,
  .header-transparent .site-header.minimized {
    position: fixed;
  }
  .header-transparent .primary-nav .menu > li > a {
    color: #222;
  }
  .header-transparent.header-sticky .site-header {
    position: static;
  }
  .header-transparent.header-sticky .site-header.minimized {
    position: fixed;
  }
  .header-transparent .site-header.minimized .navbar-toggle {
    color: #222;
  }
  .header-transparent.admin-bar .site-header {
    top: 46px;
  }
  .header-transparent.admin-bar .topbar {
    top: 46px;
  }
  .header-transparent.admin-bar.has-topbar .site-header {
    top: 86px;
  }
  .header-sticky.admin-bar .site-header.minimized {
    top: 46px;
  }
  .live-chat-widget {
    display: none !important;
  }
  .foot-socials {
    margin-top: 20px;
  }
  .foot-socials.column-3 {
    width: 100%;
    text-align: center;
  }
  .navbar-header .logo {
    float: left;
  }
  .navbar-toggle {
    display: block;
    font-size: 34px;
    margin: 12px 0 0;
    padding: 0;
    color: #222;
  }
  .navbar-toggle.active span:before {
    content: "\f00d";
  }
  .primary-nav {
    display: none;
    padding-top: 20px;
    margin-bottom: 20px;
    overflow: scroll;
    max-height: 320px;
  }
  .primary-nav .menu {
    float: none;
  }
  .primary-nav .menu .extra-menu-item {
    float: none;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
    display: none;
  }
  .primary-nav .menu .extra-menu-item.menu-item-search .search-form {
    position: static !important;
    opacity: 1 !important;
  }
  .primary-nav .menu > li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .primary-nav .menu > li > a {
    color: #000;
  }
  .primary-nav .menu li {
    display: block;
  }
  .primary-nav .menu li .toggle-children {
    float: right;
    font-size: 14px;
    display: block;
  }
  .primary-nav .menu li > a {
    margin-bottom: 10px;
    color: #000;
  }
  .primary-nav .menu li ul.sub-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    display: none;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
    margin-bottom: 15px;
    background-color: transparent;
  }
  .primary-nav .menu li ul.sub-menu li a {
    margin-bottom: 0;
    border: 0;
  }
  .primary-nav .menu li.show-children .sub-menu {
    display: block;
  }
  .primary-nav .menu li.show-children .sub-menu .sub-menu {
    padding-left: 20px;
  }
  .primary-nav .menu li.show-children .toggle-children:before {
    content: "\f077";
  }
  .header-menu-left .site-header .primary-nav {
    background-color: transparent !important;
  }
  .header-menu-left .primary-nav .menu > li.current-menu-parent > a,
  .header-menu-left .primary-nav .menu > li.current-menu-item > a,
  .header-menu-left .primary-nav .menu > li.current-menu-ancestor > a,
  .header-menu-left .primary-nav .menu > li:hover > a {
    color: #000 !important;
  }
  .header-menu-left .primary-nav .menu > li > a {
    color: #000 !important;
  }
  .header-menu-left .primary-nav .menu > li.show-search-form > a {
    color: #fff !important;
  }
  .header-menu-left .site-header .primary-nav .nav {
    width: 100%;
  }
  .header-menu-left .site-header .primary-nav .menu {
    float: none;
  }
  .header-sticky.header-menu-left .site-header.minimized .primary-nav .menu {
    text-align: left;
  }
  .header-sticky.header-menu-left .site-header.minimized .primary-logo {
    display: none;
  }
  .header-sticky.header-menu-left .site-header.minimized .navbar-logo {
    display: block;
  }
  .header-menu-left .site-header .primary-nav .menu > li:first-child {
    padding-left: 15px;
  }
  .header-menu-left .primary-nav .menu li ul.sub-menu li a {
    color: #000 !important;
  }
  .header-menu-left .site-header .primary-nav .menu .extra-menu-item {
    float: none;
  }
  .page-template-template-comming-soon .cloud-comming-soon .comming-title {
    font-size: 20px;
  }
  .page-template-template-comming-soon .cloud-comming-soon .sale-price-date .box {
    font-size: 30px;
    min-width: 80px;
  }
  .page-template-template-comming-soon .site-footer {
    display: none;
  }
  .primary-nav .menu .extra-menu-item.menu-item-search {
    background-color: transparent;
  }
  body .ch-domain-search .ch-domain-results .col-md-2 {
    width: 33.33%;
    margin-bottom: 30px;
    float: left;
  }
}
@media (max-width: 767px) {
  .foot-payment {
    text-align: center;
    margin-bottom: 20px;
  }
  .title-area {
    padding: 80px 0;
  }
  .blog-wapper .entry-header {
    text-align: center;
    margin-bottom: 15px;
  }
  .blog-wapper .entry-header .entry-format img {
    display: inline-block;
  }
  .blog-wapper:nth-child( 2n ) .blog-left {
    float: none;
  }
  .widget-area {
    clear: both;
    margin-top: 30px;
  }
  .blog-single .entry-footer .social-links {
    float: left;
  }
  .comment-content .reply {
    position: static;
    margin-top: 10px;
  }
  .comment-list .children {
    padding-left: 0;
  }
  body .ibox-sliders .owl-buttons {
    display: none;
  }
  .modal {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .header-sticky.admin-bar .site-header.minimized {
    top: 0;
  }
  .page-template-template-comming-soon .cloud-comming-soon .comming-title,
  .page-template-template-comming-soon .cloud-comming-soon .comming-logo {
    padding-bottom: 20px;
  }
  body .ch-domain-search .ch-domain-results .col-md-2 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .primary-nav .menu .extra-menu-item.menu-item-search.show-search-form .search-form {
    width: 200px;
  }
  .site-banner .breadcrumbs span {
    display: block;
  }
  .comment .comment-author img {
    width: 80px;
    height: auto;
  }
  .comment-content {
    margin-left: 100px;
  }
  .comment-content .reply a {
    margin-top: 10px;
  }
  .page-template-template-comming-soon .cloud-comming-soon .comming-title {
    font-size: 14px;
  }
  .page-template-template-comming-soon .cloud-comming-soon .sale-price-date .box {
    font-size: 20px;
    min-width: 50px;
    margin-right: 20px;
  }
  .error-404 .not-found .page-title {
    font-size: 150px;
  }
  .primary-nav .menu .extra-menu-item .search-form {
    width: 250px !important;
  }
  body .ch-domain-search .col-domain .col-domain-text {
    padding-right: 0;
  }
  body .ch-domain-search .col-domain .col-options {
    position: static;
    margin-top: 20px;
  }
  body .ch-domain-search .ch-domain-results {
    clear: both;
  }
  body .ch-domain-search .ch-domain-results .col-md-2 {
    width: 100%;
  }
}
@media (max-height: 320px) {
  .primary-nav {
    max-height: 200px;
  }
}
/**
 * Color Scheme mixin
 */
.green .btn-primary:hover,
.green .btn-primary:active,
.green .btn-primary:focus {
  background-color: #3bb18f;
}
.green .btn-default {
  background-color: #3bb18f;
}
.green .btn-default:hover,
.green .btn-default:active,
.green .btn-default:focus {
  background-color: #3bb18f;
}
.green .btn-secondary:hover,
.green .btn-secondary:active,
.green .btn-secondary:focus {
  background-color: #3bb18f;
}
.green .btn-secondary:before {
  background-color: #3bb18f;
}
.green .btn-thirdary:hover,
.green .btn-thirdary:active,
.green .btn-thirdary:focus {
  background-color: #3bb18f;
}
.green .btn-thirdary:before {
  background-color: #3bb18f;
}
.green .btn-thirdary:hover:before {
  background-color: #3bb18f;
}
.green .btn-fifth:hover,
.green .btn-fifth:active,
.green .btn-fifth:focus {
  background-color: #3bb18f;
}
.green .btn-fifth:hover {
  color: #3bb18f;
}
.green .btn-fourth:hover,
.green .btn-fourth:active,
.green .btn-fourth:focus {
  background-color: #3bb18f;
}
.green a {
  color: #3bb18f;
}
.green blockquote {
  background-color: #3bb18f;
}
.green .topbar a:hover {
  color: #3bb18f;
}
.green .topbar .widget.widget_text .fa {
  color: #3bb18f;
}
.green .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:hover:after,
.green .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:hover:after {
  color: #3bb18f;
}
.green .topbar .live-chat-widget:after {
  border-top: 20px solid #3bb18f;
  border-right: 25px solid #3bb18f;
}
.green.header-transparent .primary-nav .menu > li > a:hover {
  color: #3bb18f;
}
.green.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a,
.green.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a,
.green.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a,
.green.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a {
  color: #3bb18f;
}
.green.header-sticky .site-header.minimized .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.green .site-banner .breadcrumbs a.home {
  color: #3bb18f;
}
.green.header-menu-left .site-header .primary-nav {
  background-color: #3bb18f;
}
.green.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  color: #3bb18f;
}
.green .nav a {
  color: #222;
}
.green .nav a:hover {
  color: #3bb18f;
}
.green .primary-nav .menu > li.current-menu-parent > a,
.green .primary-nav .menu > li.current-menu-item > a,
.green .primary-nav .menu > li.current-menu-ancestor > a,
.green .primary-nav .menu > li:hover > a {
  color: #3bb18f;
}
.green .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.green .primary-nav .mega-menu-container ul.sub-menu li a:hover {
  color: #3bb18f;
}
.green .primary-nav .mega-menu-container .mega-sub-menu > a:hover {
  color: #3bb18f;
}
.green .primary-nav .menu .extra-menu-item.menu-item-search {
  background-color: #3bb18f;
}
.green .numeric-navigation .next:hover,
.green .numeric-navigation .prev:hover,
.green .numeric-navigation .next:active,
.green .numeric-navigation .prev:active,
.green .numeric-navigation .next:focus,
.green .numeric-navigation .prev:focus {
  background-color: #3bb18f;
}
.green .numeric-navigation a:hover,
.green .numeric-navigation span.current {
  background-color: #3bb18f;
}
.green .blog-wapper .entry-content .entry-title a:hover {
  color: #3bb18f;
}
.green .blog-wapper .entry-content .entry-metas a:hover {
  color: #3bb18f;
}
.green .blog-wapper .readmore:hover,
.green .blog-wapper .readmore:active,
.green .blog-wapper .readmore:focus {
  background-color: #3bb18f;
}
.green .blog-wapper .entry-format blockquote a {
  color: #3bb18f;
}
.green .blog-wapper .entry-format .link-block:hover {
  background-color: #3bb18f;
}
.green .blog-single .entry-footer .text-left i {
  color: #3bb18f;
}
.green .blog-single .entry-footer .text-left .category-links a:hover {
  color: #3bb18f;
}
.green .blog-single .entry-footer .social-links a:hover {
  background-color: #3bb18f;
}
.green .error-404 .not-found .page-title {
  color: #3bb18f;
}
.green .blog-wapper .entry-content .entry-title a:hover {
  color: #3bb18f;
}
.green .blog-wapper .entry-content .entry-metas a:hover {
  color: #3bb18f;
}
.green .blog-wapper .entry-format blockquote a {
  color: #3bb18f;
}
.green .blog-wapper .entry-format .link-block:hover {
  background-color: #3bb18f;
}
.green .blog-single .entry-footer .text-left i {
  color: #3bb18f;
}
.green .blog-single .entry-footer .text-left .category-links a:hover {
  color: #3bb18f;
}
.green .blog-single .entry-footer .social-links a:hover {
  background-color: #3bb18f;
}
.green .error-404 .not-found .page-title {
  color: #3bb18f;
}
.green .blog-heading-underilne-lg {
  background-color: #3bb18f;
}
.green .blog-heading-underilne-md {
  background-color: #3bb18f;
}
.green .blog-heading-underilne-sm {
  background-color: #3bb18f;
}
.green .comment-respond .comment-form .form-submit .submit:hover,
.green .comment-respond .comment-form .form-submit .submit:active,
.green .comment-respond .comment-form .form-submit .submit:focus {
  background-color: #3bb18f;
}
.green .widget_categories li:hover:before,
.green .widget_recent_comments li:hover:before,
.green .widget_rss li:hover:before,
.green .widget_pages li:hover:before,
.green .widget_archive li:hover:before,
.green .widget_nav_menu li:hover:before,
.green .widget_recent_entries li:hover:before,
.green .widget_meta li:hover:before,
.green .widget-recent-comments li:hover:before {
  color: #3bb18f;
}
.green .widget_categories li a:hover,
.green .widget_recent_comments li a:hover,
.green .widget_rss li a:hover,
.green .widget_pages li a:hover,
.green .widget_archive li a:hover,
.green .widget_nav_menu li a:hover,
.green .widget_recent_entries li a:hover,
.green .widget_meta li a:hover,
.green .widget-recent-comments li a:hover {
  color: #3bb18f;
}
.green .widget_tag_cloud .tagcloud a:hover {
  color: #3bb18f;
}
.green .recent-post .post-text .post-readmore:hover,
.green .popular-post .post-text .post-readmore:hover,
.green .recent-post .post-text .post-readmore:active,
.green .popular-post .post-text .post-readmore:active,
.green .recent-post .post-text .post-readmore:focus,
.green .popular-post .post-text .post-readmore:focus {
  background-color: #3bb18f;
}
.green .live-chat-widget .lc-left .lc-title i {
  color: #3bb18f;
  padding-right: 5px;
}
.green .live-chat-widget .lc-right {
  background-color: #3bb18f;
}
.green .footer-sidebar .widget .fa {
  color: #3bb18f;
}
.green .footer-sidebar .widget ul li a:hover {
  color: #3bb18f;
}
.green .footer-sidebar .widget ul li:before {
  color: #3bb18f;
}
.green .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #3bb18f;
}
.green .footer-copyright .foot-socials a:hover {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs section#header a.quick-nav i {
  color: #3bb18f;
}
.green .page-template-template-whmcs section#main-menu {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs section#main-menu .navbar-main {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs .btn-info,
.green .page-template-template-whmcs .btn-default {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs .btn-info:hover,
.green .page-template-template-whmcs .btn-default:hover {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs .home-shortcuts ul li a i {
  color: #3bb18f;
}
.green .page-template-template-whmcs section#main-body .main-content .kbcategories .glyphicon,
.green .page-template-template-whmcs section#main-body .main-content .kbarticles .glyphicon {
  color: #3bb18f;
  font-size: 12px;
}
.green .page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"] {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body a {
  color: #3bb18f;
}
.green .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs section#main-body #twitterFeedOutput > p a {
  color: #3bb18f;
}
.green .page-template-template-whmcs section#main-body .domain-checker-bg .domain-check-availability {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline {
  border: 1px solid #3bb18f;
}
.green .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p strong {
  color: #3bb18f;
}
.green .page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn span {
  color: #3bb18f;
}
.green .page-template-template-whmcs #order-modern table.cart th {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs #order-modern table.cart tr td a.cartedit {
  color: #3bb18f;
}
.green .page-template-template-whmcs #order-modern table.cart .recurring td {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs #order-modern table.cart .recurring:hover td {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs #order-modern #mainfrm .signuptype {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs #footer {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs .sidebar .panel-heading {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs .dataTables_wrapper .dataTables_info {
  background-color: #3bb18f;
}
.green .page-template-template-whmcs #order-modern .domainavailable {
  color: #3bb18f;
}
.green .ch-heading-line {
  border-top: 4px solid #3bb18f;
}
.green .ch-heading-line:before,
.green .ch-heading-line:after {
  background-color: #3bb18f;
}
.green .ibox-sliders .owl-controls .owl-buttons div:hover {
  background-color: #3bb18f;
}
.green .cloud-clients-carousel .owl-controls .owl-buttons div:hover {
  background-color: #3bb18f;
}
.green .cloud-icon-box .button:hover,
.green .cloud-icon-box .button:active,
.green .cloud-icon-box .button:focus {
  background-color: #3bb18f;
}
.green .cloud-icon-box:hover {
  background-color: #3bb18f;
}
.green .vc_tta-tabs.vc_tta-controls-align-left.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .fa {
  color: #3bb18f;
}
.green .vc_tta-tabs.vc_tta-controls-align-left.vc_general .vc_tta-tab > a {
  background-color: #3bb18f;
}
.green ul.has-icons li:before {
  color: #3bb18f;
}
.green .cloud-icon-box-2.cloud-icon-bg:hover {
  background-color: #3bb18f;
}
.green .cloud-icon-box-2:hover .cloud-icon {
  background-color: #3bb18f;
}
.green .cloud-pricing-1 .pricing-box .button:hover,
.green .cloud-pricing-1 .pricing-box .button:active,
.green .cloud-pricing-1 .pricing-box .button:focus {
  background-color: #3bb18f;
}
.green .cloud-pricing-1.featured .pricing-title {
  background-color: #3bb18f;
}
.green .cloud-pricing-1.featured .pricing-title:after {
  border-top-color: #3bb18f;
}
.green .cloud-pricing-1.featured .button {
  background-color: #3bb18f;
  border-color: #3bb18f;
}
.green .cloud-pricing-2 .button:hover,
.green .cloud-pricing-2 .button:active,
.green .cloud-pricing-2 .button:focus {
  background-color: #3bb18f;
}
.green .cloud-pricing-2 .button:hover {
  border-color: #3bb18f;
}
.green .cloud-pricing-2.featured {
  border: 1px solid #3bb18f;
}
.green .cloud-pricing-2.featured .pricing-title {
  color: #3bb18f;
}
.green .cloud-pricing-2.featured .p-money {
  color: #3bb18f;
}
.green .cloud-pricing-2.featured .button {
  background-color: #3bb18f;
  border-color: #3bb18f;
}
.green .cloud-pricing-3 .pricing-box .button:hover,
.green .cloud-pricing-3 .pricing-box .button:active,
.green .cloud-pricing-3 .pricing-box .button:focus {
  background-color: #3bb18f;
}
.green .cloud-pricing-3.featured .pricing-title {
  background-color: #3bb18f;
}
.green .cloud-pricing-3.featured .pricing-title:after {
  border-top-color: #3bb18f;
}
.green .cloud-pricing-3.featured .button {
  background-color: #3bb18f;
  border-color: #3bb18f;
}
.green .cloud-cta .cta-content .primary-color {
  color: #3bb18f;
}
.green .cloud-cta .btn {
  background-color: #3bb18f;
}
.green .primary-color {
  color: #3bb18f;
}
.green .cloud-counter .counter-info {
  color: #3bb18f;
}
.green .cloud-testi_carousel .testi-item .testi-company-info .testi-name {
  color: #3bb18f;
}
.green .cloud-testi_carousel .bx-pager .bx-pager-item .active {
  background-color: #3bb18f !important;
}
.green .cloud-testi_carousel .bx-pager .bx-pager-item a:hover {
  background-color: #3bb18f;
}
.green .cloud-team .team-col:hover .team-head-col {
  background-color: #3bb18f;
}
.green .cloud-team .owl-controls .owl-buttons .owl-prev:hover,
.green .cloud-team .owl-controls .owl-buttons .owl-next:hover {
  background-color: #3bb18f;
}
.green .cloud-newletter {
  background-color: #3bb18f;
}
.green .wpcf7 .contact-btn input:hover {
  background-color: #3bb18f;
}
.green .vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text,
.green .vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
  background-color: #3bb18f;
}
.green .ch-domain-search .ch-domain-results .col-domain-content:hover .btn-domain-cart {
  color: #3bb18f;
}
.green .ch-domain-search .ch-domain-results .col-domain-content:hover .domain-name {
  background-color: #3bb18f;
}
.green .ch-domain-search.dark-skin .col-domain .col-options .btn-search {
  background-color: #3bb18f;
}
.green .ch-domain-search.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
  background-color: #3bb18f;
}
.green .ch-domain-search.dark-skin .ch-domain-more {
  background-color: #3bb18f;
}
.green .rev_slider .ch-pricing-img1 .flower1 .wing,
.green .rev_slider .ch-pricing-img1 .flower1 .wing::before,
.green .rev_slider .ch-pricing-img1 .flower1 .wing::after,
.green .rev_slider .ch-pricing-img1 .flower1 .wing1,
.green .rev_slider .ch-pricing-img1 .flower1 .wing1::before {
  background-color: #3bb18f;
}
.green .rev_slider .ch-pricing-img2 .flower1 .price-content .price-info {
  color: #3bb18f;
}
.green .rev_slider .ch-home2-pricing .sl-pricing i {
  color: #3bb18f;
}
.green .cloud-box-content .box-content h3 .primary-color {
  color: #3bb18f;
}
.green .cloud-box-content .box-content .list-content ul li i {
  color: #3bb18f;
}
.green .cloud-box-content .button {
  background-color: #3bb18f;
}
.green .cloud-box-content .button:hover {
  background-color: #2d3035;
}
.violet .btn-primary:hover,
.violet .btn-primary:active,
.violet .btn-primary:focus {
  background-color: #d86487;
}
.violet .btn-default {
  background-color: #d86487;
}
.violet .btn-default:hover,
.violet .btn-default:active,
.violet .btn-default:focus {
  background-color: #d86487;
}
.violet .btn-secondary:hover,
.violet .btn-secondary:active,
.violet .btn-secondary:focus {
  background-color: #d86487;
}
.violet .btn-secondary:before {
  background-color: #d86487;
}
.violet .btn-thirdary:hover,
.violet .btn-thirdary:active,
.violet .btn-thirdary:focus {
  background-color: #d86487;
}
.violet .btn-thirdary:before {
  background-color: #d86487;
}
.violet .btn-thirdary:hover:before {
  background-color: #d86487;
}
.violet .btn-fifth:hover,
.violet .btn-fifth:active,
.violet .btn-fifth:focus {
  background-color: #d86487;
}
.violet .btn-fifth:hover {
  color: #d86487;
}
.violet .btn-fourth:hover,
.violet .btn-fourth:active,
.violet .btn-fourth:focus {
  background-color: #d86487;
}
.violet a {
  color: #d86487;
}
.violet blockquote {
  background-color: #d86487;
}
.violet .topbar a:hover {
  color: #d86487;
}
.violet .topbar .widget.widget_text .fa {
  color: #d86487;
}
.violet .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:hover:after,
.violet .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:hover:after {
  color: #d86487;
}
.violet .topbar .live-chat-widget:after {
  border-top: 20px solid #d86487;
  border-right: 25px solid #d86487;
}
.violet.header-transparent .primary-nav .menu > li > a:hover {
  color: #d86487;
}
.violet.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a,
.violet.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a,
.violet.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a,
.violet.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a {
  color: #d86487;
}
.violet.header-sticky .site-header.minimized .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.violet .site-banner .breadcrumbs a.home {
  color: #d86487;
}
.violet.header-menu-left .site-header .primary-nav {
  background-color: #d86487;
}
.violet.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  color: #d86487;
}
.violet .nav a {
  color: #222;
}
.violet .nav a:hover {
  color: #d86487;
}
.violet .primary-nav .menu > li.current-menu-parent > a,
.violet .primary-nav .menu > li.current-menu-item > a,
.violet .primary-nav .menu > li.current-menu-ancestor > a,
.violet .primary-nav .menu > li:hover > a {
  color: #d86487;
}
.violet .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.violet .primary-nav .mega-menu-container ul.sub-menu li a:hover {
  color: #d86487;
}
.violet .primary-nav .mega-menu-container .mega-sub-menu > a:hover {
  color: #d86487;
}
.violet .primary-nav .menu .extra-menu-item.menu-item-search {
  background-color: #d86487;
}
.violet .numeric-navigation .next:hover,
.violet .numeric-navigation .prev:hover,
.violet .numeric-navigation .next:active,
.violet .numeric-navigation .prev:active,
.violet .numeric-navigation .next:focus,
.violet .numeric-navigation .prev:focus {
  background-color: #d86487;
}
.violet .numeric-navigation a:hover,
.violet .numeric-navigation span.current {
  background-color: #d86487;
}
.violet .blog-wapper .entry-content .entry-title a:hover {
  color: #d86487;
}
.violet .blog-wapper .entry-content .entry-metas a:hover {
  color: #d86487;
}
.violet .blog-wapper .readmore:hover,
.violet .blog-wapper .readmore:active,
.violet .blog-wapper .readmore:focus {
  background-color: #d86487;
}
.violet .blog-wapper .entry-format blockquote a {
  color: #d86487;
}
.violet .blog-wapper .entry-format .link-block:hover {
  background-color: #d86487;
}
.violet .blog-single .entry-footer .text-left i {
  color: #d86487;
}
.violet .blog-single .entry-footer .text-left .category-links a:hover {
  color: #d86487;
}
.violet .blog-single .entry-footer .social-links a:hover {
  background-color: #d86487;
}
.violet .error-404 .not-found .page-title {
  color: #d86487;
}
.violet .blog-wapper .entry-content .entry-title a:hover {
  color: #d86487;
}
.violet .blog-wapper .entry-content .entry-metas a:hover {
  color: #d86487;
}
.violet .blog-wapper .entry-format blockquote a {
  color: #d86487;
}
.violet .blog-wapper .entry-format .link-block:hover {
  background-color: #d86487;
}
.violet .blog-single .entry-footer .text-left i {
  color: #d86487;
}
.violet .blog-single .entry-footer .text-left .category-links a:hover {
  color: #d86487;
}
.violet .blog-single .entry-footer .social-links a:hover {
  background-color: #d86487;
}
.violet .error-404 .not-found .page-title {
  color: #d86487;
}
.violet .blog-heading-underilne-lg {
  background-color: #d86487;
}
.violet .blog-heading-underilne-md {
  background-color: #d86487;
}
.violet .blog-heading-underilne-sm {
  background-color: #d86487;
}
.violet .comment-respond .comment-form .form-submit .submit:hover,
.violet .comment-respond .comment-form .form-submit .submit:active,
.violet .comment-respond .comment-form .form-submit .submit:focus {
  background-color: #d86487;
}
.violet .widget_categories li:hover:before,
.violet .widget_recent_comments li:hover:before,
.violet .widget_rss li:hover:before,
.violet .widget_pages li:hover:before,
.violet .widget_archive li:hover:before,
.violet .widget_nav_menu li:hover:before,
.violet .widget_recent_entries li:hover:before,
.violet .widget_meta li:hover:before,
.violet .widget-recent-comments li:hover:before {
  color: #d86487;
}
.violet .widget_categories li a:hover,
.violet .widget_recent_comments li a:hover,
.violet .widget_rss li a:hover,
.violet .widget_pages li a:hover,
.violet .widget_archive li a:hover,
.violet .widget_nav_menu li a:hover,
.violet .widget_recent_entries li a:hover,
.violet .widget_meta li a:hover,
.violet .widget-recent-comments li a:hover {
  color: #d86487;
}
.violet .widget_tag_cloud .tagcloud a:hover {
  color: #d86487;
}
.violet .recent-post .post-text .post-readmore:hover,
.violet .popular-post .post-text .post-readmore:hover,
.violet .recent-post .post-text .post-readmore:active,
.violet .popular-post .post-text .post-readmore:active,
.violet .recent-post .post-text .post-readmore:focus,
.violet .popular-post .post-text .post-readmore:focus {
  background-color: #d86487;
}
.violet .live-chat-widget .lc-left .lc-title i {
  color: #d86487;
  padding-right: 5px;
}
.violet .live-chat-widget .lc-right {
  background-color: #d86487;
}
.violet .footer-sidebar .widget .fa {
  color: #d86487;
}
.violet .footer-sidebar .widget ul li a:hover {
  color: #d86487;
}
.violet .footer-sidebar .widget ul li:before {
  color: #d86487;
}
.violet .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #d86487;
}
.violet .footer-copyright .foot-socials a:hover {
  background-color: #d86487;
}
.violet .page-template-template-whmcs section#header a.quick-nav i {
  color: #d86487;
}
.violet .page-template-template-whmcs section#main-menu {
  background-color: #d86487;
}
.violet .page-template-template-whmcs section#main-menu .navbar-main {
  background-color: #d86487;
}
.violet .page-template-template-whmcs .btn-info,
.violet .page-template-template-whmcs .btn-default {
  background-color: #d86487;
}
.violet .page-template-template-whmcs .btn-info:hover,
.violet .page-template-template-whmcs .btn-default:hover {
  background-color: #d86487;
}
.violet .page-template-template-whmcs .home-shortcuts ul li a i {
  color: #d86487;
}
.violet .page-template-template-whmcs section#main-body .main-content .kbcategories .glyphicon,
.violet .page-template-template-whmcs section#main-body .main-content .kbarticles .glyphicon {
  color: #d86487;
  font-size: 12px;
}
.violet .page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading {
  background-color: #d86487;
}
.violet .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a {
  background-color: #d86487;
}
.violet .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"] {
  background-color: #d86487;
}
.violet .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body a {
  color: #d86487;
}
.violet .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success {
  background-color: #d86487;
}
.violet .page-template-template-whmcs section#main-body #twitterFeedOutput > p a {
  color: #d86487;
}
.violet .page-template-template-whmcs section#main-body .domain-checker-bg .domain-check-availability {
  background-color: #d86487;
}
.violet .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline {
  border: 1px solid #d86487;
}
.violet .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p strong {
  color: #d86487;
}
.violet .page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td {
  background-color: #d86487;
}
.violet .page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn span {
  color: #d86487;
}
.violet .page-template-template-whmcs #order-modern table.cart th {
  background-color: #d86487;
}
.violet .page-template-template-whmcs #order-modern table.cart tr td a.cartedit {
  color: #d86487;
}
.violet .page-template-template-whmcs #order-modern table.cart .recurring td {
  background-color: #d86487;
}
.violet .page-template-template-whmcs #order-modern table.cart .recurring:hover td {
  background-color: #d86487;
}
.violet .page-template-template-whmcs #order-modern #mainfrm .signuptype {
  background-color: #d86487;
}
.violet .page-template-template-whmcs #footer {
  background-color: #d86487;
}
.violet .page-template-template-whmcs .sidebar .panel-heading {
  background-color: #d86487;
}
.violet .page-template-template-whmcs .dataTables_wrapper .dataTables_info {
  background-color: #d86487;
}
.violet .page-template-template-whmcs #order-modern .domainavailable {
  color: #d86487;
}
.violet .ch-heading-line {
  border-top: 4px solid #d86487;
}
.violet .ch-heading-line:before,
.violet .ch-heading-line:after {
  background-color: #d86487;
}
.violet .ibox-sliders .owl-controls .owl-buttons div:hover {
  background-color: #d86487;
}
.violet .cloud-clients-carousel .owl-controls .owl-buttons div:hover {
  background-color: #d86487;
}
.violet .cloud-icon-box .button:hover,
.violet .cloud-icon-box .button:active,
.violet .cloud-icon-box .button:focus {
  background-color: #d86487;
}
.violet .cloud-icon-box:hover {
  background-color: #d86487;
}
.violet .vc_tta-tabs.vc_tta-controls-align-left.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .fa {
  color: #d86487;
}
.violet .vc_tta-tabs.vc_tta-controls-align-left.vc_general .vc_tta-tab > a {
  background-color: #d86487;
}
.violet ul.has-icons li:before {
  color: #d86487;
}
.violet .cloud-icon-box-2.cloud-icon-bg:hover {
  background-color: #d86487;
}
.violet .cloud-icon-box-2:hover .cloud-icon {
  background-color: #d86487;
}
.violet .cloud-pricing-1 .pricing-box .button:hover,
.violet .cloud-pricing-1 .pricing-box .button:active,
.violet .cloud-pricing-1 .pricing-box .button:focus {
  background-color: #d86487;
}
.violet .cloud-pricing-1.featured .pricing-title {
  background-color: #d86487;
}
.violet .cloud-pricing-1.featured .pricing-title:after {
  border-top-color: #d86487;
}
.violet .cloud-pricing-1.featured .button {
  background-color: #d86487;
  border-color: #d86487;
}
.violet .cloud-pricing-2 .button:hover,
.violet .cloud-pricing-2 .button:active,
.violet .cloud-pricing-2 .button:focus {
  background-color: #d86487;
}
.violet .cloud-pricing-2 .button:hover {
  border-color: #d86487;
}
.violet .cloud-pricing-2.featured {
  border: 1px solid #d86487;
}
.violet .cloud-pricing-2.featured .pricing-title {
  color: #d86487;
}
.violet .cloud-pricing-2.featured .p-money {
  color: #d86487;
}
.violet .cloud-pricing-2.featured .button {
  background-color: #d86487;
  border-color: #d86487;
}
.violet .cloud-pricing-3 .pricing-box .button:hover,
.violet .cloud-pricing-3 .pricing-box .button:active,
.violet .cloud-pricing-3 .pricing-box .button:focus {
  background-color: #d86487;
}
.violet .cloud-pricing-3.featured .pricing-title {
  background-color: #d86487;
}
.violet .cloud-pricing-3.featured .pricing-title:after {
  border-top-color: #d86487;
}
.violet .cloud-pricing-3.featured .button {
  background-color: #d86487;
  border-color: #d86487;
}
.violet .cloud-cta .cta-content .primary-color {
  color: #d86487;
}
.violet .cloud-cta .btn {
  background-color: #d86487;
}
.violet .primary-color {
  color: #d86487;
}
.violet .cloud-counter .counter-info {
  color: #d86487;
}
.violet .cloud-testi_carousel .testi-item .testi-company-info .testi-name {
  color: #d86487;
}
.violet .cloud-testi_carousel .bx-pager .bx-pager-item .active {
  background-color: #d86487 !important;
}
.violet .cloud-testi_carousel .bx-pager .bx-pager-item a:hover {
  background-color: #d86487;
}
.violet .cloud-team .team-col:hover .team-head-col {
  background-color: #d86487;
}
.violet .cloud-team .owl-controls .owl-buttons .owl-prev:hover,
.violet .cloud-team .owl-controls .owl-buttons .owl-next:hover {
  background-color: #d86487;
}
.violet .cloud-newletter {
  background-color: #d86487;
}
.violet .wpcf7 .contact-btn input:hover {
  background-color: #d86487;
}
.violet .vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text,
.violet .vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
  background-color: #d86487;
}
.violet .ch-domain-search .ch-domain-results .col-domain-content:hover .btn-domain-cart {
  color: #d86487;
}
.violet .ch-domain-search .ch-domain-results .col-domain-content:hover .domain-name {
  background-color: #d86487;
}
.violet .ch-domain-search.dark-skin .col-domain .col-options .btn-search {
  background-color: #d86487;
}
.violet .ch-domain-search.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
  background-color: #d86487;
}
.violet .ch-domain-search.dark-skin .ch-domain-more {
  background-color: #d86487;
}
.violet .rev_slider .ch-pricing-img1 .flower1 .wing,
.violet .rev_slider .ch-pricing-img1 .flower1 .wing::before,
.violet .rev_slider .ch-pricing-img1 .flower1 .wing::after,
.violet .rev_slider .ch-pricing-img1 .flower1 .wing1,
.violet .rev_slider .ch-pricing-img1 .flower1 .wing1::before {
  background-color: #d86487;
}
.violet .rev_slider .ch-pricing-img2 .flower1 .price-content .price-info {
  color: #d86487;
}
.violet .rev_slider .ch-home2-pricing .sl-pricing i {
  color: #d86487;
}
.violet .cloud-box-content .box-content h3 .primary-color {
  color: #d86487;
}
.violet .cloud-box-content .box-content .list-content ul li i {
  color: #d86487;
}
.violet .cloud-box-content .button {
  background-color: #d86487;
}
.violet .cloud-box-content .button:hover {
  background-color: #2d3035;
}
.blue .btn-primary:hover,
.blue .btn-primary:active,
.blue .btn-primary:focus {
  background-color: #509dce;
}
.blue .btn-default {
  background-color: #509dce;
}
.blue .btn-default:hover,
.blue .btn-default:active,
.blue .btn-default:focus {
  background-color: #509dce;
}
.blue .btn-secondary:hover,
.blue .btn-secondary:active,
.blue .btn-secondary:focus {
  background-color: #509dce;
}
.blue .btn-secondary:before {
  background-color: #509dce;
}
.blue .btn-thirdary:hover,
.blue .btn-thirdary:active,
.blue .btn-thirdary:focus {
  background-color: #509dce;
}
.blue .btn-thirdary:before {
  background-color: #509dce;
}
.blue .btn-thirdary:hover:before {
  background-color: #509dce;
}
.blue .btn-fifth:hover,
.blue .btn-fifth:active,
.blue .btn-fifth:focus {
  background-color: #509dce;
}
.blue .btn-fifth:hover {
  color: #509dce;
}
.blue .btn-fourth:hover,
.blue .btn-fourth:active,
.blue .btn-fourth:focus {
  background-color: #509dce;
}
.blue a {
  color: #509dce;
}
.blue blockquote {
  background-color: #509dce;
}
.blue .topbar a:hover {
  color: #509dce;
}
.blue .topbar .widget.widget_text .fa {
  color: #509dce;
}
.blue .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:hover:after,
.blue .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:hover:after {
  color: #509dce;
}
.blue .topbar .live-chat-widget:after {
  border-top: 20px solid #509dce;
  border-right: 25px solid #509dce;
}
.blue.header-transparent .primary-nav .menu > li > a:hover {
  color: #509dce;
}
.blue.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a,
.blue.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a,
.blue.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a,
.blue.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a {
  color: #509dce;
}
.blue.header-sticky .site-header.minimized .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.blue .site-banner .breadcrumbs a.home {
  color: #509dce;
}
.blue.header-menu-left .site-header .primary-nav {
  background-color: #509dce;
}
.blue.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  color: #509dce;
}
.blue .nav a {
  color: #222;
}
.blue .nav a:hover {
  color: #509dce;
}
.blue .primary-nav .menu > li.current-menu-parent > a,
.blue .primary-nav .menu > li.current-menu-item > a,
.blue .primary-nav .menu > li.current-menu-ancestor > a,
.blue .primary-nav .menu > li:hover > a {
  color: #509dce;
}
.blue .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.blue .primary-nav .mega-menu-container ul.sub-menu li a:hover {
  color: #509dce;
}
.blue .primary-nav .mega-menu-container .mega-sub-menu > a:hover {
  color: #509dce;
}
.blue .primary-nav .menu .extra-menu-item.menu-item-search {
  background-color: #509dce;
}
.blue .numeric-navigation .next:hover,
.blue .numeric-navigation .prev:hover,
.blue .numeric-navigation .next:active,
.blue .numeric-navigation .prev:active,
.blue .numeric-navigation .next:focus,
.blue .numeric-navigation .prev:focus {
  background-color: #509dce;
}
.blue .numeric-navigation a:hover,
.blue .numeric-navigation span.current {
  background-color: #509dce;
}
.blue .blog-wapper .entry-content .entry-title a:hover {
  color: #509dce;
}
.blue .blog-wapper .entry-content .entry-metas a:hover {
  color: #509dce;
}
.blue .blog-wapper .readmore:hover,
.blue .blog-wapper .readmore:active,
.blue .blog-wapper .readmore:focus {
  background-color: #509dce;
}
.blue .blog-wapper .entry-format blockquote a {
  color: #509dce;
}
.blue .blog-wapper .entry-format .link-block:hover {
  background-color: #509dce;
}
.blue .blog-single .entry-footer .text-left i {
  color: #509dce;
}
.blue .blog-single .entry-footer .text-left .category-links a:hover {
  color: #509dce;
}
.blue .blog-single .entry-footer .social-links a:hover {
  background-color: #509dce;
}
.blue .error-404 .not-found .page-title {
  color: #509dce;
}
.blue .blog-wapper .entry-content .entry-title a:hover {
  color: #509dce;
}
.blue .blog-wapper .entry-content .entry-metas a:hover {
  color: #509dce;
}
.blue .blog-wapper .entry-format blockquote a {
  color: #509dce;
}
.blue .blog-wapper .entry-format .link-block:hover {
  background-color: #509dce;
}
.blue .blog-single .entry-footer .text-left i {
  color: #509dce;
}
.blue .blog-single .entry-footer .text-left .category-links a:hover {
  color: #509dce;
}
.blue .blog-single .entry-footer .social-links a:hover {
  background-color: #509dce;
}
.blue .error-404 .not-found .page-title {
  color: #509dce;
}
.blue .blog-heading-underilne-lg {
  background-color: #509dce;
}
.blue .blog-heading-underilne-md {
  background-color: #509dce;
}
.blue .blog-heading-underilne-sm {
  background-color: #509dce;
}
.blue .comment-respond .comment-form .form-submit .submit:hover,
.blue .comment-respond .comment-form .form-submit .submit:active,
.blue .comment-respond .comment-form .form-submit .submit:focus {
  background-color: #509dce;
}
.blue .widget_categories li:hover:before,
.blue .widget_recent_comments li:hover:before,
.blue .widget_rss li:hover:before,
.blue .widget_pages li:hover:before,
.blue .widget_archive li:hover:before,
.blue .widget_nav_menu li:hover:before,
.blue .widget_recent_entries li:hover:before,
.blue .widget_meta li:hover:before,
.blue .widget-recent-comments li:hover:before {
  color: #509dce;
}
.blue .widget_categories li a:hover,
.blue .widget_recent_comments li a:hover,
.blue .widget_rss li a:hover,
.blue .widget_pages li a:hover,
.blue .widget_archive li a:hover,
.blue .widget_nav_menu li a:hover,
.blue .widget_recent_entries li a:hover,
.blue .widget_meta li a:hover,
.blue .widget-recent-comments li a:hover {
  color: #509dce;
}
.blue .widget_tag_cloud .tagcloud a:hover {
  color: #509dce;
}
.blue .recent-post .post-text .post-readmore:hover,
.blue .popular-post .post-text .post-readmore:hover,
.blue .recent-post .post-text .post-readmore:active,
.blue .popular-post .post-text .post-readmore:active,
.blue .recent-post .post-text .post-readmore:focus,
.blue .popular-post .post-text .post-readmore:focus {
  background-color: #509dce;
}
.blue .live-chat-widget .lc-left .lc-title i {
  color: #509dce;
  padding-right: 5px;
}
.blue .live-chat-widget .lc-right {
  background-color: #509dce;
}
.blue .footer-sidebar .widget .fa {
  color: #509dce;
}
.blue .footer-sidebar .widget ul li a:hover {
  color: #509dce;
}
.blue .footer-sidebar .widget ul li:before {
  color: #509dce;
}
.blue .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #509dce;
}
.blue .footer-copyright .foot-socials a:hover {
  background-color: #509dce;
}
.blue .page-template-template-whmcs section#header a.quick-nav i {
  color: #509dce;
}
.blue .page-template-template-whmcs section#main-menu {
  background-color: #509dce;
}
.blue .page-template-template-whmcs section#main-menu .navbar-main {
  background-color: #509dce;
}
.blue .page-template-template-whmcs .btn-info,
.blue .page-template-template-whmcs .btn-default {
  background-color: #509dce;
}
.blue .page-template-template-whmcs .btn-info:hover,
.blue .page-template-template-whmcs .btn-default:hover {
  background-color: #509dce;
}
.blue .page-template-template-whmcs .home-shortcuts ul li a i {
  color: #509dce;
}
.blue .page-template-template-whmcs section#main-body .main-content .kbcategories .glyphicon,
.blue .page-template-template-whmcs section#main-body .main-content .kbarticles .glyphicon {
  color: #509dce;
  font-size: 12px;
}
.blue .page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading {
  background-color: #509dce;
}
.blue .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a {
  background-color: #509dce;
}
.blue .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"] {
  background-color: #509dce;
}
.blue .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body a {
  color: #509dce;
}
.blue .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success {
  background-color: #509dce;
}
.blue .page-template-template-whmcs section#main-body #twitterFeedOutput > p a {
  color: #509dce;
}
.blue .page-template-template-whmcs section#main-body .domain-checker-bg .domain-check-availability {
  background-color: #509dce;
}
.blue .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline {
  border: 1px solid #509dce;
}
.blue .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p strong {
  color: #509dce;
}
.blue .page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td {
  background-color: #509dce;
}
.blue .page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn span {
  color: #509dce;
}
.blue .page-template-template-whmcs #order-modern table.cart th {
  background-color: #509dce;
}
.blue .page-template-template-whmcs #order-modern table.cart tr td a.cartedit {
  color: #509dce;
}
.blue .page-template-template-whmcs #order-modern table.cart .recurring td {
  background-color: #509dce;
}
.blue .page-template-template-whmcs #order-modern table.cart .recurring:hover td {
  background-color: #509dce;
}
.blue .page-template-template-whmcs #order-modern #mainfrm .signuptype {
  background-color: #509dce;
}
.blue .page-template-template-whmcs #footer {
  background-color: #509dce;
}
.blue .page-template-template-whmcs .sidebar .panel-heading {
  background-color: #509dce;
}
.blue .page-template-template-whmcs .dataTables_wrapper .dataTables_info {
  background-color: #509dce;
}
.blue .page-template-template-whmcs #order-modern .domainavailable {
  color: #509dce;
}
.blue .ch-heading-line {
  border-top: 4px solid #509dce;
}
.blue .ch-heading-line:before,
.blue .ch-heading-line:after {
  background-color: #509dce;
}
.blue .ibox-sliders .owl-controls .owl-buttons div:hover {
  background-color: #509dce;
}
.blue .cloud-clients-carousel .owl-controls .owl-buttons div:hover {
  background-color: #509dce;
}
.blue .cloud-icon-box .button:hover,
.blue .cloud-icon-box .button:active,
.blue .cloud-icon-box .button:focus {
  background-color: #509dce;
}
.blue .cloud-icon-box:hover {
  background-color: #509dce;
}
.blue .vc_tta-tabs.vc_tta-controls-align-left.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .fa {
  color: #509dce;
}
.blue .vc_tta-tabs.vc_tta-controls-align-left.vc_general .vc_tta-tab > a {
  background-color: #509dce;
}
.blue ul.has-icons li:before {
  color: #509dce;
}
.blue .cloud-icon-box-2.cloud-icon-bg:hover {
  background-color: #509dce;
}
.blue .cloud-icon-box-2:hover .cloud-icon {
  background-color: #509dce;
}
.blue .cloud-pricing-1 .pricing-box .button:hover,
.blue .cloud-pricing-1 .pricing-box .button:active,
.blue .cloud-pricing-1 .pricing-box .button:focus {
  background-color: #509dce;
}
.blue .cloud-pricing-1.featured .pricing-title {
  background-color: #509dce;
}
.blue .cloud-pricing-1.featured .pricing-title:after {
  border-top-color: #509dce;
}
.blue .cloud-pricing-1.featured .button {
  background-color: #509dce;
  border-color: #509dce;
}
.blue .cloud-pricing-2 .button:hover,
.blue .cloud-pricing-2 .button:active,
.blue .cloud-pricing-2 .button:focus {
  background-color: #509dce;
}
.blue .cloud-pricing-2 .button:hover {
  border-color: #509dce;
}
.blue .cloud-pricing-2.featured {
  border: 1px solid #509dce;
}
.blue .cloud-pricing-2.featured .pricing-title {
  color: #509dce;
}
.blue .cloud-pricing-2.featured .p-money {
  color: #509dce;
}
.blue .cloud-pricing-2.featured .button {
  background-color: #509dce;
  border-color: #509dce;
}
.blue .cloud-pricing-3 .pricing-box .button:hover,
.blue .cloud-pricing-3 .pricing-box .button:active,
.blue .cloud-pricing-3 .pricing-box .button:focus {
  background-color: #509dce;
}
.blue .cloud-pricing-3.featured .pricing-title {
  background-color: #509dce;
}
.blue .cloud-pricing-3.featured .pricing-title:after {
  border-top-color: #509dce;
}
.blue .cloud-pricing-3.featured .button {
  background-color: #509dce;
  border-color: #509dce;
}
.blue .cloud-cta .cta-content .primary-color {
  color: #509dce;
}
.blue .cloud-cta .btn {
  background-color: #509dce;
}
.blue .primary-color {
  color: #509dce;
}
.blue .cloud-counter .counter-info {
  color: #509dce;
}
.blue .cloud-testi_carousel .testi-item .testi-company-info .testi-name {
  color: #509dce;
}
.blue .cloud-testi_carousel .bx-pager .bx-pager-item .active {
  background-color: #509dce !important;
}
.blue .cloud-testi_carousel .bx-pager .bx-pager-item a:hover {
  background-color: #509dce;
}
.blue .cloud-team .team-col:hover .team-head-col {
  background-color: #509dce;
}
.blue .cloud-team .owl-controls .owl-buttons .owl-prev:hover,
.blue .cloud-team .owl-controls .owl-buttons .owl-next:hover {
  background-color: #509dce;
}
.blue .cloud-newletter {
  background-color: #509dce;
}
.blue .wpcf7 .contact-btn input:hover {
  background-color: #509dce;
}
.blue .vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text,
.blue .vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
  background-color: #509dce;
}
.blue .ch-domain-search .ch-domain-results .col-domain-content:hover .btn-domain-cart {
  color: #509dce;
}
.blue .ch-domain-search .ch-domain-results .col-domain-content:hover .domain-name {
  background-color: #509dce;
}
.blue .ch-domain-search.dark-skin .col-domain .col-options .btn-search {
  background-color: #509dce;
}
.blue .ch-domain-search.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
  background-color: #509dce;
}
.blue .ch-domain-search.dark-skin .ch-domain-more {
  background-color: #509dce;
}
.blue .rev_slider .ch-pricing-img1 .flower1 .wing,
.blue .rev_slider .ch-pricing-img1 .flower1 .wing::before,
.blue .rev_slider .ch-pricing-img1 .flower1 .wing::after,
.blue .rev_slider .ch-pricing-img1 .flower1 .wing1,
.blue .rev_slider .ch-pricing-img1 .flower1 .wing1::before {
  background-color: #509dce;
}
.blue .rev_slider .ch-pricing-img2 .flower1 .price-content .price-info {
  color: #509dce;
}
.blue .rev_slider .ch-home2-pricing .sl-pricing i {
  color: #509dce;
}
.blue .cloud-box-content .box-content h3 .primary-color {
  color: #509dce;
}
.blue .cloud-box-content .box-content .list-content ul li i {
  color: #509dce;
}
.blue .cloud-box-content .button {
  background-color: #509dce;
}
.blue .cloud-box-content .button:hover {
  background-color: #2d3035;
}
.purple .btn-primary:hover,
.purple .btn-primary:active,
.purple .btn-primary:focus {
  background-color: #7483d4;
}
.purple .btn-default {
  background-color: #7483d4;
}
.purple .btn-default:hover,
.purple .btn-default:active,
.purple .btn-default:focus {
  background-color: #7483d4;
}
.purple .btn-secondary:hover,
.purple .btn-secondary:active,
.purple .btn-secondary:focus {
  background-color: #7483d4;
}
.purple .btn-secondary:before {
  background-color: #7483d4;
}
.purple .btn-thirdary:hover,
.purple .btn-thirdary:active,
.purple .btn-thirdary:focus {
  background-color: #7483d4;
}
.purple .btn-thirdary:before {
  background-color: #7483d4;
}
.purple .btn-thirdary:hover:before {
  background-color: #7483d4;
}
.purple .btn-fifth:hover,
.purple .btn-fifth:active,
.purple .btn-fifth:focus {
  background-color: #7483d4;
}
.purple .btn-fifth:hover {
  color: #7483d4;
}
.purple .btn-fourth:hover,
.purple .btn-fourth:active,
.purple .btn-fourth:focus {
  background-color: #7483d4;
}
.purple a {
  color: #7483d4;
}
.purple blockquote {
  background-color: #7483d4;
}
.purple .topbar a:hover {
  color: #7483d4;
}
.purple .topbar .widget.widget_text .fa {
  color: #7483d4;
}
.purple .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:hover:after,
.purple .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:hover:after {
  color: #7483d4;
}
.purple .topbar .live-chat-widget:after {
  border-top: 20px solid #7483d4;
  border-right: 25px solid #7483d4;
}
.purple.header-transparent .primary-nav .menu > li > a:hover {
  color: #7483d4;
}
.purple.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a,
.purple.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a,
.purple.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a,
.purple.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a {
  color: #7483d4;
}
.purple.header-sticky .site-header.minimized .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.purple .site-banner .breadcrumbs a.home {
  color: #7483d4;
}
.purple.header-menu-left .site-header .primary-nav {
  background-color: #7483d4;
}
.purple.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  color: #7483d4;
}
.purple .nav a {
  color: #222;
}
.purple .nav a:hover {
  color: #7483d4;
}
.purple .primary-nav .menu > li.current-menu-parent > a,
.purple .primary-nav .menu > li.current-menu-item > a,
.purple .primary-nav .menu > li.current-menu-ancestor > a,
.purple .primary-nav .menu > li:hover > a {
  color: #7483d4;
}
.purple .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.purple .primary-nav .mega-menu-container ul.sub-menu li a:hover {
  color: #7483d4;
}
.purple .primary-nav .mega-menu-container .mega-sub-menu > a:hover {
  color: #7483d4;
}
.purple .primary-nav .menu .extra-menu-item.menu-item-search {
  background-color: #7483d4;
}
.purple .numeric-navigation .next:hover,
.purple .numeric-navigation .prev:hover,
.purple .numeric-navigation .next:active,
.purple .numeric-navigation .prev:active,
.purple .numeric-navigation .next:focus,
.purple .numeric-navigation .prev:focus {
  background-color: #7483d4;
}
.purple .numeric-navigation a:hover,
.purple .numeric-navigation span.current {
  background-color: #7483d4;
}
.purple .blog-wapper .entry-content .entry-title a:hover {
  color: #7483d4;
}
.purple .blog-wapper .entry-content .entry-metas a:hover {
  color: #7483d4;
}
.purple .blog-wapper .readmore:hover,
.purple .blog-wapper .readmore:active,
.purple .blog-wapper .readmore:focus {
  background-color: #7483d4;
}
.purple .blog-wapper .entry-format blockquote a {
  color: #7483d4;
}
.purple .blog-wapper .entry-format .link-block:hover {
  background-color: #7483d4;
}
.purple .blog-single .entry-footer .text-left i {
  color: #7483d4;
}
.purple .blog-single .entry-footer .text-left .category-links a:hover {
  color: #7483d4;
}
.purple .blog-single .entry-footer .social-links a:hover {
  background-color: #7483d4;
}
.purple .error-404 .not-found .page-title {
  color: #7483d4;
}
.purple .blog-wapper .entry-content .entry-title a:hover {
  color: #7483d4;
}
.purple .blog-wapper .entry-content .entry-metas a:hover {
  color: #7483d4;
}
.purple .blog-wapper .entry-format blockquote a {
  color: #7483d4;
}
.purple .blog-wapper .entry-format .link-block:hover {
  background-color: #7483d4;
}
.purple .blog-single .entry-footer .text-left i {
  color: #7483d4;
}
.purple .blog-single .entry-footer .text-left .category-links a:hover {
  color: #7483d4;
}
.purple .blog-single .entry-footer .social-links a:hover {
  background-color: #7483d4;
}
.purple .error-404 .not-found .page-title {
  color: #7483d4;
}
.purple .blog-heading-underilne-lg {
  background-color: #7483d4;
}
.purple .blog-heading-underilne-md {
  background-color: #7483d4;
}
.purple .blog-heading-underilne-sm {
  background-color: #7483d4;
}
.purple .comment-respond .comment-form .form-submit .submit:hover,
.purple .comment-respond .comment-form .form-submit .submit:active,
.purple .comment-respond .comment-form .form-submit .submit:focus {
  background-color: #7483d4;
}
.purple .widget_categories li:hover:before,
.purple .widget_recent_comments li:hover:before,
.purple .widget_rss li:hover:before,
.purple .widget_pages li:hover:before,
.purple .widget_archive li:hover:before,
.purple .widget_nav_menu li:hover:before,
.purple .widget_recent_entries li:hover:before,
.purple .widget_meta li:hover:before,
.purple .widget-recent-comments li:hover:before {
  color: #7483d4;
}
.purple .widget_categories li a:hover,
.purple .widget_recent_comments li a:hover,
.purple .widget_rss li a:hover,
.purple .widget_pages li a:hover,
.purple .widget_archive li a:hover,
.purple .widget_nav_menu li a:hover,
.purple .widget_recent_entries li a:hover,
.purple .widget_meta li a:hover,
.purple .widget-recent-comments li a:hover {
  color: #7483d4;
}
.purple .widget_tag_cloud .tagcloud a:hover {
  color: #7483d4;
}
.purple .recent-post .post-text .post-readmore:hover,
.purple .popular-post .post-text .post-readmore:hover,
.purple .recent-post .post-text .post-readmore:active,
.purple .popular-post .post-text .post-readmore:active,
.purple .recent-post .post-text .post-readmore:focus,
.purple .popular-post .post-text .post-readmore:focus {
  background-color: #7483d4;
}
.purple .live-chat-widget .lc-left .lc-title i {
  color: #7483d4;
  padding-right: 5px;
}
.purple .live-chat-widget .lc-right {
  background-color: #7483d4;
}
.purple .footer-sidebar .widget .fa {
  color: #7483d4;
}
.purple .footer-sidebar .widget ul li a:hover {
  color: #7483d4;
}
.purple .footer-sidebar .widget ul li:before {
  color: #7483d4;
}
.purple .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #7483d4;
}
.purple .footer-copyright .foot-socials a:hover {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs section#header a.quick-nav i {
  color: #7483d4;
}
.purple .page-template-template-whmcs section#main-menu {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs section#main-menu .navbar-main {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs .btn-info,
.purple .page-template-template-whmcs .btn-default {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs .btn-info:hover,
.purple .page-template-template-whmcs .btn-default:hover {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs .home-shortcuts ul li a i {
  color: #7483d4;
}
.purple .page-template-template-whmcs section#main-body .main-content .kbcategories .glyphicon,
.purple .page-template-template-whmcs section#main-body .main-content .kbarticles .glyphicon {
  color: #7483d4;
  font-size: 12px;
}
.purple .page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"] {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body a {
  color: #7483d4;
}
.purple .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs section#main-body #twitterFeedOutput > p a {
  color: #7483d4;
}
.purple .page-template-template-whmcs section#main-body .domain-checker-bg .domain-check-availability {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline {
  border: 1px solid #7483d4;
}
.purple .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p strong {
  color: #7483d4;
}
.purple .page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn span {
  color: #7483d4;
}
.purple .page-template-template-whmcs #order-modern table.cart th {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs #order-modern table.cart tr td a.cartedit {
  color: #7483d4;
}
.purple .page-template-template-whmcs #order-modern table.cart .recurring td {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs #order-modern table.cart .recurring:hover td {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs #order-modern #mainfrm .signuptype {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs #footer {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs .sidebar .panel-heading {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs .dataTables_wrapper .dataTables_info {
  background-color: #7483d4;
}
.purple .page-template-template-whmcs #order-modern .domainavailable {
  color: #7483d4;
}
.purple .ch-heading-line {
  border-top: 4px solid #7483d4;
}
.purple .ch-heading-line:before,
.purple .ch-heading-line:after {
  background-color: #7483d4;
}
.purple .ibox-sliders .owl-controls .owl-buttons div:hover {
  background-color: #7483d4;
}
.purple .cloud-clients-carousel .owl-controls .owl-buttons div:hover {
  background-color: #7483d4;
}
.purple .cloud-icon-box .button:hover,
.purple .cloud-icon-box .button:active,
.purple .cloud-icon-box .button:focus {
  background-color: #7483d4;
}
.purple .cloud-icon-box:hover {
  background-color: #7483d4;
}
.purple .vc_tta-tabs.vc_tta-controls-align-left.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .fa {
  color: #7483d4;
}
.purple .vc_tta-tabs.vc_tta-controls-align-left.vc_general .vc_tta-tab > a {
  background-color: #7483d4;
}
.purple ul.has-icons li:before {
  color: #7483d4;
}
.purple .cloud-icon-box-2.cloud-icon-bg:hover {
  background-color: #7483d4;
}
.purple .cloud-icon-box-2:hover .cloud-icon {
  background-color: #7483d4;
}
.purple .cloud-pricing-1 .pricing-box .button:hover,
.purple .cloud-pricing-1 .pricing-box .button:active,
.purple .cloud-pricing-1 .pricing-box .button:focus {
  background-color: #7483d4;
}
.purple .cloud-pricing-1.featured .pricing-title {
  background-color: #7483d4;
}
.purple .cloud-pricing-1.featured .pricing-title:after {
  border-top-color: #7483d4;
}
.purple .cloud-pricing-1.featured .button {
  background-color: #7483d4;
  border-color: #7483d4;
}
.purple .cloud-pricing-2 .button:hover,
.purple .cloud-pricing-2 .button:active,
.purple .cloud-pricing-2 .button:focus {
  background-color: #7483d4;
}
.purple .cloud-pricing-2 .button:hover {
  border-color: #7483d4;
}
.purple .cloud-pricing-2.featured {
  border: 1px solid #7483d4;
}
.purple .cloud-pricing-2.featured .pricing-title {
  color: #7483d4;
}
.purple .cloud-pricing-2.featured .p-money {
  color: #7483d4;
}
.purple .cloud-pricing-2.featured .button {
  background-color: #7483d4;
  border-color: #7483d4;
}
.purple .cloud-pricing-3 .pricing-box .button:hover,
.purple .cloud-pricing-3 .pricing-box .button:active,
.purple .cloud-pricing-3 .pricing-box .button:focus {
  background-color: #7483d4;
}
.purple .cloud-pricing-3.featured .pricing-title {
  background-color: #7483d4;
}
.purple .cloud-pricing-3.featured .pricing-title:after {
  border-top-color: #7483d4;
}
.purple .cloud-pricing-3.featured .button {
  background-color: #7483d4;
  border-color: #7483d4;
}
.purple .cloud-cta .cta-content .primary-color {
  color: #7483d4;
}
.purple .cloud-cta .btn {
  background-color: #7483d4;
}
.purple .primary-color {
  color: #7483d4;
}
.purple .cloud-counter .counter-info {
  color: #7483d4;
}
.purple .cloud-testi_carousel .testi-item .testi-company-info .testi-name {
  color: #7483d4;
}
.purple .cloud-testi_carousel .bx-pager .bx-pager-item .active {
  background-color: #7483d4 !important;
}
.purple .cloud-testi_carousel .bx-pager .bx-pager-item a:hover {
  background-color: #7483d4;
}
.purple .cloud-team .team-col:hover .team-head-col {
  background-color: #7483d4;
}
.purple .cloud-team .owl-controls .owl-buttons .owl-prev:hover,
.purple .cloud-team .owl-controls .owl-buttons .owl-next:hover {
  background-color: #7483d4;
}
.purple .cloud-newletter {
  background-color: #7483d4;
}
.purple .wpcf7 .contact-btn input:hover {
  background-color: #7483d4;
}
.purple .vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text,
.purple .vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
  background-color: #7483d4;
}
.purple .ch-domain-search .ch-domain-results .col-domain-content:hover .btn-domain-cart {
  color: #7483d4;
}
.purple .ch-domain-search .ch-domain-results .col-domain-content:hover .domain-name {
  background-color: #7483d4;
}
.purple .ch-domain-search.dark-skin .col-domain .col-options .btn-search {
  background-color: #7483d4;
}
.purple .ch-domain-search.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
  background-color: #7483d4;
}
.purple .ch-domain-search.dark-skin .ch-domain-more {
  background-color: #7483d4;
}
.purple .rev_slider .ch-pricing-img1 .flower1 .wing,
.purple .rev_slider .ch-pricing-img1 .flower1 .wing::before,
.purple .rev_slider .ch-pricing-img1 .flower1 .wing::after,
.purple .rev_slider .ch-pricing-img1 .flower1 .wing1,
.purple .rev_slider .ch-pricing-img1 .flower1 .wing1::before {
  background-color: #7483d4;
}
.purple .rev_slider .ch-pricing-img2 .flower1 .price-content .price-info {
  color: #7483d4;
}
.purple .rev_slider .ch-home2-pricing .sl-pricing i {
  color: #7483d4;
}
.purple .cloud-box-content .box-content h3 .primary-color {
  color: #7483d4;
}
.purple .cloud-box-content .box-content .list-content ul li i {
  color: #7483d4;
}
.purple .cloud-box-content .button {
  background-color: #7483d4;
}
.purple .cloud-box-content .button:hover {
  background-color: #2d3035;
}
.red .btn-primary:hover,
.red .btn-primary:active,
.red .btn-primary:focus {
  background-color: #f55d5d;
}
.red .btn-default {
  background-color: #f55d5d;
}
.red .btn-default:hover,
.red .btn-default:active,
.red .btn-default:focus {
  background-color: #f55d5d;
}
.red .btn-secondary:hover,
.red .btn-secondary:active,
.red .btn-secondary:focus {
  background-color: #f55d5d;
}
.red .btn-secondary:before {
  background-color: #f55d5d;
}
.red .btn-thirdary:hover,
.red .btn-thirdary:active,
.red .btn-thirdary:focus {
  background-color: #f55d5d;
}
.red .btn-thirdary:before {
  background-color: #f55d5d;
}
.red .btn-thirdary:hover:before {
  background-color: #f55d5d;
}
.red .btn-fifth:hover,
.red .btn-fifth:active,
.red .btn-fifth:focus {
  background-color: #f55d5d;
}
.red .btn-fifth:hover {
  color: #f55d5d;
}
.red .btn-fourth:hover,
.red .btn-fourth:active,
.red .btn-fourth:focus {
  background-color: #f55d5d;
}
.red a {
  color: #f55d5d;
}
.red blockquote {
  background-color: #f55d5d;
}
.red .topbar a:hover {
  color: #f55d5d;
}
.red .topbar .widget.widget_text .fa {
  color: #f55d5d;
}
.red .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:hover:after,
.red .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:hover:after {
  color: #f55d5d;
}
.red .topbar .live-chat-widget:after {
  border-top: 20px solid #f55d5d;
  border-right: 25px solid #f55d5d;
}
.red.header-transparent .primary-nav .menu > li > a:hover {
  color: #f55d5d;
}
.red.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a,
.red.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a,
.red.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a,
.red.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a {
  color: #f55d5d;
}
.red.header-sticky .site-header.minimized .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.red .site-banner .breadcrumbs a.home {
  color: #f55d5d;
}
.red.header-menu-left .site-header .primary-nav {
  background-color: #f55d5d;
}
.red.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  color: #f55d5d;
}
.red .nav a {
  color: #222;
}
.red .nav a:hover {
  color: #f55d5d;
}
.red .primary-nav .menu > li.current-menu-parent > a,
.red .primary-nav .menu > li.current-menu-item > a,
.red .primary-nav .menu > li.current-menu-ancestor > a,
.red .primary-nav .menu > li:hover > a {
  color: #f55d5d;
}
.red .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.red .primary-nav .mega-menu-container ul.sub-menu li a:hover {
  color: #f55d5d;
}
.red .primary-nav .mega-menu-container .mega-sub-menu > a:hover {
  color: #f55d5d;
}
.red .primary-nav .menu .extra-menu-item.menu-item-search {
  background-color: #f55d5d;
}
.red .numeric-navigation .next:hover,
.red .numeric-navigation .prev:hover,
.red .numeric-navigation .next:active,
.red .numeric-navigation .prev:active,
.red .numeric-navigation .next:focus,
.red .numeric-navigation .prev:focus {
  background-color: #f55d5d;
}
.red .numeric-navigation a:hover,
.red .numeric-navigation span.current {
  background-color: #f55d5d;
}
.red .blog-wapper .entry-content .entry-title a:hover {
  color: #f55d5d;
}
.red .blog-wapper .entry-content .entry-metas a:hover {
  color: #f55d5d;
}
.red .blog-wapper .readmore:hover,
.red .blog-wapper .readmore:active,
.red .blog-wapper .readmore:focus {
  background-color: #f55d5d;
}
.red .blog-wapper .entry-format blockquote a {
  color: #f55d5d;
}
.red .blog-wapper .entry-format .link-block:hover {
  background-color: #f55d5d;
}
.red .blog-single .entry-footer .text-left i {
  color: #f55d5d;
}
.red .blog-single .entry-footer .text-left .category-links a:hover {
  color: #f55d5d;
}
.red .blog-single .entry-footer .social-links a:hover {
  background-color: #f55d5d;
}
.red .error-404 .not-found .page-title {
  color: #f55d5d;
}
.red .blog-wapper .entry-content .entry-title a:hover {
  color: #f55d5d;
}
.red .blog-wapper .entry-content .entry-metas a:hover {
  color: #f55d5d;
}
.red .blog-wapper .entry-format blockquote a {
  color: #f55d5d;
}
.red .blog-wapper .entry-format .link-block:hover {
  background-color: #f55d5d;
}
.red .blog-single .entry-footer .text-left i {
  color: #f55d5d;
}
.red .blog-single .entry-footer .text-left .category-links a:hover {
  color: #f55d5d;
}
.red .blog-single .entry-footer .social-links a:hover {
  background-color: #f55d5d;
}
.red .error-404 .not-found .page-title {
  color: #f55d5d;
}
.red .blog-heading-underilne-lg {
  background-color: #f55d5d;
}
.red .blog-heading-underilne-md {
  background-color: #f55d5d;
}
.red .blog-heading-underilne-sm {
  background-color: #f55d5d;
}
.red .comment-respond .comment-form .form-submit .submit:hover,
.red .comment-respond .comment-form .form-submit .submit:active,
.red .comment-respond .comment-form .form-submit .submit:focus {
  background-color: #f55d5d;
}
.red .widget_categories li:hover:before,
.red .widget_recent_comments li:hover:before,
.red .widget_rss li:hover:before,
.red .widget_pages li:hover:before,
.red .widget_archive li:hover:before,
.red .widget_nav_menu li:hover:before,
.red .widget_recent_entries li:hover:before,
.red .widget_meta li:hover:before,
.red .widget-recent-comments li:hover:before {
  color: #f55d5d;
}
.red .widget_categories li a:hover,
.red .widget_recent_comments li a:hover,
.red .widget_rss li a:hover,
.red .widget_pages li a:hover,
.red .widget_archive li a:hover,
.red .widget_nav_menu li a:hover,
.red .widget_recent_entries li a:hover,
.red .widget_meta li a:hover,
.red .widget-recent-comments li a:hover {
  color: #f55d5d;
}
.red .widget_tag_cloud .tagcloud a:hover {
  color: #f55d5d;
}
.red .recent-post .post-text .post-readmore:hover,
.red .popular-post .post-text .post-readmore:hover,
.red .recent-post .post-text .post-readmore:active,
.red .popular-post .post-text .post-readmore:active,
.red .recent-post .post-text .post-readmore:focus,
.red .popular-post .post-text .post-readmore:focus {
  background-color: #f55d5d;
}
.red .live-chat-widget .lc-left .lc-title i {
  color: #f55d5d;
  padding-right: 5px;
}
.red .live-chat-widget .lc-right {
  background-color: #f55d5d;
}
.red .footer-sidebar .widget .fa {
  color: #f55d5d;
}
.red .footer-sidebar .widget ul li a:hover {
  color: #f55d5d;
}
.red .footer-sidebar .widget ul li:before {
  color: #f55d5d;
}
.red .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #f55d5d;
}
.red .footer-copyright .foot-socials a:hover {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs section#header a.quick-nav i {
  color: #f55d5d;
}
.red .page-template-template-whmcs section#main-menu {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs section#main-menu .navbar-main {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs .btn-info,
.red .page-template-template-whmcs .btn-default {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs .btn-info:hover,
.red .page-template-template-whmcs .btn-default:hover {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs .home-shortcuts ul li a i {
  color: #f55d5d;
}
.red .page-template-template-whmcs section#main-body .main-content .kbcategories .glyphicon,
.red .page-template-template-whmcs section#main-body .main-content .kbarticles .glyphicon {
  color: #f55d5d;
  font-size: 12px;
}
.red .page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"] {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body a {
  color: #f55d5d;
}
.red .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs section#main-body #twitterFeedOutput > p a {
  color: #f55d5d;
}
.red .page-template-template-whmcs section#main-body .domain-checker-bg .domain-check-availability {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline {
  border: 1px solid #f55d5d;
}
.red .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p strong {
  color: #f55d5d;
}
.red .page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn span {
  color: #f55d5d;
}
.red .page-template-template-whmcs #order-modern table.cart th {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs #order-modern table.cart tr td a.cartedit {
  color: #f55d5d;
}
.red .page-template-template-whmcs #order-modern table.cart .recurring td {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs #order-modern table.cart .recurring:hover td {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs #order-modern #mainfrm .signuptype {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs #footer {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs .sidebar .panel-heading {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs .dataTables_wrapper .dataTables_info {
  background-color: #f55d5d;
}
.red .page-template-template-whmcs #order-modern .domainavailable {
  color: #f55d5d;
}
.red .ch-heading-line {
  border-top: 4px solid #f55d5d;
}
.red .ch-heading-line:before,
.red .ch-heading-line:after {
  background-color: #f55d5d;
}
.red .ibox-sliders .owl-controls .owl-buttons div:hover {
  background-color: #f55d5d;
}
.red .cloud-clients-carousel .owl-controls .owl-buttons div:hover {
  background-color: #f55d5d;
}
.red .cloud-icon-box .button:hover,
.red .cloud-icon-box .button:active,
.red .cloud-icon-box .button:focus {
  background-color: #f55d5d;
}
.red .cloud-icon-box:hover {
  background-color: #f55d5d;
}
.red .vc_tta-tabs.vc_tta-controls-align-left.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .fa {
  color: #f55d5d;
}
.red .vc_tta-tabs.vc_tta-controls-align-left.vc_general .vc_tta-tab > a {
  background-color: #f55d5d;
}
.red ul.has-icons li:before {
  color: #f55d5d;
}
.red .cloud-icon-box-2.cloud-icon-bg:hover {
  background-color: #f55d5d;
}
.red .cloud-icon-box-2:hover .cloud-icon {
  background-color: #f55d5d;
}
.red .cloud-pricing-1 .pricing-box .button:hover,
.red .cloud-pricing-1 .pricing-box .button:active,
.red .cloud-pricing-1 .pricing-box .button:focus {
  background-color: #f55d5d;
}
.red .cloud-pricing-1.featured .pricing-title {
  background-color: #f55d5d;
}
.red .cloud-pricing-1.featured .pricing-title:after {
  border-top-color: #f55d5d;
}
.red .cloud-pricing-1.featured .button {
  background-color: #f55d5d;
  border-color: #f55d5d;
}
.red .cloud-pricing-2 .button:hover,
.red .cloud-pricing-2 .button:active,
.red .cloud-pricing-2 .button:focus {
  background-color: #f55d5d;
}
.red .cloud-pricing-2 .button:hover {
  border-color: #f55d5d;
}
.red .cloud-pricing-2.featured {
  border: 1px solid #f55d5d;
}
.red .cloud-pricing-2.featured .pricing-title {
  color: #f55d5d;
}
.red .cloud-pricing-2.featured .p-money {
  color: #f55d5d;
}
.red .cloud-pricing-2.featured .button {
  background-color: #f55d5d;
  border-color: #f55d5d;
}
.red .cloud-pricing-3 .pricing-box .button:hover,
.red .cloud-pricing-3 .pricing-box .button:active,
.red .cloud-pricing-3 .pricing-box .button:focus {
  background-color: #f55d5d;
}
.red .cloud-pricing-3.featured .pricing-title {
  background-color: #f55d5d;
}
.red .cloud-pricing-3.featured .pricing-title:after {
  border-top-color: #f55d5d;
}
.red .cloud-pricing-3.featured .button {
  background-color: #f55d5d;
  border-color: #f55d5d;
}
.red .cloud-cta .cta-content .primary-color {
  color: #f55d5d;
}
.red .cloud-cta .btn {
  background-color: #f55d5d;
}
.red .primary-color {
  color: #f55d5d;
}
.red .cloud-counter .counter-info {
  color: #f55d5d;
}
.red .cloud-testi_carousel .testi-item .testi-company-info .testi-name {
  color: #f55d5d;
}
.red .cloud-testi_carousel .bx-pager .bx-pager-item .active {
  background-color: #f55d5d !important;
}
.red .cloud-testi_carousel .bx-pager .bx-pager-item a:hover {
  background-color: #f55d5d;
}
.red .cloud-team .team-col:hover .team-head-col {
  background-color: #f55d5d;
}
.red .cloud-team .owl-controls .owl-buttons .owl-prev:hover,
.red .cloud-team .owl-controls .owl-buttons .owl-next:hover {
  background-color: #f55d5d;
}
.red .cloud-newletter {
  background-color: #f55d5d;
}
.red .wpcf7 .contact-btn input:hover {
  background-color: #f55d5d;
}
.red .vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text,
.red .vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
  background-color: #f55d5d;
}
.red .ch-domain-search .ch-domain-results .col-domain-content:hover .btn-domain-cart {
  color: #f55d5d;
}
.red .ch-domain-search .ch-domain-results .col-domain-content:hover .domain-name {
  background-color: #f55d5d;
}
.red .ch-domain-search.dark-skin .col-domain .col-options .btn-search {
  background-color: #f55d5d;
}
.red .ch-domain-search.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
  background-color: #f55d5d;
}
.red .ch-domain-search.dark-skin .ch-domain-more {
  background-color: #f55d5d;
}
.red .rev_slider .ch-pricing-img1 .flower1 .wing,
.red .rev_slider .ch-pricing-img1 .flower1 .wing::before,
.red .rev_slider .ch-pricing-img1 .flower1 .wing::after,
.red .rev_slider .ch-pricing-img1 .flower1 .wing1,
.red .rev_slider .ch-pricing-img1 .flower1 .wing1::before {
  background-color: #f55d5d;
}
.red .rev_slider .ch-pricing-img2 .flower1 .price-content .price-info {
  color: #f55d5d;
}
.red .rev_slider .ch-home2-pricing .sl-pricing i {
  color: #f55d5d;
}
.red .cloud-box-content .box-content h3 .primary-color {
  color: #f55d5d;
}
.red .cloud-box-content .box-content .list-content ul li i {
  color: #f55d5d;
}
.red .cloud-box-content .button {
  background-color: #f55d5d;
}
.red .cloud-box-content .button:hover {
  background-color: #2d3035;
}
.gold .btn-primary:hover,
.gold .btn-primary:active,
.gold .btn-primary:focus {
  background-color: #ffb922;
}
.gold .btn-default {
  background-color: #ffb922;
}
.gold .btn-default:hover,
.gold .btn-default:active,
.gold .btn-default:focus {
  background-color: #ffb922;
}
.gold .btn-secondary:hover,
.gold .btn-secondary:active,
.gold .btn-secondary:focus {
  background-color: #ffb922;
}
.gold .btn-secondary:before {
  background-color: #ffb922;
}
.gold .btn-thirdary:hover,
.gold .btn-thirdary:active,
.gold .btn-thirdary:focus {
  background-color: #ffb922;
}
.gold .btn-thirdary:before {
  background-color: #ffb922;
}
.gold .btn-thirdary:hover:before {
  background-color: #ffb922;
}
.gold .btn-fifth:hover,
.gold .btn-fifth:active,
.gold .btn-fifth:focus {
  background-color: #ffb922;
}
.gold .btn-fifth:hover {
  color: #ffb922;
}
.gold .btn-fourth:hover,
.gold .btn-fourth:active,
.gold .btn-fourth:focus {
  background-color: #ffb922;
}
.gold a {
  color: #ffb922;
}
.gold blockquote {
  background-color: #ffb922;
}
.gold .topbar a:hover {
  color: #ffb922;
}
.gold .topbar .widget.widget_text .fa {
  color: #ffb922;
}
.gold .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:hover:after,
.gold .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:hover:after {
  color: #ffb922;
}
.gold .topbar .live-chat-widget:after {
  border-top: 20px solid #ffb922;
  border-right: 25px solid #ffb922;
}
.gold.header-transparent .primary-nav .menu > li > a:hover {
  color: #ffb922;
}
.gold.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a,
.gold.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a,
.gold.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a,
.gold.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a {
  color: #ffb922;
}
.gold.header-sticky .site-header.minimized .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.gold .site-banner .breadcrumbs a.home {
  color: #ffb922;
}
.gold.header-menu-left .site-header .primary-nav {
  background-color: #ffb922;
}
.gold.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  color: #ffb922;
}
.gold .nav a {
  color: #222;
}
.gold .nav a:hover {
  color: #ffb922;
}
.gold .primary-nav .menu > li.current-menu-parent > a,
.gold .primary-nav .menu > li.current-menu-item > a,
.gold .primary-nav .menu > li.current-menu-ancestor > a,
.gold .primary-nav .menu > li:hover > a {
  color: #ffb922;
}
.gold .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.gold .primary-nav .mega-menu-container ul.sub-menu li a:hover {
  color: #ffb922;
}
.gold .primary-nav .mega-menu-container .mega-sub-menu > a:hover {
  color: #ffb922;
}
.gold .primary-nav .menu .extra-menu-item.menu-item-search {
  background-color: #ffb922;
}
.gold .numeric-navigation .next:hover,
.gold .numeric-navigation .prev:hover,
.gold .numeric-navigation .next:active,
.gold .numeric-navigation .prev:active,
.gold .numeric-navigation .next:focus,
.gold .numeric-navigation .prev:focus {
  background-color: #ffb922;
}
.gold .numeric-navigation a:hover,
.gold .numeric-navigation span.current {
  background-color: #ffb922;
}
.gold .blog-wapper .entry-content .entry-title a:hover {
  color: #ffb922;
}
.gold .blog-wapper .entry-content .entry-metas a:hover {
  color: #ffb922;
}
.gold .blog-wapper .readmore:hover,
.gold .blog-wapper .readmore:active,
.gold .blog-wapper .readmore:focus {
  background-color: #ffb922;
}
.gold .blog-wapper .entry-format blockquote a {
  color: #ffb922;
}
.gold .blog-wapper .entry-format .link-block:hover {
  background-color: #ffb922;
}
.gold .blog-single .entry-footer .text-left i {
  color: #ffb922;
}
.gold .blog-single .entry-footer .text-left .category-links a:hover {
  color: #ffb922;
}
.gold .blog-single .entry-footer .social-links a:hover {
  background-color: #ffb922;
}
.gold .error-404 .not-found .page-title {
  color: #ffb922;
}
.gold .blog-wapper .entry-content .entry-title a:hover {
  color: #ffb922;
}
.gold .blog-wapper .entry-content .entry-metas a:hover {
  color: #ffb922;
}
.gold .blog-wapper .entry-format blockquote a {
  color: #ffb922;
}
.gold .blog-wapper .entry-format .link-block:hover {
  background-color: #ffb922;
}
.gold .blog-single .entry-footer .text-left i {
  color: #ffb922;
}
.gold .blog-single .entry-footer .text-left .category-links a:hover {
  color: #ffb922;
}
.gold .blog-single .entry-footer .social-links a:hover {
  background-color: #ffb922;
}
.gold .error-404 .not-found .page-title {
  color: #ffb922;
}
.gold .blog-heading-underilne-lg {
  background-color: #ffb922;
}
.gold .blog-heading-underilne-md {
  background-color: #ffb922;
}
.gold .blog-heading-underilne-sm {
  background-color: #ffb922;
}
.gold .comment-respond .comment-form .form-submit .submit:hover,
.gold .comment-respond .comment-form .form-submit .submit:active,
.gold .comment-respond .comment-form .form-submit .submit:focus {
  background-color: #ffb922;
}
.gold .widget_categories li:hover:before,
.gold .widget_recent_comments li:hover:before,
.gold .widget_rss li:hover:before,
.gold .widget_pages li:hover:before,
.gold .widget_archive li:hover:before,
.gold .widget_nav_menu li:hover:before,
.gold .widget_recent_entries li:hover:before,
.gold .widget_meta li:hover:before,
.gold .widget-recent-comments li:hover:before {
  color: #ffb922;
}
.gold .widget_categories li a:hover,
.gold .widget_recent_comments li a:hover,
.gold .widget_rss li a:hover,
.gold .widget_pages li a:hover,
.gold .widget_archive li a:hover,
.gold .widget_nav_menu li a:hover,
.gold .widget_recent_entries li a:hover,
.gold .widget_meta li a:hover,
.gold .widget-recent-comments li a:hover {
  color: #ffb922;
}
.gold .widget_tag_cloud .tagcloud a:hover {
  color: #ffb922;
}
.gold .recent-post .post-text .post-readmore:hover,
.gold .popular-post .post-text .post-readmore:hover,
.gold .recent-post .post-text .post-readmore:active,
.gold .popular-post .post-text .post-readmore:active,
.gold .recent-post .post-text .post-readmore:focus,
.gold .popular-post .post-text .post-readmore:focus {
  background-color: #ffb922;
}
.gold .live-chat-widget .lc-left .lc-title i {
  color: #ffb922;
  padding-right: 5px;
}
.gold .live-chat-widget .lc-right {
  background-color: #ffb922;
}
.gold .footer-sidebar .widget .fa {
  color: #ffb922;
}
.gold .footer-sidebar .widget ul li a:hover {
  color: #ffb922;
}
.gold .footer-sidebar .widget ul li:before {
  color: #ffb922;
}
.gold .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #ffb922;
}
.gold .footer-copyright .foot-socials a:hover {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs section#header a.quick-nav i {
  color: #ffb922;
}
.gold .page-template-template-whmcs section#main-menu {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs section#main-menu .navbar-main {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs .btn-info,
.gold .page-template-template-whmcs .btn-default {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs .btn-info:hover,
.gold .page-template-template-whmcs .btn-default:hover {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs .home-shortcuts ul li a i {
  color: #ffb922;
}
.gold .page-template-template-whmcs section#main-body .main-content .kbcategories .glyphicon,
.gold .page-template-template-whmcs section#main-body .main-content .kbarticles .glyphicon {
  color: #ffb922;
  font-size: 12px;
}
.gold .page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"] {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body a {
  color: #ffb922;
}
.gold .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs section#main-body #twitterFeedOutput > p a {
  color: #ffb922;
}
.gold .page-template-template-whmcs section#main-body .domain-checker-bg .domain-check-availability {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline {
  border: 1px solid #ffb922;
}
.gold .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p strong {
  color: #ffb922;
}
.gold .page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn span {
  color: #ffb922;
}
.gold .page-template-template-whmcs #order-modern table.cart th {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs #order-modern table.cart tr td a.cartedit {
  color: #ffb922;
}
.gold .page-template-template-whmcs #order-modern table.cart .recurring td {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs #order-modern table.cart .recurring:hover td {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs #order-modern #mainfrm .signuptype {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs #footer {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs .sidebar .panel-heading {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs .dataTables_wrapper .dataTables_info {
  background-color: #ffb922;
}
.gold .page-template-template-whmcs #order-modern .domainavailable {
  color: #ffb922;
}
.gold .ch-heading-line {
  border-top: 4px solid #ffb922;
}
.gold .ch-heading-line:before,
.gold .ch-heading-line:after {
  background-color: #ffb922;
}
.gold .ibox-sliders .owl-controls .owl-buttons div:hover {
  background-color: #ffb922;
}
.gold .cloud-clients-carousel .owl-controls .owl-buttons div:hover {
  background-color: #ffb922;
}
.gold .cloud-icon-box .button:hover,
.gold .cloud-icon-box .button:active,
.gold .cloud-icon-box .button:focus {
  background-color: #ffb922;
}
.gold .cloud-icon-box:hover {
  background-color: #ffb922;
}
.gold .vc_tta-tabs.vc_tta-controls-align-left.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .fa {
  color: #ffb922;
}
.gold .vc_tta-tabs.vc_tta-controls-align-left.vc_general .vc_tta-tab > a {
  background-color: #ffb922;
}
.gold ul.has-icons li:before {
  color: #ffb922;
}
.gold .cloud-icon-box-2.cloud-icon-bg:hover {
  background-color: #ffb922;
}
.gold .cloud-icon-box-2:hover .cloud-icon {
  background-color: #ffb922;
}
.gold .cloud-pricing-1 .pricing-box .button:hover,
.gold .cloud-pricing-1 .pricing-box .button:active,
.gold .cloud-pricing-1 .pricing-box .button:focus {
  background-color: #ffb922;
}
.gold .cloud-pricing-1.featured .pricing-title {
  background-color: #ffb922;
}
.gold .cloud-pricing-1.featured .pricing-title:after {
  border-top-color: #ffb922;
}
.gold .cloud-pricing-1.featured .button {
  background-color: #ffb922;
  border-color: #ffb922;
}
.gold .cloud-pricing-2 .button:hover,
.gold .cloud-pricing-2 .button:active,
.gold .cloud-pricing-2 .button:focus {
  background-color: #ffb922;
}
.gold .cloud-pricing-2 .button:hover {
  border-color: #ffb922;
}
.gold .cloud-pricing-2.featured {
  border: 1px solid #ffb922;
}
.gold .cloud-pricing-2.featured .pricing-title {
  color: #ffb922;
}
.gold .cloud-pricing-2.featured .p-money {
  color: #ffb922;
}
.gold .cloud-pricing-2.featured .button {
  background-color: #ffb922;
  border-color: #ffb922;
}
.gold .cloud-pricing-3 .pricing-box .button:hover,
.gold .cloud-pricing-3 .pricing-box .button:active,
.gold .cloud-pricing-3 .pricing-box .button:focus {
  background-color: #ffb922;
}
.gold .cloud-pricing-3.featured .pricing-title {
  background-color: #ffb922;
}
.gold .cloud-pricing-3.featured .pricing-title:after {
  border-top-color: #ffb922;
}
.gold .cloud-pricing-3.featured .button {
  background-color: #ffb922;
  border-color: #ffb922;
}
.gold .cloud-cta .cta-content .primary-color {
  color: #ffb922;
}
.gold .cloud-cta .btn {
  background-color: #ffb922;
}
.gold .primary-color {
  color: #ffb922;
}
.gold .cloud-counter .counter-info {
  color: #ffb922;
}
.gold .cloud-testi_carousel .testi-item .testi-company-info .testi-name {
  color: #ffb922;
}
.gold .cloud-testi_carousel .bx-pager .bx-pager-item .active {
  background-color: #ffb922 !important;
}
.gold .cloud-testi_carousel .bx-pager .bx-pager-item a:hover {
  background-color: #ffb922;
}
.gold .cloud-team .team-col:hover .team-head-col {
  background-color: #ffb922;
}
.gold .cloud-team .owl-controls .owl-buttons .owl-prev:hover,
.gold .cloud-team .owl-controls .owl-buttons .owl-next:hover {
  background-color: #ffb922;
}
.gold .cloud-newletter {
  background-color: #ffb922;
}
.gold .wpcf7 .contact-btn input:hover {
  background-color: #ffb922;
}
.gold .vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text,
.gold .vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
  background-color: #ffb922;
}
.gold .ch-domain-search .ch-domain-results .col-domain-content:hover .btn-domain-cart {
  color: #ffb922;
}
.gold .ch-domain-search .ch-domain-results .col-domain-content:hover .domain-name {
  background-color: #ffb922;
}
.gold .ch-domain-search.dark-skin .col-domain .col-options .btn-search {
  background-color: #ffb922;
}
.gold .ch-domain-search.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
  background-color: #ffb922;
}
.gold .ch-domain-search.dark-skin .ch-domain-more {
  background-color: #ffb922;
}
.gold .rev_slider .ch-pricing-img1 .flower1 .wing,
.gold .rev_slider .ch-pricing-img1 .flower1 .wing::before,
.gold .rev_slider .ch-pricing-img1 .flower1 .wing::after,
.gold .rev_slider .ch-pricing-img1 .flower1 .wing1,
.gold .rev_slider .ch-pricing-img1 .flower1 .wing1::before {
  background-color: #ffb922;
}
.gold .rev_slider .ch-pricing-img2 .flower1 .price-content .price-info {
  color: #ffb922;
}
.gold .rev_slider .ch-home2-pricing .sl-pricing i {
  color: #ffb922;
}
.gold .cloud-box-content .box-content h3 .primary-color {
  color: #ffb922;
}
.gold .cloud-box-content .box-content .list-content ul li i {
  color: #ffb922;
}
.gold .cloud-box-content .button {
  background-color: #ffb922;
}
.gold .cloud-box-content .button:hover {
  background-color: #2d3035;
}
.black .btn-primary:hover,
.black .btn-primary:active,
.black .btn-primary:focus {
  background-color: #262e31;
}
.black .btn-default {
  background-color: #262e31;
}
.black .btn-default:hover,
.black .btn-default:active,
.black .btn-default:focus {
  background-color: #262e31;
}
.black .btn-secondary:hover,
.black .btn-secondary:active,
.black .btn-secondary:focus {
  background-color: #262e31;
}
.black .btn-secondary:before {
  background-color: #262e31;
}
.black .btn-thirdary:hover,
.black .btn-thirdary:active,
.black .btn-thirdary:focus {
  background-color: #262e31;
}
.black .btn-thirdary:before {
  background-color: #262e31;
}
.black .btn-thirdary:hover:before {
  background-color: #262e31;
}
.black .btn-fifth:hover,
.black .btn-fifth:active,
.black .btn-fifth:focus {
  background-color: #262e31;
}
.black .btn-fifth:hover {
  color: #262e31;
}
.black .btn-fourth:hover,
.black .btn-fourth:active,
.black .btn-fourth:focus {
  background-color: #262e31;
}
.black a {
  color: #262e31;
}
.black blockquote {
  background-color: #262e31;
}
.black .topbar a:hover {
  color: #262e31;
}
.black .topbar .widget.widget_text .fa {
  color: #262e31;
}
.black .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:hover:after,
.black .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:hover:after {
  color: #262e31;
}
.black .topbar .live-chat-widget:after {
  border-top: 20px solid #262e31;
  border-right: 25px solid #262e31;
}
.black.header-transparent .primary-nav .menu > li > a:hover {
  color: #262e31;
}
.black.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a,
.black.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a,
.black.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a,
.black.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a {
  color: #262e31;
}
.black.header-sticky .site-header.minimized .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.black .site-banner .breadcrumbs a.home {
  color: #262e31;
}
.black.header-menu-left .site-header .primary-nav {
  background-color: #262e31;
}
.black.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  color: #262e31;
}
.black .nav a {
  color: #222;
}
.black .nav a:hover {
  color: #262e31;
}
.black .primary-nav .menu > li.current-menu-parent > a,
.black .primary-nav .menu > li.current-menu-item > a,
.black .primary-nav .menu > li.current-menu-ancestor > a,
.black .primary-nav .menu > li:hover > a {
  color: #262e31;
}
.black .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.black .primary-nav .mega-menu-container ul.sub-menu li a:hover {
  color: #262e31;
}
.black .primary-nav .mega-menu-container .mega-sub-menu > a:hover {
  color: #262e31;
}
.black .primary-nav .menu .extra-menu-item.menu-item-search {
  background-color: #262e31;
}
.black .numeric-navigation .next:hover,
.black .numeric-navigation .prev:hover,
.black .numeric-navigation .next:active,
.black .numeric-navigation .prev:active,
.black .numeric-navigation .next:focus,
.black .numeric-navigation .prev:focus {
  background-color: #262e31;
}
.black .numeric-navigation a:hover,
.black .numeric-navigation span.current {
  background-color: #262e31;
}
.black .blog-wapper .entry-content .entry-title a:hover {
  color: #262e31;
}
.black .blog-wapper .entry-content .entry-metas a:hover {
  color: #262e31;
}
.black .blog-wapper .readmore:hover,
.black .blog-wapper .readmore:active,
.black .blog-wapper .readmore:focus {
  background-color: #262e31;
}
.black .blog-wapper .entry-format blockquote a {
  color: #262e31;
}
.black .blog-wapper .entry-format .link-block:hover {
  background-color: #262e31;
}
.black .blog-single .entry-footer .text-left i {
  color: #262e31;
}
.black .blog-single .entry-footer .text-left .category-links a:hover {
  color: #262e31;
}
.black .blog-single .entry-footer .social-links a:hover {
  background-color: #262e31;
}
.black .error-404 .not-found .page-title {
  color: #262e31;
}
.black .blog-wapper .entry-content .entry-title a:hover {
  color: #262e31;
}
.black .blog-wapper .entry-content .entry-metas a:hover {
  color: #262e31;
}
.black .blog-wapper .entry-format blockquote a {
  color: #262e31;
}
.black .blog-wapper .entry-format .link-block:hover {
  background-color: #262e31;
}
.black .blog-single .entry-footer .text-left i {
  color: #262e31;
}
.black .blog-single .entry-footer .text-left .category-links a:hover {
  color: #262e31;
}
.black .blog-single .entry-footer .social-links a:hover {
  background-color: #262e31;
}
.black .error-404 .not-found .page-title {
  color: #262e31;
}
.black .blog-heading-underilne-lg {
  background-color: #262e31;
}
.black .blog-heading-underilne-md {
  background-color: #262e31;
}
.black .blog-heading-underilne-sm {
  background-color: #262e31;
}
.black .comment-respond .comment-form .form-submit .submit:hover,
.black .comment-respond .comment-form .form-submit .submit:active,
.black .comment-respond .comment-form .form-submit .submit:focus {
  background-color: #262e31;
}
.black .widget_categories li:hover:before,
.black .widget_recent_comments li:hover:before,
.black .widget_rss li:hover:before,
.black .widget_pages li:hover:before,
.black .widget_archive li:hover:before,
.black .widget_nav_menu li:hover:before,
.black .widget_recent_entries li:hover:before,
.black .widget_meta li:hover:before,
.black .widget-recent-comments li:hover:before {
  color: #262e31;
}
.black .widget_categories li a:hover,
.black .widget_recent_comments li a:hover,
.black .widget_rss li a:hover,
.black .widget_pages li a:hover,
.black .widget_archive li a:hover,
.black .widget_nav_menu li a:hover,
.black .widget_recent_entries li a:hover,
.black .widget_meta li a:hover,
.black .widget-recent-comments li a:hover {
  color: #262e31;
}
.black .widget_tag_cloud .tagcloud a:hover {
  color: #262e31;
}
.black .recent-post .post-text .post-readmore:hover,
.black .popular-post .post-text .post-readmore:hover,
.black .recent-post .post-text .post-readmore:active,
.black .popular-post .post-text .post-readmore:active,
.black .recent-post .post-text .post-readmore:focus,
.black .popular-post .post-text .post-readmore:focus {
  background-color: #262e31;
}
.black .live-chat-widget .lc-left .lc-title i {
  color: #262e31;
  padding-right: 5px;
}
.black .live-chat-widget .lc-right {
  background-color: #262e31;
}
.black .footer-sidebar .widget .fa {
  color: #262e31;
}
.black .footer-sidebar .widget ul li a:hover {
  color: #262e31;
}
.black .footer-sidebar .widget ul li:before {
  color: #262e31;
}
.black .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #262e31;
}
.black .footer-copyright .foot-socials a:hover {
  background-color: #262e31;
}
.black .page-template-template-whmcs section#header a.quick-nav i {
  color: #262e31;
}
.black .page-template-template-whmcs section#main-menu {
  background-color: #262e31;
}
.black .page-template-template-whmcs section#main-menu .navbar-main {
  background-color: #262e31;
}
.black .page-template-template-whmcs .btn-info,
.black .page-template-template-whmcs .btn-default {
  background-color: #262e31;
}
.black .page-template-template-whmcs .btn-info:hover,
.black .page-template-template-whmcs .btn-default:hover {
  background-color: #262e31;
}
.black .page-template-template-whmcs .home-shortcuts ul li a i {
  color: #262e31;
}
.black .page-template-template-whmcs section#main-body .main-content .kbcategories .glyphicon,
.black .page-template-template-whmcs section#main-body .main-content .kbarticles .glyphicon {
  color: #262e31;
  font-size: 12px;
}
.black .page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading {
  background-color: #262e31;
}
.black .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a {
  background-color: #262e31;
}
.black .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"] {
  background-color: #262e31;
}
.black .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body a {
  color: #262e31;
}
.black .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success {
  background-color: #262e31;
}
.black .page-template-template-whmcs section#main-body #twitterFeedOutput > p a {
  color: #262e31;
}
.black .page-template-template-whmcs section#main-body .domain-checker-bg .domain-check-availability {
  background-color: #262e31;
}
.black .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline {
  border: 1px solid #262e31;
}
.black .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p strong {
  color: #262e31;
}
.black .page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td {
  background-color: #262e31;
}
.black .page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn span {
  color: #262e31;
}
.black .page-template-template-whmcs #order-modern table.cart th {
  background-color: #262e31;
}
.black .page-template-template-whmcs #order-modern table.cart tr td a.cartedit {
  color: #262e31;
}
.black .page-template-template-whmcs #order-modern table.cart .recurring td {
  background-color: #262e31;
}
.black .page-template-template-whmcs #order-modern table.cart .recurring:hover td {
  background-color: #262e31;
}
.black .page-template-template-whmcs #order-modern #mainfrm .signuptype {
  background-color: #262e31;
}
.black .page-template-template-whmcs #footer {
  background-color: #262e31;
}
.black .page-template-template-whmcs .sidebar .panel-heading {
  background-color: #262e31;
}
.black .page-template-template-whmcs .dataTables_wrapper .dataTables_info {
  background-color: #262e31;
}
.black .page-template-template-whmcs #order-modern .domainavailable {
  color: #262e31;
}
.black .ch-heading-line {
  border-top: 4px solid #262e31;
}
.black .ch-heading-line:before,
.black .ch-heading-line:after {
  background-color: #262e31;
}
.black .ibox-sliders .owl-controls .owl-buttons div:hover {
  background-color: #262e31;
}
.black .cloud-clients-carousel .owl-controls .owl-buttons div:hover {
  background-color: #262e31;
}
.black .cloud-icon-box .button:hover,
.black .cloud-icon-box .button:active,
.black .cloud-icon-box .button:focus {
  background-color: #262e31;
}
.black .cloud-icon-box:hover {
  background-color: #262e31;
}
.black .vc_tta-tabs.vc_tta-controls-align-left.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .fa {
  color: #262e31;
}
.black .vc_tta-tabs.vc_tta-controls-align-left.vc_general .vc_tta-tab > a {
  background-color: #262e31;
}
.black ul.has-icons li:before {
  color: #262e31;
}
.black .cloud-icon-box-2.cloud-icon-bg:hover {
  background-color: #262e31;
}
.black .cloud-icon-box-2:hover .cloud-icon {
  background-color: #262e31;
}
.black .cloud-pricing-1 .pricing-box .button:hover,
.black .cloud-pricing-1 .pricing-box .button:active,
.black .cloud-pricing-1 .pricing-box .button:focus {
  background-color: #262e31;
}
.black .cloud-pricing-1.featured .pricing-title {
  background-color: #262e31;
}
.black .cloud-pricing-1.featured .pricing-title:after {
  border-top-color: #262e31;
}
.black .cloud-pricing-1.featured .button {
  background-color: #262e31;
  border-color: #262e31;
}
.black .cloud-pricing-2 .button:hover,
.black .cloud-pricing-2 .button:active,
.black .cloud-pricing-2 .button:focus {
  background-color: #262e31;
}
.black .cloud-pricing-2 .button:hover {
  border-color: #262e31;
}
.black .cloud-pricing-2.featured {
  border: 1px solid #262e31;
}
.black .cloud-pricing-2.featured .pricing-title {
  color: #262e31;
}
.black .cloud-pricing-2.featured .p-money {
  color: #262e31;
}
.black .cloud-pricing-2.featured .button {
  background-color: #262e31;
  border-color: #262e31;
}
.black .cloud-pricing-3 .pricing-box .button:hover,
.black .cloud-pricing-3 .pricing-box .button:active,
.black .cloud-pricing-3 .pricing-box .button:focus {
  background-color: #262e31;
}
.black .cloud-pricing-3.featured .pricing-title {
  background-color: #262e31;
}
.black .cloud-pricing-3.featured .pricing-title:after {
  border-top-color: #262e31;
}
.black .cloud-pricing-3.featured .button {
  background-color: #262e31;
  border-color: #262e31;
}
.black .cloud-cta .cta-content .primary-color {
  color: #262e31;
}
.black .cloud-cta .btn {
  background-color: #262e31;
}
.black .primary-color {
  color: #262e31;
}
.black .cloud-counter .counter-info {
  color: #262e31;
}
.black .cloud-testi_carousel .testi-item .testi-company-info .testi-name {
  color: #262e31;
}
.black .cloud-testi_carousel .bx-pager .bx-pager-item .active {
  background-color: #262e31 !important;
}
.black .cloud-testi_carousel .bx-pager .bx-pager-item a:hover {
  background-color: #262e31;
}
.black .cloud-team .team-col:hover .team-head-col {
  background-color: #262e31;
}
.black .cloud-team .owl-controls .owl-buttons .owl-prev:hover,
.black .cloud-team .owl-controls .owl-buttons .owl-next:hover {
  background-color: #262e31;
}
.black .cloud-newletter {
  background-color: #262e31;
}
.black .wpcf7 .contact-btn input:hover {
  background-color: #262e31;
}
.black .vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text,
.black .vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
  background-color: #262e31;
}
.black .ch-domain-search .ch-domain-results .col-domain-content:hover .btn-domain-cart {
  color: #262e31;
}
.black .ch-domain-search .ch-domain-results .col-domain-content:hover .domain-name {
  background-color: #262e31;
}
.black .ch-domain-search.dark-skin .col-domain .col-options .btn-search {
  background-color: #262e31;
}
.black .ch-domain-search.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
  background-color: #262e31;
}
.black .ch-domain-search.dark-skin .ch-domain-more {
  background-color: #262e31;
}
.black .rev_slider .ch-pricing-img1 .flower1 .wing,
.black .rev_slider .ch-pricing-img1 .flower1 .wing::before,
.black .rev_slider .ch-pricing-img1 .flower1 .wing::after,
.black .rev_slider .ch-pricing-img1 .flower1 .wing1,
.black .rev_slider .ch-pricing-img1 .flower1 .wing1::before {
  background-color: #262e31;
}
.black .rev_slider .ch-pricing-img2 .flower1 .price-content .price-info {
  color: #262e31;
}
.black .rev_slider .ch-home2-pricing .sl-pricing i {
  color: #262e31;
}
.black .cloud-box-content .box-content h3 .primary-color {
  color: #262e31;
}
.black .cloud-box-content .box-content .list-content ul li i {
  color: #262e31;
}
.black .cloud-box-content .button {
  background-color: #262e31;
}
.black .cloud-box-content .button:hover {
  background-color: #2d3035;
}
.turquoise .btn-primary:hover,
.turquoise .btn-primary:active,
.turquoise .btn-primary:focus {
  background-color: #2DCC70;
}
.turquoise .btn-default {
  background-color: #2DCC70;
}
.turquoise .btn-default:hover,
.turquoise .btn-default:active,
.turquoise .btn-default:focus {
  background-color: #2DCC70;
}
.turquoise .btn-secondary:hover,
.turquoise .btn-secondary:active,
.turquoise .btn-secondary:focus {
  background-color: #2DCC70;
}
.turquoise .btn-secondary:before {
  background-color: #2DCC70;
}
.turquoise .btn-thirdary:hover,
.turquoise .btn-thirdary:active,
.turquoise .btn-thirdary:focus {
  background-color: #2DCC70;
}
.turquoise .btn-thirdary:before {
  background-color: #2DCC70;
}
.turquoise .btn-thirdary:hover:before {
  background-color: #2DCC70;
}
.turquoise .btn-fifth:hover,
.turquoise .btn-fifth:active,
.turquoise .btn-fifth:focus {
  background-color: #2DCC70;
}
.turquoise .btn-fifth:hover {
  color: #2DCC70;
}
.turquoise .btn-fourth:hover,
.turquoise .btn-fourth:active,
.turquoise .btn-fourth:focus {
  background-color: #2DCC70;
}
.turquoise a {
  color: #2DCC70;
}
.turquoise blockquote {
  background-color: #2DCC70;
}
.turquoise .topbar a:hover {
  color: #2DCC70;
}
.turquoise .topbar .widget.widget_text .fa {
  color: #2DCC70;
}
.turquoise .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:hover:after,
.turquoise .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:hover:after {
  color: #2DCC70;
}
.turquoise .topbar .live-chat-widget:after {
  border-top: 20px solid #2DCC70;
  border-right: 25px solid #2DCC70;
}
.turquoise.header-transparent .primary-nav .menu > li > a:hover {
  color: #2DCC70;
}
.turquoise.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a,
.turquoise.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a,
.turquoise.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a,
.turquoise.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a {
  color: #2DCC70;
}
.turquoise.header-sticky .site-header.minimized .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.turquoise .site-banner .breadcrumbs a.home {
  color: #2DCC70;
}
.turquoise.header-menu-left .site-header .primary-nav {
  background-color: #2DCC70;
}
.turquoise.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  color: #2DCC70;
}
.turquoise .nav a {
  color: #222;
}
.turquoise .nav a:hover {
  color: #2DCC70;
}
.turquoise .primary-nav .menu > li.current-menu-parent > a,
.turquoise .primary-nav .menu > li.current-menu-item > a,
.turquoise .primary-nav .menu > li.current-menu-ancestor > a,
.turquoise .primary-nav .menu > li:hover > a {
  color: #2DCC70;
}
.turquoise .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.turquoise .primary-nav .mega-menu-container ul.sub-menu li a:hover {
  color: #2DCC70;
}
.turquoise .primary-nav .mega-menu-container .mega-sub-menu > a:hover {
  color: #2DCC70;
}
.turquoise .primary-nav .menu .extra-menu-item.menu-item-search {
  background-color: #2DCC70;
}
.turquoise .numeric-navigation .next:hover,
.turquoise .numeric-navigation .prev:hover,
.turquoise .numeric-navigation .next:active,
.turquoise .numeric-navigation .prev:active,
.turquoise .numeric-navigation .next:focus,
.turquoise .numeric-navigation .prev:focus {
  background-color: #2DCC70;
}
.turquoise .numeric-navigation a:hover,
.turquoise .numeric-navigation span.current {
  background-color: #2DCC70;
}
.turquoise .blog-wapper .entry-content .entry-title a:hover {
  color: #2DCC70;
}
.turquoise .blog-wapper .entry-content .entry-metas a:hover {
  color: #2DCC70;
}
.turquoise .blog-wapper .readmore:hover,
.turquoise .blog-wapper .readmore:active,
.turquoise .blog-wapper .readmore:focus {
  background-color: #2DCC70;
}
.turquoise .blog-wapper .entry-format blockquote a {
  color: #2DCC70;
}
.turquoise .blog-wapper .entry-format .link-block:hover {
  background-color: #2DCC70;
}
.turquoise .blog-single .entry-footer .text-left i {
  color: #2DCC70;
}
.turquoise .blog-single .entry-footer .text-left .category-links a:hover {
  color: #2DCC70;
}
.turquoise .blog-single .entry-footer .social-links a:hover {
  background-color: #2DCC70;
}
.turquoise .error-404 .not-found .page-title {
  color: #2DCC70;
}
.turquoise .blog-wapper .entry-content .entry-title a:hover {
  color: #2DCC70;
}
.turquoise .blog-wapper .entry-content .entry-metas a:hover {
  color: #2DCC70;
}
.turquoise .blog-wapper .entry-format blockquote a {
  color: #2DCC70;
}
.turquoise .blog-wapper .entry-format .link-block:hover {
  background-color: #2DCC70;
}
.turquoise .blog-single .entry-footer .text-left i {
  color: #2DCC70;
}
.turquoise .blog-single .entry-footer .text-left .category-links a:hover {
  color: #2DCC70;
}
.turquoise .blog-single .entry-footer .social-links a:hover {
  background-color: #2DCC70;
}
.turquoise .error-404 .not-found .page-title {
  color: #2DCC70;
}
.turquoise .blog-heading-underilne-lg {
  background-color: #2DCC70;
}
.turquoise .blog-heading-underilne-md {
  background-color: #2DCC70;
}
.turquoise .blog-heading-underilne-sm {
  background-color: #2DCC70;
}
.turquoise .comment-respond .comment-form .form-submit .submit:hover,
.turquoise .comment-respond .comment-form .form-submit .submit:active,
.turquoise .comment-respond .comment-form .form-submit .submit:focus {
  background-color: #2DCC70;
}
.turquoise .widget_categories li:hover:before,
.turquoise .widget_recent_comments li:hover:before,
.turquoise .widget_rss li:hover:before,
.turquoise .widget_pages li:hover:before,
.turquoise .widget_archive li:hover:before,
.turquoise .widget_nav_menu li:hover:before,
.turquoise .widget_recent_entries li:hover:before,
.turquoise .widget_meta li:hover:before,
.turquoise .widget-recent-comments li:hover:before {
  color: #2DCC70;
}
.turquoise .widget_categories li a:hover,
.turquoise .widget_recent_comments li a:hover,
.turquoise .widget_rss li a:hover,
.turquoise .widget_pages li a:hover,
.turquoise .widget_archive li a:hover,
.turquoise .widget_nav_menu li a:hover,
.turquoise .widget_recent_entries li a:hover,
.turquoise .widget_meta li a:hover,
.turquoise .widget-recent-comments li a:hover {
  color: #2DCC70;
}
.turquoise .widget_tag_cloud .tagcloud a:hover {
  color: #2DCC70;
}
.turquoise .recent-post .post-text .post-readmore:hover,
.turquoise .popular-post .post-text .post-readmore:hover,
.turquoise .recent-post .post-text .post-readmore:active,
.turquoise .popular-post .post-text .post-readmore:active,
.turquoise .recent-post .post-text .post-readmore:focus,
.turquoise .popular-post .post-text .post-readmore:focus {
  background-color: #2DCC70;
}
.turquoise .live-chat-widget .lc-left .lc-title i {
  color: #2DCC70;
  padding-right: 5px;
}
.turquoise .live-chat-widget .lc-right {
  background-color: #2DCC70;
}
.turquoise .footer-sidebar .widget .fa {
  color: #2DCC70;
}
.turquoise .footer-sidebar .widget ul li a:hover {
  color: #2DCC70;
}
.turquoise .footer-sidebar .widget ul li:before {
  color: #2DCC70;
}
.turquoise .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #2DCC70;
}
.turquoise .footer-copyright .foot-socials a:hover {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#header a.quick-nav i {
  color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-menu {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-menu .navbar-main {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs .btn-info,
.turquoise .page-template-template-whmcs .btn-default {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs .btn-info:hover,
.turquoise .page-template-template-whmcs .btn-default:hover {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs .home-shortcuts ul li a i {
  color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-body .main-content .kbcategories .glyphicon,
.turquoise .page-template-template-whmcs section#main-body .main-content .kbarticles .glyphicon {
  color: #2DCC70;
  font-size: 12px;
}
.turquoise .page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"] {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body a {
  color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-body #twitterFeedOutput > p a {
  color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-body .domain-checker-bg .domain-check-availability {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline {
  border: 1px solid #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p strong {
  color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn span {
  color: #2DCC70;
}
.turquoise .page-template-template-whmcs #order-modern table.cart th {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs #order-modern table.cart tr td a.cartedit {
  color: #2DCC70;
}
.turquoise .page-template-template-whmcs #order-modern table.cart .recurring td {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs #order-modern table.cart .recurring:hover td {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs #order-modern #mainfrm .signuptype {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs #footer {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs .sidebar .panel-heading {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs .dataTables_wrapper .dataTables_info {
  background-color: #2DCC70;
}
.turquoise .page-template-template-whmcs #order-modern .domainavailable {
  color: #2DCC70;
}
.turquoise .ch-heading-line {
  border-top: 4px solid #2DCC70;
}
.turquoise .ch-heading-line:before,
.turquoise .ch-heading-line:after {
  background-color: #2DCC70;
}
.turquoise .ibox-sliders .owl-controls .owl-buttons div:hover {
  background-color: #2DCC70;
}
.turquoise .cloud-clients-carousel .owl-controls .owl-buttons div:hover {
  background-color: #2DCC70;
}
.turquoise .cloud-icon-box .button:hover,
.turquoise .cloud-icon-box .button:active,
.turquoise .cloud-icon-box .button:focus {
  background-color: #2DCC70;
}
.turquoise .cloud-icon-box:hover {
  background-color: #2DCC70;
}
.turquoise .vc_tta-tabs.vc_tta-controls-align-left.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .fa {
  color: #2DCC70;
}
.turquoise .vc_tta-tabs.vc_tta-controls-align-left.vc_general .vc_tta-tab > a {
  background-color: #2DCC70;
}
.turquoise ul.has-icons li:before {
  color: #2DCC70;
}
.turquoise .cloud-icon-box-2.cloud-icon-bg:hover {
  background-color: #2DCC70;
}
.turquoise .cloud-icon-box-2:hover .cloud-icon {
  background-color: #2DCC70;
}
.turquoise .cloud-pricing-1 .pricing-box .button:hover,
.turquoise .cloud-pricing-1 .pricing-box .button:active,
.turquoise .cloud-pricing-1 .pricing-box .button:focus {
  background-color: #2DCC70;
}
.turquoise .cloud-pricing-1.featured .pricing-title {
  background-color: #2DCC70;
}
.turquoise .cloud-pricing-1.featured .pricing-title:after {
  border-top-color: #2DCC70;
}
.turquoise .cloud-pricing-1.featured .button {
  background-color: #2DCC70;
  border-color: #2DCC70;
}
.turquoise .cloud-pricing-2 .button:hover,
.turquoise .cloud-pricing-2 .button:active,
.turquoise .cloud-pricing-2 .button:focus {
  background-color: #2DCC70;
}
.turquoise .cloud-pricing-2 .button:hover {
  border-color: #2DCC70;
}
.turquoise .cloud-pricing-2.featured {
  border: 1px solid #2DCC70;
}
.turquoise .cloud-pricing-2.featured .pricing-title {
  color: #2DCC70;
}
.turquoise .cloud-pricing-2.featured .p-money {
  color: #2DCC70;
}
.turquoise .cloud-pricing-2.featured .button {
  background-color: #2DCC70;
  border-color: #2DCC70;
}
.turquoise .cloud-pricing-3 .pricing-box .button:hover,
.turquoise .cloud-pricing-3 .pricing-box .button:active,
.turquoise .cloud-pricing-3 .pricing-box .button:focus {
  background-color: #2DCC70;
}
.turquoise .cloud-pricing-3.featured .pricing-title {
  background-color: #2DCC70;
}
.turquoise .cloud-pricing-3.featured .pricing-title:after {
  border-top-color: #2DCC70;
}
.turquoise .cloud-pricing-3.featured .button {
  background-color: #2DCC70;
  border-color: #2DCC70;
}
.turquoise .cloud-cta .cta-content .primary-color {
  color: #2DCC70;
}
.turquoise .cloud-cta .btn {
  background-color: #2DCC70;
}
.turquoise .primary-color {
  color: #2DCC70;
}
.turquoise .cloud-counter .counter-info {
  color: #2DCC70;
}
.turquoise .cloud-testi_carousel .testi-item .testi-company-info .testi-name {
  color: #2DCC70;
}
.turquoise .cloud-testi_carousel .bx-pager .bx-pager-item .active {
  background-color: #2DCC70 !important;
}
.turquoise .cloud-testi_carousel .bx-pager .bx-pager-item a:hover {
  background-color: #2DCC70;
}
.turquoise .cloud-team .team-col:hover .team-head-col {
  background-color: #2DCC70;
}
.turquoise .cloud-team .owl-controls .owl-buttons .owl-prev:hover,
.turquoise .cloud-team .owl-controls .owl-buttons .owl-next:hover {
  background-color: #2DCC70;
}
.turquoise .cloud-newletter {
  background-color: #2DCC70;
}
.turquoise .wpcf7 .contact-btn input:hover {
  background-color: #2DCC70;
}
.turquoise .vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text,
.turquoise .vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
  background-color: #2DCC70;
}
.turquoise .ch-domain-search .ch-domain-results .col-domain-content:hover .btn-domain-cart {
  color: #2DCC70;
}
.turquoise .ch-domain-search .ch-domain-results .col-domain-content:hover .domain-name {
  background-color: #2DCC70;
}
.turquoise .ch-domain-search.dark-skin .col-domain .col-options .btn-search {
  background-color: #2DCC70;
}
.turquoise .ch-domain-search.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
  background-color: #2DCC70;
}
.turquoise .ch-domain-search.dark-skin .ch-domain-more {
  background-color: #2DCC70;
}
.turquoise .rev_slider .ch-pricing-img1 .flower1 .wing,
.turquoise .rev_slider .ch-pricing-img1 .flower1 .wing::before,
.turquoise .rev_slider .ch-pricing-img1 .flower1 .wing::after,
.turquoise .rev_slider .ch-pricing-img1 .flower1 .wing1,
.turquoise .rev_slider .ch-pricing-img1 .flower1 .wing1::before {
  background-color: #2DCC70;
}
.turquoise .rev_slider .ch-pricing-img2 .flower1 .price-content .price-info {
  color: #2DCC70;
}
.turquoise .rev_slider .ch-home2-pricing .sl-pricing i {
  color: #2DCC70;
}
.turquoise .cloud-box-content .box-content h3 .primary-color {
  color: #2DCC70;
}
.turquoise .cloud-box-content .box-content .list-content ul li i {
  color: #2DCC70;
}
.turquoise .cloud-box-content .button {
  background-color: #2DCC70;
}
.turquoise .cloud-box-content .button:hover {
  background-color: #2d3035;
}
.teal .btn-primary:hover,
.teal .btn-primary:active,
.teal .btn-primary:focus {
  background-color: #1693A5;
}
.teal .btn-default {
  background-color: #1693A5;
}
.teal .btn-default:hover,
.teal .btn-default:active,
.teal .btn-default:focus {
  background-color: #1693A5;
}
.teal .btn-secondary:hover,
.teal .btn-secondary:active,
.teal .btn-secondary:focus {
  background-color: #1693A5;
}
.teal .btn-secondary:before {
  background-color: #1693A5;
}
.teal .btn-thirdary:hover,
.teal .btn-thirdary:active,
.teal .btn-thirdary:focus {
  background-color: #1693A5;
}
.teal .btn-thirdary:before {
  background-color: #1693A5;
}
.teal .btn-thirdary:hover:before {
  background-color: #1693A5;
}
.teal .btn-fifth:hover,
.teal .btn-fifth:active,
.teal .btn-fifth:focus {
  background-color: #1693A5;
}
.teal .btn-fifth:hover {
  color: #1693A5;
}
.teal .btn-fourth:hover,
.teal .btn-fourth:active,
.teal .btn-fourth:focus {
  background-color: #1693A5;
}
.teal a {
  color: #1693A5;
}
.teal blockquote {
  background-color: #1693A5;
}
.teal .topbar a:hover {
  color: #1693A5;
}
.teal .topbar .widget.widget_text .fa {
  color: #1693A5;
}
.teal .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:hover:after,
.teal .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:hover:after {
  color: #1693A5;
}
.teal .topbar .live-chat-widget:after {
  border-top: 20px solid #1693A5;
  border-right: 25px solid #1693A5;
}
.teal.header-transparent .primary-nav .menu > li > a:hover {
  color: #1693A5;
}
.teal.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a,
.teal.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a,
.teal.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a,
.teal.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a {
  color: #1693A5;
}
.teal.header-sticky .site-header.minimized .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.teal .site-banner .breadcrumbs a.home {
  color: #1693A5;
}
.teal.header-menu-left .site-header .primary-nav {
  background-color: #1693A5;
}
.teal.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  color: #1693A5;
}
.teal .nav a {
  color: #222;
}
.teal .nav a:hover {
  color: #1693A5;
}
.teal .primary-nav .menu > li.current-menu-parent > a,
.teal .primary-nav .menu > li.current-menu-item > a,
.teal .primary-nav .menu > li.current-menu-ancestor > a,
.teal .primary-nav .menu > li:hover > a {
  color: #1693A5;
}
.teal .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.teal .primary-nav .mega-menu-container ul.sub-menu li a:hover {
  color: #1693A5;
}
.teal .primary-nav .mega-menu-container .mega-sub-menu > a:hover {
  color: #1693A5;
}
.teal .primary-nav .menu .extra-menu-item.menu-item-search {
  background-color: #1693A5;
}
.teal .numeric-navigation .next:hover,
.teal .numeric-navigation .prev:hover,
.teal .numeric-navigation .next:active,
.teal .numeric-navigation .prev:active,
.teal .numeric-navigation .next:focus,
.teal .numeric-navigation .prev:focus {
  background-color: #1693A5;
}
.teal .numeric-navigation a:hover,
.teal .numeric-navigation span.current {
  background-color: #1693A5;
}
.teal .blog-wapper .entry-content .entry-title a:hover {
  color: #1693A5;
}
.teal .blog-wapper .entry-content .entry-metas a:hover {
  color: #1693A5;
}
.teal .blog-wapper .readmore:hover,
.teal .blog-wapper .readmore:active,
.teal .blog-wapper .readmore:focus {
  background-color: #1693A5;
}
.teal .blog-wapper .entry-format blockquote a {
  color: #1693A5;
}
.teal .blog-wapper .entry-format .link-block:hover {
  background-color: #1693A5;
}
.teal .blog-single .entry-footer .text-left i {
  color: #1693A5;
}
.teal .blog-single .entry-footer .text-left .category-links a:hover {
  color: #1693A5;
}
.teal .blog-single .entry-footer .social-links a:hover {
  background-color: #1693A5;
}
.teal .error-404 .not-found .page-title {
  color: #1693A5;
}
.teal .blog-wapper .entry-content .entry-title a:hover {
  color: #1693A5;
}
.teal .blog-wapper .entry-content .entry-metas a:hover {
  color: #1693A5;
}
.teal .blog-wapper .entry-format blockquote a {
  color: #1693A5;
}
.teal .blog-wapper .entry-format .link-block:hover {
  background-color: #1693A5;
}
.teal .blog-single .entry-footer .text-left i {
  color: #1693A5;
}
.teal .blog-single .entry-footer .text-left .category-links a:hover {
  color: #1693A5;
}
.teal .blog-single .entry-footer .social-links a:hover {
  background-color: #1693A5;
}
.teal .error-404 .not-found .page-title {
  color: #1693A5;
}
.teal .blog-heading-underilne-lg {
  background-color: #1693A5;
}
.teal .blog-heading-underilne-md {
  background-color: #1693A5;
}
.teal .blog-heading-underilne-sm {
  background-color: #1693A5;
}
.teal .comment-respond .comment-form .form-submit .submit:hover,
.teal .comment-respond .comment-form .form-submit .submit:active,
.teal .comment-respond .comment-form .form-submit .submit:focus {
  background-color: #1693A5;
}
.teal .widget_categories li:hover:before,
.teal .widget_recent_comments li:hover:before,
.teal .widget_rss li:hover:before,
.teal .widget_pages li:hover:before,
.teal .widget_archive li:hover:before,
.teal .widget_nav_menu li:hover:before,
.teal .widget_recent_entries li:hover:before,
.teal .widget_meta li:hover:before,
.teal .widget-recent-comments li:hover:before {
  color: #1693A5;
}
.teal .widget_categories li a:hover,
.teal .widget_recent_comments li a:hover,
.teal .widget_rss li a:hover,
.teal .widget_pages li a:hover,
.teal .widget_archive li a:hover,
.teal .widget_nav_menu li a:hover,
.teal .widget_recent_entries li a:hover,
.teal .widget_meta li a:hover,
.teal .widget-recent-comments li a:hover {
  color: #1693A5;
}
.teal .widget_tag_cloud .tagcloud a:hover {
  color: #1693A5;
}
.teal .recent-post .post-text .post-readmore:hover,
.teal .popular-post .post-text .post-readmore:hover,
.teal .recent-post .post-text .post-readmore:active,
.teal .popular-post .post-text .post-readmore:active,
.teal .recent-post .post-text .post-readmore:focus,
.teal .popular-post .post-text .post-readmore:focus {
  background-color: #1693A5;
}
.teal .live-chat-widget .lc-left .lc-title i {
  color: #1693A5;
  padding-right: 5px;
}
.teal .live-chat-widget .lc-right {
  background-color: #1693A5;
}
.teal .footer-sidebar .widget .fa {
  color: #1693A5;
}
.teal .footer-sidebar .widget ul li a:hover {
  color: #1693A5;
}
.teal .footer-sidebar .widget ul li:before {
  color: #1693A5;
}
.teal .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #1693A5;
}
.teal .footer-copyright .foot-socials a:hover {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs section#header a.quick-nav i {
  color: #1693A5;
}
.teal .page-template-template-whmcs section#main-menu {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs section#main-menu .navbar-main {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs .btn-info,
.teal .page-template-template-whmcs .btn-default {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs .btn-info:hover,
.teal .page-template-template-whmcs .btn-default:hover {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs .home-shortcuts ul li a i {
  color: #1693A5;
}
.teal .page-template-template-whmcs section#main-body .main-content .kbcategories .glyphicon,
.teal .page-template-template-whmcs section#main-body .main-content .kbarticles .glyphicon {
  color: #1693A5;
  font-size: 12px;
}
.teal .page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"] {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body a {
  color: #1693A5;
}
.teal .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs section#main-body #twitterFeedOutput > p a {
  color: #1693A5;
}
.teal .page-template-template-whmcs section#main-body .domain-checker-bg .domain-check-availability {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline {
  border: 1px solid #1693A5;
}
.teal .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p strong {
  color: #1693A5;
}
.teal .page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn span {
  color: #1693A5;
}
.teal .page-template-template-whmcs #order-modern table.cart th {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs #order-modern table.cart tr td a.cartedit {
  color: #1693A5;
}
.teal .page-template-template-whmcs #order-modern table.cart .recurring td {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs #order-modern table.cart .recurring:hover td {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs #order-modern #mainfrm .signuptype {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs #footer {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs .sidebar .panel-heading {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs .dataTables_wrapper .dataTables_info {
  background-color: #1693A5;
}
.teal .page-template-template-whmcs #order-modern .domainavailable {
  color: #1693A5;
}
.teal .ch-heading-line {
  border-top: 4px solid #1693A5;
}
.teal .ch-heading-line:before,
.teal .ch-heading-line:after {
  background-color: #1693A5;
}
.teal .ibox-sliders .owl-controls .owl-buttons div:hover {
  background-color: #1693A5;
}
.teal .cloud-clients-carousel .owl-controls .owl-buttons div:hover {
  background-color: #1693A5;
}
.teal .cloud-icon-box .button:hover,
.teal .cloud-icon-box .button:active,
.teal .cloud-icon-box .button:focus {
  background-color: #1693A5;
}
.teal .cloud-icon-box:hover {
  background-color: #1693A5;
}
.teal .vc_tta-tabs.vc_tta-controls-align-left.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .fa {
  color: #1693A5;
}
.teal .vc_tta-tabs.vc_tta-controls-align-left.vc_general .vc_tta-tab > a {
  background-color: #1693A5;
}
.teal ul.has-icons li:before {
  color: #1693A5;
}
.teal .cloud-icon-box-2.cloud-icon-bg:hover {
  background-color: #1693A5;
}
.teal .cloud-icon-box-2:hover .cloud-icon {
  background-color: #1693A5;
}
.teal .cloud-pricing-1 .pricing-box .button:hover,
.teal .cloud-pricing-1 .pricing-box .button:active,
.teal .cloud-pricing-1 .pricing-box .button:focus {
  background-color: #1693A5;
}
.teal .cloud-pricing-1.featured .pricing-title {
  background-color: #1693A5;
}
.teal .cloud-pricing-1.featured .pricing-title:after {
  border-top-color: #1693A5;
}
.teal .cloud-pricing-1.featured .button {
  background-color: #1693A5;
  border-color: #1693A5;
}
.teal .cloud-pricing-2 .button:hover,
.teal .cloud-pricing-2 .button:active,
.teal .cloud-pricing-2 .button:focus {
  background-color: #1693A5;
}
.teal .cloud-pricing-2 .button:hover {
  border-color: #1693A5;
}
.teal .cloud-pricing-2.featured {
  border: 1px solid #1693A5;
}
.teal .cloud-pricing-2.featured .pricing-title {
  color: #1693A5;
}
.teal .cloud-pricing-2.featured .p-money {
  color: #1693A5;
}
.teal .cloud-pricing-2.featured .button {
  background-color: #1693A5;
  border-color: #1693A5;
}
.teal .cloud-pricing-3 .pricing-box .button:hover,
.teal .cloud-pricing-3 .pricing-box .button:active,
.teal .cloud-pricing-3 .pricing-box .button:focus {
  background-color: #1693A5;
}
.teal .cloud-pricing-3.featured .pricing-title {
  background-color: #1693A5;
}
.teal .cloud-pricing-3.featured .pricing-title:after {
  border-top-color: #1693A5;
}
.teal .cloud-pricing-3.featured .button {
  background-color: #1693A5;
  border-color: #1693A5;
}
.teal .cloud-cta .cta-content .primary-color {
  color: #1693A5;
}
.teal .cloud-cta .btn {
  background-color: #1693A5;
}
.teal .primary-color {
  color: #1693A5;
}
.teal .cloud-counter .counter-info {
  color: #1693A5;
}
.teal .cloud-testi_carousel .testi-item .testi-company-info .testi-name {
  color: #1693A5;
}
.teal .cloud-testi_carousel .bx-pager .bx-pager-item .active {
  background-color: #1693A5 !important;
}
.teal .cloud-testi_carousel .bx-pager .bx-pager-item a:hover {
  background-color: #1693A5;
}
.teal .cloud-team .team-col:hover .team-head-col {
  background-color: #1693A5;
}
.teal .cloud-team .owl-controls .owl-buttons .owl-prev:hover,
.teal .cloud-team .owl-controls .owl-buttons .owl-next:hover {
  background-color: #1693A5;
}
.teal .cloud-newletter {
  background-color: #1693A5;
}
.teal .wpcf7 .contact-btn input:hover {
  background-color: #1693A5;
}
.teal .vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text,
.teal .vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
  background-color: #1693A5;
}
.teal .ch-domain-search .ch-domain-results .col-domain-content:hover .btn-domain-cart {
  color: #1693A5;
}
.teal .ch-domain-search .ch-domain-results .col-domain-content:hover .domain-name {
  background-color: #1693A5;
}
.teal .ch-domain-search.dark-skin .col-domain .col-options .btn-search {
  background-color: #1693A5;
}
.teal .ch-domain-search.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
  background-color: #1693A5;
}
.teal .ch-domain-search.dark-skin .ch-domain-more {
  background-color: #1693A5;
}
.teal .rev_slider .ch-pricing-img1 .flower1 .wing,
.teal .rev_slider .ch-pricing-img1 .flower1 .wing::before,
.teal .rev_slider .ch-pricing-img1 .flower1 .wing::after,
.teal .rev_slider .ch-pricing-img1 .flower1 .wing1,
.teal .rev_slider .ch-pricing-img1 .flower1 .wing1::before {
  background-color: #1693A5;
}
.teal .rev_slider .ch-pricing-img2 .flower1 .price-content .price-info {
  color: #1693A5;
}
.teal .rev_slider .ch-home2-pricing .sl-pricing i {
  color: #1693A5;
}
.teal .cloud-box-content .box-content h3 .primary-color {
  color: #1693A5;
}
.teal .cloud-box-content .box-content .list-content ul li i {
  color: #1693A5;
}
.teal .cloud-box-content .button {
  background-color: #1693A5;
}
.teal .cloud-box-content .button:hover {
  background-color: #2d3035;
}
.atlantis .btn-primary:hover,
.atlantis .btn-primary:active,
.atlantis .btn-primary:focus {
  background-color: #8cc732;
}
.atlantis .btn-default {
  background-color: #8cc732;
}
.atlantis .btn-default:hover,
.atlantis .btn-default:active,
.atlantis .btn-default:focus {
  background-color: #8cc732;
}
.atlantis .btn-secondary:hover,
.atlantis .btn-secondary:active,
.atlantis .btn-secondary:focus {
  background-color: #8cc732;
}
.atlantis .btn-secondary:before {
  background-color: #8cc732;
}
.atlantis .btn-thirdary:hover,
.atlantis .btn-thirdary:active,
.atlantis .btn-thirdary:focus {
  background-color: #8cc732;
}
.atlantis .btn-thirdary:before {
  background-color: #8cc732;
}
.atlantis .btn-thirdary:hover:before {
  background-color: #8cc732;
}
.atlantis .btn-fifth:hover,
.atlantis .btn-fifth:active,
.atlantis .btn-fifth:focus {
  background-color: #8cc732;
}
.atlantis .btn-fifth:hover {
  color: #8cc732;
}
.atlantis .btn-fourth:hover,
.atlantis .btn-fourth:active,
.atlantis .btn-fourth:focus {
  background-color: #8cc732;
}
.atlantis a {
  color: #8cc732;
}
.atlantis blockquote {
  background-color: #8cc732;
}
.atlantis .topbar a:hover {
  color: #8cc732;
}
.atlantis .topbar .widget.widget_text .fa {
  color: #8cc732;
}
.atlantis .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:hover:after,
.atlantis .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:hover:after {
  color: #8cc732;
}
.atlantis .topbar .live-chat-widget:after {
  border-top: 20px solid #8cc732;
  border-right: 25px solid #8cc732;
}
.atlantis.header-transparent .primary-nav .menu > li > a:hover {
  color: #8cc732;
}
.atlantis.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a,
.atlantis.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a,
.atlantis.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a,
.atlantis.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a {
  color: #8cc732;
}
.atlantis.header-sticky .site-header.minimized .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.atlantis .site-banner .breadcrumbs a.home {
  color: #8cc732;
}
.atlantis.header-menu-left .site-header .primary-nav {
  background-color: #8cc732;
}
.atlantis.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  color: #8cc732;
}
.atlantis .nav a {
  color: #222;
}
.atlantis .nav a:hover {
  color: #8cc732;
}
.atlantis .primary-nav .menu > li.current-menu-parent > a,
.atlantis .primary-nav .menu > li.current-menu-item > a,
.atlantis .primary-nav .menu > li.current-menu-ancestor > a,
.atlantis .primary-nav .menu > li:hover > a {
  color: #8cc732;
}
.atlantis .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.atlantis .primary-nav .mega-menu-container ul.sub-menu li a:hover {
  color: #8cc732;
}
.atlantis .primary-nav .mega-menu-container .mega-sub-menu > a:hover {
  color: #8cc732;
}
.atlantis .primary-nav .menu .extra-menu-item.menu-item-search {
  background-color: #8cc732;
}
.atlantis .numeric-navigation .next:hover,
.atlantis .numeric-navigation .prev:hover,
.atlantis .numeric-navigation .next:active,
.atlantis .numeric-navigation .prev:active,
.atlantis .numeric-navigation .next:focus,
.atlantis .numeric-navigation .prev:focus {
  background-color: #8cc732;
}
.atlantis .numeric-navigation a:hover,
.atlantis .numeric-navigation span.current {
  background-color: #8cc732;
}
.atlantis .blog-wapper .entry-content .entry-title a:hover {
  color: #8cc732;
}
.atlantis .blog-wapper .entry-content .entry-metas a:hover {
  color: #8cc732;
}
.atlantis .blog-wapper .readmore:hover,
.atlantis .blog-wapper .readmore:active,
.atlantis .blog-wapper .readmore:focus {
  background-color: #8cc732;
}
.atlantis .blog-wapper .entry-format blockquote a {
  color: #8cc732;
}
.atlantis .blog-wapper .entry-format .link-block:hover {
  background-color: #8cc732;
}
.atlantis .blog-single .entry-footer .text-left i {
  color: #8cc732;
}
.atlantis .blog-single .entry-footer .text-left .category-links a:hover {
  color: #8cc732;
}
.atlantis .blog-single .entry-footer .social-links a:hover {
  background-color: #8cc732;
}
.atlantis .error-404 .not-found .page-title {
  color: #8cc732;
}
.atlantis .blog-wapper .entry-content .entry-title a:hover {
  color: #8cc732;
}
.atlantis .blog-wapper .entry-content .entry-metas a:hover {
  color: #8cc732;
}
.atlantis .blog-wapper .entry-format blockquote a {
  color: #8cc732;
}
.atlantis .blog-wapper .entry-format .link-block:hover {
  background-color: #8cc732;
}
.atlantis .blog-single .entry-footer .text-left i {
  color: #8cc732;
}
.atlantis .blog-single .entry-footer .text-left .category-links a:hover {
  color: #8cc732;
}
.atlantis .blog-single .entry-footer .social-links a:hover {
  background-color: #8cc732;
}
.atlantis .error-404 .not-found .page-title {
  color: #8cc732;
}
.atlantis .blog-heading-underilne-lg {
  background-color: #8cc732;
}
.atlantis .blog-heading-underilne-md {
  background-color: #8cc732;
}
.atlantis .blog-heading-underilne-sm {
  background-color: #8cc732;
}
.atlantis .comment-respond .comment-form .form-submit .submit:hover,
.atlantis .comment-respond .comment-form .form-submit .submit:active,
.atlantis .comment-respond .comment-form .form-submit .submit:focus {
  background-color: #8cc732;
}
.atlantis .widget_categories li:hover:before,
.atlantis .widget_recent_comments li:hover:before,
.atlantis .widget_rss li:hover:before,
.atlantis .widget_pages li:hover:before,
.atlantis .widget_archive li:hover:before,
.atlantis .widget_nav_menu li:hover:before,
.atlantis .widget_recent_entries li:hover:before,
.atlantis .widget_meta li:hover:before,
.atlantis .widget-recent-comments li:hover:before {
  color: #8cc732;
}
.atlantis .widget_categories li a:hover,
.atlantis .widget_recent_comments li a:hover,
.atlantis .widget_rss li a:hover,
.atlantis .widget_pages li a:hover,
.atlantis .widget_archive li a:hover,
.atlantis .widget_nav_menu li a:hover,
.atlantis .widget_recent_entries li a:hover,
.atlantis .widget_meta li a:hover,
.atlantis .widget-recent-comments li a:hover {
  color: #8cc732;
}
.atlantis .widget_tag_cloud .tagcloud a:hover {
  color: #8cc732;
}
.atlantis .recent-post .post-text .post-readmore:hover,
.atlantis .popular-post .post-text .post-readmore:hover,
.atlantis .recent-post .post-text .post-readmore:active,
.atlantis .popular-post .post-text .post-readmore:active,
.atlantis .recent-post .post-text .post-readmore:focus,
.atlantis .popular-post .post-text .post-readmore:focus {
  background-color: #8cc732;
}
.atlantis .live-chat-widget .lc-left .lc-title i {
  color: #8cc732;
  padding-right: 5px;
}
.atlantis .live-chat-widget .lc-right {
  background-color: #8cc732;
}
.atlantis .footer-sidebar .widget .fa {
  color: #8cc732;
}
.atlantis .footer-sidebar .widget ul li a:hover {
  color: #8cc732;
}
.atlantis .footer-sidebar .widget ul li:before {
  color: #8cc732;
}
.atlantis .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #8cc732;
}
.atlantis .footer-copyright .foot-socials a:hover {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs section#header a.quick-nav i {
  color: #8cc732;
}
.atlantis .page-template-template-whmcs section#main-menu {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs section#main-menu .navbar-main {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs .btn-info,
.atlantis .page-template-template-whmcs .btn-default {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs .btn-info:hover,
.atlantis .page-template-template-whmcs .btn-default:hover {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs .home-shortcuts ul li a i {
  color: #8cc732;
}
.atlantis .page-template-template-whmcs section#main-body .main-content .kbcategories .glyphicon,
.atlantis .page-template-template-whmcs section#main-body .main-content .kbarticles .glyphicon {
  color: #8cc732;
  font-size: 12px;
}
.atlantis .page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"] {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body a {
  color: #8cc732;
}
.atlantis .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs section#main-body #twitterFeedOutput > p a {
  color: #8cc732;
}
.atlantis .page-template-template-whmcs section#main-body .domain-checker-bg .domain-check-availability {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline {
  border: 1px solid #8cc732;
}
.atlantis .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p strong {
  color: #8cc732;
}
.atlantis .page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn span {
  color: #8cc732;
}
.atlantis .page-template-template-whmcs #order-modern table.cart th {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs #order-modern table.cart tr td a.cartedit {
  color: #8cc732;
}
.atlantis .page-template-template-whmcs #order-modern table.cart .recurring td {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs #order-modern table.cart .recurring:hover td {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs #order-modern #mainfrm .signuptype {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs #footer {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs .sidebar .panel-heading {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs .dataTables_wrapper .dataTables_info {
  background-color: #8cc732;
}
.atlantis .page-template-template-whmcs #order-modern .domainavailable {
  color: #8cc732;
}
.atlantis .ch-heading-line {
  border-top: 4px solid #8cc732;
}
.atlantis .ch-heading-line:before,
.atlantis .ch-heading-line:after {
  background-color: #8cc732;
}
.atlantis .ibox-sliders .owl-controls .owl-buttons div:hover {
  background-color: #8cc732;
}
.atlantis .cloud-clients-carousel .owl-controls .owl-buttons div:hover {
  background-color: #8cc732;
}
.atlantis .cloud-icon-box .button:hover,
.atlantis .cloud-icon-box .button:active,
.atlantis .cloud-icon-box .button:focus {
  background-color: #8cc732;
}
.atlantis .cloud-icon-box:hover {
  background-color: #8cc732;
}
.atlantis .vc_tta-tabs.vc_tta-controls-align-left.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .fa {
  color: #8cc732;
}
.atlantis .vc_tta-tabs.vc_tta-controls-align-left.vc_general .vc_tta-tab > a {
  background-color: #8cc732;
}
.atlantis ul.has-icons li:before {
  color: #8cc732;
}
.atlantis .cloud-icon-box-2.cloud-icon-bg:hover {
  background-color: #8cc732;
}
.atlantis .cloud-icon-box-2:hover .cloud-icon {
  background-color: #8cc732;
}
.atlantis .cloud-pricing-1 .pricing-box .button:hover,
.atlantis .cloud-pricing-1 .pricing-box .button:active,
.atlantis .cloud-pricing-1 .pricing-box .button:focus {
  background-color: #8cc732;
}
.atlantis .cloud-pricing-1.featured .pricing-title {
  background-color: #8cc732;
}
.atlantis .cloud-pricing-1.featured .pricing-title:after {
  border-top-color: #8cc732;
}
.atlantis .cloud-pricing-1.featured .button {
  background-color: #8cc732;
  border-color: #8cc732;
}
.atlantis .cloud-pricing-2 .button:hover,
.atlantis .cloud-pricing-2 .button:active,
.atlantis .cloud-pricing-2 .button:focus {
  background-color: #8cc732;
}
.atlantis .cloud-pricing-2 .button:hover {
  border-color: #8cc732;
}
.atlantis .cloud-pricing-2.featured {
  border: 1px solid #8cc732;
}
.atlantis .cloud-pricing-2.featured .pricing-title {
  color: #8cc732;
}
.atlantis .cloud-pricing-2.featured .p-money {
  color: #8cc732;
}
.atlantis .cloud-pricing-2.featured .button {
  background-color: #8cc732;
  border-color: #8cc732;
}
.atlantis .cloud-pricing-3 .pricing-box .button:hover,
.atlantis .cloud-pricing-3 .pricing-box .button:active,
.atlantis .cloud-pricing-3 .pricing-box .button:focus {
  background-color: #8cc732;
}
.atlantis .cloud-pricing-3.featured .pricing-title {
  background-color: #8cc732;
}
.atlantis .cloud-pricing-3.featured .pricing-title:after {
  border-top-color: #8cc732;
}
.atlantis .cloud-pricing-3.featured .button {
  background-color: #8cc732;
  border-color: #8cc732;
}
.atlantis .cloud-cta .cta-content .primary-color {
  color: #8cc732;
}
.atlantis .cloud-cta .btn {
  background-color: #8cc732;
}
.atlantis .primary-color {
  color: #8cc732;
}
.atlantis .cloud-counter .counter-info {
  color: #8cc732;
}
.atlantis .cloud-testi_carousel .testi-item .testi-company-info .testi-name {
  color: #8cc732;
}
.atlantis .cloud-testi_carousel .bx-pager .bx-pager-item .active {
  background-color: #8cc732 !important;
}
.atlantis .cloud-testi_carousel .bx-pager .bx-pager-item a:hover {
  background-color: #8cc732;
}
.atlantis .cloud-team .team-col:hover .team-head-col {
  background-color: #8cc732;
}
.atlantis .cloud-team .owl-controls .owl-buttons .owl-prev:hover,
.atlantis .cloud-team .owl-controls .owl-buttons .owl-next:hover {
  background-color: #8cc732;
}
.atlantis .cloud-newletter {
  background-color: #8cc732;
}
.atlantis .wpcf7 .contact-btn input:hover {
  background-color: #8cc732;
}
.atlantis .vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text,
.atlantis .vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
  background-color: #8cc732;
}
.atlantis .ch-domain-search .ch-domain-results .col-domain-content:hover .btn-domain-cart {
  color: #8cc732;
}
.atlantis .ch-domain-search .ch-domain-results .col-domain-content:hover .domain-name {
  background-color: #8cc732;
}
.atlantis .ch-domain-search.dark-skin .col-domain .col-options .btn-search {
  background-color: #8cc732;
}
.atlantis .ch-domain-search.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
  background-color: #8cc732;
}
.atlantis .ch-domain-search.dark-skin .ch-domain-more {
  background-color: #8cc732;
}
.atlantis .rev_slider .ch-pricing-img1 .flower1 .wing,
.atlantis .rev_slider .ch-pricing-img1 .flower1 .wing::before,
.atlantis .rev_slider .ch-pricing-img1 .flower1 .wing::after,
.atlantis .rev_slider .ch-pricing-img1 .flower1 .wing1,
.atlantis .rev_slider .ch-pricing-img1 .flower1 .wing1::before {
  background-color: #8cc732;
}
.atlantis .rev_slider .ch-pricing-img2 .flower1 .price-content .price-info {
  color: #8cc732;
}
.atlantis .rev_slider .ch-home2-pricing .sl-pricing i {
  color: #8cc732;
}
.atlantis .cloud-box-content .box-content h3 .primary-color {
  color: #8cc732;
}
.atlantis .cloud-box-content .box-content .list-content ul li i {
  color: #8cc732;
}
.atlantis .cloud-box-content .button {
  background-color: #8cc732;
}
.atlantis .cloud-box-content .button:hover {
  background-color: #2d3035;
}
.downy .btn-primary:hover,
.downy .btn-primary:active,
.downy .btn-primary:focus {
  background-color: #6dcda7;
}
.downy .btn-default {
  background-color: #6dcda7;
}
.downy .btn-default:hover,
.downy .btn-default:active,
.downy .btn-default:focus {
  background-color: #6dcda7;
}
.downy .btn-secondary:hover,
.downy .btn-secondary:active,
.downy .btn-secondary:focus {
  background-color: #6dcda7;
}
.downy .btn-secondary:before {
  background-color: #6dcda7;
}
.downy .btn-thirdary:hover,
.downy .btn-thirdary:active,
.downy .btn-thirdary:focus {
  background-color: #6dcda7;
}
.downy .btn-thirdary:before {
  background-color: #6dcda7;
}
.downy .btn-thirdary:hover:before {
  background-color: #6dcda7;
}
.downy .btn-fifth:hover,
.downy .btn-fifth:active,
.downy .btn-fifth:focus {
  background-color: #6dcda7;
}
.downy .btn-fifth:hover {
  color: #6dcda7;
}
.downy .btn-fourth:hover,
.downy .btn-fourth:active,
.downy .btn-fourth:focus {
  background-color: #6dcda7;
}
.downy a {
  color: #6dcda7;
}
.downy blockquote {
  background-color: #6dcda7;
}
.downy .topbar a:hover {
  color: #6dcda7;
}
.downy .topbar .widget.widget_text .fa {
  color: #6dcda7;
}
.downy .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:hover:after,
.downy .topbar .widget_icl_lang_sel_widget #lang_sel > ul > li > a:visited:hover:after {
  color: #6dcda7;
}
.downy .topbar .live-chat-widget:after {
  border-top: 20px solid #6dcda7;
  border-right: 25px solid #6dcda7;
}
.downy.header-transparent .primary-nav .menu > li > a:hover {
  color: #6dcda7;
}
.downy.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-parent > a,
.downy.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-item > a,
.downy.header-sticky .site-header.minimized .primary-nav .menu > li.current-menu-ancestor > a,
.downy.header-sticky .site-header.minimized .primary-nav .menu > li:hover > a {
  color: #6dcda7;
}
.downy.header-sticky .site-header.minimized .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.downy .site-banner .breadcrumbs a.home {
  color: #6dcda7;
}
.downy.header-menu-left .site-header .primary-nav {
  background-color: #6dcda7;
}
.downy.header-menu-left .site-header .primary-nav .menu .extra-menu-item.menu-item-search .item-search {
  color: #6dcda7;
}
.downy .nav a {
  color: #222;
}
.downy .nav a:hover {
  color: #6dcda7;
}
.downy .primary-nav .menu > li.current-menu-parent > a,
.downy .primary-nav .menu > li.current-menu-item > a,
.downy .primary-nav .menu > li.current-menu-ancestor > a,
.downy .primary-nav .menu > li:hover > a {
  color: #6dcda7;
}
.downy .primary-nav .menu > li.menu-item-search > a {
  color: #fff;
}
.downy .primary-nav .mega-menu-container ul.sub-menu li a:hover {
  color: #6dcda7;
}
.downy .primary-nav .mega-menu-container .mega-sub-menu > a:hover {
  color: #6dcda7;
}
.downy .primary-nav .menu .extra-menu-item.menu-item-search {
  background-color: #6dcda7;
}
.downy .numeric-navigation .next:hover,
.downy .numeric-navigation .prev:hover,
.downy .numeric-navigation .next:active,
.downy .numeric-navigation .prev:active,
.downy .numeric-navigation .next:focus,
.downy .numeric-navigation .prev:focus {
  background-color: #6dcda7;
}
.downy .numeric-navigation a:hover,
.downy .numeric-navigation span.current {
  background-color: #6dcda7;
}
.downy .blog-wapper .entry-content .entry-title a:hover {
  color: #6dcda7;
}
.downy .blog-wapper .entry-content .entry-metas a:hover {
  color: #6dcda7;
}
.downy .blog-wapper .readmore:hover,
.downy .blog-wapper .readmore:active,
.downy .blog-wapper .readmore:focus {
  background-color: #6dcda7;
}
.downy .blog-wapper .entry-format blockquote a {
  color: #6dcda7;
}
.downy .blog-wapper .entry-format .link-block:hover {
  background-color: #6dcda7;
}
.downy .blog-single .entry-footer .text-left i {
  color: #6dcda7;
}
.downy .blog-single .entry-footer .text-left .category-links a:hover {
  color: #6dcda7;
}
.downy .blog-single .entry-footer .social-links a:hover {
  background-color: #6dcda7;
}
.downy .error-404 .not-found .page-title {
  color: #6dcda7;
}
.downy .blog-wapper .entry-content .entry-title a:hover {
  color: #6dcda7;
}
.downy .blog-wapper .entry-content .entry-metas a:hover {
  color: #6dcda7;
}
.downy .blog-wapper .entry-format blockquote a {
  color: #6dcda7;
}
.downy .blog-wapper .entry-format .link-block:hover {
  background-color: #6dcda7;
}
.downy .blog-single .entry-footer .text-left i {
  color: #6dcda7;
}
.downy .blog-single .entry-footer .text-left .category-links a:hover {
  color: #6dcda7;
}
.downy .blog-single .entry-footer .social-links a:hover {
  background-color: #6dcda7;
}
.downy .error-404 .not-found .page-title {
  color: #6dcda7;
}
.downy .blog-heading-underilne-lg {
  background-color: #6dcda7;
}
.downy .blog-heading-underilne-md {
  background-color: #6dcda7;
}
.downy .blog-heading-underilne-sm {
  background-color: #6dcda7;
}
.downy .comment-respond .comment-form .form-submit .submit:hover,
.downy .comment-respond .comment-form .form-submit .submit:active,
.downy .comment-respond .comment-form .form-submit .submit:focus {
  background-color: #6dcda7;
}
.downy .widget_categories li:hover:before,
.downy .widget_recent_comments li:hover:before,
.downy .widget_rss li:hover:before,
.downy .widget_pages li:hover:before,
.downy .widget_archive li:hover:before,
.downy .widget_nav_menu li:hover:before,
.downy .widget_recent_entries li:hover:before,
.downy .widget_meta li:hover:before,
.downy .widget-recent-comments li:hover:before {
  color: #6dcda7;
}
.downy .widget_categories li a:hover,
.downy .widget_recent_comments li a:hover,
.downy .widget_rss li a:hover,
.downy .widget_pages li a:hover,
.downy .widget_archive li a:hover,
.downy .widget_nav_menu li a:hover,
.downy .widget_recent_entries li a:hover,
.downy .widget_meta li a:hover,
.downy .widget-recent-comments li a:hover {
  color: #6dcda7;
}
.downy .widget_tag_cloud .tagcloud a:hover {
  color: #6dcda7;
}
.downy .recent-post .post-text .post-readmore:hover,
.downy .popular-post .post-text .post-readmore:hover,
.downy .recent-post .post-text .post-readmore:active,
.downy .popular-post .post-text .post-readmore:active,
.downy .recent-post .post-text .post-readmore:focus,
.downy .popular-post .post-text .post-readmore:focus {
  background-color: #6dcda7;
}
.downy .live-chat-widget .lc-left .lc-title i {
  color: #6dcda7;
  padding-right: 5px;
}
.downy .live-chat-widget .lc-right {
  background-color: #6dcda7;
}
.downy .footer-sidebar .widget .fa {
  color: #6dcda7;
}
.downy .footer-sidebar .widget ul li a:hover {
  color: #6dcda7;
}
.downy .footer-sidebar .widget ul li:before {
  color: #6dcda7;
}
.downy .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #6dcda7;
}
.downy .footer-copyright .foot-socials a:hover {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs section#header a.quick-nav i {
  color: #6dcda7;
}
.downy .page-template-template-whmcs section#main-menu {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs section#main-menu .navbar-main {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs .btn-info,
.downy .page-template-template-whmcs .btn-default {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs .btn-info:hover,
.downy .page-template-template-whmcs .btn-default:hover {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs .home-shortcuts ul li a i {
  color: #6dcda7;
}
.downy .page-template-template-whmcs section#main-body .main-content .kbcategories .glyphicon,
.downy .page-template-template-whmcs section#main-body .main-content .kbarticles .glyphicon {
  color: #6dcda7;
  font-size: 12px;
}
.downy .page-template-template-whmcs section#main-body .main-content .panel-default > .panel-heading {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs section#main-body .main-content #pricingTable .panel .panel-heading a[aria-expanded="true"] {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body a {
  color: #6dcda7;
}
.downy .page-template-template-whmcs section#main-body .main-content .client-home-panels .panel .panel-body .input-group .input-group-btn .btn-success {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs section#main-body #twitterFeedOutput > p a {
  color: #6dcda7;
}
.downy .page-template-template-whmcs section#main-body .domain-checker-bg .domain-check-availability {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline {
  border: 1px solid #6dcda7;
}
.downy .page-template-template-whmcs section#main-body .domain-step-options .domain-checker-result-headline p strong {
  color: #6dcda7;
}
.downy .page-template-template-whmcs section#main-body .domain-step-options .domainresults .table > tbody > tr > td {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs section#main-body .domain-step-options .domainresults #suggestionResults > tbody > tr > td .btn span {
  color: #6dcda7;
}
.downy .page-template-template-whmcs #order-modern table.cart th {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs #order-modern table.cart tr td a.cartedit {
  color: #6dcda7;
}
.downy .page-template-template-whmcs #order-modern table.cart .recurring td {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs #order-modern table.cart .recurring:hover td {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs #order-modern #mainfrm .signuptype {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs #footer {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs .sidebar .panel-heading {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs .dataTables_wrapper .dataTables_info {
  background-color: #6dcda7;
}
.downy .page-template-template-whmcs #order-modern .domainavailable {
  color: #6dcda7;
}
.downy .ch-heading-line {
  border-top: 4px solid #6dcda7;
}
.downy .ch-heading-line:before,
.downy .ch-heading-line:after {
  background-color: #6dcda7;
}
.downy .ibox-sliders .owl-controls .owl-buttons div:hover {
  background-color: #6dcda7;
}
.downy .cloud-clients-carousel .owl-controls .owl-buttons div:hover {
  background-color: #6dcda7;
}
.downy .cloud-icon-box .button:hover,
.downy .cloud-icon-box .button:active,
.downy .cloud-icon-box .button:focus {
  background-color: #6dcda7;
}
.downy .cloud-icon-box:hover {
  background-color: #6dcda7;
}
.downy .vc_tta-tabs.vc_tta-controls-align-left.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .fa {
  color: #6dcda7;
}
.downy .vc_tta-tabs.vc_tta-controls-align-left.vc_general .vc_tta-tab > a {
  background-color: #6dcda7;
}
.downy ul.has-icons li:before {
  color: #6dcda7;
}
.downy .cloud-icon-box-2.cloud-icon-bg:hover {
  background-color: #6dcda7;
}
.downy .cloud-icon-box-2:hover .cloud-icon {
  background-color: #6dcda7;
}
.downy .cloud-pricing-1 .pricing-box .button:hover,
.downy .cloud-pricing-1 .pricing-box .button:active,
.downy .cloud-pricing-1 .pricing-box .button:focus {
  background-color: #6dcda7;
}
.downy .cloud-pricing-1.featured .pricing-title {
  background-color: #6dcda7;
}
.downy .cloud-pricing-1.featured .pricing-title:after {
  border-top-color: #6dcda7;
}
.downy .cloud-pricing-1.featured .button {
  background-color: #6dcda7;
  border-color: #6dcda7;
}
.downy .cloud-pricing-2 .button:hover,
.downy .cloud-pricing-2 .button:active,
.downy .cloud-pricing-2 .button:focus {
  background-color: #6dcda7;
}
.downy .cloud-pricing-2 .button:hover {
  border-color: #6dcda7;
}
.downy .cloud-pricing-2.featured {
  border: 1px solid #6dcda7;
}
.downy .cloud-pricing-2.featured .pricing-title {
  color: #6dcda7;
}
.downy .cloud-pricing-2.featured .p-money {
  color: #6dcda7;
}
.downy .cloud-pricing-2.featured .button {
  background-color: #6dcda7;
  border-color: #6dcda7;
}
.downy .cloud-pricing-3 .pricing-box .button:hover,
.downy .cloud-pricing-3 .pricing-box .button:active,
.downy .cloud-pricing-3 .pricing-box .button:focus {
  background-color: #6dcda7;
}
.downy .cloud-pricing-3.featured .pricing-title {
  background-color: #6dcda7;
}
.downy .cloud-pricing-3.featured .pricing-title:after {
  border-top-color: #6dcda7;
}
.downy .cloud-pricing-3.featured .button {
  background-color: #6dcda7;
  border-color: #6dcda7;
}
.downy .cloud-cta .cta-content .primary-color {
  color: #6dcda7;
}
.downy .cloud-cta .btn {
  background-color: #6dcda7;
}
.downy .primary-color {
  color: #6dcda7;
}
.downy .cloud-counter .counter-info {
  color: #6dcda7;
}
.downy .cloud-testi_carousel .testi-item .testi-company-info .testi-name {
  color: #6dcda7;
}
.downy .cloud-testi_carousel .bx-pager .bx-pager-item .active {
  background-color: #6dcda7 !important;
}
.downy .cloud-testi_carousel .bx-pager .bx-pager-item a:hover {
  background-color: #6dcda7;
}
.downy .cloud-team .team-col:hover .team-head-col {
  background-color: #6dcda7;
}
.downy .cloud-team .owl-controls .owl-buttons .owl-prev:hover,
.downy .cloud-team .owl-controls .owl-buttons .owl-next:hover {
  background-color: #6dcda7;
}
.downy .cloud-newletter {
  background-color: #6dcda7;
}
.downy .wpcf7 .contact-btn input:hover {
  background-color: #6dcda7;
}
.downy .vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text,
.downy .vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
  background-color: #6dcda7;
}
.downy .ch-domain-search .ch-domain-results .col-domain-content:hover .btn-domain-cart {
  color: #6dcda7;
}
.downy .ch-domain-search .ch-domain-results .col-domain-content:hover .domain-name {
  background-color: #6dcda7;
}
.downy .ch-domain-search.dark-skin .col-domain .col-options .btn-search {
  background-color: #6dcda7;
}
.downy .ch-domain-search.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
  background-color: #6dcda7;
}
.downy .ch-domain-search.dark-skin .ch-domain-more {
  background-color: #6dcda7;
}
.downy .rev_slider .ch-pricing-img1 .flower1 .wing,
.downy .rev_slider .ch-pricing-img1 .flower1 .wing::before,
.downy .rev_slider .ch-pricing-img1 .flower1 .wing::after,
.downy .rev_slider .ch-pricing-img1 .flower1 .wing1,
.downy .rev_slider .ch-pricing-img1 .flower1 .wing1::before {
  background-color: #6dcda7;
}
.downy .rev_slider .ch-pricing-img2 .flower1 .price-content .price-info {
  color: #6dcda7;
}
.downy .rev_slider .ch-home2-pricing .sl-pricing i {
  color: #6dcda7;
}
.downy .cloud-box-content .box-content h3 .primary-color {
  color: #6dcda7;
}
.downy .cloud-box-content .box-content .list-content ul li i {
  color: #6dcda7;
}
.downy .cloud-box-content .button {
  background-color: #6dcda7;
}
.downy .cloud-box-content .button:hover {
  background-color: #2d3035;
}
