/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area


*/
/* Typography
================================================== */
body {
  font-family: "Rubik", sans-serif;
  line-height: 28px;
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.post .entry-header .entry-title {
  color: #002C47;
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 48px;
  line-height: 52px;
}

h2 {
  font-size: 36px;
  line-height: 42px;
}

h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
}

/* Global styles
================================================== */
iframe {
  border: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

a {
  color: #ff5b2e;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #ff5b2e;
}

a.read-more {
  color: #ff5b2e;
  font-weight: 700;
}

a.read-more:hover {
  color: #002C47;
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.p-100 {
  padding: 100px 0 !important;
}

.media > .pull-left {
  margin-right: 20px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.gap-10 {
  clear: both;
  height: 10px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-35 {
  margin-top: 35px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab-60 {
  padding-bottom: 60px;
}

.pab-70 {
  padding-bottom: 70px;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

img:not([draggable]), embed, object, video {
  max-width: 100%;
  height: auto;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  padding: 12px 27px;
  font-weight: 700;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.btn i {
  margin-left: 10px;
}
.btn:active {
  border-color: #ff5b2e !important;
  background: #ff5b2e !important;
  color: #FFFFFF;
}
.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-primary {
  background: #ff5b2e;
  color: #fff;
  border: 1px solid #ff5b2e;
  margin-right: 5px;
}
.btn-primary:hover {
  background: #002C47;
  color: #fff;
  border-color: #002C47;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-solid {
  display: block;
  width: 100%;
}
.btn-solid:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control,
.wpcf7-form-control {
  height: 50px;
  font-size: 14px;
  line-height: 28px;
  padding: 10px 25px;
  border-radius: 0;
}
.form-control:focus,
.wpcf7-form-control:focus {
  border-color: #ff5b2e;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Title*/
.ts-section-title .title-border {
  position: relative;
}
.ts-section-title .title-border:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 40px;
  background: black;
  content: "";
  bottom: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.ts-section-title .section-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 54px;
  font-weight: 400;
}
.ts-section-title .section-title span {
  color: #002C47;
  margin-bottom: 15px;
}
.ts-section-title .title-bold {
  font-size: 64px;
}
.ts-section-title i {
  display: block;
}
.ts-section-title i.icon {
  font-size: 25px;
  color: #c4c4c4;
}
.ts-section-title.title-left .title-border:after {
  right: auto;
}
.ts-section-title.title-right .title-border:after {
  left: auto;
}

.title-bar span {
  display: inline-block;
  background: #ff5b2e;
}
.title-bar span.title-left-bar, .title-bar span.title-right-bar {
  width: 70px;
  height: 2px;
}
.title-bar span.title-middle-bar {
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 25px;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.68);
  z-index: -1;
}

.main-container {
  padding: 80px 0;
}
.main-container.blog, .main-container.blog-single {
  padding-bottom: 50px;
}

.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6f6b6b;
  display: inline-block;
  opacity: 1;
  margin: 0 5px;
  opacity: 0.5;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.owl-carousel .owl-dots .owl-dot.active {
  border-radius: 36px;
  width: 20px;
  background: #ff5b2e;
  position: relative;
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 48px;
  color: #666666;
}
.owl-carousel .owl-nav .owl-prev {
  left: 30px;
}
.owl-carousel .owl-nav .owl-next {
  right: 30px;
}

.img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.ts-overlay-style {
  position: relative;
}
.ts-overlay-style .item, .ts-overlay-style.item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  min-height: 260px;
}
.ts-overlay-style::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-overlay-style:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.ts-overlay-style .post-content {
  padding: 20px 20px 18px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.ts-overlay-style .post-title a {
  color: #fff;
}
.ts-overlay-style .post-meta-info li {
  color: #fff;
}
.ts-overlay-style .post-meta-info li a {
  color: #fff;
}
.ts-overlay-style .inzox-rating .inzox-review-percent span {
  color: #fff;
}
.ts-overlay-style .inzox-rating .inzox-review-percent span.total-avg {
  color: #fff;
}

.post-meta-info {
  padding: 0;
  margin: 0;
}
.post-meta-info li {
  font-size: 12px;
  display: inline-block;
  color: #222222;
  font-weight: 400;
  margin-right: 20px;
  padding-left: 10px;
  position: relative;
}
.post-meta-info li a {
  color: #002C47;
}
.post-meta-info li a:hover {
  color: #ff5b2e;
}
.post-meta-info li i {
  margin-right: 6px;
  font-size: 12px;
  vertical-align: middle;
  font-weight: 700;
}
.post-meta-info li:last-child {
  margin-right: 0;
}
.post-meta-info li:before {
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #ff5b2e;
  content: "";
  margin: auto;
}

/**
 * Theme Name: Inzox
 * Theme URI: https://themeforest.net/user/tripples/portfolio
 * Description: This is a skull theme which we use to develope new themes. 
 * textdomain: inzox, class: Inzox, var: $Inzox, constants: INZOX_, function: inzox
 *
 */
/* Table of Content
********************************
# Reset & Basics
# Basic
# Typography
# Links
# Buttons
# Menu
# Main Content
# Core WordPress
# Search
# Topbar
# Header
# Offset sidebar
# Revulation slider
# Main slider
# Banner
# Intro features
# Testmonial
# Team Style
# Service
# Project
# Contact
# Gallery
# Blog
# Widget
# Footer
# Resonsive
*/
/*===============================
   top bar
================================*/
.topbar {
  padding: 15px 0;
}
.topbar.b-bottom {
  border-bottom: 1px solid #ececec;
}

.topbar-transparent.b-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.topbar-transparent .social-links li a {
  color: #fff;
}

.top-contact-info {
  padding: 0;
  margin: 0;
}
.top-contact-info li {
  list-style-type: none;
  color: #fff;
  font-size: 15px;
  margin-right: 50px;
  display: inline-block;
}
.top-contact-info li:last-child {
  margin-right: 0;
}
.top-contact-info li i {
  margin-right: 10px;
}

.social-links {
  padding: 0;
  margin: 0;
}
.social-links li {
  display: inline-block;
  list-style-type: none;
  padding-right: 15px;
  font-size: 15px;
}
.social-links li:last-child {
  padding-right: 0;
}
.social-links li a {
  color: #2c2c2c;
}
.social-links li a:hover {
  color: #ff5b2e;
}

/*==================================================
 Header
================================================== */
.admin-bar .header-transparent {
  top: 30px;
}

.header .navbar-container .navbar-light {
  padding: 0px;
}
.header .navbar-container .navbar-light .main-menu > li {
  position: relative;
  padding: 0 22px;
}
.header .navbar-container .navbar-light .main-menu > li > a {
  font-weight: 800;
  line-height: 95px;
  position: relative;
  padding: 0;
}
.header .navbar-container .navbar-light .main-menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 10px;
  height: 2px;
  background: #ff5b2e;
  content: "";
  right: 0;
  margin: auto;
  opacity: 0;
}
@media (min-width: 1024px) {
  .header .navbar-container .navbar-light .main-menu > li:first-child {
    padding-left: 0;
  }
}
.header .navbar-container .navbar-light .main-menu li a {
  font-weight: 700;
  color: #002C47;
  text-transform: uppercase;
  font-size: 14px;
}
.header .navbar-container .navbar-light .main-menu li a:hover {
  color: #ff5b2e;
}
.header .navbar-container .navbar-light .main-menu li.active > a, .header .navbar-container .navbar-light .main-menu li.current-menu-item > a {
  color: #ff5b2e;
}
.header .navbar-container .navbar-light .main-menu li.active > a:before, .header .navbar-container .navbar-light .main-menu li.current-menu-item > a:before {
  opacity: 1;
}
.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu {
  padding: 10px 0px;
  min-width: 230px;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  transition: all 500ms ease 0.4s ease;
  -webkit-transition: all 500ms ease 0.4s ease;
  -moz-transition: all 500ms ease 0.4s ease;
  -ms-transition: all 500ms ease 0.4s ease;
  margin: 0;
}
.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li a {
  font-size: 14px;
  border-top: 1px solid #eaeaea;
  line-height: 40px;
}
.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li:first-child > a {
  border-top: none;
}
.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-menu {
    padding-left: 20px;
  }
}
.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-item.active,
.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-item:hover {
  background: transparent;
}
.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li.dropdown {
  position: relative;
}
.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li.dropdown:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  border: 0;
  vertical-align: 0;
  position: absolute;
  right: 10px;
  top: 13px;
  font-weight: 600;
}
@media (min-width: 991px) {
  .header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li.dropdown::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (min-width: 992px) {
  .header .navbar-container .navbar-light .main-menu li:hover > .dropdown-menu {
    display: block;
  }
}
.header .navbar-container .navbar-light .header-book-btn {
  padding-left: 35px;
}
.header .navbar-container .navbar-light .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  border: 0;
  vertical-align: 0;
  float: right;
}
.header .navbar-container .navbar-light .navbar-brand {
  padding: 0;
}

.header-nav-right-info {
  list-style-type: none;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 0;
}
.header-nav-right-info li {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.header-nav-right-info li a i {
  font-size: 20px;
  font-weight: 700;
}
.header-nav-right-info .header-contact-info span {
  display: block;
  font-weight: 700;
  font-size: 20px;
}

.header-transparent {
  display: block;
  clear: both;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
}
@media (min-width: 1200px) {
  .header-transparent:before {
    position: absolute;
    content: "";
    width: calc(50% - 536px + 1em);
    height: 45px;
    background-color: #ff5b2e;
    right: 0px;
    border-right: 0px solid transparent;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.header-transparent .navbar-container .navbar-light .main-menu > li > a {
  color: #fff;
}
.header-transparent .header-nav-right-info li {
  color: #fff;
  margin-right: 30px;
}
.header-transparent .header-nav-right-info li:last-child {
  margin-right: 0;
}
.header-transparent .header-cart .cart-link a {
  color: #fff;
}
.header-transparent .header-cart .cart-link a sup {
  background: #ff5b2e;
  padding: 2px 5px;
  border-radius: 50%;
}
.header-transparent .navSidebar-button {
  display: inline-block;
  background: #ff5b2e;
  color: #fff;
  display: inline-block;
  height: 45px;
  font-size: 20px;
  padding: 0 15px;
  line-height: 48px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .header-transparent .navSidebar-button {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    padding-left: 25px;
    padding-right: 8px;
  }
}

.navbar-light .navbar-toggler {
  background-color: #ff5b2e;
  border-color: transparent;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: none;
}
.navbar-light .navbar-toggler .navbar-toggler-icon i {
  font-size: 28px;
  color: #fff;
}

.header-standard {
  position: absolute;
  left: 0;
  top: 30px;
  width: 96%;
  right: 0;
  margin: auto;
  z-index: 100;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -webkit-box-shadow: 14.387px 13.893px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 14.387px 13.893px 50px 0px rgba(0, 0, 0, 0.05);
}
.header-standard #primary-nav {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.header-standard .header-nav-right-info li {
  margin-right: 30px;
}
.header-standard .header-nav-right-info li:last-child {
  margin-right: 0;
}
.header-standard .header-nav-right-info li a.cart-contents,
.header-standard .header-nav-right-info li a.navSidebar-button {
  color: #222222;
}

@media (min-width: 1200px) {
  .navbar-sticky {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
  }
  .navbar-sticky.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  }
  .navbar-sticky.sticky.header-transparent .nav-logo img {
    margin-bottom: -35px;
    max-width: 100px;
  }
  .navbar-sticky.sticky.header-transparent, .navbar-sticky.sticky.nav-classic-transparent {
    background: #000;
    padding: 0;
  }
  .navbar-sticky.sticky.header-transparent .logo-area, .navbar-sticky.sticky.nav-classic-transparent .logo-area {
    max-width: 89px;
  }
  .navbar-sticky.sticky.header-transparent .navbar-container .navbar-light, .navbar-sticky.sticky.nav-classic-transparent .navbar-container .navbar-light {
    padding-top: 0;
  }
  .navbar-sticky.sticky.header-transparent .navbar-container .navbar-light .main-menu > li > a, .navbar-sticky.sticky.nav-classic-transparent .navbar-container .navbar-light .main-menu > li > a {
    line-height: 80px;
  }
  .navbar-sticky.sticky.nav-classic-transparent .nav-logo img {
    margin-bottom: 0px;
    max-width: 160px;
  }
  .navbar-sticky.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
}
/*  Header Finance  */
.finance-header .main-nav .elementskit-navbar-nav > li > a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0AC668;
  border-bottom: 3px solid #0AC668;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.finance-header .main-nav .elementskit-navbar-nav > li:hover > a:after {
  opacity: 1;
  visibility: visible;
}
.finance-header .main-nav .elementskit-navbar-nav > li.current-menu-item > a:after {
  opacity: 1;
  visibility: visible;
}
.finance-header .main-nav .elementskit-navbar-nav > li.current-menu-parent > a:after {
  opacity: 1;
  visibility: visible;
}

/* =================================================
   offset sidebar
=================================================*/
.xs-sidebar-group {
  position: relative;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 999;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
  cursor: url(../images/cross-out.png), pointer;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.9;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
  background: #000;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px;
  padding-top: 120px;
}

.close-side-widget {
  color: #ff5b2e;
  font-size: 0.88235rem;
  display: block;
}

.close-side-widget i {
  font-size: 20px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.mini_cart_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.xs-empty-content {
  text-align: center;
  padding: 120px 30px 30px;
}

.xs-empty-content .widget-title {
  font-size: 1.29412rem;
  color: #313131;
  font-weight: 600;
}

.xs-empty-content .xs-title {
  margin-bottom: 20px;
  font-size: 1.05882rem;
  color: #313131;
}

.xs-empty-content .woocommerce-mini-cart__empty-message {
  font-size: 1.17647rem;
}

.sidebar-logo-wraper {
  margin-bottom: 30px;
}

.sidebar-textwidget p {
  color: #6d6d6d;
  margin-bottom: 30px;
}

.sideabr-list-widget img {
  margin-right: 15px;
  margin-top: 3px;
}

.off-canvas-desc {
  margin-bottom: 30px;
}

.sideabr-list-widget {
  padding-left: 0;
}
.sideabr-list-widget li {
  margin-bottom: 30px;
  list-style: none;
}
.sideabr-list-widget li i {
  font-size: 20px;
  margin-right: 20px;
  color: #ff5b2e;
  vertical-align: middle;
  line-height: 28px;
}
.sideabr-list-widget p,
.sideabr-list-widget a {
  color: #000;
  margin-bottom: 0;
  display: block;
}

.social-list {
  text-align: center;
  margin-bottom: 40px;
  padding-left: 0;
}
.social-list li {
  display: inline-block;
}
.social-list li a {
  color: #FFFFFF;
  font-size: 0.70176rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 0px;
  display: block;
  text-align: center;
  background: #ff5b2e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.social-list li.ts-facebook a {
  background-color: #4969a8;
}
.social-list li.ts-twitter a {
  background-color: #2aa3ef;
}
.social-list li.ts-linkedin a {
  background-color: #1178b3;
}
.social-list li.ts-instagram a {
  background-color: #e8715c;
}
.social-list li.ts-vimeo a {
  background-color: #1ab7ea;
}

.header-1 > .elementor-row {
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.ts-header-search .input-group input.form-control {
  height: 65px;
  padding-left: 50px;
  padding-right: 15px;
  border: none;
}
.ts-header-search .input-group span.input-group-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 9;
}
.ts-header-search .input-group span.input-group-btn i {
  color: #0F1A54;
}

.social-icon-text .ekit_social_media li a {
  font-size: 12px;
}
.social-icon-text .ekit_social_media li a i::before {
  position: absolute;
  left: -15px;
  top: 0px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ==================
      Main slider
===================== */
.hero-area .owl-dots {
  position: absolute;
  right: 0;
  bottom: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin: auto;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-area .owl-dots .owl-dot {
  display: block;
  margin: 0 10px;
  opacity: 1;
}
.hero-area .owl-dots .owl-dot.active {
  top: 0;
  right: 5px;
}
.hero-area .owl-nav .owl-prev,
.hero-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 48px;
  color: #666666;
}
.hero-area .owl-nav .owl-prev {
  left: 30px;
}
.hero-area .owl-nav .owl-next {
  right: 30px;
}

.slider-table {
  display: table;
  width: 100%;
  height: 100%;
}
.slider-table .slider-owl-image {
  position: absolute;
  right: -40%;
  top: 0px;
  max-width: 800px;
  margin-left: 100px;
}
.slider-table .slider-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.slider-item {
  color: #666666;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.slider-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.slider-item .slider-content .slider-description {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
  font-weight: normal;
  font-family: "Rubik", sans-serif;
}
.slider-item .slider-content .slider-title {
  color: #06175C;
  font-size: 75px;
  line-height: 72px;
  letter-spacing: -0.3px;
  font-weight: bold;
  border-bottom: 2px solid rgba(3, 83, 136, 0.2);
  padding-bottom: 20px;
}
.slider-item .slider-content .slider-title span {
  display: block;
  font-size: 58px;
}
.slider-item .slider-content .slider-info {
  position: relative;
  font-size: 24px;
  letter-spacing: -0.3px;
  font-weight: 400;
  color: #F55C00;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px;
}
.slider-item .slider-content .slider-info .info-before-bar,
.slider-item .slider-content .slider-info .info-after-bar {
  display: block;
  margin-left: 0 !important;
}
.slider-item .slider-content .slider-info .info-before-bar {
  margin-right: 35px;
}
.slider-item .slider-content .slider-info .info-after-bar {
  margin-left: 35px;
}
.slider-item .slider-content .slider-btn-area .btn {
  border-radius: 0;
  font-size: 16px;
  line-height: 28px;
  background: #F55C00;
  font-family: "Rubik", sans-serif;
  padding-left: 40px;
  padding-right: 40px;
}
.slider-item .slider-content .slider-btn-area .btn svg {
  margin-left: 6px;
  top: 2px;
  position: relative;
}
.slider-item .slider-content .slider-btn-area .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #002C47;
  border-color: #002C47;
}

@media (max-width: 991px) {
  .slider-item .slider-content .slider-title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 10px;
  }
  .slider-table .slider-owl-image {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .slider-table .slider-owl-image {
    position: relative;
    display: none;
  }
  .slider-item .slider-content .slider-title {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .hero-area .owl-dots {
    top: auto;
    bottom: 20px;
  }
  .hero-area .slider-item .slider-content .slider-info .info-before-bar,
  .hero-area .slider-item .slider-content .slider-info .info-after-bar {
    display: block;
  }
}
/* owl carousel home slider */
.owl-item.active .slider-item .slider-content p.slider-info {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

.owl-item.active .slider-item .slider-content .slider-title {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  margin-bottom: 30px;
}

.owl-item.active .slider-item .slider-content .slider-description {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  margin-bottom: 30px;
}

.owl-item.active .owl-stage-outer .owl-item.active .slider-item .slider-content .slider-btn-area {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1024px) {
  #rev_slider_4_1_wrapper .inzox.tp-bullets {
    -webkit-transform: matrix(1, 0, 0, 1, 100, -70) !important;
            transform: matrix(1, 0, 0, 1, 100, -70) !important;
  }
}
@media (min-width: 1200px) {
  #rev_slider_4_1 .inzox .tp-bullet,
  #rev_slider_4_1 .inzox .tp-bullet:hover {
    counter-increment: slides-num;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 30px;
    background: transparent;
    height: 30px;
    text-align: center;
    color: #fff;
    left: 0 !important;
    cursor: default;
  }
  #rev_slider_4_1 .inzox .tp-bullet:after {
    display: none;
  }
  #rev_slider_4_1 .inzox .tp-bullet.selected {
    display: block;
  }
  #rev_slider_4_1 .inzox .tp-bullet.selected:after {
    content: "0" counter(slides-num) " / ";
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    color: #e7272d;
  }
  #rev_slider_4_1 .inzox.tp-bullets {
    position: relative;
    max-width: 60px;
    font-weight: 900;
  }
  #rev_slider_4_1 .inzox.tp-bullets::after {
    content: "0" counter(slides-num);
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    color: #fff;
  }
  /* Arrows */
  #rev_slider_4_1 .inzox.tparrows {
    background: transparent;
  }
  #rev_slider_4_1 .inzox.tparrows:hover {
    background: transparent;
  }
  #rev_slider_4_1 .inzox.tparrows::before {
    color: #e7272d;
    font-weight: 700;
    font-size: 18px;
  }
  #rev_slider_4_1 .tp-rightarrow.tparrows.inzox {
    z-index: 33;
  }
}
/* =========================
   Banner 
============================ */
.banner-area {
  padding: 180px 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #EFF3F8;
}
.banner-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 44, 71, 0.8);
}
.banner-area .banner-content {
  padding: 40px 0 45px;
}
.banner-area .banner-content p {
  color: #fff;
}
.banner-area .banner-title {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin-top: 10px;
}
.banner-area .banner-title span {
  color: #ff5b2e;
}
.banner-area .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1600px;
  height: 5011px;
  z-index: 250;
}
.banner-area .breadcrumb {
  text-align: center;
  background: none;
  display: inline-block;
  color: #0F1A54;
  margin: 0;
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}
.home .banner-area .breadcrumb {
  background: transparent;
}
.banner-area .breadcrumb i {
  color: #ff5b2e;
  font-size: 6px;
  vertical-align: middle;
}
.banner-area .breadcrumb li {
  display: inline-block;
  text-transform: cap;
  margin: 0 10px;
  font-size: 15px;
  color: #0F1A54;
}
.banner-area .breadcrumb li a {
  color: #0F1A54;
}
.banner-area .breadcrumb li:last-child {
  color: rgba(15, 26, 84, 0.5);
}
.banner-area.banner-solid {
  padding-top: 70px;
  padding-bottom: 40px;
  background: #ff5b2e;
}
.banner-area.banner-solid:before {
  display: none;
}
.banner-area.banner-solid .banner-title {
  font-size: 48px;
  color: #FFFFFF;
  line-height: 55px;
  margin-top: 80px;
}

.admin-bar .banner-area.banner-solid {
  padding-top: 50px;
}

.main-banner2 {
  overflow: hidden;
}

.ts-banner-sub-title .section-title {
  position: relative;
}
.ts-banner-sub-title .section-title:after {
  content: "";
  right: 0;
  width: 100px;
  height: 2px;
  background: #fbbe36;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.subtitle {
  position: relative;
}
.subtitle::after {
  width: 100px;
  height: 2px;
  background: #e7272d;
  right: 0;
  margin-left: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1500px) {
  .about-intro .ekit-section-parallax-layer {
    left: 27% !important;
  }
}
/*=================
   intro features
================== */
.single-intro-text {
  position: relative;
  padding: 20px;
}
.single-intro-text i {
  font-size: 80px;
  color: #ff5b2e;
  display: inline-block;
}
.single-intro-text .intro-content {
  position: relative;
  z-index: 1;
}
.single-intro-text .intro-content:hover i {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: bounce 0.4s ease-in-out 2 alternate;
  animation: bounce 0.4s ease-in-out 2 alternate;
}
.single-intro-text .ts-title {
  font-size: 36px;
  font-weight: 400;
}
.single-intro-text .ts-title span {
  color: #ff5b2e;
}
.single-intro-text .feature-bg span {
  font-size: 80px;
  color: #f7f7f7;
  position: absolute;
  right: 0;
  bottom: 0;
}

.intro-box-content .elementor-widget-container {
  overflow: hidden;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.stroke-title .elementor-heading-title {
  color: #F6F9FC;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #EFF3F8;
}
.stroke-title.grey .elementor-heading-title {
  color: #F6F9FC;
  -webkit-text-fill-color: #F6F9FC;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}

/*=================================
  Shortcode: Testmonial 
=================================*/
.testimonial-author-content {
  margin: auto;
  padding-top: 30px;
}
.testimonial-author-content .author-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #222;
  display: inline-block;
  bottom: -1px;
}
.testimonial-author-content img {
  width: 100px !important;
  height: auto;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testimonial-author-content .testimonial-text {
  font-style: italic;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
.testimonial-author-content .testimonial-footer span.author-name {
  color: #fff;
}

.testimonial-footer {
  margin-top: 30px;
}

span.author-designation {
  margin-bottom: 20px;
  display: block;
}

.testimonial-carousel.owl-carousel .owl-nav button:focus {
  outline: none;
}

.ts-testimonial-classic .testimonial-author-content p.testimonial-text {
  color: #222222;
}
.ts-testimonial-classic .testimonial-author-content p.testimonial-text i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
}
.ts-testimonial-classic .testimonial-author-content .testimonial-footer span.author-name {
  color: #141414;
}
.ts-testimonial-classic .testimonial-author-content .testimonial-footer span.author-designation {
  color: #666;
}
.ts-testimonial-classic .testimonial-carousel.owl-carousel .owl-dot {
  background: #2c2c2c;
}

.ts-testimonial .testimonial-author-content {
  padding: 40px;
}
.ts-testimonial .testimonial-author-content .testimonial-footer img {
  margin-left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  margin-right: 30px;
}

.testimonial-carousel.owl-carousel.style4 .owl-dots {
  position: absolute;
  left: 54.8%;
  bottom: 0%;
}
.testimonial-carousel.owl-carousel.style4 .author-name {
  position: relative;
}
.testimonial-carousel.owl-carousel.style4 .author-name:after {
  content: "";
  background: #ff5b2e;
  width: 50px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.testimonial-carousel.owl-carousel.style4 .testimonial-thumb img {
  border-radius: 6px;
}

.ts-testimonial-standard .testimonial-author-content p.testimonial-text {
  position: relative;
}
.ts-testimonial-standard .testimonial-author-content p.testimonial-text i {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0;
}

.testimonial-slider.style5 .testimonial-author-content {
  padding: 0px;
}
.testimonial-slider.style5 .testimonial-author-content .testimonial-text {
  font-style: normal;
  color: #666666;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.1px;
}
.testimonial-slider.style5 .testimonial-author-content .testimonial-footer {
  position: relative;
}
.testimonial-slider.style5 .testimonial-author-content .testimonial-footer .testimonial-info .author-name {
  font-size: 18px;
  font-weight: 500;
  color: #0549B1;
}
.testimonial-slider.style5 .testimonial-author-content .testimonial-footer .testimonial-info span.author-designation {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #FF5B2E;
}
.testimonial-slider.style5 .testimonial-author-content .testimonial-footer:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: red;
  top: -15px;
}
.testimonial-slider.style5 .slider-content {
  background: #FFFFFF;
  margin: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.testimonial-slider.style5 .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}
.testimonial-slider.style5 .owl-nav .owl-prev {
  left: 0;
}
.testimonial-slider.style5 .owl-nav .owl-prev i {
  font-size: 18px;
  border: 1px solid #BDD5F0;
  border-radius: 50%;
  padding: 15px;
  color: #0549B1;
}
.testimonial-slider.style5 .owl-nav .owl-prev:hover i {
  border-color: #0549B1;
  color: #fff;
  background: #0549B1;
}
.testimonial-slider.style5 .owl-nav .owl-next {
  right: 10px;
}
.testimonial-slider.style5 .owl-nav .owl-next i {
  font-size: 18px;
  border: 1px solid #BDD5F0;
  border-radius: 50%;
  padding: 15px;
  color: #0549B1;
}
.testimonial-slider.style5 .owl-nav .owl-next:hover i {
  border-color: #0549B1;
  color: #fff;
  background: #0549B1;
}
.testimonial-slider .testimonial-thumb img {
  border-radius: 50%;
  max-width: 50px;
  max-height: 50px;
}

.testimonial-carousel.style4 .owl-item .testimonial-thumb img.testimonial-img {
  max-width: 105px;
  max-height: 105px;
  position: absolute;
  right: 15%;
  bottom: 10%;
  border-radius: 0;
}
.testimonial-carousel.style4 .owl-item .testimonial-thumb .client-logo {
  max-width: 255px;
  max-height: 255px;
  background: #4AE0DF;
  padding: 100px 50px;
}
.testimonial-carousel.style4 .owl-item .testimonial-author-content {
  padding-top: 0;
}
.testimonial-carousel.style4 .owl-item .testimonial-author-content p.testimonial-text {
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #666666;
}
.testimonial-carousel.style4 .owl-item .testimonial-author-content p.testimonial-text i {
  font-size: 50px;
  color: #DF0A0A;
}
.testimonial-carousel.style4 .owl-item .testimonial-author-content .testimonial-footer .testimonial-info .author-name:after {
  display: none;
}
.testimonial-carousel.style4 .owl-item .testimonial-author-content .testimonial-footer .testimonial-info .author-designation {
  display: inline-block;
}
.testimonial-carousel.style4 .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
}
.testimonial-carousel.style4 .owl-nav .owl-prev {
  left: auto;
  right: 70px;
  width: 55px;
  height: 55px;
  color: #DF0A0A;
  background: transparent;
  padding: 2px 0 0 17px;
  border-radius: 50%;
  border: 2px solid rgba(223, 10, 10, 0.2);
}
.testimonial-carousel.style4 .owl-nav .owl-prev i {
  font-size: 15px;
  line-height: 0;
}
.testimonial-carousel.style4 .owl-nav .owl-prev:hover {
  background: #DF0A0A;
  color: #fff;
}
.testimonial-carousel.style4 .owl-nav .owl-next {
  left: auto;
  right: 0px;
  width: 55px;
  height: 55px;
  color: #DF0A0A;
  background: transparent;
  padding: 2px 0 0 17px;
  border-radius: 50%;
  border: 2px solid rgba(223, 10, 10, 0.2);
}
.testimonial-carousel.style4 .owl-nav .owl-next i {
  font-size: 15px;
  line-height: 0;
}
.testimonial-carousel.style4 .owl-nav .owl-next:hover {
  background: #DF0A0A;
  color: #fff;
}

.ts-testimonial .elementskit-testimonial-slider.slick-slider .slick-list .slick-track .slick-slide .ekit_testimonial_style_2 {
  padding: 30px;
}
.ts-testimonial .elementskit-testimonial-slider.slick-slider .slick-list .slick-track .slick-slide .ekit_testimonial_style_2 .elementskit-commentor-content {
  padding-left: 70px;
}
.ts-testimonial .elementskit-testimonial-slider.slick-slider .slick-list .slick-track .slick-slide .ekit_testimonial_style_2 .elementskit-commentor-content .elementskit-client_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.ts-testimonial .elementskit-testimonial-slider.slick-slider .slick-list .slick-track .slick-slide .ekit_testimonial_style_2 .elementskit-commentor-content .elementskit-client_logo img {
  border-radius: 50%;
}
.ts-testimonial .elementskit-testimonial-slider.slick-slider .slick-list .slick-track .slick-slide .ekit_testimonial_style_2 .elementskit-commentor-content .elementskit-profile-info strong {
  display: inline-block;
  padding-right: 5px;
}
.ts-testimonial-style-2 .ekit_testimonial_style_5 .slick-list .slick-track .elementskit-single-testimonial-slider .elementskit-commentor-bio {
  position: absolute;
  bottom: 0;
}

.testimonial-float .elementskit-testimonial-slider .ekit_testimonial_style_2 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.testimonial-float .elementskit-testimonial-slider .ekit_testimonial_style_2 .elementskit-commentor-content p {
  position: absolute;
  max-width: 540px;
  right: 0;
  bottom: -20%;
  padding: 35px 45px 85px;
  background: #EFF3F8;
  border-radius: 8px;
}
.testimonial-float .elementskit-testimonial-slider .ekit_testimonial_style_2 .elementskit-commentor-content .elementskit-profile-info {
  position: absolute;
  right: 15%;
  bottom: -1%;
}
.testimonial-float .elementskit-testimonial-slider .ekit_testimonial_style_2 .elementskit-commentor-content .elementskit-profile-info .elementskit-author-name {
  display: inline-block;
}
.testimonial-float .elementskit-testimonial-slider .ekit_testimonial_style_2 .elementskit-commentor-content .elementskit-border-hr {
  position: absolute;
  bottom: -10px;
  right: 49%;
}
.testimonial-float .elementskit-testimonial-slider .ekit_testimonial_style_2 .elementskit-commentor-content .elementskit-client_logo img {
  border-radius: 8px;
  max-width: 635px;
  max-height: 400px;
}
.testimonial-float .elementskit-testimonial-slider .ekit_testimonial_style_2:hover {
  border-bottom-color: transparent;
}

.inzox-rating .review-chart {
  color: #fff;
  position: relative;
  margin-right: 8px;
}
.inzox-rating .review-chart .icon {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
.inzox-rating .review-chart span.total-avg {
  position: absolute;
  left: 0px;
  right: 0;
  text-align: center;
  line-height: 35px;
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: 700;
}
.inzox-rating .inzox-review-percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inzox-rating .inzox-review-percent span {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 14px;
}

.xs-review-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.xs-review-box .total-reivew-headding,
.xs-review-box .write-reivew-headding {
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.xs-review-box .xs-reviewer-details {
  padding-left: 0;
}
.xs-review-box .xs-reviewer-details .xs-overview-data {
  font-size: 15px;
  font-weight: 500;
}
.xs-review-box .xs-reviewer-details .xs-review-rattting.xs-percentange {
  background: #f7f7f7;
}
.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(1) .data-rat .xs-review-rattting .percentange_check {
  background: #ce96fb;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(206, 150, 251, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(206, 150, 251, 0.3);
}
.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(2) .data-rat .xs-review-rattting .percentange_check {
  background: #ff8fcf;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 143, 207, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(255, 143, 207, 0.3);
}
.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(3) .data-rat .xs-review-rattting .percentange_check {
  background: #00c2ba;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 194, 186, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 194, 186, 0.3);
}
.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(4) .data-rat .xs-review-rattting .percentange_check {
  background: #00c8ff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
}
.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(5) .data-rat .xs-review-rattting .percentange_check {
  background: #ed1c24;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
}
.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(6) .data-rat .xs-review-rattting .percentange_check {
  background: #00a651;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
}
.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(7) .data-rat .xs-review-rattting .percentange_check {
  background: #ff9c00;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
}
.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(8) .data-rat .xs-review-rattting .percentange_check {
  background: #00c8ff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
}
.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(9) .data-rat .xs-review-rattting .percentange_check {
  background: #ed1c24;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
}
.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(10) .data-rat .xs-review-rattting .percentange_check {
  background: #00a651;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
}
.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(11) .data-rat .xs-review-rattting .percentange_check {
  background: #ff9c00;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
}
.xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(12) .data-rat .xs-review-rattting .percentange_check {
  background: #00c8ff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
}
.xs-review-box .review-reviwer-info-section {
  font-size: 15px;
  color: #7c7c7c;
  padding-left: 20px;
}
.xs-review-box .review-reviwer-info-section .xs-reviewer-author {
  text-transform: capitalize;
  font-weight: 400;
}
.xs-review-box .border-div {
  margin: 20px 13px 40px;
}
.xs-review-box .xs-review input,
.xs-review-box .xs-review textarea {
  border-radius: 0;
}
.xs-review-box .xs-review .xs-btn {
  background: #ff5b2e;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  padding: 12px 27px;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.xs-review-box .xs-review .xs-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-style: none;
}
.xs-review-box .xs-review .xs-btn:hover {
  background: #ff4715;
}

.ts-btn-icon-bg .elementor-widget-container .ekit-wid-con .ekit-btn-wraper a.elementskit-btn i {
  background: rgba(255, 255, 255, 0.25);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
}
.ts-btn-icon-bg .elementor-widget-container .mf-btn-wraper .metform-btn i {
  background: rgba(255, 255, 255, 0.25);
  padding: 17px;
  border-radius: 50%;
  line-height: 48px;
  margin-left: 15px;
}

.ts-feature-contact .elementor-icon-list-items li.elementor-icon-list-item span {
  position: relative;
  padding-left: 10px;
}
.ts-feature-contact .elementor-icon-list-items li.elementor-icon-list-item span:before {
  position: absolute;
  content: "";
  background: #FF5B2E;
  left: 0;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
}
.ts-feature-contact .elementor-icon-list-items li.elementor-icon-list-item:first-child span:before {
  top: 10px;
  bottom: auto;
}
.ts-feature-contact.ts-feature-contact-2 .elementor-icon-list-items li.elementor-icon-list-item span {
  padding-left: 20px !important;
}
.ts-feature-contact.ts-feature-contact-2 .elementor-icon-list-items li.elementor-icon-list-item span:before {
  background: #0AC668 !important;
}

.ts-quote-accordion .accoedion-primary .elementskit-card {
  position: relative;
}
.ts-quote-accordion .accoedion-primary .elementskit-card .elementskit-card-header > .elementskit-btn-link[aria-expanded=true]:before {
  position: absolute;
  content: "";
  left: 1px;
  border-left: 1px dashed #FF5B2E;
  width: 1px;
  height: 90px;
  top: 17px;
}
.ts-quote-accordion .accoedion-primary .elementskit-card:before {
  position: absolute;
  content: "";
  background: #FF5B2E;
  left: 0px;
  width: 5px;
  height: 5px;
  top: 11px;
  border-radius: 50px;
}

.ts-blog-meta .elementskit-post-body .post-meta-list > span {
  position: relative;
  padding-left: 10px;
}
.ts-blog-meta .elementskit-post-body .post-meta-list > span:before {
  position: absolute;
  content: "";
  background: #FF5B2E;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.ts-blog-meta .ekit-wid-con .entry-title a:hover {
  opacity: 0.5;
}

.title-border-left .elementskit-section-title-wraper .ekit_heading_separetor_wraper .elementskit-border-divider {
  position: absolute;
  left: 0;
  top: 0;
}

.left-right-border p.elementskit-section-subtitle {
  position: relative;
}
.left-right-border p.elementskit-section-subtitle:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 41%;
  top: 50%;
  background: #0AC668;
}
.left-right-border p.elementskit-section-subtitle:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  right: 41%;
  top: 50%;
  background: #0AC668;
}

.ts-feature-heading .elementskit-section-title-wraper .elementskit-section-title {
  position: relative;
  padding-left: 20px;
}
.ts-feature-heading .elementskit-section-title-wraper .elementskit-section-title:before {
  position: absolute;
  content: "";
  background: #FF5B2E;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ts-feature-heading .elementskit-section-title-wraper p {
  padding-left: 20px;
}

.ts-partners-2 .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide .swiper-slide-inner img.swiper-slide-image {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.ts-partners-2 .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide .swiper-slide-inner img.swiper-slide-image:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.ts-partners-2 .client-logo .logo-item span {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.ts-partners-2 .client-logo .logo-item span:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.ts-copyright .elementor-text-editor p a {
  color: #F77528;
}

.funfact-2 {
  position: relative;
}
.funfact-2 .elementor-counter .elementor-counter-title {
  position: absolute;
  top: 0;
}

/* ========================
 // Team Style
======================= */
.ts-team .ekit-wid-con .profile-square-v .profile-card:hover {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.ts-team .ekit-wid-con .profile-square-v .profile-card:hover a.ekit-team-popup .profile-header::before {
  opacity: 1;
  visibility: visible;
}
.ts-team .ekit-wid-con .profile-square-v .profile-card:hover a.ekit-team-popup .profile-header::after {
  opacity: 1;
  visibility: visible;
}
.ts-team .ekit-wid-con .profile-square-v .profile-card a.ekit-team-popup .profile-header::before {
  position: absolute;
  content: "";
  width: 85%;
  height: 85%;
  background: rgba(255, 91, 46, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.ts-team .ekit-wid-con .profile-square-v .profile-card a.ekit-team-popup .profile-header::after {
  position: absolute;
  content: "\e982";
  font-family: "elementskit";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.ts-overlay-team .image-card-v2 .profile-image-card::before {
  display: none;
}
.ts-overlay-team .image-card-v2 .profile-image-card:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#002c47), color-stop(90%, rgba(0, 44, 71, 0)));
  background: linear-gradient(0deg, #002c47 0%, rgba(0, 44, 71, 0) 90%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0;
  top: 0;
}
.ts-overlay-team .image-card-v2 .profile-image-card .hover-area {
  visibility: visible;
  opacity: 1;
  bottom: -70px;
  top: auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ts-overlay-team .image-card-v2 .profile-image-card:hover .hover-area {
  bottom: -35px;
}
.ts-overlay-team .image-card-v2 .profile-image-card:hover .hover-area .profile-body {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.ts-overlay-team .image-card-v2 .profile-image-card:hover:after {
  height: 20%;
  opacity: 0;
  visibility: hidden;
}

/* ========================
// Contact
======================= */
.contact-info-title .elementskit-section-title-wraper .ekit_heading_separetor_wraper {
  position: absolute;
  top: 15px;
  right: 0;
}

.contact-info .elementor-icon-list-items .elementor-icon-list-item span.elementor-icon-list-icon {
  text-align: left;
  padding: 5px 10px 7px 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.contact-info .elementor-icon-list-items .elementor-icon-list-item span.elementor-icon-list-icon i {
  padding-left: 2px;
}

/* ========================
 video popup
 ======================= */
.video-btn {
  margin: auto;
  font-size: 20px;
  color: #ff5b2e;
  text-align: center;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 3px 0px;
  position: relative;
  display: inline-block;
}
.video-btn i {
  position: relative;
  z-index: 1;
}
.video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border: 20px solid #736969;
  border-radius: 50%;
  -webkit-animation: bubble-ripple 1.5s linear infinite;
  animation: bubble-ripple 1.5s linear infinite;
}
.video-btn .btn-hover-anim {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border: 15px solid #656565;
  border-radius: 50%;
  -webkit-animation: bubble-ripple 2s linear infinite;
  animation: bubble-ripple 2s linear infinite;
}

@-webkit-keyframes bubble-ripple {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes bubble-ripple {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
/* ===================
 Shortcode: Service
======================= */
.ts-services-wrapper .service-item {
  position: relative;
}
.ts-services-wrapper .service-item.service-style-2 {
  position: relative;
}
.ts-services-wrapper .service-item.service-style-2:after {
  content: "";
  position: absolute;
  height: 160px;
  width: 180px;
  background-image: url(../images/service_hover_pattern.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}
.ts-services-wrapper .service-item.service-style-2:hover:after {
  opacity: 0.2;
}
.ts-services-wrapper .service-item.service-style-4 {
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top: 4px solid #DF0A0A;
}
.ts-services-wrapper .service-item.service-style-4 .service-title a {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  font-weight: normal;
}
.ts-services-wrapper .service-item.service-style-4 .services-content {
  position: relative;
}
.ts-services-wrapper .service-item.service-style-4 .services-content p {
  color: #bbbbbb;
}
.ts-services-wrapper .service-item.service-style-4 .services-content .service-read-more a {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  border-radius: 50px;
  display: inline-block;
  line-height: 1;
  height: 70px;
  width: 70px;
  line-height: 68px;
  text-align: center;
}
.ts-services-wrapper .service-item.service-style-4 .icon-container {
  position: relative;
  margin-bottom: 20px;
}
.ts-services-wrapper .service-item.service-style-4 .icon-container img {
  max-width: 76px;
}
.ts-services-wrapper .service-item.service-style-4::before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  content: "";
  background: rgba(16, 16, 16, 0.8);
  z-index: 0;
  opacity: 1;
  visibility: visible;
}
.ts-services-wrapper .service-item.service-style-4:hover .service-read-more a {
  background: #fff;
  color: #DF0A0A;
}
.ts-services-wrapper .service-item.service-style-4:hover .services-content p {
  color: #F9BEBE;
}
.ts-services-wrapper .service-item.service-style-4:hover:before {
  background: #DF0A0A;
}
.ts-services-wrapper .service-item.service-style-4:hover .icon-container {
  margin-bottom: 20px;
}
.ts-services-wrapper .service-item.service-style-5 {
  margin-bottom: 30px;
}
.ts-services-wrapper .service-item.service-style-5 .img-container {
  background: #F2F6FB;
  padding-top: 20px;
}
.ts-services-wrapper .service-item.service-style-5:before {
  opacity: 0;
  visibility: hidden;
}
.ts-services-wrapper .service-item.service-style-5::after {
  content: url(../images/service-red-shape.png);
  position: absolute;
  width: 180px;
  height: 160px;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 2;
}
.ts-services-wrapper .service-item.service-style-5 .services-content {
  padding: 45px 50px 25px 50px;
  border-bottom: 3px solid #FF5B2E;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.03);
}
.ts-services-wrapper .service-item.service-style-5 .service-title a {
  color: #002C47;
  font-size: 26px;
  line-height: 33px;
}
.ts-services-wrapper .service-item.service-style-5 .service-details-hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #ff5b2e;
  z-index: 1;
  padding: 50px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.ts-services-wrapper .service-item.service-style-5 .service-details-hover .icon-container {
  margin-bottom: 30px;
}
.ts-services-wrapper .service-item.service-style-5 .service-details-hover .icon-container img {
  max-width: 76px;
}
.ts-services-wrapper .service-item.service-style-5 .service-details-hover .hover-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #fff;
}
.ts-services-wrapper .service-item.service-style-5 .service-details-hover .hover-content p {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.ts-services-wrapper .service-item.service-style-5 .service-details-hover .hover-content .service-read-more a {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  padding: 0;
  border: 1px solid #FFFFFF;
  display: inline-block;
}
.ts-services-wrapper .service-item.service-style-5:hover:before {
  opacity: 0;
  visibility: hidden;
}
.ts-services-wrapper .service-item.service-style-5:hover::after {
  opacity: 1;
  visibility: visible;
}
.ts-services-wrapper .service-item.service-style-5:hover .service-details {
  opacity: 0;
  visibility: hidden;
}
.ts-services-wrapper .service-item.service-style-5:hover .service-details-hover {
  opacity: 1;
}
.ts-services-wrapper .service-item.service-style-5:hover .service-details-hover .hover-content {
  visibility: visible;
  opacity: 1;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 0;
}
.ts-services-wrapper .service-item.service-style-5:hover .service-details-hover .hover-content a {
  color: #fff;
}
.ts-services-wrapper .service-item.service-style-6 {
  border: 0;
  height: 300px;
  border: 1px solid #E3E6EC;
}
.ts-services-wrapper .service-item.service-style-6 .services-content .service-read-more {
  top: -25px;
  position: relative;
}
.ts-services-wrapper .service-item.service-style-6 .services-content .service-read-more a {
  border: 0;
  padding: 0;
  border-radius: 0;
  display: contents;
}
.ts-services-wrapper .service-item.service-style-6 .service-title a {
  color: #002C47;
  font-size: 26px;
  line-height: 32px;
}
.ts-services-wrapper .service-item.service-style-6 .services-content p {
  color: #646E84;
}
.ts-services-wrapper .service-item.service-style-6 .services-content .service-read-more {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.ts-services-wrapper .service-item.service-style-6 .services-content .service-read-more a {
  position: relative;
}
.ts-services-wrapper .service-item.service-style-6 .services-content .service-read-more a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 55px;
  width: 100px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.ts-services-wrapper .service-item.service-style-6:before {
  background: #fff;
}
.ts-services-wrapper .service-item.service-style-6:hover .services-content p {
  color: #fff;
}
.ts-services-wrapper .service-item.service-style-6:hover .services-content .service-read-more {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.ts-services-wrapper .service-item.service-style-6:hover .services-content .service-read-more a {
  color: #fff;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 10;
}
.ts-services-wrapper .service-item.service-style-6:hover .services-content .service-read-more a i {
  position: relative;
  top: 3px;
  left: 5px;
  font-size: 14px;
}
.ts-services-wrapper .service-item.service-style-6:hover .icon-container {
  display: none;
}
.ts-services-wrapper .service-item.service-style-6:hover:before {
  background: rgba(10, 198, 104, 0.85);
  border-radius: 6px;
}
.ts-services-wrapper .service-item.service-style-6:hover .service-item {
  border: 0;
  background: transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0px 12px 30px rgba(10, 198, 104, 0.2);
          box-shadow: 0px 12px 30px rgba(10, 198, 104, 0.2);
}
.ts-services-wrapper .service-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(210deg, #0080FF 0%, #0050AC 100%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.ts-services-wrapper .service-item .service-title {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.ts-services-wrapper .service-item .service-title a {
  font-size: 24px;
  font-weight: 500;
  color: #002C47;
  line-height: 25px;
  letter-spacing: -0.3px;
}
.ts-services-wrapper .service-item.featured::before, .ts-services-wrapper .service-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.ts-services-wrapper .service-item.featured h3.service-title a, .ts-services-wrapper .service-item:hover h3.service-title a {
  color: #fff;
}
.ts-services-wrapper .service-item.featured .services-content, .ts-services-wrapper .service-item:hover .services-content {
  position: relative;
  z-index: 1;
}
.ts-services-wrapper .service-item.featured .services-content p, .ts-services-wrapper .service-item:hover .services-content p {
  color: #fff;
}
.ts-services-wrapper .service-item.featured .services-content .service-read-more a, .ts-services-wrapper .service-item:hover .services-content .service-read-more a {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.ts-services-wrapper .service-item.featured .services-content .service-read-more a.read-more-icon, .ts-services-wrapper .service-item:hover .services-content .service-read-more a.read-more-icon {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.ts-services-wrapper .service-item.featured .services-content .service-read-more a:hover, .ts-services-wrapper .service-item:hover .services-content .service-read-more a:hover {
  width: auto;
}
.ts-services-wrapper.ts-services-style1 .service-item {
  margin-bottom: 20px;
}
.ts-services-wrapper.ts-services-style1 .service-item .icon-container {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.ts-services-wrapper.ts-services-style1 .service-item .icon-container img {
  max-width: 80px;
  max-height: 80px;
}
.ts-services-wrapper.ts-services-style1 .service-item .services-content .service-read-more a.read-more-icon {
  border: 2px solid rgba(255, 91, 46, 0.1);
  padding: 0;
  border-radius: 5em;
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.ts-services-wrapper.ts-services-style1 .service-item .services-content .service-read-more a.read-more-icon span {
  text-indent: -50px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  margin: 0 15px 0 30px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.ts-services-wrapper.ts-services-style1 .service-item .services-content .service-read-more a.read-more-icon i {
  font-size: 12px;
  line-height: 12px;
  padding-left: 0;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 11px;
}
.ts-services-wrapper.ts-services-style1 .col-lg-4 {
  padding: 0px;
}
.ts-services-wrapper.ts-services-style1 .service-style-1 {
  padding: 50px 50px 40px 50px;
}
.ts-services-wrapper.ts-services-style1 .service-style-1:after {
  content: url(../images/service_hover_shape.png);
  position: absolute;
  width: 180px;
  height: 160px;
  top: 0;
  right: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.ts-services-wrapper.ts-services-style1 .service-style-1:hover h3.service-title a {
  color: #fff;
}
.ts-services-wrapper.ts-services-style1 .service-style-1:hover .services-content p {
  color: #fff;
}
.ts-services-wrapper.ts-services-style1 .service-style-1:hover .services-content .service-read-more a {
  color: #fff;
}
.ts-services-wrapper.ts-services-style1 .service-style-1:hover .services-content .service-read-more a.read-more-icon {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.ts-services-wrapper.ts-services-style1 .service-style-1:hover .services-content .service-read-more a:hover {
  width: auto;
}
.ts-services-wrapper.ts-services-style1 .service-style-1:hover .services-content .service-read-more a:hover span {
  text-indent: 0px;
  opacity: 1;
  visibility: visible;
}
.ts-services-wrapper.ts-services-style1 .service-style-1:hover:after {
  visibility: visible;
  opacity: 0.8;
}
.ts-services-wrapper.ts-services-style1 .service-style-1.featured::after {
  visibility: visible;
  opacity: 0.8;
}
.ts-services-wrapper.ts-services-style1 .service-style-1.featured .services-content .service-read-more a {
  color: #fff;
}
.ts-services-wrapper.ts-services-style1 .service-style-1.featured .services-content .service-read-more a.read-more-icon {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.ts-services-wrapper.ts-services-style1 .service-style-1.featured .services-content .service-read-more a:hover {
  width: auto;
}
.ts-services-wrapper.ts-services-style1 .service-style-1.featured .services-content .service-read-more a:hover span {
  text-indent: 0px;
  opacity: 1;
  visibility: visible;
}
.ts-services-wrapper .service-style-1:hover .services-content .service-read-more a {
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.ts-services-wrapper .service-style-1:hover .services-content .service-read-more a.read-more-icon {
  color: #FFFFFF;
}
.ts-services-wrapper .service-style-1:hover:after {
  visibility: visible;
  opacity: 0.8;
}
.ts-services-wrapper .service-style-2 .service-details {
  padding: 28px 40px 45px 40px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
}
.ts-services-wrapper .service-style-2 .service-details .services-content {
  position: relative;
  z-index: 1;
}
.ts-services-wrapper .service-style-2 .service-details .services-content .service-read-more a.read-more-icon {
  border: 2px solid rgba(255, 91, 46, 0.1);
  padding: 10px 20px;
  border-radius: 100px;
  background: #fff;
}
.ts-services-wrapper .service-style-2 .service-details .services-content .service-read-more a.read-more-icon i {
  font-size: 12px;
  line-height: 12px;
}
.ts-services-wrapper .service-style-2:hover::before {
  opacity: 1;
  visibility: visible;
}
.ts-services-wrapper .service-style-2:hover .service-details .service-title a {
  color: #fff;
}
.ts-services-wrapper .service-style-2:hover .service-details .services-content p {
  color: #fff;
}

.ts-services-style3 .service-item {
  padding: 20px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}
.ts-services-style3 .service-details {
  padding: 30px 15px 15px 15px;
}
.ts-services-style3 .service-details h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.ts-services-style3 .service-details a.read-more-icon {
  display: block;
  width: 100%;
  border: 1px solid #FF5B2E;
  padding: 5px 0;
  color: #FF5B2E;
}
.ts-services-style3 .services-content p {
  line-height: 26px;
}
.ts-services-style3 .service-item:hover {
  background: none;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  margin-top: -15px;
}
.ts-services-style3 .service-item:hover h3.service-title a {
  color: #FF5B2E;
}
.ts-services-style3 .service-item:hover .services-content p {
  color: #7a7a7a;
}
.ts-services-style3 .service-item:hover a.read-more-icon {
  background: #FF5B2E;
  color: #fff;
}

.ts-service-cta .cta-details .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px;
  border-radius: 50px;
}

.ts-single-service-menu-list .elementor-icon-list-items .elementor-icon-list-item a .ekit_page_list_content .elementor-icon-list-icon {
  position: absolute;
  right: 25px;
  color: #002C47;
}

/* =================================
   Shortcode: Project
================================== */
.project-wrapper .project-item {
  position: relative;
  margin-bottom: 30px;
}
.project-wrapper .project-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 44, 71, 0.9);
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.project-wrapper .project-item .project-thumb {
  position: relative;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F5F8FC;
}
.project-wrapper .project-item .project-content {
  z-index: 1;
  opacity: 0;
  bottom: -20px;
  visibility: hidden;
  position: absolute;
  padding: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project-wrapper .project-item .project-content .project-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.2px;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project-wrapper .project-item .project-content .project-title a {
  color: #fff;
}
.project-wrapper .project-item .project-content p {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.1px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project-wrapper .project-item .project-content .project-read-more a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  border-radius: 100px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project-wrapper .project-item .project-content .project-read-more a i {
  font-weight: 600;
  padding-left: 5px;
}
.project-wrapper .project-item .project-content .project-read-more a:hover {
  background: #FFFFFF;
  color: #002C47;
  border-color: #FFFFFF;
}
.project-wrapper .project-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.project-wrapper .project-item:hover .project-content {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.project-wrapper .project-thumb {
  height: 540px;
  background-size: cover;
}
.project-wrapper .project-content {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .project-wrapper .project-content {
    padding: 30px;
  }
}
.project-wrapper .project-content .poroject-icon {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}
.project-wrapper .project-content .poroject-icon img {
  width: 100%;
}
.project-wrapper .project-content .project-title {
  position: relative;
  padding-bottom: 20px;
}
.project-wrapper .project-content .project-title a {
  font-size: 36px;
  line-height: 47px;
  color: #002C47;
}
.project-wrapper .project-content .project-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #ff5b2e;
}
.project-wrapper .project-content .project-description {
  margin-bottom: 30px;
}
.project-wrapper .project-content .project-description p {
  font-size: 17px;
  margin-bottom: 0;
}
.project-wrapper .project-content .progress-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
.project-wrapper .project-content .progress-wrapper .progress-chart {
  width: 115px;
  height: 115px;
  margin-right: 20px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-wrapper .project-content .progress-wrapper .progress-chart span {
  font-size: 36px;
  font-weight: 600;
  font-family: "Yantramanav", sans-serif;
  color: #002C47;
}
.project-wrapper .project-content .progress-wrapper .progress-chart canvas {
  position: absolute;
}
.project-wrapper .project-content .progress-wrapper .progress-content {
  max-width: 250px;
}
.project-wrapper .project-content .progress-wrapper .progress-content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #002C47;
}
.project-wrapper .project-content .inzox-btn {
  background: #ff5b2e;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: capitalize;
  padding: 19px 75px 19px 35px;
  position: relative;
  border-radius: 30px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.project-wrapper .project-content .inzox-btn i {
  background: rgba(255, 255, 255, 0.25);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-wrapper .project-content .inzox-btn:hover {
  background: #002C47;
}
.project-wrapper .owl-nav {
  position: absolute;
  bottom: -50px;
  width: 120px;
}
.project-wrapper .owl-nav .owl-prev,
.project-wrapper .owl-nav .owl-next {
  width: 52px;
  height: 52px;
  background: transparent;
  border: 1px solid rgba(240, 240, 240, 0.25);
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 52px;
  position: absolute;
  left: 0;
  top: 0;
}
.project-wrapper .owl-nav .owl-prev i,
.project-wrapper .owl-nav .owl-next i {
  color: inherit;
}
.project-wrapper .owl-nav .owl-prev:hover,
.project-wrapper .owl-nav .owl-next:hover {
  background: #FFFFFF;
  border-color: transparent;
  color: #002C47;
}
.project-wrapper .owl-nav .owl-next {
  left: 65px;
}
.project-wrapper .project-carousel-style3 .project-content-inner {
  position: relative;
}
.project-wrapper .project-carousel-style3 .project-content-inner .project-thumb {
  position: relative;
}
.project-wrapper .project-carousel-style3 .project-content-inner .project-thumb::before {
  position: absolute;
  content: "";
  background: url(../images/banner/overlay-shape.png);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.project-wrapper .project-carousel-style3 .project-content-inner .project-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--overlay-color);
  z-index: 1;
  mix-blend-mode: color;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.project-wrapper .project-carousel-style3 .project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px;
}
.project-wrapper .project-carousel-style3 .project-content .poroject-icon {
  width: 45px;
  height: 45px;
  position: relative;
  z-index: 1;
  margin: 0;
}
.project-wrapper .project-carousel-style3 .project-content .poroject-icon img {
  width: 100%;
}
.project-wrapper .project-carousel-style3 .project-content .bottom-content {
  position: absolute;
  z-index: 1;
  bottom: 15px;
}
.project-wrapper .project-carousel-style3 .project-content .bottom-content .project-title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0;
  z-index: 1;
}
.project-wrapper .project-carousel-style3 .project-content .bottom-content .project-title a {
  color: #FFFFFF;
}
.project-wrapper .project-carousel-style3 .project-content .bottom-content .project-title::after {
  display: none;
}
.project-wrapper .project-carousel-style3 .project-content .bottom-content .projects-category-lists {
  margin-bottom: 15px;
  padding: 0;
}
.project-wrapper .project-carousel-style3 .project-content .bottom-content .projects-category-lists li a {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
}
.project-wrapper .project-carousel-style3 .project-content .bottom-content .projects-category-lists li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 22px;
  height: 2px;
  background: #FFFFFF;
}
.project-wrapper .project-carousel-style3 .owl-nav {
  left: auto;
  right: 0;
}
.project-wrapper .project-carousel-style3 .owl-nav .owl-prev,
.project-wrapper .project-carousel-style3 .owl-nav .owl-next {
  border-radius: 0;
  background: #0549B1;
  color: #ff5b2e;
}
.project-wrapper .project-carousel-style3 .owl-nav .owl-prev:hover,
.project-wrapper .project-carousel-style3 .owl-nav .owl-next:hover {
  background: #002C47;
  color: #FFFFFF;
}
.project-wrapper .project-carousel-style3 .owl-nav .owl-next {
  left: 54px;
}
.project-wrapper .project-carousel-style5 .project-item .project-content {
  opacity: 1;
  bottom: -20px;
  visibility: visible;
  position: relative;
  padding: 0;
}
.project-wrapper .project-carousel-style5 .project-item .project-content .project-title {
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 10px;
}
.project-wrapper .project-carousel-style5 .project-item .project-content .project-title a {
  color: #002C47;
}
.project-wrapper .project-carousel-style5 .project-item .project-content .project-title:after {
  display: none;
}
.project-wrapper .project-carousel-style5 .project-item .project-content p {
  color: #646E84;
  padding-right: 20px;
}
.project-wrapper .project-carousel-style5 .project-item:after {
  display: none;
}
.project-wrapper .project-carousel-style5 .project-item .project-read-more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  left: 44%;
  padding: 0 0 0 25px;
  border-radius: 50px;
  width: 72px;
  background: #5CD194;
  line-height: 72px;
  height: 72px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.project-wrapper .project-carousel-style5 .project-item .project-read-more a {
  color: #fff;
  font-size: 20px;
}
.project-wrapper .project-carousel-style5 .project-item .project-thumb {
  border-radius: 6px;
}
.project-wrapper .project-carousel-style5 .project-item:hover .project-thumb {
  -webkit-box-shadow: 0px 8px 30px rgba(0, 44, 71, 0.15);
          box-shadow: 0px 8px 30px rgba(0, 44, 71, 0.15);
  border-radius: 6px;
}
.project-wrapper .project-carousel-style5 .project-item:hover .project-thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(10, 198, 104, 0.9);
  border-radius: 6px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.project-wrapper .project-carousel-style5 .project-item:hover .project-read-more {
  opacity: 1;
  visibility: visible;
}
.project-wrapper .project-carousel-style5 .owl-nav {
  right: 0 !important;
  top: -15% !important;
}
.project-wrapper .project-carousel-style5 .owl-nav .owl-prev,
.project-wrapper .project-carousel-style5 .owl-nav .owl-next {
  color: #0F1A54;
  border: 1px solid #E3E6EC;
}
.project-wrapper .project-carousel-style5 .owl-nav .owl-prev:hover,
.project-wrapper .project-carousel-style5 .owl-nav .owl-next:hover {
  color: #fff;
  background: #0AC668;
  border: 1px solid #0AC668;
}

/* ============================
 Shortcode: Inzox Gallery
=============================== */
.ts-filter .elementskit_filter_style_six > li > a > .elementskit_filter_nav_text::before {
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.ts-filter .ekit-wid-con .elementskit-main-filter > li > a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  background: #FF5B2E;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ts-filter .ekit-wid-con .elementskit-main-filter > li:first-child a {
  padding-left: 0;
}
.ts-filter .ekit-wid-con .elementskit-main-filter > li:first-child a::before {
  display: none;
}
.ts-filter .elementskit-single-portfolio-item .elementskit-gallery-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}
.ts-filter-style2 .ekit_gallery_grid_wraper .elementskit-single-portfolio-item .elementskit-gallery-icon {
  position: absolute;
  right: 70px;
  top: 70px;
}
.ts-filter-style2 .ekit_gallery_grid_wraper .elementskit-single-portfolio-item .ekit-gallery-image-overlay {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.ts-filter-style3 .ekit-wid-con .elementskit-single-portfolio-item .elementskit-hover-area .elementskit-hover-content {
  background: #FFFFFF;
  width: calc(100% - 40px);
  margin: auto;
  padding: 30px;
  left: 20px;
}
.ts-filter-style3 .ekit-wid-con .elementskit-single-portfolio-item .elementskit-gallery-icon {
  width: 70px;
  height: 70px;
  background: #002C47;
  line-height: 65px;
  border-radius: 50%;
}
.ts-filter-style3 .ekit-wid-con .elementskit-single-portfolio-item:hover .elementskit-hover-content.ekit_vertical_alignment_bottom {
  bottom: 20px;
}
.ts-filter-style4 .elementskit-portfolio-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 91, 46, 0.85);
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.ts-filter-style4 .elementskit-single-portfolio-item:hover .elementskit-portfolio-thumb::before {
  opacity: 1;
  visibility: visible;
}

.elementor-lightbox .dialog-widget-content {
  width: 100%;
}

@media (max-width: 1024px) {
  .cases-pie-chart .ekit-wid-con .ekit-single-piechart p {
    display: none;
  }
}
/*================================
      ts-footer
 ==================================*/
.footer-bar {
  border-top: 1px solid #3c3c3c;
  margin-top: 15px;
}

.ts_footer .elementor-widget-container .elementor-icon-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ts_footer .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-right: 15px !important;
}

.footer-logo-area {
  margin-bottom: 50px;
  position: relative;
}
.footer-logo-area .footer-logo img {
  max-width: 190px;
}
.footer-logo-area:before, .footer-logo-area:after {
  position: absolute;
  top: 0;
  width: 40%;
  height: 1px;
  background: #3c3c3c;
  content: "";
  bottom: 0;
  margin: auto;
}
.footer-logo-area:before {
  left: 0;
}
.footer-logo-area:after {
  right: 0;
}

.footer-widget {
  text-align: center;
}
.footer-widget p {
  color: #aaaaaa;
  font-size: 14px;
}
.footer-widget p strong a {
  font-size: 20px;
  color: #002C47;
}
.footer-widget ul li {
  color: #aaaaaa;
}
.footer-widget ul li a {
  color: #aaaaaa;
}
.footer-widget .instagram_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-widget .instagram_photo a {
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  margin: 0 3px;
  overflow: hidden;
}

.finance-cases .menu-project-menu-container ul.menu li.menu-item:marker {
  display: none;
}
.copyright {
  padding: 28px 0;
}
.copyright .copyright-text {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}
.copyright .copyright-text a {
  color: #ff5b2e;
}
.copyright .footer-social {
  text-align: right;
}
.copyright .footer-social ul {
  margin: 0;
}
.copyright .footer-social li {
  list-style: none;
  display: inline-block;
}
.copyright .footer-social li a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #2a2a2a;
  margin-right: 5px;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.copyright .footer-social li a:hover i {
  color: #fff !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.copyright .footer-social li.ts-facebook a i {
  background: #3b5998;
}
.copyright .footer-social li.ts-twitter a i {
  background: #55acee;
}
.copyright .footer-social li.ts-linkedin a i {
  background: #0077b5;
}
.copyright .footer-social li.ts-pinterest a i {
  background: #bd081c;
}
.copyright .footer-social li.ts-tumblr a i {
  background: #00405d;
}
.copyright .footer-social li.ts-instagram a i {
  background: #3f729b;
}
.copyright .footer-social li.ts-youtube-play a i {
  background: #cd201f;
}

.newsletter-form .form-control {
  border-radius: 36px;
  border: none;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
}
.newsletter-form .form-group {
  padding: 0;
}

.ts-footer {
  background-color: #191919;
  position: relative;
}
.ts-footer .widget-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}
.ts-footer .footer-center-widget p {
  padding-top: 33px;
  padding-right: 56px;
}
.ts-footer .ts-subscribe {
  padding-left: 80px;
}
.ts-footer .ts-subscribe .newsletter-form {
  position: relative;
}
.ts-footer .ts-subscribe .newsletter-form .btn-group {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.ts-footer .ts-subscribe .newsletter-form .btn-group .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 0;
  font-size: 20px;
  padding: 0 20px;
}
.ts-footer .ts-subscribe .newsletter-form .btn-group .btn i {
  margin: 0;
}
.ts-footer .ts-subscribe .btn-mail {
  background: #cc9966;
  margin-left: -3px;
  border: none;
  padding: 5px;
  height: 50px;
}
.ts-footer .ts-subscribe .btn-mail i {
  color: #fff;
  padding: 15px;
  width: 20px;
  height: 22px;
}
.ts-footer .ts-subscribe input[type=email] {
  background: #333333;
  color: #fff;
  padding: 12px;
  border: none;
  width: 100%;
  text-indent: 10px;
}
.ts-footer .ts-subscribe input[type=email]::-webkit-input-placeholder {
  color: #f7f7f7;
}
.ts-footer .ts-subscribe input[type=email]::-moz-placeholder {
  color: #f7f7f7;
}
.ts-footer .ts-subscribe input[type=email]:-ms-input-placeholder {
  color: #f7f7f7;
}
.ts-footer .ts-subscribe input[type=email]::-ms-input-placeholder {
  color: #f7f7f7;
}
.ts-footer .ts-subscribe input[type=email]::placeholder {
  color: #f7f7f7;
}
.ts-footer .footer-menu {
  padding: 0;
  margin: 0;
}
.ts-footer .footer-menu li {
  display: inline-block;
}
.ts-footer .footer-menu li a {
  color: #aaaaaa;
  font-size: 14px;
  line-height: 24px;
}
.ts-footer .footer-menu li a:hover {
  color: #ff5b2e;
}
.ts-footer .footer-menu li:first-child a {
  padding-left: 0;
}

.service-time {
  list-style-type: none;
  padding: 0;
}
.service-time li {
  display: block;
  clear: both;
  padding: 10px 0;
  border-bottom: 1px dashed #eeeeee;
}
.service-time li span:last-of-type {
  float: right;
}

.ts-footer-two:before {
  display: none;
}
.ts-footer-two .widget-title {
  color: #29361a;
}
.ts-footer-two p,
.ts-footer-two .footer-menu li a,
.ts-footer-two .copyright-text {
  color: #838b7a;
}
.ts-footer-two .footer-bar {
  border-top: 1px solid #e3e8db;
}

.ts-footer-news .ekit-wid-con .elementskit-blog-block-post .elementskit-post-body .elementskit-entry-header {
  margin-bottom: 15px;
}
.ts-footer-news .ekit-wid-con .elementskit-blog-block-post .elementskit-post-body .elementskit-entry-header .post-meta-list {
  margin-bottom: 0px;
}
.ts-footer-news .ekit-wid-con .elementskit-blog-block-post .elementskit-post-body .elementskit-entry-header .post-meta-list > span {
  position: relative;
  padding-left: 10px;
}
.ts-footer-news .ekit-wid-con .elementskit-blog-block-post .elementskit-post-body .elementskit-entry-header .post-meta-list > span:before {
  position: absolute;
  content: "";
  background: #FF5B2E;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.ts-footer-news .ekit-wid-con .col-md-12:last-child .elementskit-blog-block-post {
  border: none;
}

.ts-footer-menu .menu-footer-menu-container ul.menu {
  padding: 0;
  list-style: none;
}
.ts-footer-menu .menu-footer-menu-container ul.menu li.menu-item {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
.ts-footer-menu .menu-footer-menu-container ul.menu li.menu-item a {
  color: #BDD5F0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: -0.1px;
}
.ts-footer-menu .menu-footer-menu-container ul.menu li.menu-item a:before {
  position: absolute;
  content: "";
  background: #FF5B2E;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.ts-footer-menu .menu-footer-menu-container ul.menu li.menu-item a:hover {
  color: #FF5B2E;
}

.ts-footer-bottom-list-menu ul.elementor-icon-list-items li.elementor-icon-list-item a {
  position: relative;
  padding-left: 10px;
}
.ts-footer-bottom-list-menu ul.elementor-icon-list-items li.elementor-icon-list-item a span:before {
  position: absolute;
  content: "";
  background: #FF5B2E;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.ts-footer-working-hour ul.elementor-icon-list-items li {
  padding-left: 10px;
}
.ts-footer-working-hour ul.elementor-icon-list-items li span:before {
  position: absolute;
  content: "";
  background: #FF5B2E;
  width: 5px;
  height: 5px;
  top: 8px;
  left: 0;
  border-radius: 50%;
}

.ts-footer-get-in-touch ul.elementor-icon-list-items li {
  padding-left: 10px;
}
.ts-footer-get-in-touch ul.elementor-icon-list-items li span:before {
  position: absolute;
  content: "";
  background: #FF5B2E;
  width: 5px;
  height: 5px;
  top: 12px;
  left: 0;
  border-radius: 50%;
}

.ts-tab-accordion .elementskit-accordion .elementskit-card .collapse .elementskit-card-body p img {
  position: absolute;
  left: -110%;
  top: 0;
}
.ts-tab-accordion .elementskit-accordion .elementskit-card .ekit_accordion_icon_group {
  background: rgba(10, 198, 104, 0.1);
  padding: 10px;
  border-radius: 50px;
}
.ts-tab-accordion .elementskit-accordion .elementskit-card .elementskit-card-body ul li.tabs-li:before {
  position: absolute;
  content: "\f00c";
  left: 35px;
  font-family: "FontAwesome";
  color: #0AC668;
}

.faq .elementor-accordion .elementor-tab-title {
  border-bottom: 1px solid #ededed;
}
.faq .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active {
  border-bottom: 1px solid #ededed !important;
}
.faq .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-title {
  border: none;
}
.faq .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e7272d;
  padding: 3px 10px;
  color: #fff;
  font-size: 19px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(231, 39, 45, 0.3);
          box-shadow: 0px 10px 20px 0px rgba(231, 39, 45, 0.3);
}

/*================================
   Error page
==================================*/
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/*================================
   back to top
==================================*/
.BackTo {
  background: #ff5b2e none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 75px;
  color: #fff;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
}
.BackTo a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 2px;
}

.ts-scroll-box {
  position: relative;
}
.ts-scroll-box .BackTo {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.ts-scroll-box .BackTo a {
  color: inherit;
}
.ts-scroll-box.custom .BackTo {
  position: fixed;
  display: none;
  right: 18px;
  bottom: 18px;
}

/* ===========================
  // Preloader
=========================== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  overflow: hidden;
  background-color: #002C47;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

#preloader.loaded {
  top: -200%;
}
#preloader.loaded .preloader-cancel-btn-wraper {
  bottom: 200%;
}

.preloader-cancel-btn-wraper {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.preloader-cancel-btn-wraper .preloader-cancel-btn {
  border-radius: 36px;
  font-size: 11px;
  padding: 13px 23px;
  background: transparent;
  border-color: #fff;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.elementor-button:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.inzox-btn .ekit-btn-wraper a.elementskit-btn i,
.inzox-btn .ekit-btn-wraper .metform-btn i,
.inzox-btn .mf-btn-wraper a.elementskit-btn i,
.inzox-btn .mf-btn-wraper .metform-btn i {
  position: relative;
  overflow: hidden;
}
.inzox-btn .ekit-btn-wraper a.elementskit-btn i::after,
.inzox-btn .ekit-btn-wraper .metform-btn i::after,
.inzox-btn .mf-btn-wraper a.elementskit-btn i::after,
.inzox-btn .mf-btn-wraper .metform-btn i::after {
  position: absolute;
  content: "";
  top: 0;
  width: 0px;
  height: 50px;
  right: 0;
  background: rgba(109, 35, 15, 0.4);
  bottom: 0;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.inzox-btn .ekit-btn-wraper a.elementskit-btn i::before,
.inzox-btn .ekit-btn-wraper .metform-btn i::before,
.inzox-btn .mf-btn-wraper a.elementskit-btn i::before,
.inzox-btn .mf-btn-wraper .metform-btn i::before {
  position: relative;
  z-index: 1;
}
.inzox-btn .ekit-btn-wraper a.elementskit-btn:hover i::after,
.inzox-btn .ekit-btn-wraper .metform-btn:hover i::after,
.inzox-btn .mf-btn-wraper a.elementskit-btn:hover i::after,
.inzox-btn .mf-btn-wraper .metform-btn:hover i::after {
  opacity: 1;
  left: 0;
  right: auto;
  width: 50px;
}

@-webkit-keyframes ts_button_animation {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  50% {
    -webkit-transform: translateX(20px) scale(0);
            transform: translateX(20px) scale(0);
  }
  80% {
    -webkit-transform: translateX(-3px) scale(0);
            transform: translateX(-3px) scale(0);
  }
  100% {
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
}

@keyframes ts_button_animation {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  50% {
    -webkit-transform: translateX(20px) scale(0);
            transform: translateX(20px) scale(0);
  }
  80% {
    -webkit-transform: translateX(-3px) scale(0);
            transform: translateX(-3px) scale(0);
  }
  100% {
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
}
.btn-animate .ekit-btn-wraper a.elementskit-btn i {
  position: relative;
}
.btn-animate .ekit-btn-wraper a.elementskit-btn i::before {
  position: absolute;
  left: 17px;
  top: 15px;
}
.btn-animate .ekit-btn-wraper a.elementskit-btn:hover i::before {
  -webkit-animation: ts_button_animation 0.5s;
          animation: ts_button_animation 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.btn-animate .mf-btn-wraper .metform-btn i::before {
  position: absolute;
  left: 17px;
  top: 15px;
}
.btn-animate .mf-btn-wraper .metform-btn:hover i::before {
  -webkit-animation: ts_button_animation 0.5s;
          animation: ts_button_animation 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.ts-main-slider .rs-parallax-wrap .rev-btn {
  padding: 8px 3px 6px 35px;
}
.ts-main-slider .rs-parallax-wrap .rev-btn a.slider-btn {
  color: #fff;
}
.ts-main-slider .rs-parallax-wrap .rev-btn a.slider-btn i {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  padding: 13px;
  margin-left: 25px;
}
.ts-main-slider .rs-parallax-wrap .floating-text i:before {
  color: #FF5B2E;
  margin-right: 10px;
}

#rev_slider_1_1_wrapper #rev_slider_1_1 .tp-bullet,
#rev_slider_1_1_wrapper #rev_slider_1_1 .tp-bullet:hover {
  counter-increment: slides-num;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 40px;
  background: transparent;
  height: 35px;
  text-align: center;
  color: #fff;
  left: 0 !important;
  cursor: default;
  border: none;
}

#rev_slider_1_1_wrapper #rev_slider_1_1 .tp-bullet:after {
  display: none;
}

#rev_slider_1_1_wrapper #rev_slider_1_1 .tp-bullet.selected {
  display: block;
}

#rev_slider_1_1_wrapper #rev_slider_1_1 .tp-bullet.selected:after {
  content: "0" counter(slides-num);
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  color: #002C47;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

#rev_slider_1_1_wrapper #rev_slider_1_1 .tp-bullets {
  position: relative;
  max-width: 70px;
  font-weight: 900;
}

#rev_slider_1_1_wrapper #rev_slider_1_1 .tp-bullets::after {
  content: " | " "0" counter(slides-num);
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  color: #BDD5F0;
  font-size: 16px;
  font-weight: 500;
}

#rev_slider_1_1_wrapper #rev_slider_1_1 .tp-bullets::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  background: #BDD5F0;
  width: 100px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -110px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* Arrows */
#rev_slider_1_1_wrapper #rev_slider_1_1 .tparrows {
  background: transparent;
}

#rev_slider_1_1_wrapper #rev_slider_1_1 .tparrows:hover {
  background: transparent;
}

#rev_slider_1_1_wrapper #rev_slider_1_1 .tparrows::before {
  color: #e7272d;
  font-weight: 700;
  font-size: 18px;
}

#rev_slider_1_1_wrapper #rev_slider_1_1 .tp-rightarrow.tparrows {
  z-index: 33;
}

.ts-slider-2 .rs-parallax-wrap .floating-text i:before {
  color: #fff;
}
.ts-slider-2 .rs-parallax-wrap .rev-btn a.slider-btn i {
  margin: 0;
  background: transparent;
}

.latest-blog .post {
  -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.03);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.03);
  padding: 20px;
  border-top: 4px solid #DF0A0A;
}
.latest-blog .post .post-body {
  border: none;
  padding: 0;
}
.latest-blog .post .post-body .post-meta {
  font-family: "Rubik", sans-serif;
}
.latest-blog .post .post-body .post-meta .post-meta-cat span {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  color: #DF0A0A;
}
.latest-blog .post .post-body .post-meta .post-meta-date {
  float: right;
  margin: 0;
}
.latest-blog .post .post-body .post-meta .post-meta-date .date-only {
  font-size: 24px;
  margin-right: 5px;
  color: #DF0A0A;
  vertical-align: top;
  padding-top: 5px;
  line-height: 28px;
}
.latest-blog .post .post-body .post-meta .post-meta-date .month-year {
  margin-right: 0;
  font-size: 15px;
  color: #DF0A0A;
  max-width: 36px;
  line-height: 18px;
  text-align: right;
}
.latest-blog .post .post-body .entry-header .entry-title a {
  color: #101010;
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
  letter-spacing: -0.2px;
}
.latest-blog .post .post-media.post-image {
  position: relative;
}
.latest-blog .post .post-media.post-image:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  content: "";
  width: 100%;
  background: rgba(223, 10, 10, 0.8);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
  height: 0;
}
.latest-blog .post:hover {
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
}
.latest-blog .post:hover .post-media.post-image:after {
  height: 100%;
  bottom: 0;
}
.latest-blog .post:hover .post-body .post-meta .post-meta-cat span {
  color: #101010;
}
.latest-blog .post:hover .post-body .post-meta .post-meta-date span {
  color: #101010;
}
.latest-blog .post:hover .post-body .entry-header .entry-title a {
  color: #DF0A0A;
}

/*----------font awesome icon support for rev slider */
rs-module [class^=fa-]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^=fa-]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^=fa-]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^=fa-]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^=fa-]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^=fa-]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^=fa-]:before,
#builderView [class*=" fa-"]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*---------------customize-----------*/
.ts-list-blog .ekit-wid-con .elementskit-blog-block-post .elementskit-entry-header .post-meta-list {
  margin-bottom: 5px;
}

.ts-list-blog .ekit-wid-con .elementskit-blog-block-post .elementskit-entry-header .post-meta-list > span {
  margin-right: 25px;
}

.ts-list-blog .ekit-wid-con .elementskit-blog-block-post .elementskit-entry-header {
  margin-bottom: 20px;
}

.ts-list-blog .ekit-wid-con .col-md-12:first-child .elementskit-blog-block-post {
  padding-top: 0px;
}

.ts-list-blog .ekit-wid-con .col-md-12:last-child .elementskit-blog-block-post {
  border: none;
}

.menu-item .elementskit-dropdown li:first-child {
  margin-top: 0;
}

.menu-item .elementskit-dropdown li:last-child {
  margin-bottom: 0;
}

.header-bottom-shape:before {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  border-top: 15px solid rgba(255, 255, 255, 0.6);
}

.header-bottom-shape:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(255, 255, 255, 0.6);
}

.header-1 .elementor-row {
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.ts-project-process .elementor-column-wrap:after {
  width: 0;
  position: absolute;
  right: -11px;
  content: "";
  height: 0;
  border-top: 9px solid transparent;
  border-left: 9px solid rgba(255, 91, 46, 0.1);
  border-bottom: 9px solid transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ts-case-studies-2 .elementor-icon-box-wrapper .elementor-icon-box-title {
  position: relative;
}

.ts-case-studies-2 .elementor-icon-box-wrapper .elementor-icon-box-title span:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  bottom: -15px;
  left: 0;
}

.cases-pie-chart .withcontent p {
  position: absolute;
  left: 30%;
  top: 55px;
}

.core-values .elementskit-section-title-wraper p {
  margin-bottom: 0;
}

.header-1 .main-nav .elementskit-navbar-nav > li > a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #BDD5F0;
  border-bottom: 3px solid #BDD5F0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

.header-1 .main-nav .elementskit-navbar-nav > li:hover > a:after {
  opacity: 1;
  visibility: visible;
}

.header-1 .main-nav .elementskit-navbar-nav > li.current-menu-item > a:after {
  opacity: 1;
  visibility: visible;
}

.header-1 .main-nav .elementskit-navbar-nav > li.current-menu-parent > a:after {
  opacity: 1;
  visibility: visible;
}

.ts-services-wrapper.ts-services-style1 .col-lg-4 {
  padding: 0 15px;
}

.ekit-template-content-footer .mf-input::-webkit-input-placeholder {
  font-weight: 400;
  text-transform: uppercase;
}

.ekit-template-content-footer .mf-input.mf-input::-moz-placeholder {
  font-weight: 400;
  text-transform: uppercase;
}

.ekit-template-content-footer .mf-input:-ms-input-placeholder {
  font-weight: 400;
  text-transform: uppercase;
}

.ekit-template-content-footer .mf-input:-moz-placeholder {
  font-weight: 400;
  text-transform: uppercase;
}

.ekit-wid-con .profile-body .profile-designation {
  font-size: 16px;
}

.menu-project-menu-container ul.menu {
  padding: 0;
  list-style: none;
}

.menu-project-menu-container ul.menu li.menu-item {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}

.menu-project-menu-container ul.menu li.menu-item a {
  color: #BDD5F0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: -0.1px;
}

.menu-project-menu-container ul.menu li.menu-item a:before {
  position: absolute;
  content: "";
  background: #FF5B2E;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.menu-project-menu-container ul.menu li.menu-item a:hover {
  color: #FF5B2E;
}

.pricing-plan .elementskit-single-pricing a.elementskit-pricing-btn {
  display: block;
  text-align: center;
}

.pricing-plan .elementskit-single-pricing a.elementskit-pricing-btn {
  display: block;
  text-align: center;
}

.pricing-plan .elementskit-single-pricing a.elementskit-pricing-btn {
  display: block;
  text-align: center;
}

.ekit-wid-con .ekit-single-piechart .piechart .ekit-chart-content {
  font-family: "Yantramanav";
  font-size: 36px;
}

.cases-pie-chart .withcontent p {
  left: 32%;
}

.banner-area .banner-content {
  padding-top: 30px;
}

.stroke-title.bg .elementor-heading-title {
  -webkit-text-fill-color: transparent;
}

.stroke-title.bg.transparet .elementor-heading-title {
  opacity: 0.3;
}

.submit-btn .metform-btn:hover i {
  color: #FF5B2E !important;
}

.ts-services-wrapper.ts-services-style2 .service-item:hover .services-content .service-read-more a.read-more-icon {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
}

.contact-info .elementor-icon-list-items .elementor-icon-list-item span.elementor-icon-list-icon {
  padding: 5px 10px 5px 10px;
}

.overlay-color .elementor-widget-container {
  position: relative;
}

.overlay-color .elementor-widget-container:after {
  position: absolute;
  content: "";
  left: 0;
  background: #0549B1;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  right: 0;
}

.btn-animate .ekit-btn-wraper a.elementskit-btn i::before {
  position: absolute;
  left: 20px;
  top: 0;
}

.bottom-partner-logo .ekit-wid-con .elementskit-clients-slider .slick-arrow {
  width: 40px !important;
  height: 40px !important;
  line-height: 38px !important;
}
.bottom-partner-logo .ekit-wid-con .elementskit-clients-slider .slick-arrow:hover {
  border-color: #ff5b2e;
}
.bottom-partner-logo .ekit-wid-con .elementskit-clients-slider .single-client {
  min-height: auto;
}

/*----------client logo-----------*/
.client-logo .logo-item a {
  display: block;
  overflow: hidden;
  min-height: 80px;
}
.client-logo .logo-item a span {
  display: block;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
}
.client-logo .owl-nav .owl-prev,
.client-logo .owl-nav .owl-next {
  -webkit-transition: all 0.1s ease-in 0.1s;
  transition: all 0.1s ease-in 0.1s;
  border: 2px solid rgba(255, 91, 46, 0.2);
  border-radius: 100%;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #ff5b2e;
  font-size: 16px;
  background: #fff;
}
.client-logo .owl-nav .owl-prev:hover,
.client-logo .owl-nav .owl-next:hover {
  background: #ff5b2e;
  color: #fff;
  border-color: #ff5b2e;
}
.client-logo .owl-nav .owl-next {
  right: -30px;
}
.client-logo .owl-nav .owl-prev {
  left: -30px;
}

/* Bottom border button */
.bottom-border-btn .ekit-wid-con .ekit-btn-wraper a {
  border: 2px solid #ddd;
}
.bottom-border-btn .ekit-wid-con .ekit-btn-wraper a:before {
  position: absolute;
  content: "";
  bottom: auto;
  left: 0px;
  top: 18px;
  width: 0%;
  height: 1.5px;
  opacity: 0;
  background: #0AC668;
  visibility: hidden;
}
.bottom-border-btn .ekit-wid-con .ekit-btn-wraper a:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #0AC668;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.bottom-border-btn .ekit-wid-con .ekit-btn-wraper a:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 1;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.bottom-border-btn .ekit-wid-con .ekit-btn-wraper a:hover:after {
  left: auto;
  right: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

/* Video shadow button */
.video-shadow-btn .video-content:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.2);
  left: -13px;
  top: -12px;
}
.video-shadow-btn .video-content a:hover {
  width: 45px;
  height: 55px;
}

@-moz-document url-prefix() {
  .ts-services-wrapper .service-item.service-style-6 .services-content .service-read-more {
    top: auto;
    bottom: -40px;
  }
  .ts-services-wrapper .service-item.service-style-6 .services-content .service-read-more a::before {
    bottom: 0;
  }
}
/*======================
// Instagram Feed
========================*/
.feed-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feed-content a {
  width: 30%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

/* Global */
.admin-bar .navbar-sticky.sticky {
  margin-top: 30px;
}

/* Image */
.alignright.size-thumbnail.wp-image-827 {
  margin-bottom: 40px;
  display: inline-block;
}

img, figure {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img[class*=wp-image-] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
}

.wp-caption {
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  clear: both;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  margin-bottom: 30px;
}

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

/*-- HTML Formate --*/
/* table */
table, iframe {
  border: 1px solid #fbfbfb;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #e7e7e7;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px 10px;
  border: 1px solid #EDEDED;
  text-align: center;
}

div#calendar_wrap #today {
  color: #ff5b2e;
}
div#calendar_wrap caption {
  margin: 10px 10px 0;
  padding-bottom: 0;
}
div#calendar_wrap table > thead > tr > th, div#calendar_wrap table > tbody > tr > th, div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td, div#calendar_wrap table > tbody > tr > td, div#calendar_wrap table > tfoot > tr > td {
  padding: 0;
}

.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
  border: 1px solid #e7e7e7;
}

dt {
  font-weight: bold;
  margin: 6px;
}

/* Gallery item */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-size-thumbnail .gallery-caption {
  display: inline-block;
  max-width: 200px;
  margin-top: 5px;
}
.gallery-size-thumbnail .gallery-item > div > a {
  display: inline-block;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

@media screen and (min-width: 30em) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
/* Theme check */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gallery-caption,
.bypostauthor {
  display: block;
}

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}

a code {
  color: #ff5b2e;
}

p {
  margin: 0 0 25px;
}

p img.alignleft {
  clear: both;
  margin-bottom: 30px;
}

select {
  max-width: 100%;
}

.post-password-form input[type=password] {
  padding: 5px 15px;
  margin-left: 10px;
}
.post-password-form input[type=submit] {
  background-color: #ff5b2e;
  border: none;
  padding: 7px 55px;
  color: #fff;
  cursor: pointer;
}

blockquote.wp-block-quote {
  background: #f7f7f7;
  padding: 40px;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
}
blockquote.wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 28px;
  color: #dedede;
  font-weight: 600;
}
blockquote.wp-block-quote cite {
  font-size: 14px;
}

/*============================
   post
=============================== */
.post {
  margin: 0 0 40px;
}
.post .post-media {
  width: calc(100% - 0px);
  position: relative;
  overflow: hidden;
}
.post .post-media .video-link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.post .post-media .video-link-btn a {
  background: #ff5b2e;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}
.post .post-body,
.post .post-quote-content {
  background: #fff;
  padding: 40px;
  border: 1px solid #eeeeee;
}
.post .entry-header .entry-title {
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 36px;
}
.post .entry-header .entry-title a {
  color: #002C47;
}
.post .entry-header .entry-title a:hover {
  color: #ff5b2e;
}
.post .post-meta {
  margin-bottom: 25px;
}
.post .post-meta span {
  display: inline-block;
  margin-right: 20px;
  color: #666666;
  font-size: 14px;
}
.post .post-meta span i {
  margin-right: 6px;
}
.post .post-footer {
  clear: both;
}
.post .post-footer .btn-link {
  color: #ff5b2e;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.post .post-footer .btn-link i {
  margin-left: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  vertical-align: middle;
}
.post .post-footer .btn-link:hover i {
  margin-left: 10px;
}
.post.sticky .meta-featured-post {
  display: block;
  position: absolute;
  right: -35px;
  top: 18px;
  background: #ff5b2e;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: rotate(45deg);
  z-index: 1;
}
.post.sticky .post-body {
  overflow: hidden;
  position: relative;
}

.search article.page {
  background: #f9f8fd;
  padding: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.xs-page-header {
  margin-bottom: 30px;
}

/*=========================== ===========
         sidebar
========================================*/
.sidebar .widget {
  margin-bottom: 40px;
  border: 1px solid #eeeeee;
  padding: 40px;
}
.sidebar .widget.widget_search {
  padding: 0;
  border: 0;
}
.sidebar .widget.widget_search .form-control {
  font-style: italic;
  font-weight: 600;
  border-radius: 0;
  border-color: #eee;
}
.sidebar .widget.widget_search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ff5b2e;
}
.sidebar .widget.widget_search .input-group-btn {
  background: #ff5b2e;
  color: #FFFFFF;
  padding: 0 20px;
  height: 50px;
  cursor: pointer;
  border: none;
}
.sidebar .widget.widget_search .input-group-btn i {
  line-height: 52px;
}
.sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}
.sidebar .widget.widget-tags ul li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget.widget-tags ul li a:hover {
  background: #ff5b2e;
  color: #fff;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget-title {
  font-size: 20px;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 15px;
}
.sidebar .widget-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: #ff5b2e;
}
.sidebar ul {
  border: 0;
  padding: 0;
  list-style: none;
}
.sidebar ul li {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar ul li a {
  color: #666666;
}
.sidebar ul li a:hover {
  color: #ff5b2e;
}
.sidebar ul li a.url, .sidebar ul li a.rsswidget {
  color: #002C47;
}
.sidebar ul li a.rsswidget {
  font-weight: 600;
}
.sidebar ul li cite {
  font-style: normal;
}
.sidebar ul.sub-menu, .sidebar ul.children {
  padding: 10px 0px 0 20px;
}
.sidebar ul.children {
  padding-bottom: 0;
}

.tag-lists a,
.tagcloud a {
  border: 1px solid #f1f1f1;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 13px;
  margin-left: 3px;
  margin-bottom: 10px;
  border-radius: 36px;
}
.tag-lists a:hover,
.tagcloud a:hover {
  color: #ff5b2e;
}

.textwidget img {
  margin: 10px 0;
}

.page-links .page-link {
  display: inline-block;
}

/*=======================================
 Post  details
 ========================================*/
.post-details .entry-thumbnail {
  margin-bottom: 40px;
}
.post-details .entry-header .entry-title {
  margin-bottom: 22px;
  font-size: 36px;
}
.post-details .entry-header .post-meta {
  margin-bottom: 25px;
}
.post-details .entry-header .post-meta span {
  display: inline-block;
  margin-right: 20px;
}
.post-details .entry-header .post-meta span i {
  margin-right: 10px;
  color: #ff5b2e;
}
.post-details .entry-header .post-meta span:last-of-type {
  margin-right: 0;
}

/*=======================================
 Post  Comments section
 ========================================*/
.blog-post-comment .comment-title {
  font-size: 24px;
}
.blog-post-comment .comment-info [class*=col-md-] {
  margin-bottom: 15px;
  position: inherit;
}
.blog-post-comment .comment-content > h3 {
  margin-bottom: 0.5rem;
}
.blog-post-comment .comment-respond {
  margin-bottom: 40px;
  margin-top: 40px;
}
.blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px;
}
.blog-post-comment .comment-respond .comment-form .form-control {
  border-radius: 0;
  height: 45px;
  margin-bottom: 15px;
}
.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
  height: 245px;
}
.blog-post-comment .comment-respond .comment-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ff5b2e;
}
.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}
.blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic;
}
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  margin-top: 40px;
}

.loginformuser .form-control {
  height: 100%;
  resize: none;
}
.loginformuser .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ff5b2e;
}

/* Common */
.pingback p, .pingback .says {
  display: none;
}

.comments-list .pingback .comment-body,
.comments-list .trackback .comment-body {
  margin-left: 0;
}

.blog-post-comment h3.comment-num {
  font-size: 24px;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  list-style: none;
}
.comments-list .comment .last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
  font-size: 16px;
  color: #1c1c24;
  font-style: normal;
}
.comments-list .comment-author a {
  color: #1c1c24;
}
.comments-list .comment-author a:hover {
  color: #ff5b2e;
}
.comments-list .comment-author cite {
  font-style: normal;
}
.comments-list .comment-date {
  font-size: 14px;
  display: block;
  margin-top: -5px;
}
.comments-list .comment-content {
  margin: 15px 0;
}
.comments-list .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 110px;
}
.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}
.comments-list .comment-reply-link {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}
.comments-list .comment-reply-link i {
  margin-right: 5px;
}
.comments-list .comment-reply-link:hover {
  color: #ff5b2e;
}

.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #666;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
  float: right;
  color: #000;
}
#cancel-comment-reply-link:hover {
  color: #ff5b2e;
}

.not-found h1 {
  margin-bottom: 20px;
}
.not-found .input-group-btn {
  background: #ff5b2e;
  color: #FFFFFF;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}
.not-found .input-group-btn i {
  line-height: 48px;
}
.not-found .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ff5b2e;
}
.not-found p {
  line-height: 1.1;
  margin-bottom: 25px;
}
.not-found p small {
  display: block;
}

article.page .post-meta {
  margin-bottom: 15px;
}

/*===========================
         author box
=============================*/
.author-box {
  padding: 40px 40px 20px;
  margin-bottom: 40px;
}
.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.author-box .author-info {
  margin-left: 90px;
}
.author-box .author-info > h3 {
  margin-bottom: 4px;
}
.author-box .author-url {
  margin-bottom: 12px;
}
.author-box .author-url a {
  color: #666666;
  font-size: 14px;
}

/*=============================
   pagination nav
 =============================*/
.post-navigation {
  padding: 25px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
  margin-top: 35px;
}
.post-navigation .post-previous, .post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.post-navigation span:hover, .post-navigation h3:hover {
  color: #ff5b2e;
}
.post-navigation h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 5px 0;
  ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-navigation span {
  color: #666;
}
.post-navigation i {
  margin: 0 5px;
  color: #666;
}
.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}
.post-navigation .post-next {
  text-align: right;
  float: right;
  border-right: 0 none;
  padding: 0 0 0 40px;
}

/*==============================
 pagination
 ============================*/
.pagination {
  margin: 0;
}
.pagination li {
  margin-right: 8px;
}
.pagination li a, .pagination li span {
  width: 40px;
  height: 40px;
  line-height: 24px;
  border: 1px solid #dadada;
  text-align: center;
  display: inline-block;
  color: #666;
  border-radius: 3px;
}
.pagination li a i, .pagination li span i {
  line-height: 40px;
}
.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background: #ff5b2e;
  border: 1px solid transparent;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
  background: #ff5b2e;
}
.pagination li.pagination-dots {
  margin: 0 15px 0 10px;
}

.entry-content .page-links {
  color: #10100E;
  margin-left: 5px;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
.entry-content .page-links span {
  display: inline-block;
  border-color: #dadada;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 24px;
}
.entry-content .page-links span.page-link {
  color: #10100E;
  margin-right: 5px;
}
.entry-content .page-links span.page-link-text {
  width: auto;
}
.entry-content .page-links .page-link.active, .entry-content .page-links .page-link:hover {
  color: #fff;
  background: #ff5b2e;
  border: 1px solid transparent;
}
.entry-content .page-links .page-link.active:hover, .entry-content .page-links .page-link:hover:hover {
  background: #ff5b2e;
}
.entry-content .page-links .page-link .page-link-text {
  margin-right: 10px;
  width: auto;
}
.entry-content .page-links .current .page-link {
  color: #fff;
  background: #ff5b2e;
  border: 1px solid transparent;
}

/*=======================
   blog details
 ========================*/
.blog-single .post .post-media {
  margin-bottom: 30px;
}
.blog-single .post .post-body {
  background: #fff;
  border: 0;
  padding: 0;
}

.sidebar .widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #596172;
  border-color: #ebebeb;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0 30px;
  border-radius: 0 !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #fff;
}

/* Review logo */
.header-standard .navbar-brand {
  max-width: 154px;
}

/*---------recent posts---------*/
.recent-post-widget .widget-post {
  padding-bottom: 20px;
}
.recent-post-widget .widget-post img {
  max-width: 110px;
}
.recent-post-widget .widget-post .media-body {
  margin-left: 25px;
}
.recent-post-widget .widget-post .media-body .post-meta {
  color: #666666;
  font-size: 14px;
}
.recent-post-widget .widget-post .media-body .entry-title {
  margin-bottom: 0;
}
.recent-post-widget .widget-post .media-body .entry-title a {
  font-size: 16px;
  color: #002C47;
}
.recent-post-widget .widget-post .media-body .entry-title:hover a {
  color: #ff5b2e;
}
.recent-post-widget .widget-post:last-child {
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .ts-services-style6 .col-lg-4:nth-child(1) .service-item {
    border-radius: 6px 0 0 0;
  }
  .ts-services-style6 .col-lg-4:nth-child(2) {
    margin-left: -1px;
  }
  .ts-services-style6 .col-lg-4:nth-child(3) {
    margin-left: -2px;
  }
  .ts-services-style6 .col-lg-4:nth-child(3) .service-item {
    border-radius: 0 6px 0 0;
  }
  .ts-services-style6 .col-lg-4:nth-child(4) {
    margin-top: -1px;
  }
  .ts-services-style6 .col-lg-4:nth-child(4) .service-item {
    border-radius: 0 0 0 6px;
  }
  .ts-services-style6 .col-lg-4:nth-child(5) {
    margin-left: -1px;
    margin-top: -1px;
  }
  .ts-services-style6 .col-lg-4:nth-child(6) {
    margin-left: -2px;
    margin-top: -1px;
  }
  .ts-services-style6 .col-lg-4:nth-child(6) .service-item {
    border-radius: 0 0 6px 0;
  }
}
@media (max-width: 1200px) {
  .ts-testimonial .ekit-wid-con .slick-slider button.slick-arrow {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-tab-slider .owl-nav .owl-next {
    right: 0;
  }
  .feature-tab-slider .owl-nav .owl-prev {
    left: 0;
  }
  .header .navbar-container .navbar-light .main-menu > li {
    padding: 0 13px;
  }
  .header .navbar-container .navbar-light .main-menu > li {
    font-size: 13px;
  }
  .header .navbar-container .navbar-light .header-book-btn {
    padding-left: 3px;
  }
  .header-transparent .header-nav-right-info li {
    color: #fff;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .header .navbar-container .navbar-light {
    padding: 15px 0;
  }
  .footer-widget {
    margin-bottom: 25px;
  }
  .latest-blog .post {
    margin-bottom: 80px;
  }
  .latest-blog .col-lg-4:last-child .post {
    margin-bottom: 0px;
  }
  .ts-product-single-item {
    padding: 40px 20px;
  }
  .header .navbar-container .navbar-light .main-menu li a {
    white-space: pre-wrap;
  }
  .admin-bar .header-standard {
    top: 60px;
  }
  .finance-header .main-nav .elementskit-menu-container .elementskit-navbar-nav .menu-item.current-menu-item > a:after {
    display: none;
  }
}
@media (max-width: 1110px) {
  .header-1 .main-nav .elementskit-navbar-nav > li > a:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-2 {
    background-color: #fff !important;
  }
  .elementskit-menu-overlay.active {
    left: 0%;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 0ms;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 0ms;
  }
  .elementskit-menu-overlay {
    -webkit-transition: all 600ms cubic-bezier(0, 0.79, 0.41, 1.08) 400ms;
    transition: all 600ms cubic-bezier(0, 0.79, 0.41, 1.08) 400ms;
  }
  .header-1 .ekit_menu_responsive_tablet .elementskit-submenu-indicator {
    border-color: transparent;
  }
  #rev_slider_1_1_wrapper .ts-main-slider .tp-bullets {
    left: -15px !important;
  }
  .ts-company-partner .client-logo .owl-nav {
    display: none;
  }
  .testimonial-float .elementskit-testimonial-slider .ekit_testimonial_style_2 .elementskit-commentor-content .elementskit-border-hr {
    display: none;
  }
  .testimonial-float .elementskit-testimonial-slider .ekit_testimonial_style_2 .elementskit-commentor-content .elementskit-profile-info {
    right: 6px;
    bottom: -12%;
  }
}
@media (max-width: 991px) {
  .ts-testimonial .ekit-wid-con .elementskit-commentor-content {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ts-main-slider .rs-parallax-wrap .rev-btn a.slider-btn i {
    padding: 8px 10px !important;
    line-height: 16px !important;
  }
  .ts-main-slider .rs-parallax-wrap .rev-btn a.slider-btn i:before {
    left: 0;
  }
  .header-transparent .logo-area {
    margin-right: 30px;
  }
  .header-transparent a.navbar-brand.d-none {
    display: block !important;
  }
  .header-transparent .header-nav-right-info {
    display: none;
  }
  .header-transparent .nav-logo {
    display: none;
  }
  .header .navbar-collapse {
    background: #101010;
    position: relative;
  }
  .header .navbar-container .navbar-light .main-menu > li > a {
    line-height: 50px;
    color: #fff;
  }
  .header .navbar-container .navbar-light .main-menu > li > a:before {
    display: none;
  }
  .header .navbar-container .navbar-light ul.navbar-nav li .dropdown-menu {
    min-width: auto;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .header .navbar-container .navbar-light ul.navbar-nav li .dropdown-menu li a {
    color: #fff;
    border: none;
  }
  .header .navbar-container .navbar-light ul.navbar-nav li .dropdown-menu li.dropdown:after {
    right: -10px;
    top: 0;
    color: #fff;
  }
  .header.header-standard .navbar-collapse, .header.header-classic .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 11;
    top: 100%;
    padding: 0 10px;
  }
  .header.header-transparent .navbar-toggler {
    margin-left: auto;
    margin-top: 30px;
  }
  .ts-tab-menu .nav-menu-tabs li a i.icon {
    margin-left: 0;
    margin-right: 0;
  }
  .banner-area .banner-title .mt-80 {
    margin-top: 120px;
  }
  .banner-area .breadcrumb {
    margin-top: 0;
  }
  .banner-area.banner-solid .banner-title {
    line-height: 60px;
  }
  .hidden-mobile {
    display: none;
  }
  .ts-team .ts-team-info .team-content,
  .ts-team-standard .ts-team-info .team-content {
    padding: 30px 20px;
  }
  .ts-team-classic .ts-team-info .team-content {
    padding: 100px 20px 30px 20px;
  }
  .feature-tab-slider .owl-nav .owl-next {
    right: 0;
  }
  .feature-tab-slider .owl-nav .owl-prev {
    left: 0;
  }
  .ts-footer .ts-subscribe {
    padding-left: 0;
  }
  .ts-footer .footer-center-widget p {
    padding-top: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .top-contact-info {
    text-align: center;
  }
  .top-contact-info li {
    margin-right: 0;
    display: block;
  }
  .top-logo {
    margin: 15px 0;
  }
  .topbar-btn.text-right {
    text-align: center !important;
  }
  .social-links {
    text-align: center !important;
  }
  .header-nav-right-info {
    display: none;
  }
  .header-transparent .logo-area {
    float: none;
    margin: auto;
    text-align: center;
  }
  .header-transparent a.navbar-brand.d-none {
    display: block !important;
  }
  .header-transparent .header-nav-right-info.float-right {
    display: none;
  }
  .header-transparent .nav-logo {
    display: none;
  }
  .header .navbar-collapse {
    background: #101010;
    position: relative;
  }
  .header .navbar-container .navbar-light .main-menu > li > a {
    line-height: 50px;
    color: #fff;
  }
  .header .navbar-container .navbar-light .main-menu > li > a:before {
    display: none;
  }
  .header .navbar-container .navbar-light ul.navbar-nav li .dropdown-menu {
    min-width: auto;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .header .navbar-container .navbar-light ul.navbar-nav li .dropdown-menu li a {
    color: #fff;
    border: none;
  }
  .header .navbar-container .navbar-light ul.navbar-nav li .dropdown-menu li.dropdown:after {
    color: #fff;
    right: -10px;
    top: 0;
  }
  .header.header-standard .navbar-collapse, .header.header-classic .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 11;
    top: 100%;
  }
  .banner-area {
    padding: 90px 0 0;
  }
  .banner-area .banner-title {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-area .banner-title.mt-80 {
    margin-top: 120px;
  }
  .banner-area .breadcrumb {
    margin-top: 0;
  }
  .banner-area.banner-solid .banner-title {
    line-height: 60px;
  }
  .slider-item .slider-content .slider-info .info-before-bar,
  .slider-item .slider-content .slider-info .info-after-bar {
    display: none;
  }
  .ts-tab-menu .nav-menu-tabs li {
    display: inline-block;
    margin-bottom: 42px;
  }
  .ts-tab-menu .nav-menu-tabs li a i.icon {
    padding: 0px 10px;
  }
  .feature-tab-slider .owl-nav .owl-next {
    right: 0;
  }
  .feature-tab-slider .owl-nav .owl-prev {
    left: 0;
  }
  .ts-product-item.style2 .ts-product-single-item .product-img {
    margin: 0px 0 30px;
  }
  .ts-product-item.style2 .ts-product-single-item .bg-shape-img .product-shape-img {
    -webkit-transform: translate(0%, -10%) scale(1.2);
            transform: translate(0%, -10%) scale(1.2);
  }
  .bg-shape-img svg path {
    -webkit-transform: translate(-10%, -20%) scale(1.2);
            transform: translate(-10%, -20%) scale(1.2);
  }
  .hidden-mobile {
    display: none;
  }
  .elementor-widget-container .ot-dtp-picker .ot-dtp-picker-form {
    display: block;
    border: none;
    height: auto !important;
  }
  .elementor-widget-container .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button,
  .elementor-widget-container .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector {
    width: 100% !important;
    float: none !important;
  }
  .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector + .ot-dtp-picker-selector,
  .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
    border: 1px solid #d8d9db !important;
    margin-bottom: 15px;
  }
  .ts-footer .ts-subscribe {
    padding-left: 0;
  }
  .copyright .copyright-text {
    text-align: center;
    margin-bottom: 20px;
  }
  .copyright .footer-social {
    text-align: center;
  }
  .testimonial-carousel.owl-carousel.style4 .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0%;
    right: 0;
    left: 0;
  }
  .sidebar.sidebar-right.sidebar-woo {
    margin-top: 50px;
  }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .post .entry-header .entry-title {
    font-size: 26px;
    line-height: 33px;
  }
  .comments-list .comment-body {
    margin-left: 10px;
  }
  .comments-list img.comment-avatar {
    float: none !important;
  }
  .header-1 .ekit_menu_responsive_tablet .elementskit-submenu-indicator {
    border-color: transparent;
  }
  .header-1 .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
    padding-left: 30px !important;
  }
  .header-1 .elementskit-navbar-nav .elementskit-submenu-panel > li > ul > li > a {
    padding-left: 45px !important;
  }
  .cta-details.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: left;
  }
  .cta-details.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    float: left;
    margin-right: 14px !important;
    margin-bottom: 0 !important;
  }
  .testimonial-slider .testimonial-thumb img {
    margin-bottom: 30px;
  }
  .ts-services-wrapper .service-item.service-style-6 {
    margin-bottom: 30px;
    padding: 30px 10px 20px 22px;
  }
}
@media (max-width: 500px) {
  .cases-pie-chart .withcontent p {
    left: 45%;
  }
  .ts-main-slider .tp-leftarrow {
    left: -49% !important;
    top: 106% !important;
  }
  .ts-main-slider .tp-leftarrow:before {
    text-align: left;
  }
  .ts-main-slider .tp-rightarrow {
    left: -54% !important;
    top: 106% !important;
  }
  .ts-main-slider .rs-parallax-wrap .rev-btn a.slider-btn i {
    padding: 8px 10px !important;
  }
}
@media (max-width: 425px) {
  .ts-main-slider .tp-leftarrow {
    left: -56% !important;
    top: 107% !important;
  }
  .ts-main-slider .tp-leftarrow:before {
    text-align: left;
  }
  .ts-main-slider .tp-rightarrow {
    left: -62% !important;
    top: 107% !important;
  }
}
@media (max-width: 375px) {
  .ts-main-slider .tp-leftarrow {
    left: -64.5% !important;
    top: 112% !important;
  }
  .ts-main-slider .tp-leftarrow:before {
    text-align: left;
  }
  .ts-main-slider .tp-rightarrow {
    left: -72% !important;
    top: 112% !important;
  }
}
@media (max-width: 320px) {
  .submit-btn .mf-btn-wraper .metform-btn {
    margin-top: 15px;
    border-radius: 30px !important;
  }
  .ts-main-slider .tp-leftarrow {
    left: -76% !important;
    top: 112% !important;
  }
  .ts-main-slider .tp-leftarrow:before {
    text-align: left;
  }
  .ts-main-slider .tp-rightarrow {
    left: -82% !important;
    top: 112% !important;
  }
}