@charset "UTF-8";
/*
Theme Name: Outmedia
Theme URI: http://themeplugs.com/wp/outmedia/
Author: freakytheme
Author URI: https://themeforest.net/user/freekytheme/
Description: Outmedia WordPress Theme
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Info Bar
    ## Header
    ## Header Bottom Area
    ## Footer Area
    ## Error 404 Area
    ## Why us Area
    ## Highly Skilled Area
    ## Call TO Action Area
    ## Testimonial Area
    ## Top Lawyer Style 02
    ## Counterup Area
    ## Case Category Area
    ## Legal Support Area
    ## Practice Details Area
    ## Attorney Details Area

# Elements
    ## Back Top
    ## Preloader
    ## Video Popup
    ## Button
    ## Blog
    ## Accordion
    ## contact Info Item
    ## Quote block with sign
    ## Counterup Item
    ## Video With Image
    ## Video Play Button
    ## Why Us Item
    ## Section Title
    ## What we cover item
    ## Icon Box Item
    ## Testimonial Item
    ## Case Categories Item
    ## Quote With Image
    ## Price Plan Item

--------------------------------------------------------------*/
/* 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: "Open Sans", sans-serif;
  line-height: 28px;
  font-size: 16px;
  color: #7a7a7a;
  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: #222222;
  font-family: "Montserrat", 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: #e7272d;
  -o-transition: all 0.4s ease;
  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: #e7272d;
}

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

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

.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;
}

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

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  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;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 12px 27px;
  font-weight: 700;
  -o-transition: all 0.4s ease;
  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: #e7272d !important;
  background: #e7272d !important;
}
.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-primary {
  background: #d74f13 !important;
  color: #fff;
  border: 1px solid #d74f13;
  margin-right: 5px;
}
.btn-primary:hover {
  background: #222222;
  color: #fff;
  border-color: #d74f13;
  -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:focus,
.wpcf7-form-control:focus {
  border-color: #e7272d;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.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-wrapper {
  padding: 80px 0;
}

.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;
  -o-transition: all 0.4s ease;
  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: #e7272d;
  position: relative;
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #161619;
}

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

.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: #222222;
}
.post-meta-info li a:hover {
  color: #e7272d;
}
.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: #d74f13 !important;
  content: "";
  margin: auto;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/**
 * Theme Name: OUTMEDIA
 * Theme URI: 
 * Description: This is a skull theme which we use to develope new themes. textdomain: outmedia, class: OUTMEDIA, var: $OUTMEDIA, constants: OUTMEDIA_, function: outmedia
 *
 */
/* Table of Content
********************************
# Reset & Basics
# Basic
# Typography
# Links
# Buttons
# Menu
# Main Content
# Core WordPress
# Search
# 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: #e7272d;
}

.btn-arrow {
  padding: 0;
  color: #d74f13;
}

.btn-arrow a {
  font-size: 12px;
}

.btn-arrow i {
  margin-left: 6px;
  font-size: 12px;
}

.error-body .boxed-btn {
  margin-top: 20px;
}

/*==================================================
/* Header
================================================== */
.admin-bar .header-transparent {
  top: 30px;
}
.admin-bar .header-standard {
  top: 30px;
}
@media (max-width: 991px) {
  .admin-bar .header-standard {
    top: 45px;
  }
}

.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
}

.header .navbar-container .main-menu > li {
  position: relative;
  padding: 0 18px;
}
.header .navbar-container .main-menu > li > a {
  font-weight: 800;
  position: relative;
  padding: 0;
  line-height: 50px;
}
@media (min-width: 1024px) {
  .header .navbar-container .main-menu > li:first-child {
    padding-left: 0;
  }
}
.header .navbar-container .main-menu li a {
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
}
.header .navbar-container .main-menu li a:hover {
  color: #d74f13;
}
.header .navbar-container .main-menu li.active > a, .header .navbar-container .main-menu li.current-menu-item > a {
  color: #d74f13;
}
.header .navbar-container .main-menu li ul.dropdown-menu {
  padding: 0px 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;
  -o-transition: all 500ms ease 0.4s ease;
  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 .main-menu li ul.dropdown-menu li a {
  font-size: 12px;
  border-top: 1px solid #eaeaea;
  line-height: 40px;
}
.header .navbar-container .main-menu li ul.dropdown-menu li a:hover {
  background: #d74f13;
  color: #FFFFFF;
}
.header .navbar-container .main-menu li ul.dropdown-menu li a.dropdown-item.active {
  background: #d74f13;
  color: #FFFFFF;
}
.header .navbar-container .main-menu li ul.dropdown-menu li:first-child > a {
  border-top: none;
}
.header .navbar-container .main-menu li ul.dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}
.header .navbar-container .main-menu li ul.dropdown-menu li.menu-item-has-children {
  position: relative;
}
.header .navbar-container .main-menu li ul.dropdown-menu li.menu-item-has-children > a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-weight: 700;
  vertical-align: 0;
  position: absolute;
  right: 10px;
  top: 5px;
}
.header .navbar-container .main-menu li ul.dropdown-menu li.menu-item-has-children:hover {
  color: #fff;
}
@media (min-width: 991px) {
  .header .navbar-container .main-menu li ul.dropdown-menu li.menu-item-has-children a:after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (min-width: 992px) {
  .header .navbar-container .main-menu li:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .header .navbar-container .main-menu > li {
    padding: 0;
  }
}
.header .navbar-container .header-book-btn {
  padding-left: 35px;
}
.header .navbar-container .dropdown-toggle::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-weight: 700;
  vertical-align: 0;
  float: right;
  padding-left: 5px;
  font-size: 15px;
  padding-top: 0;
}
.header .navbar-container .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;
}

.navbar-light .navbar-toggler {
  background-color: #d74f13;
  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;
  width: 100%;
  right: 0;
  margin: auto;
  z-index: 100;
  background: #fff;
  -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;
}

.header-transparent .navbar-container #bizcoxx_main_menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-transparent .navbar-container .main-menu > li > a {
  color: #FFFFFF;
}
.header-transparent .navbar-container .nav-custom-fixed .main-menu > li > a {
  color: #222222;
}

button.navbar-toggler {
  position: absolute;
  right: 0;
  top: 15px;
}

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

.close-side-widget {
  color: #e7272d;
  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;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.tp-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-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;
}

.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: #e7272d;
  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: #e7272d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.social-list li.facebook a {
  background-color: #4969a8;
}
.social-list li.twitter a {
  background-color: #2aa3ef;
}
.social-list li.linkedin a {
  background-color: #1178b3;
}
.social-list li.instagram a {
  background-color: #e8715c;
}
.social-list li.vimeo a {
  background-color: #1ab7ea;
}

/*================================
   banner blog
==================================*/
.banner-area {
  padding: 180px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner-area:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 20, 66, 0.35);
}
.banner-area .banner-title {
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
  word-break: break-word;
}
.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: #fff;
  padding: 0;
}
.banner-area .breadcrumb i {
  font-size: 9px;
}
.banner-area .breadcrumb li {
  display: inline-block;
  color: #fff;
  margin: 0 12px;
  font-size: 14px;
}
.banner-area .breadcrumb li a {
  color: #fff;
}
.banner-area .breadcrumb li i {
  font-size: 12px;
}
.banner-area.banner-solid {
  padding-top: 70px;
  padding-bottom: 40px;
  background: #d74f13;
}
.banner-area.banner-solid:before {
  display: none;
}
.banner-area.banner-solid .banner-title {
  font-size: 48px;
  line-height: 55px;
}

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

/*=========================
// footer
========================== */
.copyright {
  padding: 28px 0;
}
.copyright .copyright-text {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}
.copyright .copyright-text a {
  color: #e7272d;
}

.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;
}

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

/*=======================
/ 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;
}

/*
Theme Name: Outmedia
Theme URI: http://themeplugs.com/wp/outmedia/
Author: freakytheme
Author URI: https://themeforest.net/user/freekytheme/
Description: Outmedia WordPress Theme
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Info Bar
    ## Header
    ## Header Bottom Area
    ## Footer Area
    ## Error 404 Area
    ## Why us Area
    ## Highly Skilled Area
    ## Call TO Action Area
    ## Testimonial Area
    ## Top Lawyer Style 02
    ## Counterup Area
    ## Case Category Area
    ## Legal Support Area
    ## Practice Details Area
    ## Attorney Details Area

# Elements
    ## Back Top
    ## Preloader
    ## Video Popup
    ## Button
    ## Blog
    ## Accordion
    ## contact Info Item
    ## Quote block with sign
    ## Counterup Item
    ## Video With Image
    ## Video Play Button
    ## Why Us Item
    ## Section Title
    ## What we cover item
    ## Icon Box Item
    ## Testimonial Item
    ## Case Categories Item
    ## Quote With Image
    ## Price Plan Item

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --main-color-one: #d74f13;
  --secondary-color: #d74f13;
  --heading-color: #161619;
  --paragraph-color: #828282;
  --heading-font: "Montserrat", sans-serif;
  --body-font: "Open Sans", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 15px;
  line-height: 1.8em;
}

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

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

h3 {
  font-size: 24px;
  line-height: 1.0833333333;
}

h4 {
  font-size: 20px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

code {
  color: #faa603;
}

.dark-bg {
  background-color: #111d5c;
}

.section-bg-1 {
  background-color: #f4f7fc;
}

.check-list-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list-02 li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list-02 li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "";
  color: var(--main-color-one);
}

.error {
  color: #dc3545;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "";
  color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color-one);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
  -webkit-clip-path: none;
          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;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.gray-bg {
  background-color: #f5f5f5;
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-350 {
  padding-top: 350px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

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

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

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

.padding-bottom-65 {
  padding-bottom: 65px;
}

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

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-280 {
  padding-bottom: 280px;
}

.padding-bottom-285 {
  padding-bottom: 285px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.padding-bottom-165 {
  padding-bottom: 165px;
}

.padding-bottom-170 {
  padding-bottom: 170px;
}

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-bottom-215 {
  padding-bottom: 215px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.margin-top-minus-90 {
  margin-top: -90px;
}

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

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-160 {
  margin-top: 160px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

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

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

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

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

.margin-top-40 {
  margin-top: 40px;
}

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

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

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

.margin-top-90 {
  margin-top: 90px;
}

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

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

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

.margin-bottom-15 {
  margin-bottom: 15px;
}

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

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

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

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

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

.margin-bottom-55 {
  margin-bottom: 55px;
}

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

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

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

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

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

.margin-top-120 {
  margin-top: 120px;
}

.min-height-600 {
  min-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination {
  display: block;
  width: 100%;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  padding: 3px 25px;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

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

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

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

/*---------------------
    ## Breadcumb 
----------------------*/
.breadcrumb-area {
  background-image: url(../img/bg/breadcrumb-bg.jpg);
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.breadcrumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(38, 20, 66, 0.35);
  z-index: -1;
}
.breadcrumb-area.extra {
  padding-bottom: 138px;
}
.breadcrumb-area .breadcrumb-inner {
  padding: 215px 0 215px 0;
  text-align: center;
}
.breadcrumb-area .page-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.breadcrumb-area span {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
}
.breadcrumb-area span::after {
  content: "";
  position: absolute;
  left: -55px;
  top: 12px;
  width: 50px;
  height: 2px;
  background-color: var(--main-color-one);
}
.breadcrumb-area span::before {
  content: "";
  position: absolute;
  right: -55px;
  top: 12px;
  width: 50px;
  height: 2px;
  background-color: var(--main-color-one);
}
.breadcrumb-area p {
  font-size: 14px;
  line-height: 26px;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
}
.breadcrumb-area .page-list li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}
.breadcrumb-area .page-list li:first-child a {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 10px;
  top: 0;
  font-weight: 700;
  content: "";
  font-family: "fontawesome";
}
.breadcrumb-area .page-list li a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.breadcrumb-area .page-list li a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin-top: 30px;
}

.comment-form {
  margin-top: 23px;
}

.comments-area .comments-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.comments-area .comment-list .comment-respond {
  margin-bottom: 30px;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin-bottom: 20px;
}

.comments-area .comment-list li {
  margin-bottom: 30px;
}

.comments-area .comment-list li:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.comments-area .comment-list li ul {
  list-style: none;
}

.comments-area .comment-list li ul.children li {
  margin-left: 50px;
  list-style-type: none;
  list-style: none;
}

.comments-area .comment-list li .single-comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.comments-area .comment-list li .single-comment-wrap .thumb {
  margin-right: 20px;
  min-width: 80px;
  border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
  margin-bottom: 10px;
  border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-list li .single-comment-wrap .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.comments-area .comment-list .has-children {
  padding-left: 80px;
}

.comments-area .comment-list li .single-comment-wrap .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
  max-width: 620px;
}

.comments-area .comment-list li .single-comment-wrap .content p {
  font-size: 16px;
  line-height: 26px;
  word-break: break-word;
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
  color: var(--secondary-color);
}

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
  color: var(--main-color-one);
}

.comments-area .reply-title,
.comments-area .comment-reply-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.comments-area .form-submit {
  margin-bottom: 0;
}

.comment-form .form-group textarea {
  min-height: 160px;
  padding: 15px;
  width: 100%;
  resize: none;
  border: 1px solid #f2f2f3;
  line-height: 26px;
}

.comment-form .form-group.textarea .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comment-form .form-group .form-control {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  border: 1px solid #f2f2f3;
  background-color: transparent;
}

.comment-form .submit-btn {
  height: 50px;
  width: auto;
  border-radius: 5px;
  font-weight: 400;
  background-color: var(--main-color-one);
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #fff;
}

.comment-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.comment-respond {
  /*margin-top: 20px;*/
}

.comments-area .comment-list .children li:last-child {
  margin-bottom: 30px;
}

.comments-area .comment-list li ul.children {
  margin-top: 30px;
}

.comment-form-cookies-consent input[type=checkbox] {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 30px;
}
.widget.style-01 {
  border: 1px solid #ebebeb;
}

.widget.style-01:not(.widget_search) {
  padding: 30px;
}

.widget select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
}

.widget .widget-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 11px;
  margin-bottom: 40px;
  text-transform: uppercase;
  position: relative;
  font-family: var(--heading-font);
}

.widget.widget_calendar {
  padding-right: 24px;
  padding-left: 24px;
}

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

.widget.widget_nav_menu ul li.menu-item-has-children:after {
  display: none;
}

.widget.footer-widget .subscribe-area {
  position: relative;
}
.widget.footer-widget .subscribe-area .form-group {
  margin-bottom: 10px;
}
.widget.footer-widget .subscribe-area .form-group .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget .subscribe-area .form-group .form-control {
  background-color: transparent;
  padding-left: 25px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}
.widget.footer-widget .subscribe-area .form-group .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget .subscribe-area .form-group .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget .subscribe-area .form-group .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget .subscribe-area .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget .subscribe-area .subscribe-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: transparent;
  color: var(--main-color-one);
}
.widget.footer-widget .subscribe-area .subscribe-btn:hover {
  color: var(--main-color-one);
}

.widget_author_meta .content ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px 5px 5px 0;
  color: inherit;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  font-size: 14px !important;
}

.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.widget ul li ul.sub-menu {
  position: initial;
}

.widget.footer-widget.widget_calendar table {
  margin-bottom: 0;
}

.widget.footer-widget.widget_calendar caption {
  padding-bottom: 0;
}

.widget.footer-widget .widget-title {
  color: rgba(255, 255, 255, 0.9);
}

.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td {
  color: #c1c1c1;
  font-size: 14px;
  line-height: 1.8em;
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li {
  color: #c1c1c1;
  font-size: 14px;
}

.widget.footer-widget ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.widget .social_share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.widget .social_share li {
  margin: 0;
  display: block;
  padding: 20px 0 12px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}
.widget .social_share li i {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.widget .social_share li.facebook {
  background-color: #3b5999;
}
.widget .social_share li.twitter {
  background-color: #55acee;
}
.widget .social_share li.instagram {
  background-color: #e4405f;
}
.widget .social_share li a:hover {
  color: #fff;
}
.widget .social_share li + li {
  margin-left: 10px;
}

.widget .recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .recent_post_item li {
  display: block;
}
.widget .recent_post_item li + li {
  margin-top: 20px;
}
.widget .recent_post_item li.single-recent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.widget .recent_post_item li.single-recent-post-item .thumb {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.widget .recent_post_item li.single-recent-post-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.widget .recent_post_item li.single-recent-post-item .content .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.widget .recent_post_item li.single-recent-post-item .content .time {
  font-size: 12px;
  font-weight: 500;
}
.widget .recent_post_item li.single-recent-post-item .content .time i {
  padding-right: 5px;
}

.contact_info_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_info_list li {
  display: block;
}
.contact_info_list li.single-info-item {
  position: relative;
}
.contact_info_list li.single-info-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--main-color-one);
}

.about_us_widget .footer-logo {
  margin-bottom: 40px;
  display: block;
}

.copyright-area {
  padding: 20px 0;
  text-align: center;
  color: #c1c1c1;
  font-size: 14px;
}

.widget-testimonial .icon {
  font-size: 70px;
  line-height: 60px;
  color: var(--main-color-one);
  margin-bottom: 16px;
}
.widget-testimonial p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.widget-testimonial .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 24px;
}
.widget-testimonial .author-meta .thumb {
  margin-right: 20px;
}
.widget-testimonial .author-meta .thumb img {
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}
.widget-testimonial .author-meta .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 15px;
}
.widget-testimonial .author-meta .content .name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.widget-testimonial .author-meta .content .designation {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.practice-sidebar .widget.widget_categories,
.case-sidebar .widget.widget_categories {
  padding: 0px;
  background-color: transparent;
}
.practice-sidebar .widget.widget_categories .widget-title,
.case-sidebar .widget.widget_categories .widget-title {
  background-color: #e1e1e1;
  padding: 15px 30px;
  margin-bottom: 0px;
}
.practice-sidebar .widget.widget_categories ul li,
.case-sidebar .widget.widget_categories ul li {
  position: relative;
  z-index: 0;
  background-color: #f5f5f5;
  padding: 13px 30px;
  margin-bottom: 0;
}
.practice-sidebar .widget.widget_categories ul li + li,
.case-sidebar .widget.widget_categories ul li + li {
  margin-top: 2px;
}
.practice-sidebar .widget.widget_categories ul li:after,
.case-sidebar .widget.widget_categories ul li:after {
  position: absolute;
  left: 15px;
  top: 12px;
  content: "";
  font-family: "fontawesome";
  font-weight: 900;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar.nav-custom-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.nav-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none !important;
  }
}
.nav-custom {
  padding: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  width: 100%;
  min-height: 100px;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  /*----------------------------------
          Mobile Cross Menu
  ------------------------------------*/
}
.nav-custom .navbar-brand .site-title {
  font-weight: 700;
  font-size: 30px;
  font-family: var(--heading-font);
  line-height: 90px;
  color: var(--heading-color);
}
.nav-custom .logo-wrapper {
  max-width: 160px;
}
.nav-custom .logo-wrapper img.alt {
  display: none;
}
.nav-custom .nav-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-custom .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
}
.nav-custom .nav-right-content ul li {
  display: inline-block;
  color: #6a7795;
}
.nav-custom .nav-right-content ul li:last-child {
  margin-right: 0;
}
.nav-custom .nav-right-content ul li a {
  color: #6a7795;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav-custom .nav-right-content ul li a:hover {
  opacity: 0.5;
}
.nav-custom .nav-right-content ul li.search {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav-custom .nav-right-content ul li.search:hover {
  color: var(--main-color-one);
}
.nav-custom .nav-right-content .btn-wrapper {
  margin-left: 20px;
}
.nav-custom .nav-right-content .btn-wrapper .boxed-btn {
  padding: 5px 35px;
  max-width: 145px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  border: 1px solid #e7272d;
}
.nav-custom .nav-right-content .btn-wrapper .boxed-btn:hover {
  border: 1px solid var(--main-color-one);
}
.nav-custom .nav-right-content .icon-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-custom .nav-right-content .icon-part ul li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.nav-custom .nav-right-content .icon-part ul li + li {
  margin-left: 5px;
}
.nav-custom .nav-right-content .icon-part ul li a {
  color: #fff;
}
.nav-custom .nav-right-content .icon-part .cart-icon {
  font-size: 16px;
  padding-left: 20px;
}
.nav-custom .nav-right-content .icon-part .cart-icon li + li {
  padding-left: 10px;
  position: relative;
}
.nav-custom .nav-right-content .icon-part .cart-icon li + li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 60%;
}
.nav-custom-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 1;
}
.nav-custom-fixed {
  position: fixed;
  background-color: #fff;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.nav-custom-fixed .logo-wrapper img.alt {
  display: block;
}
.nav-custom-fixed .logo-wrapper img.def {
  display: none;
}
.nav-custom-fixed .nav-right-content .btn-wrapper .boxed-btn {
  color: var(--heading-color);
  border-color: rgba(0, 0, 0, 0.3);
}
.nav-custom-fixed .nav-right-content .icon-part ul li a {
  color: var(--heading-color);
}
.nav-custom-fixed .nav-right-content .icon-part .cart-icon li + li:before {
  background: rgba(0, 0, 0, 0.2);
}
.nav-custom-menu {
  text-align: center;
  display: block;
  width: 100%;
}
.nav-custom-menu li {
  display: inline-block;
  font-size: 13px;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-weight: 600;
}
.nav-custom-menu li:hover.menu-item-has-children:before {
  color: var(--secondary-color);
}
.nav-custom-menu li:hover a {
  color: var(--secondary-color);
}
.nav-custom-menu li + li {
  margin-left: 30px;
}
.nav-custom-menu li.current-menu-item a {
  color: var(--main-color-one);
}
.nav-custom-menu li.current-menu-item:before {
  color: #fff;
}
.nav-custom-menu li.menu-item-has-children {
  z-index: initial;
  position: relative;
}
.nav-custom-menu li.menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  font-family: "fontawesome";
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.nav-custom-menu li.menu-item-has-children:hover > .sub-menu {
  left: 0em;
  right: auto;
  -webkit-animation: fadeInUpMenu 0.3s ease-in;
  animation: fadeInUpMenu 0.3s ease-in;
}
.nav-custom-menu li.menu-item-has-children:before {
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  top: 49%;
  content: "";
  font-weight: 700;
  font-family: "fontawesome";
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav-custom-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  border-top: 3px solid var(--main-color-one);
  margin: 0;
  padding: 0;
  list-style: none;
  left: -999em;
  top: 100%;
  background-color: #fff;
  z-index: 9;
}
.nav-custom-menu li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 14px;
}
.nav-custom-menu li.menu-item-has-children .sub-menu li + li {
  border-top: 1px solid #e2e2e2;
}
.nav-custom-menu li.menu-item-has-children .sub-menu li a {
  font-weight: 400;
  font-size: 12px;
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav-custom-menu li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.nav-custom-menu li a {
  padding: 35px 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}
.nav-custom .cross-menu .bar1,
.nav-custom .cross-menu .bar2,
.nav-custom .cross-menu .bar3 {
  width: 30px;
  height: 2px;
  background-color: var(--main-color-one);
  margin: 6px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
.nav-custom .cross-menu.change .bar1 {
  -webkit-transform: rotate(-40deg) translate(-4px, 6px);
      -ms-transform: rotate(-40deg) translate(-4px, 6px);
          transform: rotate(-40deg) translate(-4px, 6px);
}
.nav-custom .cross-menu.change .bar2 {
  opacity: 0;
}
.nav-custom .cross-menu.change .bar3 {
  -webkit-transform: rotate(40deg) translate(-5px, -8px);
      -ms-transform: rotate(40deg) translate(-5px, -8px);
          transform: rotate(40deg) translate(-5px, -8px);
}
.nav-custom-container {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}

@media only screen and (max-width: 1200px) {
  .nav-custom-menu li + li {
    margin-left: 10px;
  }

  .nav-custom .nav-right-content .icon-part .cart-icon {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-custom-fixed .nav-custom-menu li a {
    color: #fff;
  }
  .nav-custom-fixed .nav-custom-container .responsive-mobile-menu .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.2);
    padding: 0.35rem 0.55rem 0.35rem 0.47rem;
  }
  .nav-custom-container {
    position: relative;
    z-index: 0;
    min-height: 80px;
    padding: 20px 0px;
  }
  .nav-custom-container .nav-right-content {
    display: none;
  }
  .nav-custom-container .navbar-brand {
    display: block;
  }
  .nav-custom-container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .nav-custom-container .responsive-mobile-menu .navbar-toggler {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 0.25rem 0.5rem 0.25rem 0.45rem;
  }
  .nav-custom-menu {
    background-color: var(--main-color-one);
    padding: 0 20px;
    display: block;
    margin-top: 20px;
  }
  .nav-custom-menu > li {
    padding: 0;
  }
  .nav-custom-menu > li a {
    padding: 10px 0;
    display: block;
  }
  .nav-custom-menu li {
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .nav-custom-menu li:hover a {
    color: #fff;
  }
  .nav-custom-menu li:last-child {
    border-bottom: none;
  }
  .nav-custom-menu li + li {
    margin-left: 0;
  }
  .nav-custom-menu li.current-menu-item a {
    color: #fff;
    opacity: 1;
  }
  .nav-custom-menu li.menu-item-has-children:before {
    content: "";
    top: 25px;
    right: 20px;
  }
  .nav-custom-menu li.menu-item-has-children:hover > .sub-menu {
    border-bottom: none;
    -webkit-animation-name: none;
  }
  .nav-custom-menu li.menu-item-has-children .sub-menu {
    position: relative;
    height: 0;
    min-height: 0;
    overflow: hidden;
    left: 0;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    overflow-y: scroll;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.1);
  }
  .nav-custom-menu li.menu-item-has-children .sub-menu.active {
    min-height: 100px;
  }
  .nav-custom-menu li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .nav-custom-menu li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .nav-custom-menu li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
  .nav-custom-menu li.menu-item-has-children .sub-menu li a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
  }
  .nav-custom-menu li.menu-item-has-children .sub-menu li a:hover {
    background-color: transparent;
  }

  .nav-custom-menu li.menu-item-has-children:before,
.nav-custom-menu li:hover.menu-item-has-children:before,
.nav-custom-fixed .nav-custom-menu li.menu-item-has-children::before {
    color: #fff;
  }
}
@-webkit-keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  40% {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  80% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 1%, 0);
    transform: translate3d(0, 1%, 0);
  }
}
@keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  40% {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  80% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 1%, 0);
    transform: translate3d(0, 1%, 0);
  }
}
@media only screen and (max-width: 575px) {
  .nav-custom-container {
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
/*----------------------------
    Info Bar
----------------------------*/
.info-bar-bottom {
  background-color: transparent;
}
.info-bar-bottom.style-01 {
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 25px 0;
}

.info-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-items li {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.info-items li + li {
  margin-left: 20px;
}
.info-items li:hover {
  color: var(--secondary-color);
}
.info-items li i {
  margin-right: 3px;
  color: var(--secondary-color);
}

.info-items-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-items-02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-items-02 li .title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 15px;
  margin-right: 15px;
}
.info-items-02 li .number {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.info-items-02 li .number span {
  color: var(--secondary-color);
}

.info-items-icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-items-icon li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.info-items-icon li + li {
  margin-left: 20px;
}
.info-items-icon li:hover {
  color: var(--secondary-color);
}

/*----------------------------
    Top Bar
----------------------------*/
.topbar-area {
  background-color: var(--main-color-one);
}
.topbar-area.style-01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  min-height: 55px;
  border-bottom: 1px solid #726c94;
}
.topbar-area.style-01 .info-items li {
  color: rgba(255, 255, 255, 0.8);
}
.topbar-area.style-01 .info-items li i {
  font-size: 16px;
  line-height: 26px;
}
.topbar-area.style-01 .info-items li:hover {
  color: var(--secondary-color);
}
.topbar-area.style-01 .info-items-icon li {
  color: rgba(255, 255, 255, 0.8);
}
.topbar-area.style-01 .info-items-icon li:hover {
  color: var(--secondary-color);
}
.topbar-area.style-02 {
  background-color: var(--main-color-one);
  padding: 10px 0;
}
.topbar-area.style-02 .info-items li {
  color: rgba(255, 255, 255, 0.8);
}
.topbar-area.style-02 .info-items li i {
  font-size: 20px;
  line-height: 30px;
}
.topbar-area.style-02 .info-items li:hover {
  color: var(--secondary-color);
}
.topbar-area.style-02 .info-items-icon li {
  color: rgba(255, 255, 255, 0.8);
}
.topbar-area.style-02 .info-items-icon li:hover {
  color: var(--main-color-one);
}
.topbar-area.style-02 .topbar-inner div:first-child {
  padding-top: 0px;
}

.topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topbar-inner div:first-child {
  padding-top: 15px;
}
.topbar-inner div .boxed-btn {
  padding: 15px 30px;
  background-color: var(--main-color-one);
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.topbar-inner div .boxed-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.header-slider .owl-item.active .title {
  -webkit-animation: slideInLeft 2s 0s both;
          animation: slideInLeft 2s 0s both;
}
.header-slider .owl-item.active p {
  -webkit-animation: slideInLeft 2s 1s both;
          animation: slideInLeft 2s 1s both;
}
.header-slider .owl-item.active span {
  -webkit-animation: slideInRight 2s 1s both;
          animation: slideInRight 2s 1s both;
}
.header-slider .owl-item.active .btn-wrapper {
  -webkit-animation: slideInUp 2s 2s both;
          animation: slideInUp 2s 2s both;
}
.header-slider:hover .owl-nav div {
  visibility: visible;
  opacity: 1;
}
.header-slider .owl-nav > div {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #D74F13; /*rgba(255, 255, 255, 0.6) !important;*/
  border: 1px solid #D74F13; /*rgba(255, 255, 255, 0.6);*/
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
}
.header-slider .owl-nav > div:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.header-slider .owl-nav > div.owl-next {
  left: auto;
  right: 20px;
}

.header-area {
  padding: 300px 0 415px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.header-area .header-inner {
  /*overflow: hidden;*/
  position: relative;
  z-index: 1;
}
.header-area .subtitle {
  position: relative;
  z-index: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 70px;
  letter-spacing: 1px;
}
.header-area .subtitle:after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 60px;
  height: 2px;
  background-color: var(--main-color-one);
  content: "";
}
.header-area.header-bg {
  background-color: #fff;
  background-position: right top;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
.header-area.header-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*background: -webkit-gradient(linear, left top, right top, from(#d74f13), color-stop(50%, rgb(215 79 19 / 82%)), to(rgb(215 79 19 / 10%)));*/
              /*-webkit-gradient(linear, left top, right top, from(#180338), color-stop(50%, rgba(24, 3, 56, 0.95)), to(rgba(24, 3, 56, 0.5)));*/
  /*background: -o-linear-gradient(left, #180338 0%, rgba(24, 3, 56, 0.95) 50%, rgba(24, 3, 56, 0.5) 100%);*/
  /*background: linear-gradient(to right, #d74f13 0%, rgb(215 79 19 / 82%) 50%, rgb(215 79 19 / 10%) 100%);*/
              /*linear-gradient(to right, #180338 0%, rgba(24, 3, 56, 0.95) 50%, rgba(24, 3, 56, 0.5) 100%);*/
}
.header-area.header-bg-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 20, 66, 0.75);
  z-index: -1;
}
.header-area .title {
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.header-area p {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}
.header-area span {
  color: var(--secondary-color);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}

/*----------------------------
    Header Bottom Area
-----------------------------*/
.header-bottom-area.style-02 {
  background-color: transparent;
}
.header-bottom-area.style-04 {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.header-bottom-area.style-03 {
  background-size: cover;
  background-position: center;
}
.header-bottom-area.bg-image {
  position: relative;
}
.header-bottom-area.bg-image::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg/01.jpg);
  width: 50%;
  height: 100%;
  top: -40px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.header-bottom-area.bg-image::after {
  content: "";
  background-color: var(--main-color-one);
  position: absolute;
  background-image: url(../img/bg/02.png);
  width: 50%;
  height: 90%;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-bottom-area.bg-image-02 {
  position: relative;
}
.header-bottom-area.bg-image-02::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg/01.png);
  width: 57%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.header-bottom-area.bg-image-02::after {
  content: "";
  background-color: var(--main-color-one);
  position: absolute;
  background-image: url(../img/bg/02.png);
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-bottom-area .left-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-bottom-area .right-content-area {
  position: relative;
  padding: 20px 0 110px 115px;
  z-index: 1;
}
.header-bottom-area .right-content-area.style-01 {
  padding: 20px 0 33px 115px;
}

.shipping-area {
  background-color: rgba(53, 45, 102, 0.9);
  padding: 52px 30px 60px;
  margin-bottom: 93px;
  margin-top: 15px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.shipping-area .section-title .title {
  padding-left: 15px;
  position: relative;
}
.shipping-area .section-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background-color: var(--secondary-color);
}
.shipping-area .section-title p {
  font-size: 14px;
}

.shipping-form .form-group textarea {
  max-height: 160px;
  resize: none;
}
.shipping-form .form-group .form-control {
  border: transparent;
  border-radius: 0;
  border-bottom: 1px solid #98989c;
  padding: 15px 30px 15px 30px;
  margin-bottom: 25px;
}
.shipping-form .submit-btn {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  width: 100%;
  padding: 19px 40px;
  font-weight: 700;
  color: var(--heading-color);
}
.shipping-form .submit-btn:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.header-bottom-wrap {
  background-color: var(--secondary-color);
  padding: 30px 0 40px 0;
}

.why-us-img.bg-image {
  height: 100%;
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.single-header-bottom-item {
  position: relative;
  z-index: 0;
  padding: 30px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.single-header-bottom-item.style-01 {
  text-align: right;
}
.single-header-bottom-item.style-01 .icon {
  margin-left: 30px;
}
.single-header-bottom-item.style-03 .content .title {
  font-size: 16px;
}
.single-header-bottom-item.white .content .title {
  color: white;
}
.single-header-bottom-item.white .content p {
  color: rgba(255, 255, 255, 0.8);
}
.single-header-bottom-item .bg-text {
  font-size: 120px;
  line-height: 100px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: -1;
  color: #434950;
  font-family: var(--heading-font);
}
.single-header-bottom-item:hover .icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.single-header-bottom-item .icon {
  font-size: 65px;
  line-height: 75px;
  color: var(--secondary-color);
  margin-right: 30px;
  display: inline-block;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.single-header-bottom-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-header-bottom-item .content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: var(--heading-color);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  margin-bottom: 5px;
}
.single-header-bottom-item .content p {
  margin-bottom: 0px;
  color: var(--heading-color);
  font-size: 14px;
}

.single-header-bottom-item-02 {
  position: relative;
  z-index: 0;
  padding: 30px 0 20px 0;
  text-align: center;
}
.single-header-bottom-item-02:hover .icon:after {
  opacity: 1;
}
.single-header-bottom-item-02:hover .content .title {
  color: var(--main-color-one);
}
.single-header-bottom-item-02 .icon {
  font-size: 50px;
  line-height: 120px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  width: 120px;
  height: 120px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}
.single-header-bottom-item-02 .icon:after {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 140px;
  height: 140px;
  background-color: var(--main-color-one);
  opacity: 0.6;
  content: "";
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.single-header-bottom-item-02 .content .title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  margin-bottom: 5px;
}
.single-header-bottom-item-02 .content p {
  margin-bottom: 0px;
}

.single-header-bottom-item-03 {
  position: relative;
  z-index: 0;
  padding: 30px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.single-header-bottom-item-03.black .content .title {
  color: var(--heading-color);
}
.single-header-bottom-item-03:hover .content .title {
  color: var(--main-color-one);
}
.single-header-bottom-item-03:hover .icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.single-header-bottom-item-03.white .content .title {
  color: #fff;
  font-size: 20px;
}
.single-header-bottom-item-03.white .content p {
  color: rgba(255, 255, 255, 0.8);
}
.single-header-bottom-item-03 .icon {
  font-size: 50px;
  line-height: 80px;
  color: #fff;
  margin-right: 20px;
  display: inline-block;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: var(--main-color-one);
  text-align: center;
}
.single-header-bottom-item-03 .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}
.single-header-bottom-item-03 .content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  margin-bottom: 5px;
}
.single-header-bottom-item-03 .content p {
  margin-bottom: 0px;
  font-size: 14px;
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-area {
  background-color: #000;
}

.footer-area .copyright-content p {
  margin-bottom: 0;
  color: #c1c1c1;
}
.footer-area .copyright-area {
  background: #111;
}

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

.footer-widget.one img {
  max-width: 160px !important;
}

.footer-top [class*=col-] {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .footer-top .widget .widget-title {
    margin-bottom: 30px;
  }
}
.contact-area {
  background-color: #0c0c0c;
  position: relative;
  z-index: 0;
}
.contact-area:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #111111;
  z-index: -1;
}
.contact-area:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 1px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--main-color-one);
  z-index: 0;
}
.contact-area .section-title .title {
  max-width: 450px;
}

.contact-content {
  padding-left: 115px;
}
.contact-content .title {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-content p {
  color: #fff;
  max-width: 190px;
  font-weight: 400;
  line-height: 30px;
}

/*-----------------------
    Error 404 Page
-----------------------*/
.error-404 {
  text-align: center;
}
.error-404 .title {
  font-size: 200px;
  line-height: 160px;
  font-weight: 700;
  margin-bottom: 45px;
  color: var(--main-color-one);
}
.error-404 .subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.error-404 .search-form {
  position: relative;
  z-index: 0;
  margin-top: 36px;
}
.error-404 .search-form .form-control {
  height: 54px;
  padding: 0 20px;
}
.error-404 .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  text-align: center;
  padding: 0;
  height: 55px;
}

/*--------------------------
  // Team Area
--------------------------*/
.team-section {
  position: relative;
}
.team-section:hover .content {
  padding: 45px;
  position: absolute;
  margin-top: -90px;
  left: 25px;
  right: 25px;
  background-color: var(--main-color-one);
  z-index: 1;
}
.team-section:hover .content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.team-section:hover .content .social-link {
  visibility: visible;
  right: 0;
  opacity: 1;
}
.team-section:hover .content .title {
  color: #fff;
}
.team-section .team-img-cont img {
  width: 100%;
}
.team-section .content {
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
  padding: 30px 0;
}
.team-section .content .social-link {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-bottom: 10px;
}
.team-section .content .social-link ul li {
  text-align: center;
  color: #fff;
}
.team-section .content .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #fff;
}
.team-section .content span {
  font-size: 13px;
  opacity: 0.8;
}

/*-----------------------------
    Why Us Area
------------------------------*/
.business-growth.bg-image {
  position: relative;
  z-index: 0;
}
.business-growth.bg-image::after {
  content: "";
  position: absolute;
  background-image: url(../img/business-growth/01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.business-growth-top .section-title .title {
  position: relative;
  padding-bottom: 20px;
}
.business-growth-top .section-title .title::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 2px;
  left: 0;
  bottom: -25px;
  background-color: var(--main-color-one);
}
.business-growth-top .section-title p {
  padding-bottom: 15px;
  padding-left: 190px;
}
.business-growth-top .section-title .vdo-btn {
  padding-left: 190px;
  font-weight: 800;
}
.business-growth-top .section-title .vdo-btn span {
  margin-right: 10px;
}

@media only screen and (max-width: 1200px) {
  .business-growth-top .section-title .title:before {
    width: 70px;
  }
  .business-growth-top .section-title p {
    padding-left: 90px;
  }
  .business-growth-top .section-title .vdo-btn {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .business-growth.bg-image:after {
    width: 100%;
    opacity: 0.2;
  }
}
/*-----------------------------
    Call To Action Area
-----------------------------*/
.call-to-action-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 310px;
}
.call-to-action-inner.bg-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.call-to-action-inner.bg-image::after {
  content: "";
  position: absolute;
  background-image: url(../img/call-to-action/01.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding: 140px 0;
  position: absolute;
  left: 0;
}
.call-to-action-inner.style-02 .title {
  font-size: 60px;
  line-height: 70px;
}
.call-to-action-inner .icon {
  font-size: 120px;
  color: var(--secondary-color);
}
.call-to-action-inner .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}
.call-to-action-inner .subtitle {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
}

/*-------------------------
    Testimonial Area
--------------------------*/
.testimonial-area {
  position: relative;
  z-index: 0;
}
.testimonial-area.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonial-top {
  position: relative;
  z-index: 0;
}
.testimonial-top::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--main-color-one);
}
.testimonial-top .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-top .section-title .icon {
  font-size: 160px;
  line-height: 125px;
  padding-left: 40px;
  color: #fff;
  margin-right: 40px;
}

/*---------------------------
    Request Form Quote
---------------------------*/
.request-area .left-content-area {
  background-color: #f6f6f6;
  padding: 120px 60px 120px 60px;
  height: 100%;
}
.request-area .left-content-area .request-img {
  height: 100%;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
.request-area .right-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.request-page-form-wrap {
  background-color: var(--main-color-one);
  padding: 60px 60px 60px;
  position: relative;
  z-index: 2;
}
.request-page-form-wrap .title {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.request-page-form .form-group textarea {
  max-height: 160px;
  resize: none;
}
.request-page-form .form-group .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 15px 30px 15px 0px;
  margin-bottom: 25px;
  color: #fff;
  background-color: transparent;
  font-weight: 400;
  font-size: 14px;
}
.request-page-form .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.request-page-form .form-group .form-control::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.request-page-form .form-group .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.request-page-form .form-group .form-control::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.request-page-form .form-group .form-control::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.request-page-form .form-group .form-control:focus {
  border-bottom: 1px solid #fff;
}
.request-page-form .submit-btn {
  background-color: var(--secondary-color);
  padding: 19px 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  cursor: pointer;
}
.request-page-form .submit-btn:hover {
  background-color: #fff;
  color: var(--main-color-one);
  border: 1px solid #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

/*--------------------------
    Counterup Area
--------------------------*/
.counter-wrap .elementor-counter {
  text-align: left;
}
.counter-wrap .elementor-counter .elementor-counter-number-prefix {
  display: none;
}
.counter-wrap .elementor-counter .elementor-counter-title {
  text-align: left;
}

/*-----------------------------
    Case Category
-----------------------------*/
.case-categories-area {
  position: relative;
}
.case-categories-area.bg-image {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.case-categories-area.bg-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  opacity: 0.8;
  z-index: -1;
  content: "";
}

/*----------------------------
  Advertising-area
----------------------------*/
.our-advertising-area {
  position: relative;
  z-index: 0;
}
.our-advertising-area .line-b:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--main-color-one);
  z-index: 0;
}
.our-advertising-area.bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-advertising-area.bg-image:after {
  width: 50%;
  height: 100%;
  background-image: url(../img/bg/04.png);
}
.our-advertising-area.bg-image:before {
  width: 50%;
  height: 100%;
  right: 0;
  left: auto;
  background-image: url(../img/bg/05.png);
}
.our-advertising-area .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  padding-right: 110px;
}

.our-milestone {
  padding-left: 110px;
}
.our-milestone .title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.our-milestone p {
  color: #fff;
  padding-bottom: 10px;
}
.our-milestone .milestone-plan .progress-title .title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
}

/*-----------------------------
Client Area
-----------------------------*/
.client-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.client-area .single-brand a img {
  -webkit-filter: opacity(0.4) grayscale(1);
          filter: opacity(0.4) grayscale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.client-area .single-brand a:hover img {
  -webkit-filter: opacity(1) grayscale(0);
          filter: opacity(1) grayscale(0);
}

.project-section .ekit-wid-con .elementskit-info-image-box {
  position: relative;
}
@media (max-width: 1024px) {
  .project-section .ekit-wid-con .elementskit-info-image-box .elementskit-box-header img {
    width: 100%;
  }
}
.project-section .ekit-wid-con .elementskit-info-image-box .elementskit-box-body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  left: 25px;
  right: 25px;
  top: 25px;
  bottom: 25px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.project-section .ekit-wid-con .elementskit-info-image-box:hover .elementskit-box-body {
  opacity: 1;
  visibility: visible;
}

.project-style3 .project-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 1;
}
.project-style3 .project-gallery-item {
  position: relative;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

/*--------------------------------
    Gallery Item
--------------------------------*/
.case-studies-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 25px;
}
.case-studies-menu li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.case-studies-menu li span {
  margin-left: 20px;
  margin-right: 20px;
}
.case-studies-menu li.active {
  color: var(--main-color-one);
}

.case-studies-masonry .masonry-item {
  cursor: pointer;
}

.single-case-studies-item {
  margin-bottom: 40px;
}
.single-case-studies-item .thumb {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 10px;
  display: inline-block;
}
.single-case-studies-item .thumb:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: rgba(38, 20, 66, 0.8);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-case-studies-item .thumb:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(38, 20, 66, 0.8);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-case-studies-item .thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-case-studies-item .thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--main-color-one);
  opacity: 0;
  font-size: 60px;
  z-index: 1;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.single-case-studies-item .content .title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
.single-case-studies-item .content p {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.single-case-studies-item:hover .thumb:after {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.single-case-studies-item:hover .thumb:before {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.single-case-studies-item:hover .thumb img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.single-case-studies-item:hover .thumb .icon {
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .single-case-studies-item .thumb {
    display: block;
  }
  .single-case-studies-item .thumb img {
    width: 100%;
  }
}
.who-we-are-wrapper.bg-image::after {
  right: 0;
  left: auto;
  width: 50%;
  height: 100%;
  background-image: url(../img/who-we/01.png);
}
.who-we-are-wrapper p {
  max-width: 410px;
}

/*--------------------------
   service details
--------------------------*/
.service-title-area .title-md {
  max-width: 420px;
}
.service-title-area .section-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.service-wrapper.bg-image {
  position: relative;
  z-index: 0;
}
.service-wrapper.bg-image::after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 76%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url(../img/service/bg-2.png);
}

.service-inner-item {
  background-color: #fff;
  padding: 50px 20px 50px 0;
}
.service-inner-item .servicee-area {
  padding-top: 15px;
}
.service-inner-item .servicee-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.service-inner-item .servicee-area ul li {
  margin-bottom: 15px;
}
.service-inner-item .servicee-area ul li a i {
  color: var(--main-color-one);
  margin-right: 10px;
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}

/*-----------------------
    Bg Image
-----------------------*/
.bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.bg-image:after, .bg-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.bg-image.overlay {
  position: relative;
}
.bg-image.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 34, 0.7);
}

/*-------------------------
    ## Preloader Css
---------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: var(--main-color-one);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*---------------------------------------
## Button
---------------------------------------*/
.btn-wrapper {
  display: block;
}
.btn-wrapper .boxed-btn {
  background-color: #656262;
  /*var(--secondary-color);*/
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 40px;
  text-transform: uppercase;
  min-width: 160px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.btn-wrapper .boxed-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #444343;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
}
.btn-wrapper .boxed-btn.white:hover {
  background-color: #fff;
  color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.outer-btn {
  border: 1px solid transparent;
}
.btn-wrapper .boxed-btn.outer-btn:hover {
  background-color: transparent;
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}
.btn-wrapper .boxed-btn.blank {
  color: var(--heading-color);
  background-color: transparent;
  border: 1px solid var(--main-color-one);
}
.btn-wrapper .boxed-btn.blank.reverse-color {
  background-color: transparent;
  border: 2px solid var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.blank.reverse-color:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.blank:hover {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--main-color-one);
}
.btn-wrapper .boxed-btn:hover::after {
  width: 100%;
  height: 100%;
}
.btn-wrapper .boxed-btn.btn-rounded {
  border-radius: 30px;
}
.btn-wrapper .boxed-btn.reverse-color {
  background-color: var(--secondary-color);
}
.btn-wrapper .boxed-btn.reverse-color:hover {
  background-color: var(--main-color-one);
}
.btn-wrapper .request-btn {
  background-color: rgba(24, 23, 32, 0.5);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--heading-font);
  padding: 8px 40px;
  min-width: 160px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 700;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 0, 63% 0);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 0, 63% 0);
  position: relative;
}
.btn-wrapper .request-btn::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--secondary-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-wrapper .request-btn:hover:after {
  width: 100%;
  z-index: -1;
}
.btn-wrapper .request-btn.style-01 {
  background-color: var(--secondary-color);
  color: var(--main-color-one);
  line-height: 70px;
  padding: 0 40px;
}
.btn-wrapper .request-btn.style-02 {
  background-color: var(--main-color-one);
  color: #fff;
  line-height: 70px;
  padding: 0 40px;
}

.line-btn {
  color: #fff;
  display: block;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}
.line-btn.min {
  color: inherit;
}
.line-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 80px;
  height: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--main-color-one);
}
.line-btn:hover:after {
  width: 90px;
}

.close-btn {
  position: absolute;
  right: 0px;
  top: -33px;
  width: 30px;
  height: 30px;
  color: #fff;
  border: 0;
  background-color: var(--main-color-one);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 0;
  text-align: center;
}

.desktop-center {
  text-align: center;
}

.desktop-left {
  text-align: left;
}

.desktop-right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .tablet-center {
    text-align: center;
  }

  .tablet-left {
    text-align: left;
  }

  .tablet-right {
    text-align: right;
  }
}
@media only screen and (max-width: 414px) {
  .mobile-center {
    text-align: center;
  }

  .mobile-left {
    text-align: left;
  }

  .mobile-right {
    text-align: right;
  }
}
.milestone-plan .title {
  font-size: 30px;
  font-weight: 600;
  color: var(--heading-color);
  padding-bottom: 10px;
  padding-top: 10px;
}

.progress-item .single-progressbar {
  margin-bottom: 12px;
}
.progress-item .single-progressbar .subtitle {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  font-family: var(--body-font);
}
.progress-item .single-progressbar .progressbar {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 25px;
  position: relative;
  background-color: #f4f4f4;
}
.progress-item .single-progressbar .progressbar .proggress {
  height: 8px;
  width: 10px;
}
.progress-item .single-progressbar .progressbar .percentCount {
  float: right;
  margin-top: -25px;
  clear: both;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.progress-i {
  position: relative;
  display: inline-block;
  text-align: center;
}
.progress-i .barOverflow {
  /* Wraps the rotating .bar */
  position: relative;
  overflow: hidden;
  /* Comment this line to understand the trick */
  width: 120px;
  height: 120px;
  /* Half circle (overflow) */
  margin-bottom: -14px;
  /* bring the numbers up */
}
.progress-i .barOverflow .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  /* full circle! */
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #eee;
  /* half gray, */
  border-bottom-color: var(--main-color-one);
  /* half azure */
  border-right-color: var(--main-color-one);
}
.progress-i span {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right;
  -webkit-animation: loading-1 1.8s linear forwards;
          animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 77%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.progress .progress-value span {
  font-size: 13px;
  font-weight: 400;
}

.progress.blue .progress-bar {
  border-color: #049dff;
}

.progress.blue .progress-left .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards 1.8s;
          animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: var(--main-color-one);
}

.progress.yellow .progress-left .progress-bar {
  -webkit-animation: loading-3 1s linear forwards 1.8s;
          animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
  border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
  -webkit-animation: loading-4 0.4s linear forwards 1.8s;
          animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
  border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
  -webkit-animation: loading-5 1.2s linear forwards 1.8s;
          animation: loading-5 1.2s linear forwards 1.8s;
}

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@-webkit-keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px;
  }
}
/*-----------------------
    Blog Grid Item
-----------------------*/
.blog-details-item .blog-author-item {
  margin-top: 30px;
  text-align: center;
  border-right: 1px solid #ebebeb;
}
.blog-details-item .blog-author-item .post-time .post-date {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 0;
  color: var(--main-color-one);
}
.blog-details-item .blog-author-item .post-time span {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--heading-font);
}
.blog-details-item .blog-author-item .author-mate {
  margin-top: 30px;
  margin-bottom: 25px;
}
.blog-details-item .blog-author-item .author-mate .author-name {
  font-size: 14px;
  margin-top: 15px;
}
.blog-details-item .blog-details-content {
  padding: 30px 0;
}
.blog-details-item .blog-details-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details-item .blog-details-item-header .social-link {
  margin-left: 50px;
}
.blog-details-item .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-details-item p {
  line-height: 1.6;
}
.blog-details-item blockquote {
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 0;
  position: relative;
  background-color: var(--main-color-one);
  z-index: 0;
}
.blog-details-item blockquote p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 60px;
}
.blog-details-item blockquote p:before {
  position: absolute;
  content: "";
  font-family: Flaticon;
  font-size: 45px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: inline-block;
  padding-left: 10px;
  left: 0;
  line-height: 1;
}
.blog-details-item blockquote .icon {
  position: absolute;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: 25px;
  top: 25px;
  font-size: 45px;
  color: #fff;
}
.blog-details-item .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.blog-details-item .post-meta li {
  display: inline-block;
  font-size: 14px;
}
.blog-details-item .post-meta li i {
  color: var(--secondary-color);
  margin-right: 5px;
}
.blog-details-item .post-meta li + li {
  margin-left: 10px;
}
.blog-details-item .post-meta li a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details-item .post-meta li a:hover {
  color: var(--main-color-one);
}
.blog-details-item .post-meta .date a {
  color: var(--secondary-color);
}

.blog-details-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding: 15px 30px;
  background-color: #111;
}
.blog-details-footer .footer-post .post-btn {
  color: var(--main-color-one);
  font-size: 12px;
  font-weight: 500;
}
.blog-details-footer .footer-post .post-btn span {
  margin: 0 3px;
}
.blog-details-footer .footer-post .title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.blog-details-footer .right {
  text-align: right;
}

.project-gallery-item {
  position: relative;
}
.project-gallery-item img {
  width: 100%;
}
.project-gallery-item .content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  left: 25px;
  right: 25px;
  top: 25px;
  bottom: 25px;
  padding: 20px 30px;
  background-color: var(--main-color-one);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.project-gallery-item .content .title {
  margin-bottom: 0;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}
.project-gallery-item .content p {
  color: #fff;
}
.project-gallery-item:hover .content {
  visibility: visible;
  opacity: 1;
}

/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-wrapper .card {
  border: none;
  background-color: transparent;
}
.accordion-wrapper .card + .card {
  margin-top: 20px;
}
.accordion-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}
.accordion-wrapper .card .card-header a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  padding: 14px 30px;
  cursor: pointer;
  position: relative;
}
.accordion-wrapper .card .card-header a:after {
  position: absolute;
  left: 0;
  top: 15px;
  color: var(--main-color-one);
  content: "";
  font-family: "fontawesome";
}
.accordion-wrapper .card .card-header a[aria-expanded=false]:after {
  content: "";
}
.accordion-wrapper .card .card-body {
  padding: 0;
}

/*-------------------------
    Contact Info Item
-------------------------*/
.single-contact-item .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}
.single-contact-item .details {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
}

.contact_map {
  height: 100%;
}

#map {
  min-height: 500px;
  height: 100%;
  background-color: #ddd;
}

.contact-page-form .form-group textarea {
  height: 100px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  resize: none;
  padding: 20px 0;
  margin-bottom: 20px;
}
.contact-page-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.8);
}
.contact-page-form .form-group textarea::-moz-placeholder {
  color: rgba(17, 17, 17, 0.8);
}
.contact-page-form .form-group textarea:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.8);
}
.contact-page-form .form-group textarea::-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.8);
}
.contact-page-form .form-group textarea::placeholder {
  color: rgba(17, 17, 17, 0.8);
}
.contact-page-form .form-group textarea:focus {
  border-bottom: 1px solid #c1c1c1;
}
.contact-page-form .form-group .form-control {
  border: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  color: #222222;
  background-color: transparent;
  padding: 20px 30px 20px 0px;
  margin-bottom: 15px;
}
.contact-page-form .form-group .form-control::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.8);
}
.contact-page-form .form-group .form-control::-moz-placeholder {
  color: rgba(17, 17, 17, 0.8);
}
.contact-page-form .form-group .form-control:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.8);
}
.contact-page-form .form-group .form-control::-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.8);
}
.contact-page-form .form-group .form-control::placeholder {
  color: rgba(17, 17, 17, 0.8);
}
.contact-page-form .form-group .form-control:focus {
  border-bottom: 1px solid #c1c1c1;
}

/*----------------------------
    Quote Block With Sign
----------------------------*/
.quote-block-with-sign {
  position: relative;
  z-index: 0;
  background-color: var(--secondary-color);
  padding: 50px 40px 60px 40px;
}
.quote-block-with-sign.radius-right {
  border-bottom-right-radius: 60px;
}
.quote-block-with-sign:after {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 100px;
  line-height: 100px;
  color: #706d5f;
  font-weight: 900;
  font-family: "fontawesome";
  content: "";
  z-index: -1;
}
.quote-block-with-sign p {
  font-size: 28px;
  line-height: 43px;
  font-style: italic;
  font-family: var(--heading-font);
  color: #fff;
}
.quote-block-with-sign .sign {
  margin-top: 26px;
}

/*----------------------------
    Counterup Item
----------------------------*/
.single-counterup-01.style-01 {
  text-align: left;
}
.single-counterup-01.style-01 .content .title::after {
  top: 0;
  left: 0;
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
}
.single-counterup-01 .icon {
  font-size: 70px;
  line-height: 80px;
  color: var(--main-color-one);
  margin-bottom: 12px;
}
.single-counterup-01 .content .title {
  font-size: 14px;
  line-height: 28px;
  font-family: var(--body-font);
}
.single-counterup-01 .content .count-wrap {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--main-color-one);
  font-family: var(--heading-font);
}

/*-------------------------
    Video With Image
-------------------------*/
.video-with-image .img-wrapper {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.video-with-image .img-wrapper img {
  width: 100%;
}
.video-with-image .img-wrapper .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*--------------------------
    Video Play Button
--------------------------*/
.video-play {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  background-color: var(--main-color-one);
  border-radius: 50%;
  color: #fff;
}

.video-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--main-color-one);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.video-play:hover,
.video-play:focus {
  color: #fff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
/*------------------------
    Why us Item
------------------------*/
.single-why-us-box.style-01 .title {
  color: #fff;
}
.single-why-us-box.style-01 p {
  color: #fff;
}
.single-why-us-box .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: var(--secondary-color);
  font-size: 30px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.single-why-us-box .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-why-us-box .content .title {
  font-size: 18px;
  line-height: 34px;
  font-family: var(--heading-font);
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.single-why-us-box .content p {
  font-size: 14px;
  max-width: 265px;
}

/*-------------------------
    Section Title
-------------------------*/
.title-line .elementskit-section-title {
  position: relative;
  display: inline-block;
}
.title-line .elementskit-section-title::after {
  content: "";
  position: absolute;
  right: -170px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 155px;
  background-color: var(--main-color-one);
}

.meta {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--heading-font);
  text-transform: uppercase;
  color: var(--main-color-one);
  margin-bottom: 20px;
}

.bg-litewhite {
  background-color: #eaeaef;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: var(--main-color-one);
}

/*--------------------------
 what we cover item
---------------------------*/
.our-service-area {
  position: relative;
}
.our-service-area .bg-text {
  position: absolute;
  -webkit-animation: mymove 5s infinite;
          animation: mymove 5s infinite;
  top: 36%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.our-service-area .bg-text .title {
  font-size: 26.667vw;
  font-weight: 900;
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: #f2f2f2;
  -webkit-text-fill-color: transparent;
}
.our-service-area .btn-wrapper .boxed-btn {
  padding: 5px 30px;
}

.single-what-we-service-item {
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  position: relative;
}
.single-what-we-service-item:hover .single-what-img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.single-what-we-service-item .single-what-img {
  overflow: hidden;
}
.single-what-we-service-item .single-what-img img {
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.single-what-we-service-item .content-wrapper {
  padding: 30px 15px 18px 30px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.single-what-we-service-item .content-wrapper .icon {
  font-size: 45px;
  color: var(--main-color-one);
  line-height: 1;
  margin-bottom: 20px;
  max-width: 50px;
}
.single-what-we-service-item .content-wrapper .content .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.single-what-we-service-item .content-wrapper .content p {
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  max-width: 225px;
}

@-webkit-keyframes mymove {
  from {
    left: 0px;
  }
  to {
    left: 200px;
  }
}

@keyframes mymove {
  from {
    left: 0px;
  }
  to {
    left: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .our-service-area .bg-text {
    top: 18%;
  }
}
/*-------------------------
    Icon Box Item
-------------------------*/
.single-icon-box-01 {
  background-color: #fff;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.single-icon-box-01:after, .single-icon-box-01:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  content: "";
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-icon-box-01:after {
  -webkit-transform: translate(-100%, -100%);
      -ms-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.single-icon-box-01:before {
  -webkit-transform: translate(100%, 100%);
      -ms-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}
.single-icon-box-01:hover .content .title {
  color: var(--main-color-one);
}
.single-icon-box-01:hover .content p {
  color: rgba(255, 255, 255, 0.8);
}
.single-icon-box-01:hover:after {
  -webkit-transform: translate(100%, 100%);
      -ms-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
  visibility: visible;
  opacity: 1;
}
.single-icon-box-01:hover:before {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  visibility: visible;
  opacity: 1;
}
.single-icon-box-01 .icon {
  font-size: 60px;
  line-height: 70px;
  color: var(--main-color-one);
  margin-bottom: 18px;
}
.single-icon-box-01 .content .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
}
.single-icon-box-01 .content p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.single-icon-box-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #fff;
  padding: 20px 20px 20px 20px;
}
.single-icon-box-02:hover .icon i {
  -ms-transform: rotateY(360deg);
  /* IE 9 */
  -webkit-transform: rotateY(360deg);
  /* Chrome, Safari, Opera */
  transform: rotateY(360deg);
}
.single-icon-box-02:hover .content .title {
  color: var(--main-color-one);
}
.single-icon-box-02 .icon {
  margin-right: 20px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 40px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.single-icon-box-02 .icon i {
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  display: inline-block;
}
.single-icon-box-02 .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 5px;
}
.single-icon-box-02 .content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.social-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-link ul li {
  color: var(--heading-color);
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.social-link ul li:hover {
  color: var(--secondary-color);
}
.social-link.style-01 ul li {
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.social-link.style-01 ul li:hover {
  color: var(--main-color-one);
}
.social-link.style-02 ul li {
  border: none;
  font-size: 30px;
  display: inline-block;
}
.social-link.style-02 ul li + li {
  margin-left: 5px;
}
.social-link.style-02 ul li i.facebook {
  color: #3b5999;
}
.social-link.style-02 ul li i.twitter {
  color: #55acee;
}
.social-link.style-02 ul li i.g-plus {
  color: #dd4b39;
}
.social-link.style-02 ul li i.instagram {
  color: #e4405f;
}
.social-link.style-03 ul li {
  border: none;
  height: inherit;
  width: inherit;
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
}

.search-popup .search-form {
  min-width: 415px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.search-popup .search-form .form-group .form-control {
  border: none;
  border-radius: 0px;
  height: 45px;
  padding: 0 100px 0 30px;
}

.search-popup .search-form .submit-btn {
  position: absolute;
  right: -15px;
  top: -20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-color: var(--hover-color);
  background-color: var(--hover-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 0;
  text-align: center;
}
.search-popup .search-form .submit-btn span {
  color: #fff;
  font-size: 20px;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(15, 16, 30, 0.95);
  z-index: 9999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.body-overlay.active {
  visibility: visible;
  opacity: 1;
}

.click-mobile-search {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 20px;
  background: #fff;
}

/*--------------------------------
    Case Study 
--------------------------------*/
/*------------------------------
    Testimonial Item
-----------------------------*/
.testimonial-carousel .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
}
.testimonial-carousel .owl-nav div {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.testimonial-carousel .owl-nav div:hover {
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}
.testimonial-carousel .owl-nav div.owl-next {
  left: auto;
}

.single-testimonial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-right: 70px;
}
.single-testimonial-item .icon {
  font-size: 25px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  color: #e5e5e5;
  background-color: var(--secondary-color);
  margin-right: 70px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 1;
}
.single-testimonial-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.single-testimonial-item .content .thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.single-testimonial-item .content .thumb img {
  border-radius: 50%;
}
.single-testimonial-item .content .description {
  font-size: 20px;
  line-height: 34px;
  color: #54545a;
  font-weight: 400;
  margin-bottom: 17px;
}
.single-testimonial-item .content .author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 10px;
}
.single-testimonial-item .content .author-details .author-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
  margin-top: 12px;
}
.single-testimonial-item .content .author-details .author-meta .title {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--heading-color);
}
.single-testimonial-item .content .author-details .author-meta .designation {
  color: #a8a8a8;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

/*---------------------------
    Our Misson
---------------------------*/
.misson-area {
  border-bottom: 1px solid #393d44;
}
.misson-area.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}
.misson-area .misson-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.misson-area .misson-content .section-title .title {
  padding-left: 15px;
  position: relative;
}
.misson-area .misson-content .section-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background-color: var(--secondary-color);
}
.misson-area .misson-content .section-title p {
  font-size: 14px;
  margin-bottom: 30px;
}

.single-misson-item {
  position: relative;
  z-index: 0;
  text-align: left;
}
.single-misson-item .content {
  padding: 30px 30px;
  background-color: rgba(53, 45, 102, 0.6);
}
.single-misson-item .content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: white;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.single-misson-item .content p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 20px;
}
.single-misson-item .content .readmore {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary-color);
}

@media only screen and (max-width: 1200px) {
  .our-milestone {
    padding-left: 40px;
  }
}
/*----------------------------
    Blog Grid Item
-----------------------------*/
.blog-grid-carousel .owl-nav div {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
  color: var(--main-color-one);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.blog-grid-carousel .owl-nav div:hover {
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}
.blog-grid-carousel .owl-nav div.owl-next {
  left: auto;
  right: -60px;
}

.single-blog-grid-01 {
  overflow: hidden;
  position: relative;
}
.single-blog-grid-01 .single-blog-grid-thumb {
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 0;
}
.single-blog-grid-01 .single-blog-grid-thumb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(28, 28, 32, 0.5);
}
.single-blog-grid-01 .single-blog-grid-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-blog-grid-01:hover .single-blog-grid-thumb {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.single-blog-grid-01 .content {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px 35px 50px;
  border-bottom: 1px solid #e9e9ec;
}
.single-blog-grid-01 .content .post-date {
  padding: 10px 20px;
  margin-bottom: 35px;
  display: inline-block;
  background-color: var(--main-color-one);
}
.single-blog-grid-01 .content .post-date .date {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.single-blog-grid-01 .content .post-date span {
  color: #fff;
}
.single-blog-grid-01 .content .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.single-blog-grid-01 .content .post-meta span {
  color: #fff;
}
.single-blog-grid-01 .content .post-meta li {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}
.single-blog-grid-01 .content .post-meta li i {
  margin-right: 5px;
}
.single-blog-grid-01 .content .post-meta li:hover a {
  color: var(--main-color-one);
}
.single-blog-grid-01 .content .post-meta li + li {
  margin-left: 20px;
}
.single-blog-grid-01 .content .post-meta li a {
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  color: #fff;
}
.single-blog-grid-01 .content .post-meta li a i {
  color: #fff;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.single-blog-grid-01 .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  color: #fff;
  padding-bottom: 10px;
}
.single-blog-grid-01 .content .read-btn {
  color: #fff;
  display: block;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}
.single-blog-grid-01 .content .read-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 80px;
  height: 2px;
  background-color: var(--main-color-one);
}

/*------------------------------
    Case Category Item
------------------------------*/
.case-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case-category-list.white .single-case-item + .single-case-item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.case-category-list.white .single-case-item .content .title {
  color: #fff;
}
.case-category-list .single-case-item {
  width: calc(100% / 5);
  padding: 115px 0 115px 0;
  text-align: center;
}
.case-category-list .single-case-item + .single-case-item {
  border-left: 1px solid #e2e2e2;
}
.case-category-list .single-case-item .icon {
  font-size: 60px;
  line-height: 70px;
  color: var(--main-color-one);
  margin-bottom: 18px;
}
.case-category-list .single-case-item .content .title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 0px;
}

/*-------------------------------
    Quote With Image
-------------------------------*/
.quote-with-image-02 {
  margin-bottom: 40px;
}
.quote-with-image-02 .img-wrapper {
  position: relative;
  z-index: 0;
}
.quote-with-image-02 .img-wrapper .hover {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 80%;
}
.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign {
  padding: 50px 60px 60px 60px;
}
.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign:after {
  left: 40px;
  top: 30px;
}

.who-we-are-item .content {
  padding: 40px 0;
  background-color: #fff;
}
.who-we-are-item .content .title {
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  text-transform: uppercase;
}
.who-we-are-item .content p {
  max-width: 230px;
}

/*---------------------------------
    Price Plan Item
---------------------------------*/
.single-price-plan-01 {
  text-align: center;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(48, 55, 63, 0.35);
  box-shadow: 0px 0px 7px 0px rgba(48, 55, 63, 0.35);
}
.single-price-plan-01 .price-header {
  position: relative;
}
.single-price-plan-01 .price-header .popular {
  position: absolute;
  top: 15px;
  right: -55px;
  display: inline-block;
  background-color: var(--main-color-one);
  padding: 10px 30px;
  width: 180px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.single-price-plan-01 .price-header .title {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  padding: 20px 0;
  margin-bottom: 30px;
  background-color: var(--secondary-color);
  font-family: var(--heading-font);
}
.single-price-plan-01 .price-header .price {
  font-size: 48px;
  font-family: var(--heading-font);
  line-height: 60px;
  color: var(--main-color-one);
  font-weight: 700;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  text-align: center;
  position: relative;
  z-index: 0;
  border-bottom: 2px solid #c5d4db;
  padding-bottom: 25px;
  margin: 0 20px;
}
.single-price-plan-01 .price-header .price .dollar {
  font-size: 33px;
  line-height: 33px;
  position: relative;
  top: -12px;
}
.single-price-plan-01 .price-header .price .month {
  font-size: 16px;
  line-height: 20px;
}
.single-price-plan-01 .price-body ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.single-price-plan-01 .price-body ul li {
  list-style: none;
  display: block;
  margin: 27px 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.single-price-plan-01 .price-body ul li:first-child {
  margin-top: 0;
}
.single-price-plan-01 .price-body ul li:last-child {
  margin-bottom: 0;
}
.single-price-plan-01 .price-footer {
  margin-top: 40px;
}
.single-price-plan-01 .price-footer .order-btn:hover {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.35);
  background-color: var(--main-color-one);
  color: #fff;
}
.single-price-plan-01 .price-footer .order-btn {
  display: inline-block;
  width: 165px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  border-radius: 25px;
  color: #fff;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  font-weight: 600;
  background-color: var(--secondary-color);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

/* 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;
}

/*-- 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 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;
  -o-transition: 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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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: #e7272d;
}

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-top: 10px;
}
.post-password-form input[type=submit] {
  border: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: var(--e-global-typography-primary-font-family), Sans-serif;
  letter-spacing: -0.5px;
  margin-top: 10px;
}

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: "";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-weight: 700;
  font-size: 28px;
  color: #d74f13;
}
blockquote.wp-block-quote cite {
  font-size: 14px;
  color: #fff;
}

/*============================
   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: #e7272d;
  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: #222222;
}
.post .entry-header .entry-title a:hover {
  color: #d74f13 !important;
}
.post .post-footer {
  clear: both;
  margin-top: 25px;
}
.post .post-footer .btn-link {
  color: #e7272d;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.post .post-footer .btn-link i {
  margin-left: 5px;
  -o-transition: all 0.4s ease;
  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: #e7272d;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
  display: inline-block;
  -ms-transform: rotate(45deg);
      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 .post-body {
  padding: 40px 40px 40px 0;
  border: 0;
}

.post-meta {
  margin-bottom: 25px;
}
.post-meta .post-author {
  background: #d74f13;
  border-radius: 50px;
  padding: 5px 13px;
  color: #fff !important;
}
.post-meta .post-author i {
  color: #fff;
}
.post-meta span {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: var(--heading-color);
}
.post-meta span i {
  margin-right: 4px;
  color: #d74f13;
}
@media (max-width: 440px) {
  .post-meta .post-meta-date {
    display: block;
    margin-top: 10px;
  }
}

.blog-post-comment {
  margin-top: 70px;
}

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

.page-head {
  margin-bottom: 30px;
}

/*===========================
    sidebar
============================= */
.sidebar .widget {
  margin-bottom: 40px;
  border: 1px solid #eeeeee;
  padding: 30px;
}
.sidebar .widget.widget_search {
  padding: 0;
  border: 0;
  background: #f9f9f9;
  padding: 45px;
}
.sidebar .widget.widget_search .form-control {
  border-radius: 0;
  padding: 13px 20px;
}
.sidebar .widget.widget_search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e7272d;
}
.sidebar .widget.widget_search .input-group-btn {
  color: #e7272d;
  position: absolute;
  right: 20px;
  top: 0;
  padding: 0;
  z-index: 9;
  font-size: 18px;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: none;
  cursor: pointer;
}
.sidebar .widget.widget_search .input-group-btn i {
  line-height: 52px;
  color: #d74f13;
}
.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;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget.widget-tags ul li a:hover {
  background: #e7272d;
  color: #fff;
  -webkit-transition: all ease 500ms;
  -o-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: #d74f13 !important;
}
.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: #e7272d;
}
.sidebar ul li a.url, .sidebar ul li a.rsswidget {
  color: #222222;
}
.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: #e7272d;
}

.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  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: #e7272d;
}
.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: 20px;
}

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

/* 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;
  margin-bottom: 20px;
}

.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: 13px;
  display: inline-block;
  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: #e7272d;
}
.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:hover {
  color: #d74f13;
}

.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: #e7272d;
}

.not-found {
  margin-bottom: 50px;
}
.not-found h1 {
  margin-bottom: 20px;
}
.not-found .input-group-btn {
  background: #e7272d;
  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: #e7272d;
}
.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: #d74f13;
}
.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;
}
@media (max-width: 440px) {
  .post-navigation .post-previous, .post-navigation .post-next {
    text-align: center;
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }
  .post-navigation .post-next {
    border-left: 0;
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
  }
  .post-navigation .post-previous {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
  }
}

/*==============================
 pagination
 ============================*/
.pagination {
  margin: 0;
}
.pagination li {
  margin-right: 10px;
}
.pagination li a, .pagination li span {
  width: 40px;
  height: 40px;
  line-height: normal;
  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: #d74f13 !important;
  border: 1px solid transparent;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
  background: #d74f13 !important;
}
.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;
}
.entry-content .page-links span.page-link {
  color: #10100E;
  margin-right: 5px;
}
.entry-content .page-links .page-link-text {
  margin-right: 10px;
}

/*=======================
   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: 170px;
}

.dropdown-item:focus, .dropdown-item:active {
  background: transparent;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-container .main-menu > li {
    padding: 0 14px;
  }

  .header .navbar-container .main-menu > li {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .footer-widget {
    margin-bottom: 25px;
  }

  .header .navbar-container .main-menu li a {
    white-space: pre-wrap;
  }

  .header .navbar-container .main-menu li ul.dropdown-menu li a:hover {
    background: transparent;
    color: #191919;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-collapse {
    position: relative;
  }
  .header .navbar-container .main-menu > li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .navbar-container .main-menu > li > a {
    line-height: 50px;
    color: #191919;
  }
  .header .navbar-container .main-menu > li > a:before {
    display: none;
  }
  .header .navbar-container 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 ul.navbar-nav li .dropdown-menu li a {
    color: #191919;
    border: none;
  }
  .header .navbar-container ul.navbar-nav li .dropdown-menu li.dropdown:after {
    right: -10px;
    top: 0;
    color: #191919;
  }

  .banner-area {
    padding: 90px 0;
  }
  .banner-area .banner-title {
    font-size: 60px;
    line-height: 70px;
  }
  .banner-area .breadcrumb {
    margin-top: 0;
  }

  .hidden-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-transparent .navbar-collapse {
    background: #fff;
  }

  .header .navbar-collapse {
    position: relative;
  }
  .header .navbar-container .main-menu > li:last-child a {
    border-bottom: 0;
  }
  .header .navbar-container .main-menu > li > a {
    line-height: 50px;
    color: #191919;
    padding: 7px 20px;
    border-bottom: 1px rgba(0, 0, 0, 0.075) solid;
  }
  .header .navbar-container .main-menu > li > a:before {
    display: none;
  }
  .header .navbar-container .main-menu li ul.dropdown-menu li a {
    padding: 7px 0 7px 30px;
    border-bottom: 1px rgba(0, 0, 0, 0.075) solid !important;
  }
  .header .navbar-container 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 ul.navbar-nav li .dropdown-menu li a {
    color: #191919;
    border: none;
  }
  .header .navbar-container ul.navbar-nav li .dropdown-menu li.dropdown a:after {
    color: #191919;
    right: 20px;
    top: 10px;
  }
  .header .navbar-container .dropdown-toggle::after {
    padding-right: 10px;
  }

  .banner-area {
    padding: 100px 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;
  }
}
.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;
}