/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Topbar Layout
#. Header Logo
#. Main Navigation
#. Submenu
#. 3rd Level Menu
#. Multi Column Menu
#. Mobile Multi Column Menu
#. Header Icons
#. Header Right Menu
#. Header Search
#. Sticky Header
#. Transparent Header
#. Header Layout 1
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Header Layout 6
#. Header Responsive
#. Header Right Menu
#. Preloader css
#. Footer - Scroll to top
#. Widgets - Footer Widgets
#. Widgets - Sidebar
#. Banner
#. Buttons
#. Contents
#. Single Content
#. Swiper Slider
#. Related Post
#. Comments
#. Archive Contents
#. Default Blog layout
#. Pagination
#. Error 404
#. Fluent form
#. Gutenberg Support
#. Woocommerce

---------------------------------------*/
/*-------------------------------------
#. Defaults
---------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  font-weight: 400;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
  overflow-x: hidden;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-bottom: 15px;
  margin-right: 25px;
  margin-top: 10px;
}

.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 15px;
}

a {
  color: #ed1c24;
  text-decoration: none;
}

a:focus {
  outline: 0px solid;
  text-decoration: none;
  outline: 0 none;
}

a:active {
  text-decoration: none;
  outline: 0 none;
}

a:hover {
  color: #14133b;
  text-decoration: none;
  outline: 0 none;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Kanit', sans-serif;
  margin: 0 0 20px 0;
  color: #14133b;
}

h1 {
  font-size: 41px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  font-size: 32.44px;
  font-weight: 600;
  line-height: 35px;
}

h3 {
  font-size: 25.63px;
  font-weight: 600;
  line-height: 35px;
}

h4 {
  font-size: 20.25px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.clear {
  clear: both;
}

.clear:after {
  clear: both;
  content: "";
  display: block;
}

ul {
  list-style: disc inside none;
  margin: 0 0 20px 0;
}

#wrapper {
  overflow: hidden;
  transition: all 0.5s ease-out;
}

blockquote {
  background: transparent;
  border: 1px solid #e1e1e2;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  text-align: left;
  padding: 35px 40px 35px 40px;
  margin: 35px 0px 35px;
  color: #14133b;
}

blockquote p {
  position: relative;
  margin-bottom: 0;
  margin-left: 80px;
  z-index: 1;
  line-height: 1.3;
}

blockquote p:before {
  position: absolute;
  content: "\f11b";
  font-family: flaticon !important;
  font-size: 48px;
  color: #999999;
  left: -80px;
  top: -4px;
  line-height: 1;
}

blockquote cite {
  display: block;
  font-size: 14px;
  color: #646464;
  font-weight: 500;
  font-style: normal;
  margin-top: 12px;
  padding-left: 0;
  position: relative;
  letter-spacing: 2px;
  z-index: 1;
}

blockquote.wp-block-quote cite {
  display: block;
  font-size: 14px;
  color: #646464;
  font-weight: 500;
  font-style: normal;
  margin-top: 12px;
  padding-left: 80px;
  letter-spacing: 2px;
  z-index: 1;
}

blockquote.wp-block-quote[style="text-align:right"] cite:after {
  left: inherit;
  right: 0;
}

blockquote.wp-block-quote[style="text-align:right"] cite {
  padding-right: 34px;
}

@media(max-width: 425px) {
  blockquote p {
    margin-left: 40px;
  }

  blockquote p:before {
    left: -64px;
  }
}

hr,
.elementor hr {
  background-color: #ebebeb;
}

* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

button:focus,
.submit-btn:focus {
  outline: none;
}

/*for theme only*/
.primary-color {
  color: #ed1c24;
}

.secondary-color {
  color: #14133b;
}

#page {
  background-position: top center;
  background-repeat: no-repeat;
}

.post-bottom-spacer {
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d7d7d7;
}

.visibility-h {
  visibility: hidden;
}

@keyframes blinker {
  90% {
    opacity: 0;
  }
}

@keyframes toBottomFromTop10 {
  49% {
    transform: translateY(-10%);
  }

  50% {
    opacity: 0;
    transform: translateY(10%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeft10 {
  5% {
    left: -5px;
  }

  30% {
    opacity: 0.5;
    left: 10px;
  }

  60% {
    left: 5px;
    opacity: 1;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  100% {
    margin-top: 0;
  }
}

.elementor-widget-divider .elementor-divider-separator {
  border-top-color: #dedede;
}

.row.gutters-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row.gutters-0>[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.row.gutters-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.gutters-5>[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutters-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.gutters-10>[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutters-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.gutters-20>[class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

/*-------------------------------------
#. Topbar Layout
---------------------------------------*/
.header-top-bar {
  border-bottom: none;
  padding: 6px 0;
}

.header-top-bar .tophead-right ul li {
  display: inline-block;
  margin-right: 14px;
  font-size: 16px;
}

.header-top-bar .tophead-left ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.header-top-bar .tophead-right ul li:last-child {
  margin-right: 0;
}

.header-top-bar .tophead-left ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
}

.header-top-bar .tophead-left ul li:last-child {
  margin-right: 0;
}

.header-top-bar .top-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*Top bar widget*/
.header-top-bar .widget {
  margin-bottom: 0;
}

.header-top-bar .widget ul li {
  display: inline-block;
  margin-right: 10px;
}

.header-top-bar .widget ul li:last-child {
  margin-right: 0;
}

.header-area {
  background: #ffffff;
}

/*Top Bar Style 1*/
.topbar-style-1 .header-top-bar {
  background-color: #ffffff;
  color: #646464;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
}

.topbar-style-1 .header-top-bar a {
  color: #646464;
}

.topbar-style-1 .header-top-bar a:hover {
  color: #ed1c24;
}

.topbar-style-1 .header-top-bar .tophead-left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 15px;
}

.topbar-style-1 .header-top-bar .tophead-left>div {
  display: inline-flex;
  align-items: center;
}

.topbar-style-1 .tophead-left>div:after {
  content: "/";
  color: #bbbbbb;
  padding: 0 10px;
}

.topbar-style-1 .tophead-left>div:last-child:after {
  display: none;
}

.topbar-style-1 .tophead-left i {
  color: #ed1c24;
  font-size: 18px;
  padding-right: 10px;
}

.topbar-style-1 .tophead-right {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 15px;
}

.topbar-style-1 .tophead-right .header-button a:after {
  content: "/";
  color: #bbbbbb;
  padding: 0 10px;
}

.topbar-style-1 .tophead-right .header-button i {
  color: #ed1c24;
  font-size: 18px;
  padding-right: 10px;
}

/*Top Bar Style 2*/
.topbar-style-2 .header-top-bar {
  background-color: #f6f9ff;
  border-bottom: none;
  color: #646464;
  padding: 10px 0;
  font-size: 14px;
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
}

.topbar-style-2 .header-top-bar a {
  color: #5b6674;
  transition: all 0.3s ease-out;
}

.topbar-style-2 .header-top-bar .topbar_text a {
  color: #ed1c24;
  padding-left: 5px;
}

.topbar-style-2 .header-top-bar .tophead-right {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.topbar-style-2 .header-top-bar .tophead-right>div {
  display: inline-flex;
  align-items: center;
  margin-left: 40px;
}

.topbar-style-2 .header-top-bar .tophead-right>div:first-child {
  margin-left: 0;
}

.topbar-style-2 .tophead-right i {
  color: #5b6674;
  font-size: 18px;
  padding-right: 10px;
}

/*topbar responsive*/
@media(max-width: 992px) {
  .header-top-bar .top-bar-wrap {
    text-align: center;
  }

  .header-top-bar .top-bar-wrap,
  .topbar-style-1 .header-top-bar .tophead-left {
    display: inherit;
  }
}

@media(max-width: 425px) {
  .topbar-style-1 .tophead-left>div:after {
    display: none;
  }
}

/* Transparent Topbar */
.trheader .header-top-bar {
  border-bottom: 1px solid #bababa;
}

.topbar-style-1.trheader .header-top-bar {
  background: transparent;
}

.topbar-style-2.trheader .header-top-bar {
  background: transparent;
}

.topbar-style-2.trheader .header-top-bar,
.topbar-style-2.trheader .header-top-bar a {
  color: #ffffff;
}

.topbar-style-2.trheader .header-top-bar .tophead-right i,
.topbar-style-2.trheader .header-top-bar .tophead-left i:before {
  color: #ffffff;
}

.trheader.has-topbar .entry-banner .container {
  padding-top: 34px;
}

@media(max-width:992px) {
  .trheader.has-topbar .entry-banner .container {
    padding-top: 0;
  }
}

.header-top-bar {
  min-height: 34px;
}

/*-------------------------------------
#. Header
---------------------------------------*/
.trheader .site-header {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 99;
}

@media(max-width: 992px) {
  .trheader .site-header {
    position: inherit;
  }
}

.menu-full-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Header Icons */
@media (max-width: 991px) {
  .header-icon-area .cart-icon-area .cart-icon-num {
    top: 21px;
  }
}

.header-icon-area {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  font-size: 20px;
}

.header-icon-area>div {
  position: relative;
}

.header-icon-area>div:last-child:before {
  content: none;
}

.header-icon-area>div:first-child {
  margin-left: 0;
}

.header-icon-area .additional-menu-area {
  margin-left: 15px;
}

.header-icon-area .offcanvas-menu-wrap {
  display: inline-flex;
  margin-left: 25px;
}

/*Right offcanvas menu icon*/
.offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon>span {
  background-color: #ed1c24;
}

.offcanvas-menu-wrap button.offcanvas-btn-darklight .menu-btn-icon span {
  background-color: #cccccc;
}

.offcanvas-menu-wrap button.offcanvas-btn-light .menu-btn-icon span {
  background-color: #ffffff;
}

.offcanvas-menu-wrap button.offcanvas-close-btn.menu-status-close .menu-btn-icon span {
  background-color: #ffffff;
}

.offcanvas-menu-wrap button.offcanvas-menu-btn {
  border: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
  width: 40px;
}

.offcanvas-menu-wrap button.offcanvas-menu-btn:focus {
  outline: none;
}

.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon {
  display: block;
  width: 35px;
  position: relative;
  height: 50px;
}

.offcanvas-navigation ul {
  padding: 0;
  margin: 0;
}

.offcanvas-navigation ul li {
  line-height: 1.7;
}

@media(max-width: 767px) {
  .offcanvas-navigation ul li {
    line-height: 1.2;
  }

  .offcanvas-navigation ul li a {
    font-size: 28px;
  }
}

/*Header Search*/
.header-search {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.95);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 300ms;
  transform: translateY(-30%);
}

.header-search .header-search-form,
.header-search .stylish-input-group,
.header-search .custom-search-input {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.header-search .stylish-input-group input[type=search],
.header-search .header-search-form input[type=search],
.header-search .custom-search-input input[type=text] {
  width: 54%;
  height: 70px;
  color: #ffffff;
  font-size: 24px;
  flex: initial;
  text-align: left;
  border: none;
  border-radius: 0;
  margin: 0px auto;
  padding: 20px 35px 20px 0;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  line-height: 28px;
}

@media (max-width: 425px) {

  .header-search .stylish-input-group input[type=search],
  .header-search .header-search-form input[type=search],
  .header-search .custom-search-input input[type=text] {
    width: 70%;
  }
}

.header-search .stylish-input-group input::-webkit-input-placeholder,
.header-search .header-search-form input::-webkit-input-placeholder,
.header-search .custom-search-input input::-webkit-input-placeholder {
  color: #fff;
}

.header-search .stylish-input-group input:-ms-input-placeholder,
.header-search .header-search-form input:-ms-input-placeholder,
.header-search .custom-search-input input:-ms-input-placeholder {
  color: #fff;
}

.header-search .stylish-input-group input:-moz-placeholder,
.header-search .header-search-form input:-moz-placeholder,
.header-search .custom-search-input input:-moz-placeholder {
  color: #fff;
}

.header-search .header-search-form .search-btn,
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-left: -32px;
  background: transparent;
  line-height: 29px;
  z-index: 12;
  transition: all 300ms;
}

.header-search .header-search-form .search-btn i {
  line-height: 28px;
}

.header-search .header-search-form .search-btn:hover,
.header-search .stylish-input-group .btn:hover,
.header-search .custom-search-input .btn:hover {
  color: #ed1c24;
}

.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
  position: absolute;
  left: 20%;
}

.header-search .stylish-input-group input:focus,
.header-search .stylish-input-group .search-btn:focus,
.header-search .stylish-input-group .btn:focus,
.header-search .custom-search-input input:focus,
.header-search .header-search-form .search-btn:focus,
.header-search .custom-search-input .btn:focus {
  box-shadow: none;
  outline: none;
}

.header-search.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  left: 15px;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 3px;
  border: none;
  opacity: 1;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 48px;
  font-weight: 300;
  cursor: pointer;
  background: transparent;
  transition: all 300ms;
}

.header-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.header-search .close:hover {
  transform: scale(1.2);
  opacity: 1 !important;
}

.header-search-one {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
  width: 330px;
  transition: all 140ms ease-in-out;
}

.header-search-one .search-form input.search-field {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  height: 46px;
  padding: 0 30px 0 15px;
}

.header-search-one .search-form .search-button {
  color: #14133b;
}

/* Sticky Header */
.header-menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  background-color: #ffffff;
}

.admin-bar .rt-sticky {
  top: 32px;
}

.rt-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0px 7px 65px 0px rgb(0 0 0 / 5%);
  transition: background 0.2s ease, padding 0.8s linear;
}

.trheader .site-header .rt-sticky .main-navigation nav>ul>li>a,
.trheader .site-header .rt-sticky .main-navigation .menu>li>a {
  color: #14133b;
}

.trheader .site-header .rt-sticky .main-navigation ul.menu li.current-menu-ancestor>a {
  color: #ed1c24;
}

/* Transparent Header */
.trheader .offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon>span {
  background-color: #ffffff;
}

.trheader .site-header .main-navigation nav>ul>li>a,
.trheader .site-header .main-navigation .menu>li>a {
  color: #ffffff;
}

.trheader .site-header .header-icon-area .search-box .search-button i {
  color: #ffffff;
}

.trheader.non-stickh .header-area {
  background: #fff;
}

.trheader .header-area .header-menu {
  background-color: transparent;
}

.trheader .header-area .header-menu.rt-sticky {
  background-color: #ffffff;
}

.trheader .header-area {
  background: transparent;
}

/*header social*/
.header-social {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}

.header-social li {
  display: inline-block;
  list-style: outside none none;
}

.header-social li:last-child {
  padding-right: 0;
}

.header-social li a {
  font-size: 15px;
  margin-right: 7px;
  text-align: center;
  color: #14133b;
  display: block;
}

.header-social li:last-child a {
  margin-right: 0;
}

.header-social li i {
  width: 38px;
  height: 38px;
  background: #f2f2f2;
  border-radius: 5px;
  display: inline-block;
  line-height: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-social li a:hover i {
  background: #ed1c24;
  color: #ffffff;
}

.header-social li .fa-facebook-f {
  color: #4064ac;
  background: #edf3ff;
}

.header-social li .fa-twitter {
  color: #1c9cea;
  background: #dff3ff;
}

.header-social li .fa-google-plus-g {
  color: #d54836;
  background: #f5e2e0;
}

.header-social li .fa-linkedin-in {
  color: #016196;
  background: #ecf8ff;
}

.header-social li .fa-pinterest-p {
  color: #df0022;
  background: #fff1f3;
}

.header-social li .fa-instagram {
  color: #d1005c;
  background: #ffedf5;
}

/* Header Logo */
.site-header .site-branding a {
  display: table-cell;
  vertical-align: middle;
}

.site-header .site-branding a img {
  max-width: 175px;
  width: 100%;
}

@media(max-width: 1199px) {
  .site-header .site-branding a img {
    max-width: 120px;
  }
}

.site-header .site-branding .light-logo {
  display: none;
}

.trheader .site-header .site-branding .dark-logo {
  display: none;
}

.trheader .site-header .site-branding .light-logo {
  display: table-cell;
}

.trheader .site-header .rt-sticky .site-branding .dark-logo {
  display: table-cell;
}

.trheader .site-header .rt-sticky .site-branding .light-logo {
  display: none;
}

/* Main Navigation */
.site-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-header .main-navigation nav ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}

.site-header .main-navigation nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #14133b;
  padding: 33px 15px;
  text-transform: capitalize;
  font-family: 'Kanit', sans-serif;
  transition: all 0.3s ease-in-out;
}

.site-header .main-navigation nav>ul>li>a::before {
  position: absolute;
  content: "";
  height: 3px;
  background: #ed1c24;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  transition: .5s;
  transform: scaleX(0);
  transform-origin: top right;
}

.site-header .main-navigation nav>ul>li:hover>a::before {
  transform-origin: top right;
  transform: scaleX(1)
}

.site-header .main-navigation nav ul li a:hover {
  color: #ed1c24;
}

.site-header .main-navigation nav ul li a.active {
  color: #a5a5a5 !important;
}

.site-header .main-navigation ul.menu>li>a:hover {
  color: #ed1c24;
}

.site-header .main-navigation ul.menu li.current-menu-item>a,
.site-header .main-navigation ul.menu>li.current>a {
  color: #ed1c24;
}

.site-header .main-navigation ul.menu li.current-menu-ancestor>a {
  color: #ed1c24;
}

.site-header .main-navigation nav ul li.menu-item-has-children a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  transform: rotate(0deg);
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
}

.site-header .main-navigation nav ul li.menu-item-has-children:hover a:after {
  transform: rotate(180deg) translateX(-6px);
  transition: all 0.4s ease;
}

/* Submenu */
.site-header .main-navigation ul li ul {
  text-align: left;
}

.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:before {
  color: #14133b;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 12px;
  top: 10px;
  transition: all 0.4s ease;
}

.site-header .main-navigation ul li ul li:last-child {
  border-bottom: none;
}

.site-header .main-navigation ul li ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  color: #656567;
  text-transform: inherit;
  padding: 10px 20px 10px 25px;
  font-weight: 500;
  font-size: 15px;
  z-index: 2;
  transition: all 140ms ease-in-out;
}

.site-header .main-navigation ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
  text-align: left;
  box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
  padding: 15px 0;
  border-radius: 0 0 5px 5px;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  opacity: 0;
  z-index: 100;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}

.site-header .main-navigation ul>li:hover>ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  transform: scaleY(1);
}

.site-header .main-navigation ul>li>ul li ul {
  left: 220px;
  top: 0;
  width: 220px;
}

.site-header .main-navigation ul>li:hover>ul li ul {
  top: 0;
  border-radius: 0 5px 5px 5px;
}

.site-header .main-navigation ul li ul {
  background-color: #ffffff;
}

.site-header .main-navigation ul li ul li {
  display: block;
  border-bottom: none;
  border-left: none;
}

.site-header .main-navigation ul li ul li:hover {
  background: #ffffff;
}

.site-header .main-navigation ul li ul li:last-child {
  border-bottom: none;
}

.site-header .main-navigation ul li ul.sub-menu li>a:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 0px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  margin: 0;
  background: #6c6c6c;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.site-header .main-navigation ul li ul.sub-menu li:hover>a:before {
  background: #ed1c24;
  height: 11px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}

/*Menu hover effect*/
.site-header .main-navigation ul.menu li ul.sub-menu li a:after {
  content: "";
}

.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
  color: #ed1c24;
}

/* Mega Menu */
.site-header .main-navigation ul li.mega-menu {
  position: static;
}

.site-header .main-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
  background-color: inherit;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li:last-child {
  border-bottom: none;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
  color: #010101;
  padding-left: 15px;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a:hover {
  color: #14133b;
  padding-left: 20px;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu {
  background-color: #ffffff;
  width: calc(100% - 30px);
  max-width: 1170px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px;
  display: flex;
  justify-content: space-around;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li {
  display: inline-block;
  margin: 0 15px;
  width: 100%;
  border: none;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li ul {
  top: 0;
  position: relative;
  width: inherit;
  left: inherit;
  box-shadow: none;
  border-top: none;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu li:after {
  content: '';
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu li:before {
  color: #ed1c24;
  font-size: 14px;
  padding-right: 13px;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a {
  font-size: 16px;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a {
  font-weight: 700;
}

.site-header .main-navigation ul li.mega-menu.hide-header>ul.sub-menu>li>a {
  display: none;
}

/*Mega Menu hover effect*/
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after,
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li.menu-item-has-children:before {
  display: none;
}

/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
.header-icon-area .search-icon a {
  color: #14133b;
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background: rgba(5, 84, 242, 0.1);
  border-radius: 50%;
}

.header-style-1 .container-custom {
  padding-left: 195px;
  padding-right: 195px;
}

@media(max-width: 1666px) {
  .header-style-1 .container-custom {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media(max-width: 1199px) {
  .header-style-1 .container-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-style-1 .masthead-container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}

.header-style-1 .site-header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-style-1 .site-header .header-top .icon-left {
  float: left;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  color: #ed1c24;
}

.header-style-1 .site-header .header-top .info {
  float: left;
  line-height: 1;
  font-size: 16px;
  text-align: left;
  color: #14133b;
  position: relative;
}

.header-style-1 .site-header .header-top .info-text {
  font-size: 15px;
  font-weight: 400;
}

.header-style-1 .site-header .header-top .info-text a {
  color: #14133b;
}

.header-style-1 .site-header .header-top .info-text a:hover {
  color: #ed1c24;
}

.header-style-1 .site-header .header-top .info-label {
  display: block;
  color: #76767d;
  font-size: 13px;
}

.header-style-1 .site-header .header-top .header-address>div {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #d4d3d3;
}

.header-style-1 .site-header .header-top .header-address>div:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

/*transparent header*/
.header-style-1.trheader .masthead-container {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-style-1.trheader .site-header .header-top .icon-left {
  color: #ffffff;
}

.header-style-1.trheader .site-header .header-top .info-label,
.header-style-1.trheader .site-header .header-top .info,
.header-style-1.trheader .site-header .header-top .info-text a {
  color: #ffffff;
}

@media(max-width: 1199px) {
  .header-style-1 .site-header .header-top {
    display: block;
  }

  .header-style-1 .site-header .header-top .header-address {
    text-align: center;
  }

  .header-style-1 .site-header .header-social {
    margin-top: 20px;
    justify-content: center;
  }
}

/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
@media(min-width: 1510px) {
  .header-style-2 .container-custom {
    padding-left: 215px;
  }

  .header-style-2 .no-vertical-menu .container-custom {
    padding-right: 215px;
  }
}

@media(max-width: 1510px) {
  .header-style-2 .container-custom {
    padding-left: 15px;
  }

  .header-style-2 .no-vertical-menu .container-custom {
    padding-right: 15px;
  }
}

.header-style-2 .site-header .info-wrap {
  display: flex;
  align-items: center;
}

.header-style-2.trheader .header-area .header-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-style-2.trheader .header-area .header-menu.rt-sticky {
  border-bottom: none;
}

.header-style-2 .header-right-wrap {
  display: inline-flex;
  align-items: center;
}

.header-style-2 .header-offcanvus {
  margin-left: 30px;
}

.header-style-2.trheader .entry-banner {
  margin-top: 0;
}

.header-style-2 .header-right-wrap .search-icon a {
  color: #14133b;
}

.header-style-2.trheader .header-icon-area .search-icon a,
.header-style-2.trheader .header-icon-area .cart-icon-area>a {
  color: #ffffff;
}

.header-style-2.trheader .rt-sticky .header-icon-area .cart-icon-area>a,
.header-style-2.trheader .rt-sticky .header-icon-area .search-icon a {
  color: #14133b;
}

/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-button .button-btn {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  background: #ed1c24;
  color: #ffffff;
  border-radius: 5px;
  outline: 0;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-left: 30px;
}

.header-button .button-btn:hover {
  background: #14133b;
}

.header-style-3 .masthead-container {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.header-style-3 .info-wrap {
  display: flex;
  align-items: center;
}

.header-style-3 .header-right-wrap {
  display: flex;
  align-items: center;
}

.header-style-3 .header-3-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-style-3 .site-header .info-wrap .info {
  color: #14133b;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
}

.header-style-3 .site-header .info-wrap .info a {
  color: #14133b;
}

.header-style-3 .site-header .info-wrap .info i {
  font-size: 20px;
  margin-right: 12px;
  color: #ed1c24;
}

.header-style-3 .site-header .main-navigation nav>ul>li {
  margin-right: 30px;
}

.header-style-3 .site-header .main-navigation nav>ul>li:last-child {
  margin-right: 0;
}

.header-style-3 .site-header .main-navigation nav>ul>li>a {
  padding: 33px 0;
}

.header-style-3 .header-right-wrap .search-icon a {
  color: #14133b;
}

/* Sticky header */
.header-style-3.trheader .site-header .rt-sticky .main-navigation nav>ul>li>a:hover {
  color: #ed1c24;
}

.header-style-3.trheader .rt-sticky .header-icon-area .cart-icon-area>a,
.header-style-3.trheader .rt-sticky .header-right-wrap .search-icon a {
  color: #14133b;
}

/* Transparent Header */
.header-style-3.trheader .masthead-container {
  border-bottom: 1px solid rgba(181, 181, 181, 0.3);
}

.header-style-3.trheader .site-header .info-wrap .info i,
.header-style-3.trheader .header-right-wrap .search-icon a,
.header-style-3.trheader .site-header .info-wrap .info,
.header-style-3.trheader .header-icon-area .cart-icon-area>a,
.header-style-3.trheader .site-header .info-wrap .info a {
  color: #ffffff;
}

@media(max-width: 991px) {
  .header-style-3.trheader .masthead-container {
    background: #000;
  }
}

/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .header-area .menu-full-wrap {
  margin-top: 30px;
}

.header-style-4 .menu-full-wrap {
  padding-left: 105px;
  padding-right: 105px;
}

@media (max-width: 1666px) {
  .header-style-4 .menu-full-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1366px) {
  .header-style-4 .menu-full-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
.header-style-5 .masthead-container {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.header-style-5 .header-right-wrap {
  display: flex;
  align-items: center;
}

.header-style-5 .site-header .main-navigation nav>ul>li {
  margin-right: 30px;
}

@media(max-width: 1199px) {
  .header-style-5 .site-header .main-navigation nav>ul>li {
    margin-right: 20px;
  }
}

.header-style-5 .site-header .main-navigation nav>ul>li:last-child {
  margin-right: 0;
}

.header-style-5 .site-header .main-navigation nav>ul>li>a {
  padding: 34px 0;
}

.header-style-5 .header-icon-area .search-icon a:hover {
  color: #ed1c24 !important;
  background: rgba(255, 255, 255, 1);
}

/* Sticky header */
.header-style-5.trheader .site-header .rt-sticky .main-navigation nav>ul>li>a:hover {
  color: #ed1c24;
}

.header-style-5.trheader .rt-sticky .header-icon-area .search-icon a,
.header-style-5.trheader .rt-sticky .header-icon-area .cart-icon-area>a {
  color: #14133b;
}

/* Transparent Header */
.header-style-5.trheader .menu-layout5 {
  border-bottom: 1px solid rgba(181, 181, 181, 0.3);
}

.header-style-5.trheader .site-header .info-wrap .info i,
.header-style-5.trheader .header-icon-area .search-icon a,
.header-style-5.trheader .header-icon-area .cart-icon-area>a,
.header-style-5.trheader .site-header .info-wrap .info,
.header-style-5.trheader .site-header .info-wrap .info a {
  color: #ffffff;
}

.header-style-5.trheader .header-area .header-menu {
  border-bottom: 1px solid rgba(165, 165, 165, 0.65);
}

.header-style-5.trheader .header-area .header-menu.rt-sticky {
  border-bottom: none;
}

@media(max-width: 991px) {
  .header-style-5.trheader .masthead-container {
    background: #000;
  }
}

/*-------------------------------------
#. Header Layout 6
---------------------------------------*/
.header-style-6.trheader .header-right-wrap .search-icon a,
.header-style-6.trheader .header-icon-area .cart-icon-area>a {
  color: #ffffff;
}

/*-------------------------------------
#. Header Responsive
---------------------------------------*/
@media all and (max-width: 1199px) {
  .site-header .main-navigation nav ul li a {
    padding-left: 7px;
    padding-right: 7px;
  }

  .site-header .main-navigation ul li a {
    padding-left: 7px;
    padding-right: 7px;
  }

  .header-style-1 .site-header .header-top .header-address>div {
    margin-bottom: 15px;
  }
}

/*Header mobile responsive*/
@media(max-width: 992px) {
  .header-style-1 .site-header .site-branding {
    display: none;
  }

  .header-style-1 .header-controll,
  .header-style-3 .header-controll {
    border-bottom: 1px solid #f8f8f8;
  }

  .header-style-3 .header-3-middle {
    display: none;
  }

  .header-style-1 .site-header .header-top .header-address {
    width: 100%;
    text-align: center;
  }

  .header-style-1 .site-header .header-top .header-address>div:nth-child(2):after {
    display: none;
  }
}

@media all and (max-width: 767px) {

  /* Topbar 1 */
  #tophead .tophead-right {
    text-align: center;
    float: none;
  }

  /* Header 1 */
  .site-header .site-branding {
    display: block;
    height: inherit;
    padding: 20px 0;
    text-align: center;
  }

  .site-header .site-branding a {
    display: block;
    vertical-align: inherit;
  }

  .site-header .site-branding a img {
    height: 35px;
  }

  .site-header .main-navigation ul {
    text-align: center;
  }

  .site-header .main-navigation ul li a {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .header-icon-area {
    display: none;
  }

  .header-style-1 .site-header .header-top .header-address>div {
    margin-right: 20px;
    padding-right: 20px;
    border: none;
  }

  .header-style-1 .site-header .header-top .icon-left {
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 38px;
  }

  /* Header 2 */
  .header-style-2 .site-header .main-navigation ul {
    text-align: center;
  }

  .header-style-2 .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }

  /* Header 3 */
  .header-firstrow {
    padding: 15px 0 10px;
  }

  .site-header .site-branding,
  .header-firstrow-right {
    display: block;
    height: inherit;
  }

  .site-header .site-branding {
    padding: 0 0 10px 0px;
  }

  .header-firstrow-right-contents {
    display: block;
  }

  .header-firstrow-right-contents ul {
    display: block;
    padding: 0;
    text-align: center;
  }

  .header-contact li {
    display: block;
    margin-left: 0;
  }

  .menu-sep {
    margin-bottom: 10px;
  }

  .site-header .main-navigation ul {
    text-align: center;
  }

  .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }

  /* Header 4 */
  .header-firstrow-wrap {
    padding-top: 10px;
  }

  .site-header .site-branding,
  .header-firstrow {
    display: block;
    height: inherit;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .header-firstrow-contents {
    display: block;
  }

  .header-contact li {
    display: block;
    margin-right: 0;
  }

  .header-firstrow-contents-right {
    text-align: center;
  }

  .header-firstrow-contents-right .header-icon-area {
    display: none;
  }

  /* Header 5 */
  .site-header .site-branding {
    float: none;
    height: inherit;
  }

  .site-header .main-navigation {
    float: none;
  }

  .site-header .main-navigation ul.menu>li>a {
    padding: 10px 15px;
    border-left: none;
  }

  .header-menu-btn {
    display: none;
  }
}

@media(max-width: 1498px) {
  .header-style-1 .site-header .header-top .header-address>div {
    margin-right: 20px;
    padding-right: 20px;
  }
}

@media(max-width: 425px) {
  .header-style-1 .site-header .header-top .header-address>div:first-child {
    margin-bottom: 8px;
  }

  .header-style-1 .site-header .header-top .header-address>div:after {
    display: none;
  }

  .header-style-1 .site-header .header-top .header-address>div {
    margin-right: 0;
    padding-right: 0;
  }
}

/*---------------------------
#. Header Right Menu
-----------------------------*/
/*offcanvas layout 1*/
.additional-menu-area a.side-menu-trigger {
  color: #222;
  cursor: pointer;
  font-size: 21px;
  line-height: 0;
}

.additional-menu-area .sidemenu {
  height: 100%;
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  text-align: left;
  background-color: #000000;
  padding-top: 30px;
  transform: translateX(100%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  padding: 60px 120px;
}

.additional-menu-area .sidemenu .closebtn {
  color: #ffffff;
  display: block;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  right: 120px;
  top: 60px;
}

.additional-menu-area .sidenav .additional-logo img {
  max-width: 9vw;
  width: 100%;
}

.additional-menu-area .sidenav .sidenav-search {
  border: 1px solid #5f5f5f;
  margin: 0 20px 10px 20px;
}

.additional-menu-area .sidenav ul.menu {
  padding: 30px 30px 20px;
  text-align: center;
}

.additional-menu-area .sidenav ul li {
  font-family: 'Kanit', sans-serif;
  line-height: 24px;
  list-style: none;
  transition: all 0.3s ease-in-out;
}

.additional-menu-area .sidenav ul li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #a1a0c9;
  border: none;
  padding: 7px 20px;
  font-weight: 500;
  transition: all 140ms ease-in-out;
}

.additional-menu-area .sidenav ul li a:hover {
  color: #ed1c24;
}

.additional-menu-area .sidenav ul.menu>li>a {
  font-size: 26px;
  padding: 16px 20px;
}

.additional-menu-area .sub-menu {
  display: none;
}

.additional-menu-area .sidenav ul li.menu-item-has-children>a::after {
  content: "\f067";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  transition: 0.1s;
  right: 0;
  position: absolute;
  font-size: 13px;
  font-weight: 700;
}

.additional-menu-area .sidenav ul li.menu-item-has-children>a.opened::after {
  content: "\f068";
}

.additional-menu-area .offscreen-navigation {
  left: 0;
  right: 0;
  z-index: 99;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*offcanvas layout 2*/
.additional-menu-area .sidecanvas {
  width: 510px;
  height: 100vh;
  position: fixed;
  transform: translateX(100%);
  top: 0;
  left: auto;
  right: -17px;
  background-color: #14133b;
  z-index: 999999999;
  transition: transform 0.5s ease;
  transition-timing-function: linear;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.additional-menu-area .sidecanvas .canvas-content {
  padding: 100px 56px 88px 80px;
  scrollbar-width: none;
  transition: all 0.3s ease-in-out;
}

.additional-menu-area .sidecanvas .closebtn {
  color: #ffffff;
  display: block;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  right: 30px;
  top: 60px;
}

.additional-menu-area .sidenav-address h4 {
  color: #ffffff;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.additional-menu-area .sidenav-address span {
  color: #dbdbdb;
  font-size: 15px;
  display: block;
  margin-bottom: 15px;
}

.additional-menu-area .sidenav-address span i {
  margin-right: 15px;
}

.additional-menu-area .sidenav-address span a {
  display: inline-block;
  color: #dbdbdb;
  padding: 0;
}

.additional-menu-area .sidenav-address span a:hover {
  color: #ed1c24;
}

.additional-menu-area .sidenav-social span {
  color: #646464;
  display: inline-block;
  padding-right: 5px;
  font-size: 16px;
  text-align: center;
}

.additional-menu-area .sidenav-social span i {
  margin-right: 0;
}

.additional-menu-area .sidenav-social span a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ed1c24;
  color: #fff;
  font-size: 13px;
  transition: all 0.4s ease;
}

.additional-menu-area .sidenav-social span a:hover {
  background-color: #ffffff;
}

body .rt-cover {
  z-index: 149;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  animation: slideInRight 500ms ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*offcanvus button*/
.header-offcanvus {
  height: 91px;
  width: 90px;
  overflow: hidden;
  background: #ed1c24;
}

.header-offcanvus button.side-menu-trigger {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border-radius: 4px;
  height: 90px;
  width: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon {
  position: relative;
  display: block;
  width: 53px;
  height: 21px;
  overflow: hidden;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease-out;
  transition-delay: 0s;
  transform: translateX(0);
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon::before,
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  transform: translateX(-100%);
  transform-origin: left;
  transition-delay: 0s;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  transform: translateX(-100%);
  transform-origin: left;
  transition-delay: 0s;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line1 {
  top: 0;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2 {
  top: 20px;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3 {
  top: 10px;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
  bottom: 0;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line {
  transform: translateX(100%);
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line1 {
  transition-delay: 0s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2 {
  transition-delay: 0.15s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3 {
  transition-delay: 0.15s;
  transform: translateX(100%);
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before,
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
  transform: translateX(0);
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before {
  transition-delay: 0.3s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
  transition-delay: 0.45s;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  transform: translateX(-100%);
  transform-origin: left;
  transition-delay: 0s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3::before {
  transform: translateX(-100%);
  transition-delay: 0.45s;
}

/*-------------------
#. Preloader css
--------------------*/
#preloader {
  overflow: visible;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 20vw;
}

@media(max-width:991px) {
  #preloader {
    background-size: 35vw;
  }
}

.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
  background: #ffffff;
}

.loader .cssload-loader {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
}

.loader .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 5px solid #ed1c24;
}

.loader .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 5px solid #ed1c24;
}

.loader .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 5px solid #ed1c24;
}

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

/*---------------------------------------------------------
#. Footer - Scroll to top
-----------------------------------------------------------*/
.scroll-wrap {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgb(128 130 134 / 25%);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 200ms linear, margin-right 0ms;
}

.scroll-wrap:after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #ed1c24;
  left: 0;
  top: 0;
  height: 37px;
  width: 37px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.scroll-wrap.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-wrap svg path {
  fill: none;
}

.scroll-wrap svg.scroll-circle path {
  stroke: #ed1c24;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*---------------------------------------------
#. Widgets - Footer Widgets
-----------------------------------------------*/
.footer-bottom-area a,
.footer-bottom-area a:link,
.footer-bottom-area a:visited {
  color: #646464;
}

.footer-bottom-area a:hover,
.footer-bottom-area .widget ul li a:hover {
  color: #14133b;
}

.footer-logo img {
  max-width: 175px;
}

.footer-area .widgettitle {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 25px;
  padding-left: 15px;
}

.footer-area .widgettitle:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 15px;
  width: 5px;
  background: #ed1c24;
  left: 0;
}

/*mail*/
.footer-top-area .widget_mc4wp_form_widget h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-top-area .mc4wp-form .form-group {
  border: 1px solid #999;
  border-radius: 4px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.footer-top-area .mc4wp-form .form-group:last-child {
  margin-bottom: 0;
}

.footer-top-area .mc4wp-form .form-group .form-control {
  font-size: 15px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  padding: 5px 20px;
  height: 60px;
  box-shadow: none;
  border-radius: 4px;
}

.footer-top-area .mc4wp-form .form-group .item-btn {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  height: 50px;
  border: none;
  margin: 5px;
  padding: 12px 30px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  line-height: 1.4;
  letter-spacing: 1px;
  outline: none;
  z-index: 1;
  background: #ed1c24;
  transition: all 0.5s ease-out;
}

.footer-top-area .mc4wp-form .form-group .form-control::-moz-placeholder {
  color: #a5a5a5;
}

.footer-top-area .mc4wp-form .form-group .form-control::-webkit-input-placeholder {
  color: #a5a5a5;
}

.footer-top-area {
  font-size: 16px;
  border-top: none;
  padding: 120px 0 60px;
}

@media (max-width: 991px) {
  .footer-top-area {
    padding: 70px 0 15px;
  }
}

@media (max-width: 767px) {
  .footer-top-area {
    text-align: left;
  }
}

.footer-top-area .widget select {
  color: #444444;
}

.footer-top-area .widget_archive.widget>select {
  margin-top: 0;
}

.footer-top-area .widget {
  margin-bottom: 60px;
  padding-bottom: 0px;
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

.footer-area caption {
  color: inherit;
}

.footer-top-area ul.menu li.menu-item-has-children {
  width: 100%;
}

.footer-top-area .widget ul.menu li a {
  margin-left: 22px;
  display: inline-block;
  position: relative;
  transition: all 140ms ease-in-out;
}

.footer-top-area .widget ul.menu li a:before {
  content: "\f101";
  font-family: flaticon !important;
  position: absolute;
  top: 1px;
  left: -22px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.footer-top-area .widget ul.menu li a:after {
  position: absolute;
  content: "";
  bottom: 3px;
  width: 0%;
  left: 100%;
  background: #fff;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.footer-top-area .widget ul.menu li a:hover:after {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: width 0.4s ease;
}

.footer-top-area .widget ul.menu>li a:hover {}

/*corporate address*/
.footer-top-area .widget_techkit_address p {
  margin-bottom: 0;
}

.footer-top-area .corporate-address {
  margin-top: 20px;
}

.footer-top-area .corporate-address li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-bottom: 0;
}

.footer-top-area .corporate-address li span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

/*widget search*/
.footer-top-area .search-form input:-webkit-autofill,
.footer-top-area .search-form input:-webkit-autofill:hover,
.footer-top-area .search-form input:-webkit-autofill:focus,
.footer-top-area .search-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #181a2e inset !important;
}

.footer-top-area .search-form .input-group>.custom-select:not(:last-child),
.footer-top-area .search-form .input-group>.form-control:not(:last-child) {
  border-bottom: 1px solid rgb(210 210 210 / 15%);
}

.footer-top-area .search-form button:hover {
  color: #fff;
}

.footer-top-area .search-form input {
  color: #ffffff;
}

/*widget archive*/
.footer-top-area .widget_archive ul li a {
  display: inline-block;
  position: relative;
  transition: all 140ms ease-in-out;
}

.footer-top-area .widget_archive ul li a:after {
  position: absolute;
  content: "";
  bottom: 3px;
  width: 0%;
  left: 100%;
  background: #fff;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.footer-top-area .widget_archive ul li a:hover:after {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: width 0.4s ease;
}

/*widget categories*/
.footer-top-area .widget_categories ul li a {
  display: inline-block;
  position: relative;
  transition: all 140ms ease-in-out;
}

.footer-top-area .widget_categories ul li a:after {
  position: absolute;
  content: "";
  bottom: 3px;
  width: 0%;
  left: 100%;
  background: #fff;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.footer-top-area .widget_categories ul li a:hover:after {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: width 0.4s ease;
}

/*widget pages*/
.footer-top-area .widget_pages ul li a {
  display: inline-block;
  position: relative;
  transition: all 140ms ease-in-out;
}

.footer-top-area .widget_pages ul li a:after {
  position: absolute;
  content: "";
  bottom: 3px;
  width: 0%;
  left: 100%;
  background: #fff;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.footer-top-area .widget_pages ul li a:hover:after {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: width 0.4s ease;
}

/*widget meta*/
.footer-top-area .widget_meta li a {
  display: inline-block;
  position: relative;
  transition: all 140ms ease-in-out;
}

.footer-top-area .widget_meta li a:after {
  position: absolute;
  content: "";
  bottom: 3px;
  width: 0%;
  left: 100%;
  background: #fff;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.footer-top-area .widget_meta li a:hover:after {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: width 0.4s ease;
}

/*widget recent comments*/
.footer-top-area .widget_recent_comments ul li {
  transition: all 140ms ease-in-out;
}

.footer-top-area .widget_recent_comments ul li.recentcomments:last-child {
  margin-bottom: 0;
}

.footer-top-area .widget_recent_comments ul li.recentcomments>a:before {
  display: none;
}

.footer-top-area .widget_recent_comments ul li.recentcomments>span {
  position: relative;
}

.footer-top-area .widget_recent_comments ul li.recentcomments:hover>span:before {
  background-color: #ed1c24;
}

.footer-top-area .widget_recent_comments ul li.recentcomments span>a:before {
  left: -15px;
  top: -3px;
}

/*widget recent entries*/
.footer-top-area .widget_recent_entries ul li a {
  display: inline-block;
  position: relative;
  transition: all 140ms ease-in-out;
}

.footer-top-area .widget_recent_entries ul li a:after {
  position: absolute;
  content: "";
  bottom: 3px;
  width: 0%;
  left: 100%;
  background: #fff;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.footer-top-area .widget_recent_entries ul li a:hover:after {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: width 0.4s ease;
}

/*widget Social*/
.footer-area .footer-about {
  margin-bottom: 28px;
}

@media(min-width: 992px) {
  .footer-area .footer-about {
    margin-right: 40px;
  }
}

.footer-area .footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-area .footer-social li {
  display: inline-block;
  margin-right: 5px;
  padding-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.footer-area .footer-social li a {
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  background: #212338;
  border-radius: 7px;
  transition: all 0.4s ease;
}

.footer-area .footer-social li a:hover {
  background: #ed1c24;
}

.footer-area .footer-social li a:hover i {
  color: #ffffff;
}

.footer-area .footer-social li i.fa-facebook-f {
  color: #4064ac;
}

.footer-area .footer-social li i.fa-twitter {
  color: #1c9cea;
}

.footer-area .footer-social li i.fa-instagram {
  color: #d1005c;
}

.footer-area .footer-social li i.fa-linkedin-in {
  color: #016196;
}

.footer-area .footer-social li i.fa-pinterest-p {
  color: #df0022;
}

.footer-top-area ul li a i {
  transition: all 0.3s ease-in-out;
}

/*widget tag cloud*/
.footer-top-area .widget_tag_cloud .tagcloud {
  padding-top: 10px;
}

.footer-top-area .widget_tag_cloud a {
  background: #f7f7f7;
  border-radius: 4px;
  color: #646464 !important;
  display: inline-block;
  font-size: 15px !important;
  margin: 0 2px 4px 0;
  padding: 8px 15px;
  transition: all 0.3s;
}

@media(max-width:991px) {
  .footer-top-area .widget_tag_cloud a {
    padding: 8px;
  }
}

.footer-top-area .widget_tag_cloud a:hover {
  background-color: #ed1c24 !important;
  color: #ffffff !important;
}

.footer-top-area .search-form input.search-submit {
  background-color: #fff;
  color: #ed1c24;
}

/*widget calender*/
.footer-top-area .widget_calendar caption {
  caption-side: initial;
  text-align: center;
  font-weight: 500;
  border-radius: 6px 6px 0 0;
  background: #ed1c24;
  color: #ffffff;
  padding: 10px 7px;
  margin-top: 0px;
}

.footer-top-area .widget_calendar table th,
.footer-top-area .widget_calendar table td {
  border: none;
}

.footer-top-area .widget_calendar table td#today {
  background: #ed1c24;
  color: #ffffff;
  border-radius: 3px;
}

.footer-top-area .widget_calendar table td#today a {
  color: #ffffff;
}

.footer-top-area .widget_calendar table td a {
  color: #ed1c24;
}

.footer-top-area a {
  text-decoration: none;
}

.footer-top-area .widget a:hover,
.footer-top-area .widget a:active {
  color: #14133b;
}

.footer-top-area ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
  line-height: 1.6;
}

.footer-top-area ul li:last-child,
.footer-top-area ul.menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-top-area ul li ul.children,
.footer-top-area ul li ul.sub-menu {
  padding-left: 15px;
  padding-top: 15px;
}

.footer-top-area ul li ul.children li :last-child,
.footer-top-area ul li ul.sub-menu li :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.footer-top-area ul li a {
  text-decoration: none;
}

.footer-top-area .widget_tag_cloud a {
  text-decoration: none;
}

.footer-top-area .mc4wp-success {
  margin-top: 25px;
}

.footer-top-area .widget>form.mc4wp-form {
  padding: 0px;
  background: transparent;
}

.footer-top-area .stylish-input-group {
  padding-top: 15px;
}

.footer-top-area .stylish-input-group .form-control {
  background: #2d2d2d;
  border: none;
  box-shadow: none;
  color: #646464;
  border-radius: 0px;
  height: 39px;
  padding-left: 18px;
}

.footer-top-area .stylish-input-group .form-control::-moz-placeholder {
  color: #646464;
}

.footer-top-area .stylish-input-group .form-control::-webkit-input-placeholder {
  color: #646464;
}

.footer-top-area .stylish-input-group .input-group-addon {
  background: #2d2d2d;
  border: none;
  border-radius: 0px;
  padding: 0;
}

.footer-top-area .stylish-input-group .input-group-addon button {
  background: #2d2d2d;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  padding: 11px 16px;
  transition: all 0.3s ease-in-out;
}

.footer-top-area .stylish-input-group .input-group-addon button i {
  color: #ed1c24;
}

.footer-top-area .stylish-input-group .input-group-addon button:hover {
  background: #ed1c24;
  opacity: 0.7;
}

.footer-top-area .stylish-input-group .input-group-addon button:hover i {
  color: #ffffff;
}

.footer-top-area .rt-news-box .media-body .post-date-dark {
  font-size: 14px;
  margin-bottom: 12px;
}

.footer-top-area .rt-news-box .media-body .post-date-dark ul li {
  color: #aeaeae;
}

.footer-top-area .rt-news-box .media-body h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}

.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a {
  color: #c6ceec;
}

.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a:hover {
  color: #ed1c24;
}

.footer-top-area .rt-news-box .media a.post-img-holder {
  width: 32% !important;
}

.footer-top-area .gallery .gallery-item {
  max-width: 31.5%;
  margin: 0 5px 5px 0px;
}

.footer-top-area .gallery .gallery-item img {
  max-height: 100px;
}

.footer-area .copyright {
  color: #aaaaaa;
  text-align: center;
}

@media(max-width: 767px) {
  .footer-area .copyright {
    text-align: left;
  }
}

.footer-area .copyright a {
  color: #d7d7d7;
}

.footer-area .copyright a:hover {
  color: #ffffff;
}

.footer-area .widget_media_image img {
  max-width: 175px !important;
}

/*Footer 1*/
.footer-style-1 .footer-area {
  position: relative;
  overflow: hidden;
  background-color: #181a2e;
  color: #d7d7d7;
}

.footer-style-1 .footer-top-area .mc4wp-form .form-group {
  background: #2c2c2c;
  border: none;
}

.footer-style-1 .footer-area .mc4wp-form .form-group .form-control {
  padding: 5px 15px;
  height: 50px;
}

.footer-style-1 .footer-area .mc4wp-form .form-group .item-btn {
  margin: 0;
  padding: 5px 14px;
}

.footer-style-1 .footer-top-area .mc4wp-form .form-group .form-control::-moz-placeholder {
  color: #d7d7d7;
}

.footer-style-1 .footer-top-area .mc4wp-form .form-group .form-control::-webkit-input-placeholder {
  color: #d7d7d7;
}

.footer-style-1 .footer-area .widget_media_image {
  margin-bottom: 25px;
}

.footer-style-1 .footer-bottom-area {
  border-top: 1px solid #282b43;
  font-size: 17px;
  text-align: center;
  padding: 14px 0;
}

.footer-style-1 .footer-area .widget_text {
  margin-bottom: 20px;
}

.footer-style-1 .footer-area ul.shape-holder {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-style-1 .footer-area ul.shape-holder li {
  position: absolute;
  z-index: 0;
}

.footer-style-1 .footer-area ul.shape-holder li.shape1 {
  left: 75px;
  top: 80px;
}

.footer-style-1 .footer-area ul.shape-holder li.shape2 {
  right: -3%;
  top: -53%;
}

.footer-style-1 .footer-top-area .widget ul.menu li a {
  margin-left: 0;
}

.footer-style-1 .footer-top-area .widget ul.menu li a:before {
  display: none;
}

@media(max-width:1440px) {
  .footer-style-1 .footer-area ul.shape-holder li.shape1 {
    left: 0px;
  }

  .footer-style-1 .footer-area ul.shape-holder li.shape2 {
    right: 0;
    top: 0;
  }
}

@media(max-width:767px) {

  .footer-style-1 .footer-area ul.shape-holder li.shape1,
  .footer-style-1 .footer-area ul.shape-holder li.shape2 {
    display: none;
  }
}

/*Footer 2*/
.footer-style-2 .footer-area {
  position: relative;
  overflow: hidden;
}

.footer-style-2 .footer-top-area {
  background-color: #191b29;
  color: #d7d7d7;
  padding-top: 160px;
}

.footer-style-2 .shape-holder {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-style-2 .shape-holder .shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.footer-style-2 .footer-bottom-area {
  position: relative;
  z-index: 999;
  background: #1c1e2e;
  font-size: 17px;
  text-align: center;
  padding: 14px 0;
}

.footer-style-2 .footer-logo-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #323238;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

@media(max-width: 440px) {
  .footer-style-2 .footer-logo-area {
    display: block;
  }

  .footer-style-2 .footer-area .footer-social {
    margin-top: 30px;
  }
}

@media(max-width: 991px) {
  .footer-style-2 .footer-top-area {
    padding-bottom: 25px;
  }
}

/*Footer 3*/
.footer-style-3 .footer-area {
  position: relative;
  overflow: hidden;
}

.footer-style-3 .footer-area .widgettitle {
  color: #14133b;
}

.footer-style-3 .footer-top-area {
  background-color: #ffffff;
  color: #5b6674;
  padding-bottom: 0;
}

.footer-style-3 .footer-top-area .widget {
  margin-bottom: 115px;
}

@media(max-width: 991px) {
  .footer-style-3 .footer-top-area .widget {
    margin-bottom: 60px;
  }
}

.footer-style-3 .footer-area .copyright {
  color: #5b6674;
  font-size: 16px;
  margin: 0;
  padding: 16px 15px;
  border-top: 1px solid #e6e7ec;
}

.footer-style-3 .footer-top-area a,
.footer-style-3 .footer-area .copyright a,
.footer-style-3 .footer-top-area .widget ul.menu li a {
  color: #5b6674;
}

.footer-style-3 .footer-top-area a:hover,
.footer-style-3 .footer-area .copyright a:hover,
.footer-style-3 .footer-top-area .widget ul.menu li a:hover {
  color: #ed1c24;
}

.footer-style-3 .footer-area .copyright a:hover {
  color: #ed1c24;
}

.footer-style-3 .footer-area .widget_media_image {
  margin-bottom: 20px;
}

.footer-style-3 .footer-top-area .widget ul.menu li a {
  margin-left: 0;
}

.footer-style-3 .footer-top-area .widget ul.menu li a:before {
  display: none;
}

.footer-style-3 .footer-top-area .widget ul.menu li a:after {
  background-color: #ed1c24;
}

.footer-style-3 .footer-area .footer-social li a {
  background: #efefef;
}

.footer-style-3 .footer-area ul.shape-holder {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-style-3 .footer-area ul.shape-holder li {
  position: absolute;
  z-index: 0;
}

.footer-style-3 .footer-area ul.shape-holder li.shape1 {
  left: 75px;
  top: 80px;
}

.footer-style-3 .footer-area ul.shape-holder li.shape2 {
  right: -3%;
  top: -53%;
}

@media(max-width:1440px) {
  .footer-style-3 .footer-area ul.shape-holder li.shape1 {
    left: 0px;
  }

  .footer-style-3 .footer-area ul.shape-holder li.shape2 {
    right: 0;
    top: 0;
  }
}

@media(max-width:767px) {

  .footer-style-3 .footer-area ul.shape-holder li.shape1,
  .footer-style-3 .footer-area ul.shape-holder li.shape2 {
    display: none;
  }
}

/*---------------------------------------------
#. Widgets - Sidebar
-----------------------------------------------*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.header-search-form input:-webkit-autofill,
.header-search-form input:-webkit-autofill:hover,
.header-search-form input:-webkit-autofill:focus,
.header-search-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

.widget_categories select,
.widget_archive select,
.widget_text select,
.fluentform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 12px;
  background-image: url(../img/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: 95%;
}

.widget select {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 14px 13px;
  width: 100%;
  outline: none;
}

.widget>select {
  margin-top: 10px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widget ul li a {
  color: #444444;
  display: inline;
  transition: all 0.3s ease-in-out;
}

.widget ul li a:hover {
  color: #ed1c24;
}

.widget_recent_entries ul li span {
  display: block;
}

.sidebar-widget-area .widget {
  background: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
  padding: 28px 37px 32px;
}

.sidebar-widget-area .widget h3.widgettitle {
  display: block;
  position: relative;
  color: #14133b;
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 1.4;
  z-index: 2;
}

.sidebar-widget-area .widget:last-child {
  margin-bottom: 0;
}

.sidebar-widget-area .widget ul li {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 13px;
  padding: 0 0 13px;
  position: relative;
  transition: all 140ms ease-in-out;
}

.sidebar-widget-area .widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-widget-area .widget ul li a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 140ms ease-in-out;
  transition: all 140ms ease-in-out;
}

.sidebar-widget-area .widget ul li a:hover {
  color: #ed1c24;
}

.sidebar-widget-area .widget ul li ul {
  border-top: 1px solid #e2e2e2;
  margin-top: 10px;
  padding-top: 10px;
}

.sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child,
.sidebar-widget-area .widget_categories ul ul.children li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar-widget-area .widget ul li.active a {
  color: #14133b;
}

.sidebar-widget-area .widget ul li ul.children li:last-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*Sidebar block widget*/
.sidebar-widget-area .widget_block h2 {
  display: block;
  position: relative;
  color: #14133b;
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 1.4;
  z-index: 2;
}

.sidebar-widget-area ol.wp-block-latest-comments {
  padding-left: 0;
}

.sidebar-widget-area .wp-block-latest-comments__comment {
  line-height: 1.6;
  list-style: none;
  margin-bottom: 1em;
}

.widget_search .wp-block-search .wp-block-search__label {
  display: none;
}

.wp-block-search .wp-block-search__label {
  font-size: 20px;
  font-weight: 500;
}

.wp-block-search input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #444444;
  font-size: 15px;
  outline: none;
}

.wp-block-search .wp-block-search__button {
  background-color: #ed1c24;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
}

.sidebar-widget-area ul.wp-block-categories li,
.sidebar-widget-area ul.wp-block-archives li {
  width: 100%;
  float: left;
  background: #ffffff;
  line-height: 1.6;
  text-align: right;
}

.sidebar-widget-area ul.wp-block-categories li a,
.sidebar-widget-area ul.wp-block-archives li a {
  float: left;
}

.wp-block-categories,
.wp-block-archives {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wp-block-categories li ul.children,
.wp-block-archives li ul.children {
  padding-left: 17px;
  float: left;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  margin-top: 10px;
  padding-top: 10px;
  margin-left: 0;
  list-style: none;
}

.wp-block-categories li,
.wp-block-archives li {
  width: 100%;
  float: left;
  background: #ffffff;
  line-height: 1.6;
  text-align: right;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 13px;
  padding: 0 0 13px;
  position: relative;
  transition: all 140ms ease-in-out;
}

.wp-block-categories li:last-child,
.wp-block-archives li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wp-block-categories li a,
.wp-block-archives li a {
  float: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: #444444;
  display: inline;
  transition: all 140ms ease-in-out;
}

.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
  color: #ed1c24;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 14px 13px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 12px;
  background-image: url(../img/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: 98%;
}

/*Recent comment widget*/
.sidebar-widget-area .widget_recent_comments ul li.recentcomments {
  background: #ffffff;
  line-height: 1.6;
  position: relative;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments:last-child {
  margin-bottom: 0;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments>a:before {
  display: none;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments>span {
  position: relative;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments:hover>span:before {
  background-color: #ed1c24;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments span>a:before {
  left: -15px;
  top: -3px;
}

.sidebar-widget-area .widget_recent_entries ul li .post-date {
  color: #535151;
  font-size: 14px;
}

/*widget rss*/
.sidebar-widget-area .widget_rss .widgettitle a {
  color: #14133b;
}

.sidebar-widget-area .widget_rss ul li {
  position: relative;
  color: #646464;
  background: #ffffff;
  line-height: 1.6;
  transition: all 0.3s ease-out;
}

.sidebar-widget-area .widget_rss ul li a {
  padding-left: 0;
  font-weight: 500;
  color: #14133b;
}

.sidebar-widget-area .widget_rss ul li a:before {
  display: none;
}

.sidebar-widget-area .widget_rss ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.sidebar-widget-area .widget_rss cite {
  color: #14133b;
  font-weight: 500;
}

/*---widget text css---*/
.widget_text .textwidget strong {
  font-weight: 500;
}

/*---Accesspress tag css---*/
.sidebar-widget-area .widget_tag_cloud a,
.sidebar-widget-area .widget_product_tag_cloud a {
  color: #646464;
  border: none;
  background: #f7f7f7;
  border-radius: 5px;
  display: inline-block;
  font-size: 15px !important;
  margin: 0 0px 4px 0;
  padding: 6px 12px;
  font-weight: 400;
  transition: all 140ms ease-in-out;
}

.sidebar-widget-area .widget_tag_cloud a:hover,
.sidebar-widget-area .widget_product_tag_cloud a:hover {
  background-color: #ed1c24;
  border: none;
  color: #ffffff;
}

/*Sidebar search*/
.search-form {
  padding-top: 0;
}

.search-form input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #444444;
  font-size: 15px;
  border-radius: 0;
  float: left;
  height: 50px;
  padding: 0;
  width: 100%;
  outline: none;
  background-color: transparent;
  letter-spacing: 1px;
}

.search-form button {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #ed1c24;
  font-size: 16px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  padding: 13px 10px;
  right: 0;
}

.search-form button:focus {
  outline: none;
  box-shadow: none;
}

.search-form button:hover {
  color: #14133b;
}

.search-form input:focus {
  outline: none;
  box-shadow: none;
  border-color: #ed1c24;
  background: transparent;
}

.search-form input.search-submit {
  width: 100%;
}

.widget_search .search-form input.form-control::-webkit-input-placeholder {
  color: #939396;
}

.widget_search .search-form input.form-control:-ms-input-placeholder {
  color: #939396;
}

.widget_search .search-form input.form-control:-moz-placeholder {
  color: #939396;
}

.sidebar-widget-area .widget.widget_search {
  padding: 28px 37px 37px;
}

.mobile-header-search .custom-search-input input {
  border: 1px solid #dcdcdc;
  border-radius: 0px;
  box-shadow: none;
  float: left;
  height: 40px;
  padding: 0 25px 0 12px;
  width: 100%;
}

.mobile-header-search .custom-search-input button {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #646464;
  font-size: 16px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  padding: 8px 18px 8px 17px;
  right: 15px;
}

/*woocommerce widget*/
.mobile-header-search .custom-search-input button:hover {
  color: #ed1c24;
}

.mobile-header-search .custom-search-input .btn {
  z-index: 5;
}

.widget_product_search .search-field {
  border: 1px solid #e1e1e1;
  border-radius: 4px 0 0 4px;
  padding: 13px 10px;
  float: left;
}

.widget_product_search button {
  padding: 8px 10px;
  border-radius: 0 4px 4px 0;
}

.widget_recent_reviews .product-title {
  font-size: 19px;
  color: #14133b;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.widget_recent_reviews span.reviewer {
  font-size: 15px;
  color: #7a7a7a;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #ed1c24;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 0;
}

.sidebar-widget-area .widget.title-style-2.rt_widget_recent_entries_with_image {
  margin-bottom: 20px;
}

.sidebar-widget-area .widget.rt-news-box .rt-widget-title-holder {
  margin-bottom: 0;
}

.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.4;
  margin-top: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rt_widget_recent_entries_with_image .topic-box {
  margin-bottom: 20px;
  position: relative;
}

.rt_widget_recent_entries_with_image .topic-box .rt-wid-post-img {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.rt_widget_recent_entries_with_image .topic-box .rt-wid-post-img img {
  border-radius: 4px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.rt_widget_recent_entries_with_image .topic-box .rt-wid-post-img:hover img {
  transform: scale(1.1);
}

.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title a {
  color: #14133b;
}

.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title a:hover {
  color: #ed1c24;
}

.rt_widget_recent_entries_with_image .topic-box .post-date1 {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.rt_widget_recent_entries_with_image .topic-box .posted-date {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  padding: 0;
  display: inline-block;
  line-height: 1.4;
  border: none;
  position: relative;
}

.rt_widget_recent_entries_with_image .topic-box .posted-date i {
  color: #7e7e7e;
  padding-right: 7px;
}

.rt_widget_recent_entries_with_image .topic-box .post-date1 span a {
  color: #ffffff;
}

.rt-news-box .topic-box .post-date1 span a:hover,
.rt_widget_recent_entries_with_image .topic-box .post-date1 span a:hover {
  color: #14133b;
}

.rt_widget_recent_entries_with_image .topic-box .post-date1 span {
  text-transform: uppercase;
  z-index: 2;
  display: inline-block;
  background: #ed1c24;
  border-radius: 4px;
  padding: 6px 10px;
  position: relative;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

/*news box*/
.post-box-style {
  display: inline-block;
}

.post-box-style .topic-box {
  margin-bottom: 20px;
  position: relative;
  background: #ffffff;
  padding: 10px;
}

.post-box-style .rt-news-box-widget {
  position: relative;
  background: #ffffff;
  border-bottom: none;
  margin-bottom: 12px;
  padding-bottom: 12px;
  display: inline-block;
}

.post-box-style .rt-news-box-widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-box-style .media a.post-img-holder {
  float: left;
  width: 96px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 5px;
}

.post-box-style .media a.post-img-holder img {
  border-radius: 5px;
  transform: scale(1);
  transition: all 140ms ease-in-out;
}

.post-box-style .media:hover a.post-img-holder img {
  transform: scale(1.1);
}

.post-box-style .topic-box .rt-wid-post-img {
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
}

.post-box-style .media-body h3 {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-box-style .media-body h3 a {
  color: #14133b;
}

.post-box-style .media-body h3 a:hover {
  color: #ed1c24;
}

.post-box-style .post-box-date {
  margin-bottom: 8px;
}

.post-box-style .post-box-date ul {
  list-style: none;
  line-height: 1;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 0;
}

.post-box-style .post-box-date ul li {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 0;
  display: inline-block;
  line-height: 1.4;
  border: none;
  position: relative;
}

.post-box-style .post-box-date ul li a:before {
  display: none;
}

.post-box-style .post-box-date ul li:last-child {
  margin-right: 0;
}

.post-box-style .post-box-date ul li a {
  color: #ed1c24;
  font-size: 14px;
  font-weight: 500;
}

.post-box-style .post-box-date ul li i {
  color: #7e7e7e;
  padding-right: 7px;
}

.rt-product-box .widget-product-price {
  font-size: 14px;
  margin-top: 3px;
  color: #535151;
}

/*Tab post widget*/
.post-tab-layout .position-relative {
  background: #ffffff;
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.post-tab-layout .position-relative:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-tab-layout .media {
  display: inline-flex;
}

.post-tab-layout .media .media-body {
  flex: 1;
}

.post-tab-layout .media .tab-img-holder {
  width: 35%;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 4px;
}

.post-tab-layout .media .tab-img-holder img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.post-tab-layout .media .tab-img-holder:hover img {
  transform: scale(1.1);
}

.post-tab-layout ul.btn-tab {
  border-bottom: none;
  margin-bottom: 30px;
  margin-left: 0;
}

.post-tab-layout ul.btn-tab li {
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  border-bottom: none;
}

.post-tab-layout ul.item-inline2 li {
  width: 33.33%;
}

.post-tab-layout ul.item-inline2 li,
ul.item2-inline li {
  display: inline-block;
  margin-right: 0px;
}

.post-tab-layout ul.item-inline li,
ul.item-inline2 li {
  margin-right: 3px;
  margin-bottom: 3px;
  float: left;
}

.post-tab-layout ul.item-inline2 li:last-child {
  margin-right: 0;
  margin-bottom: 5px;
}

.post-tab-layout ul.btn-tab li .active {
  border: 1px solid transparent;
  background-color: #ed1c24;
  color: #ffffff !important;
}

.post-tab-layout ul.btn-tab li a:before {
  display: none;
}

.post-tab-layout ul.btn-tab li a {
  background-color: #f8f8f8;
  border: 1px solid #dcdcdc;
  padding: 10px 0px;
  display: block;
  color: #14133b;
  transition: all .5s ease-out;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.sidebar-widget-area .post-tab-layout ul.btn-tab li a:hover {
  transform: inherit;
}

.post-tab-layout .entry-title {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-tab-layout .entry-title a {
  color: #14133b;
}

.post-tab-layout .entry-title a:hover {
  color: #ed1c24;
}

.post-tab-layout .post-box-date {
  line-height: 1;
}

.post-tab-layout .post-box-date ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-tab-layout .post-box-date ul li {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1.4;
  border: none;
  position: relative;
}

.post-tab-layout .post-box-date ul li:first-child {
  color: #ed1c24;
}

.post-tab-layout .post-box-date ul li:last-child {
  margin-right: 0;
}

.post-tab-layout .post-box-date ul li a {
  color: #444444;
  font-size: 14px;
}

.post-tab-layout .post-box-date ul li a:before {
  display: none;
}

.post-tab-layout .post-box-date ul li a:hover {
  color: #14133b;
}

.post-tab-layout .post-box-date ul li i {
  color: #7e7e7e;
  margin-right: 7px;
}

/*Feature post widget*/
.feature-post-layout .rt-feature-widget .entry-title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.4;
}

.feature-post-layout .entry-title a {
  color: #000000;
}

.feature-post-layout .entry-title a:hover {
  color: #ed1c24;
}

.feature-post-layout .post-box-date ul {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
}

.feature-post-layout .post-box-date ul li {
  font-size: 14px;
  color: #646464;
  font-weight: 600;
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
  position: relative;
}

.feature-post-layout .post-box-date ul li:after {
  content: ".";
  color: #646464;
  font-weight: 700;
  padding: 0 5px 0 8px;
}

.feature-post-layout .post-box-date ul li:last-child:after {
  display: none;
}

.feature-post-layout .post-box-date ul li:last-child {
  margin-right: 0;
}

.feature-post-layout .post-box-date ul li a {
  color: #646464;
  font-size: 14px;
}

.feature-post-layout .post-box-date ul li a:before {
  display: none;
}

.feature-post-layout .post-box-date ul li a:hover {
  color: #14133b;
}

.feature-post-layout .post-box-date ul li.feature-date {
  color: #ed1c24;
  font-weight: 700;
}

.feature-post-layout .media {
  margin-bottom: 18px;
  overflow: hidden;
}

.feature-post-layout .media-body p {
  margin-top: 12px;
}

.feature-post-layout .media .post-img-holder {
  overflow: hidden;
  border-radius: 4px;
}

.feature-post-layout .media .post-img-holder img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.feature-post-layout .media .post-img-holder:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.feature-post-layout .list-item {
  background: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.feature-post-layout .list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.feature-post-layout .list-item .entry-title {
  font-size: 16px;
}

.sidebar-widget-area .widget .corporate-address li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.sidebar-widget-area .widget .corporate-address li i {
  color: #ed1c24;
  font-size: 19px;
  padding: 0px 15px 10px 0;
}

.sidebar-widget-area .widget .corporate-address li i.fa-map-marker {
  color: #ed1c24;
  font-size: 19px;
  padding: 0px 24px 10px 0;
}

.sidebar-widget-area .widget .corporate-address li a {
  color: #14133b;
  line-height: 34px;
  font-size: 15px;
  transition: all 0.3s ease-out;
  font-weight: 400;
}

.sidebar-widget-area .widget .corporate-address li a:before {
  content: "";
  margin-right: 0px;
}

/*Categories and Archive widget*/
.sidebar-widget-area .widget_categories ul li,
.sidebar-widget-area .widget_archive ul li {
  width: 100%;
  float: left;
  background: #ffffff;
  line-height: 1.6;
  text-align: right;
}

.sidebar-widget-area .widget_categories ul li:last-child,
.sidebar-widget-area .widget_archive ul li:last-child {
  padding-bottom: 0px;
}

.sidebar-widget-area .widget_categories ul li a,
.sidebar-widget-area .widget_archive ul li a {
  float: left;
}

.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
  padding-left: 17px;
  float: left;
  width: 100%;
}

.sidebar-widget-area .widget.widget_pages ul li ul.children,
.sidebar-widget-area .widget.widget_nav_menu ul li ul.sub-menu {
  float: inherit;
  width: inherit;
}

@media(max-width:1199px) {

  .sidebar-widget-area .widget ul li ul.children,
  .sidebar-widget-area .widget ul li ul.sub-menu {
    padding-left: 5px;
  }
}

/*calendar sidebar*/
.sidebar-widget-area .widget_calendar caption {
  caption-side: initial;
  text-align: center;
  font-weight: 500;
  border-radius: 6px 6px 0 0;
  background: #ed1c24;
  color: #ffffff;
  padding: 10px 7px;
  margin-top: 0px;
}

.sidebar-widget-area .widget_calendar table th,
.sidebar-widget-area .widget_calendar table td {
  border: none;
  color: #444444;
}

.sidebar-widget-area .widget_calendar table th {
  font-weight: 500;
}

.sidebar-widget-area .widget_calendar table td#today {
  background: #ed1c24;
  color: #ffffff;
  border-radius: 3px;
}

.sidebar-widget-area .widget_calendar table td#today a {
  color: #ffffff;
}

.sidebar-widget-area .widget_calendar a {
  color: #444444;
  font-weight: 500;
}

.sidebar-widget-area .widget_calendar td a {
  color: #ed1c24;
}

.sidebar-widget-area .widget_calendar a:hover {
  color: #ed1c24;
}

/*Image Gallery*/
.gallery .gallery-item {
  margin: 0;
  text-align: center;
}

.gallery .gallery-item .gallery-icon {
  margin: 5px;
}

.gallery .gallery-item .gallery-icon img {
  border-radius: 4px;
}

.gallery .gallery-item .gallery-caption {
  font-size: 13px;
}

/*Image widget*/
.sidebar-widget-area .widget.widget_media_image {
  padding: 0;
}

/*Social widget*/
.sidebar-widget-area .rt-about-widget ul.footer-social {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.sidebar-widget-area .rt-about-widget ul.footer-social li {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
  line-height: 1;
}

.sidebar-widget-area .rt-about-widget ul.footer-social li a {
  font-size: 16px;
  transition: all 0.3s ease-out;
  font-weight: 400;
  background: #fff;
  padding: 14px 15px;
  display: flex;
  width: 60px;
  height: 60px;
  text-align: center;
  align-items: center;
  justify-content: space-around;
}

.sidebar-widget-area .rt-about-widget ul.footer-social li a:before {
  display: none;
}

/*About Author*/
.sidebar-widget-area .widget.widget_techkit_about_author {
  padding: 0;
}

.widget_techkit_about_author .author-widget {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  padding: 50px 40px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.widget_techkit_about_author .author-widget span {
  display: block;
  color: #ffffff;
}

.widget_techkit_about_author .author-widget span.phone {
  font-size: 18px;
}

.widget_techkit_about_author .author-widget span a {
  color: #ffffff;
}

.widget_techkit_about_author .author-widget:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
}

.widget_techkit_about_author .author-widget img {
  border-radius: 50%;
  margin-bottom: 18px;
  width: 120px;
}

.widget_techkit_about_author .author-widget h3 {
  color: #ffffff;
  margin-bottom: 12px;
}

.widget_techkit_about_author .author-widget .about-social {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}

.widget_techkit_about_author .author-widget .about-social li {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
}

.widget_techkit_about_author .author-widget .about-social li a {
  display: block;
  background: #eff4ff;
  color: #ed1c24;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  margin: 0 4px;
}

.widget_techkit_about_author .author-widget .about-social li a:hover {
  color: #ffffff;
  background: #ed1c24;
}

/*Download*/
.widget_techkit_download .download-list .item {
  display: flex;
  align-items: center;
}

.widget_techkit_download .download-list .item:first-child {
  margin-bottom: 30px;
}

.widget_techkit_download .download-list .item-icon {
  margin-right: 15px;
  line-height: 1;
}

.widget_techkit_download .download-list .item-icon i {
  font-size: 47px;
  color: #ed1c24;
}

.widget_techkit_download .download-list .item-text h5 {
  margin-bottom: 0;
}

.widget_techkit_download .download-list .item-text .link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Poppins", sans-serif;
  transition: all 0.4s ease;
  display: block;
}

.widget_techkit_download .download-list .item-text .link:hover {
  letter-spacing: 1.4px;
}

/*opening hour*/
.widget-open-hour ul.opening-schedule {
  margin-right: 15px;
}

.widget-open-hour ul.opening-schedule li>span {
  color: #ffffff;
  font-weight: 400;
  padding-left: 10px;
}

.widget-open-hour ul.opening-schedule li .os-close {
  color: #14133b;
  font-weight: 500;
}

.widget-open-hour ul.opening-schedule li:last-child {
  margin-bottom: 0;
}

.widget_apsc_widget .apsc-theme-4 {
  text-align: center;
}

.widget_apsc_widget .apsc-theme-4 .apsc-each-profile {
  display: inline-block;
  float: inherit;
  width: inherit;
  margin-right: 10px;
  margin-bottom: 0;
}

.widget_apsc_widget .apsc-theme-4 .apsc-each-profile .apsc-inner-block {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
}

.widget_apsc_widget .apsc-theme-4 .apsc-each-profile:hover .apsc-inner-block {
  background-color: transparent;
}

.widget_apsc_widget .apsc-theme-4 .apsc-each-profile:last-child {
  margin-right: 0;
}

.widget_apsc_widget .apsc-theme-4 span.media-name {
  display: none;
}

.widget_apsc_widget .apsc-theme-4 span.apsc-count {
  padding-right: 5px;
}

.widget_apsc_widget .apsc-theme-4 .social-icon i {
  font-size: 16px;
  padding-right: 7px;
}

/*Widget gallery*/
.sidebar-widget-area .widget.widget_media_gallery {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.sidebar-widget-area .widget.widget_media_gallery .gallery-size-thumbnail {
  margin-bottom: 0;
}

/*Instagram Feed*/
.sidebar-widget-area .widget.widget_instagram-feed-widget {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.sidebar-widget-area .widget.widget_instagram-feed-widget .sbi_small {
  padding-bottom: 0 !important;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
  background: rgba(5, 84, 242, 0.6);
  height: 0;
  width: 0;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before,
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  z-index: 1;
  opacity: 0;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
  content: "\f16d";
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  top: 100%;
}

#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::after {
  opacity: 1;
  transition-delay: 0.1s;
  top: 50%;
}

#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#sb_instagram .sbi_photo_wrap {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  padding: 5px !important;
}

/*-----------------------------------------------------
#. Banner
------------------------------------------------------*/
.entry-banner {
  background: #14133b;
  position: relative;
  z-index: 3;
}

.entry-banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(20, 19, 59, 0.75);
  z-index: 1;
}

.entry-banner .entry-banner-content {
  padding: 140px 0 150px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.entry-banner .entry-banner-content h1 {
  line-height: 1.4;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 46px;
}

.entry-banner .entry-banner-content h1 a {
  color: #14133b;
}

.entry-banner .entry-banner-content h1 a:hover {
  color: #646464;
}

.breadcrumb-area .entry-breadcrumb span a {
  color: #ffffff;
}

.breadcrumb-area .entry-breadcrumb span a:hover {
  color: #ed1c24;
}

.breadcrumb-area .entry-breadcrumb .current-item {
  color: #c7c7c7;
}

.entry-banner .entry-breadcrumb .delimiter {
  color: #ffffff;
  padding: 0 7px;
}

.entry-banner .entry-breadcrumb .dvdr {
  color: #9e9586;
  padding: 0 7px;
}

/*transprant banner*/
.trheader .entry-banner .entry-banner-content {
  padding-top: 205px;
}

@media (max-width: 991px) {
  .entry-banner .entry-banner-content {
    padding: 80px 0 85px !important;
  }

  .entry-banner .entry-banner-content h1 {
    font-size: 38px;
    line-height: 1.2;
  }
}

/*breadcrumb*/
.breadcrumb-trail ul.trail-items {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-trail ul.trail-items li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-right: 16px;
  margin-right: 12px;
  color: #ed1c24;
}

.breadcrumb-trail ul.trail-items li:after {
  position: absolute;
  content: "-";
  right: 0;
  top: 0;
}

.breadcrumb-trail ul.trail-items li:last-child:after {
  display: none;
}

.breadcrumb-trail ul.trail-items li a {
  color: #ed1c24;
}

.breadcrumb-trail ul.trail-items li a:hover {
  color: #646464;
}

.breadcrumb-trail ul.trail-items li>span {
  color: #646464;
}

.banner-text {
  line-height: 1.4;
}

.site-main .entry-breadcrumb .current {
  color: #ed1c24;
}

/*-------------------------------------
#. Buttons
---------------------------------------*/
/*style 1*/
.button-style-1 {
  font-size: 16px;
  color: #ed1c24;
  font-weight: 500;
  padding: 0;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
}

a.button-style-1:hover {
  color: #ed1c24;
}

/*style 2*/
.button-style-2 {
  background: #ed1c24;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 11px 16px 11px 25px;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
}

a.button-style-2:hover {
  color: #ffffff;
}

.button-style-2.btn-common path.rt-button-cap {
  stroke: #ffffff;
}

/*style 3*/
.button-style-3 {
  background: transparent;
  border: 1px solid #4d506e;
  border-radius: 5px;
  font-size: 16px;
  color: #ed1c24;
  font-weight: 500;
  padding: 11px 12px 11px 25px;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
}

a.button-style-3:hover {
  border: 1px solid #ed1c24;
  color: #ed1c24;
}

.button-style-3.btn-common path.rt-button-cap {
  stroke: #ed1c24;
}

.btn-common svg {
  fill: currentColor;
  vertical-align: middle;
  margin-left: 15px;
  width: 26px;
}

.btn-common .rt-button-cap,
.btn-common .rt-button-line {
  transform: translateX(-13px);
  transform-origin: right;
  transition: 0.5s;
}

.btn-common rect.rt-button-line {
  height: 1.5px;
}

.btn-common .rt-button-line {
  stroke: currentColor;
  stroke-width: 0.5;
}

.btn-common path.rt-button-cap {
  stroke-width: 1;
  stroke: #ed1c24;
}

.btn-common:hover .rt-button-line {
  animation: qode-button-line 0.4s ease forwards;
}

.btn-common:hover .rt-button-cap {
  animation: qode-button-cap 0.4s ease forwards;
}

.rt-animation-out .rt-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}

.rt-animation-out .rt-button-cap {
  animation: qode-button-cap-out 0.35s ease-in-out;
}

.rt-button-line {
  transform: translateX(9px);
  stroke-width: 0.1;
  stroke: currentColor;
}

.rt-button-cap,
.rt-button-line {
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
}

@-webkit-keyframes qode-button-cap-out {

  0%,
  50% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
  }

  100%,
  51% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
  }
}

@keyframes qode-button-cap-out {

  0%,
  50% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
  }

  100%,
  51% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
  }
}

@-webkit-keyframes qode-button-cap-fake-out {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  49%,
  51% {
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes qode-button-cap-fake-out {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  49%,
  51% {
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }

  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }

  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }

  55% {
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }

  100% {
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes qode-button-line {

  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }

  10% {
    transform: translateX(-13px) scaleX(1);
  }

  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }

  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}

@keyframes qode-button-line {

  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }

  10% {
    transform: translateX(-13px) scaleX(1);
  }

  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }

  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}

/*-------------------------------------
#. Contents
---------------------------------------*/
form.post-password-form label>input {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 10px 8px;
}

form.post-password-form input[type="submit"] {
  border-radius: 4px;
  background: #ed1c24;
  color: #ffffff;
  font-weight: 500;
  outline: none;
  transition: all 0.3s ease-out;
}

form.post-password-form input[type="submit"]:hover {
  background: #14133b;
  color: #ffffff;
}

/*-------------------------------------
#. Single Content
---------------------------------------*/
.single-post .rt-single-content .single-img {
  margin-bottom: 30px;
}

.single-post .rt-single-content {
  word-wrap: normal;
}

.content-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

#primary.content-area {
  background-repeat: no-repeat;
}

.entry-header .post-title {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.entry-header .entry-thumbnail-area {
  margin-bottom: 30px;
}

.entry-header .entry-thumbnail-area img {
  border-radius: 10px;
}

.entry-header .entry-meta ul {
  padding-left: 0px;
  margin: 0 0 15px 0;
}

.entry-header .entry-meta ul li {
  display: inline;
  margin-right: 15px;
  position: relative;
  font-size: 15px;
  color: #7a7a7a;
  margin-bottom: 0;
}

.entry-header .entry-meta ul li:last-child {
  margin-right: 0;
}

.entry-header .entry-meta ul li i {
  color: #ed1c24;
  margin-right: 8px;
}

.entry-header .entry-meta ul.response-area {
  margin-bottom: 30px;
}

.entry-header .entry-meta ul li a {
  color: #7a7a7a;
}

.entry-header .entry-meta ul li a:hover {
  color: #ed1c24;
}

.entry-header .entry-meta ul li img {
  border-radius: 50%;
  margin-right: 15px;
}

/*content social button*/
.entry-header .share-links {
  padding-bottom: 20px;
}

.share-links .fa {
  font-size: 15px;
}

.entry-header .share-links .share-title {
  padding-right: 5px;
  display: inline-block;
  float: left;
  line-height: 40px;
  font-size: 12px;
  margin: 2px 0;
}

.entry-header .share-links .share-title .fa {
  margin-right: 5px;
  font-size: 14px;
}

.entry-header .share-links.icons-text .share-title {
  line-height: 30px;
}

.entry-header .share-links a {
  display: inline-block;
  margin: 2px;
  height: 40px;
  overflow: hidden;
  color: #ffffff !important;
  background: #646464;
  position: relative;
  transition: 0.3s;
  border-radius: 4px;
  width: 42.7px;
}

.entry-header .share-links a:hover {
  color: #ffffff !important;
}

.entry-header .share-links a.large-share-button {
  width: auto;
}

.entry-header .share-links a .fa {
  width: 40px;
  height: 40px;
  float: left;
  display: block;
  text-align: center;
  line-height: 40px;
}

.entry-header .share-links a .social-text {
  border: 0 solid rgba(255, 255, 255, 0.3);
  border-left-width: 1px;
  padding-left: 15px;
  height: 20px;
  float: left;
  margin-top: 10px;
  padding-right: 25px;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Playfair Display', serif;
}

.entry-header .share-links a:hover {
  opacity: 0.8;
  color: #fff;
}

.entry-header .share-links.icons-text .large-share-button {
  height: 30px;
}

.entry-header .share-links.icons-text .large-share-button .social-text {
  padding-left: 6px;
  padding-right: 8px;
  height: 20px;
  margin-top: 5px;
  line-height: 20px;
  font-size: 10px;
}

.entry-header .share-links.icons-text .large-share-button .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .entry-header .share-links .social-text {
    display: none;
  }
}

@media (max-width: 479px) {
  .entry-header .share-links .share-title {
    display: none;
  }
}

.entry-header .share-links a.facebook-share-button {
  background: #5d82d1;
}

.entry-header .share-links a.twitter-share-button {
  background: #40bff5;
}

.entry-header .share-links a.google-share-button {
  background: #eb5e4c;
}

.entry-header .share-links a.linkedin-share-button {
  background: #238cc8;
}

.entry-header .share-links a.pinterest-share-button {
  background: #e13138;
}

.entry-header .share-links a.reddit-share-button {
  background: #ff4500;
}

.entry-header .share-links a.stumbleupon-share-button {
  background: #eb4924;
}

.entry-header .share-links a.tumblr-share-button {
  background: #35465c;
}

.entry-header .share-links a.vk-share-button {
  background: #45668e;
}

.entry-header .share-links a.odnoklassniki-share-button {
  background: #ee8208;
}

.entry-header .share-links a.pocket-share-button {
  background: #ef4056;
}

.entry-header .share-links a.whatsapp-share-button {
  background: #43d854;
}

.entry-header .share-links a.telegram-share-button {
  background: #0088cc;
}

.entry-header .share-links a.viber-share-button {
  background: #773ead;
}

.entry-header .share-links a.viber-share-button .fa {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.entry-header .share-links a.email-share-button {
  background: #333333;
}

/*rns plugin*/
.rns-plugin {
  margin: 20px 0 20px;
}

.rns-plugin .rns-header {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ed1c24;
}

.rns-plugin .rns-footer {
  display: none;
}

/*single layout 1*/
.post-detail-style1 .entry-thumbnail-area {
  position: relative;
  margin-bottom: 40px;
}

.post-detail-style1 .entry-thumbnail-area img {
  border-radius: 10px;
}

/*single layout 2*/
.post-detail-style2 .entry-thumbnail-area {
  margin-bottom: 40px;
  text-align: center;
}

.post-detail-style2 .entry-thumbnail-area img {
  width: 100%;
  border-radius: 10px;
}

.post-detail-style2 .main-wrap {
  width: 70%;
  margin: 0 auto;
}

.post-detail-style2 .entry-header {
  text-align: center;
}

@media(max-width: 767px) {
  .post-detail-style2 .main-wrap {
    width: 100%;
  }
}

/*post footer share buttons*/
.post-footer-share .share-links a.large-share-button {
  width: 42.7px;
}

.post-footer-share .share-links {
  padding-bottom: 0px;
}

.blog-post-slider .prev-article {
  transition: all .5s ease-out;
  display: block
}

.page .entry-content {
  padding-top: 0px;
  border-top: none;
}

.entry-footer .entry-footer-meta {
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.entry-footer .share-links .social-text {
  display: none;
}

@media(max-width: 767px) {
  .entry-footer .entry-footer-meta {
    display: inherit;
  }

  .entry-footer .item-tags {
    margin-bottom: 20px;
  }
}

.entry-footer .item-tags ul {
  list-style: none;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

.entry-footer .item-tags ul li {
  font-size: 17px;
  margin-right: 12px;
  margin-bottom: 1px;
  margin-top: 1px;
  display: inline-block;
}

.entry-footer .item-tags span {
  font-size: 18px;
  font-weight: 700;
  color: #14133b;
  margin-bottom: 8px;
  line-height: 1.3;
  display: block;
}

.entry-footer .item-tags a {
  color: #14133b;
  background: #f2f2f2;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  margin-right: 7px;
  margin-bottom: 5px;
  padding: 10px 16px;
  transition: all .3s ease-out;
}

.entry-footer .item-tags a:last-child {
  margin-right: 0;
}

.entry-footer .item-tags a:hover {
  background: #ed1c24;
  color: #ffffff;
}

.entry-footer .post-share>span {
  font-size: 18px;
  font-weight: 700;
  color: #14133b;
  margin-bottom: 8px;
  line-height: 1.3;
  display: block;
}

.entry-footer .post-share .share-links {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.entry-footer .post-share>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-footer .post-share>ul>li {
  position: relative;
  display: flex;
  align-items: center;
}

.entry-footer .post-share>ul>li .tag-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  background: #f2f2f2;
  padding: 10px 16px;
  border-radius: 5px;
  color: #ed1c24;
}

.entry-footer .post-share>ul>li .tag-link:hover {
  background: #ed1c24;
  color: #ffffff;
}

.entry-footer .post-share>ul>li:hover .share-links {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  margin-right: 20px;
}

.entry-footer .post-share .share-links a {
  font-size: 15px;
  color: #646464;
  margin-right: 7px;
  width: 38px;
  height: 38px;
  background: #f2f2f2;
  border-radius: 5px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
}

.entry-footer .post-share .share-links a:hover {
  color: #ed1c24;
}

.entry-footer .post-share .share-links a:last-child {
  margin-right: 0;
}

.entry-footer .post-share .share-links a.facebook-f-share-button {
  color: #4064ac;
  background: #edf3ff;
}

.entry-footer .post-share .share-links a.twitter-share-button {
  color: #1c9cea;
  background: #dff3ff;
}

.entry-footer .post-share .share-links a.google-plus-g-share-button {
  color: #d54836;
  background: #f5e2e0;
}

.entry-footer .post-share .share-links a.linkedin-in-share-button {
  color: #016196;
  background: #ecf8ff;
}

.entry-footer .post-share .share-links a.pinterest-share-button {
  color: #df0022;
  background: #fff1f3;
}

.entry-footer .post-share .share-links a.whatsapp-share-button {
  color: #57f16d;
  background: #f0fff2;
}

@media(max-width: 767px) {
  .entry-footer .post-share>ul>li:hover .share-links {
    margin-right: 0;
    margin-left: 20px;
  }

  .entry-footer .post-share>ul>li {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

.rt-drop {
  color: #ed1c24;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.about-author {
  background: #ffffff;
  padding: 28px 30px;
  margin-bottom: 50px;
  margin-top: 40px;
  border-radius: 5px;
  border: 1px solid #e1e1e2;
}

.author-content .author-section-title {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
  z-index: 2;
}

.about-author .pull-left {
  float: left;
  padding-right: 30px;
}

@media(max-width:480px) {
  .about-author {
    display: inherit;
    padding: 30px;
  }

  .about-author .pull-left {
    width: 100px;
  }
}

.about-author .pull-left img {
  border-radius: 50%;
}

.about-author .media-body .author-title {
  font-size: 22px;
  margin-bottom: 7px;
  line-height: 1.4;
  text-transform: capitalize;
}

.about-author .media-body .author-title a {
  color: #14133b;
}

.about-author .media-body .author-designation {
  margin-bottom: 10px;
  font-size: 15px;
  color: #a5a5a5;
  line-height: 1.2;
}

.about-author ul.author-box-social {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
  text-align: left;
}

.about-author ul.author-box-social li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

.about-author ul.author-box-social li a {
  font-size: 15px;
  color: #646464;
  display: block;
  text-align: center;
  transition: all .3s ease-out
}

.about-author ul.author-box-social li a:hover {
  color: #ed1c24;
}

.about-author ul.author-box-social li:last-child {
  margin-right: 0px;
}

/*next post & prev post*/
.post-navigation {
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.post-navigation .text-left {
  padding-right: 15px;
}

.post-navigation .text-left .pad-lr-15 {
  padding-right: 20px;
}

.post-navigation .text-right {
  padding-left: 15px;
}

.post-navigation .text-right .pad-lr-15 {
  padding-left: 20px;
}

@media(max-width: 425px) {
  .post-navigation .text-left .pad-lr-15 {
    padding-right: 0;
  }

  .post-navigation .text-right .pad-lr-15 {
    padding-left: 0;
  }
}

.post-navigation .prev-article,
.post-navigation .next-article {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #14133b;
}

.post-navigation a {
  color: #14133b;
}

.post-navigation a:hover {
  color: #ed1c24;
}

.post-navigation .prev-article i {
  margin-left: 10px;
  display: inline-flex;
}

.post-navigation .prev-article:hover {
  color: #ed1c24
}

.post-navigation .next-article i {
  margin-right: 10px;
  display: inline-flex;
}

.post-navigation .next-article:hover {
  color: #ed1c24;
}

.navigation-archive {
  font-size: 20px;
}

.page-links {
  padding-top: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #14133b;
  margin-right: 10px;
  line-height: 1.3;
}

.page-links .page-number {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #14133b;
  background: #e6eff4;
  border-radius: 6px;
  padding: 0;
  height: 45px;
  width: 50px;
  line-height: 45px;
  font-weight: 500;
}

.page-links span.current .page-number,
.page-links a.post-page-numbers:hover .page-number {
  background-color: #ed1c24;
  color: #ffffff;
}

.page-links a .page-number {
  transition: all 0.3s ease-out;
}

/*-------------------------------------
#. Swiper Slider
---------------------------------------*/
.rt-swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.single-post-slider {
  margin: 40px 0 40px;
}

.rt-swiper-slider .swiper-slide img {
  border-radius: 10px;
}

.rt-swiper-slider .rt-swiper-container .swiper-button>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-image: none;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  outline: none;
  transform: translateY(-50%);
  color: #14133b;
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.rt-swiper-slider .rt-swiper-container .swiper-button>div:hover {
  background: #ed1c24;
  color: #ffffff;
}

.rt-swiper-slider .rt-swiper-container .swiper-button-prev {
  left: 40px;
  background: none;
  width: inherit;
  height: inherit;
}

.rt-swiper-slider .rt-swiper-container .swiper-button-next {
  right: 40px;
  background: none;
  width: inherit;
  height: inherit;
}

@media(max-width: 767px) {
  .rt-swiper-slider .rt-swiper-container .swiper-button>div {
    width: 50px;
    height: 50px;
  }
}

/*-------------------------------------
#. Related Post
---------------------------------------*/
.cat-holder {
  position: absolute;
  top: 20px;
  left: 20px
}

.cat-holder-text {
  position: relative;
  color: #fff;
  height: 26px;
  padding: 0 15px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 2;
  background-color: #ed1c24;
}

.cat-holder:before {
  border-right: 8px solid transparent;
  border-top: 8px solid #ed1c24;
}

.cat-holder:before {
  z-index: 1;
  content: "";
  top: 0;
  right: -8px;
  position: absolute;
  width: 0;
  height: 0
}

.cat-holder:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.rt-related-post .owl-custom-nav {
  float: right;
}

@media(max-width:475px) {
  .rt-related-post .owl-custom-nav {
    margin-top: 0;
  }
}

.rt-related-post .owl-custom-nav .owl-prev,
.rt-related-post .owl-custom-nav .owl-next {
  background-color: #e2e2e2;
  border-radius: 3px;
  color: #14133b;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  opacity: 1;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
}

.rt-related-post .owl-custom-nav .owl-next {
  margin-left: 8px;
}

.rt-related-post .owl-custom-nav .owl-prev:hover,
.rt-related-post .owl-custom-nav .owl-next:hover {
  background-color: #ed1c24;
  color: #ffffff;
}

.title-section {
  margin-bottom: 30px;
}

.rt-related-post .title-section h3 {
  display: inline-block;
  position: relative;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.4;
  z-index: 2;
}

.rt-related-post .blog-box {
  box-shadow: none;
  margin-bottom: 0;
}

.rt-related-post .blog-box .blog-img-holder {
  display: block;
  overflow: hidden;
}

.rt-related-post .blog-box .entry-content {
  padding: 30px 30px 25px;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e1e1e2;
  box-shadow: none;
  transition: all ease 0.5s;
}

/*-------------------------------------
#. Comments
---------------------------------------*/
.rtrs-review-wrap .rtrs-review-box {
  margin-top: 50px;
}

.comment-respond {
  background: #ffffff;
  margin-top: 30px;
}

.comment-respond>h4 {
  display: block;
  position: relative;
  font-size: 22px;
  margin-bottom: 0px;
  line-height: 1.4;
}

.comments-area ul {
  list-style-type: none;
  padding: 0;
}

.comments-area>ul.comment-list {
  background: #ffffff;
  margin-bottom: 30px;
}

.comments-area h3.comment-num {
  color: #14133b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
}

.comments-area h3.comment-num:after {
  background: #ed1c24;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 5px 0 0;
  top: 0;
  width: 80px;
}

.comments-area .comment-form {
  margin-top: 0px;
}

.comments-area .main-comments .imgholder {
  float: left;
}

.comments-area .main-comments .imgholder img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 0px;
  max-width: 90px;
}

.comments-area .main-comments .comment-meta {
  font-size: 15px;
}

@media(max-width: 767px) {
  .comments-area .main-comments .comment-meta {
    display: flow-root;
  }
}

.comments-area .main-comments .comment-meta .comment-author-name {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.comments-area .main-comments .comment-meta .comment-author-name a,
.comments-area .main-comments .comment-meta .comment-author-name span {
  color: #14133b;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
}

.comments-area .main-comments .replay-area {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.comments-area .main-comments .replay-area a {
  background: #fff;
  color: #14133b;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  padding: 0;
  border-radius: 0;
  font-weight: 500;
}

.comments-area .main-comments .replay-area a:hover {
  color: #ed1c24;
}

.main-comments .each-comment {
  margin-bottom: 60px;
}

.comments-area .main-comments .comments-body {
  display: flow-root;
}

@media(max-width: 991px) {
  .comments-area .main-comments .comments-body {
    /*display: inherit;*/
  }
}

@media(max-width: 425px) {
  .comments-area .main-comments .imgholder {
    float: inherit;
  }
}

.comments-area .main-comments .comment-text {
  font-size: 15px;
}

.comments-area .main-comments .comments-body p {
  margin-bottom: 5px;
}

.comments-area .main-comments .comment-respond {
  margin-top: 0px;
  margin-bottom: 70px;
}

.comments-area .reply-separator {
  margin-top: 40px;
  padding-top: 50px;
}

.main-comments ul.children {
  margin-left: 50px;
  padding: 0;
}

.comments-area .main-comments .comment-text li {
  border-top: none;
}

@media(max-width: 1200px) {
  .main-comments ul.children {
    margin-left: 30px;
  }

  .comments-area .main-comments .imgholder img {
    max-width: 80px;
  }
}

@media(max-width: 767px) {
  .main-comments ul.children {
    margin-left: 10px;
  }

  .comments-area .main-comments .imgholder img {
    max-width: 60px;
    margin-right: 10px;
  }
}

.avatar-disabled .main-comments ul.children {
  margin-left: 50px;
  padding: 0;
}

.no-comments {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  padding-top: 20px;
}

.comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

.comment-navigation ul {
  margin-top: 30px;
}

.comment-navigation ul li {
  margin-right: 5px;
  margin-top: 0;
}

.comment-navigation ul li a {
  display: inline;
  font-size: 12px;
  height: 49px;
  line-height: inherit;
  padding: 10px;
  width: inherit;
}

.comment-list pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.comments-area {
  margin-top: 40px;
}

.comments-area>h4 {
  display: block;
  position: relative;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.4;
}

#respond .comment-notes {
  margin-bottom: 30px;
}

#respond .logged-in-as {
  margin-bottom: 30px;
  font-size: 15px;
}

#respond .logged-in-as a {
  color: #646464;
}

#respond .form-group {
  margin-bottom: 25px;
}

#respond .form-group.form-submit {
  margin-bottom: 0px;
}

#respond form .form-control {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  color: #14133b;
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
  box-shadow: none;
}

#respond form input.form-control {
  height: 50px;
}

#respond form input:focus,
#respond form textarea:focus {
  box-shadow: none;
}

#respond form .form-control {
  padding: 10px 20px;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #a9a9a9;
}

#respond input.form-control::placeholder,
#respond input.form-control::-webkit-input-placeholder,
#respond input.form-control::-moz-placeholder,
#respond input.form-control:-moz-placeholder,
#respond input.form-control:-ms-input-placeholder {
  color: #a9a9a9;
}

#respond textarea.form-control::placeholder,
#respond textarea.form-control::-webkit-input-placeholder,
#respond textarea.form-control::-moz-placeholder,
#respond textarea.form-control:-moz-placeholder,
#respond textarea.form-control:-ms-input-placeholder {
  color: #a9a9a9;
}

#respond form .btn-send {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 15px;
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  background: #ed1c24;
  color: #ffffff;
  padding: 15px 30px;
  text-transform: uppercase;
  z-index: 1;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

#respond form .btn-send:hover {
  background: #14133b;
  color: #ffffff;
}

#respond #cancel-comment-reply-link {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 5px;
}

#respond form .comment-form-cookies-consent {
  position: relative;
  display: inline-flex;
}

#respond form .comment-form-cookies-consent input {
  background: transparent;
  border: none;
  margin-right: 10px;
  height: inherit;
  box-shadow: none;
  position: absolute;
  top: 5px;
}

#respond form .comment-form-cookies-consent label {
  padding-left: 25px;
  line-height: 1.5;
}

.comment-list>li:first-child {
  border-top: none;
}

.comment-list .comment-text ul {
  padding: 0 15px;
  margin-bottom: 20px;
  list-style: disc;
}

.comment-list .comment-text ul li {
  padding-top: 0px;
}

.comment-list .comment-text ul li .children li {
  padding-top: 0px;
}

.comment-list .comment-text ul ul {
  margin-bottom: 0px;
}

.comment-list .comment-text ol {
  margin-bottom: 20px;
}

.comment-list .comment-text ol li {
  padding-top: 0px;
}

.comment-list .comment-text ol li .children li {
  padding-top: 0px;
}

.comment-list .comment-text ol ol {
  margin-bottom: 0;
}

.item-comments {
  margin-top: 50px;
}

.item-comments h2 {
  font-size: 24px;
}

.item-comments .item-comments-list {
  margin-top: 50px;
}

.item-comments .item-comments-list ul.comments-list {
  padding-top: 20px;
}

.item-comments .item-comments-list ul.comments-list li {
  margin-bottom: 50px;
  overflow: hidden;
}

.item-comments .item-comments-list ul.comments-list li .comment-image {
  float: left;
  padding-right: 20px;
}

.item-comments .item-comments-list ul.comments-list li .comment-name {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}

.item-comments .item-comments-list ul.comments-list li .comment-date {
  color: #646464;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply {
  background: #ed1c24;
  padding: 2px 10px 3px;
  float: right;
  font-size: 14px;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply a {
  color: #ffffff;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
  background: #a51c2d;
}

.item-comments .item-comments-list ul.comments-list li p {
  padding-top: 20px;
}

.item-comments .item-comments-list ul.comments-list li:last-child {
  margin-bottom: 0;
}

.item-comments .item-comments-list ul.comments-list li.odd {
  margin-left: 50px;
}

.item-comments .item-comments-form {
  border-top: 1px solid #d7d7d7;
  margin-top: 50px;
  padding-top: 50px;
}

.item-comments .item-comments-form .comments-form {
  padding-top: 20px;
}

.item-comments .item-comments-form .comments-form .form-group {
  margin-bottom: 20px;
}

.item-comments .item-comments-form .comments-form .form-group .form-control {
  background: #14133b;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.item-comments .item-comments-form .comments-form .form-group input {
  height: 40px;
}

/*-------------------------------------
#. Archive Contents
---------------------------------------*/
.entry-title {
  font-size: 28px;
  margin: 0 0 6px 0;
  line-height: 1.4;
}

.entry-title a {
  color: #ffffff;
}

.entry-title a:hover {
  color: #ed1c24;
}

.custom-search-input>.input-group {
  display: flex;
}

.author .about-author {
  background: #f8f8f8;
  border: none;
  margin-top: 0;
  box-shadow: 0 1px 0 0 rgba(211, 211, 211, .75);
}

.search .entry-header .entry-meta ul li span {
  padding-right: 5px;
}

@media(max-width: 991px) {

  .tax-techkit_service_category .content-area,
  .post-type-archive-techkit_service .content-area {
    padding-bottom: 90px;
  }

  .tax-techkit_service_category.right-sidebar .sidebar-widget-area,
  .post-type-archive-techkit_service.right-sidebar .sidebar-widget-area {
    margin-top: 80px;
  }
}

@media(max-width: 767px) {

  .tax-techkit_service_category .content-area,
  .post-type-archive-techkit_service .content-area {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .tax-techkit_service_category.right-sidebar .sidebar-widget-area,
  .post-type-archive-techkit_service.right-sidebar .sidebar-widget-area {
    margin-top: 60px;
  }

  .tax-techkit_team_category .content-area,
  .post-type-archive-techkit_team .content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* ------------------------
#. Default Blog layout 
---------------------------*/
@media(max-width:767px) {
  body.blog .content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  body.single-post .content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.rt-blog-layout {
  margin: 30px 0 0;
}

.rt-blog-layout .entry-thumbnail-area ul {
  list-style: none;
  padding: 0;
}

.rt-blog-layout .entry-thumbnail-area ul li {
  float: left;
  padding: 12px;
}

.rt-blog-layout .entry-thumbnail-area ul li i {
  color: #ed1c24;
}

.rt-blog-layout .entry-thumbnail-area ul li a {
  text-decoration: none;
  text-align: center;
  color: #666666;
  transition: all 0.3s ease-out 0s;
}

.rt-blog-layout .entry-thumbnail-area ul li a:hover {
  color: #ed1c24;
}

.rt-blog-layout .entry-thumbnail-area ul li:last-child {
  float: right;
}

.rt-blog-layout .entry-thumbnail-area ul .active {
  background: #ed1c24;
  color: #ffffff;
}

.rt-blog-layout .entry-thumbnail-area ul .rt-post-author {
  display: -webkit-box;
}

.rt-blog-layout .entry-thumbnail-area ul .rt-post-author a {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  width: 10.5em;
  white-space: nowrap;
  display: block;
  float: initial;
  text-align: left;
  padding-left: 5px;
}

.rt-blog-layout .entry-thumbnail-area ul.side_bar {
  padding: 0 15px 0 0;
}

.rt-blog-layout .entry-content h3 {
  margin: 0 0 10px;
  line-height: inherit;
  font-size: 22px;
  font-weight: 700;
}

.rt-blog-layout .entry-content h3 a {
  color: #14133b;
  display: block;
  padding: 17px 0 0;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  line-height: 33px;
}

.rt-blog-layout .entry-content h3 a:hover {
  color: #ed1c24;
}

.rt-blog-layout .entry-content p {
  font-size: 14px;
  color: #666666;
}

a.blog-button {
  background-color: transparent;
  border: 1px solid #ed1c24;
  border-radius: 4px;
  padding: 10px 20px;
  color: #ed1c24 !important;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

a.blog-button i:before {
  font-size: 16px;
  margin-left: 12px;
  position: relative;
  top: 1px;
}

a.blog-button:hover {
  background-color: #ed1c24;
  color: #ffffff !important;
  border: 1px solid transparent;
}

.entry-content .item-btn,
.rtin-content .item-btn {
  display: inline-block;
  color: #646464;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}

.entry-content .item-btn:hover,
.rtin-content .item-btn:hover {
  color: #646464;
}

.entry-content .item-btn i,
.rtin-content .item-btn i {
  color: #cccccc;
  font-size: 12px;
  margin-left: 8px;
}

.entry-content .item-btn:hover i,
.rtin-content .item-btn:hover i {
  animation: headShake 0.5s;
}

.blog-box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-box {
  margin-bottom: 30px;
  transform: translateY(0);
  transition: all 0.4s ease;
  box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
}

.blog-box:hover {
  transform: translateY(-10px);
}

.blog-box .entry-content h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.blog-box .entry-content h3 a {
  color: #14133b;
}

.blog-box .entry-content h3 a:hover {
  color: #ed1c24;
}

.blog-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 25px;
  z-index: 2;
}

.blog-box ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  margin-right: 15px;
  position: relative;
}

.blog-box ul li i {
  padding-right: 10px;
}

.blog-box ul li:last-child {
  margin-right: 0;
}

.blog-box ul li a {
  color: #ffffff;
}

.blog-box ul.post-categories li {
  padding-bottom: 0;
}

.blog-box.show_image .entry-content {
  z-index: 2;
  position: relative;
  border-radius: 0px 0px 15px 15px;
}

.blog-box .entry-content {
  padding: 26px 30px 25px;
  background: #ffffff;
  border-radius: 10px;
  transition: all ease 0.5s;
}

.blog-box.show_image .entry-content {
  border-radius: 0px 0px 10px 10px;
}

.blog-box .entry-content .blog-cat a {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #ed1c24;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.blog-box .entry-content .blog-cat a:hover {
  color: #14133b;
}

.blog-box .blog-img-holder {
  position: relative;
  border-radius: 10px 10px 0 0;
  display: inline-block;
}

.blog-box .blog-img-holder:before {
  position: absolute;
  content: "";
  height: 160px;
  width: 100%;
  bottom: -60px;
  left: 0;
  text-align: center;
  transition: all 0.4s ease;
  background-image: linear-gradient(transparent, #000), linear-gradient(transparent, #000);
}

.blog-box .blog-img-holder:after {
  position: absolute;
  content: "";
  height: 160px;
  width: 100%;
  bottom: -60px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all 0.4s ease;
  background-image: linear-gradient(transparent, #ed1c24), linear-gradient(transparent, #ed1c24);
}

.blog-box:hover .blog-img-holder:before {
  opacity: 0;
  visibility: hidden;
}

.blog-box:hover .blog-img-holder:after {
  opacity: 1;
  visibility: visible;
}

.blog-box .blog-img-holder img {
  border-radius: 10px 10px 0 0;
}

.blog-layout-1 .blog-text p {
  margin-bottom: 15px;
}

.blog-layout-2 .blog-box .entry-content h2 {
  font-size: 36px;
  line-height: 1.3;
}

.blog-layout-2 .blog-box .entry-content h2 a {
  color: #14133b;
}

.blog-layout-2 .blog-box .entry-content h2 a:hover {
  color: #ed1c24;
}

.blog-layout-2 .blog-box .entry-content {
  padding: 40px 50px 40px 50px;
}

.blog-layout-2 .blog-box ul {
  left: 50px;
}

@media(max-width: 767px) {
  .blog-layout-2 .blog-box .entry-content {
    padding: 30px;
  }

  .blog-layout-2 .blog-box ul {
    left: 30px;
  }

  .blog-layout-2 .blog-box .entry-content h2 {
    font-size: 28px;
  }
}

/*masonry*/
.rt-grid-item {
  display: block;
  float: left;
  clear: both;
}

.left-sidebar .sidebar-widget-area {
  margin-right: 20px;
}

.right-sidebar .sidebar-widget-area {
  margin-left: 20px;
}

@media(max-width:991px) {
  .right-sidebar .sidebar-widget-area {
    margin-top: 80px;
    margin-left: 0;
    display: inherit;
  }

  .left-sidebar .sidebar-widget-area {
    margin-bottom: 80px;
    margin-right: 0;
    display: inherit;
  }
}

@media(max-width:767px) {
  .right-sidebar .sidebar-widget-area {
    margin-top: 60px;
    display: inherit;
  }

  .left-sidebar .sidebar-widget-area {
    margin-bottom: 60px;
    display: inherit;
  }
}

/*blog sticky*/
.sticky .blog-box .entry-content {
  background-color: #f5faff;
}

/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area ul {
  text-align: center;
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-area ul li {
  display: inline-flex;
  border: none;
  margin-right: 6px;
  position: relative;
}

.pagination-area ul li:last-child {
  margin-right: 0;
}

.pagination-area ul li a {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #14133b;
  background: #e6eff4;
  border-radius: 6px;
  padding: 0;
  height: 45px;
  width: 50px;
  line-height: 45px;
  font-weight: 500;
}

.pagination-area ul li span {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #14133b;
  background: #e6eff4;
  border-radius: 6px;
  padding: 0;
  height: 45px;
  width: 50px;
  line-height: 45px;
  font-weight: 500;
}

.pagination-area ul li a:hover {
  background-color: #ed1c24;
  color: #ffffff;
}

.pagination-area ul li span.current {
  background-color: #ed1c24;
  color: #ffffff;
}

.pagination-area ul li.active a {
  background-color: #ed1c24;
  color: #ffffff;
}

.site-content .pagination-area {
  clear: both;
  padding-top: 15px;
  width: 100%;
}

.no-results h2.page-title {
  color: #14133b;
}

@media(max-width: 767px) {
  .pagination-area ul {
    margin-top: 0px;
  }

  .pagination-area ul li {
    margin-top: 8px;
    margin-right: 8px;
  }

  .pagination-area ul li span,
  .pagination-area ul li a {
    height: 40px;
    width: 40px;
    line-height: 38px;
  }
}

/*-------------------------------------
#. Error 404
---------------------------------------*/
@media(max-width:767px) {
  body.error404 .content-area {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  body.error404 .site .content-area {
    background: none !important;
  }
}

.error-page-area {
  position: relative;
  background-position: center;
}

.error-page-content {
  position: relative;
  text-align: center;
  padding: 30px 0;
}

.error-page-content .text-1 {
  font-size: 50px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 20px;
}

.error-page-content .text-2 {
  font-size: 16px;
  margin: 8px auto 20px;
  color: #5b6674;
  line-height: 1.2;
}

.error-page-area .error-page-content .go-home {
  margin-top: 30px;
}

.error-page-area .item-img {
  margin-bottom: 60px;
  position: relative;
  display: inline-flex;
  justify-content: center;
}

.error-page-area .item-img .left-img {
  position: relative;
  left: 85px;
  top: 100px;
  z-index: 1;
}

.error-page-area .item-img .right-img {
  position: relative;
  right: 85px;
  bottom: 0;
}

@media(max-width: 991px) {
  .error-page-content .text-1 {
    font-size: 40px;
  }
}

@media(max-width: 767px) {
  .error-page-content .text-1 {
    font-size: 36px;
  }
}

/*-------------------------------------
#. Fluent form
---------------------------------------*/
/*Contact Form*/
.fluentform .contact-form.ff-el-group,
.fluentform .contact-form .ff-el-group {
  margin-bottom: 10px;
}

.fluentform .contact-form.ff_submit_btn_wrapper {
  margin-top: 32px;
}

.fluentform .contact-form .ff-el-form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #14133b;
  border: 1px solid #ededed;
  border-radius: 4px;
  font-size: 15px;
  padding: 17px 20px 17px 20px;
}

.fluentform .contact-form .ff-el-form-control:focus {
  border-color: #ed1c24;
}

.fluentform .contact-form .ff-btn {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #ed1c24;
  padding: 15px 30px;
  z-index: 1;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fluentform .contact-form .ff-btn:hover,
.fluentform .contact-form .ff-btn:focus {
  background: #14133b;
  opacity: 1;
}

.fluentform .contact-form .ff-el-form-control::-webkit-input-placeholder {
  color: #7a7a7a;
}

.fluentform .contact-form .ff-el-form-control:-ms-input-placeholder {
  color: #7a7a7a;
}

.fluentform .contact-form .ff-el-form-control:-moz-placeholder {
  color: #7a7a7a;
}

.fluentform .contact-form .text-danger {
  color: #ed1c24 !important;
  font-size: 13px;
}

.fluentform .contact-form .ff-el-is-error .ff-el-form-control,
.fluentform .contact-form.ff-el-is-error .ff-el-form-control {
  border-color: #ed1c24;
}

/*get form*/
.fluentform .get-form.ff-el-group,
.fluentform .get-form .ff-el-group {
  margin-bottom: 15px;
}

.fluentform .get-form.ff-el-group.ff_submit_btn_wrapper {
  margin-top: 25px;
  margin-bottom: 0;
}

.fluentform .get-form .ff-el-form-control {
  background-color: transparent;
  box-shadow: none;
  color: #14133b;
  border: 1px solid #ededed;
  border-radius: 4px;
  font-size: 15px;
  padding: 17px 20px 17px 20px;
  height: inherit !important;
}

.fluentform .get-form .ff-el-form-control:focus {
  border-color: #ed1c24;
  background-color: transparent;
}

.fluentform .get-form .ff-btn {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #ed1c24;
  padding: 15px 30px;
  z-index: 1;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fluentform .get-form .ff-btn:hover,
.fluentform .get-form .ff-btn:focus {
  background: #14133b;
  opacity: 1;
}

.fluentform .get-form .ff-el-form-control::-webkit-input-placeholder {
  color: #14133b;
}

.fluentform .get-form .ff-el-form-control:-ms-input-placeholder {
  color: #14133b;
}

.fluentform .get-form .ff-el-form-control:-moz-placeholder {
  color: #14133b;
}

.fluentform .get-form .text-danger {
  color: #ed1c24 !important;
  font-size: 13px;
}

.fluentform .get-form .ff-el-is-error .ff-el-form-control,
.fluentform .get-form.ff-el-is-error .ff-el-form-control {
  border-color: #ed1c24;
}

@media (min-width: 768px) {
  .frm-fluent-form .ff-t-cell:first-of-type {
    padding-right: 10px;
  }

  .frm-fluent-form .ff-t-cell:last-of-type {
    padding-left: 10px;
  }
}

/*newsletter form*/
.fluentform .newsletter-form.ff-el-group,
.fluentform .newsletter-form .ff-el-group {
  margin-bottom: 15px;
}

.fluentform .newsletter-form.ff-el-group.ff_submit_btn_wrapper {
  margin-bottom: 0;
}

.fluentform .newsletter-form .ff-el-form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #14133b;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 15px;
  padding: 17px 20px 17px 20px;
  height: inherit !important;
  max-width: 330px;
}

.fluentform .newsletter-form .ff-el-form-control:focus {
  border-color: #ed1c24;
}

.fluentform .newsletter-form .ff-el-form-check-label .ff-el-form-check-input {
  top: -1px;
  margin-right: 3px;
}

.fluentform .newsletter-form .ff-btn {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #ed1c24;
  padding: 12px 30px;
  z-index: 1;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.fluentform .newsletter-form .ff-btn:hover,
.fluentform .newsletter-form .ff-btn:focus {
  background: #14133b;
  opacity: 1;
}

.fluentform .newsletter-form .ff-el-form-control::-webkit-input-placeholder {
  color: #646464;
}

.fluentform .newsletter-form .ff-el-form-control:-ms-input-placeholder {
  color: #646464;
}

.fluentform .newsletter-form .ff-el-form-control:-moz-placeholder {
  color: #646464;
}

.fluentform .newsletter-form .text-danger {
  color: #ed1c24 !important;
  font-size: 13px;
}

.fluentform .newsletter-form .ff-el-is-error .ff-el-form-control,
.fluentform .newsletter-form.ff-el-is-error .ff-el-form-control {
  border-color: #ed1c24;
}

/*end form*/
@media only screen and (max-width: 479px) {
  .entry-content .pricetable-btn {
    height: 40px;
    width: 130px;
    font-size: 14px;
    padding: 8px 0;
  }
}

@media only screen and (max-width: 991px) {
  .btn-send-message {
    padding: 11px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .btn-send-message {
    padding: 9px 0;
  }
}

@media (max-width: 767px) {
  .comments-area .main-comments .replay-area {
    display: block;
    float: inherit;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
  }

  .rt-blog-layout .entry-thumbnail-area ul li:last-child {
    display: block;
  }
}

@media (max-width: 426px) {
  .comments-area .main-comments .replay-area {
    margin-top: 15px;
  }

  .rt-blog-layout .entry-thumbnail-area ul li:last-child {
    display: block;
  }
}

@media (max-width: 992px) {
  .rt-blog-layout .entry-thumbnail-area ul li:last-child {
    display: none;
  }
}

@media (min-width: 479px) and (max-width: 991px) {
  .blog-box .blog-social {
    top: 8%;
  }
}

/*-------------------------------------
#. Gutenberg Support
---------------------------------------*/
.align-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 900px) {
  .align-wrap {
    width: auto;
    margin-left: calc(50% / .62 - 50vw);
  }
}

.align-wrap .alignfull {
  width: 100%;
  margin: 0 0 0 auto;
}

@media(max-width:480px) {
  img.alignleft {
    float: none;
    margin-bottom: 13px;
    margin-right: 0px;
    padding-top: 5px;
    display: block;
  }

  img.alignright {
    float: none;
    margin-left: 0px;
    margin-bottom: 15px;
    padding-top: 15px;
  }
}

/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-cover.alignfull,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-columns.alignfull,
.has-sidebar .wp-block-media-text.alignfull,
.has-sidebar .wp-block-gallery.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-columns.alignwide,
.has-sidebar .wp-block-image.alignwide,
.has-sidebar .wp-block-media-text.alignwide,
.has-sidebar .is-type-video.alignfull,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
}

.has-strong-magenta-background-color {
  background-color: #a156b4;
}

.has-strong-magenta-color {
  color: #a156b4;
}

.has-light-grayish-magenta-background-color {
  background-color: #d0a5db;
}

.has-light-grayish-magenta-color {
  color: #d0a5db;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-small-font-size {
  font-size: 12px;
}

.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}

.has-huge-font-size {
  font-size: 48px;
  line-height: 1.2;
}

.has-regular-font-size {
  font-size: 16px;
}

.wp-block-image.alignleft.is-resized {
  margin-left: 0;
  margin-right: 30px;
}

.wp-block-image.alignright.is-resized {
  margin-left: 30px;
  margin-right: 0;
}

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #cccccc;
  margin: 50px 0;
  text-align: left;
  background: transparent;
}

.wp-block-pullquote {
  border-top: 2px solid #ed1c24;
  border-bottom: 2px solid #ed1c24;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
}

blockquote.wp-block-pullquote {
  background: #f9f9f9;
  border-radius: 6px;
  border-left: 1px solid #e1e1e2;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  padding: 28px 40px 28px 40px;
  margin: 35px 0px 35px !important;
  color: #444444;
}

.wp-block-pullquote p {
  font-size: 22px;
}

.wp-block-pullquote cite {
  font-weight: 500;
  font-size: 14px;
  color: #646464;
  padding-left: 80px;
  z-index: 1;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote p {
  color: #14133b;
}

.wp-block-quote {
  border-left: 1px solid #e1e1e2;
  padding-left: 40px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border: 1px solid #e1e1e2;
  padding: 35px 40px 35px 40px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
  text-align: left;
  font-size: 14px;
}

.wp-block-quote.is-style-large cite em {
  font-style: normal;
}

.wp-block-quote.has-text-align-right {
  border-left: 1px solid #e1e1e2;
  border-right: 1px solid #e1e1e2;
  text-align: right;
  padding: 35px 40px 35px 40px;
}

.wp-block-quote.has-text-align-right cite {
  text-align: right;
}

.wp-block-quote.has-text-align-left {
  text-align: left;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 26px;
  line-height: 1.3;
}

.wp-block-quote.is-style-large cite br {
  display: none;
}

:root .has-cyan-bluish-gray-background-color {
  background-color: transparent;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  background: #acb9c3;
  padding-top: 20px;
  padding-bottom: 25px;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 32px;
}

.has-techkit-primary-background-color.is-style-solid-color blockquote {
  background: #ed1c24;
}

.has-techkit-secondary-background-color.is-style-solid-color blockquote {
  background: #14133b;
}

.has-techkit-button-dark-gray-background-color.is-style-solid-color blockquote {
  background: #14133b;
}

.has-techkit-button-light-gray-background-color.is-style-solid-color blockquote {
  background: #a5a5a5;
}

.has-techkit-button-white-background-color.is-style-solid-color blockquote {
  background: #ffffff;
}

/* Main column width */
.wp-block {
  max-width: 720px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
  max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
  max-width: none;
}

pre {
  background: #fff;
  color: #646464;
}

code,
a code {
  color: #ed1c24;
}

pre code {
  font-size: 15px;
  color: #646464;
  word-break: normal;
  line-height: 30px;
}

pre cite {
  font-weight: 400;
}

kbd {
  color: #646464;
  padding: 3px 5px 2px 5px;
  margin: 0 1px;
  background: #eaeaea;
  background: rgba(0, 0, 0, .07);
}

code,
kbd,
pre,
samp,
tt,
var {
  font-family: Menlo, Consolas, monaco, monospace;
}

.wp-block-code {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 15px;
  color: #646464;
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

/************** Button ***************/
.wp-block-button {
  margin-bottom: 25px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]) {
  color: #ed1c24;
}

.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]):hover {
  color: #14133b;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 15px;
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  background: #ed1c24;
  color: #ffffff;
  padding: 15px 30px;
  text-transform: uppercase;
  z-index: 1;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-block-button .wp-block-button__link:hover {
  background: #14133b;
  color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid #ed1c24;
  color: #ed1c24;
}

.wp-block-button.is-style-outline .wp-block-button__link:before {
  display: none;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #14133b;
  color: #14133b;
}

.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:before {
  border-radius: 0;
}

.wp-block-button .wp-block-button__link.no-border-radius:before {
  border-radius: 0;
}

.has-techkit-primary-color {
  color: #ed1c24;
}

.has-techkit-secondary-color {
  color: #14133b;
}

.has-techkit-button-dark-gray-color {
  color: #333333;
}

.has-techkit-button-light-gray-color {
  color: #a5a5a5;
}

.has-techkit-button-white-color {
  color: #ffffff;
}

.has-techkit-primary-background-color {
  background-color: #ed1c24;
}

.has-techkit-secondary-background-color {
  background-color: #14133b;
}

.has-techkit-button-dark-gray-background-color {
  background-color: #333333;
}

.has-techkit-button-light-gray-background-color {
  background-color: #a5a5a5;
}

.has-techkit-button-white-background-color {
  background-color: #ffffff;
}

.wp-block-button a.has-techkit-primary-color {
  color: #ed1c24;
}

.wp-block-button a.has-techkit-secondary-color {
  color: #14133b;
}

.wp-block-button a.has-techkit-button-dark-gray-color {
  color: #333333;
}

.wp-block-button a.has-techkit-button-light-gray-color {
  color: #a5a5a5;
}

.wp-block-button a.has-techkit-button-white-color {
  color: #ffffff;
}

.wp-block-button .has-techkit-primary-background-color {
  background-color: #ed1c24;
}

.wp-block-button .has-techkit-secondary-background-color {
  background-color: #14133b;
}

.wp-block-button .has-techkit-button-dark-gray-background-color {
  background-color: #333333;
}

.wp-block-button .has-techkit-button-light-gray-background-color {
  background-color: #a5a5a5;
}

.wp-block-button .has-techkit-button-white-background-color {
  background-color: #ffffff;
}

/*button end*/

.wp-block-table td,
.wp-block-table th {
  border: 1px solid #dedede;
  padding: 5px;
}

.wp-block-image .alignleft.is-resized {
  margin-top: 0;
}

.wp-block-image {
  margin-top: 23px;
  margin-bottom: 23px;
}

.wp-block-latest-posts.is-grid {
  margin-left: 20px;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 0 10px 0;
}

.wp-block-columns.has-2-columns .wp-block-column {
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .entry-content .wp-block-columns {
    flex-wrap: nowrap;
  }
}

.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
  margin-top: 0 !important;
  padding-left: 25px;
  padding-right: 25px;
}

.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote p {
  margin-left: 30px;
}

.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote p:before {
  font-size: 30px;
  left: -38px;
}

.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote cite {
  padding-left: 30px;
}

.wp-block-image .alignleft {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 25px;
}

.wp-block-image .alignright {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 25px;
}

/*wp block cover*/
.wp-block-cover {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-cover a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .has-text-color a,
.wp-block-cover .has-text-align-center a {
  color: #ffffff;
}

.wp-block-cover a:hover,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .has-text-color a:hover,
.wp-block-cover .has-text-align-center a:hover {
  text-decoration: underline;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
[data-align=left]>.wp-block-cover,
[data-align=right]>.wp-block-cover {
  max-width: 340px;
  width: 100%;
}

.entry-content .wp-block-cover {
  background-color: #000;
  margin-top: 0px;
  padding: 15px 50px;
}

.wp-block-cover p:not(.has-text-color) {
  color: #ffffff;
}

.wp-block-cover.alignleft {
  margin-top: 8px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
  font-size: 36px;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: .44em;
  text-align: center;
}

:root .has-pale-pink-background-color {
  background-color: #000;
}

.wp-block-gallery {
  margin-top: 25px;
  margin-bottom: 50px;
}

.wp-block-gallery.alignleft {
  display: flex;
  margin-top: 10px;
}

.wp-block-gallery .blocks-gallery-item {
  border-radius: 5px;
  overflow: hidden;
}

.wp-block-gallery .blocks-gallery-item img {
  border-radius: 5px;
}

.wp-block-gallery.alignleft .blocks-gallery-item {
  display: inline-block;
}

.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
  margin: 23px 0;
}

.wp-block-coblocks-social .wp-block-button__link {
  border: none;
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 420px;
  width: 100%;
}

p:last-child img.size-full.alignright {
  clear: both;
  padding-top: 0;
}

.wp-block-spacer {
  clear: both;
}

.gallery .gallery-item {
  text-align: center;
}

.site-content nav.comment-navigation {
  padding-top: 0;
}

.site-content nav.comment-navigation ul {
  margin-top: 0;
  margin-bottom: 40px;
}

.site-content nav.comment-navigation ul li {
  margin-right: 0;
}

.site-content nav.comment-navigation ul li a {
  border-radius: 30px;
  height: inherit;
  width: inherit;
  padding: 12px 27px;
  line-height: 1.6;
}

figure.wp-caption.alignnone {
  margin: 15px auto 15px;
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  padding: 10px 20px;
}

.has-media-on-the-right.is-stacked-on-mobile {
  margin-bottom: 20px;
}

.blocks-gallery-item figcaption {
  line-height: 1.4;
}

ul.wp-block-rss li.wp-block-rss__item .wp-block-rss__item-title {
  display: inline-block;
}

.wp-block-group.has-background {
  margin-bottom: 20px;
}

@media(max-width:475px) {
  .site-header .mobile-menu {
    display: none !important;
  }
}

/*Mobile menu*/
.mean-container.mobile-sticky .mobile-mene-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0px 7px 65px 0px rgb(0 0 0 / 5%);
  transition: background 0.2s ease, padding 0.8s linear;
}

.mean-container .mean-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-bottom: 1px solid rgba(181, 181, 181, 0.3);
  float: none;
  position: relative;
  padding: 10px 15px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.3s linear;
}

.mn-top .mean-container .mean-bar {
  position: fixed;
}

.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}

.mean-container .mean-bar img {
  max-width: 110px;
}

.admin-bar.mean-container .mean-bar {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar.mean-container .mean-bar {
    top: 46px;
  }
}

@media only screen and (max-width: 600px) {
  .admin-bar.mean-container.mn-top .mean-bar {
    top: 0;
  }
}

.rt-slide-nav .offscreen-navigation .sub-menu {
  display: none;
}

.rt-slide-nav .offscreen-navigation ul li {
  border-bottom: 1px solid #e9e9e9;
}

.rt-slide-nav .offscreen-navigation ul li:last-child {
  border-bottom: none;
}

.rt-slide-nav .offscreen-navigation nav>ul>li ul.sub-menu {
  border-top: 1px solid #e9e9e9;
}

.rt-slide-nav .offscreen-navigation li>a {
  display: block;
  position: relative;
  color: #14133b;
  font-size: 15px;
  font-weight: 500;
  background: #ffffff;
  padding-bottom: 7px;
  padding-top: 7px;
  font-family: 'Kanit', sans-serif;
}

.rt-slide-nav .offscreen-navigation ul>li>a {
  padding-left: 25px;
}

.rt-slide-nav .offscreen-navigation ul ul>li>a {
  padding-left: 40px;
}

.rt-slide-nav .offscreen-navigation ul ul ul>li>a {
  padding-left: 55px;
}

.rt-slide-nav .offscreen-navigation .sub-menu li>a {
  font-size: 15px;
  padding-bottom: 10px;
}

.rt-slide-nav .offscreen-navigation nav>ul>li.mega-menu>ul.sub-menu>li ul li a {
  padding: 10px 15px 10px 45px;
}

.rt-slide-nav .offscreen-navigation li.current-menu-item>a,
.rt-slide-nav .offscreen-navigation li.current-menu-parent>a {
  color: #ed1c24;
}

.rt-slide-nav .offscreen-navigation li.menu-item-has-children>a:after {
  content: '\f067';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  transition: .1s;
  right: 15px;
  font-weight: 700;
  position: absolute;
  font-size: 13px;
}

.rt-slide-nav .offscreen-navigation li.menu-item-has-children>a.opened:after {
  content: '\f068';
}

.rt-slide-nav .offscreen-navigation ul li>a:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 0px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  margin: 0;
  background: #6c6c6c;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.rt-slide-nav .offscreen-navigation ul li>a:hover:before {
  background: #ed1c24;
  height: 11px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}

.rt-slide-nav .offscreen-navigation ul ul li>a::before {
  left: 30px;
}

.rt-slide-nav .offscreen-navigation ul ul ul li>a::before {
  left: 45px;
}

.mean-bar .header-btn-new.mobile-btn {
  position: absolute;
  right: 12%;
  top: 8px;
}

.mean-bar .sidebarBtn {
  position: absolute;
  font-size: 20px;
  right: 15px;
  cursor: pointer;
  color: #000000;
}

body .sidebarBtn {
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar {
  background: #000000;
  height: 2px;
  width: 25px;
  display: block;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
  width: 20px;
  margin-left: 5px;
}

body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(2),
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  transform: rotate(-45deg) translate(8px, -8px);
}

.rt-slide-nav {
  position: absolute;
  background: white;
  width: 100%;
  left: 0;
  z-index: 99;
  display: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  box-shadow: 0px 0px 10px 0px #0000001c;
}

.rt-slide-nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}

/*body.slidemenuon{
  overflow:hidden;
}*/
@media only screen and (min-width: 992px) {
  #meanmenu {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-area {
    display: none;
  }
}

.rt-slide-nav nav,
.rt-slide-nav .menu-main-menu-container {
  display: block;
}

.rt-slide-nav nav>ul>li.mega-menu,
.rt-slide-nav nav>ul>li ul.sub-menu li ul,
.rt-slide-nav nav>ul>li>ul.sub-menu {
  position: relative;
  width: 100%;
  transition: inherit;
  transform: inherit;
  background: none;
  box-shadow: none;
  transform-origin: inherit;
  opacity: 1;
  visibility: visible;
  left: 0;
}

/*carticon and search*/
.info-menu-bar {
  display: inline-flex;
  position: absolute;
  right: 73px;
}

@media(max-width: 425px) {
  .info-menu-bar {
    right: 55px;
  }
}

.info-menu-bar a {
  color: #111111;
  font-weight: 500;
}

.info-menu-bar a:hover {
  color: #111111;
}

.info-menu-bar .header-search-box {
  width: 25px;
  margin-left: 14px;
}

/*mobile header topbar*/
.header-style-4 .mobile-top-bar {
  display: none;
}

.mobile-top-bar {
  border-bottom: 1px solid #e1e1e1;
}

.mobile-top-bar .header-top {
  padding: 10px 15px 0;
  text-align: center;
}

.mobile-top-bar .header-social {
  display: block;
  text-align: center;
  margin-bottom: 12px;
}

.mobile-top-bar .header-top>div {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
  line-height: 1;
}

.mobile-top-bar .header-top .icon-left {
  float: left;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ed1c24;
}

.mobile-top-bar .header-top .info {
  float: left;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  color: #14133b;
}

.mobile-top-bar .header-top .info-label {
  display: block;
  color: #76767d;
  font-size: 13px;
}

.mobile-top-bar .header-top .info-text {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Kanit', sans-serif;
}

.mobile-top-bar .header-top .info-text a {
  color: #14133b;
}

.mobile-top-bar .header-top .info-text a:hover {
  color: #ed1c24;
}

.mobile-top-bar .header-right-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.mobile-top-bar .header-button .button-btn {
  margin-left: 20px;
  padding: 8px 18px;
}

.mobile-top-bar .cart-icon-area {
  position: relative;
  margin-left: 15px;
  z-index: 999991;
}

.mobile-top-bar .cart-icon-area .cart-icon-products {
  left: -170px;
}

@media(max-width: 575px) {
  .mobile-top-bar .cart-icon-area .cart-icon-products {
    left: -75px;
  }
}

.mobile-top-bar .cart-icon-area .cart-icon-num {
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: -8px;
  right: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background: transparent;
  line-height: 0;
  color: #14133b;
}

.mobile-top-bar .cart-icon-area a,
.header-style-3.trheader .mobile-top-bar .header-right-wrap .search-icon a,
.header-style-5.trheader .mobile-top-bar .header-right-wrap .search-icon a {
  color: #14133b;
}

.header-style-5.trheader .mobile-top-bar .header-right-wrap .search-icon a {
  width: inherit;
  height: inherit;
}

@media (max-width: 767px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}

/*---------------------------------------------------------
#. Woocommerce
-----------------------------------------------------------*/
.shop-page-top {
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  padding: 20px 20px 0;
  color: #393738;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0;
}

.woocommerce .rt-product-block {
  text-align: center;
}

.woocommerce .rt-product-block ins {
  background-color: transparent;
}

.woocommerce .rt-product-block .rtin-thumb-wrapper {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  padding: 40px 15px;
  background-color: #f8faff;
  transition: all 0.3s ease-in-out;
}

.woocommerce .rt-product-block:hover .rtin-thumb-wrapper {
  box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 9%);
}

.woocommerce .rt-product-block .rtin-thumb img {
  transform: scale(1);
  transition: transform 250ms, filter 15s ease-in-out;
}

.woocommerce .rt-product-block .rtin-buttons-area .btn-title .added_to_cart {
  margin-left: 4px;
}

.woocommerce .rt-product-block .rtin-buttons-area .btn-icons {
  position: absolute;
  top: 0;
  right: 15px;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: all 0.3s ease-in-out;
}

.woocommerce .rt-product-block:hover .rtin-buttons-area .btn-icons {
  top: 55px;
  visibility: visible;
  opacity: 1;
}

.woocommerce .rt-product-block .rtin-buttons-area .btn-icons .yith-wcqv-button,
.woocommerce .rt-product-block .rtin-buttons-area .btn-icons .rdtheme-wishlist-icon {
  display: inline-block;
  line-height: 1;
}

.woocommerce .rt-product-block .rtin-buttons-area a {
  color: #14133b;
  line-height: 1;
}

.woocommerce .rt-product-block .rtin-buttons-area a:hover {
  color: #ed1c24;
}

.woocommerce .rt-product-block:hover .rtin-thumb-wrapper .rtin-thumb img {
  transform: scale(1.05);
}

.woocommerce .rt-product-block .price-title-box {
  margin-top: 22px;
  text-align: left;
}

.woocommerce .rt-product-block .price-title-box .rtin-title {
  margin-bottom: 5px;
}

.woocommerce .rt-product-block .price-title-box .rtin-title a {
  color: #14133b;
}

.woocommerce .rt-product-block .price-title-box .rtin-title a:hover {
  color: #ed1c24;
}

.woocommerce .rt-product-block .price-title-box .rtin-price {
  color: #ed1c24;
  font-size: 18px;
  font-weight: 600;
}

.woocommerce .rt-product-block .price-title-box .rtin-price del {
  color: #a6a6a6;
  font-size: 16px;
}

.product-not-cart .add_to_cart_button.added {
  display: none;
}

.product-in-cart .added_to_cart.wc-forward {
  display: block;
}

.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  border-radius: 0;
  min-height: 15px;
  line-height: 30px;
  padding: 0 15px;
}

.woocommerce ul.products li.product a img.ajax-loading {
  margin: 0;
  width: 15px;
  height: auto;
  display: none;
}

a.rdtheme-wishlist-icon img.ajax-loading {
  display: none;
  width: 20px;
}

.btn-addto-cart i {
  display: none;
}

a.added_to_cart.wc-forward {
  padding: 0;
  margin-left: 10px;
  background: transparent;
  color: #666;
}

a.added_to_cart.wc-forward:hover {
  background: transparent !important;
  color: #ed1c24;
}

.roofix-products-page .pagination {
  margin-top: 20px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 376px) {

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}

/*button style*/
.btn-addto-cart a {
  background: #ed1c24;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 13px;
  padding: 12px 20px 14px 20px;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
  line-height: 1;
}

.btn-addto-cart a:hover {
  color: #ffffff;
  background-color: #14133b;
}

/*------------------- Product Details -------------------*/
.woocommerce .product-details-page {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .woocommerce .product-details-page {
    display: block;
  }
}

.woocommerce div.product .rtin-left {
  width: 45%;
  float: left;
  padding-right: 50px;
}

@media only screen and (max-width: 991px) {
  .woocommerce div.product .rtin-left {
    width: 100%;
    padding-right: 0;
  }
}

.woocommerce div.product .rtin-left span.onsale {
  display: none;
}

.woocommerce div.product .rtin-right {
  overflow: hidden;
  padding-left: 15px;
  -ms-flex: 1;
  flex: 1;
}

.woocommerce div.product .rtin-right .woocommerce-product-rating {
  margin-bottom: 15px;
}

.woocommerce div.product .rtin-right .entry-title {
  margin-bottom: 7px;
}

.woocommerce div.product .rtin-right span.price,
.woocommerce div.product .rtin-right p.price {
  color: #ed1c24;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 3px;
}

.woocommerce div.product .rtin-right span.price del,
.woocommerce div.product .rtin-right p.price del {
  opacity: 1;
  color: #a6a6a6;
  font-size: 16px;
}

.woocommerce div.product .rtin-right form.cart {
  margin-top: 35px;
}

.woocommerce div.product .rtin-right .quantity {
  margin-right: 10px;
}

@media only screen and (max-width: 480px) {
  .woocommerce div.product .rtin-right .quantity {
    margin-bottom: 5px !important;
  }
}

.woocommerce div.product .rtin-right .quantity input.input-text {
  margin: 0 5px;
}

.woocommerce div.product .rtin-right .quantity .quantity-btn {
  line-height: 1;
}

.woocommerce div.product .rtin-right .button.alt {
  margin-left: 3px;
}

@media only screen and (max-width: 480px) {
  .woocommerce div.product .rtin-right .button.alt {
    margin-left: 0;
    margin-bottom: 5px;
  }
}

.woocommerce div.product .rtin-right .variations_form {
  margin-bottom: 20px;
}

.woocommerce div.product .rtin-right .variations_form .variations {
  width: 80%;
  margin-top: 0;
  margin-bottom: 5px;
}

.woocommerce div.product .rtin-right .variations_form .variations tbody td {
  text-align: left;
}

.woocommerce div.product .rtin-right .variations_form .variations tbody td.label {
  width: 80px;
}

.woocommerce div.product .rtin-right .variations_form .variations tbody select {
  padding: 5px;
  padding-left: 15px;
}

.woocommerce div.product .rtin-right .variations_form .variations tbody select {
  background-position: calc(81%) calc(20px), calc(88%) calc(20px), calc(68%) 8px;
}

.woocommerce div.product .rtin-right .variations_form .variations tbody select:focus {
  background-position: calc(87%) 18px, calc(80%) 18px, calc(68%) 8px;
}

.woocommerce div.product .rtin-right .variations_form .variations tbody select:-webkit-focusring,
.woocommerce div.product .rtin-right .variations_form .variations tbody select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.woocommerce div.product .rtin-right .variations_form .single_variation_wrap {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
}

.woocommerce div.product .rtin-right .variations_form .single_variation_wrap span.price {
  margin-bottom: 10px;
  display: inline-block;
}

.woocommerce div.product .rtin-right .wistlist-compare-box {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 480px) {
  .woocommerce div.product .rtin-right .wistlist-compare-box {
    display: block;
  }
}

.woocommerce div.product .rtin-right .wistlist-compare-box a {
  color: #646464;
  margin-right: 30px;
}

@media only screen and (max-width: 480px) {
  .woocommerce div.product .rtin-right .wistlist-compare-box a {
    width: 100%;
  }
}

.woocommerce div.product .rtin-right .wistlist-compare-box a i {
  margin-right: 8px;
}

.woocommerce div.product .rtin-right .wistlist-compare-box a:hover {
  color: #ed1c24;
}

.woocommerce div.product .rtin-right .post-share-btn {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.woocommerce div.product .rtin-right .post-share-btn .item-label {
  width: 70px;
  float: left;
  padding-top: 5px;
  margin-bottom: 0;
  font-weight: 500;
}

.woocommerce div.product .rtin-right .post-share-btn .post-social-sharing {
  overflow: hidden;
}

.woocommerce div.product .rtin-right .post-share-btn .post-social-sharing ul.item-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce div.product .post-social-sharing ul.item-social li {
  float: left;
}

.woocommerce div.product .post-social-sharing ul.item-social li a {
  background: transparent;
  color: #646464;
  padding: 5px 10px;
  display: inline-block;
}

.woocommerce div.product .post-social-sharing ul.item-social li a:hover {
  color: #ed1c24;
}

.woocommerce div.product .slick-slider .slick-slide {
  margin-left: 0;
}

.woocommerce div.product .yith-wcwl-wishlistexistsbrowse,
.woocommerce div.product .yith-wcwl-add-button,
.woocommerce div.product a.compare.button {
  display: none;
}

.woocommerce div.product a.compare.added {
  padding-left: 20px;
  position: relative !important;
}

.woocommerce div.product a.compare.added:before {
  top: 0;
  left: 0;
  content: "\f00c";
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.woocommerce div.product div.images .flex-viewport,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  background-color: #f8faff;
  text-align: center;
  border-radius: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  width: inherit;
  display: inline-block;
  padding: 50px 15px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  background-color: #f8faff;
  border: none;
  text-align: center;
  border-radius: 10px;
  margin-right: 9px;
  width: 23.5%;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 7px;
  }
}

@media (max-width: 991px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 13px;
  }
}

@media (max-width: 767px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 7px;
  }
}

@media (max-width: 425px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 6px;
  }
}

@media (max-width: 375px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 5px;
  }
}

.woocommerce div.product .woocommerce-product-rating {
  display: inline-block;
}

.quantity {
  margin: 0 auto;
  max-width: 160px;
  position: relative;
}

.quantity input.input-text,
.quantity .input-group-btn {
  width: 44px;
  height: 48px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.quantity .input-group-btn {
  position: absolute;
}

.quantity .input-group-btn span.quantity-btn i {
  font-size: 12px;
}

.quantity .input-group-btn.minus {
  left: 0;
}

.quantity .input-group-btn.plus {
  right: 0;
}

.quantity input.input-text {
  height: 48px;
  font-weight: 600;
}

.quantity input.input-text:focus {
  outline: none;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  display: none;
}

.woocommerce .quantity .qty {
  width: 60px;
  text-align: center;
  margin-left: 50px !important;
  margin-right: 50px !important;
}

/*product bottom*/
section.related.products {
  margin-top: 50px;
}

section.related.products h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

section.related.products ul.products li.product {
  margin-bottom: 0;
}

@media(max-width: 768px) {
  section.related.products ul.products li.product {
    margin-bottom: 45px;
  }
}

/*product button*/
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce a.button {
  background: #ed1c24;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 20px 16px 20px;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
  color: #fff;
  background-color: #14133b;
}

.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce button.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce input.button:focus,
.woocommerce a.button:focus {
  outline: none;
  border-radius: 4px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  opacity: 1;
  padding: 15px 20px 16px 20px;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
  color: #fff;
  background-color: #14133b;
}

@media only screen and (max-width: 575px) {

  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    width: 100%;
    text-align: center;
  }
}

.woocommerce .woocommerce-ordering select {
  padding: 0;
  border: none;
  background-color: transparent;
  width: initial;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.woocommerce .star-rating span::before {
  color: #ffba0a;
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  text-align: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  margin: 0 25px 0 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #111111;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #ed1c24;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 3px;
  width: 0;
  background-color: #ed1c24;
  transition: all 240ms ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #ed1c24;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 12px 25px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  text-transform: capitalize;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-size: 16px;
  color: #14133b;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
  border: none;
  margin-right: 25px;
  padding: 0;
  position: inherit;
}

.woocommerce p.stars a {
  color: #ffba0a;
}

.woocommerce #review_form #respond textarea {
  height: 150px;
  padding: 20px;
  border-color: #e4e1e3;
}

.woocommerce #review_form #respond textarea:focus {
  outline: none;
}

.woocommerce span.onsale {
  padding: 0;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 48px;
  width: 110px !important;
  line-height: 40px;
}

.cart-collaterals {
  margin-top: 50px;
}

.cart-collaterals h2 {
  font-size: 30px;
}

.woocommerce-cart table.woocommerce-cart-form__contents {
  border-top: 0;
  border-left: 0;
}

.woocommerce-cart table.woocommerce-cart-form__contents tr th {
  color: #14133b;
  font-weight: 600;
}

.woocommerce-cart table.woocommerce-cart-form__contents tr td,
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
  border: 0;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.woocommerce-cart table.woocommerce-cart-form__contents .product-name a {
  color: #14133b;
  font-weight: 500;
}

.woocommerce-cart table.woocommerce-cart-form__contents .product-name a:hover {
  color: #ed1c24;
}

.woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn {
  line-height: 1;
}

.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #ebebeb;
}

.woocommerce .woocommerce-checkout .form-row {
  padding: 4px;
  margin: 0 0 20px;
}

.woocommerce .woocommerce-checkout .form-row label {
  color: #393738;
  font-weight: 500;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
}

p.return-to-shop {
  margin-bottom: 70px;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper {
  width: 100%;
  height: 40px;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper:focus {
  outline: none;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper input {
  height: 48px;
  padding: 10px 18px;
  border-radius: 4px;
}

.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container .select2-selection--single {
  height: 48px;
  border-radius: 4px;
  line-height: 48px;
  padding-left: 9px;
  padding-right: 9px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.woocommerce-additional-fields span.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
  padding: 10px;
  border-radius: 4px;
}

.wc-order-review-wrapper {
  margin-top: 50px;
}

.woocommerce-order-received .section.content-area {
  padding-top: 110px;
  padding-bottom: 85px;
}

.woocommerce-order-received .section.content-area .woocommerce-order h2 {
  font-size: 30px;
}

.woocommerce .woocommerce-customer-details address {
  padding: 20px 30px;
}

#yith-quick-view-content div.images {
  width: 100%;
}

#yith-quick-view-modal.open .yith-wcqv-main {
  height: auto;
}

.yith-wcqv-main {
  padding: 30px;
}

.yith-wcqv-main h1.product_title.entry-title {
  font-size: 30px;
  margin-bottom: 7px;
}

.yith-wcqv-main .rtin-right p.price {
  color: #ed1c24;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.yith-wcqv-main .rtin-right .product_meta {
  margin-bottom: 20px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 16px;
}

.woocommerce table.shop_table th {
  color: #14133b;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th {
  color: #14133b;
  font-weight: 600;
}

.woocommerce table.shop_table tbody td {
  font-weight: 500;
  padding: 12px 15px;
}

.woocommerce .wishlist-title {
  margin-bottom: 30px;
}

.woocommerce .hidden-title-form {
  display: none;
}

.woocommerce .wishlist-title h2 {
  padding: 0;
  margin-right: 15px;
}

.woocommerce .wishlist-title h2:hover {
  background-color: transparent;
}

.wishlist-title a.show-title-form i {
  display: none;
}

.yith-wcwl-share {
  display: none;
}

.wishlist_table .product-add-to-cart a.button {
  padding: 0;
}

.wishlist_table .product-add-to-cart a.button {
  padding: 10px 30px !important;
}

.wishlist_table td a {
  font-size: 16px;
  margin-right: 10px;
  color: #444444;
}

.wishlist_table td a:hover {
  color: #ed1c24;
}

.wishlist_table td.product-name a.button.yith-wcqv-button {
  font-size: 14px;
}

.wishlist_table td.product-price {
  font-size: 18px;
}

.wishlist_table td.product-price del {
  color: #a6a6a6;
  font-size: 14px;
}

.wishlist_table td.product-price ins {
  background-color: transparent;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: #000;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: #000;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message #add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f8f8f8;
  border-radius: 5px;
}

/*star rating for products*/
.rating-custom .woocommerce-product-rating::after,
.rating-custom .woocommerce-product-rating::before {
  content: ' ';
  display: table;
}

.rating-custom .star-rating {
  margin-top: 5px;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 14px;
  width: 5.4em;
  font-family: star;
}

.rating-custom .star-rating:before {
  content: '\73\73\73\73\73';
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.rating-custom .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.rating-custom .star-rating span:before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  left: 0;
  color: #fcb302;
}

.shop-layout-style1 .rating-custom .woocommerce-product-rating {
  display: inline-block;
}

.rtrs-rating-item {
  margin-bottom: 6px;
}

.rtrs-rating-item .rating-icon i {
  color: #ffc700;
  font-size: 16px;
}

.rtrs-rating-item .rating-icon span {
  color: #14133b;
  font-size: 16px;
  font-weight: 500;
}

/*header cart*/
.header-icon-area .cart-icon-area {
  position: relative;
  margin-left: 15px;
  padding: 25px 0;
  transition: all 0.3s ease-in-out;
}

.rt-sticky .header-icon-area .cart-icon-area {
  padding: 25px 0;
}

.cart-icon-area .cart-icon-num {
  display: inline-block;
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ed1c24;
  line-height: 20px;
  color: #fff;
}

.header-icon-area .cart-icon-area>a {
  color: #14133b;
  width: 40px;
  height: 40px;
  font-size: 15px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background: rgba(5, 84, 242, 0.1);
  border-radius: 50%;
}

.cart-icon-area .cart-icon-products {
  font-size: 14px;
  line-height: 22px;
  background-color: rgba(35, 35, 35, 0.95);
  border-radius: 0 0 4px 4px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 340px;
  max-height: 70vh;
  overflow-y: auto;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
  padding: 15px 0;
  border-radius: 0 0 5px 5px;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  opacity: 0;
  z-index: 100;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}

.cart-icon-area:hover .cart-icon-products {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.cart-icon-area .cart-icon-products .widget_shopping_cart {
  padding: 25px 25px 0;
}

.cart-icon-area .cart-icon-products .widget_shopping_cart .widgettitle {
  color: #ffffff;
  font-weight: 500;
}

.cart-icon-area .cart-icon-products .widget_shopping_cart_content {
  color: #ffffff;
}

.cart-icon-area .cart-icon-products .widget_shopping_cart .mini_cart_item {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-top: 10px;
}

.cart-icon-area .cart-icon-products .widget_shopping_cart .mini_cart_item a {
  color: #ffffff;
  font-weight: 500;
}

.cart-icon-area .cart-icon-products .widget_shopping_cart .total {
  border-top: none;
  padding: 8px 0 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  margin-left: 4px;
  width: 38px;
  background: #fff;
  border-radius: 4px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 6px;
}
.video-default .rtin-video .item-icon 
.woocommerce-MyAccount-navigation ul li a {
  color: #ed1c24;
  font-size: 20px;
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: #ed1c24;
}

.woocommerce .rating-custom .woocommerce-product-rating {
  line-height: 1;
}

.woocommerce ul.products li.product .rating-custom .star-rating {
  display: inline-block;
}

.woocommerce .loader::before {
  display: none;
}

@media(max-width: 767px) {
  .woocommerce-page .content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*compare*/
iframe table.compare-list .add-to-cart td a.add_to_cart_button,
iframe table.compare-list .add-to-cart td a:not(.unstyled_button) {
  background: #ed1c24;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 20px 16px 20px;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
}