@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 1200px; } }
body {
  font-family: 'Roboto';
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  color: #333; }

h1 {
  font-size: 2.00rem; }

h2 {
  font-size: 1.74rem; }

h3 {
  font-size: 1.52rem; }

h4 {
  font-size: 1.32rem; }

h5 {
  font-size: 1.15rem; }

h6 {
  font-size: 1.00rem; }

a {
  color: #1C75BC; }
  a:visited {
    color: #1C75BC; }

.site-main {
  min-height: 100vh; }

.page {
  margin: 0; }

.ckt-breadcrumb {
  margin: 5px 0px;
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .ckt-breadcrumb {
      font-size: 13px; } }
  .ckt-breadcrumb a {
    text-decoration: none;
    color: #555;
    font-size: 15px; }

/* widget */
.widget {
  background-color: #fff;
  padding: 15px; }
  .widget ul {
    margin: 0px; }
    .widget ul li {
      line-height: 2rem; }
      .widget ul li a {
        text-decoration: none; }
        .widget ul li a:hover {
          text-decoration: underline; }

.widget-title, .widgettitle {
  color: #1C75BC;
  text-transform: uppercase;
  font-size: 20px; }

.page-title {
  font-size: 27px;
  color: #1C75BC;
  text-transform: uppercase; }

@media screen and (max-width: 991px) {
  .widget-area {
    margin-top: 20px; } }

.archive .ckt-blog-wrapper, .search .ckt-blog-wrapper {
  display: flex; }
  @media screen and (max-width: 992px) {
    .archive .ckt-blog-wrapper, .search .ckt-blog-wrapper {
      flex-direction: column; } }
  .archive .ckt-blog-wrapper .ckt-blog-image, .search .ckt-blog-wrapper .ckt-blog-image {
    width: 300px;
    margin-right: 20px; }
    @media screen and (max-width: 992px) {
      .archive .ckt-blog-wrapper .ckt-blog-image, .search .ckt-blog-wrapper .ckt-blog-image {
        width: 100%;
        margin: 0px; } }
    @media screen and (max-width: 992px) {
      .archive .ckt-blog-wrapper .ckt-blog-image img, .search .ckt-blog-wrapper .ckt-blog-image img {
        height: 200px;
        object-fit: cover; } }
  .archive .ckt-blog-wrapper .ckt-blog-content, .search .ckt-blog-wrapper .ckt-blog-content {
    width: calc(100% - 320px); }
    @media screen and (max-width: 992px) {
      .archive .ckt-blog-wrapper .ckt-blog-content, .search .ckt-blog-wrapper .ckt-blog-content {
        width: 100%;
        margin-top: 10px; } }
    .archive .ckt-blog-wrapper .ckt-blog-content .entry-title a, .search .ckt-blog-wrapper .ckt-blog-content .entry-title a {
      text-decoration: none;
      font-size: 20px; }
      .archive .ckt-blog-wrapper .ckt-blog-content .entry-title a:hover, .search .ckt-blog-wrapper .ckt-blog-content .entry-title a:hover {
        text-decoration: underline; }
    .archive .ckt-blog-wrapper .ckt-blog-content .entry-meta, .search .ckt-blog-wrapper .ckt-blog-content .entry-meta {
      padding: 0px; }
    .archive .ckt-blog-wrapper .ckt-blog-content .entry-content, .search .ckt-blog-wrapper .ckt-blog-content .entry-content {
      font-size: 15px;
      margin-top: 10px; }
      .archive .ckt-blog-wrapper .ckt-blog-content .entry-content p, .search .ckt-blog-wrapper .ckt-blog-content .entry-content p {
        margin: 0px; }
    .archive .ckt-blog-wrapper .ckt-blog-content .entry-footer, .search .ckt-blog-wrapper .ckt-blog-content .entry-footer {
      font-size: 14px;
      margin-top: 10px;
      display: inline-flex;
      column-gap: 5px; }

.devvn_buy_now_style {
  max-width: 100% !important;
  background: #1C75BC !important; }

.devvn-popup-title, .devvn-order-btn {
  background: #1C75BC !important; }

.ckt-header-content {
  background: #fff; }
  @media screen and (max-width: 992px) {
    .ckt-header-content {
      position: relative;
      z-index: 99;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; }
      .ckt-header-content.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 9999; } }
  .ckt-header-content .ckt-header-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .ckt-header-content .ckt-header-content-inner .site-branding img {
      max-width: 100%;
      width: auto;
      height: 80px; }
      @media screen and (max-width: 992px) {
        .ckt-header-content .ckt-header-content-inner .site-branding img {
          height: 60px; } }
    .ckt-header-content .ckt-header-content-inner .site-branding .site-title {
      display: none; }
    .ckt-header-content .ckt-header-content-inner .main-navigation {
      width: auto; }
      @media screen and (max-width: 992px) {
        .ckt-header-content .ckt-header-content-inner .main-navigation {
          display: none; } }
      .ckt-header-content .ckt-header-content-inner .main-navigation .nav-menu .menu-item a {
        font-size: 15px;
        text-transform: uppercase;
        color: #333;
        font-weight: 500;
        padding: 10px 15px;
        line-height: 25px; }
        .ckt-header-content .ckt-header-content-inner .main-navigation .nav-menu .menu-item a:hover {
          color: #FF6B1C; }
      .ckt-header-content .ckt-header-content-inner .main-navigation .nav-menu .menu-item.current-menu-item a {
        color: #FF6B1C; }
    .ckt-header-content .ckt-header-content-inner .ckt-header-toggle-menu {
      background: transparent;
      border: 0;
      padding: 5px;
      display: none; }
      .ckt-header-content .ckt-header-content-inner .ckt-header-toggle-menu.is-hidden {
        visibility: hidden; }
      @media screen and (max-width: 992px) {
        .ckt-header-content .ckt-header-content-inner .ckt-header-toggle-menu {
          display: block; } }
      .ckt-header-content .ckt-header-content-inner .ckt-header-toggle-menu i {
        color: #1C75BC;
        font-size: 27px; }
    .ckt-header-content .ckt-header-content-inner .ckt-header-mobile {
      display: none; }
      @media screen and (max-width: 992px) {
        .ckt-header-content .ckt-header-content-inner .ckt-header-mobile {
          display: block; } }
      .ckt-header-content .ckt-header-content-inner .ckt-header-mobile .ckt-header-search {
        background: transparent;
        border: 0;
        color: #1C75BC;
        padding: 7px; }
        .ckt-header-content .ckt-header-content-inner .ckt-header-mobile .ckt-header-search i {
          font-size: 20px; }
      .ckt-header-content .ckt-header-content-inner .ckt-header-mobile .ckt-cart-link {
        padding: 7px; }
        .ckt-header-content .ckt-header-content-inner .ckt-header-mobile .ckt-cart-link i {
          font-size: 20px; }

.ckt-header-sticky {
  background: #1C75BC;
  top: 0; }
  .ckt-header-sticky.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999; }
  .ckt-header-sticky .ckt-header-sticky-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav {
      position: relative; }
      .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav .ckt-header-nav-text {
        background-color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        color: #1C75BC;
        font-weight: 600;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-height: 60px;
        padding: 0px 35px;
        vertical-align: middle;
        margin: 2px 0px; }
        @media screen and (max-width: 992px) {
          .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav .ckt-header-nav-text {
            display: none; } }
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav .ckt-header-nav-text i {
          font-size: 10px;
          margin-left: 10px; }
      .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav:hover .ckt-header-nav-text {
        background: #1C75BC;
        color: #fff; }
      .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav:hover .ckt-header-vertical-nav-wrapper {
        display: block; }
        @media screen and (max-width: 992px) {
          .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav:hover .ckt-header-vertical-nav-wrapper {
            position: fixed;
            top: 0; } }
      .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav .menu {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd; }
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav .menu .menu-item a {
          display: block;
          padding: 6px 20px !important;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 400;
          line-height: 29px;
          border-bottom: 1px solid #ddd; }
          .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav .menu .menu-item a:hover {
            background: #1C75BC;
            color: #fff; }
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav .menu .menu-item .sub-menu {
          margin: 0px;
          padding: 0px;
          list-style: none; }
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav .menu .current-menu-item > a {
          background: #1C75BC;
          color: #fff; }
    .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav-wrapper {
      display: none;
      position: absolute;
      z-index: 2;
      background: #fff;
      width: 100%;
      left: 0; }
      @media screen and (max-width: 992px) {
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav-wrapper {
          position: fixed;
          background: rgba(0, 0, 0, 0.6);
          padding: 0 0 0 60px;
          height: 100%;
          top: 0px;
          z-index: 9999; } }
      .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav-wrapper .menu-vertical-menu-container {
        background: #fff; }
      .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav-wrapper .ckt-header-close-btn {
        position: absolute;
        top: 10px;
        left: 10px;
        background: transparent;
        border: 0;
        padding: 5px;
        display: none; }
        @media screen and (max-width: 992px) {
          .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav-wrapper .ckt-header-close-btn {
            display: inline-block; } }
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav-wrapper .ckt-header-close-btn i {
          font-size: 27px;
          color: #1C75BC; }
      .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav-wrapper .ckt-header-close-text {
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        gap: 10px;
        display: none; }
        @media screen and (max-width: 992px) {
          .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav-wrapper .ckt-header-close-text {
            display: flex; } }
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav-wrapper .ckt-header-close-text i {
          color: #fff;
          font-size: 30px; }
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-header-vertical-nav-wrapper .ckt-header-close-text span {
          color: #fff;
          text-transform: uppercase;
          font-size: 15px; }
    .ckt-header-sticky .ckt-header-sticky-inner .ckt-content-right {
      display: flex;
      align-items: center; }
      .ckt-header-sticky .ckt-header-sticky-inner .ckt-content-right .ckt-search-form-wrapper {
        margin-right: 15px; }
        @media screen and (max-width: 992px) {
          .ckt-header-sticky .ckt-header-sticky-inner .ckt-content-right .ckt-search-form-wrapper {
            display: none;
            position: fixed;
            top: 62px;
            right: 0;
            z-index: 9999;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; } }
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-content-right .ckt-search-form-wrapper .screen-reader-text {
          display: none; }
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-content-right .ckt-search-form-wrapper .searchform {
          display: flex; }
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-content-right .ckt-search-form-wrapper input {
          border: 0;
          border-radius: 0;
          min-height: 40px;
          padding: 5px 10px; }
          .ckt-header-sticky .ckt-header-sticky-inner .ckt-content-right .ckt-search-form-wrapper input:focus {
            border: 0;
            outline: 0; }
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-content-right .ckt-search-form-wrapper .search_button {
          border: 0;
          border-radius: 0;
          background: #FF6B1C; }
          .ckt-header-sticky .ckt-header-sticky-inner .ckt-content-right .ckt-search-form-wrapper .search_button i {
            color: #fff; }
      @media screen and (max-width: 992px) {
        .ckt-header-sticky .ckt-header-sticky-inner .ckt-content-right .ckt-cart-box {
          display: none; } }
      .ckt-header-sticky .ckt-header-sticky-inner .ckt-content-right .ckt-cart-box .ckt-cart-link i {
        font-size: 24px;
        color: #fff; }

body.admin-bar .ckt-header-sticky.sticky {
  top: 32px; }
  @media screen and (max-width: 992px) {
    body.admin-bar .ckt-header-sticky.sticky {
      top: 46px !important; } }
body.admin-bar .ckt-header-sticky .ckt-header-sticky-inner .ckt-content-right .ckt-search-form-wrapper {
  top: 110px !important; }
@media screen and (max-width: 992px) {
  body.admin-bar .ckt-header-vertical-nav-wrapper {
    top: 46px !important; } }
body.admin-bar .ckt-header-content.sticky {
  top: 32px; }
  @media screen and (max-width: 992px) {
    body.admin-bar .ckt-header-content.sticky {
      top: 46px !important; } }
body.nav-sticky {
  padding-top: 100px; }

.footer-top-content {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer-top-content h2 {
    font-size: 20px;
    color: #fff; }
  .footer-top-content .textwidget {
    color: #fff; }
  .footer-top-content .widgettitle {
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    width: auto;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .footer-top-content a {
    color: #fff;
    text-decoration: none; }
    .footer-top-content a:hover {
      text-decoration: underline; }
  .footer-top-content ul {
    margin: 0px;
    padding: 0px; }
    .footer-top-content ul li {
      list-style: none;
      line-height: 2rem; }
  .footer-top-content .footer-about-us ul {
    display: flex;
    gap: 20px; }

.site-footer {
  background-image: url("../images/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 30px; }
  .site-footer:before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: #001447b0;
    width: 100%;
    height: 100%; }

.footer-site-info {
  position: relative;
  z-index: 2;
  padding: 15px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.21); }
  .footer-site-info .footer-site-info-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-site-info .footer-site-info-inner {
        flex-direction: column;
        row-gap: 10px; } }
    .footer-site-info .footer-site-info-inner .footer-socials ul {
      margin: 0px;
      padding: 0px;
      display: flex; }
      .footer-site-info .footer-site-info-inner .footer-socials ul li {
        list-style: none;
        color: #fff;
        margin-right: 15px; }
      .footer-site-info .footer-site-info-inner .footer-socials ul a {
        color: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 2px solid #fff;
        text-decoration: none; }
    .footer-site-info .footer-site-info-inner .site-info {
      color: #fff;
      font-size: 14px; }
      .footer-site-info .footer-site-info-inner .site-info a {
        color: #fff;
        text-decoration: none; }

#ckt-back-to-top {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  left: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #1C75BC;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 10px;
  /* Some padding */
  font-size: 18px;
  /* Increase font size */ }
  #ckt-back-to-top:hover {
    background-color: #FF6B1C; }

.phonering-alo-phone {
  visibility: hidden;
  background-color: transparent;
  width: 55px;
  height: 55px;
  cursor: pointer;
  display: block;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s; }

.phonering-alo-phone.phonering-alo-show {
  visibility: visible; }

.phonering-alo-phone.phonering-alo-static {
  opacity: 0.6; }

.phonering-alo-phone.phonering-alo-hover, .phonering-alo-phone:hover {
  opacity: 1; }

.phonering-alo-ph-circle {
  width: 75px !important;
  height: 75px !important;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important; }

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important; }

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone:hover .phonering-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5; }

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
  border-color: #272d6b;
  opacity: 0.5; }

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5; }

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5; }

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5; }

.phonering-alo-ph-circle-fill {
  width: 75px !important;
  height: 75px !important;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important; }

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important; }

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(39, 45, 107, 0.5);
  opacity: 0.75 !important; }

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(39, 45, 107, 0.5);
  opacity: 0.75 !important; }

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5); }

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important; }

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important; }

.phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.phonering-alo-ph-img-circle img {
  width: 100%; }

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important; }

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important; }

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone:hover .phonering-alo-ph-img-circle {
  background-color: #00aff2; }

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
  background-color: #272d6b; }

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: #00aff2; }

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
  background-color: #ccc; }

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
  background-color: #75eb50; }

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1; } }
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1; } }
@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1; } }
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }
@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }
.bottom-box-fix {
  position: fixed;
  z-index: 9999;
  right: 15px;
  bottom: 50px; }

.bottom-box-fix ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 40px; }

.bottom-box-fix ul li {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  position: relative; }

.bottom-box-fix ul li:last-child {
  margin-bottom: 0; }

.bottom-box-fix ul li a {
  display: inline-block;
  width: 100%;
  position: relative; }

.bottom-box-fix ul li a .fa {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  line-height: 40px;
  border: 0;
  background: red;
  color: #fff;
  font-size: 28px;
  text-align: center;
  position: relative;
  z-index: 9;
  box-shadow: none;
  text-shadow: none; }

.bottom-box-fix ul li a img {
  position: relative;
  z-index: 1; }

.bottom-box-fix ul li a .chat_text {
  display: inline-block;
  padding: 0;
  background-color: #06c;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  height: 40px;
  line-height: 36px;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-box-shadow: 0 0 5px #555;
  -webkit-box-shadow: 0 0 5px #555;
  box-shadow: 0 0 5px #555;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0; }

.bottom-box-fix ul li.hotline_icon a .chat_text {
  background-color: red; }

.bottom-box-fix ul li:hover .chat_text {
  width: 223px;
  padding-left: 40px;
  padding-right: 10px;
  opacity: 1; }

.bottom-box-fix img {
  width: 40px;
  max-width: 100%; }

.bottom-box-fix br {
  display: none; }

.woocommerce-breadcrumb {
  margin: 0px !important; }
  .woocommerce-breadcrumb a {
    text-decoration: none; }

.woocommerce-page .page-title {
  margin-top: 0px !important;
  color: #1C75BC !important;
  font-size: 27px;
  text-transform: uppercase; }
.woocommerce-page .woocommerce-breadcrumb {
  margin: 10px 0px !important; }
.woocommerce-page .product_title {
  font-size: 26px; }
.woocommerce-page .summary {
  width: 100% !important;
  margin: 0px;
  background: #fff;
  padding: 15px; }
  .woocommerce-page .summary .price {
    color: red !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important; }
.woocommerce-page .entry-content {
  padding: 20px !important; }
.woocommerce-page .woocommerce-tabs .tabs {
  background: #fff; }
  .woocommerce-page .woocommerce-tabs .tabs li {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }
.woocommerce-page .cart {
  display: flex;
  justify-content: space-between; }
.woocommerce-page .term-description {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px; }
  .woocommerce-page .term-description ul {
    margin: 0px !important; }
.woocommerce-page .ckt-product-stock .stock-text {
  font-weight: 600; }
  .woocommerce-page .ckt-product-stock .stock-text.instock {
    color: #0db102; }
.woocommerce-page .ckt-qty-wrapper {
  display: inline-flex;
  justify-content: space-between;
  align-items: center; }
  .woocommerce-page .ckt-qty-wrapper .ckt-qty-plus, .woocommerce-page .ckt-qty-wrapper .ckt-qty-minus {
    background: #DDDDDD;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    text-decoration: none;
    width: 30px; }
    .woocommerce-page .ckt-qty-wrapper .ckt-qty-plus i, .woocommerce-page .ckt-qty-wrapper .ckt-qty-minus i {
      color: #333;
      font-size: 12px; }
  .woocommerce-page .ckt-qty-wrapper input {
    min-height: 40px;
    border-radius: 0;
    min-width: 120px; }
  .woocommerce-page .ckt-qty-wrapper .quantity {
    margin: 0px !important; }
.woocommerce-page .tabs {
  border-left: 5px solid #1C75BC;
  padding-left: 0px !important; }
  .woocommerce-page .tabs li {
    border: 0 !important;
    background: transparent !important; }
    .woocommerce-page .tabs li:before, .woocommerce-page .tabs li:after {
      border: 0 !important;
      width: 0px !important;
      height: 0px !important; }
.woocommerce-page .single_add_to_cart_button {
  background: #1C75BC !important;
  color: #fff !important;
  width: calc(100% - 200px);
  margin-left: auto;
  text-transform: uppercase;
  font-size: 14px !important; }
  .woocommerce-page .single_add_to_cart_button:hover {
    background: #FF6B1C !important; }
.woocommerce-page .product_meta .posted_in, .woocommerce-page .product_meta .tagged_as {
  display: block;
  width: 100%; }
  .woocommerce-page .product_meta .posted_in a, .woocommerce-page .product_meta .tagged_as a {
    color: #1C75BC;
    text-decoration: none; }
    .woocommerce-page .product_meta .posted_in a:hover, .woocommerce-page .product_meta .tagged_as a:hover {
      color: #FF6B1C; }
.woocommerce-page .ckt-customer-service-wrapper {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px; }
  .woocommerce-page .ckt-customer-service-wrapper ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .woocommerce-page .ckt-customer-service-wrapper ul li {
      padding: 10px 5px;
      display: flex;
      align-items: center; }
      .woocommerce-page .ckt-customer-service-wrapper ul li .vc-icon {
        margin: 0px;
        min-width: 70px; }
        .woocommerce-page .ckt-customer-service-wrapper ul li .vc-icon img {
          width: auto;
          height: 40px; }
      .woocommerce-page .ckt-customer-service-wrapper ul li .vc-text {
        margin: 0px; }
.woocommerce-page .products {
  background: #fff;
  padding: 15px !important;
  margin: 0px !important; }
  .woocommerce-page .products .product {
    padding: 10px !important;
    border: 1px solid #ddd;
    background: #fff; }
    .woocommerce-page .products .product:hover {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
    .woocommerce-page .products .product .add_to_cart_button {
      background: transparent;
      color: #1C75BC;
      font-size: 15px;
      padding: 0px; }
    .woocommerce-page .products .product .woocommerce-loop-product__title {
      color: #000; }
    .woocommerce-page .products .product .price {
      color: red !important;
      font-size: 16px !important;
      font-weight: 600 !important; }
    .woocommerce-page .products .product .added_to_cart {
      display: none; }
.woocommerce-page .related {
  padding: 20px !important; }
  .woocommerce-page .related > h2 {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 5px solid #1C75BC;
    padding-left: 10px; }

button[name="woocommerce_checkout_place_order"], .checkout-button, button[name="apply_coupon"] {
  background: #1C75BC !important;
  color: #fff !important; }
  button[name="woocommerce_checkout_place_order"]:hover, .checkout-button:hover, button[name="apply_coupon"]:hover {
    background: #FF6B1C !important; }

.woocommerce-pagination {
  background: #fff; }
  .woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
    padding: 8px 12px !important;
    color: #333 !important; }
    .woocommerce-pagination ul li a.current, .woocommerce-pagination ul li span.current {
      color: #fff !important;
      background: #1C75BC !important; }

.entry-content {
  background: #fff; }
  .entry-content ul, .entry-content ol {
    margin: 15px 0px; }
  .entry-content table, .entry-content tr, .entry-content th, .entry-content td {
    border: 1px solid #555;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word; }
  .entry-content th, .entry-content td {
    padding: 10px; }

.entry-footer {
  display: inline-flex;
  gap: 10px; }
  .entry-footer a {
    text-decoration: none; }

.entry-title {
  margin: 0px;
  color: #1C75BC;
  text-transform: uppercase;
  font-size: 27px; }

.entry-meta {
  background: #fff;
  padding: 5px;
  font-size: 14px; }
  .entry-meta a {
    text-decoration: none; }

article.post, article.product, article.page {
  background: #fff;
  padding: 20px !important;
  margin: 0 0 1.5em; }

.related-post-wrapper {
  background: #fff;
  padding: 20px; }
  .related-post-wrapper .related-post-heading {
    text-transform: uppercase;
    color: #1C75BC;
    font-size: 23px;
    margin-bottom: 20px; }
  .related-post-wrapper .related-post-item {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px; }
    .related-post-wrapper .related-post-item:hover {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 767px) {
      .related-post-wrapper .related-post-item .related-post-image img {
        height: 170px;
        object-fit: cover; } }
    .related-post-wrapper .related-post-item .related-post-title {
      margin-top: 10px; }
      .related-post-wrapper .related-post-item .related-post-title a {
        text-decoration: none;
        font-size: 18px; }
        .related-post-wrapper .related-post-item .related-post-title a:hover {
          text-decoration: underline; }
    .related-post-wrapper .related-post-item .related-post-excerpt {
      font-size: 13px; }

.ckt-home-product-list {
  background: #fff;
  padding: 15px;
  margin: 20px 0px; }
  .ckt-home-product-list .home-product-cat-title a {
    text-decoration: none;
    color: #1C75BC;
    text-transform: uppercase;
    font-size: 27px; }
    @media screen and (max-width: 992px) {
      .ckt-home-product-list .home-product-cat-title a {
        font-size: 23px; } }
  .ckt-home-product-list .home-product-row {
    display: flex;
    flex-wrap: wrap; }
    .ckt-home-product-list .home-product-row .home-product-col {
      width: 20%;
      padding: 5px; }
      @media screen and (max-width: 992px) {
        .ckt-home-product-list .home-product-row .home-product-col {
          width: 33.33%; } }
      @media screen and (max-width: 767px) {
        .ckt-home-product-list .home-product-row .home-product-col {
          width: 50%; } }
  .ckt-home-product-list .home-add-to-cart a {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px; }
  .ckt-home-product-list .home-product-title {
    font-size: 15px;
    font-weight: 700; }
  .ckt-home-product-list .home-product {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 20px; }
    .ckt-home-product-list .home-product:hover {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
      .ckt-home-product-list .home-product:hover .home-product-title {
        color: #1C75BC; }
    .ckt-home-product-list .home-product .home-product-link {
      display: block;
      text-decoration: none; }
    .ckt-home-product-list .home-product .price {
      color: red;
      font-weight: 600; }
    .ckt-home-product-list .home-product .added_to_cart {
      display: none; }

.ckt-home-service-wrapper {
  margin: 20px 0px; }
  .ckt-home-service-wrapper ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    flex-wrap: wrap; }
    .ckt-home-service-wrapper ul li {
      width: 25%;
      background: #fff;
      display: flex;
      padding: 10px;
      align-items: center;
      justify-content: center;
      position: relative; }
      @media screen and (max-width: 992px) {
        .ckt-home-service-wrapper ul li {
          width: 50%; } }
      @media screen and (max-width: 479px) {
        .ckt-home-service-wrapper ul li {
          width: 100%;
          justify-content: flex-start; } }
      .ckt-home-service-wrapper ul li:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 5px;
        background: #ddd; }
      .ckt-home-service-wrapper ul li img {
        width: 40px;
        height: 40px;
        margin-right: 5px; }

.home-box-wrapper {
  margin: 20px 0px;
  padding: 20px;
  background: #fff; }
  .home-box-wrapper h3 {
    color: #FF6B1C;
    text-align: center; }

.home-blog-wrapper {
  padding: 20px;
  background: #fff; }
  .home-blog-wrapper .home-blog-heading {
    color: #1C75BC;
    text-transform: uppercase;
    font-size: 27px; }
    @media screen and (max-width: 992px) {
      .home-blog-wrapper .home-blog-heading {
        font-size: 23px; } }

.home-blog-section {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 15px; }
  @media screen and (max-width: 992px) {
    .home-blog-section {
      display: block; } }
  .home-blog-section:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
  .home-blog-section .home-blog-image {
    width: 30%; }
    @media screen and (max-width: 992px) {
      .home-blog-section .home-blog-image {
        width: 100%; } }
    .home-blog-section .home-blog-image img {
      width: 100%;
      max-width: 100%; }
      @media screen and (max-width: 992px) {
        .home-blog-section .home-blog-image img {
          max-height: 170px;
          object-fit: cover; } }
  .home-blog-section .home-blog-content {
    width: calc(70% - 10px);
    padding-right: 10px; }
    @media screen and (max-width: 992px) {
      .home-blog-section .home-blog-content {
        width: 100%;
        padding-right: 0px;
        margin-top: 10px; } }
    .home-blog-section .home-blog-content .home-blog-title a {
      text-decoration: none;
      font-size: 18px;
      color: #111;
      text-transform: uppercase; }
      .home-blog-section .home-blog-content .home-blog-title a:hover {
        color: #1C75BC; }
    .home-blog-section .home-blog-content .home-blog-desc {
      font-size: 14px;
      color: #777; }
    .home-blog-section .home-blog-content .home-blog-read {
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      font-size: 14px;
      font-weight: 600;
      margin-top: 10px;
      text-transform: uppercase; }
      .home-blog-section .home-blog-content .home-blog-read i {
        font-size: 10px; }
      .home-blog-section .home-blog-content .home-blog-read:hover {
        color: #FF6B1C; }
        .home-blog-section .home-blog-content .home-blog-read:hover i {
          color: #FF6B1C; }

/*# sourceMappingURL=styles.css.map */
