/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 16px;
  line-height: 1.7;
  color: #5b657a;
  background-color: #fff;
}
.animation-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a {
  color: #222222;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #222222;
}
pre {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #222222;
}
ul,
ol {
  margin-left: 0;
}
li > ul {
  margin-bottom: 0;
  padding-left: 15px;
}
li > ol {
  margin-bottom: 0;
  margin-left: 15px;
  padding-left: 20px;
}
ul > li > ol > li {
  margin-left: 15px;
}
.comment-content ul {
  margin-left: 0;
}
.comment-content ol {
  margin-left: 0;
}
.comment-content ol li {
  margin-left: 0;
}
.comment-content ul > li > ul {
  margin-left: 15px;
}
.comment-content ol > li > ol {
  margin-left: 15px;
}
.comment-content table {
  width: 100%;
}
.comment-content td,
.comment-content tr td {
  border: 1px solid #eee;
}
.comment-content tbody tr th,
.comment-content tbody tr td {
  padding: 10px 10px;
}
.comment-content table tfoot #prev a {
  margin: 16px 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-content table tfoot #prev a:hover {
  text-decoration: none;
}
.entry-content tr {
  border: 1px solid #eee;
  padding: 10px 10px;
}
.entry-content td,
.entry-content th {
  padding: 10px 10px;
}
.entry-content ul {
  margin-left: 0;
}
.entry-content ol {
  margin-left: 0;
}
.entry-content ol li {
  margin-left: 0;
}
.entry-content ul > li > ul {
  margin-left: 15px;
}
.entry-content ol > li > ol {
  margin-left: 15px;
}
.entry-content td,
.entry-content th {
  border: 1px solid #eee;
}
select {
  border: 1px solid #eee;
  padding: 10px;
  width: 100%;
  outline: none;
}
textarea:focus,
input:focus {
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  color: #000;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 10px;
  font-size: 14px;
  outline: none;
  width: 100%;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: white;
  border-color: #2c66fb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2c66fb;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: rgba(44, 102, 251, 0.85);
  border-color: rgba(44, 102, 251, 0.85);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
::-webkit-input-placeholder {
  color: #ddd;
}
:-moz-placeholder {
  color: #ddd;
}
::-moz-placeholder {
  color: #ddd;
}
:-ms-input-placeholder {
  color: #ddd;
}
.mc4wp-form-fields {
  margin: 25px 0;
}
.mc4wp-form-fields input[type="button"],
.mc4wp-form-fields input[type="reset"],
.mc4wp-form-fields input[type="submit"] {
  padding: 10px 22px;
  color: white;
  border-color: #2c66fb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2c66fb;
  font-size: 14px;
  font-weight: 700;
}
.mc4wp-form-fields input[type="button"]:hover,
.mc4wp-form-fields input[type="reset"]:hover,
.mc4wp-form-fields input[type="submit"]:hover {
  background: rgba(44, 102, 251, 0.85);
  border-color: rgba(44, 102, 251, 0.85);
}
.wpuf-form-add input[type="text"],
.wpuf-form-add input[type="email"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-form {
  display: flex;
  justify-content: center;
}
.search-form label {
  margin-bottom: 0;
  width: 100%;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .post-password-form label {
    max-width: 70%;
  }
}
.post-password-form label {
  width: auto;
  display: inline-block;
}
.post-password-form input[type="password"] {
  border-radius: 2px 0 0 2px;
  font-size: 14px;
}
.post-password-form input[type="button"],
.post-password-form input[type="reset"],
.post-password-form input[type="submit"] {
  color: white;
  border-color: #2c66fb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2c66fb;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  margin-left: -5px;
}
.post-password-form input[type="button"]:hover,
.post-password-form input[type="reset"]:hover,
.post-password-form input[type="submit"]:hover {
  background: rgba(44, 102, 251, 0.85);
  border-color: rgba(44, 102, 251, 0.85);
}
/*------------------------------------------- 
---------- Contact Page -------------
--------------------------------------------*/
.edumodo-from ul.wpuf-form li .wpuf-fields input[type=text],
.edumodo-from ul.wpuf-form li .wpuf-fields input[type=password],
.edumodo-from ul.wpuf-form li .wpuf-fields input[type=email],
.edumodo-from ul.wpuf-form li .wpuf-fields input[type=url],
.edumodo-from ul.wpuf-form li .wpuf-fields input[type=number],
.edumodo-from ul.wpuf-form li .wpuf-fields textarea {
  background: inherit;
}
.edumodo-from ul.wpuf-form li .wpuf-fields input[type=text],
.edumodo-from ul.wpuf-form li .wpuf-fields input[type=password],
.edumodo-from ul.wpuf-form li .wpuf-fields input[type=email],
.edumodo-from ul.wpuf-form li .wpuf-fields input[type=url],
.edumodo-from ul.wpuf-form li .wpuf-fields input[type=number] {
  padding: 10px;
}
.edumodo-from ul.wpuf-form .wpuf-submit input[type=submit] {
  border-radius: 0;
  border: 1px solid #2c66fb;
  text-shadow: none;
  box-shadow: none;
  color: white;
  border-color: #2c66fb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2c66fb;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  margin-left: -5px;
}
.edumodo-from ul.wpuf-form .wpuf-submit input[type=submit]:hover {
  background: rgba(44, 102, 251, 0.85);
  border-color: rgba(44, 102, 251, 0.85);
}
.edumodo-from ul.wpuf-form .wpuf-submit input[type=submit]:hover,
.edumodo-from ul.wpuf-form .wpuf-submit input[type=submit]:focus,
.edumodo-from ul.wpuf-form .wpuf-submit input[type=submit].focus {
  outline: 0;
  color: #fff;
  border: 1px solid rgba(44, 102, 251, 0.85);
  text-decoration: none;
  background: rgba(44, 102, 251, 0.85);
  transition: all 0.3s ease;
}
.edumodo-from label {
  font-size: 15px;
  font-weight: normal;
}
ul.wpuf-form li .wpuf-fields input[type=text]:focus,
ul.wpuf-form li .wpuf-fields input[type=password]:focus,
ul.wpuf-form li .wpuf-fields input[type=email]:focus,
ul.wpuf-form li .wpuf-fields input[type=url]:focus,
ul.wpuf-form li .wpuf-fields input[type=number]:focus,
ul.wpuf-form li .wpuf-fields textarea:focus {
  outline-color: #2c66fb;
  border-color: #2c66fb;
}
.woocommerce .woocommerce-breadcrumb,
nav.woocommerce-breadcrumb {
  color: #fff;
  position: relative;
  font-size: 14px;
  margin-top: 6px;
}
.woocommerce .woocommerce-breadcrumb a,
nav.woocommerce-breadcrumb a {
  color: #fff;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.woocommerce .woocommerce-breadcrumb a:hover,
nav.woocommerce-breadcrumb a:hover {
  color: #2c66fb;
}
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"] {
  padding: 10px 22px;
  font-size: 14px;
}
.btn {
  padding: 10px 30px;
  margin: 0 10px 0 0;
  background: #2c66fb;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #2c66fb;
  transition: all 0.3s ease;
}
.btn:hover,
.btn:focus,
.btn.focus {
  outline: 0;
  color: #fff;
  border: 1px solid rgba(44, 102, 251, 0.85);
  text-decoration: none;
  background: rgba(44, 102, 251, 0.85);
  transition: all 0.3s ease;
}
.btn-active {
  background: #eee;
  color: #000;
  border-color: #eee;
}
.btn-active:hover {
  background: #2c66fb;
  color: #fff;
  border-color: #2c66fb;
}
.btn-link {
  color: #2c66fb;
}
.btn-link:hover {
  text-decoration: none;
  color: rgba(44, 102, 251, 0.85);
}
/*--------------------------------------------------------------
# Mailchimp Shortcode
--------------------------------------------------------------*/
#mc_embed_signup {
  padding-top: 20px;
}
#mc_embed_signup #mce-email {
  height: 41px;
  border: 1px solid #f8f8f8;
}
#mc_embed_signup #tx-subscribe {
  padding: 8px 18px 8px 18px;
  margin: 0;
  padding-left: 18px;
  border-color: #2c66fb;
  transition: all 0.5s ease;
  font-size: 14px;
  font-weight: 700;
}
#mc_embed_signup #tx-subscribe:hover {
  border-color: rgba(44, 102, 251, 0.85);
  transition: all 0.3s ease;
}
/*------------------------------------------- 
---------- Custom Shadow-------------
--------------------------------------------*/
.hostsite-button {
  box-shadow: 0 21px 49px 1px rgba(41, 44, 61, 0.15);
}
.hostsite-button .elementor-button {
  display: inherit;
}
.our-team {
  box-shadow: 0px 21px 49px 1px rgba(145, 149, 171, 0.15);
}
.shodow1 {
  box-shadow: 0 20px 49px 1px rgba(138, 142, 162, 0.15);
}
.hostzine-shodow1 {
  box-shadow: 0 20px 49px 1px rgba(138, 142, 162, 0.15);
}
.uhost-shodow1 {
  box-shadow: 0 20px 49px 1px rgba(138, 142, 162, 0.15);
}
/*------------------------------------------- 
---------- Contact page -------------
--------------------------------------------*/
.contact-form ul.wpuf-form li {
  padding: 0;
  margin: 0;
  text-align: left;
}
.contact-form ul.wpuf-form li .wpuf-fields input[type=text],
.contact-form ul.wpuf-form li .wpuf-fields input[type=password],
.contact-form ul.wpuf-form li .wpuf-fields input[type=email],
.contact-form ul.wpuf-form li .wpuf-fields input[type=url],
.contact-form ul.wpuf-form li .wpuf-fields input[type=number],
.contact-form ul.wpuf-form li .wpuf-fields textarea {
  padding: 12px 20px;
  background: white;
  width: 100% !important;
}
.contact-form ul.wpuf-form .wpuf-submit input[type=submit] {
  padding: 12px 30px;
  margin-top: 20px;
  border-radius: 0;
  background: #2c66fb;
  text-transform: capitalize;
}
.contact-form ul.wpuf-form .wpuf-submit input[type=submit]:hover {
  background: transparent;
  color: #2c66fb;
}
.contact-form ul.wpuf-form li .wpuf-fields textarea {
  width: 100%;
}
ul.wpuf-form .wpuf-submit input[type=submit] {
  border: 2px solid #2c66fb !important;
  box-shadow: none!important;
  text-shadow: none!important;
}
/*--------------------------------------------------------------
# Domain Element
--------------------------------------------------------------*/
.doman-form-wrapper {
  display: flex;
}
.doman-form-wrapper .domain-input {
  border: 1px solid #2c66fb;
  border-radius: 0;
  background: transparent;
  border-right: none;
  padding-left: 20px;
}
.doman-form-wrapper input::placeholder {
  color: #ddd;
}
.doman-form-wrapper .domain-btn {
  padding: 7px 30px;
  border: none;
  border-radius: 0;
  background: #2c66fb;
  color: white;
  border: 1px solid #2c66fb;
  transition: all 0.5s ease;
  border-left: none;
}
.doman-form-wrapper .domain-btn:hover {
  background: rgba(44, 102, 251, 0.85);
  border-color: rgba(44, 102, 251, 0.85);
  color: white;
  transition: all 0.5s ease;
}
/*--------------------------------------------------------------
# Slider title animation
--------------------------------------------------------------*/
.hgFadeDown {
  animation-name: hgFadeDown;
  -webkit-animation-name: hgFadeDown;
  animation-duration: 1.5s !important;
  -webkit-animation-duration: 1.5s !important;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  /* New code here: */
  animation-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  display: inline-block;
}
@-webkit-keyframes hgFadeDown {
  from {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*--------------------------------------------------------------
# Slider content animation
--------------------------------------------------------------*/
.hgFadeLeft {
  animation-name: hgFadeLeft;
  -webkit-animation-name: hgFadeLeft;
  animation-duration: 1.5s !important;
  -webkit-animation-duration: 1.5s !important;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  /* New code here: */
  animation-delay: 0s !important;
  -webkit-animation-delay: 0s !important;
  display: inline-block;
}
@-webkit-keyframes hgFadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*--------------------------------------------------------------
# Slider fade up
--------------------------------------------------------------*/
.hgFadeUp {
  animation-name: hgFadeUp;
  -webkit-animation-name: hgFadeUp;
  animation-duration: 3s !important;
  -webkit-animation-duration: 3s !important;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  /* New code here: */
  animation-delay: 0s !important;
  -webkit-animation-delay: 0s !important;
  display: inline-block;
}
@-webkit-keyframes hgFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*--------------------------------------------------------------
# Slider button animation
--------------------------------------------------------------*/
.hgButton {
  animation-name: hgButton;
  -webkit-animation-name: hgButton;
  animation-duration: 1.5s !important;
  -webkit-animation-duration: 1.5s !important;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  /* New code here: */
  animation-delay: 0s !important;
  -webkit-animation-delay: 0s !important;
  display: inline-block;
}
@-webkit-keyframes hgButton {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*--------------------------------------------------------------
# Slider Font Image 
--------------------------------------------------------------*/
.hgFontImg {
  animation-name: hgFontImg;
  -webkit-animation-name: hgFontImg;
  animation-duration: 2s !important;
  -webkit-animation-duration: 2s !important;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  /* New code here: */
  animation-delay: 0s !important;
  -webkit-animation-delay: 0s !important;
  display: inline-block;
}
@-webkit-keyframes hgFontImg {
  from {
    opacity: 0;
    -webkit-transform: scale2d(0.1, 0.1, 0.1);
    transform: scale2d(0.1, 0.1, 0.1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*--------------------------------------------------------------
# Tabs animation
--------------------------------------------------------------*/
.hgTabAnimation {
  animation-name: hgTabAnimation;
  -webkit-animation-name: hgTabAnimation;
  animation-duration: 0.5s !important;
  -webkit-animation-duration: 0.5s !important;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  /* New code here: */
  animation-delay: 0s !important;
  -webkit-animation-delay: 0s !important;
  display: inline-block;
}
@-webkit-keyframes hgTabAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*--------------------------------------------------------------
## mailchimp 
--------------------------------------------------------------*/
.mc4wp-form-fields {
  display: flex;
  align-items: flex-end;
}
/*--------------------------------------------------------------
Max mega menu
--------------------------------------------------------------*/
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-column.mega-max-menu-clm.max-menu-clm li.mega-menu-item {
  text-align: center;
}
.mega-menu-column.mega-max-menu-clm.max-menu-clm {
  border-right: 1px solid #eee !important;
}
.menu-height {
  padding: 8px 26px;
}
.max-menu-row1 {
  padding-top: 20px;
  padding-bottom: 15px;
}
.max-menu-clm2 {
  border-right: 1px solid #eee !important;
  padding: 15px;
}
.max-menu-clm3 ul {
  padding: 0;
  padding-top: 30px;
}
.max-menu-clm5 li.mega-menu-item {
  padding: 20px 10px;
}
.max-menu-clm7 img {
  width: 100%;
}
.mega-menu-row-one {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.mega-menu-row-two {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 769px) {
  #mega-menu-wrap-primary {
    display: none;
  }
}
/*
Back to top button 
*/
#scrollTop {
  display: inline-block;
  background-color: #2c66fb;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border: 1px solid #2c66fb;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scrollTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
#scrollTop:hover {
  cursor: pointer;
  background-color: rgba(44, 102, 251, 0.85);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scrollTop:active {
  background-color: rgba(44, 102, 251, 0.85);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scrollTop.show {
  opacity: 1;
  visibility: visible;
}
/* Styles for mobile */
@media (min-width: 500px) {
  #scrollTop {
    margin: 30px;
  }
}
/* ===== Preloader ==== */
body.preloader-active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
}
.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99999;
}
.preloader-spinner {
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  position: absolute;
}
/*--------------------------------------------------------------
# Header top
--------------------------------------------------------------*/
.header-top {
  background: #222222;
  color: #e7e7e7;
  font-size: 13px;
}
.header-top .header-top-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}
.header-top .header-top-content p {
  margin-bottom: 0;
}
.header-top .header-top-content i {
  font-size: 14px;
  padding-right: 5px;
}
.header-top .header-top-content .social-icon-top i {
  color: #6b6b6b;
  transition: all 0.5s ease;
}
.header-top .header-top-content .social-icon-top i:hover {
  color: #2c66fb;
  transition: all 0.5s ease;
}
.header-top .header-top-content .social-icon-top a {
  padding: 0 5px;
}
.header-top .header-top-content .top-massage {
  margin: 0;
}
.header-top .header-top-content .top-phone-email {
  padding-right: 0;
}
.header-top .header-top-content .top-phone-email .top-content {
  display: inline-block;
  color: white;
  padding: 8px 18px;
  border-left: 1px solid #464343;
}
.header-top .header-top-content .top-phone-email .top-content:last-child {
  border-right: 0;
}
.header-top .header-top-content .top-phone-email .top-content:first-child {
  border-left: 0;
}
.header-top .header-top-content .top-phone-email a.top-content:hover {
  color: #2c66fb;
}
.header-top .header-top-content .top-phone-email .top-phone {
  padding-left: 10px;
}
.header-top .header-top-content .top-phone-email i {
  color: #6b6b6b;
}
.header-top .header-top-content .hostzine-top-menu {
  padding-right: 0;
}
.header-top .header-top-content .hostzine-top-menu ul.top-menu {
  margin: 0;
}
.header-top .header-top-content .hostzine-top-menu ul.top-menu li {
  display: inline-block;
  padding-left: 10px;
}
.header-top .header-top-content .hostzine-top-menu ul.top-menu li a {
  color: #e7e7e7;
  font-size: 16px;
}
.header-top .header-top-content .hostzine-top-menu ul.top-menu li a:hover {
  color: #f3f3f3;
}
/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.navbar-header .site-logo .navbar-brand {
  padding: 20px 15px 15px 0;
}
#menu-1 {
  background: #a8abb1;
  position: fixed;
  height: 100%;
  overflow: auto;
}
#menu-1 .menu-item-has-children .sub-menu {
  position: relative;
  background-color: #a8abb1;
  top: initial;
  width: 100%;
  z-index: 1;
  text-align: left;
  left: 0px;
  margin: 0;
  padding: 5px;
  padding-left: 0px;
  transition: all 0.5s ease;
  visibility: visible;
  backface-visibility: visible;
  opacity: 1;
  border-radius: 0px;
  padding-left: 8px;
  box-shadow: none;
}
#menu-1 .menu-item-has-children .sub-menu li {
  margin-left: 0px;
  transition: all 0.5s ease;
}
#menu-1 .menu-item-has-children .sub-menu li a {
  transition: all 0.5s ease;
  font-weight: 700;
}
#menu-1 ul li a {
  background-color: #a8abb1;
}
#tx-trigger-effects {
  position: relative;
  right: 0;
  top: 20px;
  float: right;
}
#tx-trigger-effects button {
  background-color: #a8abb1;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  border: 0;
  outline: 0;
  height: 45px;
  width: 45px;
}
.navbar-nav > li ul > li.current_page_item a {
  color: #a8abb1;
}
.navbar-nav > li.current-menu-parent > a {
  color: #a8abb1;
}
.navbar-nav > li.current-menu-parent .sub-menu > .current-menu-item > a {
  color: #a8abb1;
}
.hostzine-current-menu-item > a {
  color: #a8abb1 !important;
}
.hostzine-current-menu-item > .sub-menu li.current-menu-item a {
  color: #a8abb1;
}
/* small mobile :320px. */
@media (max-width: 767px) {
  .navbar-v1 {
    min-height: 85px;
  }
}
.navbar-v1 {
  transition: all 0.5s ease;
  margin: 0;
  border-radius: 0;
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(115, 115, 115, 0.19);
}
.navbar-v1 .hostzine-navbar {
  padding-right: 0;
}
.navbar-v1 .navbar-nav {
  list-style: none;
}
.navbar-v1 .navbar-nav > li {
  list-style: none;
}
.navbar-v1 .navbar-nav > li:hover > ul.sub-menu {
  top: 80px;
  z-index: 120;
  visibility: visible;
  backface-visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  padding-top: 8px;
}
.navbar-v1 .navbar-nav > li:hover > ul.sub-menu li:hover {
  background: #F5f5f5;
  transition: all 0.5s ease;
}
.navbar-v1 .navbar-nav > li:hover > ul.sub-menu li:hover a {
  color: #2c66fb;
}
.navbar-v1 .navbar-nav > li > a {
  outline: 0;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  min-height: 70px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.navbar-v1 ul {
  list-style: none;
}
.navbar-v1 ul.sub-menu {
  position: absolute;
  background-color: #fff;
  top: 150px;
  width: 200px;
  z-index: -1;
  text-align: left;
  left: 0px;
  margin: -15px 0;
  transition: all 0.5s ease;
  padding: 5px;
  visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1);
}
.navbar-v1 ul.sub-menu > li {
  margin: 0 5px 2px 5px;
}
.navbar-v1 ul.sub-menu > li a {
  padding: 6px 20px;
  display: block;
  color: #787f88;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.navbar-v1 ul.sub-menu > li a:hover {
  background: #F5f5f5;
}
.navbar-v1 ul.sub-menu > li:last-child {
  border-bottom: none;
}
.navbar-v1 ul.sub-menu > li > ul.sub-menu {
  list-style: none;
  position: absolute;
  width: 200px;
  z-index: -1;
  left: -200px;
  transition: all 0.5s ease;
  visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1);
  top: -20%;
}
.navbar-v1 ul.sub-menu > li:hover > .sub-menu {
  visibility: visible;
  backface-visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 0.5s ease;
}
.navbar-v1 ul.sub-menu > li:first-child:hover .sub-menu {
  top: 10px;
}
.navbar-v1 ul.sub-menu > li:nth-child(2):hover .sub-menu {
  top: 56px;
}
.navbar-v1 ul.sub-menu > li:nth-child(3):hover .sub-menu {
  top: 102px;
}
.navbar-v1 ul.sub-menu > li:nth-child(4):hover .sub-menu {
  top: 130px;
  padding: 10px 5px 8px 5px;
}
.navbar-v1 ul.sub-menu > li:nth-child(5):hover .sub-menu {
  top: 194px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #2c66fb;
}
.hostzine-current-menu-item > a {
  color: #2c66fb !important;
}
.hostzine-current-menu-item > .sub-menu li.current-menu-item a {
  color: #2c66fb;
}
.fixed-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: all 0.5s ease;
  box-shadow: 0 2px 6px rgba(183, 183, 183, 0.37);
  animation: slide-down 0.7s;
}
.fixed-header-margin {
  margin-top: 88px;
}
.admin-bar .fixed-header {
  top: 32px;
}
.navbar-default.absolute-header {
  position: absolute;
  left: 0;
  right: 0;
  border-color: none;
  background: transparent;
  z-index: 1;
  border-color: transparent;
  transition: all 0.4s ease;
}
/*--------------------------------------------------------------
# Header Logo description
--------------------------------------------------------------*/
.site-title {
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 22px;
}
.site-description {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-title {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .site-description {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .site-title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .site-description {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
/*--------------------------------------------------------------
# Header sticky
--------------------------------------------------------------*/
.sticky-active.sticky {
  position: fixed;
  width: 100%;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  animation: smoothScroll 1s forwards;
}
.sticky-active.sticky .header-top {
  display: none;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Mega menu text-align senter */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  display: inline-block !important;
  text-align: center!important;
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  #menu-primary-menu > li.current-menu-parent .sub-menu > .current-menu-item > a {
    color: white;
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  #menu-primary-menu > li.current-menu-parent .sub-menu > .current-menu-item > a {
    color: white;
  }
}
.tx-site-pusher,
.tx-site-container,
.tx-site-content {
  height: 100%;
}
.tx-site-content-inner,
.tx-site-content {
  position: relative;
}
.tx-site-container {
  position: relative;
  overflow: hidden;
}
.tx-site-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.tx-site-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.tx-menu-open .tx-site-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tx-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 330px;
  height: auto;
  background: #a8abb1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tx-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tx-menu-open .tx-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */
.tx-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tx-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}
.tx-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.tx-menu ul > li > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
}
.tx-menu ul li ul li {
  margin-left: 15px;
}
.tx-menu ul li ul li a {
  font-size: 14px;
}
.tx-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  color: #fff;
}
/* Individual effects */
/* Effect 1: Slide in on top */
.tx-effect-1.tx-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-1.tx-menu-open .tx-effect-1.tx-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-1.tx-menu::after {
  display: none;
}
/* Effect 2: Reveal */
.tx-effect-2.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-2.tx-menu {
  z-index: 1;
}
.tx-effect-2.tx-menu-open .tx-effect-2.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.tx-effect-2.tx-menu::after {
  display: none;
}
/* Effect 3: Push*/
.tx-effect-3.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-3.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-3.tx-menu-open .tx-effect-3.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.tx-effect-3.tx-menu::after {
  display: none;
}
/* Effect 4: Slide along */
.tx-effect-4.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-4.tx-menu {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.tx-effect-4.tx-menu-open .tx-effect-4.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-4.tx-menu::after {
  display: none;
}
/* Effect 5: Reverse slide out */
.tx-effect-5.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-5.tx-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.tx-effect-5.tx-menu-open .tx-effect-5.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Effect 6: Rotate pusher */
.tx-effect-6.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tx-effect-6 .tx-site-pusher {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-6.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
  transform: translate3d(300px, 0, 0) rotateY(-15deg);
}
.tx-effect-6.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-6.tx-menu-open .tx-effect-6.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  transform: translate3d(-100%, 0, 0) rotateY(15deg);
}
.tx-effect-6.tx-menu::after {
  display: none;
}
/* Effect 7: 3D rotate in */
.tx-effect-7.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-7 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-7.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-7.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-7.tx-menu-open .tx-effect-7.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
/* Effect 8: 3D rotate out */
.tx-effect-8.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-8 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-8.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-8.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-8.tx-menu-open .tx-effect-8.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.tx-effect-8.tx-menu::after {
  display: none;
}
/* Effect 9: Scale down pusher */
.tx-effect-9.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tx-effect-9 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-9.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px);
}
.tx-effect-9.tx-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-9.tx-menu-open .tx-effect-9.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-9.tx-menu::after {
  display: none;
}
/* Effect 10: Scale up */
.tx-effect-10.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-10.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-10.tx-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px);
}
.tx-effect-10.tx-menu-open .tx-effect-10.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Effect 11: Scale and rotate pusher */
.tx-effect-11.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tx-effect-11 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-11.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}
.tx-effect-11.tx-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-11.tx-menu-open .tx-effect-11.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-11.tx-menu::after {
  display: none;
}
/* Effect 12: Open door */
.tx-effect-12.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tx-effect-12 .tx-site-pusher {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-12.tx-menu-open .tx-site-pusher {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.tx-effect-12.tx-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-12.tx-menu-open .tx-effect-12.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-12.tx-menu::after {
  display: none;
}
/* Effect 13: Fall down */
.tx-effect-13.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-13.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-13.tx-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.tx-effect-13.tx-menu-open .tx-effect-13.tx-menu {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
/* Effect 14: Delayed 3D rotate */
.tx-effect-14.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-14 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-14.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-14.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-14.tx-menu-open .tx-effect-14.tx-menu {
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
/* Close Button */
.close-button {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*------------------------------------------- 
---------- Blog list page -------------
--------------------------------------------*/
.blog {
  background-color: #FAFBFF;
}
.main-post {
  margin-bottom: 30px;
}
/*------------------------------------------- 
---------- Sticky post -------------
--------------------------------------------*/
.main-post .entry-header .sticky-post {
  margin-right: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}
.main-post .entry-header .sticky-post .post-round {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 22px;
  border-top-width: 22px;
  border-left: 35px solid #2c66fb;
}
.main-post .entry-header .sticky-post .post-round span {
  color: #fff;
  font-size: 14px;
  position: relative;
  left: -28px;
  right: 0;
  top: -14px;
  text-align: center;
}
.main-post.sticky .entry-header {
  margin-bottom: 10px;
}
.main-post.sticky .entry-header .entry-title {
  margin-top: 0;
}
.main-post.sticky .entry-header .entry-title {
  margin-bottom: 20px;
}
.main-post.sticky.has-post-thumbnail .entry-header {
  margin-bottom: 0;
}
.paged .main-post .entry-header {
  margin-bottom: 10px;
}
/*------------------------------------------- 
---------- Blog list if has thumbnail -------------
--------------------------------------------*/
.main-post.has-post-thumbnail {
  padding-top: 50px;
}
.main-post.has-post-thumbnail .entry-title-content {
  display: none;
}
.main-post.has-post-thumbnail .hostzine-post-img {
  position: relative;
  margin-bottom: 15px;
}
.main-post.has-post-thumbnail .hostzine-post-img .post-thumbnail {
  overflow: hidden;
  position: relative;
}
.main-post.has-post-thumbnail .hostzine-post-img .post-thumbnail:before {
  transition: background 0.3s ease-in-out;
  background: linear-gradient(to bottom, transparent 0, transparent 50%, #151921);
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
}
.main-post.has-post-thumbnail .hostzine-post-img .post-thumbnail img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  width: auto;
}
.main-post.has-post-thumbnail .hostzine-post-img .post-thumbnail a:before {
  position: absolute;
  content: "";
  background-color: rgba(44, 102, 251, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 5;
}
.main-post.has-post-thumbnail .hostzine-post-img .post-thumbnail .post-triangle {
  position: absolute;
  top: 0;
  border-bottom: 65px solid transparent;
  border-right: 65px solid #2c66fb;
  right: 0;
  z-index: 6;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.main-post.has-post-thumbnail .hostzine-post-img .post-thumbnail .post-triangle span {
  position: absolute;
  top: 6px;
  left: 37px;
  color: #fff;
  font-size: 14px;
}
.main-post.has-post-thumbnail .entry-title {
  padding: 0 30px;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 35px;
  color: white;
  z-index: 7;
}
.main-post.has-post-thumbnail .entry-title a {
  color: white;
}
.main-post.has-post-thumbnail .entry-title a:hover {
  color: #2c66fb;
}
.main-post.has-post-thumbnail .entry-title a:before {
  background: transparent;
}
.main-post.has-post-thumbnail .post-content-wapper {
  padding: 20px 30px 10px 30px;
}
.main-post.has-post-thumbnail .post-content-wapper .entry-meta .post-date {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  float: left;
}
.main-post.has-post-thumbnail .post-content-wapper .entry-meta .post-date a {
  font-size: 14px;
  font-weight: 700;
  color: #5b657a;
}
.main-post.has-post-thumbnail .post-content-wapper .entry-meta .post-date a:hover {
  color: #2c66fb;
}
.main-post.has-post-thumbnail .post-content-wapper .entry-meta .post-date span {
  font-size: 14px;
  padding-right: 5px;
}
.main-post.has-post-thumbnail .post-content-wapper .entry-meta .post-cat {
  position: relative;
  font-size: 14px;
  display: flex;
  float: left;
}
.main-post.has-post-thumbnail .post-content-wapper .entry-meta .post-cat span {
  padding-right: 5px;
  font-size: 14px;
}
.main-post.has-post-thumbnail .post-content-wapper .entry-meta .post-cat ul > li {
  display: inline-block;
  position: relative;
  padding-right: 5px;
  font-size: 14px;
}
.main-post.has-post-thumbnail .post-content-wapper .entry-meta .post-cat ul > li:after {
  position: absolute;
  content: ",";
}
.main-post.has-post-thumbnail .post-content-wapper .entry-meta .post-cat ul > li a {
  font-size: 14px;
  font-weight: 700;
  color: #5b657a;
}
.main-post.has-post-thumbnail .post-content-wapper .entry-meta .post-cat ul > li a:hover {
  color: #2c66fb;
}
.main-post.has-post-thumbnail .entry-footer {
  border-top: 1px solid #eee;
  padding: 50px 30px 30px 30px;
}
ul.post-categories {
  margin-bottom: 0;
  padding-left: 0;
}
ul.post-categories li:last-child:after {
  display: none;
}
/*------------------------------------------- 
---------- Blog list without thumbnail -------------
--------------------------------------------*/
.main-post {
  box-shadow: 0px 3px 7px 0px rgba(56, 56, 56, 0.1);
  padding-bottom: 20px;
  background: white;
}
.main-post .entry-header {
  align-items: center;
  display: flex;
  justify-content: start;
}
.main-post .post-content-wapper {
  padding: 30px 30px 10px 30px;
}
.main-post .post-content-wapper .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.main-post .post-content-wapper .entry-title a:hover {
  color: #2c66fb;
}
.main-post .post-content-wapper .entry-meta {
  margin-bottom: 20px;
  font-size: 14px;
  display: inline-block;
}
.main-post .post-content-wapper .entry-meta .post-date {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  float: left;
}
.main-post .post-content-wapper .entry-meta .post-date a {
  font-size: 14px;
  font-weight: 700;
  color: #5b657a;
}
.main-post .post-content-wapper .entry-meta .post-date a:hover {
  color: #2c66fb;
}
.main-post .post-content-wapper .entry-meta .post-date span {
  padding-right: 5px;
  font-size: 14px;
}
.main-post .post-content-wapper .entry-meta .post-cat {
  position: relative;
  font-size: 14px;
  display: flex;
  float: left;
}
.main-post .post-content-wapper .entry-meta .post-cat span {
  padding-right: 5px;
  font-size: 14px;
}
.main-post .post-content-wapper .entry-meta .post-cat ul > li {
  display: inline-block;
  position: relative;
  padding-right: 5px;
  font-size: 14px;
}
.main-post .post-content-wapper .entry-meta .post-cat ul > li:after {
  position: absolute;
  content: ",";
}
.main-post .post-content-wapper .entry-meta .post-cat ul > li a {
  font-size: 14px;
  font-weight: 700;
  color: #5b657a;
}
.main-post .post-content-wapper .entry-meta .post-cat ul > li a:hover {
  color: #2c66fb;
}
.main-post .entry-footer {
  padding: 50px 30px 30px 30px;
  border-top: 1px solid #eee;
}
.main-post .entry-footer .readmore .btn-blog {
  color: #5b657a;
  padding: 11px 22px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 700;
}
.main-post .entry-footer .readmore .btn-blog:hover {
  background: #2c66fb;
  transition: all 0.5s ease;
  color: white;
  border-color: #2c66fb;
}
.main-post.has-post-thumbnail:hover .hostzine-post-img .post-thumbnail img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.main-post.image-formate .image-content {
  overflow: hidden;
}
.main-post .image-content img {
  transition: 0.5s ease-in-out;
}
.main-post .image-content:hover img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.main-post:hover .post-thumbnail a:before {
  opacity: 1;
}
.single-post .post-thumbnail:hover img {
  transform: scale(1.1);
}
.main-post.has-post-thumbnail {
  padding-top: 0;
}
.main-post.video-formate {
  padding-top: 0;
}
.main-post.audio-format {
  padding-top: 0;
}
.main-post.audio-format .content-body {
  padding: 0 30px;
}
.main-post.gallery-formate {
  padding-top: 0;
}
.main-post.gallery-formate .entry-content {
  padding-left: 0;
  padding-right: 0;
}
.main-post.gallery-formate .wp-caption-text {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}
.main-post.gallery-formate .gallery-caption {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}
.main-post.gallery-formate .content-field p {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}
/*------------------------------------------- 
---------- Blog single page -------------
--------------------------------------------*/
.single.single-post {
  background: #FAFBFF;
}
.single-post .entry-header {
  padding-top: 55px;
}
.single-post {
  clear: both;
  background: white;
  box-shadow: 0px 3px 7px 0px rgba(56, 56, 56, 0.1);
}
.single-post .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.single-post .post-thumbnail .post-triangle {
  position: absolute;
  top: 0;
  border-bottom: 65px solid transparent;
  border-right: 65px solid #2c66fb;
  right: 0;
  z-index: 6;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.single-post .post-thumbnail .post-triangle span {
  position: absolute;
  top: 6px;
  left: 37px;
  color: #fff;
  font-size: 14px;
}
.single-post .post-thumbnail img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.single-post .sticky-post {
  padding-right: 15px;
}
.single-post .entry-title {
  margin-bottom: 30px;
  padding-top: 25px;
}
.single-post .entry-header {
  align-items: center;
  display: flex;
  justify-content: start;
  padding-left: 30px;
  padding-right: 30px;
}
.single-post .entry-header .entry-title {
  font-size: 30px;
  padding-top: 0;
  margin-top: 0;
  font-weight: 700;
}
.single-post .entry-header .entry-title a {
  color: #222222;
  font-weight: 700;
}
.single-post .entry-meta {
  padding-bottom: 20px;
  margin-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
.single-post .entry-meta span {
  font-size: 14px;
  display: inline-block;
  color: #5b657a;
  margin-right: 50px;
}
.single-post .entry-meta .post-date a {
  font-size: 14px;
  font-weight: 700;
  color: #5b657a;
}
.single-post .entry-meta .post-date a:hover {
  color: #2c66fb;
}
.single-post .entry-meta .post-cat {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  color: #5b657a;
}
.single-post .entry-meta .post-cat:before {
  background: #eee;
  height: 50px;
  position: absolute;
  width: 1px;
  content: "";
  left: -25px;
  top: 5px;
}
.single-post .entry-meta .post-cat a {
  font-size: 14px;
  font-weight: 700;
  color: #5b657a;
}
.single-post .entry-meta .post-cat a:hover {
  color: #2c66fb;
}
.single-post .entry-meta .post-author {
  position: relative;
  text-transform: capitalize;
}
.single-post .entry-meta .post-author:before {
  background: #eee;
  height: 50px;
  position: absolute;
  width: 1px;
  content: "";
  left: -25px;
  top: 5px;
}
.single-post .entry-meta .post-author a {
  font-size: 14px;
  font-weight: 700;
  color: #5b657a;
}
.single-post .entry-meta .post-author a:hover {
  color: #2c66fb;
}
.single-post ul.post-categories {
  margin-bottom: 0;
  font-weight: 700;
}
.single-post ul.post-categories li {
  display: inline-block;
  position: relative;
  padding-right: 5px;
  font-size: 14px;
}
.single-post ul.post-categories li a {
  font-size: 14px;
  font-weight: 700;
  color: #5b657a;
}
.single-post ul.post-categories li a:hover {
  color: #2c66fb;
}
.single-post ul.post-categories li:after {
  position: absolute;
  content: ",";
}
.single-post ul.post-categories:last-child:after {
  display: none;
}
.single-post .entry-content {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
}
.single-post .entry-content ul li {
  margin-left: 30px;
  padding: 2px 0;
}
.single-post .entry-content ul li ul {
  margin-left: 0;
}
.single-post .entry-content ol {
  margin-left: 0;
}
.single-post .entry-content ol li {
  margin-left: 15px;
}
.single-post .entry-content blockquote {
  margin-bottom: 30px;
}
.single-post .entry-footer {
  padding: 0 30px 30px 30px;
  overflow: hidden;
}
.single-post .post-tags-title {
  color: #5b657a;
  font-size: 14px;
}
.single-post .post-tags a {
  font-size: 14px;
  margin-left: 5px;
  font-weight: 700;
  color: #5b657a;
}
.single-post .post-tags a:hover {
  color: #2c66fb;
  background-color: transparent;
}
.single-post .edit {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 3px;
}
.single-post .edit a.post-edit-link:hover {
  color: #2c66fb;
}
.single-post .social-share {
  margin: 10px 0 !important;
}
.single-post .social-share a {
  color: #222222;
  padding: 0 5px;
}
.single-post .post-navigation {
  clear: both;
  border-top: 1px solid #eee;
  padding: 30px;
  background: white;
}
.single-post .post-navigation .nav-previous {
  font-size: 14px;
  color: #eee;
}
.single-post .post-navigation .nav-previous a span {
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}
.single-post .post-navigation .nav-previous a span:hover {
  color: #2c66fb;
}
.single-post .post-navigation .nav-next {
  font-size: 14px;
}
.single-post .post-navigation .nav-next a span {
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}
.single-post .post-navigation .nav-next a span:hover {
  color: #2c66fb;
}
.single-post .related-post {
  clear: both;
}
.single-post .related-post .related-post-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 30px;
}
.single-post .related-post .related-post-body {
  box-shadow: 0px 3px 7px 0px rgba(56, 56, 56, 0.1);
}
.single-post .related-post .entry-header {
  padding-left: 0;
  display: inherit;
  padding: 25px;
  background: white;
}
.single-post .related-post .entry-header .entry-title {
  font-size: 16px;
}
.single-post .related-post .entry-header .entry-title a:hover {
  color: #2c66fb;
}
.single-post .related-post .entry-header .entry-meta {
  border-bottom: none;
  font-size: 14px;
  padding: 0;
}
.single-post .sticky-post .post-round {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 22px;
  border-top-width: 22px;
  border-left: 35px solid #2c66fb;
}
.single-post .sticky-post .post-round span {
  color: #fff;
  font-size: 14px;
  position: relative;
  left: -28px;
  right: 0;
  top: -14px;
  text-align: center;
}
.single-post .entry-header .entry-title {
  margin-bottom: 0;
  font-size: 30px;
}
.single-post .entry-header {
  margin-bottom: 30px;
}
/*------------------------------------------- 
---------- Post format quote -------------
--------------------------------------------*/
.quote-format {
  padding-top: 30px;
  padding-bottom: 30px;
}
.quote-format .entry-content.quote-content.quote {
  position: relative;
  font-style: italic;
  text-align: center;
}
.quote-format .entry-content.quote-content.quote p {
  padding-top: 40px;
}
.quote-format .entry-content.quote-content.quote:before {
  position: absolute;
  content: "\f10d";
  font: italic normal normal 14px/1 FontAwesome;
  color: #2c66fb;
  font-size: 30px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
/*------------------------------------------- 
---------- Post format status -------------
--------------------------------------------*/
.main-post.format-status .post-content-wapper .entry-meta {
  margin-bottom: 15px;
}
/*------------------------------------------- 
---------- Post format audio -------------
--------------------------------------------*/
.main-post.audio-format .entry-content {
  padding-right: 0;
  padding-left: 0;
}
.audio-content iframe {
  width: 100%;
  height: auto;
}
.single-format-audio .audio-content iframe {
  width: 100%;
  height: auto;
}
.main-post.audio-format .post-content-wapper {
  padding-bottom: 30px;
}
/*------------------------------------------- 
---------- Post format video -------------
--------------------------------------------*/
.main-post.video-formate .post-content-wapper {
  padding-top: 15px;
}
.main-post.video-formate .entry-content {
  margin-bottom: 0;
}
.entry-content.video-content iframe {
  width: 100%;
}
.main-post.video-formate .content-body-video {
  margin: 30px;
}
.entry-content iframe {
  width: 100%;
}
.single-format-video .single-post .entry-content {
  border-bottom: none;
}
/*------------------------------------------- 
---------- Post format gallery single -------------
--------------------------------------------*/
.main-post.gallery-formate .entry-content {
  margin-bottom: 25px;
}
.single-format-gallery .single-post .entry-content {
  border-bottom: none;
}
/*------------------------------------------- 
---------- Post format image -------------
--------------------------------------------*/
.main-post.image-formate {
  padding-top: 0;
}
.main-post.image-formate .image-content .image-content-desc.only-content-image {
  padding: 0px;
}
.main-post.image-formate .image-content-feature .post-triangle {
  position: absolute;
  top: 0;
  border-bottom: 65px solid transparent;
  border-right: 65px solid #2c66fb;
  right: 15px;
  z-index: 6;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.main-post.image-formate .image-content-feature .post-triangle span {
  position: absolute;
  top: 6px;
  left: 37px;
  color: #fff;
  font-size: 14px;
}
.main-post.image-formate .post-triangle {
  right: 15px;
}
.main-post.image-formate .image-content .image-content-desc.only-content-image .post-triangle {
  position: absolute;
  top: 0;
  border-bottom: 65px solid transparent;
  border-right: 65px solid #2c66fb;
  right: 15px;
  z-index: 6;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.main-post.image-formate .image-content .image-content-desc.only-content-image .post-triangle span {
  position: absolute;
  top: 6px;
  left: 37px;
  color: #fff;
  font-size: 14px;
}
/*------------------------------------------- 
---------- Post format gallery -------------
--------------------------------------------*/
.main-post.format-image .post-thumbnail {
  margin-bottom: 25px;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*----------  Media ----------*/
.single .entry-content .gallery {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-caption {
  color: black;
  padding: 10px;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  border: 1px solid #eaeaea;
  border-top: none;
  font-size: 0.9em;
}
.gallery-icon {
  border-bottom: 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
.gallery-item {
  margin: 0;
  padding: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.gallery-item:last-child {
  margin-bottom: 2em;
}
.elementor-image-gallery .gallery-icon {
  border: none;
}
/*------------------------------------------- 
---------- Post format link -------------
--------------------------------------------*/
.main-post.link-formate .link-content {
  text-align: center;
  margin-top: 30px;
}
.main-post.link-formate .link-content .icon-link {
  text-align: center;
  border-radius: 50px;
  color: #2c66fb;
  margin-right: 15px;
  display: inline-block;
  font-size: 28px;
  margin-bottom: 10px;
}
.main-post.link-formate .link-content p.link {
  margin-bottom: 0;
}
.main-post.link-formate .link-content p.link a:hover {
  color: #2c66fb;
}
/*------------------------------------------- 
---------- social share -------------
--------------------------------------------*/
.social-share {
  color: #787f88;
  margin: 0 0 5px 0;
}
.social-share a {
  display: inline-block;
  text-align: center;
  color: #787f88;
  padding: 0 4px;
}
.social-share .facebook:hover {
  color: #4267B2;
}
.social-share .twitter:hover {
  color: #1DA1F2;
}
.social-share .linkedin:hover {
  color: #00A0DC;
}
.social-share .google:hover {
  color: #DF4B37;
}
/*------------------------------------------- 
---------- Comments Author -------------
--------------------------------------------*/
.comments-area ol.comment-list {
  list-style: none;
}
.comments-area {
  background: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-top: 30px;
  box-shadow: 0px 3px 7px 0px rgba(56, 56, 56, 0.1);
}
.comments-area ol.comment-list li.comment {
  list-style: none;
}
.comments-area ol.comment-list {
  padding-left: 0;
}
.comments-area form {
  display: block;
}
.comments-area .comment-respond {
  padding-top: 20px;
}
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="range"],
.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="color"],
.comments-area .comment-respond textarea {
  width: 100%;
  display: block;
  border-color: #eee;
}
.comments-area .comment-respond input[type="text"]:focus,
.comments-area .comment-respond input[type="email"]:focus,
.comments-area .comment-respond input[type="url"]:focus,
.comments-area .comment-respond input[type="password"]:focus,
.comments-area .comment-respond input[type="search"]:focus,
.comments-area .comment-respond input[type="number"]:focus,
.comments-area .comment-respond input[type="tel"]:focus,
.comments-area .comment-respond input[type="range"]:focus,
.comments-area .comment-respond input[type="date"]:focus,
.comments-area .comment-respond input[type="month"]:focus,
.comments-area .comment-respond input[type="week"]:focus,
.comments-area .comment-respond input[type="time"]:focus,
.comments-area .comment-respond input[type="datetime"]:focus,
.comments-area .comment-respond input[type="datetime-local"]:focus,
.comments-area .comment-respond input[type="color"]:focus,
.comments-area .comment-respond textarea:focus {
  border-color: #2c66fb;
  outline-color: #2c66fb;
  border: 1px solid #2c66fb;
}
.comments-area .comment-respond input[type="button"],
.comments-area .comment-respond input[type="reset"],
.comments-area .comment-respond input[type="submit"] {
  border-radius: 0;
  padding: 12px 22px;
}
.comments-area .comment-respond > form > p:nth-child(3) {
  width: 48%;
  float: left;
}
.comments-area .comment-respond > form > p:nth-child(4) {
  width: 48%;
  float: left;
  padding: 0;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .comments-area .comment-respond > form > p:nth-child(3) {
    width: 100%;
  }
  .comments-area .comment-respond > form > p:nth-child(4) {
    width: 100%;
    margin-left: 0;
  }
}
.comments-area .logged-in-as {
  padding-top: 20px;
}
.comments-area .comments-title {
  display: none;
}
.comments-area .comment {
  padding: 20px 0;
  position: relative;
  clear: both;
}
.comments-area .comment-author img {
  margin-top: 0;
  margin-right: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background: #f5f5f5;
}
.comments-area .comment-metadata {
  margin-left: 115px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -15px;
}
.comments-area .comment-metadata a {
  color: #5b657a;
}
.comments-area .comment-content {
  padding-top: 35px;
  position: relative;
  margin-left: 0;
}
.comments-area .comment-content:before {
  position: absolute;
  background: #2c66fb;
  content: "";
  left: 0;
  height: 3px;
  width: 40px;
  top: 15px;
}
.comments-area span.says {
  display: none;
}
.comments-area .reply a {
  margin: -50px 20px;
  font-size: 12px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #787f88;
  text-shadow: none;
}
.comments-area .children .comment .reply a {
  margin: -61px 20px;
}
.comment-body {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.pingback {
  padding: 10px 0;
}
.pingback .edit-link {
  font-size: 14px;
  display: block;
}
.pingback .edit-link a {
  display: inline-block;
  margin: 5px 0;
  padding: 8px 22px;
}
.pingback .edit-link a:hover {
  color: #fff;
  background-color: #2c66fb;
}
.pingback .edit-link a.post-edit-link:hover {
  color: #2c66fb;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  box-shadow: 0px 3px 7px 0px rgba(56, 56, 56, 0.1);
  background: #fff;
  padding: 35px 30px;
}
.site-main .comment-navigation .nav-previous,
.site-main .posts-navigation .nav-previous,
.site-main .post-navigation .nav-previous,
.site-main .comment-navigation .nav-next,
.site-main .posts-navigation .nav-next,
.site-main .post-navigation .nav-next {
  font-weight: 700;
}
.site-main .comment-navigation .nav-previous a:hover,
.site-main .posts-navigation .nav-previous a:hover,
.site-main .post-navigation .nav-previous a:hover,
.site-main .comment-navigation .nav-next a:hover,
.site-main .posts-navigation .nav-next a:hover,
.site-main .post-navigation .nav-next a:hover {
  color: #2c66fb;
}
.site-main .comment-navigation .nav-previous a span:hover,
.site-main .posts-navigation .nav-previous a span:hover,
.site-main .post-navigation .nav-previous a span:hover,
.site-main .comment-navigation .nav-next a span:hover,
.site-main .posts-navigation .nav-next a span:hover,
.site-main .post-navigation .nav-next a span:hover {
  color: #2c66fb;
}
.page-links span {
  border: 1px solid #eee;
  padding: 5px 10px;
}
.page .page-links {
  padding-top: 10px;
}
.page .page-links a {
  border: 1px solid #eee;
  padding: 5px 10px;
}
/*------------------------------------------- 
---------- Pagination -------------
--------------------------------------------*/
.hostzine-pagination {
  text-align: center;
}
.hostzine-pagination nav.navigation.pagination {
  box-shadow: 1px 1px 5px rgba(46, 61, 73, 0.11);
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 45px;
}
.hostzine-pagination .pagination {
  border-radius: 0;
}
.hostzine-pagination .page-numbers {
  height: 40px;
  width: 55px;
  background: white;
  display: inline-block;
  line-height: 40px;
  color: #787f88;
  transition: all 0.3s ease;
  margin-left: -2px;
}
.hostzine-pagination .page-numbers:hover {
  color: #2c66fb;
  transition: all 0.3s ease;
}
.hostzine-pagination .current {
  background: #2c66fb;
  color: white;
  border-radius: 0;
}
.hostzine-pagination .current:hover {
  color: white;
}
/*------------------------------------------- 
---------- Course teacher next prev button -------------
--------------------------------------------*/
.course-teacher-carousel .owl-nav div,
.content-list .owl-nav div {
  background-color: rgba(44, 102, 251, 0.6);
  color: #fff;
  height: 35px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 35px;
  line-height: 35px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.course-teacher-carousel:hover .owl-nav div,
.content-list:hover .owl-nav div {
  opacity: 1;
  color: #fff;
}
.course-teacher-carousel .owl-nav .owl-next,
.content-list .owl-nav .owl-next {
  left: auto;
  right: 0;
  transition: 0.3s ease-in-out;
  color: #fff;
}
.course-teacher-carousel .owl-nav .owl-prev:hover,
.content-list .owl-nav .owl-prev:hover {
  background: rgba(44, 102, 251, 0.85);
  color: #fff;
}
.course-teacher-carousel .owl-nav .owl-next:hover,
.content-list .owl-nav .owl-next:hover {
  background: rgba(44, 102, 251, 0.85);
  color: #fff;
}
/*------------------------------------------- 
---------- Gallery metabox post next prev button -------------
--------------------------------------------*/
.content-list .owl-nav div {
  background-color: rgba(44, 102, 251, 0.6);
  color: #000;
  height: 50px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  line-height: 50px;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
.content-list:hover .owl-nav div {
  opacity: 1;
  color: #fff;
}
.content-list .owl-nav .owl-next {
  left: auto;
  right: 0;
  transition: 0.3s ease-in-out;
  color: #fff;
}
.content-list .owl-nav .owl-prev:hover {
  background: rgba(44, 102, 251, 0.85);
  color: #fff;
}
.content-list .owl-nav .owl-next:hover {
  background: rgba(44, 102, 251, 0.85);
  color: #fff;
}
/*------------------------------------------- 
---------- Gallery content post next prev button -------------
--------------------------------------------*/
.content-field .owl-nav div {
  background-color: rgba(44, 102, 251, 0.6);
  color: #fff;
  height: 50px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  line-height: 50px;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
.content-field:hover .owl-nav div {
  opacity: 1;
  color: #fff;
}
.content-field .owl-nav .owl-next {
  left: auto;
  right: 0;
  transition: 0.3s ease-in-out;
  color: #fff;
}
.content-field .owl-nav .owl-prev:hover {
  background: rgba(44, 102, 251, 0.85);
  color: #fff;
}
.content-field .owl-nav .owl-next:hover {
  background: rgba(44, 102, 251, 0.85);
  color: #fff;
}
/*------------------------------------------- 
---------- Gallery content post single page next prev button -------------
--------------------------------------------*/
.single-post.format-gallery .owl-nav div {
  background-color: rgba(44, 102, 251, 0.6);
  height: 50px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  line-height: 50px;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
  color: white;
}
.single-post.format-gallery .owl-nav div i {
  font-size: 20px;
}
.single-post.format-gallery:hover .owl-nav div {
  opacity: 1;
}
.single-post.format-gallery .owl-nav .owl-next {
  left: auto;
  right: 0;
  transition: 0.3s ease-in-out;
}
.single-post.format-gallery .owl-nav .owl-prev:hover {
  background: rgba(44, 102, 251, 0.85);
  color: #fff;
}
.single-post.format-gallery .owl-nav .owl-next:hover {
  background: rgba(44, 102, 251, 0.85);
  color: #fff;
}
.widget-area {
  /*------------------------------------------- 
    ---------- Course Teacher Shortcode -------------
    --------------------------------------------*/
  /*------------------------------------------- 
    ---------- Social Shortcode -------------
    --------------------------------------------*/
  /*------------------------------------------- 
    ---------- Recent post -------------
    --------------------------------------------*/
}
.widget-area .widget.widget_search {
  box-shadow: 0px 3px 7px 0px rgba(56, 56, 56, 0.1);
  padding: 0;
  background: white;
  padding: 25px 20px;
}
.widget-area .widget.widget_archive option {
  padding: 20px;
}
.widget-area .widget.widget_archive ul li a {
  display: inline-block;
}
.widget-area .widget.widget_recent_comments ul li a,
.widget-area .widget.widget_categories ul li a {
  display: inline-block;
}
.widget-area select {
  font-size: 14px;
}
.widget-area select option {
  font-size: 14px;
}
.widget-area .widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
.widget-area .widget ul li a {
  display: block;
}
.widget-area .widget ul li:before {
  float: left;
  margin-top: 5px;
}
.widget-area .widget {
  box-shadow: 0px 3px 7px 0px rgba(56, 56, 56, 0.1);
  transition: all 0.3s ease;
  padding: 40px 25px;
  background: #fff;
}
.widget-area .widget .widget-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  color: #222222;
  padding-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-top: 0;
  margin-bottom: 20px;
}
.widget-area .widget .widget-title:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background: #2c66fb;
  margin: auto;
  left: 0px;
  right: 0;
  top: 12px;
  bottom: -32px;
}
.widget-area .widget .recent-post-media {
  margin-bottom: 20px;
  display: inline-block;
}
.widget-area .widget .widget-img {
  padding-right: 10px;
  width: 90px;
}
.widget-area .widget .blog-details {
  padding-left: 10px;
  display: inline-block;
  width: 220px;
}
.widget-area .widget .blog-details a {
  padding-left: 0;
}
.widget-area .widget a {
  color: #5b657a;
  transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  font-size: 14px;
}
.widget-area .widget a:hover {
  color: #2c66fb;
}
.widget-area .widget .entry-meta {
  font-size: 14px;
  color: #787f88;
  padding-left: 0;
}
.widget-area .widget ul li {
  font-size: 14px;
  color: #787f88;
  list-style: none;
  margin: 5px 0;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.widget-area .widget ul li:last-child {
  border-bottom: none;
}
.widget-area .widget .tagcloud a:hover {
  color: #2c66fb;
}
.widget-area .widget p {
  font-size: 14px;
  line-height: 25px;
}
.widget-area .courser-teacher {
  padding: 20px 0 10px 0;
  text-align: center;
}
.widget-area .courser-teacher .person-img {
  width: 150px;
  margin: auto;
}
.widget-area .courser-teacher .person-info .teacher-title {
  margin-top: 25px;
  margin-bottom: 5px;
}
.widget-area .courser-teacher .person-info .teacher-position {
  margin-bottom: 10px;
}
.widget-area .courser-teacher .social-links-teacher i {
  font-size: 14px;
  padding: 0 5px;
}
.widget-area .edumodo-social {
  padding: 0;
  text-align: center;
}
.widget-area .edumodo-social a {
  color: #fff;
  background: #2c66fb;
  height: 45px;
  width: 45px;
  display: inline-block;
  line-height: 45px;
  padding: 0;
  margin: 0px 5px;
  border-radius: 50%;
  text-align: center;
}
.widget-area .edumodo-social a:hover {
  background: rgba(44, 102, 251, 0.85);
}
.widget-area .edumodo-social a i {
  color: #fff;
}
.widget-area .recent-post:last-child .recent-post-details > div.recent-entry-content > p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-area .edumodo-recent-post .recent-post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.widget-area .edumodo-recent-post .recent-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.widget-area .edumodo-recent-post .recent-post .recent-img {
  display: inline-block;
  width: 30%;
  float: left;
}
.widget-area .edumodo-recent-post .recent-post .recent-img .recent-post-thumbnail {
  height: 80px;
  width: 80px;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
}
.widget-area .edumodo-recent-post .recent-post .recent-entry-header .recent-entry-title {
  margin-bottom: 0;
  font-weight: 700;
}
.widget-area .edumodo-recent-post .recent-post .recent-entry-header .recent-entry-title a {
  color: #222222;
  transition: all 0.3s ease;
}
.widget-area .edumodo-recent-post .recent-post .recent-entry-header .recent-entry-title a:hover {
  color: #2c66fb;
}
.widget-area .edumodo-recent-post .recent-post .recent-post-details {
  display: inline-block;
  width: 70%;
  float: left;
}
.wp-caption {
  display: inline;
}
/*--------------------------------------------------
/* Calender
/*-------------------------------------------------- */
#wp-calendar {
  width: 100%;
  max-width: 37.5rem;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
}
#wp-calendar caption {
  padding: 8px 10px 5px 10px;
  background: transparent !important;
  font-size: 14px;
  color: #2c66fb;
  font-weight: bold;
  margin-bottom: 5px;
}
#wp-calendar thead th {
  font-size: 14px;
  font-weight: bold;
  padding: 0.25rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#wp-calendar tbody td {
  position: relative;
  text-align: center;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
#wp-calendar tbody td #today {
  height: 40px;
  width: 40px;
}
#wp-calendar tbody td a {
  display: block;
  color: #2c66fb;
}
#wp-calendar tbody td a:hover {
  color: rgba(44, 102, 251, 0.85);
}
#wp-calendar tfoot tr {
  background: #fff;
}
#wp-calendar tfoot tr td {
  border: 0;
  padding: 0;
  font-weight: bold;
}
#wp-calendar tfoot tr a {
  display: block;
  padding: 0.25rem 0.75rem;
  color: #2c66fb;
}
#wp-calendar tfoot tr a:hover {
  color: rgba(44, 102, 251, 0.85);
}
#wp-calendar tfoot tr #prev {
  text-align: left;
}
#wp-calendar tfoot tr #next {
  text-align: right;
}
#wp-calendar td#today {
  display: inline-block;
  line-height: 3;
  color: #2c66fb;
  border: 1px solid rgba(44, 102, 251, 0.85);
}
#wp-calendar td#today a {
  color: #fff;
}
#wp-calendar thead th {
  background: transparent !important;
  color: #5b657a;
}
#wp-calendar tfoot tr a:hover {
  color: #5b657a;
}
.widget-area .widget > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.widget-area .widget > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-area .widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.post-heading {
  font-weight: 700;
}
/*------------------------------------------- 
---------- single blank page -------------
--------------------------------------------*/
.site-header {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 220px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background-position: center;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2c66fb;
}
.site-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #2c66fb;
  opacity: 0.5;
  display: block;
}
.site-header .page-wrapper {
  margin-left: 15px;
  padding: 30px 0;
}
.site-header .header-title {
  color: #fff;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.site-header .breadcrumbs {
  color: #fff;
  position: relative;
  font-size: 16px;
  padding-bottom: 5px;
}
.site-header .breadcrumbs a {
  color: white;
}
.site-header .breadcrumbs a:hover {
  color: #f3f3f3;
}
.single .content-area {
  padding: 80px 0;
}
.blog .content-area {
  padding-bottom: 80px;
}
.error404 .content-area,
.archive .content-area,
.search .content-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.paged .main-post.has-post-thumbnail .post-content-wapper .entry-meta {
  margin-bottom: 10px;
}
.paged .main-post .entry-header {
  margin-bottom: 10px;
}
.paged .main-post .post-content-wapper .entry-title {
  margin-bottom: 10px;
}
.page-template-page-white-content .entry-content {
  background: white;
  padding: 30px;
}
.page-template-default .site-content {
  margin-bottom: 80px;
}
/*------------------------------------------- 
---------- Home page pricing table -------------
--------------------------------------------*/
ul.hosting-features {
  list-style: none;
  padding: 0;
}
.popular-price {
  position: relative;
  display: inline-block;
  background: #f56332;
  color: white;
  height: 5.8rem;
  width: 5.8rem;
  text-align: center;
  vertical-align: middle;
  line-height: 5.8rem;
  margin: 0;
  transform: rotate(-20deg);
  animation: beat 1s ease infinite alternate;
  top: 42px;
  font-weight: bold;
  font-size: 13px;
}
.popular-price:before,
.popular-price:after {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(30deg);
}
.popular-price:after {
  transform: rotate(60deg);
}
@keyframes beat {
  from {
    transform: rotate(-20deg) scale(1);
  }
  to {
    transform: rotate(-20deg) scale(1.1);
  }
}
.par-green {
  display: block;
  border-left: 2px solid #C3BFBA;
  float: right;
  height: 110px;
  margin-left: 20px;
  position: relative;
}
.par-green:after {
  background-color: #fff;
  border-right: 2px solid #C3BFBA;
  border-top: 2px solid #C3BFBA;
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 20px;
}
.menu-cl-border {
  border-right: 1px solid #ddd;
}
.footer {
  background: #333;
  padding: 50px 0 30px;
}
.footer input[type="button"],
.footer input[type="reset"],
.footer input[type="submit"] {
  padding: 10px 12px;
}
.footer .widget {
  font-size: 15px;
}
.footer .widget p {
  color: #f3f3f3;
}
.footer .widget ul {
  padding: 0;
}
.footer .widget ul li {
  padding: 0;
  padding-bottom: 15px;
  list-style: none;
  color: #f3f3f3;
}
.footer .widget ul li a {
  color: #f3f3f3;
}
.footer .widget ul li a:hover {
  color: #fff;
}
.footer .widget select {
  color: #5b657a;
}
.footer .widget .menu li a {
  color: #f3f3f3;
}
.footer .widget .menu li a:hover {
  color: #2c66fb;
}
.footer .widget .post-heading {
  font-size: 16px;
  font-weight: 300;
}
.footer .widget .post-heading a {
  color: #fff;
}
.footer .widget .entry-meta {
  font-size: 12px;
}
.footer .widget a.rsswidget {
  color: #2c66fb;
  transition: all 0.3s ease;
}
.footer .widget a.rsswidget:hover {
  color: white;
  transition: all 0.3s ease;
}
.footer .widget-title {
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 13px;
  margin-bottom: 18px;
  color: #e6eef9;
}
.footer .menu-useful-links-container {
  margin-top: -10px;
}
.footer .textwidget {
  margin-top: -5px;
  color: #f3f3f3;
}
.footer #wp-calendar tbody td {
  color: #5b657a;
}
.footer .widget_calendar .calendar_wrap {
  background: white;
}
.footer .widget_calendar #wp-calendar td#today {
  color: #2c66fb;
  border: 1px solid rgba(44, 102, 251, 0.85);
}
.footer .widget_calendar thead > tr {
  background: #2c66fb;
  color: white;
}
.footer .widget_calendar tbody tr {
  background: white;
}
.footer .widget_calendar #wp-calendar thead th {
  color: white;
}
.footer .tagcloud a {
  color: #f3f3f3;
}
.footer .tagcloud a:hover {
  color: #2c66fb;
}
.footer .hostzine-quickinfo {
  margin-bottom: 10px;
}
.footer .hostzine-quickinfo li i {
  margin-top: 6px;
  font-size: 14px;
}
.site-info {
  font-size: 14px;
}
.site-info p a {
  color: #f3f3f3;
}
.site-info p a:hover {
  color: white;
}
.site-info a {
  font-size: 14px;
}
.site-info a:hover {
  color: #fff;
}
.site-info .social-icon a {
  padding: 0 0px 0 15px;
  font-size: 18px;
  color: #f3f3f3;
}
.site-info .social-icon a:hover {
  color: #2c66fb;
}
.site-info {
  background: #222222;
  padding: 17px 0;
  color: #fff;
}
span.credit a {
  color: #fff;
}
.footer-bottom {
  background: white;
  padding: 30px 0 0 0;
}
.footer-bottom .footer-banner-left {
  margin-bottom: 40px;
}
.copyright-info a {
  color: #2c66fb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.copyright-info a:hover {
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-credit a {
  color: #e6eef9;
}
.user-credit a:hover {
  color: #e6eef9;
}
/**
Button
==========================
 */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="range"],
.woocommerce input[type="date"],
.woocommerce input[type="month"],
.woocommerce input[type="week"],
.woocommerce input[type="time"],
.woocommerce input[type="datetime"],
.woocommerce input[type="datetime-local"],
.woocommerce input[type="color"] {
  padding: 11px;
}
.woocommerce main#main form.cart button[type="submit"],
.woocommerce-cart main#main form.cart button[type="submit"],
.woocommerce-checkout main#main form.cart button[type="submit"],
.woocommerce-account main#main form.cart button[type="submit"] {
  border-radius: 0 !important;
}
.single.woocommerce .single-post .entry-header {
  padding-top: 35px;
  margin-bottom: 0;
}
/**
WooCommerce Default style
==========================
 */
.woocommerce,
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account {
  /**
	Woocommerce Pagination
	 */
  /**
	Cart page
	 */
  /**
	Checkout
	 */
  /**
	Woocommerce message
	 */
  /**
	My Account
	 */
}
.woocommerce .page-details h2.page-title,
.woocommerce-cart .page-details h2.page-title,
.woocommerce-checkout .page-details h2.page-title,
.woocommerce-account .page-details h2.page-title {
  margin-bottom: 0px !important;
}
.woocommerce li.product,
.woocommerce-cart li.product,
.woocommerce-checkout li.product,
.woocommerce-account li.product {
  list-style-type: none !important;
}
.woocommerce .shop-single-page-template,
.woocommerce-cart .shop-single-page-template,
.woocommerce-checkout .shop-single-page-template,
.woocommerce-account .shop-single-page-template {
  padding-top: 0px;
}
.woocommerce .shop-single-page-template .shop-row,
.woocommerce-cart .shop-single-page-template .shop-row,
.woocommerce-checkout .shop-single-page-template .shop-row,
.woocommerce-account .shop-single-page-template .shop-row {
  box-shadow: 1px 1px 20px #eeeeee;
  padding: 50px;
  background: white;
}
@media (max-width: 768px) {
  .woocommerce .shop-single-page-template .shop-row,
  .woocommerce-cart .shop-single-page-template .shop-row,
  .woocommerce-checkout .shop-single-page-template .shop-row,
  .woocommerce-account .shop-single-page-template .shop-row {
    padding: 15px;
  }
}
.woocommerce .i-can-override-default-shop-page-style,
.woocommerce-cart .i-can-override-default-shop-page-style,
.woocommerce-checkout .i-can-override-default-shop-page-style,
.woocommerce-account .i-can-override-default-shop-page-style {
  padding: 0px 0px 80px;
}
.woocommerce .i-can-override-default-shop-page-style .product_title,
.woocommerce-cart .i-can-override-default-shop-page-style .product_title,
.woocommerce-checkout .i-can-override-default-shop-page-style .product_title,
.woocommerce-account .i-can-override-default-shop-page-style .product_title,
.woocommerce .i-can-override-default-shop-page-style .woocommerce-Tabs-panel h2,
.woocommerce-cart .i-can-override-default-shop-page-style .woocommerce-Tabs-panel h2,
.woocommerce-checkout .i-can-override-default-shop-page-style .woocommerce-Tabs-panel h2,
.woocommerce-account .i-can-override-default-shop-page-style .woocommerce-Tabs-panel h2,
.woocommerce .i-can-override-default-shop-page-style .related h2,
.woocommerce-cart .i-can-override-default-shop-page-style .related h2,
.woocommerce-checkout .i-can-override-default-shop-page-style .related h2,
.woocommerce-account .i-can-override-default-shop-page-style .related h2,
.woocommerce .i-can-override-default-shop-page-style .up-sells h2,
.woocommerce-cart .i-can-override-default-shop-page-style .up-sells h2,
.woocommerce-checkout .i-can-override-default-shop-page-style .up-sells h2,
.woocommerce-account .i-can-override-default-shop-page-style .up-sells h2 {
  font-size: 24px;
  font-weight: bold;
}
.woocommerce .i-can-override-default-shop-page-style .woocommerce-loop-product__title,
.woocommerce-cart .i-can-override-default-shop-page-style .woocommerce-loop-product__title,
.woocommerce-checkout .i-can-override-default-shop-page-style .woocommerce-loop-product__title,
.woocommerce-account .i-can-override-default-shop-page-style .woocommerce-loop-product__title {
  font-weight: bold;
}
@media (max-width: 768px) {
  .woocommerce .i-can-override-default-shop-page-style,
  .woocommerce-cart .i-can-override-default-shop-page-style,
  .woocommerce-checkout .i-can-override-default-shop-page-style,
  .woocommerce-account .i-can-override-default-shop-page-style {
    margin: 0px 15px;
    padding: 0px 15px;
    display: inline-block;
  }
}
.woocommerce .i-can-override-default-shop-page-style .shop-archive h1.page-title,
.woocommerce-cart .i-can-override-default-shop-page-style .shop-archive h1.page-title,
.woocommerce-checkout .i-can-override-default-shop-page-style .shop-archive h1.page-title,
.woocommerce-account .i-can-override-default-shop-page-style .shop-archive h1.page-title {
  display: none;
}
.woocommerce .i-can-override-default-shop-page-style .shop-archive ul.products,
.woocommerce-cart .i-can-override-default-shop-page-style .shop-archive ul.products,
.woocommerce-checkout .i-can-override-default-shop-page-style .shop-archive ul.products,
.woocommerce-account .i-can-override-default-shop-page-style .shop-archive ul.products {
  display: inline-block;
  margin-top: 50px;
}
.woocommerce .i-can-override-default-shop-page-style .page-title,
.woocommerce-cart .i-can-override-default-shop-page-style .page-title,
.woocommerce-checkout .i-can-override-default-shop-page-style .page-title,
.woocommerce-account .i-can-override-default-shop-page-style .page-title {
  margin-top: 0px;
}
.woocommerce main#main,
.woocommerce-cart main#main,
.woocommerce-checkout main#main,
.woocommerce-account main#main {
  /**
		override default button in single page
		---------------------------------------
		 */
  /**
		Override single thumbnail css
		in a single product page
		------------------------------
		 */
  /**
		variation table style
		and pricing in
		single product page
		 */
  /**
		WooCommerce Tab
		 */
  /**
		Related
		 */
}
.woocommerce main#main .woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-cart main#main .woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-checkout main#main .woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-account main#main .woocommerce div.product div.images .flex-control-thumbs li {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;
}
.woocommerce main#main .woocommerce div.product div.images .flex-control-thumbs li:first-child,
.woocommerce-cart main#main .woocommerce div.product div.images .flex-control-thumbs li:first-child,
.woocommerce-checkout main#main .woocommerce div.product div.images .flex-control-thumbs li:first-child,
.woocommerce-account main#main .woocommerce div.product div.images .flex-control-thumbs li:first-child {
  margin-left: 0;
}
.woocommerce main#main .woocommerce div.product div.images .flex-control-thumbs li:last-child,
.woocommerce-cart main#main .woocommerce div.product div.images .flex-control-thumbs li:last-child,
.woocommerce-checkout main#main .woocommerce div.product div.images .flex-control-thumbs li:last-child,
.woocommerce-account main#main .woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0;
}
.woocommerce main#main button[type="submit"],
.woocommerce-cart main#main button[type="submit"],
.woocommerce-checkout main#main button[type="submit"],
.woocommerce-account main#main button[type="submit"],
.woocommerce main#main a.button,
.woocommerce-cart main#main a.button,
.woocommerce-checkout main#main a.button,
.woocommerce-account main#main a.button,
.woocommerce main#main input[name="submit"],
.woocommerce-cart main#main input[name="submit"],
.woocommerce-checkout main#main input[name="submit"],
.woocommerce-account main#main input[name="submit"] {
  background: #2c66fb;
  color: white;
  padding: 12px 24px !important;
  border-radius: 0;
  transition: all 0.5s ease;
}
.woocommerce main#main button[type="submit"]:hover,
.woocommerce-cart main#main button[type="submit"]:hover,
.woocommerce-checkout main#main button[type="submit"]:hover,
.woocommerce-account main#main button[type="submit"]:hover,
.woocommerce main#main a.button:hover,
.woocommerce-cart main#main a.button:hover,
.woocommerce-checkout main#main a.button:hover,
.woocommerce-account main#main a.button:hover,
.woocommerce main#main input[name="submit"]:hover,
.woocommerce-cart main#main input[name="submit"]:hover,
.woocommerce-checkout main#main input[name="submit"]:hover,
.woocommerce-account main#main input[name="submit"]:hover {
  background: rgba(44, 102, 251, 0.85);
}
.woocommerce main#main span.onsale,
.woocommerce-cart main#main span.onsale,
.woocommerce-checkout main#main span.onsale,
.woocommerce-account main#main span.onsale {
  background: #2c66fb;
  padding: 0;
}
.woocommerce main#main .price,
.woocommerce-cart main#main .price,
.woocommerce-checkout main#main .price,
.woocommerce-account main#main .price {
  color: #2c66fb;
}
.woocommerce main#main form.cart button[type="submit"],
.woocommerce-cart main#main form.cart button[type="submit"],
.woocommerce-checkout main#main form.cart button[type="submit"],
.woocommerce-account main#main form.cart button[type="submit"] {
  border-radius: 3px;
}
.woocommerce main#main div.images .woocommerce-product-gallery__image:first-child img,
.woocommerce-cart main#main div.images .woocommerce-product-gallery__image:first-child img,
.woocommerce-checkout main#main div.images .woocommerce-product-gallery__image:first-child img,
.woocommerce-account main#main div.images .woocommerce-product-gallery__image:first-child img {
  width: auto !important;
  margin: auto;
}
.woocommerce main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,
.woocommerce-cart main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,
.woocommerce-checkout main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,
.woocommerce-account main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  margin-bottom: 15px;
  width: 100%;
}
.woocommerce main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2),
.woocommerce-cart main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2),
.woocommerce-checkout main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2),
.woocommerce-account main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
  border: solid 1px rgba(221, 221, 221, 0.8);
}
.woocommerce main#main .posted_in,
.woocommerce-cart main#main .posted_in,
.woocommerce-checkout main#main .posted_in,
.woocommerce-account main#main .posted_in {
  display: block;
  margin: 5px 0px;
}
.woocommerce main#main .price del,
.woocommerce-cart main#main .price del,
.woocommerce-checkout main#main .price del,
.woocommerce-account main#main .price del {
  display: inline-block;
}
.woocommerce main#main h2,
.woocommerce-cart main#main h2,
.woocommerce-checkout main#main h2,
.woocommerce-account main#main h2 {
  margin-bottom: 35px;
}
.woocommerce main#main .products h2,
.woocommerce-cart main#main .products h2,
.woocommerce-checkout main#main .products h2,
.woocommerce-account main#main .products h2 {
  margin-bottom: 0px;
}
.woocommerce main#main .woocommerce-tabs,
.woocommerce-cart main#main .woocommerce-tabs,
.woocommerce-checkout main#main .woocommerce-tabs,
.woocommerce-account main#main .woocommerce-tabs {
  margin: 50px 0px 25px;
  display: inline-block;
  width: 100%;
}
.woocommerce main#main .woocommerce-tabs h2,
.woocommerce-cart main#main .woocommerce-tabs h2,
.woocommerce-checkout main#main .woocommerce-tabs h2,
.woocommerce-account main#main .woocommerce-tabs h2 {
  margin-bottom: 20px;
}
.woocommerce main#main .woocommerce-tabs .panel,
.woocommerce-cart main#main .woocommerce-tabs .panel,
.woocommerce-checkout main#main .woocommerce-tabs .panel,
.woocommerce-account main#main .woocommerce-tabs .panel {
  padding-bottom: 50px;
  box-shadow: none;
}
.woocommerce main#main .woocommerce-tabs input[name="submit"],
.woocommerce-cart main#main .woocommerce-tabs input[name="submit"],
.woocommerce-checkout main#main .woocommerce-tabs input[name="submit"],
.woocommerce-account main#main .woocommerce-tabs input[name="submit"] {
  background: #2c66fb !important;
  color: white !important;
  border-radius: 50px !important;
}
.woocommerce main#main .woocommerce-tabs .stars a,
.woocommerce-cart main#main .woocommerce-tabs .stars a,
.woocommerce-checkout main#main .woocommerce-tabs .stars a,
.woocommerce-account main#main .woocommerce-tabs .stars a {
  color: #2c66fb;
}
.woocommerce main#main .woocommerce-tabs .stars:hover a,
.woocommerce-cart main#main .woocommerce-tabs .stars:hover a,
.woocommerce-checkout main#main .woocommerce-tabs .stars:hover a,
.woocommerce-account main#main .woocommerce-tabs .stars:hover a {
  color: #2c66fb;
}
.woocommerce main#main .woocommerce-tabs .stars.selected a,
.woocommerce-cart main#main .woocommerce-tabs .stars.selected a,
.woocommerce-checkout main#main .woocommerce-tabs .stars.selected a,
.woocommerce-account main#main .woocommerce-tabs .stars.selected a {
  color: #2c66fb;
}
.woocommerce main#main .woocommerce-tabs ul.tabs,
.woocommerce-cart main#main .woocommerce-tabs ul.tabs,
.woocommerce-checkout main#main .woocommerce-tabs ul.tabs,
.woocommerce-account main#main .woocommerce-tabs ul.tabs {
  box-shadow: 0px 2px 7px rgba(238, 238, 238, 0.8);
  display: inline-block;
  padding: 0;
  margin-bottom: -7px;
}
.woocommerce main#main .woocommerce-tabs ul.tabs:before,
.woocommerce-cart main#main .woocommerce-tabs ul.tabs:before,
.woocommerce-checkout main#main .woocommerce-tabs ul.tabs:before,
.woocommerce-account main#main .woocommerce-tabs ul.tabs:before {
  border: none;
  content: none;
}
.woocommerce main#main .woocommerce-tabs ul.tabs li,
.woocommerce-cart main#main .woocommerce-tabs ul.tabs li,
.woocommerce-checkout main#main .woocommerce-tabs ul.tabs li,
.woocommerce-account main#main .woocommerce-tabs ul.tabs li {
  border: none;
  border-radius: 0px;
  font-size: 16px;
  padding: 2px 30px;
  background: #eee;
}
.woocommerce main#main .woocommerce-tabs ul.tabs li:before,
.woocommerce-cart main#main .woocommerce-tabs ul.tabs li:before,
.woocommerce-checkout main#main .woocommerce-tabs ul.tabs li:before,
.woocommerce-account main#main .woocommerce-tabs ul.tabs li:before {
  content: none;
}
.woocommerce main#main .woocommerce-tabs ul.tabs li:after,
.woocommerce-cart main#main .woocommerce-tabs ul.tabs li:after,
.woocommerce-checkout main#main .woocommerce-tabs ul.tabs li:after,
.woocommerce-account main#main .woocommerce-tabs ul.tabs li:after {
  content: none;
}
.woocommerce main#main .woocommerce-tabs ul.tabs li a,
.woocommerce-cart main#main .woocommerce-tabs ul.tabs li a,
.woocommerce-checkout main#main .woocommerce-tabs ul.tabs li a,
.woocommerce-account main#main .woocommerce-tabs ul.tabs li a {
  border-radius: 0px;
}
.woocommerce main#main .woocommerce-tabs ul.tabs li a:before,
.woocommerce-cart main#main .woocommerce-tabs ul.tabs li a:before,
.woocommerce-checkout main#main .woocommerce-tabs ul.tabs li a:before,
.woocommerce-account main#main .woocommerce-tabs ul.tabs li a:before {
  content: none;
}
.woocommerce main#main .woocommerce-tabs ul.tabs li.active,
.woocommerce-cart main#main .woocommerce-tabs ul.tabs li.active,
.woocommerce-checkout main#main .woocommerce-tabs ul.tabs li.active,
.woocommerce-account main#main .woocommerce-tabs ul.tabs li.active {
  background: white;
}
.woocommerce main#main .woocommerce-tabs .woocommerce-Tabs-panel,
.woocommerce-cart main#main .woocommerce-tabs .woocommerce-Tabs-panel,
.woocommerce-checkout main#main .woocommerce-tabs .woocommerce-Tabs-panel,
.woocommerce-account main#main .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 50px;
}
@media (max-width: 768px) {
  .woocommerce main#main .woocommerce-tabs .woocommerce-Tabs-panel,
  .woocommerce-cart main#main .woocommerce-tabs .woocommerce-Tabs-panel,
  .woocommerce-checkout main#main .woocommerce-tabs .woocommerce-Tabs-panel,
  .woocommerce-account main#main .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 15px;
  }
}
.woocommerce main#main .related h2,
.woocommerce-cart main#main .related h2,
.woocommerce-checkout main#main .related h2,
.woocommerce-account main#main .related h2,
.woocommerce main#main .upsells h2,
.woocommerce-cart main#main .upsells h2,
.woocommerce-checkout main#main .upsells h2,
.woocommerce-account main#main .upsells h2 {
  margin-bottom: 35px;
}
.woocommerce main#main .related .products h2,
.woocommerce-cart main#main .related .products h2,
.woocommerce-checkout main#main .related .products h2,
.woocommerce-account main#main .related .products h2,
.woocommerce main#main .upsells .products h2,
.woocommerce-cart main#main .upsells .products h2,
.woocommerce-checkout main#main .upsells .products h2,
.woocommerce-account main#main .upsells .products h2 {
  margin-bottom: 0px;
}
.woocommerce main#main .related .products li,
.woocommerce-cart main#main .related .products li,
.woocommerce-checkout main#main .related .products li,
.woocommerce-account main#main .related .products li,
.woocommerce main#main .upsells .products li,
.woocommerce-cart main#main .upsells .products li,
.woocommerce-checkout main#main .upsells .products li,
.woocommerce-account main#main .upsells .products li {
  margin-bottom: 0px;
}
.woocommerce .woocommerce-pagination,
.woocommerce-cart .woocommerce-pagination,
.woocommerce-checkout .woocommerce-pagination,
.woocommerce-account .woocommerce-pagination {
  margin: 50px 0px 35px;
}
.woocommerce .woocommerce-pagination .page-numbers,
.woocommerce-cart .woocommerce-pagination .page-numbers,
.woocommerce-checkout .woocommerce-pagination .page-numbers,
.woocommerce-account .woocommerce-pagination .page-numbers {
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers li,
.woocommerce-cart .woocommerce-pagination .page-numbers li,
.woocommerce-checkout .woocommerce-pagination .page-numbers li,
.woocommerce-account .woocommerce-pagination .page-numbers li {
  padding: 10px;
  transition: all 0.4s ease;
  width: 40px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  border: solid 1px rgba(238, 238, 238, 0.8);
  margin: 0px 3px;
}
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce-cart .woocommerce-pagination .page-numbers li a,
.woocommerce-checkout .woocommerce-pagination .page-numbers li a,
.woocommerce-account .woocommerce-pagination .page-numbers li a,
.woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce-cart .woocommerce-pagination .page-numbers li span,
.woocommerce-checkout .woocommerce-pagination .page-numbers li span,
.woocommerce-account .woocommerce-pagination .page-numbers li span {
  background: transparent !important;
  transition: all 0.4s ease;
  padding: 0;
  display: inline-block;
}
.woocommerce .woocommerce-pagination .page-numbers li span.current,
.woocommerce-cart .woocommerce-pagination .page-numbers li span.current,
.woocommerce-checkout .woocommerce-pagination .page-numbers li span.current,
.woocommerce-account .woocommerce-pagination .page-numbers li span.current {
  color: #2c66fb;
}
.woocommerce .woocommerce-pagination .page-numbers li:hover,
.woocommerce-cart .woocommerce-pagination .page-numbers li:hover,
.woocommerce-checkout .woocommerce-pagination .page-numbers li:hover,
.woocommerce-account .woocommerce-pagination .page-numbers li:hover {
  background: #2c66fb;
  cursor: pointer;
  color: white;
}
.woocommerce .woocommerce-pagination .page-numbers li:hover span.current,
.woocommerce-cart .woocommerce-pagination .page-numbers li:hover span.current,
.woocommerce-checkout .woocommerce-pagination .page-numbers li:hover span.current,
.woocommerce-account .woocommerce-pagination .page-numbers li:hover span.current {
  background: transparent;
  color: white;
}
.woocommerce .woocommerce-pagination .page-numbers li:hover a,
.woocommerce-cart .woocommerce-pagination .page-numbers li:hover a,
.woocommerce-checkout .woocommerce-pagination .page-numbers li:hover a,
.woocommerce-account .woocommerce-pagination .page-numbers li:hover a {
  color: white;
}
.woocommerce .woocommerce-cart-form input[type="submit"],
.woocommerce-cart .woocommerce-cart-form input[type="submit"],
.woocommerce-checkout .woocommerce-cart-form input[type="submit"],
.woocommerce-account .woocommerce-cart-form input[type="submit"] {
  background: #2c66fb;
  color: white;
  border-radius: 50px;
  text-transform: capitalize;
}
.woocommerce .woocommerce-cart-form input[type="submit"]:hover,
.woocommerce-cart .woocommerce-cart-form input[type="submit"]:hover,
.woocommerce-checkout .woocommerce-cart-form input[type="submit"]:hover,
.woocommerce-account .woocommerce-cart-form input[type="submit"]:hover {
  border: none;
  background: rgba(44, 102, 251, 0.85);
}
.woocommerce .woocommerce-cart-form input[name="coupon_code"],
.woocommerce-cart .woocommerce-cart-form input[name="coupon_code"],
.woocommerce-checkout .woocommerce-cart-form input[name="coupon_code"],
.woocommerce-account .woocommerce-cart-form input[name="coupon_code"] {
  width: 135px !important;
  height: 38px;
  padding: 5px 15px !important;
  border-radius: 50px;
}
.woocommerce .woocommerce-cart-form input[name="apply_coupon"],
.woocommerce-cart .woocommerce-cart-form input[name="apply_coupon"],
.woocommerce-checkout .woocommerce-cart-form input[name="apply_coupon"],
.woocommerce-account .woocommerce-cart-form input[name="apply_coupon"],
.woocommerce .woocommerce-cart-form input[name="update_cart"],
.woocommerce-cart .woocommerce-cart-form input[name="update_cart"],
.woocommerce-checkout .woocommerce-cart-form input[name="update_cart"],
.woocommerce-account .woocommerce-cart-form input[name="update_cart"] {
  padding: 12px 30px !important;
  font-size: 14px;
}
.woocommerce .cart-collaterals,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .cart-collaterals,
.woocommerce-account .cart-collaterals {
  margin-top: 80px;
}
.woocommerce .cart-collaterals h2,
.woocommerce-cart .cart-collaterals h2,
.woocommerce-checkout .cart-collaterals h2,
.woocommerce-account .cart-collaterals h2 {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .woocommerce .cart-collaterals,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-checkout .cart-collaterals,
  .woocommerce-account .cart-collaterals {
    padding: 15px;
  }
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .cart-collaterals .cart_totals,
.woocommerce-account .cart-collaterals .cart_totals {
  margin: 35px auto;
  text-align: center;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-cart .cart-collaterals .cross-sells,
.woocommerce-checkout .cart-collaterals .cross-sells,
.woocommerce-account .cart-collaterals .cross-sells {
  margin-bottom: 100px;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-cart .cart-collaterals .cross-sells ul.products,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products,
.woocommerce-account .cart-collaterals .cross-sells ul.products {
  display: flex;
}
@media (max-width: 768px) {
  .woocommerce .cart-collaterals .cross-sells ul.products,
  .woocommerce-cart .cart-collaterals .cross-sells ul.products,
  .woocommerce-checkout .cart-collaterals .cross-sells ul.products,
  .woocommerce-account .cart-collaterals .cross-sells ul.products {
    display: inherit;
  }
}
@media (max-width: 768px) {
  .woocommerce .cart-collaterals .cross-sells ul.products li.product,
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
  .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
  .woocommerce-account .cart-collaterals .cross-sells ul.products li.product {
    margin: 5px;
    width: 100%;
  }
}
.woocommerce .checkout,
.woocommerce-cart .checkout,
.woocommerce-checkout .checkout,
.woocommerce-account .checkout {
  margin-bottom: 100px;
}
.woocommerce .checkout h2,
.woocommerce-cart .checkout h2,
.woocommerce-checkout .checkout h2,
.woocommerce-account .checkout h2,
.woocommerce .checkout h3,
.woocommerce-cart .checkout h3,
.woocommerce-checkout .checkout h3,
.woocommerce-account .checkout h3 {
  margin-bottom: 18px;
}
.woocommerce .checkout .place-order input.button.alt,
.woocommerce-cart .checkout .place-order input.button.alt,
.woocommerce-checkout .checkout .place-order input.button.alt,
.woocommerce-account .checkout .place-order input.button.alt {
  background: #2c66fb !important;
}
.woocommerce .checkout .place-order input.button.alt:hover,
.woocommerce-cart .checkout .place-order input.button.alt:hover,
.woocommerce-checkout .checkout .place-order input.button.alt:hover,
.woocommerce-account .checkout .place-order input.button.alt:hover {
  border: none;
  background: rgba(44, 102, 251, 0.85) !important;
}
.woocommerce .woocommerce-message,
.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-message,
.woocommerce-account .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-cart .woocommerce-info,
.woocommerce-checkout .woocommerce-info,
.woocommerce-account .woocommerce-info {
  border-top-color: #2c66fb;
}
.woocommerce .woocommerce-message:before,
.woocommerce-cart .woocommerce-message:before,
.woocommerce-checkout .woocommerce-message:before,
.woocommerce-account .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-cart .woocommerce-info:before,
.woocommerce-checkout .woocommerce-info:before,
.woocommerce-account .woocommerce-info:before {
  color: #2c66fb;
}
.woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-cart .woocommerce-MyAccount-navigation ul,
.woocommerce-checkout .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  background: rgba(238, 238, 238, 0.5);
  padding: 20px;
  margin-left: 20px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-cart .woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-checkout .woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  border-left: solid 5px #2c66fb;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-cart .woocommerce-MyAccount-navigation ul li a,
.woocommerce-checkout .woocommerce-MyAccount-navigation ul li a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 8px 15px;
  width: 100%;
  display: inline-block;
  border-bottom: solid 1px rgba(44, 102, 251, 0.2);
  transition: all 0.5s ease;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child a,
.woocommerce-cart .woocommerce-MyAccount-navigation ul li:last-child a,
.woocommerce-checkout .woocommerce-MyAccount-navigation ul li:last-child a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
  border: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-cart .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-checkout .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  padding-left: 17px;
}
.woocommerce .woocommerce-MyAccount-content fieldset,
.woocommerce-cart .woocommerce-MyAccount-content fieldset,
.woocommerce-checkout .woocommerce-MyAccount-content fieldset,
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  border: none;
  margin-top: 20px;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-content fieldset legend,
.woocommerce-cart .woocommerce-MyAccount-content fieldset legend,
.woocommerce-checkout .woocommerce-MyAccount-content fieldset legend,
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-content input[type="submit"],
.woocommerce-cart .woocommerce-MyAccount-content input[type="submit"],
.woocommerce-checkout .woocommerce-MyAccount-content input[type="submit"],
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"] {
  background: #2c66fb;
  color: white;
  padding: 12px 24px !important;
  border-radius: 50px;
  transition: all 0.5s ease;
  margin-top: 20px;
}
.woocommerce .woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce-cart .woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce-checkout .woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:hover {
  background: rgba(44, 102, 251, 0.85);
  padding: inherit;
  border: none;
}
.woocommerce .woocommerce-form-login,
.woocommerce-cart .woocommerce-form-login,
.woocommerce-checkout .woocommerce-form-login,
.woocommerce-account .woocommerce-form-login {
  margin: 10px 0px 0px !important;
  display: inline-block;
  width: 100%;
}
.woocommerce .woocommerce-form-login input[type="submit"],
.woocommerce-cart .woocommerce-form-login input[type="submit"],
.woocommerce-checkout .woocommerce-form-login input[type="submit"],
.woocommerce-account .woocommerce-form-login input[type="submit"] {
  background: #2c66fb;
  color: white;
  padding: 12px 24px !important;
  border-radius: 50px;
  transition: all 0.5s ease;
  margin-top: 20px;
}
.woocommerce .woocommerce-form-login input[type="submit"]:hover,
.woocommerce-cart .woocommerce-form-login input[type="submit"]:hover,
.woocommerce-checkout .woocommerce-form-login input[type="submit"]:hover,
.woocommerce-account .woocommerce-form-login input[type="submit"]:hover {
  background: rgba(44, 102, 251, 0.85);
  padding: inherit;
  border: none;
  color: white;
}
.woocommerce-cart .page-details li,
.woocommerce-checkout .page-details li,
.woocommerce-account .page-details li {
  display: inline-block;
  color: white;
  position: relative;
}
.woocommerce-cart .page-details li a,
.woocommerce-checkout .page-details li a,
.woocommerce-account .page-details li a {
  color: white;
}
.woocommerce-cart article .woocommerce,
.woocommerce-checkout article .woocommerce,
.woocommerce-account article .woocommerce {
  width: 80%;
  margin: 0 auto;
  background: white;
  box-shadow: 1px 1px 20px #eeeeee;
  padding: 50px 50px 60px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .woocommerce-cart article .woocommerce,
  .woocommerce-checkout article .woocommerce,
  .woocommerce-account article .woocommerce {
    width: 100%;
    padding: 15px;
  }
}
.woocommerce-cart article .woocommerce h2,
.woocommerce-checkout article .woocommerce h2,
.woocommerce-account article .woocommerce h2 {
  font-weight: bold;
  font-size: 24px;
}
.woocommerce-cart article .woocommerce h3,
.woocommerce-checkout article .woocommerce h3,
.woocommerce-account article .woocommerce h3 {
  font-weight: bold;
}
.woocommerce-cart .wc_payment_methods label,
.woocommerce-checkout .wc_payment_methods label,
.woocommerce-account .wc_payment_methods label {
  width: auto;
  display: inline-block;
  margin: 0;
}
/**
Magnific pop up
 */
.mfp-content .mfp-figure button.mfp-close:hover {
  background: none !important;
  border: none;
}
#bridge {
  padding-top: 40px;
}
#bridge #order-standard_cart .order-summary,
#bridge #order-standard_cart .empty-cart .btn,
#bridge #order-standard_cart .view-cart-items-header {
  background-color: #2c66fb !important;
  border-bottom: 2px solid #2c66fb !important;
}
#bridge .btn-success {
  background-color: #2c66fb !important;
  border-color: #2c66fb !important;
  border-radius: 0 !important;
}
#bridge .btn-success:hover {
  background-color: rgba(44, 102, 251, 0.85) !important;
  border-color: #2c66fb !important;
}
#bridge #top-nav a {
  font-size: 16px;
}
#bridge .navbar-main {
  background-color: #2c66fb !important;
}
#bridge .navbar-default .navbar-collapse,
#bridge .navbar-default .navbar-form {
  background-color: #2c66fb;
  border-color: #2c66fb !important;
}
#bridge .btn-warning {
  background-color: rgba(44, 102, 251, 0.85) !important;
  border-color: rgba(44, 102, 251, 0.85) !important;
}
#bridge .btn-info {
  background-color: #2c66fb !important;
  border-color: #2c66fb !important;
}
#bridge .home-shortcuts {
  background-color: #2c66fb !important;
}
#bridge section#footer p {
  border-top-color: #2c66fb !important;
  font-size: 15px !important;
}
#bridge .label-warning {
  background-color: #2c66fb !important;
}
#bridge .list-group-item.active,
#bridge .list-group-item.active:focus,
#bridge .list-group-item.active:hover {
  background-color: #2c66fb !important;
  border-color: #2c66fb !important;
}
#bridge .btn-primary {
  background-color: #2c66fb !important;
  border-color: #2c66fb !important;
}
#bridge .btn-primary:hover {
  background-color: rgba(44, 102, 251, 0.85) !important;
  border-color: rgba(44, 102, 251, 0.85) !important;
}
#bridge .container > .navbar-collapse {
  margin-right: 15px !important;
}
#bridge .navbar-main .navbar-nav > .open > a {
  background-color: #2c66fb !important;
}
#bridge .home-shortcuts li {
  border-color: white!important;
}
/* WHMCS */
.customize-support .navbar-v1 .navbar-nav > li > a {
  color: #222222;
}
.customize-support .navbar-v1 .navbar-nav > li > a:hover {
  color: #2c66fb;
}
#bridge .dropdown-menu > li > a:focus,
#bridge .navbar-main .dropdown-menu > li > a:hover {
  background-color: #2c66fb !important;
}
#bridge .dropdown-menu {
  padding: 0!important;
}
/* small mobile :320px. */
@media (max-width: 767px) {
  #bridge .navbar-default .navbar-toggle .icon-bar {
    background-color: white !important;
  }
  #bridge .navbar-default .navbar-collapse,
  #bridge .navbar-default .navbar-form {
    position: relative;
    z-index: 3;
  }
}
.hostzine-hero-unit {
  position: relative;
}
.hostzine-hero-unit .carousel {
  overflow: hidden;
}
.hostzine-hero-unit .carousel:hover .carousel-control.right-control,
.hostzine-hero-unit .carousel:hover .carousel-control.left-control {
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 60px;
}
.hostzine-hero-unit .carousel:hover .carousel-control {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.hostzine-hero-unit .carousel:hover .carousel-control.left {
  margin-left: 0;
  margin-left: -40px;
}
.hostzine-hero-unit .carousel:hover .carousel-controlright {
  margin-right: 0;
  background-image: none;
  margin-right: -40px;
  right: 0;
  left: auto;
}
.hostzine-hero-unit .carousel:hover.right-control,
.hostzine-hero-unit .carousel:hover.left-control {
  background-image: none;
  background-repeat: no-repeat;
  margin: 0 50px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  opacity: 0;
  top: 45%;
  border-radius: 0;
  transition: all 0.3s ease;
}
.hostzine-hero-unit .carousel .carousel-inner .item {
  height: 100vh;
}
.hostzine-hero-unit .carousel .carousel-inner .item > img,
.hostzine-hero-unit .carousel .carousel-inner .item > a > img {
  width: 100%;
  height: 100%;
}
.hostzine-hero-unit .carousel .carousel-inner .item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.hostzine-hero-unit .carousel .carousel-inner .item .carousel-caption {
  left: 0;
  right: 0;
  color: #fff;
}
.hostzine-hero-unit .carousel .carousel-inner .item .carousel-caption ul li {
  position: relative;
  padding-left: 25px;
}
.hostzine-hero-unit .carousel .carousel-inner .item .carousel-caption ul li:before {
  content: "\f046";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
}
.hostzine-hero-unit .carousel .carousel-inner .item .carousel-caption .slider-top {
  padding-bottom: 0;
  margin-bottom: 0;
}
.hostzine-hero-unit .carousel .carousel-inner .item .carousel-caption .slider-title {
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  margin: 0;
}
.hostzine-hero-unit .carousel .carousel-inner .item .carousel-caption .slider-title span {
  color: #2c66fb;
}
.hostzine-hero-unit .carousel .carousel-inner .item .carousel-caption .slider-description {
  margin: auto;
  font-size: 16px;
  text-shadow: none !important;
}
.hostzine-hero-unit .carousel .carousel-indicators li {
  width: 15px;
  height: 6px;
  border-radius: 2px;
  margin: 0 3px;
  border: 1px transparent;
  transition: all 0.3s ease;
}
.hostzine-hero-unit .carousel .carousel-indicators li.active {
  width: 20px;
  margin: 0 3px;
}
.hostzine-hero-unit .carousel:hover .carousel-control.left {
  margin-left: 20px;
}
.hostzine-hero-unit .carousel:hover .carousel-control.right {
  margin-right: 20px;
}
.hostzine-hero-unit .carousel .carousel-control.right {
  background-image: none;
}
.hostzine-hero-unit .carousel .carousel-control {
  top: 45%;
  bottom: auto;
  width: 50px;
  height: 50px;
  z-index: 10;
  opacity: 1;
  border-radius: 2px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.hostzine-hero-unit .carousel .carousel-control:hover:before {
  opacity: 0;
}
.hostzine-hero-unit .carousel .carousel-control:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 14px;
  bottom: 0;
}
.hostzine-hero-unit .carousel .left {
  transition: all 0.3s ease;
}
.hostzine-hero-unit .carousel .left:before {
  left: -1px;
  right: 0;
}
.hostzine-hero-unit .carousel .left:hover i {
  transition: all 0.3s ease;
}
.hostzine-hero-unit .carousel .right {
  transition: all 0.3s ease;
}
.hostzine-hero-unit .carousel .right:before {
  right: -1px;
}
.hostzine-hero-unit .carousel .right:hover i {
  transition: all 0.3s ease;
}
.hostzine-hero-unit .carousel .carousel-control i {
  vertical-align: middle;
  font-size: 25px;
  margin-top: 12px;
  text-shadow: none;
  transition: all 0.3s ease;
}
.hostzine-hero-unit .carousel .carousel-control.left {
  margin-left: -50px;
  background-image: none;
}
.hostzine-hero-unit .carousel .carousel-control.right {
  margin-right: -50px;
  background-image: none;
}
.animate-delay-1 {
  animation-delay: .7s;
  -webkit-animation-delay: .7s;
  /* Safari and Chrome */
  -moz-animation-delay: .7s;
  /* Safari and Chrome */
  -o-animation-delay: .7s;
  /* Safari and Chrome */
}
.animate-delay-2 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  /* Safari and Chrome */
  -moz-animation-delay: 1.1s;
  /* Safari and Chrome */
  -o-animation-delay: 1.1s;
  /* Safari and Chrome */
}
.animate-delay-3 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  /* Safari and Chrome */
  -moz-animation-delay: 1.5s;
  /* Safari and Chrome */
  -o-animation-delay: 1.5s;
  /* Safari and Chrome */
}
.animate-delay-4 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  /* Safari and Chrome */
  -moz-animation-delay: 2s;
  /* Safari and Chrome */
  -o-animation-delay: 2s;
  /* Safari and Chrome */
}
@media only screen and (min-width: 992px) {
  .slider-relative {
    position: relative;
  }
  .slider-absolute {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.slider-description ul {
  list-style: none;
  padding-left: 0;
}
.elementor-button-text {
  text-shadow: none;
}
.hostzine-letest-posts .letest-posts-1 {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(175, 188, 199, 0.2);
  transition: all 0.5s ease;
}
.hostzine-letest-posts .letest-posts-1:hover {
  box-shadow: 0px 0px 6px 0px rgba(175, 188, 199, 0.3);
  transition: all 0.5s ease;
}
.hostzine-letest-posts .letest-posts-1 .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.hostzine-letest-posts .letest-posts-1 .post-thumbnail a:before {
  background-color: rgba(0, 0, 0, 0.33);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.hostzine-letest-posts .letest-posts-1 .post-thumbnail a img {
  transform: scale(1);
  transition: all 0.5s ease;
}
.hostzine-letest-posts .letest-posts-1 .post-thumbnail:hover a img {
  transform: scale(1.2);
  transition: all 0.5s ease;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body {
  padding: 30px;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .entry-meta {
  font-size: 14px;
  text-transform: capitalize;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .entry-meta i {
  margin-right: 5px;
  font-size: 12px;
  color: #808080;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .entry-meta .post-author {
  margin-right: 5px;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .entry-meta .post-author a {
  color: #808080;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .entry-meta .post-author a:hover {
  color: #2c66fb;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .entry-meta .post-date a {
  color: #808080;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .post-entry-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .post-entry-title a:hover {
  color: #2c66fb;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .entry-content {
  font-size: 16px;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .blog-btn {
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #2c66fb;
  padding: 9px 15px;
  transition: all 0.5s ease;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .blog-btn a {
  color: #2c66fb;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .blog-btn:hover {
  transition: all 0.5s ease;
  background-color: #2c66fb;
}
.hostzine-letest-posts .letest-posts-1 .post-content-body .blog-btn:hover a {
  color: white;
}
.elementor-tab-title.elementor-active:focus,
.elementor-tab-title {
  outline: none;
}
/*--------------------------------------------------------------
# TestimonialT one
// --------------------------------------------------------------*/
.tgx-testimonial-1 .testimoni-image {
  display: block;
  border-radius: 50px;
  max-width: 50px;
  height: 50px;
}
.tgx-testimonial-1 .center .testimoni-wrapper {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.tgx-testimonial-1 .testimoni-wrapper {
  transition: all 0.3s ease;
  display: inline-block;
  background: #f5f5f5;
  padding: 30px;
  margin: 15px;
}
.tgx-testimonial-1 .testimoni-wrapper .testimony {
  display: block;
  margin-bottom: 35px;
}
.tgx-testimonial-1 .testimoni-wrapper .testimony:before {
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ece9f0;
  font-size: 26px;
  display: block;
  margin-bottom: 15px;
}
.tgx-testimonial-1 .testimoni-wrapper .testimony p {
  line-height: 30px;
}
.tgx-testimonial-1 .name-des {
  padding-left: 38px;
}
.tgx-testimonial-1 .testimoni-wrapper .author {
  position: relative;
  border-top: 1px solid #ece9f0;
  padding: 30px 0;
}
.tgx-testimonial-1 .testimoni-wrapper .author:before {
  content: "";
  position: absolute;
  left: 31px;
  right: 0;
  height: 10px;
  width: 10px;
  bottom: 0;
  top: -1px;
  border: 8px solid transparent;
  border-bottom-color: #ece9f0;
  transform: rotate(180deg);
}
.tgx-testimonial-1 .testimoni-wrapper .author .name {
  font-size: 16px;
  margin: 5px -10px;
}
.tgx-testimonial-1 .testimoni-wrapper .author .designation {
  font-size: 14px;
  margin: 5px -10px;
}
.tgx-testimonial-1 .testimoni-wrapper:hover {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
/*--------------------------------------------------------------
# TestimonialT 2
// --------------------------------------------------------------*/
.elementor-widget-hostzine-testimonial .owl-carousel .owl-item img {
  display: inline-block;
  object-fit: cover;
  min-width: 50px;
}
.tgx-testimonial-2 .testimoni-image {
  border-radius: 100%;
  max-width: 95px;
  height: 95px;
  width: 120px;
  border: 2px solid #eee;
  min-width: 50px;
}
.tgx-testimonial-2 .center .testimoni-wrapper {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.tgx-testimonial-2 .testimoni-wrapper {
  transition: .3s;
  box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
  display: inline-block;
  background: #fff;
  padding: 55px;
  margin: 15px;
  text-align: center;
}
.tgx-testimonial-2 .testimoni-wrapper .testimony {
  display: block;
}
.tgx-testimonial-2 .testimoni-wrapper .testimony:before {
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ece9f0;
  font-size: 26px;
  display: block;
  margin-bottom: 15px;
  position: relative;
  left: -88px;
  top: -88px;
}
.tgx-testimonial-2 .testimoni-wrapper .testimony p {
  line-height: 30px;
}
.tgx-testimonial-2 .testimoni-wrapper .author .name {
  font-size: 16px;
  margin: 5px -10px;
}
.tgx-testimonial-2 .testimoni-wrapper .author .designation {
  font-size: 14px;
  margin: 5px -10px;
}
.tgx-testimonial-2 .testimoni-wrapper:hover {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
/*--------------------------------------------------------------
# Tabs one
--------------------------------------------------------------*/
.hostzine-tabs {
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  box-shadow: 0 21px 49px 1px rgba(41, 44, 61, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0;
}
.hostzine-tabs .hostzine-tabs-button {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hostzine-tabs .hostzine-tabs-button .button-title {
  color: #222222;
}
.hostzine-tabs .hostzine-tabs-button li {
  padding: 0 0 0 5px;
}
.hostzine-tabs .hostzine-tabs-button li .tabs-img {
  width: 35px;
}
.hostzine-tabs .hostzine-tabs-button li.active:before {
  content: '';
  position: absolute;
  right: -15px;
  border-right: 10px solid #2c66fb;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  margin-top: -12px;
}
.hostzine-tabs .tab-pane {
  background: #2c66fb;
  padding: 40px;
}
.hostzine-tabs .tab-pane .tab-title {
  color: white;
  margin: 0 0 30px 0;
  font-size: 40px;
  font-weight: 700;
}
.hostzine-tabs .tab-pane .tab-content {
  color: white;
  width: 100%;
  padding-right: 0;
  padding-bottom: 30px;
}
.hostzine-tabs .tab-pane .tab-content * {
  color: white;
}
.hostzine-tabs .tab-pane .tab-content ul {
  list-style: none;
  padding-left: 0;
}
.hostzine-tabs .tab-pane .tab-content ul li {
  position: relative;
  padding-left: 25px;
}
.hostzine-tabs .tab-pane .tab-content ul li:before {
  content: "\f046";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
}
.hostzine-tabs .nav-pills > li.active > a {
  background: transparent;
}
.tab-content.col-md-10 {
  padding-right: 0;
  width: 100%;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.hostzine-tabs.col-md-12 {
  padding: 0;
}
a.hostzine-button-transparent {
  background: white;
  border: 1px solid #fff;
  padding: 10px 18px;
  color: #2c66fb;
}
ul.nav.nav-pills.nav-stacked.col-md-2.hostzine-tabs-button {
  padding-left: 8px;
  padding-right: 0;
}
/*--------------------------------------------------------------
# Tabs 2 
--------------------------------------------------------------*/
.hostzine-tabs2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  padding-right: 0;
}
.hostzine-tabs2 .hostzine-tabs-button {
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  justify-content: center;
  padding: 30px;
  box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}
.hostzine-tabs2 .hostzine-tabs-button .button-title {
  color: #222222;
  padding-left: 8px;
}
.hostzine-tabs2 .hostzine-tabs-button li {
  padding: 0 32px;
}
.hostzine-tabs2 .hostzine-tabs-button li .tabs-img {
  width: 35px;
}
.hostzine-tabs2 .hostzine-tabs-button li:after {
  background: #e5eaf1;
  height: 20px;
  content: "";
  position: absolute;
  width: 2px;
  top: 17px;
  left: 0;
}
.hostzine-tabs2 .hostzine-tabs-button li:first-child:after {
  display: none;
}
.hostzine-tabs2 .hostzine-tabs-button li.active:before {
  content: '';
  position: absolute;
  background: #2c66fb;
  height: 3px;
  width: 150px;
  bottom: -30px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}
.hostzine-tabs2 .tab-pane {
  padding: 40px 0;
  margin-top: 40px;
}
.hostzine-tabs2 .tab-pane .tab-title {
  color: #222222;
  margin: 0 0 30px 0;
  font-size: 40px;
  font-weight: 700;
}
.hostzine-tabs2 .tab-pane .tab-content {
  width: 100%;
  padding-right: 0;
  padding-bottom: 30px;
}
.hostzine-tabs2 .tab-pane .tab-content ul {
  list-style: none;
  padding-left: 0;
}
.hostzine-tabs2 .tab-pane .tab-content ul li {
  position: relative;
  padding-left: 25px;
}
.hostzine-tabs2 .tab-pane .tab-content ul li:before {
  content: "\f046";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
}
.hostzine-tabs2 .nav-pills > li.active > a {
  background: transparent;
  color: #2c66fb;
}
.tab-content.col-md-10 {
  padding-right: 0;
  width: 100%;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.hostzine-tabs.col-md-12 {
  padding: 0;
}
a.hostzine-button-transparent {
  background: white;
  border: 1px solid #fff;
  padding: 10px 18px;
  color: #2c66fb;
}
ul.nav.nav-pills.nav-stacked.col-md-2.hostzine-tabs-button {
  padding-left: 8px;
  padding-right: 0;
}
/* small mobile :320px. */
@media (max-width: 767px) {
  .hostzine-tabs2 .hostzine-tabs-button {
    flex-direction: column;
    text-align: center;
  }
  .elementor-3338 .elementor-element.elementor-element-153c3f58 .hostzine-tabs2 .hostzine-tabs-button li.active:before,
  .hostzine-tabs2 .hostzine-tabs-button li:after {
    display: none;
  }
  .hostzine-tabs2 .nav-pills > li.active > a {
    background: #F5f5f5;
  }
  .hostzine-tabs2 .hostzine-tabs-button li.active:before {
    display: none;
  }
  .hostzine-tabs2 .hostzine-tabs-button li {
    padding: 0 10px;
  }
}
.hostzine-pricing-table .nav-pills {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  margin: 0 0 40px 0;
}
.hostzine-pricing-table .nav-pills .tab-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.hostzine-pricing-table .nav-pills .tab-subtitle {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.hostzine-pricing-table .nav-pills > li {
  padding: 0 30px 10px 30px;
  text-align: center;
  position: relative;
}
.hostzine-pricing-table .nav-pills > li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hostzine-pricing-table .nav-pills > li.active {
  padding: 0 30px;
  text-align: center;
  position: relative;
}
.hostzine-pricing-table .nav-pills > li.active:before {
  position: absolute;
  background: #2c66fb;
  height: 1px;
  width: 150px;
  content: "";
  bottom: 0;
  opacity: 1;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
.hostzine-pricing-table .nav-pills > li.active > a,
.hostzine-pricing-table .nav-pills > li.active > a:hover,
.hostzine-pricing-table .nav-pills > li.active > a:focus {
  background: inherit;
  color: #2c66fb;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hostzine-pricing-table .nav-pills > li.active > a .tab-title {
  color: #2c66fb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hostzine-pricing-table .tx-table-main-grid {
  background: #fff;
  box-shadow: 0px 21px 49px 1px rgba(145, 149, 171, 0.15);
  margin-bottom: 30px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.hostzine-pricing-table .tx-table-main-grid:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.hostzine-pricing-table .tx-table-main-grid .tx-table-grid .tx-table-heading .cost {
  background: #2c66fb;
  color: white;
  -webkit-clip-path: ellipse(50% 100% at 50% 0%);
  clip-path: ellipse(50% 100% at 50% 0%);
  height: 120px;
  text-align: center;
  padding-top: 11px;
}
.hostzine-pricing-table .tx-table-main-grid .tx-table-grid .tx-table-heading .cost .amount {
  font-size: 30px;
  font-weight: bold;
}
.hostzine-pricing-table .tx-table-main-grid .tx-table-grid .tx-table-heading .table-image {
  padding: 30px;
  text-align: center;
}
.hostzine-pricing-table .tx-table-main-grid .tx-table-grid .tx-table-heading .table-title {
  font-size: 30px;
  color: #2c66fb;
  padding-left: 30px;
  padding-right: 30px;
}
.hostzine-pricing-table .tx-table-main-grid .table-footer {
  background-color: #2c66fb;
  padding: 12px 0;
  text-align: center;
  border: 2px solid #2c66fb;
  font-weight: 700;
}
.hostzine-pricing-table .tx-table-main-grid .table-footer:hover {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hostzine-pricing-table .tx-table-main-grid .table-footer a {
  color: white;
}
.hostzine-pricing-table .table-footer-single {
  background-color: #2c66fb;
  padding: 12px 0;
  text-align: center;
  border: 2px solid #2c66fb;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hostzine-pricing-table .table-footer-single:hover {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hostzine-pricing-table .table-footer-single:hover a {
  color: #2c66fb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hostzine-pricing-table .table-footer-single a {
  color: white;
}
.hostzine-pricing-table .tx-table-main-grid.single-two {
  text-align: center;
}
.hostzine-pricing-table .tx-table-main-grid.single-two .tx-table-grid {
  padding: 40px 30px;
}
.hostzine-pricing-table .tx-table-main-grid.single-two .table-title {
  margin-bottom: 20px;
}
.hostzine-pricing-table .tx-table-main-grid.single-two .cost {
  padding: 20px 0 45px 0;
  font-size: 20px;
  font-weight: 700;
}
.hostzine-pricing-table .tx-table-main-grid.single-two .cost span {
  color: #2c66fb;
}
.hostzine-pricing-table .tx-table-main-grid.single-two .table-footer {
  padding: 10px 35px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hostzine-pricing-table .tx-table-main-grid .tx-table-middle {
  padding-left: 30px;
  padding-right: 30px;
}
.hostzine-pricing-table .tx-table-main-grid .tx-table-middle li {
  position: relative;
  padding: 3px 5px 3px 25px;
}
.hostzine-pricing-table .tx-table-main-grid .tx-table-middle li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
}
.hostzine-pricing-table .tx-table-middle ul {
  list-style: none;
  padding-left: 0;
}
.table-footer-single:hover {
  background: white !important;
}
.hostzine-pricing-table .tx-table-main-grid .table-footer-single:hover a {
  color: #2c66fb;
}
.table-footer.footer-single-two:hover {
  background: white !important;
}
.hostzine-pricing-table .tx-table-main-grid .table-footer.footer-single-tw:hover a {
  color: #2c66fb;
}
.table-footer.multi-footer:hover {
  background: white !important;
}
.hostzine-pricing-table .tx-table-main-grid .table-footer:hover a {
  color: #2c66fb;
}
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-v1 {
    min-height: 90px;
  }
  .site-header {
    min-height: 150px;
    margin-bottom: 50px;
  }
  .site-header .header-title {
    font-size: 30px;
  }
  .hostzine-pricing-table .nav-pills > li {
    padding: 0 8px 10px 8px;
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  .hostzine-pricing-table .nav-pills {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .hostzine-pricing-table .nav-pills > li .tab-title {
    margin: 0;
  }
  .hostzine-pricing-table .nav-pills > li.active {
    background: #F5f5f5;
    padding: 8px 0;
  }
  .hostzine-pricing-table .nav-pills > li.active:before {
    opacity: 0;
  }
  .site-header {
    min-height: 150px;
    margin-bottom: 50px;
  }
  .site-header .header-title {
    font-size: 30px;
  }
  .page-template-default .site-content {
    margin-bottom: 50px;
  }
  .hostzine-testimoni-wrapper {
    flex-direction: column;
  }
  .hostzine-testimoni-wrapper .author .author-img {
    padding: 40px;
  }
  .navbar-default {
    height: 80px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .navbar-default .navbar-nav > li:hover .sub-menu {
    top: 68px;
  }
  .navbar-default .navbar-brand {
    padding: 20px 15px;
  }
  .page-details {
    min-height: 150px;
    margin-bottom: 50px;
  }
  .page-details .page-wrapper .page-title {
    font-size: 30px;
  }
  .single-post .entry-meta .post-cat {
    background: #F5f5f5;
    padding: 8px 20px;
  }
  .main-post .post-content-wapper .entry-meta {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .main-post .post-content-wapper .entry-meta .post-date {
    margin: 0 0 10px 0;
    background: #F5f5f5;
    padding: 15px;
  }
  .main-post .post-content-wapper .entry-meta .post-cat {
    margin: 0;
    background: #F5f5f5;
    padding: 15px;
  }
  .main-post.has-post-thumbnail .post-content-wapper .entry-meta .post-date {
    margin-right: 0px;
  }
  .main-post .hostzine-post-img .entry-title {
    font-size: 22px;
    bottom: 12%;
    line-height: 26px;
  }
  .entry-footer {
    display: flex;
    margin-top: 0;
    padding-top: 20px;
    flex-direction: column-reverse;
    text-align: center;
  }
  .entry-footer .edit {
    margin-bottom: 15px;
    text-align: center;
  }
  .single-post .entry-meta {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .single-post .entry-meta span {
    font-size: 14px;
    margin-right: 0;
    font-weight: 700;
    background: #F5f5f5;
    padding: 8px 20px;
    margin-bottom: 8px;
  }
  .single-post .entry-title {
    padding-top: 0;
    font-size: 24px;
  }
  .single-post .related-post .related-post-title {
    font-size: 24px;
  }
  .single-post .related-post .related-post-title:before {
    top: 100px;
  }
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 10px 22px;
  }
  ol.comment-list {
    padding-left: 0;
  }
  blockquote {
    margin: 0;
  }
  .comments-area .comment-content {
    padding-right: 0;
  }
  .comment ol.children {
    margin-left: 0;
    padding-left: 0;
  }
  .single-post .entry-meta .post-cat:before,
  .single-post .entry-meta .post-author:before {
    display: none;
  }
  .comments-area .comment {
    padding: 10px 0;
  }
}
/* Large Mobile :480px. */
/* Other */
@media only screen and (max-width: 767px) {
  .main-post.has-post-thumbnail .hostzine-post-img .entry-meta {
    display: none;
  }
}
