@charset "UTF-8";
/*Fonts path*/
/*Fonts path end*/
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Media Query *******************/
@font-face {
  font-family: "Conv_SourceSansPro-Black";
  src: url("../fonts/SourceSansPro-Black.eot");
  src: local("☺"), url("../fonts/SourceSansPro-Black.woff") format("woff"), url("../fonts/SourceSansPro-Black.ttf") format("truetype"), url("../fonts/SourceSansPro-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_SourceSansPro-Bold";
  src: url("../fonts/SourceSansPro-Bold.eot");
  src: local("☺"), url("../fonts/SourceSansPro-Bold.woff") format("woff"), url("../fonts/SourceSansPro-Bold.ttf") format("truetype"), url("../fonts/SourceSansPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_SourceSansPro-ExtraLight";
  src: url("../fonts/SourceSansPro-ExtraLight.eot");
  src: local("☺"), url("../fonts/SourceSansPro-ExtraLight.woff") format("woff"), url("../fonts/SourceSansPro-ExtraLight.ttf") format("truetype"), url("../fonts/SourceSansPro-ExtraLight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_SourceSansPro-Italic";
  src: url("../fonts/SourceSansPro-Italic.eot");
  src: local("☺"), url("../fonts/SourceSansPro-Italic.woff") format("woff"), url("../fonts/SourceSansPro-Italic.ttf") format("truetype"), url("../fonts/SourceSansPro-Italic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_SourceSansPro-Light";
  src: url("../fonts/SourceSansPro-Light.eot");
  src: local("☺"), url("../fonts/SourceSansPro-Light.woff") format("woff"), url("../fonts/SourceSansPro-Light.ttf") format("truetype"), url("../fonts/SourceSansPro-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_SourceSansPro-Regular";
  src: url("../fonts/SourceSansPro-Regular.eot");
  src: local("☺"), url("../fonts/SourceSansPro-Regular.woff") format("woff"), url("../fonts/SourceSansPro-Regular.ttf") format("truetype"), url("../fonts/SourceSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_SourceSansPro-SemiBold";
  src: url("../fonts/SourceSansPro-SemiBold.eot");
  src: local("☺"), url("../fonts/SourceSansPro-SemiBold.woff") format("woff"), url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype"), url("../fonts/SourceSansPro-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Branding Theme CSS For All Themes */
.zoom:hover {
  background: #000008;
  background: rgba(0, 0, 8, 0.75);
}

/***** Header tag CSS *****/
.page-header {
  color: #28ace2;
}
.page-header h1 small {
  color: #000008 !important;
}

.page-section-header {
  color: #28ace2;
}
.page-section-header span {
  color: #333333;
}

.page-sub-header {
  color: #000008;
}

.table .thead-light th,
.table .thead th,
.table thead th {
  color: #28ace2 !important;
  background: transparent;
  border-bottom-color: #28ace2;
}

/***** Anchor tag css ******/
a {
  color: #28ace2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ff0899;
  text-decoration: none;
}

/***** Button ******/
.btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  white-space: normal;
}
.btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}

.btn-primary {
  background: #28ace2;
  border-color: #28ace2;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #1a8ebd;
  border-color: #1a8ebd;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #28ace2;
  border-color: #28ace2;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-info {
  background: #ff0899;
  border-color: #ff0899;
  color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active:focus {
  background: #d4007c;
  border-color: #d4007c;
}
.btn-info.disabled, .btn-info:disabled {
  background: #ff0899;
  border-color: #ff0899;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-secondary {
  background: #000008;
  border-color: #000008;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background: #5a6268;
  border-color: #5a6268;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background: #000008;
  border-color: #000008;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-success {
  background: #28ace2;
  border-color: #28ace2;
}
.btn-success:hover, .btn-success:focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active:focus {
  background: #1a8ebd;
  border-color: #1a8ebd;
}
.btn-success.disabled, .btn-success:disabled {
  background: #28ace2;
  border-color: #28ace2;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/***** Outline Button ******/
.btn-outline-primary {
  background: transparent;
  border-color: #28ace2;
  color: #28ace2;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  background: #28ace2;
  color: #ffffff;
  border-color: #28ace2;
}

.btn-outline-secondary {
  background: transparent;
  border-color: #000008;
  color: #000008;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  background: #000008;
  color: #ffffff;
  border-color: #000008;
}

.btn-outline-info {
  background: transparent;
  border-color: #ff0899;
  color: #ff0899;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
  background: #ff0899;
  color: #ffffff;
  border-color: #ff0899;
}

/***** Link Button ******/
.btn-link {
  color: #28ace2;
  word-break: break-word;
}
.btn-link:hover, .btn-link:focus {
  color: #ff0899;
}
.btn-link:disabled, .btn-link.disabled {
  color: #ff0899;
}

/***** Border Color *****/
.border-primary {
  border-color: #28ace2 !important;
}

.border-info {
  border-color: #ff0899 !important;
}

.border-secondary {
  border-color: #000008 !important;
}

/**** loader ****/
.loading {
  border-color: transparent #ff0899;
}

#loading-text {
  color: #ff0899;
}

/***** Text Color *****/
.text-primary {
  color: #28ace2 !important;
}

.text-info {
  color: #ff0899 !important;
}

.text-secondary {
  color: #000008 !important;
}

.card-title {
  color: #28ace2;
}

.card-title a.btn-link {
  color: #ff0899 !important;
}
.card-title a.btn-link:hover {
  color: #28ace2 !important;
}

.card-title a {
  color: #333333 !important;
}
.card-title a:hover {
  color: #28ace2 !important;
}

.text-body {
  color: #ffffff !important;
}

/***** background-Color *****/
.bg-primary {
  background-color: #28ace2 !important;
}

.bg-info {
  background-color: #ff0899 !important;
}

.bg-secondary {
  background-color: #000008 !important;
}

/* Badge CSS */
.badge-primary {
  background: #28ace2;
}

.badge-info {
  background: #ff0899;
}

/***** Text-Color with Anchor Tag *****/
a.text-primary:hover, a.text-primary:focus {
  color: #1a8ebd !important;
}

a.text-info:hover, a.text-info:focus {
  color: #d4007c !important;
}

/***** Dropdown-color *****/
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background-Color: #f2f2f2;
  color: #000008 !important;
}

.bootstrap-select .dropdown-menu li.active small {
  color: #000008 !important;
}
.bootstrap-select .dropdown-toggle small {
  color: #28ace2 !important;
}

/***** Radio button color *****/
.custom-radio .custom-control-input:checked ~ .custom-control-label {
  box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000008;
  border-color: #000008;
  box-shadow: none;
}

/***** Checkbox color *****/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000008;
  border-color: #000008;
  box-shadow: none;
}

/***** Input border-color on focus *****/
.form-control:focus {
  border-color: #000008;
}

/**** pagination ****/
.page-item.active .page-link, .page-item:hover .page-link, .page-item.active:hover .page-link {
  background: #28ace2;
  border-color: #28ace2;
  color: #ffffff;
}

/**** search dropdown****/
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #fff;
}
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong,
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor a {
  color: #ff0899 !important;
}
.tt-dropdown-menu .tt-suggestion a {
  color: #333333 !important;
}
.tt-dropdown-menu .tt-suggestion a strong {
  color: #333333;
}
.tt-dropdown-menu .tt-suggestion a:hover {
  color: #ff0899 !important;
}
.tt-dropdown-menu .tt-suggestion:hover strong {
  color: #ff0899 !important;
}

/**** Account Page CSS ****/
.account-links a:hover .cicon {
  color: #ff0899;
}

.account_dashboard_box h4 {
  color: #ff0899;
}

/**** JQUERY UPLOADER START ****/
.bar {
  background-color: #28ace2;
}

/* Custom CSS Here */
/***** Fonts *****/
@font-face {
  font-family: "service-icon";
  src: url("../fonts/service-icon.eot");
  src: url("../fonts/service-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/service-icon.woff") format("woff"), url("../fonts/service-icon.ttf") format("truetype"), url("../fonts/service-icon.svg#service-icon") format("svg");
  font-display: fallback;
}
@font-face {
  font-family: "action-button";
  src: url("../fonts/action-button.eot?fvggvi");
  src: url("../fonts/action-button.eot?fvggvi#iefix") format("embedded-opentype"), url("../fonts/action-button.ttf?fvggvi") format("truetype"), url("../fonts/action-button.woff?fvggvi") format("woff"), url("../fonts/action-button.svg?fvggvi#action-button") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=action-button-],
[class*=" action-button-"] {
  font-family: "action-button" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "action-button";
  src: url("../fonts/action-button.eot");
  src: url("../fonts/action-button.eot?#iefix") format("embedded-opentype"), url("../fonts/action-button.woff") format("woff"), url("../fonts/action-button.ttf") format("truetype"), url("../fonts/action-button.svg#action-button") format("svg");
  font-display: fallback;
}
[class^=service-],
[class*=" service-"] {
  font-family: "service-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.service-best-offers:before {
  content: "";
}

.service-call-support:before {
  content: "";
}

.service-free-delivery:before {
  content: "";
}

.service-secure-payment:before {
  content: "";
}

.action-button-browse:before {
  content: "";
}

.action-button-custom:before {
  content: "";
}

.action-button-upload:before {
  content: "";
}

body {
  font-family: "Conv_SourceSansPro-Regular", sans-serif;
  color: #505050;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}

h1,
.h1 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 640px) {
  h1,
.h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h2,
.h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

h3,
.h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Conv_SourceSansPro-Bold", sans-serif;
}

h4,
.h4 {
  font-family: "Conv_SourceSansPro-SemiBold", sans-serif;
}

h1 small {
  font-family: "Conv_SourceSansPro-SemiBold", sans-serif;
}

b,
strong,
.text-bold,
.font-weight-bold {
  font-weight: normal !important;
  font-family: "Conv_SourceSansPro-Bold", sans-serif !important;
}

.font-weight-large-bold {
  font-family: "Conv_SourceSansPro-Black", sans-serif !important;
}

.text-yellow {
  color: #fff100;
}

.btn-primary,
.btn-secondary,
.btn-info,
.btn-success {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.btn-secondary {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.card-title {
  color: #28ace2;
}
.card-title a {
  font-family: "Conv_SourceSansPro-Regular", sans-serif;
}

.page-header {
  padding: 0.5rem 0rem;
}
.page-header h1 {
  padding: 0;
}
.page-header a > i {
  vertical-align: text-bottom;
}
.page-header h2,
.page-header h3 {
  margin: 0;
}

.card-header {
  background: #f8f8f8;
}

/***** Top Header Menu ******/
.top-header .navbar-text {
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
.top-header .navbar-text a {
  border: 0;
}
.top-header ul li a {
  color: #ffffff;
  padding: 0 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-left: 1px solid #ffffff;
}
.top-header ul li a:hover, .top-header ul li a:focus {
  color: rgba(253, 253, 253, 0.78);
}
.top-header .social ul li a {
  border: 0;
}

/* Top Menu CSS */
.navbar {
  z-index: 999;
  position: static;
}
@media only screen and (min-width: 768px) {
  .navbar {
    position: sticky;
  }
}
.navbar .navbar-nav {
  margin-right: auto !important;
}
.navbar .navbar-nav .nav-item > .nav-link {
  padding: 0.8rem 0.4rem;
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #505050;
  font-family: "Conv_SourceSansPro-SemiBold", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
  .navbar .navbar-nav .nav-item > .nav-link {
    padding: 0rem 1rem;
  }
}
.navbar .navbar-nav .nav-item > .nav-link:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  background-color: #505050;
  border: 1px solid #505050;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-nav .nav-item > .nav-link:after {
    display: none;
  }
}
.navbar .navbar-nav .nav-item:last-child .nav-link:after {
  display: none;
}
.navbar .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-nav .nav-item.active > .nav-link {
  color: #28ace2 !important;
}
.navbar .navbar-nav .nav-item.show > .nav-link {
  color: #28ace2 !important;
  background: #fff;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  background: #f0f0f0;
  border: 0;
  margin: -0.2rem 0 0 0 !important;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0.5px 1px 1px 0px #cacaca;
    -moz-box-shadow: 0.5px 1px 1px 0px #cacaca;
    box-shadow: 0.5px 1px 1px 0px #cacaca;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
  margin: 0 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding-left: 0;
    background: #f8f8f8;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5rem 0.8rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 4px;
  background: transparent;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #ff0899 !important;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    background-color: #f2f2f2;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
  background: transparent;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    background: #ff0899;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item {
  color: #28ace2 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:before {
  background: transparent;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:before {
    background: #28ace2;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:after {
  color: #28ace2;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a {
  color: #28ace2;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a:after {
  color: #28ace2;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a:before {
  bottom: 0;
  top: auto;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li .dropdown-menu li a:before {
  content: normal;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card {
  background: transparent;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li a {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li a:before {
  content: normal;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li a:hover strong {
  color: #28ace2;
}
.navbar .navbar-nav .nav-item .dropdown-menu.login {
  background: #ffffff;
}
.navbar .navbar-brand {
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-brand {
    padding-left: 10px;
  }
}
.navbar.sticky-header {
  -webkit-box-shadow: 0 2px 2px 0px rgba(102, 102, 102, 0.3);
  -moz-box-shadow: 0 2px 2px 0px rgba(102, 102, 102, 0.3);
  box-shadow: 0 2px 2px 0px rgba(102, 102, 102, 0.3);
}
.navbar.sticky-header .navbar-brand {
  max-width: 130px;
}

/* Nav Tab CSS */
#InfoTab .nav-tabs {
  border: 1px solid #dee2e6;
  padding: 0.3rem 0;
  margin-bottom: 0 !important;
}
#InfoTab .nav-tabs > li {
  padding: 0.5rem 0;
}
#InfoTab .nav-tabs > li a {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #dee2e6;
  padding: 0.2rem 1rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #777777;
  font-family: "Conv_SourceSansPro-SemiBold", sans-serif;
  text-transform: uppercase;
}
#InfoTab .nav-tabs > li a.active, #InfoTab .nav-tabs > li a:hover {
  color: #ff0899;
}
#InfoTab .nav-tabs > li:last-child a {
  border: 0;
}
#InfoTab .tab-content {
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem 1rem;
}

.nav-customtabs .nav-item .nav-link {
  color: #777777;
  font-family: "Conv_SourceSansPro-SemiBold", sans-serif;
}
.nav-customtabs .nav-item .nav-link.active, .nav-customtabs .nav-item .nav-link:hover {
  color: #28ace2;
  background: transparent;
}
.nav-customtabs .nav-item .nav-link.active:after, .nav-customtabs .nav-item .nav-link:hover:after {
  background: #28ace2;
}

.tab-content {
  padding: 1rem 0;
}

/* Date Picker CSS */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #28ace2;
}

/*****Sidebar Product Category CSS *****/
.accordion-menu .list-group-item > a,
.accordion .list-group-item > a {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
.accordion-menu .list-group-item > a:before,
.accordion .list-group-item > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 3px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
}
.accordion-menu .list-group-item > a:after,
.accordion .list-group-item > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 10px;
}
.accordion-menu .list-group-item > a[aria-expanded=true]:after,
.accordion .list-group-item > a[aria-expanded=true]:after {
  content: "";
}
.accordion-menu .list-group-item > a:hover, .accordion-menu .list-group-item > a[aria-expanded=true],
.accordion .list-group-item > a:hover,
.accordion .list-group-item > a[aria-expanded=true] {
  color: #28ace2 !important;
}
.accordion-menu .list-group-item > a:hover:before, .accordion-menu .list-group-item > a[aria-expanded=true]:before,
.accordion .list-group-item > a:hover:before,
.accordion .list-group-item > a[aria-expanded=true]:before {
  background-color: #28ace2;
}
.accordion-menu .list-group-item .list-unstyled li,
.accordion .list-group-item .list-unstyled li {
  padding-left: 0.5rem;
}

.sidebar .list-group-item ul li a {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.sidebar .list-group-item ul li a:before {
  top: auto;
}
.sidebar .list-group-item ul li:hover > a, .sidebar .list-group-item ul li.active > a {
  color: #28ace2 !important;
}
.sidebar #cssmenu .list-group .list-group-item > a {
  color: #333333 !important;
}
.sidebar #cssmenu .list-group .list-group-item:hover > a {
  color: #28ace2 !important;
  padding-left: 1.5rem !important;
}
.sidebar #cssmenu .list-group .list-group-item .list-unstyled li:hover > a, .sidebar #cssmenu .list-group .list-group-item .list-unstyled li.active > a {
  color: #28ace2 !important;
  padding-left: 1.5rem !important;
}

#straightmenu .list-group li > a {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#straightmenu .list-group li > a:before {
  top: 5px !important;
}
#straightmenu .list-group li > .all-product {
  color: #28ace2 !important;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Conv_SourceSansPro-SemiBold", sans-serif;
}
#straightmenu .list-group li .list-unstyled {
  padding-left: 0.5rem;
}
#straightmenu .list-group li .list-unstyled li a {
  font-size: 14px;
  font-size: 0.875rem;
}
#straightmenu .list-group li .list-unstyled li a.active {
  color: #28ace2 !important;
}
#straightmenu .list-group li .list-unstyled li a:hover {
  color: #28ace2 !important;
}
#straightmenu .list-group-item a:hover, #straightmenu .list-group-item a.active {
  color: #28ace2 !important;
}

#myaccount_menu li.active a, #myaccount_menu li:hover a {
  color: #28ace2 !important;
}

.treeview li .act {
  color: #28ace2 !important;
}
.treeview li a:hover {
  color: #28ace2 !important;
}

#category_list a:hover, #category_list a.act {
  color: #28ace2;
}

/* Action Button CSS */
.browse_design,
.upload_design,
.custom_design,
.hire_designer,
.quote_design,
.ico_quote_design {
  border: 0 !important;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
}

.btn-img-text {
  position: relative;
  padding: 0 !important;
  color: #ffffff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-img-text i {
  padding: 1.5rem;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-img-text i:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 10px solid;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-img-text .media-body {
  padding-right: 0.5rem;
}
.btn-img-text .media-body span {
  color: #ffffff !important;
}
.btn-img-text.custom-design {
  background: #28ace2;
}
.btn-img-text.custom-design i {
  background: #136c91 !important;
}
.btn-img-text.custom-design i:after {
  border-color: transparent transparent transparent #136c91;
}
.btn-img-text.custom-design:hover {
  background: #136c91;
}
.btn-img-text.custom-design:hover i {
  background: #28ace2 !important;
}
.btn-img-text.custom-design:hover i:after {
  border-color: transparent transparent transparent #28ace2;
}
.btn-img-text.browse-design {
  background: #ff0899;
}
.btn-img-text.browse-design i {
  background: #d4007c !important;
}
.btn-img-text.browse-design i:after {
  border-color: transparent transparent transparent #d4007c;
}
.btn-img-text.browse-design:hover {
  background: #d4007c;
}
.btn-img-text.browse-design:hover i {
  background: #ff0899 !important;
}
.btn-img-text.browse-design:hover i:after {
  border-color: transparent transparent transparent #ff0899;
}
.btn-img-text.upload-design {
  background: #000008;
}
.btn-img-text.upload-design i {
  background: #333333 !important;
}
.btn-img-text.upload-design i:after {
  border-color: transparent transparent transparent #333333;
}
.btn-img-text.upload-design:hover {
  background: #333333;
}
.btn-img-text.upload-design:hover i {
  background: #000008 !important;
}
.btn-img-text.upload-design:hover i:after {
  border-color: transparent transparent transparent #000008;
}
.btn-img-text.ico-hire-designer {
  background: #747474;
}
.btn-img-text.ico-hire-designer i {
  background: #5b5b5b !important;
}
.btn-img-text.ico-hire-designer i:after {
  border-color: transparent transparent transparent #5b5b5b;
}
.btn-img-text.ico-hire-designer:hover {
  background: #5b5b5b;
}
.btn-img-text.ico-hire-designer:hover i {
  background: #747474 !important;
}
.btn-img-text.ico-hire-designer:hover i:after {
  border-color: transparent transparent transparent #747474;
}
.btn-img-text.ico-quote-design {
  background: #28ace2;
}
.btn-img-text.ico-quote-design i {
  background: #1a8ebd !important;
}
.btn-img-text.ico-quote-design i:after {
  border-color: transparent transparent transparent #1a8ebd;
}
.btn-img-text.ico-quote-design:hover {
  background: #1a8ebd;
}
.btn-img-text.ico-quote-design:hover i {
  background: #28ace2 !important;
}
.btn-img-text.ico-quote-design:hover i:after {
  border-color: transparent transparent transparent #28ace2;
}

.btn-title-text.browse_design:hover, .btn-title-text.upload_design:hover, .btn-title-text.custom_design:hover, .btn-title-text.ico_hire_designer:hover, .btn-title-text.ico_quote_design:hover {
  -webkit-box-shadow: 0 0 5px 1px #73797D;
  -moz-box-shadow: 0 0 5px 1px #73797D;
  box-shadow: 0 0 5px 1px #73797D;
}
.btn-title-text .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-title-text.browse_design {
  background: #ff0899 !important;
  border: 1px solid #ff0899 !important;
}
.btn-title-text.browse_design a .h4,
.btn-title-text.browse_design a i {
  color: #ffffff !important;
}
.btn-title-text.browse_design:hover {
  background: transparent !important;
}
.btn-title-text.browse_design:hover a .h4,
.btn-title-text.browse_design:hover a i {
  color: #ff0899 !important;
}
.btn-title-text.upload_design {
  background: #000008 !important;
  border: 1px solid #000008 !important;
}
.btn-title-text.upload_design a .h4,
.btn-title-text.upload_design a i {
  color: #ffffff !important;
}
.btn-title-text.upload_design:hover {
  background: transparent !important;
}
.btn-title-text.upload_design:hover a .h4,
.btn-title-text.upload_design:hover a i {
  color: #000008 !important;
}
.btn-title-text.custom_design {
  background: #28ace2 !important;
  border: 1px solid #28ace2 !important;
}
.btn-title-text.custom_design a .h4,
.btn-title-text.custom_design a i {
  color: #ffffff !important;
}
.btn-title-text.custom_design:hover {
  background: transparent !important;
}
.btn-title-text.custom_design:hover a .h4,
.btn-title-text.custom_design:hover a i {
  color: #28ace2 !important;
}
.btn-title-text.hire_designer {
  background: #747474 !important;
  border: 1px solid #747474 !important;
}
.btn-title-text.hire_designer a .h4,
.btn-title-text.hire_designer a i {
  color: #ffffff !important;
}
.btn-title-text.hire_designer:hover {
  background: transparent !important;
}
.btn-title-text.hire_designer:hover a .h4,
.btn-title-text.hire_designer:hover a i {
  color: #747474 !important;
}
.btn-title-text.quote_product {
  background: #28ace2 !important;
  border: 1px solid #28ace2 !important;
}
.btn-title-text.quote_product a .h4 {
  color: #ffffff !important;
}
.btn-title-text.quote_product:hover {
  background: transparent !important;
}
.btn-title-text.quote_product:hover a .h4 {
  color: #28ace2 !important;
}

/***** CMS Header *****/
.header-content h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Conv_SourceSansPro-Regular", sans-serif;
}
@media only screen and (min-width: 640px) {
  .header-content h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.header-content .subtitle-text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 640px) {
  .header-content .subtitle-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* Opacity Text Header */
.bg-text {
  -moz-transform: translate(-3%, 10%);
  -o-transform: translate(-3%, 10%);
  -ms-transform: translate(-3%, 10%);
  -webkit-transform: translate(-3%, 10%);
  transform: translate(-3%, 10%);
}
.bg-text h2 {
  font-size: 65px;
  font-size: 4.0625rem;
  font-family: "Conv_SourceSansPro-Black", sans-serif;
  letter-spacing: 15px;
  color: #a6e0e4;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media only screen and (min-width: 800px) {
  .bg-text h2 {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

.panel-browse {
  display: inline-block;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.panel-browse h3 {
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
}
.panel-browse h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #ff0899;
}
@media only screen and (min-width: 640px) {
  .panel-browse h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .panel-browse {
    -moz-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

/***** Product Hover Effact *****/
.product-box .hover-box-shadow {
  position: relative;
  background: #ffffff;
  border-radius: 0;
  padding: 1rem 1rem 0;
}
.product-box .hover-box-shadow:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  border-left: 5px solid #cccccc;
  border-right: 5px solid #cccccc;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  -ms-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: 1;
}
.product-box .hover-box-shadow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  border-bottom: 5px solid #cccccc;
  border-top: 5px solid #cccccc;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  -ms-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.product-box .hover-box-shadow:hover:before, .product-box .hover-box-shadow:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-box .hover-box-shadow:hover h3 {
  color: #28ace2 !important;
}
.product-box .hover-box-shadow .thumbnail {
  border-radius: 0;
  z-index: 9;
}
.product-box .hover-box-shadow .thumbnail img {
  border-radius: 0;
}
.product-box .hover-box-shadow .card-body,
.product-box .hover-box-shadow .card-footer {
  position: relative;
  z-index: 9;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product-box .hover-box-shadow .card-body .btn-info,
.product-box .hover-box-shadow .card-footer .btn-info {
  display: inline-block;
  font-family: "Conv_SourceSansPro-SemiBold", sans-serif;
  background: transparent;
  color: #28ace2;
  border: 0;
  padding: 0;
}
.product-box .hover-box-shadow .card-body .btn-info:hover, .product-box .hover-box-shadow .card-body .btn-info:focus,
.product-box .hover-box-shadow .card-footer .btn-info:hover,
.product-box .hover-box-shadow .card-footer .btn-info:focus {
  background: transparent;
  color: #ff0899;
}
.product-box .hover-box-shadow:hover .btn-info, .product-box .hover-box-shadow:focus .btn-info {
  letter-spacing: 1px;
  color: #ff0899;
  background: transparent;
}
.product-box .btn-info {
  font-size: 16px;
  font-size: 1rem;
  box-shadow: none;
  display: inline-block;
  font-family: "Conv_SourceSansPro-SemiBold", sans-serif;
}

/***** Middle Footer CSS *****/
.service_block {
  background: url(../images/services-bg.jpg) fixed no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.service_block:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: -1;
  background: #ff0899;
}
.service_block .srvc_inr_blck a {
  display: inline-block;
  position: relative;
}
.service_block .srvc_inr_blck a span {
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 60px;
  font-size: 3.75rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}
.service_block .srvc_inr_blck a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.service_block .srvc_inr_blck h3 {
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 1.5rem 0 3rem;
  position: relative;
}
.service_block .srvc_inr_blck h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 75px;
  right: 0;
  height: 2px;
  background: #ffffff;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .service_block .srvc_inr_blck h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.service_block .srvc_inr_blck:hover span {
  background: #ffffff;
  border-color: #ffffff;
  color: #ff0899;
}
.service_block .srvc_inr_blck:hover a:after {
  -webkit-animation: pulse 1.3s ease-out 75ms;
  -moz-animation: pulse 1.3s ease-out 75ms;
  -ms-animation: pulse 1.3s ease-out 75ms;
  -o-animation: pulse 1.3s ease-out 75ms;
  animation: pulse 1.3s ease-out 75ms;
}

.testimonial_home .testimonial_left {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.testimonial_home .testimonial_left .card {
  border: 0;
  margin: 0 !important;
  background: transparent;
}
.testimonial_home .testimonial_left .card .card-header {
  border-radius: 0;
  border: 0;
  background: transparent !important;
  padding: 0;
}
.testimonial_home .testimonial_left .card .card-header .card-title {
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
  display: inline-block;
  font-family: "Conv_SourceSansPro-Bold", sans-serif;
  color: #505050;
}
.testimonial_home .testimonial_left .card .card-header .card-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #ff0899;
}
@media only screen and (min-width: 640px) {
  .testimonial_home .testimonial_left .card .card-header .card-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.testimonial_home .testimonial_left .card .card-body {
  padding: 2rem 0 1.25rem;
  position: relative;
}
.testimonial_home .testimonial_left .card .card-body blockquote p {
  font-size: 18px;
  font-size: 1.125rem;
}
.testimonial_home .testimonial_left .card .card-body:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  top: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #ff0899;
}
.testimonial_home .testimonial_left .card .card-footer {
  padding: 0.75rem 0;
  background: transparent;
  border: 0;
}
.testimonial_home .testimonial_left .card .card-footer .carousel-control-prev,
.testimonial_home .testimonial_left .card .card-footer .carousel-control-next {
  width: 3%;
}
@media only screen and (min-width: 640px) {
  .testimonial_home .testimonial_left {
    -moz-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}
.testimonial_home .bg-text h2 {
  color: #dee3e8;
}

/* Animation CSS */
@-webkit-keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.middle_inner_section {
  padding-top: 2rem;
}
@media only screen and (min-width: 640px) {
  .middle_inner_section {
    padding-top: 0;
  }
}

/***** Footer CSS *****/
.subscribe_section .card .card-body {
  padding: 0;
}
.subscribe_section .card .card-body h3 {
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
}
.subscribe_section .card .card-body h3 p {
  font-family: "Conv_SourceSansPro-Regular", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #ccc;
}
@media only screen and (min-width: 768px) {
  .subscribe_section .card .card-body h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.subscribe_section .card .card-body small {
  color: #cecece;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Conv_SourceSansPro-Regular", sans-serif;
}
.subscribe_section .card .card-body .input-group .input-group-append {
  position: absolute;
  right: 5px;
  top: 4px;
  z-index: 9;
}
.subscribe_section .card .card-body .input-group .input-group-append button {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 0.4rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Conv_SourceSansPro-Bold", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .subscribe_section .card .card-body .input-group .input-group-append button {
    padding: 0.4rem 2rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.subscribe_section .card .card-body .input-group input {
  height: 45px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .subscribe_section .card .card-body .input-group input {
    height: 50px;
  }
}

.fotter_bottom ul {
  padding: 0;
  margin: 0;
}
.fotter_bottom ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.fotter_bottom ul li a {
  padding: 0.3rem 0;
  display: inline-block;
  color: #cccccc;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.fotter_bottom ul li a:hover, .fotter_bottom ul li a:focus {
  color: #28ace2 !important;
}
.fotter_bottom ul li a i {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 16px;
  font-size: 1rem;
}
.fotter_bottom ul.list-unstyled > li {
  float: none;
  width: 100%;
}
.fotter_bottom ul.list-unstyled > li a {
  padding-left: 15px;
  position: relative;
}
.fotter_bottom ul.list-unstyled > li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 100%;
  background-color: #ccc;
}
.fotter_bottom ul.bottom-links li a i {
  display: none;
}
.fotter_bottom .contact_us li a {
  padding-left: 1.5rem;
  color: #ccc;
}
.fotter_bottom .contact_us li a:hover {
  padding-left: 1.5rem;
}
.fotter_bottom .contact_us li a:hover i {
  color: #28ace2 !important;
}
.fotter_bottom h3 {
  color: #cccccc;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.fotter_bottom p {
  color: #cccccc;
}

/**** bottom links ****/
.bottom-links .list-inline-item {
  display: block;
  padding: 0;
  margin: 0;
}
.bottom-links .list-inline-item a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #cccccc;
  padding: 0.3rem 0;
  display: inline-block;
  padding-left: 15px;
}
.bottom-links .list-inline-item a.active, .bottom-links .list-inline-item a:focus, .bottom-links .list-inline-item a:hover {
  color: #28ace2;
}
.bottom-links .list-inline-item a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 100%;
  background-color: #ccc;
}

/* Product Hover Effect*/
.flip3d .card-header {
  background: #28ace2 !important;
}
.flip3d .card-header .card-title {
  color: #ffffff;
}
.flip3d .card-header .card-title:hover {
  color: #dcf1fa;
}

.slideup:hover {
  border-color: #000008;
}
.slideup .card-body {
  background: #000008 !important;
}

.title-top h3 {
  text-align: left !important;
  margin-top: 0 !important;
}

.hover-box-shadow .card-body .card-text {
  font-size: 14px;
  font-size: 0.875rem;
}

.slide-hover .card-title {
  background: #ff0899 !important;
}
.slide-hover .card-title:after {
  background: #d4007c;
}

/* Common CSS */
.media-filter li a {
  border-color: #000008;
  color: #000008;
}
.media-filter li a:hover, .media-filter li a.selected {
  background: #000008 !important;
  color: #ffffff !important;
}
.media-filter .media-boxes-drop-down-header {
  border: 1px solid #000008;
}

#disp_product_price.text-dark,
#disp_total_price.text-dark {
  color: #ff0899 !important;
}

#order-billing-details .card-header,
.order_history .card-header,
#price_calculator .card-header {
  background: transparent !important;
}

.search_top {
  position: static;
}
.search_top .search-toggle {
  background: #ff0899;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (min-width: 640px) {
  .search_top .search-toggle {
    right: 0;
    left: auto;
    width: 300px;
  }
}
.search_top .search-toggle .twitter-typeahead {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .search_top {
    position: relative;
  }
}

/*Breadcrumb CSS*/
.breadcrumb_container .breadcrumb li a {
  color: #000008;
}
.breadcrumb_container .breadcrumb li a:hover {
  color: #28ace2;
}
.breadcrumb_container .breadcrumb li.active .a {
  color: #28ace2;
}

input:focus + .input-group-append .input-group-text {
  border-color: #000008;
}

#designer_template_category li a:hover, #designer_template_category li a.p_act {
  color: #28ace2;
}

.card-footer .carousel-control-next,
.card-footer .carousel-control-prev {
  width: 7%;
}

.form-control:focus + .input-group-append .input-group-text {
  border-color: #000008;
}
.form-control:focus ~ .col-form-label {
  color: #000008;
}

.top-header {
  background: #000008;
  margin-bottom: -8px;
}
.top-header .bootstrap-select > .dropdown-toggle {
  padding: 0 0.75rem;
}

.blockquote {
  font-size: 16px;
  font-size: 1rem;
}

/***** Container Width *****/
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

.popover.show {
  max-width: 290px !important;
}
@media only screen and (min-width: 768px) {
  .popover.show {
    max-width: 350px !important;
  }
}

.carousel-control-prev-icon {
  width: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(51, 51, 51)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  width: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(51, 51, 51)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.navbar-bg-outside {
  z-index: 1;
}

#shopping-cart .card-header .card-title a {
  font-family: "Conv_SourceSansPro-SemiBold", sans-serif;
  color: #28ace2 !important;
  font-size: 18px;
  font-size: 1.125rem;
}
#shopping-cart .card-header .card-title a:hover {
  color: #28ace2 !important;
}

#sitemap ul li a:hover {
  color: #28ace2;
}

#shopping_accordion .card-title a,
#price_calculator .card-title a {
  color: #28ace2 !important;
  font-family: "Conv_SourceSansPro-SemiBold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.btn-group .btn-outline-primary {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
.btn-group .btn-primary {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

#top-banner {
  background-color: #ffffff;
}
#top-banner .slick-slide img {
  margin: 0 auto;
}
#top-banner .slick-dots li.slick-active button:before {
  color: #ff0899;
}

.top_header_links {
  position: relative;
  z-index: 1050;
}
.top_header_links li .btn {
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 15px;
  border-left: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Conv_SourceSansPro-Regular", sans-serif;
  text-transform: uppercase;
  padding: 8px 20px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 6px 0px #2d2d2d;
  -moz-box-shadow: 0px 0px 6px 0px #2d2d2d;
  box-shadow: 0px 0px 6px 0px #2d2d2d;
}
@media only screen and (max-width: 767px) {
  .top_header_links li .btn {
    padding: 6px 6px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.top_header_links li .btn-yellow {
  background: #fff525;
  color: #000008 !important;
}
.top_header_links li .btn-yellow:hover {
  background: #beb500;
}
.top_header_links li:last-child .btn {
  margin-right: 0;
}

.home_page_body h2 {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Conv_SourceSansPro-Bold", sans-serif;
  text-transform: uppercase;
  color: #363636;
}
@media only screen and (max-width: 1199px) {
  .home_page_body h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .home_page_body h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.cms-header-block {
  padding: 60px 0;
}
@media only screen and (min-width: 1248px) {
  .cms-header-block {
    padding: 80px 0;
  }
}
.cms-header-block .nav {
  margin-top: 20px;
}
.cms-header-block .nav .nav-item .nav-link {
  background: #fff;
  color: #363636;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  border: 2px solid #e1e1e1;
  margin-right: 40px;
}
.cms-header-block .nav .nav-item .nav-link.active, .cms-header-block .nav .nav-item .nav-link:hover {
  background-color: #ff0899;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .cms-header-block .nav .nav-item .nav-link {
    margin-right: 14px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms-header-block .nav .nav-item .nav-link {
    padding: 5px 5px;
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .cms-header-block .nav .nav-item .nav-link {
    font-size: 7.5px;
    font-size: 0.46875rem;
    padding: 5px 3px;
  }
}
.cms-header-block .nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.demo-block {
  padding: 60px 0;
}
@media only screen and (min-width: 1248px) {
  .demo-block {
    padding: 80px 0;
  }
}
.demo-block p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #363636;
  line-height: 1.5;
  font-family: "Conv_SourceSansPro-Light", sans-serif;
  margin: 23px 0;
}
@media only screen and (max-width: 1199px) {
  .demo-block p {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .demo-block p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.demo-block .btn {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Conv_SourceSansPro-SemiBold", sans-serif;
  border-radius: 3px;
  line-height: 1;
  padding: 24px 15px;
  max-width: 385px;
  width: 100%;
  background: #00a6ed;
  border-color: #00a6ed;
  margin-top: 14px;
}
.demo-block .btn:hover {
  background: #1a8ebd;
}
@media only screen and (max-width: 1199px) {
  .demo-block .btn {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 100%;
    padding: 15px 15px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .demo-block .btn {
    max-width: 250px;
  }
}
.demo-block .margin_bottom_row {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .demo-block .margin_bottom_row {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .demo-block .margin_bottom_row {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .demo-block ul {
    text-align: left;
  }
}
.demo-block ul li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .demo-block ul li {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .demo-block ul li {
    padding-left: 24px;
    padding-bottom: 10px;
  }
}
.demo-block ul li i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #363636;
}
@media only screen and (max-width: 991px) {
  .demo-block ul li i {
    font-size: 16px;
    font-size: 1rem;
  }
}
.demo-block ul li span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #363636;
  line-height: 1.5;
  font-family: "Conv_SourceSansPro-Light", sans-serif;
}
@media only screen and (max-width: 991px) {
  .demo-block ul li span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.demo-block ul li a:hover {
  color: #28ace2;
}
.demo-block ul li a:hover span {
  color: #28ace2;
}
.demo-block ul li a:hover i {
  color: #28ace2;
}

.creative_projects .margin_bottom_row1 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .creative_projects .margin_bottom_row1 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .creative_projects .margin_bottom_row1 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .creative_projects .products {
    border: 0 !important;
  }
}
.creative_projects .products p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #363636;
  line-height: 1.5;
  font-family: "Conv_SourceSansPro-Light", sans-serif;
}
@media only screen and (max-width: 991px) {
  .creative_projects .products p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.creative_projects .product2 {
  background-color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .creative_projects .product2 {
    background-color: #fff;
  }
}
.creative_projects .products_shadow {
  position: relative;
}
.creative_projects .products_shadow:before {
  content: "";
  display: block;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 16.5%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .creative_projects .products_shadow:before {
    display: none;
  }
}
.creative_projects .products_shadow img {
  z-index: 1;
}
.creative_projects .products_shadow1:before {
  background: #e9e9e9;
  left: -14%;
  z-index: 1;
}
.creative_projects .text_block {
  z-index: 2;
}

.testimonial_block {
  padding: 95px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .testimonial_block {
    padding: 60px 0;
  }
}
.testimonial_block .slick-slider {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .testimonial_block .slick-slider img {
    max-width: none;
    height: unset;
  }
}
.testimonial_block .slick-slider .banner-text {
  position: absolute;
  top: 48%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
  max-width: 533px;
  left: 13%;
}
@media only screen and (max-width: 1199px) {
  .testimonial_block .slick-slider .banner-text {
    left: 5%;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial_block .slick-slider .banner-text {
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_block .slick-slider .banner-text {
    max-width: 100%;
    text-align: center;
  }
}
.testimonial_block .slick-slider .banner-text p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Conv_SourceSansPro-Light", sans-serif;
  margin: 23px 0;
}
@media only screen and (max-width: 1199px) {
  .testimonial_block .slick-slider .banner-text p {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial_block .slick-slider .banner-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.testimonial_block .slick-slider .banner-text .btn {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Conv_SourceSansPro-SemiBold", sans-serif;
  border-radius: 3px;
  line-height: 1;
  padding: 24px 15px;
  max-width: 385px;
  width: 100%;
  background: #00a6ed;
  border-color: #00a6ed;
  margin-top: 14px;
}
.testimonial_block .slick-slider .banner-text .btn:hover {
  background: #1a8ebd;
}
@media only screen and (max-width: 1199px) {
  .testimonial_block .slick-slider .banner-text .btn {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 250px;
    padding: 15px 15px;
    margin-top: 0px;
  }
}
.testimonial_block .slick-prev,
.testimonial_block .slick-next {
  display: none !important;
}
.testimonial_block .slick-dots {
  bottom: 50px;
}
.testimonial_block .slick-dots li {
  width: auto;
  height: auto;
}
.testimonial_block .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.testimonial_block .slick-dots li button:before {
  display: none;
}
.testimonial_block .slick-dots .slick-active button {
  background-color: #fff100;
}

.footer-content {
  background-color: #231f20;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .footer-content {
    padding: 50px 0;
  }
}

.popover .popover-body {
  padding: 0;
}

.top-nav-cms a {
  color: #505050;
}
.top-nav-cms a:hover, .top-nav-cms a:focus {
  color: #28ace2 !important;
}

.social_block ul li {
  width: auto !important;
}
.social_block ul li a {
  display: block;
  padding-left: 30px !important;
}
.social_block ul li a:before {
  display: none;
}
.social_block ul li a i {
  position: static;
  font-size: 24px;
  font-size: 1.5rem;
}
.social_block ul li:first-child a {
  padding-left: 0 !important;
}

.subsctiber_block .card-body {
  padding: 0;
}
.subsctiber_block .card-body .input-group .form-control {
  background: transparent;
  font-size: 18px;
  font-size: 1.125rem;
  height: 43px;
}
.subsctiber_block .card-body .input-group .form-control::placeholder {
  color: #ccc;
}
.subsctiber_block .card-body .btn {
  text-transform: uppercase;
  font-family: "Conv_SourceSansPro-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  border-top-right-radius: 0.45rem !important;
  border-bottom-right-radius: 0.45rem !important;
}

.navbar .navbar-nav .nav-item > .dropdown-menu {
  top: calc(100% + 11px);
}

.contact_section {
  background-color: #363636;
  padding: 60px 0;
  color: #eeeeee;
}
.contact_section h2 {
  color: #eeeeee;
}
.contact_section p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #eeeeee;
}
@media only screen and (min-width: 768px) {
  .contact_section p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.navbar-collapse {
  z-index: 99999;
}
@media only screen and (min-width: 768px) {
  .navbar-collapse {
    z-index: 9;
  }
}

.navbar-bg-outside {
  z-index: 1050;
}
@media only screen and (min-width: 768px) {
  .navbar-bg-outside {
    z-index: 1;
  }
}

/*# sourceMappingURL=theme.css.map */
