/*---------------------------------------------
===================   
CSS INDEX
===================
## Common Style
## Bootstrap Overwrite
## Vendor Custom Style 
## Helper Classes
## Header
## Footer
## Template Layout Style
## Template Page Style
## Pagination
------------------ wp post types --------------
## Case
## Service
## Team
## Blog
-------


## Widgets 
## Comments

------------------ Elementor Widgets --------------
## Elementor Default overwrite
## Elementor Helper Class
## Info-box
## Widget Title
## Title Subtitle Email Subscribe
## Service Gallery
## Case Study
## Radius-Button
## Section title subtitle
## Team Gallery
## call to action
## Pricing Box
## Testimonial 
## Blog Post
## Logo showcase 
## Contact Info Box
## Progress Box Image
## Video Icon
## Slider Banner Section
## Progress Bar
## Product Slider
-----------------



## Gutenberg Block
## WooCommerce Block
## Under Construction

## Keyframes Definitions

*/
/*  @font-face {
    font-family: 'tizaregular';
    src: url('tiza-webfont.eot');
    src: url('tiza-webfont.eot?#iefix') format('embedded-opentype'),
         url('tiza-webfont.woff2') format('woff2'),
         url('tiza-webfont.woff') format('woff'),
         url('tiza-webfont.ttf') format('truetype'),
         url('tiza-webfont.svg#tizaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@import url('https://fonts.googleapis.com/css2?family=Piedra');

:root {
  --primary_color: #fe0e00;
  --dark_primary_color: #fe0e00;
  --accent_color: #ff9317;
  --dark_primary_text_color: #111111;
  --light_primary_text_color: #fff;
  --body_text_color: #b9b9b9;
  --dark_primary_color2: #fe0e00;
  --topbar_color: #fff;
  --topbar_accent_color: #ff9317;
  --topbar_background_color: #111111;
  --menu_color: #111;
  --menu_accent_color: #ff9317;
  --menu_background_color: #fff;
  --dark_theme_menu_color: #fff;
  --dark_theme_menu_accent_color: #ff9317;
  --dark_theme_menu_background_color: #0d0d0e;
  --transparent_menu_color: #111;
  --transparent_menu_accent_color: #ff9317;
  --transparent_menu_background_color: transparent;
  --dark_theme_transparent_menu_color: #fff;
  --dark_theme_transparent_menu_accent_color: #ff9317;
  --dark_theme_transparent_menu_background_color: transparent;
  --sticky_menu_color: #fff;
  --sticky_menu_accent_color: #ff9317;
  --sticky_menu_background_color: #fff;
  --submenu_color: #111;
  --submenu_background_color: #fff;
  --submenu_hover_color: #fff;
  --submenu_hover_background_color: #fe0e00;
  --gradient_dark: #ff5917;
  --gradient_light: #ff9317;
  --accent_color_rgb: 255, 147, 23;
  --primary_color_rgb: 7, 36, 158;
  --body_font: 'Oswald', sans-serif;
  --heading_font: 'Piedra', cursive;
}

a:hover, a:focus, a:active {
  color: #ffc92b;
  text-decoration: none;
}
.mybtn-default {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 5px;
  -webkit-mask-image: url(../img/svg-shape/red_button_bg.svg);
          mask-image: url(../img/svg-shape/red_button_bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  display: inline-block;
  padding: 20px 25px 13px 25px;
  text-transform: uppercase;
  font-family: var(--heading_font);
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .mybtn-default {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .mybtn-default {
    font-size: 11px;
  }
}
@media screen and (max-width: 350px) {
  .mybtn-default {
    font-size: 10px;
  }
}
.mybtn-primary {
  background-color: #fe0e00;
  color: #fff;
}
.mybtn-primary:hover {
  background-color: #ffff04;
  color: #000;
}
.mybtn-secondary {
  background-color: #ffff04;
  color: #000;
}
.mybtn-secondary:hover {
  background-color: #fe0e00;
  color: #fff;
}
.mybtn-black {
  background-color: #000;
  color: #fff;
}
.mybtn-black:hover {
  background-color: #fff;
  color: #000;
}
/*=======================================================================
## Common Style
=========================================================================
@font-face {
  font-family: tiza;
  src: url(../fonts/tiza.ttf);
}*/
html {
  font-size: 100%;
}
body {
  font-size: 20px;
  font-family: var(--body_font);
  font-weight: 400;
  line-height: 36px;
  color: var(--body_text_color);
  background-repeat: repeat;
  background-color: #000;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
#wrapper {
  overflow: hidden !important;
}
p {
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: var(--heading_font);
  margin: 0 0 20px 0;
  color: var(--light_primary_text_color);
  word-wrap: break-word;
}
h1{
  line-height: 52px;
}
h2 {
  line-height: 48px;
}
h3,
h4,
h5 {
  line-height: 36px;
}
div,
span,
a {
  word-wrap: break-word;
}
h1 {
  font-size: 42px;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}
h3 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
   font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:hover {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0 none;
}
a {
  color: var(--primary_color);
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  padding-left: 20px;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
}
.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
  margin-bottom: 0;
}
/*=======================================================================
## Bootstrap Overwrite
=========================================================================*/
@media only screen and (min-width: 1260px) {
  .container {
    max-width: 1230px;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.gutters-1 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}
.row.gutters-1 > [class^="col-"] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}
.row.gutters-2 > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}
.row.gutters-3 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.row.gutters-3 > [class^="col-"] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}
.row.gutters-4 > [class^="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.row.gutters-5 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row.gutters-5 > [class^="col-"] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.row.gutters-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.row.gutters-6 > [class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
.row.gutters-7 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
.row.gutters-7 > [class^="col-"] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.row.gutters-8 {
  padding-left: 11px;
  padding-right: 11px;
}
.row.gutters-8 > [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}
.row.gutters-9 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}
.row.gutters-9 > [class^="col-"] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-10 > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-11 {
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.row.gutters-11 > [class^="col-"] {
  padding-left: 5.5px;
  padding-right: 5.5px;
}
.row.gutters-12 {
  padding-left: 9px;
  padding-right: 9px;
}
.row.gutters-12 > [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.row.gutters-13 {
  padding-left: 8.5px;
  padding-right: 8.5px;
}
.row.gutters-13 > [class^="col-"] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}
.row.gutters-14 {
  padding-left: 8px;
  padding-right: 8px;
}
.row.gutters-14 > [class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-15 > [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-20 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.gutters-40 > [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-40 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-40 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.gutters-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row.gutters-50 > [class^="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-50 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-50 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.media-body {
  margin-left: 30px;
}
.media-body.mg-right {
  margin-left: 0;
  margin-right: 30px;
}
.media-body.space-xl {
  margin-left: 50px;
}
.media-body.space-lg {
  margin-left: 40px;
}
.media-body.space-md {
  margin-left: 20px;
}
.media-body.space-sm {
  margin-left: 15px;
}
.media-body.space-xs {
  margin-left: 10px;
}
.media-body.media-body-box {
  padding: 20px 20px 20px 30px;
  margin-left: 0;
}
.media-body.media-body-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg img {
    width: 100%;
  }
  .media-none--lg img.media-img-auto {
    width: auto;
  }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-xl,
  .media-none--lg .media-body.space-lg,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }
  .media-none--md > div {
    width: 100%;
  }
  .media-none--md img {
    width: 100%;
  }
  .media-none--md img.media-img-auto {
    width: auto;
  }
  .media-none--md .media-body,
  .media-none--md .media-body.space-xl,
  .media-none--md .media-body.space-lg,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm img {
    width: 100%;
  }
  .media-none--sm img.media-img-auto {
    width: auto;
  }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-xl,
  .media-none--sm .media-body.space-lg,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-xl,
  .media-none--xs .media-body.space-lg,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .media-none-mb {
    display: block;
  }
  .media-none-mb > div {
    width: 100%;
  }
  .media-none-mb img {
    width: 100%;
  }
  .media-none-mb img.media-img-auto {
    width: auto;
  }
  .media-none-mb .media-body,
  .media-none-mb .media-body.space-xl,
  .media-none-mb .media-body.space-lg,
  .media-none-mb .media-body.space-md,
  .media-none-mb .media-body.space-sm,
  .media-none-mb .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-mb .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }
  .media-none-lg > div {
    width: 100%;
  }
  .media-none-lg img {
    width: 100%;
  }
  .media-none-lg img.media-img-auto {
    width: auto;
  }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-xl,
  .media-none-lg .media-body.space-lg,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }
  .media-none-md > div {
    width: 100%;
  }
  .media-none-md img {
    width: 100%;
  }
  .media-none-md img.media-img-auto {
    width: auto;
  }
  .media-none-md .media-body,
  .media-none-md .media-body.space-xl,
  .media-none-md .media-body.space-lg,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }
  .media-none-sm > div {
    width: 100%;
  }
  .media-none-sm img {
    width: 100%;
  }
  .media-none-sm img.media-img-auto {
    width: auto;
  }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-xl,
  .media-none-sm .media-body.space-lg,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .media-none-xs {
    display: block;
  }
  .media-none-xs > div {
    width: 100%;
  }
  .media-none-xs img {
    width: 100%;
  }
  .media-none-xs img.media-img-auto {
    width: auto;
  }
  .media-none-xs .media-body,
  .media-none-xs .media-body.space-xl,
  .media-none-xs .media-body.space-lg,
  .media-none-xs .media-body.space-md,
  .media-none-xs .media-body.space-sm,
  .media-none-xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
/*=======================================================================
## Vendor Custom Style
=========================================================================*/
.nav-control-layout1 .owl-nav {
  margin-top: 0;
}
.nav-control-layout1 .owl-nav > button {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--light_primary_text_color) !important;
  background: var(--accent_color) !important;
  height: 60px;
  width: 60px;
  border-radius: 45px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout1 .owl-nav > button i {
  margin-top: 3px;
  font-size: 20px;
}
.nav-control-layout1 .owl-nav > button i:before {
  font-size: 20px;
  font-weight: 600;
}
.nav-control-layout1 .owl-nav > button:hover {
  background: var(--primary_color) !important;
  color: white;
}
.nav-control-layout1 .owl-nav > button:focus {
  outline: none;
}
.nav-control-layout1 .owl-nav .owl-prev {
  left: -60px;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout1 .owl-nav .owl-prev {
    left: 0;
  }
}
.nav-control-layout1 .owl-nav .owl-next {
  right: -60px;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout1 .owl-nav .owl-next {
    right: 0;
  }
}
.nav-control-layout3 .owl-nav {
  margin-top: 0;
}
.nav-control-layout3 .owl-nav > button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--dark_primary_text_color) !important;
  background: var(--light_primary_text_color) !important;
  height: 60px;
  width: 60px;
  border-radius: 45px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout3 .owl-nav > button i {
  font-size: 24px;
}
.nav-control-layout3 .owl-nav > button i:before {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .nav-control-layout3 .owl-nav > button i {
    font-size: 20px;
  }
  .nav-control-layout3 .owl-nav > button i:before {
    font-size: 20px;
  }
}
.nav-control-layout3 .owl-nav > button:hover {
  background: var(--primary_color) !important;
  color: var(--light_primary_text_color) !important;
}
.nav-control-layout3 .owl-nav > button:focus {
  outline: none;
}
.nav-control-layout3 .owl-nav .owl-prev {
  left: 20%;
}
@media only screen and (max-width: 767px) {
  .nav-control-layout3 .owl-nav .owl-prev {
    left: 0;
  }
}
.nav-control-layout3 .owl-nav .owl-next {
  right: 20%;
}
@media only screen and (max-width: 767px) {
  .nav-control-layout3 .owl-nav .owl-next {
    right: 0;
  }
}
.nav-control-layout4 .owl-nav {
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout4 .owl-nav > button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  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;
  color: var(--light_primary_text_color) !important;
  background: var(--accent_color) !important;
  height: 40px;
  width: 50px;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout4 .owl-nav > button i {
  font-size: 18px;
}
.nav-control-layout4 .owl-nav > button i:before {
  font-size: 18px;
  font-weight: 600;
}
.nav-control-layout4 .owl-nav > button:hover {
  background: var(--primary_color) !important;
  color: var(--light_primary_text_color);
}
.nav-control-layout4 .owl-nav > button:focus {
  outline: none;
}
.nav-control-layout4 .owl-nav .owl-prev {
  left: 0;
}
.nav-control-layout4 .owl-nav .owl-next {
  right: 0;
}
.dot-control-layout1 {
  position: relative;
}
.dot-control-layout1 .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .dot-control-layout1 .owl-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.dot-control-layout1 .owl-dots button {
  height: 14px;
  width: 14px;
  padding: 0;
  margin: 0 3px;
  background-color: #d9e6ee;
  border: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dot-control-layout1 .owl-dots button:focus {
  outline: none;
}
.dot-control-layout1 .owl-dots button.active {
  background-color: var(--accent_color);
  height: 20px;
  width: 20px;
}
.dot-control-layout2 {
  position: relative;
}
.dot-control-layout2 .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  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;
}
.dot-control-layout2 .owl-dots button {
  height: 14px;
  width: 14px;
  padding: 0;
  margin: 0 3px;
  background-color: #d9e6ee;
  border: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dot-control-layout2 .owl-dots button:focus {
  outline: none;
}
.dot-control-layout2 .owl-dots button.active {
  background-color: var(--accent_color);
  height: 20px;
  width: 20px;
}
/*=======================================================================
## Helper Classes
=========================================================================*/
.cta-button {
  font-family: var(--heading_font);
  font-size: 22px;
  color: #fff;
  position: relative;
  background-image: url(../img/essential/cta_btn_bottom.png );
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .cta-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .cta-button {
    font-size: 14px;
  }
}
.icon-online {
  color: #8dec5a;
  font-size: 16px;
}
.button-default {
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  padding: 15px 35px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .button-default {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .button-default {
    padding: 5px 7px;
    font-size: 12px;
  }
}
.button-bg-blackcat-primary {
  background-color: #fe0e00;
  border-color: #fe0e00;
}
.button-bg-blackcat-primary:hover {
  background-color: transparent;
  color: #fe0e00;
}
.button-bg-blackcat-secondary {
  background-color: #ffff04;
  border-color: #ffff04;
}
.button-bg-blackcat-secondary:hover {
  background-color: transparent;
  color: #ffff04;
}
.gradient-accent {
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_dark)), to(var(--gradient_light)));
  background: linear-gradient(to right, var(--gradient_dark), var(--gradient_light));
}
.gradient-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--dark_primary_color)), to(var(--dark_primary_color2)));
  background: linear-gradient(to bottom, var(--dark_primary_color), var(--dark_primary_color2));
}
.bg-aash {
  background-color: #f6f6f6;
}
.bg-Primary {
  background-color: var(--primary_color);
}
.bg-Primary-light {
  background-color: #1531a9;
}
.bg-primarytext {
  background-color: var(--dark_primary_text_color);
}
.bg-text-primary {
  background-color: var(--light_primary_text_color);
}
.bg-ghostwhite {
  background-color: #f8f8f8;
}
.bg-accent {
  background-color: var(--accent_color);
}
.bg-c-primary {
  background-color: var(--primary_color);
}
.bg-dark-primary {
  background-color: var(--dark_primary_color);
}
.bg-pink {
  background-color: #d44ca0;
}
.bg-purple {
  background-color: #9b3bcd;
}
.bg-skyblue {
  background-color: #1eb0f5;
}
.bg-green {
  background-color: #1ee2a3;
}
.bg-fb {
  background-color: #3a59a6 !important;
}
.bg-twitter {
  background-color: #4fc3f7 !important;
}
.bg-gplus {
  background-color: #d74d38 !important;
}
.bg-pin {
  background-color: #e52626 !important;
}
.bg-linked {
  background-color: #0d47a1 !important;
}
.bg-minsk {
  background-color: #413684;
}
.bg-eastern-blue {
  background-color: #179fb3;
}
.bg-sea-buckthorn {
  background-color: #f6912c;
}
.bg-alizarin-crimson {
  background-color: #de2c39;
}
.btn-shadow {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(255, 144, 23, 0.4);
          box-shadow: 0px 1px 10px 0px rgba(255, 144, 23, 0.4);
}
.common-button-style {
  display: inline-block;
  font-weight: 800;
  font-size: 21px;
  font-family: var(--heading_font);
  padding: 19px 29px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}
.common-button-style:hover {
  background-color: white;
  color: #ffff04;
}
@media screen and (max-width: 1500px) {
  .common-button-style {
    padding: 12px;
    font-size: 16px;
  }
}
.button-style-1 {
  color: var(--light_primary_text_color);
  background-color: #fe0e00;
  border: 3px solid #fe0e00;
}
.button-style-1:hover {
  background-color: white;
  color: #ffff04;
}
.button-style-2 {
  color: #fe0e00;
  background-color: white;
  border: 3px solid #fe0e00;
  padding: 7px 40px;
  font-weight: 800;
  font-size: 16px;
}
.button-style-2:hover {
  background-color: #fe0e00;
  color: #fff;
}
.button-style-3 {
  color: white;
  background-color: black;
  border: 3px solid black;
  padding: 7px 40px;
  font-weight: 800;
  font-size: 16px;
}
.button-style-3:hover {
  background-color: white;
  color: black;
}
.bg-facebook {
  background-color: #3a59a6 !important;
}
.bg-twitter {
  background-color: #4fc3f7 !important;
}
.bg-linkedin {
  background-color: #0d47a1 !important;
}
.bg-instagram {
  background-color: #e95950 !important;
}
.bg-pinterest {
  background-color: #cb2027 !important;
}
.bg-tumblr {
  background-color: #34526f !important;
}
.bg-reddit {
  background-color: #ff4500 !important;
}
.bg-vk {
  background-color: #4c75a3 !important;
}
.bg-github {
  background-color: #333 !important;
}
.bg-stackoverflow {
  background-color: #F48024 !important;
}
.bg-youtube {
  background-color: #ff0000 !important;
}
.bottom-border {
  border-bottom: 1px solid #e9e9e9;
}
.bottom-border-2 {
  border-bottom: 1px solid rgba(225, 225, 225, 0.15);
}
.border-c-primary {
  border-color: var(--primary_color);
}
.border-accent {
  border-color: var(--accent_color);
}
.border-right {
  border-right: 1px solid #dcdcdc;
}
.border-none {
  border: none;
}
.mg-t--100 {
  margin-top: -100px;
}
@media only screen and (max-width: 991px) {
  .mg-t--100 {
    margin-top: 0;
  }
}
.mg-t--95 {
  margin-top: -95px;
}
@media only screen and (max-width: 991px) {
  .mg-t--95 {
    margin-top: 0;
  }
}
.mg-t-0 {
  margin-top: 0;
}
.mg-t-10 {
  margin-top: 10px;
}
.mg-t-20 {
  margin-top: 20px;
}
.mg-t-30 {
  margin-top: 30px;
}
.mg-t-50 {
  margin-top: 50px;
}
@media only screen and (min-width: 1199px) {
  .mgt-xl-50 {
    margin-top: 50px;
  }
}
.mg-b-60 {
  margin-bottom: 60px !important;
}
.mg-b-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .mg-r-0-lg {
    margin-right: 0 !important;
  }
}
.round-shape {
  position: relative;
  overflow: hidden;
}
.round-shape:before {
  content: "";
  height: 350px;
  width: 350px;
  border: 80px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  top: -90px;
  left: -160px;
}
.round-shape:after {
  content: "";
  height: 350px;
  width: 350px;
  border: 80px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  top: -90px;
  right: -160px;
}
.round-shape-2 {
  position: relative;
  overflow: hidden;
}
.round-shape-2:before {
  content: "";
  height: 300px;
  width: 300px;
  border: 45px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: absolute;
  top: -120px;
  left: -100px;
}
.round-shape-2:after {
  content: "";
  height: 300px;
  width: 300px;
  border: 45px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: absolute;
  top: -120px;
  right: -100px;
}
.dash-shape-1 {
  position: relative;
}
.dash-shape-1:before {
  content: "";
  height: 190px;
  width: 190px;
  border-radius: 50%;
  border: 1px dashed #636363;
  position: absolute;
  bottom: -100px;
  right: -100px;
  z-index: -1;
}
.dash-shape-1:after {
  content: "";
  height: 290px;
  width: 290px;
  border-radius: 50%;
  border: 1px dashed #636363;
  position: absolute;
  bottom: 185px;
  right: -150px;
  z-index: -1;
}
.dash-shape-2 {
  position: relative;
}
.dash-shape-2:before {
  content: "";
  height: 220px;
  width: 220px;
  border-radius: 50%;
  border: 1px dashed #636363;
  position: absolute;
  top: -140px;
  left: -120px;
  z-index: -1;
}
.dash-shape-2:after {
  content: "";
  height: 290px;
  width: 290px;
  border-radius: 50%;
  border: 1px dashed #636363;
  position: absolute;
  top: 155px;
  left: -150px;
  z-index: -1;
}
.dash-shape-3 {
  position: relative;
  z-index: 2;
}
.dash-shape-3:after {
  content: "";
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 1px dashed #c2c2c2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
  z-index: -1;
  -webkit-animation: sonarWave 6s linear infinite;
          animation: sonarWave 6s linear infinite;
}
.dash-shape-3:before {
  content: "";
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 2px dashed #c2c2c2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
  z-index: -1;
  -webkit-animation: sonarWave 10s linear infinite;
          animation: sonarWave 10s linear infinite;
}
.line-shape {
  z-index: 2;
  position: relative;
}
.line-shape:after {
  content: url('img/figure/line-shape.png');
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: -1;
}
.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) {
  .pd-x-45 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .elementor-widget-container .pd-x-45 {
    padding: 0;
  }
}
.possition-static {
  position: static !important;
}
.text-accent {
  color: var(--accent_color);
}
.text-c-primary {
  color: var(--primary_color);
}
.text-dark-primary {
  color: var(--dark_primary_color);
}
.text-pink {
  color: #d44ca0;
}
.text-purple {
  color: #9b3bcd;
}
.text-skyblue {
  color: #1eb0f5;
}
.text-black {
  color: var(--dark_primary_text_color) !important;
}
.font-semibold {
  font-weight: 600;
}
.letter-specing-0 {
  letter-spacing: 0;
}
.pt6r {
  padding-top: 60px;
}
.pt8r {
  padding-top: 80px;
}
.pt10r {
  padding-top: 100px;
}
.pb6r {
  padding-bottom: 60px;
}
.pb8r {
  padding-bottom: 80px;
}
.pb10r {
  margin-bottom: 100px;
}
.mt3r {
  margin-top: 30px;
}
.mt6r {
  margin-top: 60px;
}
.mt8r {
  margin-top: 80px;
}
.mt10r {
  margin-top: 100px;
}
.mb6r {
  margin-bottom: 60px;
}
.mb8r {
  margin-bottom: 80px;
}
.mb10 {
  margin-bottom: 100px;
}
.content-padding-top-static {
  padding-top: 90px;
}
.content-padding-bottom-static {
  padding-bottom: 90px;
}
.slider-btn-area a.item-btn-accent {
  padding: 12px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_dark)), to(var(--gradient_light)));
  background: linear-gradient(to right, var(--gradient_dark), var(--gradient_light));
  border: 1px solid;
  border-color: #ff9317;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.6;
  color: var(--light_primary_text_color);
  font-weight: 700;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 576px) {
  .slider-btn-area a.item-btn-accent {
    font-size: 13px;
    padding: 9px 20px;
  }
}
.slider-btn-area a.item-btn-accent i {
  font-size: 16px;
  margin-left: 10px;
}
.slider-btn-area a.item-btn-accent:after {
  content: "";
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_light)), to(var(--gradient_light)));
  background: linear-gradient(to right, var(--gradient_light), var(--gradient_light));
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-btn-area a.item-btn-accent:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.double-curve-background {
  background-image: url(../img/shape/curve-1.svg), url(../img/shape/curve-2.svg);
  background-position: right bottom, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 340px, 100% 340px;
}
.double-curve-background-primary-gradient {
  background-image: url(../img/shape/curve-1.svg), url(../img/shape/curve-2.svg), -webkit-gradient(linear, left top, left bottom, from(var(--dark_primary_color)), to(var(--dark_primary_color2)));
  background-image: url(../img/shape/curve-1.svg), url(../img/shape/curve-2.svg), linear-gradient(to bottom, var(--dark_primary_color), var(--dark_primary_color2));
  background-position: right bottom, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 350px, 100% 370px, 100% 100%;
}
.double-mountain-shape-background-primary-gradient {
  background-image: url(../img/shape/mountain-shape-2.svg), url(../img/shape/mountain-shape-1.svg), -webkit-gradient(linear, left top, left bottom, from(var(--dark_primary_color)), to(var(--dark_primary_color2)));
  background-image: url(../img/shape/mountain-shape-2.svg), url(../img/shape/mountain-shape-1.svg), linear-gradient(to bottom, var(--dark_primary_color), var(--dark_primary_color2));
  background-position: right bottom, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 250px, 100% 250px, 100% 100%;
}
.bouncing-bubble-animation {
  -webkit-animation: bouncebubble infinite 5000ms;
          animation: bouncebubble infinite 5000ms;
}
.bouncing-bubble-img {
  text-align: center;
  background-color: var(--light_primary_text_color);
  -webkit-box-shadow: 0px 26px 30px 0px rgba(224, 224, 224, 0.75);
          box-shadow: 0px 26px 30px 0px rgba(224, 224, 224, 0.75);
  padding: 10px 0;
  -webkit-animation: bouncebubble infinite 5000ms;
          animation: bouncebubble infinite 5000ms;
}
.hide_by_text_indent {
  text-indent: -999999px !important;
}
header.header-desktop {
  z-index: 999;
}
header.header-desktop .header-desktop-inner {
  z-index: 99;
  background: #000;
}
header.header-desktop .header-menu-desktop-sticky .ubermenu-item .ubermenu-target-with-image {
  padding-top: 20px;
  padding-bottom: 1px;
}
header.header-desktop .header-menu-desktop-sticky .ubermenu-item .ubermenu-target-with-image .ubermenu-image {
  max-width: 95px;
}
header.header-desktop .header-menu-desktop-sticky.rt-sticky .ubermenu-item .ubermenu-target-with-image {
  padding-top: 15px;
  padding-bottom: 1px;
}
header.header-desktop .header-menu-desktop-sticky.rt-sticky .ubermenu-item .ubermenu-target-with-image .ubermenu-image {
  width: 98px;
}
header.header-desktop .header-menu-desktop-sticky .header-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.header-desktop .header-menu-desktop-sticky .header-inner-content .left-cta,
header.header-desktop .header-menu-desktop-sticky .header-inner-content .right-cta {
  min-height: 45px;
  margin-top: 42px;
}
@media screen and (max-width: 1500px) {
  header.header-desktop .header-menu-desktop-sticky .header-inner-content .left-cta,
  header.header-desktop .header-menu-desktop-sticky .header-inner-content .right-cta {
    margin-top: 22px;
  }
}
header.header-desktop .header-menu-desktop-sticky .header-inner-content .menu-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.have-big-logo header.header-desktop .header-menu-desktop-sticky .ubermenu-item .ubermenu-target-with-image .ubermenu-image {
  max-width: 200px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.have-big-logo header.header-desktop .header-menu-desktop-sticky .ubermenu-item .ubermenu-target-with-image {
  padding-top: 30px;
}
body.transparent-header .main-header-area {
  position: relative;
}
body.transparent-header .main-header-area .main-header-block {
  position: absolute;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  body.transparent-header .main-header-area .main-header-block {
    position: relative;
  }
}
body.transparent-header header.header-desktop .header-desktop-inner {
  background-color: rgba(0, 0, 0, 0.1);
}
body.transparent-header header.header-desktop .header-desktop-inner.rt-sticky {
  background-color: #000;
  border-bottom: 1px solid #101010;
}
header.header-mobile,
header.header-desktop {
  display: none;
}
@media screen and (max-width: 1200px) {
  header.header-mobile {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  header.header-desktop {
    display: block;
  }
}
/**
Header mobile
*/
header.header-mobile {
  background-color: #000;
  padding-top: 15px;
  z-index: 5;
  /*non sticky area*/
}
header.header-mobile .header-black-wrapper {
  background-color: #000;
}
header.header-mobile .header-mobile-inner {
  z-index: 5;
}
header.header-mobile .img-and-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
}
header.header-mobile .img-and-menu-wrapper img {
  max-height: 110px;
}
header.header-mobile .menu-container-mobile .ubermenu .ubermenu-item .ubermenu-target-with-image {
  display: none;
}
header.header-mobile .menu-container-mobile .ubermenu .ubermenu-item.logo-image {
  display: none;
}
header.header-mobile .mobile-top-button {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
@media screen and (max-width: 450px) {
  header.header-mobile .mobile-top-button {
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 612px) {
  header.header-mobile .mobile-top-button .cta-button {
    font-size: 13px;
  }
}
header.header-mobile .mobile-top-button .left-cta,
header.header-mobile .mobile-top-button .right-cta {
  padding-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  header.header-mobile .mobile-top-button .left-cta {
    margin-right: 15px;
  }
}
@media screen and (max-width: 612px) {
  .header-mobile-inner .container-fluid.pleft0 {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 612px) {
  header.header-mobile .mobile-top-button .left-cta {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  header.header-mobile .mobile-top-button .left-cta,
  header.header-mobile .mobile-top-button .right-cta {
    padding-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
  }
}
@media screen and (max-width: 450px) {
  header.header-mobile .mobile-top-button .left-cta .cta-button.mobile-non-style,
  header.header-mobile .mobile-top-button .right-cta .cta-button.mobile-non-style {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  header.header-mobile .mobile-top-button {
    display: block;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .ubermenu-responsive.ubermenu {
    position: absolute;
    width: 300px;
    left: -250px;
    right: 0;
    background: #101010;
  }
}
.header-mobile-inner.header-menu-mobile-sticky.header-menu-mobile-sticky-haslogo.rt-sticky {
  background: #000;
  padding-top: 15px;
  border-bottom: 1px solid #363636;
  padding-bottom: 5px;
}
.header-mobile-inner.header-menu-mobile-sticky.header-menu-mobile-sticky-haslogo.rt-sticky .mobile-logo {
  width: 67px;
  margin: auto;
}
.ubermenu .ubermenu-nav {
  text-align: center;
}
.action-button-wrapper {
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1201px) {
  .ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-item > a {
    color: #ffff04;
  }
  .ubermenu .ubermenu-item.ubermenu-item-level-0 > a {
    position: relative;
    padding: 40px 8px 36px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .ubermenu .ubermenu-item.ubermenu-item-level-0 > a:hover {
    color: #ffff04;
  }
}
.ubermenu-main,
.ubermenu-main .ubermenu-target,
.ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
  font-family: var(--body_font);
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 1500px) {
  .ubermenu-main,
  .ubermenu-main .ubermenu-target,
  .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1400px) {
  .ubermenu-main,
  .ubermenu-main .ubermenu-target,
  .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1200px) {
  .ubermenu-main,
  .ubermenu-main .ubermenu-target,
  .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
  padding-top: 40px;
  color: white;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main i {
  font-size: 28px;
}
@media screen and (max-width: 1199px) {
  .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
    padding-top: 20px;
  }
}
@media screen and (max-width: 850px) {
  .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
    padding-top: 25px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 650px) {
  .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
    padding-top: 18px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 450px) {
  .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
    padding-top: 18px;
    padding-bottom: 9px;
  }
}
.mobile-sticky-content {
  display: none;
  font-family: var(--heading_font);
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.mobile-sticky-content a {
  color: inherit;
}
.header-menu.menu-layout1.rt-sticky {
  position: relative;
}
.header-menu.menu-layout1.rt-sticky .mobile-sticky-content {
  z-index: 999999;
  height: 100px;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu.menu-layout1.rt-sticky .mobile-sticky-content a {
  display: block;
}
@media screen and (max-width: 1200px) {
  .header-menu.menu-layout1.rt-sticky .mobile-sticky-content {
    display: block;
    position: absolute;
    left: 49%;
    top: 17px;
  }
}
@media screen and (max-width: 1000px) {
  .header-menu.menu-layout1.rt-sticky .mobile-sticky-content {
    left: 50%;
    top: 17px;
  }
}
@media screen and (max-width: 850px) {
  .header-menu.menu-layout1.rt-sticky .mobile-sticky-content {
    left: 50%;
    top: 24px;
  }
}
@media screen and (max-width: 650px) {
  .header-menu.menu-layout1.rt-sticky .mobile-sticky-content {
    left: 50%;
    top: 8px;
  }
}
@media screen and (max-width: 450px) {
  .header-menu.menu-layout1.rt-sticky .mobile-sticky-content {
    left: 50%;
    top: 3px;
  }
}
.header-bottom-content-mobile {
  padding: 15px 0;
  font-weight: bold;
}
.header-bottom-content-mobile .mobile-header-bottom-middle {
  color: #fe0e00;
}
.header-bottom-content-mobile .mobile-number-content-in-mobile-view {
  text-align: center;
  margin-bottom: 20px;
}
.header-bottom-content-mobile .mobile-number-content-in-mobile-view a {
  color: #000;
  font-weight: inherit;
  font-size: 18px;
  font-family: var(--heading_font);
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  right: -4px !important;
}
/**
only for black cat
*/
.menu-container .ubermenu .ubermenu-item-level-0 {
  vertical-align: top;
}
.widget_blackcat_footer_social_widget ul.footer-social {
  text-align: right;
}
.widget_blackcat_footer_social_widget ul.footer-social li {
  display: inline-block;
  margin-right: 18px;
}
.widget_blackcat_footer_social_widget ul.footer-social li:last-child {
  margin-right: 0;
}
.widget_blackcat_footer_social_widget ul.footer-social li a {
  color: #fff;
}
.widget_blackcat_footer_social_widget ul.footer-social li a i {
  font-size: 25px;
  line-height: 1;
}
.widget_blackcat_footer_social_widget ul.footer-social li a:hover {
  color: #fe0e00;
}
@media screen and (max-width: 991px) {
  .widget_blackcat_footer_social_widget ul.footer-social {
    text-align: center;
    padding-top: 30px;
  }
}
.widget_blackcat_footer_logo h3 {
  font-family: var(--body_font);
  font-size: 36px;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .widget_blackcat_footer_logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .widget_blackcat_footer_logo {
    text-align: center;
    margin: auto;
  }
}
footer ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.footer-menu-widget-area {
  padding: 85px 0;
}
@media screen and (max-width: 991px) {
  .footer-menu-widget-area .each-footer-menu-widget {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-widget-area .each-footer-menu-widget {
    text-align: center;
  }
  .footer-menu-widget-area .each-footer-menu-widget .manual-margin {
    height: 5px !important;
  }
}
.footer-menu-widget-area .each-footer-menu-widget h3 {
  font-family: var(--heading_font);
  color: #fe0e00;
  margin-bottom: 10px;
  line-height: 1.3;
}
.footer-menu-widget-area .each-footer-menu-widget .widget_nav_menu ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.footer-menu-widget-area .each-footer-menu-widget .widget_nav_menu ul li a {
  color: #fff;
  font-size: 24px;
}
.footer-menu-widget-area .each-footer-menu-widget .widget_nav_menu ul li a:hover {
  color: #fe0e00;
}
.footer-about-widget-area {
  padding: 25px 40px;
  background: url('../img/essential/footer-about-bg.jpg');
}
.footer-about-widget-area .each-footer-about-widget {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-about-widget-area .each-footer-about-widget-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-about-widget-area .each-footer-about-widget-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .footer-bottom-widget-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
/*=======================================================================
## Template Layout Style
=========================================================================*/
.inner-page-banner {
  display: block;
  padding: 110px 0 165px;
}
@media only screen and (max-width: 991px) {
  .inner-page-banner {
    padding: 90px 0 140px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner {
    padding: 80px 0 130px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner {
    padding: 70px 0 115px;
  }
}
.inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
  text-align: center;
}
.inner-page-banner .breadcrumbs-area h1 {
  text-transform: capitalize;
  color: var(--light_primary_text_color);
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 28px;
  }
}
.inner-page-banner .breadcrumbs-area ul {
  margin-bottom: 16px;
}
.inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: var(--accent_color);
  font-size: 16px;
  position: relative;
  margin-right: 12px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.inner-page-banner .breadcrumbs-area ul li:before {
  content: "/";
  font-size: 16px;
  position: absolute;
  right: -5px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  color: #cccccc;
}
.inner-page-banner .breadcrumbs-area ul li a {
  color: #cccccc;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-page-banner .breadcrumbs-area ul li a:hover {
  color: var(--accent_color);
}
.inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.fw-btn-fill {
  position: relative;
  display: block;
  border: none;
  color: var(--light_primary_text_color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  padding: 12px 10px;
  text-align: center;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fw-btn-fill i {
  margin-left: 8px;
}
.fw-btn-fill:after {
  content: "";
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_light)), to(var(--gradient_dark)));
  background: linear-gradient(to right, var(--gradient_light), var(--gradient_dark));
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fw-btn-fill:hover {
  color: var(--light_primary_text_color);
}
.fw-btn-fill:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.btn-fill {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: var(--light_primary_text_color);
  padding: 12px 30px;
  border-radius: 4px;
  margin-top: 16px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill i {
  margin-left: 10px;
}
.btn-fill:after {
  content: "";
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_light)), to(var(--gradient_dark)));
  background: linear-gradient(to right, var(--gradient_light), var(--gradient_dark));
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill:hover {
  color: var(--light_primary_text_color);
}
.btn-fill:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .btn-fill {
    padding: 12px 20px;
  }
}
.btn-fill-2 {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: var(--light_primary_text_color);
  padding: 12px 25px;
  border-radius: 4px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-2 i {
  margin-left: 10px;
}
.btn-fill-2:after {
  content: "";
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_light)), to(var(--gradient_dark)));
  background: linear-gradient(to right, var(--gradient_light), var(--gradient_dark));
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-2:hover {
  color: var(--light_primary_text_color);
}
.btn-fill-2:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.btn-fill-3 {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: var(--light_primary_text_color);
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-3 i {
  font-size: 14px;
  margin-left: 10px;
}
.btn-fill-3:after {
  content: "";
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_light)), to(var(--gradient_dark)));
  background: linear-gradient(to right, var(--gradient_light), var(--gradient_dark));
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-3:hover {
  color: var(--light_primary_text_color);
}
.btn-fill-3:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.btn-fill-4 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: var(--light_primary_text_color);
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 1;
}
.btn-fill-4 i {
  font-size: 14px;
  margin-left: 10px;
}
.btn-fill-4:after {
  content: "";
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_light)), to(var(--gradient_dark)));
  background: linear-gradient(to right, var(--gradient_light), var(--gradient_dark));
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-4:hover {
  color: var(--light_primary_text_color);
}
.btn-fill-4:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
@media only screen and (max-width: 1399px) {
  .btn-fill-4 {
    padding: 8px 16px;
  }
}
.btn-fill-5 {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: var(--light_primary_text_color);
  padding: 12px 30px;
  border-radius: 4px;
  margin-top: 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-5 i {
  margin-left: 10px;
}
.btn-fill-5:hover {
  color: var(--light_primary_text_color);
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_light)), to(var(--gradient_dark)));
  background: linear-gradient(to right, var(--gradient_light), var(--gradient_dark));
}
@media only screen and (max-width: 767px) {
  .btn-fill-5 {
    padding: 12px 20px;
  }
}
.ghost-btn-1 {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid;
  padding: 8px 34px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-1 i {
  margin-left: 10px;
}
.ghost-btn-1:hover {
  border-color: var(--accent_color);
  color: var(--light_primary_text_color);
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_dark)), to(var(--gradient_light)));
  background: linear-gradient(to right, var(--gradient_dark), var(--gradient_light));
}
@media only screen and (max-width: 1199px) {
  .ghost-btn-1 {
    padding: 10px 20px;
  }
}
.ghost-btn-2 {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid;
  padding: 10px 25px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-2 i {
  margin-left: 10px;
}
.ghost-btn-2:hover {
  border-color: var(--accent_color);
  color: var(--light_primary_text_color);
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_dark)), to(var(--gradient_light)));
  background: linear-gradient(to right, var(--gradient_dark), var(--gradient_light));
}
@media only screen and (max-width: 991px) {
  .ghost-btn-2 {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.isotop-btn {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .isotop-btn {
    text-align: center;
  }
}
.isotop-btn .nav-item {
  cursor: pointer;
  font-weight: 500;
  color: #646464;
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 15px;
}
.isotop-btn .nav-item:last-child {
  margin-right: 0;
}
.isotop-btn .nav-item:before {
  content: "/";
  font-size: 18px;
  color: #646464;
  font-weight: 500;
  position: absolute;
  top: -2px;
  right: -21px;
}
.isotop-btn .nav-item:after {
  content: "";
  height: 3px;
  width: 0%;
  background-color: var(--accent_color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.isotop-btn .nav-item:hover {
  color: var(--dark_primary_text_color);
}
.isotop-btn .nav-item:hover:after {
  width: 100%;
}
.isotop-btn .nav-item.current {
  color: var(--dark_primary_text_color);
}
.isotop-btn .nav-item.current:after {
  width: 100%;
}
.isotop-btn-2 {
  margin-bottom: 15px;
}
.isotop-btn-2 .nav-item {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #979797;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  padding: 0 10px 10px;
  position: relative;
}
.isotop-btn-2 .nav-item:last-child {
  margin-right: 0;
}
.isotop-btn-2 .nav-item:after {
  content: "";
  height: 4px;
  width: 0%;
  background-color: var(--accent_color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.isotop-btn-2 .nav-item:hover {
  color: var(--dark_primary_text_color);
}
.isotop-btn-2 .nav-item:hover:after {
  width: 100%;
}
.isotop-btn-2 .nav-item.current {
  color: var(--dark_primary_text_color);
}
.isotop-btn-2 .nav-item.current:after {
  width: 100%;
}
#preloader {
  background: var(--light_primary_text_color) url('img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.scrollup {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 45px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: rgba(17, 17, 17, 0.8);
  display: block;
  font-size: 16px;
  color: var(--light_primary_text_color);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollup i {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scrollup:hover,
.scrollup:focus {
  color: var(--light_primary_text_color);
}
.scrollup:hover i,
.scrollup:focus i {
  -webkit-animation: toBottomFromTop20 0.5s forwards;
  animation: toBottomFromTop20 0.5s forwards;
}
.scrollup.back-top {
  bottom: 20px;
}
.heading-layout1 {
  text-align: center;
  margin-bottom: 44px;
}
.heading-layout1 h2,
.heading-layout1 h3 {
  font-weight: 700;
  margin-bottom: 12px;
}
.heading-layout1 p {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .heading-layout1 p {
    width: 100%;
  }
}
.heading-layout2 {
  text-align: center;
  margin-bottom: 44px;
}
.heading-layout2 h2 {
  color: var(--light_primary_text_color);
  font-weight: 700;
  margin-bottom: 12px;
}
.heading-layout2 p {
  color: var(--light_primary_text_color);
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .heading-layout2 p {
    width: 100%;
  }
}
.heading-layout3 {
  text-align: center;
  margin-bottom: 44px;
}
.heading-layout3 h2 {
  color: var(--light_primary_text_color);
  font-weight: 700;
  margin-bottom: 12px;
}
.heading-layout3 p {
  color: var(--light_primary_text_color);
  width: 70%;
  margin: 0 auto;
}
.heading-layout4 {
  text-align: center;
  margin-bottom: 60px;
}
.heading-layout4 h2 {
  font-size: 48px;
  color: #646464;
  margin-bottom: 25px;
}
.heading-layout4 h2 span {
  color: #000000;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .heading-layout4 h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-layout4 h2 {
    font-size: 36px;
  }
}
.heading-layout4 .item-subtitle {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .heading-layout4 .item-subtitle {
    font-size: 28px;
  }
}
.heading-layout5 {
  position: relative;
  margin-bottom: 20px;
}
.heading-layout5 h2,
.heading-layout5 h3 {
  font-weight: 600;
  padding-bottom: 26px;
}
.heading-layout5:after {
  content: "";
  height: 4px;
  width: 43px;
  background-color: var(--accent_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading-layout6 {
  position: relative;
  margin-bottom: 30px;
}
.heading-layout6 h3 {
  font-weight: 600;
  padding-bottom: 28px;
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .heading-layout6 h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .heading-layout6 h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-layout6 h3 {
    font-size: 24px;
  }
}
.heading-layout6 h2 {
  font-weight: 600;
  padding-bottom: 28px;
}
.heading-layout6:after {
  content: "";
  height: 4px;
  width: 43px;
  background-color: var(--accent_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading-layout7 {
  position: relative;
  margin-bottom: 34px;
}
.heading-layout7 h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 28px;
}
.heading-layout7 h3 span {
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .heading-layout7 h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-layout7 h3 {
    font-size: 20px;
  }
}
.heading-layout7:after {
  content: "";
  height: 4px;
  width: 43px;
  background-color: var(--accent_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pagination-layout2 {
  border-bottom: 1px solid #efebe9;
  border-top: 1px solid #efebe9;
  padding: 30px 0 35px;
}
.pagination-layout2 .prev-btn .media .item-img {
  margin-top: 6px;
}
.pagination-layout2 .prev-btn .media .item-img a {
  display: block;
}
.pagination-layout2 .prev-btn .media .item-img a img {
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .pagination-layout2 .prev-btn .media .media-body {
    display: none;
  }
}
.pagination-layout2 .prev-btn .media .media-body .item-title {
  font-weight: 600;
  color: var(--dark_primary_text_color);
  margin-bottom: 5px;
}
.pagination-layout2 .prev-btn .media .media-body a {
  font-size: 14px;
  color: #646464;
  font-weight: 600;
}
.pagination-layout2 .prev-btn .media .media-body a i {
  font-size: 14px;
  color: #0223a3;
  margin-right: 8px;
}
.pagination-layout2 .home-btn .menu-icon {
  width: 40px;
  display: inline-block;
  line-height: 1.2;
}
.pagination-layout2 .home-btn .menu-icon span {
  display: inline-block;
  height: 16px;
  width: 17px;
  background-color: #cccccc;
}
.pagination-layout2 .next-btn .media .item-img {
  margin-top: 6px;
}
.pagination-layout2 .next-btn .media .item-img a {
  display: block;
}
.pagination-layout2 .next-btn .media .item-img a img {
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .pagination-layout2 .next-btn .media .media-body {
    display: none;
  }
}
.pagination-layout2 .next-btn .media .media-body .item-title {
  font-weight: 600;
  color: var(--dark_primary_text_color);
  margin-bottom: 5px;
}
.pagination-layout2 .next-btn .media .media-body a {
  font-size: 14px;
  color: #646464;
  font-weight: 600;
}
.pagination-layout2 .next-btn .media .media-body a i {
  font-size: 14px;
  color: #0223a3;
  margin-left: 8px;
}
.pagination-layout3 {
  border-bottom: 1px solid #efebe9;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.pagination-layout3 .prev-btn .media .item-img {
  margin-top: 6px;
  margin-right: 30px;
}
.pagination-layout3 .prev-btn .media .item-img img {
  border-radius: 4px;
  width: 135px;
}
.pagination-layout3 .prev-btn .media .media-body {
  margin-left: 0;
}
.pagination-layout3 .prev-btn .media .media-body .item-title {
  font-weight: 500;
  color: var(--dark_primary_text_color);
  margin-bottom: 6px;
  line-height: 25px;
}
.pagination-layout3 .prev-btn .media .media-body .item-title a {
  color: var(--dark_primary_text_color);
}
@media only screen and (max-width: 1199px) {
  .pagination-layout3 .prev-btn .media .media-body .item-title {
    display: none;
  }
}
.pagination-layout3 .prev-btn .media .media-body .item-date {
  margin-bottom: 15px;
}
.pagination-layout3 .prev-btn .media .media-body .item-date i {
  font-size: 16px;
  color: var(--dark_primary_color);
  font-weight: 500;
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout3 .prev-btn .media .media-body .item-date {
    display: none;
  }
}
.pagination-layout3 .prev-btn .media .media-body a {
  font-size: 16px;
  color: #646464;
}
.pagination-layout3 .prev-btn .media .media-body a i {
  font-size: 14px;
  color: var(--accent_color);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout3 .prev-btn .media .media-body a:hover {
  color: var(--dark_primary_text_color);
}
.pagination-layout3 .next-btn .media {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pagination-layout3 .next-btn .media .item-img {
  margin-top: 6px;
}
.pagination-layout3 .next-btn .media .item-img img {
  border-radius: 4px;
  width: 135px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout3 .next-btn .media .item-img {
    text-align: right;
  }
}
.pagination-layout3 .next-btn .media .media-body .item-title {
  font-weight: 500;
  color: var(--dark_primary_text_color);
  margin-bottom: 6px;
  line-height: 25px;
}
.pagination-layout3 .next-btn .media .media-body .item-title a {
  color: var(--dark_primary_text_color);
}
@media only screen and (max-width: 1199px) {
  .pagination-layout3 .next-btn .media .media-body .item-title {
    display: none;
  }
}
.pagination-layout3 .next-btn .media .media-body .item-date {
  margin-bottom: 15px;
}
.pagination-layout3 .next-btn .media .media-body .item-date i {
  font-size: 16px;
  color: var(--dark_primary_color);
  font-weight: 500;
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout3 .next-btn .media .media-body .item-date {
    display: none;
  }
}
.pagination-layout3 .next-btn .media .media-body a {
  font-size: 16px;
  color: #646464;
}
.pagination-layout3 .next-btn .media .media-body a i {
  font-size: 14px;
  color: var(--accent_color);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout3 .next-btn .media .media-body a:hover {
  color: var(--dark_primary_text_color);
}
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 50px;
  }
}
.widget-category {
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 35px 40px 25px;
}
.widget-category .category-list li a {
  color: #646464;
  padding: 10px 18px;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-category .category-list li a i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-category .category-list li a span {
  margin-left: 15px;
}
.widget-category .category-list li a:hover {
  color: var(--dark_primary_color);
}
.widget-category .category-list li a:hover i {
  color: var(--accent_color);
}
.widget-service {
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 35px 40px 25px;
}
.widget-service .service-list li {
  border-bottom: 1px solid #e3e3e3;
}
.widget-service .service-list li:last-child {
  border-bottom: none;
}
.widget-service .service-list li a {
  color: #444444;
  padding: 12px 18px;
  position: relative;
  display: block;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-service .service-list li a i {
  position: absolute;
  top: 18px;
  left: 0;
  color: var(--dark_primary_text_color);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-service .service-list li a:hover {
  color: var(--dark_primary_color);
  padding-left: 25px;
}
.widget-service .service-list li a:hover i {
  color: var(--accent_color);
}
.widget-form {
  background-color: #0223a3;
  border-radius: 4px;
  padding: 36px 40px 40px;
}
.widget-form .contact-form-box .form-group {
  margin-bottom: 5px;
}
.widget-form .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.widget-form .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.widget-form .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
  color: var(--light_primary_text_color);
}
.widget-form .contact-form-box .form-group .form-control {
  font-size: 16px;
  padding: 20px;
  border: none;
  color: var(--light_primary_text_color);
  border-radius: 4px;
  background-color: #103caf;
}
@media only screen and (max-width: 991px) {
  .widget-form .contact-form-box .form-group .form-control {
    font-size: 14px;
  }
}
.widget-form .contact-form-box .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.widget-form .contact-form-box .form-group input {
  height: 50px;
}
.widget-contact {
  background-color: #f6f6f6;
  padding: 35px 40px 25px;
}
.widget-contact .contact-list li {
  border-bottom: 1px solid #e3e3e3;
  padding: 12px 28px;
  position: relative;
  display: block;
}
.widget-contact .contact-list li:last-child {
  border-bottom: none;
}
.widget-contact .contact-list li i {
  position: absolute;
  top: 13px;
  left: 0;
}
.widget-contact .contact-list li i:before {
  font-size: 16px;
  color: var(--dark_primary_color);
  font-weight: 700;
}
.widget-project-info {
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 35px 40px;
}
.widget-project-info .item-info > ul > li {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark_primary_text_color);
  margin-bottom: 4px;
}
.widget-project-info .item-info > ul > li:last-child {
  margin-bottom: 0;
}
.widget-project-info .item-info > ul > li span {
  font-weight: 400;
  color: #646464;
  font-size: 16px;
  display: block;
}
.widget-project-info .item-info > ul > li .item-social li {
  display: inline-block;
  margin-right: 10px;
}
.widget-project-info .item-info > ul > li .item-social li:last-child {
  margin-right: 0;
}
.widget-project-info .item-info > ul > li .item-social li a {
  padding: 5px 5px 5px 0;
  font-size: 16px;
  color: var(--dark_primary_color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-project-info .item-info > ul > li .item-social li a:hover {
  color: var(--dark_primary_text_color);
}
.widget-related-case {
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 35px 35px 40px;
}
@media only screen and (max-width: 1199px) {
  .widget-related-case {
    padding: 35px 15px 40px;
  }
}
.widget-related-case .media {
  margin-bottom: 18px;
}
@media only screen and (max-width: 575px) {
  .widget-related-case .media {
    text-align: center;
  }
}
.widget-related-case .media:last-child {
  margin-bottom: 0;
}
.widget-related-case .media .item-img {
  margin-top: 7px;
  overflow: hidden;
}
.widget-related-case .media .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-related-case .media .media-body .case-date {
  font-size: 14px;
  margin-bottom: 6px;
}
.widget-related-case .media .media-body .item-title {
  font-weight: 600;
  margin-bottom: 0;
}
.widget-related-case .media .media-body .item-title a {
  color: var(--dark_primary_text_color);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-related-case .media .media-body .item-title a:hover {
  color: var(--primary_color);
}
@media only screen and (max-width: 575px) {
  .widget-related-case .media .media-body .item-title {
    font-size: 16px;
  }
}
.widget-related-case .media:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.widget-search-box .stylish-input-group {
  border: 1px solid #cccccc;
  height: 50px;
  border-radius: 4px;
  padding: 0 10px;
}
.widget-search-box .stylish-input-group .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: var(--dark_primary_text_color);
  font-size: 16px;
  height: 50px;
}
.widget-search-box .stylish-input-group .input-group-addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent !important;
}
.widget-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button span:before {
  color: var(--dark_primary_color);
  font-size: 24px;
  font-weight: 700;
  margin-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button:hover span {
  color: var(--primary_color);
}
.widget-search-box .stylish-input-group .input-group-addon button:hover span:before {
  color: var(--primary_color);
}
.widget-search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.widget-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #646464;
  font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-moz-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #646464;
  font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #646464;
  font-size: 16px;
}
.widget-tag {
  background-color: #f6f6f6;
  padding: 35px 40px 40px;
}
.widget-tag .item-tag li {
  display: inline-block;
  margin-bottom: 4px;
}
.widget-tag .item-tag li a {
  display: block;
  background-color: var(--light_primary_text_color);
  color: #646464;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-tag .item-tag li a:hover {
  background-color: var(--primary_color);
  color: var(--light_primary_text_color);
}
/*=======================================================================
5. Template Page Style
=========================================================================*/
.about-wrap-layout1 {
  position: relative;
}
.about-wrap-layout2 {
  padding: 120px 0;
}
.about-wrap-layout3 {
  padding: 88px 0 115px;
}
.about-wrap-layout4 {
  padding: 120px 0;
  background-color: #f8f8f8;
}
.about-box-layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout1 {
    display: block;
    padding: 70px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout1 {
    padding: 70px 20px;
  }
}
.about-box-layout1 .single-item {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout1 .single-item {
    width: 100%;
    text-align: center;
  }
}
.about-box-layout1 .single-item .item-content .item-title {
  font-weight: 600;
  margin-bottom: 25px;
}
.about-box-layout1 .single-item .item-content .list-item {
  margin-bottom: 25px;
}
.about-box-layout1 .single-item .item-content .list-item li {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark_primary_text_color);
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.about-box-layout1 .single-item .item-content .list-item li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--dark_primary_color);
}
.about-box-layout1 .about-left-item {
  padding-left: calc((100% - 1510px) / 2);
}
@media only screen and (max-width: 1199px) {
  .about-box-layout1 .about-left-item {
    margin-bottom: 40px;
  }
}
.about-box-layout1 .about-right-item {
  padding-right: calc((100% - 1200px) / 2);
}
.about-box-layout3 {
  margin-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout3 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout3 {
    text-align: center;
  }
}
.about-box-layout3 .item-subtitle {
  margin-bottom: 5px;
}
.about-box-layout3 .item-title {
  color: var(--dark_primary_text_color);
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout5 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.about-box-layout6 {
  padding-top: 25px;
}
.about-box-layout6 .item-content .item-title {
  font-weight: 600;
  color: var(--dark_primary_text_color);
  margin-bottom: 25px;
}
.about-box-layout6 .item-content .service-list {
  margin: 28px 0 45px;
}
.about-box-layout6 .item-content .service-list li {
  padding-left: 32px;
  font-weight: 500;
  color: var(--dark_primary_text_color);
  margin-bottom: 14px;
  position: relative;
}
.about-box-layout6 .item-content .service-list li:after {
  content: "\F058";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  color: var(--dark_primary_color);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-box-layout7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 {
    display: block;
  }
}
.about-box-layout7 .single-item {
  width: 50%;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 .single-item {
    width: 100%;
  }
}
.about-box-layout7 .left-side-content {
  padding-left: calc((100% - 1200px) / 2);
  padding-right: 50px;
}
@media only screen and (max-width: 1259px) {
  .about-box-layout7 .left-side-content {
    padding-left: calc((100% - 1110px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .about-box-layout7 .left-side-content {
    padding-left: calc((100% - 930px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 .left-side-content {
    padding-left: calc((100% - 690px) / 2);
    padding-right: calc((100% - 690px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout7 .left-side-content {
    padding-left: calc((100% - 510px) / 2);
    padding-right: calc((100% - 510px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout7 .left-side-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.about-box-layout7 .left-side-content .item-content .item-title {
  font-weight: 500;
  color: var(--dark_primary_text_color);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.about-box-layout7 .left-side-content .item-content .item-title:after {
  content: "";
  height: 5px;
  width: 46px;
  background-color: var(--accent_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-box-layout7 .left-side-content .item-content .service-list {
  margin-top: 26px;
}
.about-box-layout7 .left-side-content .item-content .service-list li {
  padding-left: 32px;
  font-size: 18px;
  font-weight: 500;
  color: var(--dark_primary_text_color);
  margin-bottom: 14px;
  position: relative;
}
.about-box-layout7 .left-side-content .item-content .service-list li:after {
  content: "\F058";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  color: var(--dark_primary_color);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-box-layout7 .right-side-content {
  padding-right: calc((100% - 1200px) / 2);
  padding-left: 117px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1259px) {
  .about-box-layout7 .right-side-content {
    padding-right: calc((100% - 1110px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .about-box-layout7 .right-side-content {
    padding-right: calc((100% - 930px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 .right-side-content {
    padding-right: calc((100% - 690px) / 2);
    padding-left: calc((100% - 690px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout7 .right-side-content {
    padding-left: calc((100% - 510px) / 2);
    padding-right: calc((100% - 510px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout7 .right-side-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.about-box-layout7 .right-side-content:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(10, 28, 37, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.about-box-layout7 .right-side-content .item-content .item-title {
  font-weight: 500;
  color: var(--light_primary_text_color);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
.about-box-layout7 .right-side-content .item-content .item-title:after {
  content: "";
  height: 5px;
  width: 46px;
  background-color: var(--accent_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-box-layout7 .right-side-content .item-content .progress-box {
  padding-top: 45px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 .right-side-content .item-content .progress-box {
    margin-left: 0;
    margin-top: 30px;
  }
}
.about-box-layout7 .right-side-content .item-content .progress-box .progress {
  overflow: visible;
  margin-bottom: 70px;
  height: 10px;
  background-color: #5e6b71;
  border-radius: 6px;
  position: relative;
}
.about-box-layout7 .right-side-content .item-content .progress-box .progress:last-child {
  margin-bottom: 0;
}
.about-box-layout7 .right-side-content .item-content .progress-box .progress .lead {
  color: var(--light_primary_text_color);
  font-size: 16px;
  position: absolute;
  top: -42px;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 575px) {
  .about-box-layout7 .right-side-content .item-content .progress-box .progress .lead {
    font-size: 18px;
    top: -35px;
  }
}
.about-box-layout7 .right-side-content .item-content .progress-box .progress .progress-bar {
  padding: 5px 0;
  position: relative;
  background-color: var(--primary_color);
  border-radius: 4px;
}
.about-box-layout7 .right-side-content .item-content .progress-box .progress .progress-bar span {
  color: var(--light_primary_text_color);
  font-size: 16px;
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
}
@media only screen and (max-width: 575px) {
  .about-box-layout7 .right-side-content .item-content .progress-box .progress .progress-bar span {
    top: -37px;
  }
}
.banner-wrap-layout1 {
  padding: 100px 0 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .banner-wrap-layout1 {
    padding: 100px 0;
  }
}
.banner-box-layout1 {
  -webkit-animation: bouncebubble infinite 10000ms;
          animation: bouncebubble infinite 10000ms;
}
.banner-box-layout2 {
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .banner-box-layout2 {
    padding-top: 50px;
    text-align: center;
  }
}
.banner-box-layout2 .item-title {
  color: var(--light_primary_text_color);
  font-weight: 700;
  font-size: 40px;
}
.banner-box-layout2 .item-title span {
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .banner-box-layout2 .item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-box-layout2 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-box-layout2 .item-title {
    font-size: 28px;
  }
}
.banner-bottom-shape {
  position: relative;
}
.banner-bottom-shape .svg-shape {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .banner-bottom-shape .svg-shape {
    bottom: -100px;
  }
}
.brand-wrap-layout2 {
  padding: 50px 0;
  background-color: #f2f2f2;
}
.brand-wrap-layout3 {
  padding: 20px 0;
}
.brand-box-layout1 {
  margin: 10px;
  padding: 30px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.brand-box-layout1 .item-img {
  cursor: move;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  text-align: center;
}
.brand-box-layout1 .item-img img {
  width: auto;
  display: inline-block;
}
.brand-box-layout1:hover {
  background-color: var(--light_primary_text_color);
  -webkit-box-shadow: 0px 0px 20px 0px #dfdfdf;
          box-shadow: 0px 0px 20px 0px #dfdfdf;
}
.brand-box-layout1:hover .item-img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
/*------------------- Call To Action -------------------*/
.action-wrap-layout1 {
  padding: 115px 0 105px;
}
.action-wrap-layout2 {
  padding: 115px 0 120px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.action-wrap-layout3 {
  padding: 75px 0 60px;
  position: relative;
  overflow: hidden;
  background-color: var(--dark_primary_color);
}
.action-box-layout1 .contact-form-box .form-group {
  margin-bottom: 15px;
}
.action-box-layout1 .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.action-box-layout1 .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.action-box-layout1 .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
  color: #8c8c8c;
}
.action-box-layout1 .contact-form-box .form-group .form-control {
  font-size: 16px;
  padding: 10px 30px;
  border-color: #dfdfdf;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  color: var(--dark_primary_text_color);
  border-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .action-box-layout1 .contact-form-box .form-group .form-control {
    font-size: 14px;
  }
}
.action-box-layout1 .contact-form-box .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.action-box-layout1 .contact-form-box .form-group input {
  height: 54px;
}
.action-box-layout2 {
  text-align: center;
}
.action-box-layout2 .item-subtitle {
  color: var(--light_primary_text_color);
  margin-bottom: 20px;
}
.action-box-layout2 .item-title {
  color: var(--light_primary_text_color);
  font-weight: 600;
}
.action-box-layout3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.action-box-layout3 .item-title {
  width: 60%;
  font-weight: 600;
  color: var(--light_primary_text_color);
}
@media only screen and (max-width: 991px) {
  .action-box-layout3 {
    display: block;
    text-align: center;
  }
  .action-box-layout3 .item-title {
    width: 100%;
  }
}
/*------------------- Contact -------------------*/
.contact-info-wrap-layout1 {
  padding: 50px 0;
  background-color: var(--primary_color);
}
@media only screen and (max-width: 767px) {
  .contact-info-wrap-layout1 {
    padding: 50px 0 20px;
  }
}
.contact-info-box-layout1 .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-info-box-layout1 .media .item-icon {
  background-color: var(--light_primary_text_color);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-info-box-layout1 .media .item-icon i:before {
  font-size: 24px;
  font-weight: 600;
  color: var(--accent_color);
}
.contact-info-box-layout1 .media .media-body .item-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--light_primary_text_color);
  margin-bottom: 2px;
}
@media only screen and (max-width: 1199px) {
  .contact-info-box-layout1 .media .media-body .item-title {
    font-size: 22px;
  }
}
.contact-info-box-layout1 .media .media-body .item-subtitle {
  color: var(--light_primary_text_color);
}
.contact-info-box-layout1:hover .media .item-icon {
  background-color: var(--accent_color);
}
.contact-info-box-layout1:hover .media .item-icon i:before {
  color: var(--light_primary_text_color);
}
@media only screen and (max-width: 991px) {
  .contact-info-box-layout1 {
    text-align: center;
  }
  .contact-info-box-layout1 .media .item-icon {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-box-layout1 .media {
    margin-bottom: 30px;
  }
}
.contact-form-wrap-layout1 {
  padding: 110px 0 120px;
}
.contact-form-box2 .form-group {
  margin-bottom: 16px;
}
.contact-form-box2 .form-group:last-child {
  margin-bottom: 0;
}
.contact-form-box2 .form-group .form-control {
  border: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 16px;
  color: #646464;
  padding: 20px;
}
.contact-form-box2 .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-box2 .form-group input {
  height: 54px;
}
.contact-form-box2 .form-group .form-btn {
  font-weight: 700;
  color: var(--light_primary_text_color);
  border-radius: 4px;
  padding: 10px 35px;
  border: 1px solid var(--accent_color);
  cursor: pointer;
  position: relative;
  z-index: 1;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-form-box2 .form-group .form-btn:focus {
  outline: none;
}
.contact-form-box2 .form-group .form-btn:after {
  content: "";
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_light)), to(var(--gradient_dark)));
  background: linear-gradient(to right, var(--gradient_light), var(--gradient_dark));
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form-box2 .form-group .form-btn:hover {
  color: var(--light_primary_text_color);
}
.contact-form-box2 .form-group .form-btn:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .contact-form-box2 .form-group .form-btn {
    padding: 10px 25px;
    font-weight: 500;
  }
}
.contact-page-wrap-layout1 {
  padding: 120px 0;
}
.contact-page-box-layout1 .google-map-area {
  margin-bottom: 76px;
}
.contact-page-box-layout1 .contact-list .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.contact-page-box-layout1 .contact-list .media .item-icon {
  text-align: center;
  height: 75px;
  width: 75px;
  line-height: 75px;
  border-radius: 50%;
  background-color: #f2f2f2;
}
.contact-page-box-layout1 .contact-list .media .item-icon i:before {
  font-size: 24px;
  color: #444444;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .contact-page-box-layout1 .contact-list .media .item-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .contact-page-box-layout1 .contact-list .media .item-icon i:before {
    font-size: 20px;
  }
}
.contact-page-box-layout1 .contact-list .media .media-body .item-title {
  font-weight: 600;
  color: var(--primary_color);
  margin-bottom: 7px;
}
@media only screen and (max-width: 991px) {
  .contact-page-box-layout1 .contact-list {
    margin-bottom: 50px;
  }
}
/*-------------------  Error Page -------------------*/
.error-page-wrap-layout1 {
  padding: 150px 0;
}
.error-page-box-layout1 {
  text-align: center;
}
.error-page-box-layout1 .error-img {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .error-page-box-layout1 .error-img {
    margin-bottom: 40px;
  }
}
.error-page-box-layout1 .item-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .error-page-box-layout1 .item-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .error-page-box-layout1 .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .error-page-box-layout1 .item-title {
    font-size: 28px;
  }
}
.error-page-box-layout1 .item-subtitle {
  font-size: 24px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .error-page-box-layout1 .item-subtitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .error-page-box-layout1 .item-subtitle {
    font-size: 20px;
  }
}
.error-page-box-layout1 .item-btn {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #fe0e00;
  border: 1px solid #fe0e00;
  padding: 14px 35px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.error-page-box-layout1 .item-btn:hover {
  background-color: #fe0e00;
  color: #fff;
  border-color: #fe0e00;
}
@media only screen and (max-width: 767px) {
  .error-page-box-layout1 .item-btn {
    margin-bottom: 40px;
    padding: 10px 20px;
    font-size: 15px;
  }
}
.error-page-box-layout1 .error-text h2 {
  font-size: 150px;
  margin-bottom: 100px;
  font-weight: bold;
  color: #ffff04;
}
@media screen and (max-width: 767px) {
  .error-page-box-layout1 .error-text h2 {
    font-size: 45px;
  }
}
/*------------------- Why Choose Us -------------------*/
.why-chose-wrap-layout1 {
  padding: 0 0 120px;
}
.why-chose-wrap-layout2 {
  padding: 0 0 115px;
}
.why-chose-wrap-layout3 {
  padding: 120px 0;
}
.why-chose-wrap-layout4 {
  padding: 120px 0 55px;
}
.why-chose-box-layout1 {
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  .why-chose-box-layout1 {
    padding-right: 0;
  }
}
.why-chose-box-layout1 .item-title {
  color: var(--dark_primary_text_color);
  font-weight: 600;
}
.why-chose-box-layout1 .item-subtitle {
  font-size: 18px;
  color: var(--dark_primary_text_color);
  font-weight: 500;
  margin-bottom: 30px;
}
.why-chose-box-layout1 .single-item li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.why-chose-box-layout1 .single-item li:after {
  content: "\F058";
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  color: var(--dark_primary_color);
  font-weight: 600;
  position: absolute;
  top: 2px;
  left: 0;
}
.why-chose-box-layout2 .item-img {
  -webkit-animation: bouncebubble infinite 5000ms;
          animation: bouncebubble infinite 5000ms;
}
@media only screen and (max-width: 991px) {
  .why-chose-box-layout2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .why-chose-box-layout3 {
    margin-bottom: 30px;
  }
}
.why-chose-box-layout4 .item-title {
  font-weight: 600;
  color: var(--dark_primary_text_color);
  margin-bottom: 25px;
}
.why-chose-box-layout5 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .why-chose-box-layout5 {
    display: block;
    text-align: center;
  }
}
.why-chose-box-layout5 .single-item {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .why-chose-box-layout5 .single-item {
    width: 100%;
  }
  .why-chose-box-layout5 .single-item .item-img {
    margin-bottom: 30px;
  }
}
.why-chose-box-layout5 .single-item .item-content .item-subtitle {
  margin-bottom: 5px;
}
.why-chose-box-layout5 .single-item .item-content .item-title {
  font-weight: 500;
  color: var(--dark_primary_text_color);
}
.why-chose-box-layout5 .single-item .item-content .counter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .why-chose-box-layout5 .single-item .item-content .counter-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.why-chose-box-layout5 .single-item .item-content .counter-box .single-count {
  margin-right: 120px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .why-chose-box-layout5 .single-item .item-content .counter-box .single-count {
    margin-right: 80px;
  }
}
.why-chose-box-layout5 .single-item .item-content .counter-box .single-count:after {
  content: "";
  height: 85px;
  width: 1px;
  background-color: #dadada;
  position: absolute;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .why-chose-box-layout5 .single-item .item-content .counter-box .single-count:after {
    right: -50px;
  }
}
.why-chose-box-layout5 .single-item .item-content .counter-box .single-count:last-child {
  margin-right: 0;
}
.why-chose-box-layout5 .single-item .item-content .counter-box .single-count:last-child:after {
  display: none;
}
.why-chose-box-layout5 .single-item .item-content .counter-box .single-count .count-number {
  font-size: 48px;
  color: #ff5b17;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .why-chose-box-layout5 .single-item .item-content .counter-box .single-count .count-number {
    font-size: 36px;
  }
}
.why-chose-box-layout5 .single-item-left {
  padding-left: calc((100% - 1550px) / 2);
}
@media only screen and (max-width: 1199px) {
  .why-chose-box-layout5 .single-item-left {
    padding-left: 0;
  }
}
.why-chose-box-layout5 .single-item-right {
  padding-right: calc((100% - 1200px) / 2);
  padding-left: 50px;
  padding-top: 20px;
}
@media only screen and (max-width: 1259px) {
  .why-chose-box-layout5 .single-item-right {
    padding-right: calc((100% - 1110px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .why-chose-box-layout5 .single-item-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.why-chose-box-layout6 {
  margin-bottom: 65px;
}
.why-chose-box-layout6 .item-img {
  text-align: center;
}
.why-chose-box-layout6 .item-content .item-title {
  font-weight: 500;
  color: var(--dark_primary_text_color);
}
.why-chose-box-layout6 .item-content .item-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  color: var(--dark_primary_text_color);
  font-weight: 500;
}
.why-chose-box-layout6 .item-content .item-list li:last-child {
  margin-bottom: 0;
}
.why-chose-box-layout6 .item-content .item-list li:after {
  content: "\F00C";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  color: #ff7116;
  position: absolute;
  top: 0;
  left: 0;
}
/*------------------- child listing -------------------*/
.parent-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.parent-page .child-wrap {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
}
.parent-page .child-wrap:hover {
  -webkit-box-shadow: 0 1px 6px rgba(1, 1, 1, 0.03);
          box-shadow: 0 1px 6px rgba(1, 1, 1, 0.03);
}
.parent-page .post-title {
  font-size: 24px;
  margin-bottom: 0;
}
.parent-page .post-title a {
  color: var(--primary_color);
}
.parent-page .post-title a:hover {
  color: var(--accent_color);
}
.page-content .item-title {
  font-weight: 900;
  line-height: 48px;
  font-size: 36px;
  color: var(--light_primary_text_color);
  margin-bottom: 30px;
}
.page-content .post-img {
  margin-bottom: 33px;
}
/*=======================================================================
## Pagination
=========================================================================*/
.pagination-layout1 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-layout1 ul li {
  margin: 0 15px 10px 0;
  display: inline-block;
}
.pagination-layout1 ul li:last-child {
  margin-right: 0;
}
.pagination-layout1 ul li a:hover {
  color: white;
  background-color: #fe0e00;
}
.pagination-layout1 ul li a,
.pagination-layout1 ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #111;
}
.pagination-layout1 ul li.pagi-previous,
.pagination-layout1 ul li.pagi-next {
  height: 39px;
  width: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-layout1 ul li.pagi-previous span,
.pagination-layout1 ul li.pagi-next span,
.pagination-layout1 ul li.pagi-previous a,
.pagination-layout1 ul li.pagi-next a {
  padding: 0;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pagination-layout1 ul li.pagi-previous span i:before,
.pagination-layout1 ul li.pagi-next span i:before,
.pagination-layout1 ul li.pagi-previous a i:before,
.pagination-layout1 ul li.pagi-next a i:before {
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pagination-layout1 ul li.pagi-previous,
  .pagination-layout1 ul li.pagi-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pagination-layout1 ul li.pagi-previous span i:before,
.pagination-layout1 ul li.pagi-previous a i:before {
  margin-right: 8px;
}
.pagination-layout1 ul li.pagi-next span i:before,
.pagination-layout1 ul li.pagi-next a i:before {
  margin-left: 8px;
}
.pagination-layout1 ul li.active span {
  background-color: #fe0e00;
  color: var(--light_primary_text_color);
}
@media screen and (max-width: 768px) {
  .pagination-layout1 ul li {
    margin: 8px;
  }
}
.pagination-layout1 .pagi-previous.disabled span,
.pagination-layout1 .pagi-next.disabled span {
  color: #999;
}
@media screen and (max-width: 768px) {
  .pagination-layout1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px;
  }
}
.post-pagination {
  text-align: left;
  margin: 1em 0;
}
.post-pagination .post-page-numbers:first-child {
  margin-left: 8px;
}
.post-pagination span {
  display: inline-block;
  border: 1px solid #dddddd;
  padding: 4px 15px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 20px;
  background-color: #fe0e00;
  color: white;
}
.post-pagination span.post-page-numbers {
  padding: 0;
}
.post-pagination span.post-page-numbers.current {
  padding: 0;
}
.post-pagination span.post-page-numbers.current span {
  border: none;
}
.post-pagination a span {
  background-color: white;
  color: #111111;
}
.post-password-form input[type='password'] {
  padding: 5px 20px;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  position: absolute;
  right: 5px;
  z-index: 2;
  content: "\F107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 6px;
}
select {
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
select::-ms-expand {
  display: none;
}
select:hover {
  border-color: #888;
}
select:focus {
  border-color: #aaa;
  color: #222;
  outline: none;
}
select option {
  font-weight: normal;
}
.cta1 {
  padding: 75px 0;
  background-size: contain;
}
.cta1 .cta1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .cta1 .cta1__inner {
    display: block;
  }
}
.cta1 .cta1__inner .cta1__inner__left {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media screen and (max-width: 991px) {
  .cta1 .cta1__inner .cta1__inner__left {
    text-align: center;
  }
}
.cta1 .cta1__inner .cta1__inner__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .cta1 .cta1__inner .cta1__inner__right {
    display: block;
    text-align: center;
  }
}
.cta1 .cta1__inner .cta-title {
  font-family: var(--heading_font);
  font-size: 35px;
  line-height: 1.6;
  color: var(--light_primary_text_color);
}
.cta1 .cta1__inner .cta-subtitle {
  color: var(--light_primary_text_color);
}
.cta2 {
  padding: 75px 0;
}
.cta2 .cta2__inner {
  text-align: center;
}
.cta2 .cta2__inner .cta-title {
  font-family: var(--heading_font);
  font-size: 35px;
  line-height: 1.6;
  color: var(--light_primary_text_color);
}
.cta2 .cta2__inner .cta-subtitle {
  color: var(--light_primary_text_color);
}
/*=======================================================================
## Blog
=========================================================================*/
.sticky .item-content {
  background-color: #f8f8f8;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sticky .item-content:after {
  content: "\F08D";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 25px;
  color: #fe0e00;
  top: 0;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}
.single-blog-box-layout1 .post-img {
  margin: 20px 0;
}
.single-blog-box-layout1 .post-img img {
  border-radius: 10px;
}
.single-blog-box-layout1 .item-content .item-content-heading {
  line-height: 1.3;
  color: #131415;
}
.single-blog-box-layout1 .item-content .item-title {
  font-size: 30px;
  color: var(--light_primary_text_color);
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .single-blog-box-layout1 .item-content .item-title {
    font-size: 18px;
  }
}
.single-blog-box-layout1 .item-content .date-author-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fe0e00;
}
.single-blog-box-layout1 .item-content .date-author-tags i {
  color: #ffff04;
  font-size: 20px;
  display: inline-block;
  margin-right: 2px;
}
.single-blog-box-layout1 .item-content .date-author-tags .dat-separator {
  color: #fe0e00;
  font-weight: normal;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -10px;
}
.single-blog-box-layout1 .item-content .date-author-tags .date-field {
  margin-bottom: 10px;
  color: #fe0e00;
}
.single-blog-box-layout1 .item-content .date-author-tags .author-field {
  margin-bottom: 10px;
  color: #fe0e00;
}
.single-blog-box-layout1 .item-content .date-author-tags .author-field a {
  color: inherit;
}
.single-blog-box-layout1 .item-content .date-author-tags .tags-field {
  margin-bottom: 10px;
  text-transform: lowercase;
}
.single-blog-box-layout1 .item-content .date-author-tags .each-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fe0e00;
  font-size: 20px;
  margin: 5px;
}
.single-blog-box-layout1 .item-content .date-author-tags .each-tag:first-of-type {
  margin-left: 0;
}
.single-blog-box-layout1 .item-content .date-author-tags .each-tag:hover {
  color: #ffff04;
}
.blog-listing-each-block {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 0 0 4px 4px;
}
.blog-listing-each-block .item-content .item-title {
  font-family: var(--body_font);
  font-weight: normal;
  line-height: 1.1;
  font-size: 36px;
  color: #ffff04;
  margin-bottom: 20px;
  font-weight: bold;
}
.blog-listing-each-block .item-content .item-title a {
  color: inherit;
}
.blog-listing-each-block .item-content .item-title a:hover {
  color: #fe0e00;
}
.blog-listing-each-block .item-content .post-content {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .blog-listing-each-block .item-content .post-content .item-img {
    margin-bottom: 20px;
  }
}
.blog-listing-each-block .action-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-listing-each-block .action-area .date-field {
  color: #ffff04;
  font-weight: 600;
  font-size: 14px;
}
.blog-listing-each-block .action-area .item-btn {
  color: #ffff04;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-listing-each-block .action-area .item-btn i {
  color: #fe0e00;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-listing-each-block .action-area .item-btn:hover {
  color: #fe0e00;
}
.blog-listing-each-block .action-area .item-btn:hover i {
  color: #ffff04;
}
.at-accent-button-1 {
  font-family: var(--heading_font);
  font-size: 20px;
  line-height: 1.3;
  color: #fe0e00;
  display: inline-block;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.at-accent-button-1:hover {
  color: #fe0e00;
}
.at-accent-button-2 {
  text-transform: uppercase;
  font-family: var(--heading_font);
  font-size: 20px;
  line-height: 1.3;
  border: 4px solid #fe0e00;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 15px 25px;
}
.at-accent-button-2:hover {
  color: white;
  background-color: #fe0e00;
}
.blackcat-breadcrumb .breadcrumbs-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #666465;
  background: #000;
  border-bottom: 1px solid #666465;
  padding: 15px 0;
}
.blackcat-breadcrumb .breadcrumbs-area ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.blackcat-breadcrumb .breadcrumbs-area ul li {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  position: relative;
  margin-right: 60px;
  padding-right: 10px;
  font-family: var(--body_font);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .blackcat-breadcrumb .breadcrumbs-area ul li {
    margin-right: 30px;
  }
}
.blackcat-breadcrumb .breadcrumbs-area ul li:before {
  color: #ffff04;
  content: "\F138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  right: -30px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
@media screen and (max-width: 600px) {
  .blackcat-breadcrumb .breadcrumbs-area ul li:before {
    right: -15px;
  }
}
.blackcat-breadcrumb .breadcrumbs-area ul li a {
  color: #fe0e00;
  font-family: var(--body_font);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blackcat-breadcrumb .breadcrumbs-area ul li a:hover {
  color: #fff;
}
.blackcat-breadcrumb .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blackcat-breadcrumb .breadcrumbs-area ul li:last-child:before {
  display: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 10px 18px;
  background: #fe0e00;
  color: #fff;
  border: 2px solid #fe0e00;
  text-transform: uppercase;
  font-family: var(--heading_font);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 1.5px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: white;
  color: #fe0e00;
}
/**
 * Header phone number
 */
.header-phone-number {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}
.header-phone-number .phone-icon-area .icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fe0e00;
  border: 2px solid #fe0e00;
  font-size: 24px;
}
.header-phone-number .phone-number-area {
  margin-left: 15px;
}
.header-phone-number .phone-number-area a {
  display: block;
  font-family: var(--heading_font);
  font-size: 24px;
  color: #fff;
}
.main-offcanvas-content .offcanvas-logo {
  padding: 10px;
  margin: 10px 0;
}
.mobile-content-sticky-menu {
  visibility: hidden;
}
.rt-sticky .mobile-content-sticky-menu {
  visibility: visible;
}
.rt-sticky .mobile-content-nonsticky-menu {
  visibility: hidden;
}
/**
 * Custom Widget HTML
 */
.blackcat_my_custom_code .sidebar-legal-service {
  margin: 90px 0;
}
.blackcat_my_custom_code .sidebar-legal-service h2 {
  font-family: var(--heading_font);
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 15px;
}
.blackcat_my_custom_code .sidebar-legal-service .sidebar-legal-service-content a {
  font-family: var(--heading_font);
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  color: #000;
  border: 4px solid #fe0e00;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.blackcat_my_custom_code .sidebar-legal-service .sidebar-legal-service-content a:hover {
  background: #fe0e00;
  color: white;
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
/**
* Header
*/
body.transparent-header.dark-theme .main-offcanvas-content nav.template-main-menu > ul > li > a {
  color: var(--dark_primary_text_color);
}
.header-menu.menu-layout1.rt-sticky .header-action-layout1 ul li {
  color: var(--dark_primary_text_color);
}
.header-menu.menu-layout1.rt-sticky .logo-area .sticky-logo img {
  max-height: 100px;
}
body.transparent-header.dark-theme .header-desktop .header-menu.rt-sticky .offcanvas-btn-light-mobile .btn-icon-wrap span {
  background-color: #fe0e00;
}
/**
 * custom code for select
 * custom code for select
 * custom code for select
 * custom code for select
 * custom code for select
 * custom code for select
 * custom code for select
 * custom code for select
 * custom code for select
 * custom code for select
 */
/**
 * over-right
 */
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 100% !important;
  }
  body .gform_wrapper .top_label div.ginput_container {
    width: 70%;
  }
}
/**
 * codepen
 */
.ginput_container_select {
  padding: 0;
  position: relative;
  /* Set options to normal weight */
  /* ------------------------------------  */
  /* START OF UGLY BROWSER-SPECIFIC HACKS */
  /* ----------------------------------  */
  /* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container.
     The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex.
     You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
  /* Show only the native arrow */
  color: #005BA6;
  display: block;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  margin-top: 9px;
  margin-bottom: 15px;
  width: 100%;
}
.ginput_container_select::before,
.ginput_container_select::after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid transparent;
  font-size: 16px;
  outline: none;
  /* Focus style */
}
.ginput_container_select select:focus {
  background-color: transparent;
  outline: none;
}
.ginput_container_select option {
  font-weight: normal;
}
.ginput_container_select x:-o-prefocus,
.ginput_container_select::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ginput_container_select select::-ms-expand {
    display: none;
  }
  .ginput_container_select select:focus::-ms-value {
    background: transparent;
    color: #000;
  }
}
@-moz-document url-prefix() {
  .ginput_container_select {
    overflow: hidden;
  }
  .ginput_container_select select {
    width: 120%;
    width: calc(100% + 3em);
    /* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
  }
  .ginput_container_select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
}
.ginput_container_select::before,
.ginput_container_select::after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
}
.ginput_container_select::before {
  bottom: 55%;
  border-width: 0 3.5px 5px 3.5px;
  border-bottom-color: #888;
}
.ginput_container_select::after {
  border-width: 5px 3.5px 0 3.5px;
  border-top-color: #888;
  top: 55%;
}
@-moz-document url-prefix() {
  .ginput_container_select {
    border-right: 1px solid #E6E6E6;
  }
  .ginput_container_select:hover {
    border-right: 1px solid #d0d0d0;
  }
}
.ginput_container_select:hover select {
  -webkit-box-shadow: 0 2px 3px rgba(210, 210, 210, 0.2) inset;
          box-shadow: 0 2px 3px rgba(210, 210, 210, 0.2) inset;
  border-color: #d0d0d0;
}
.ginput_container_select:hover select:focus {
  outline-color: transparent;
}
.ginput_container_select:hover::before {
  border-bottom-color: #094175;
}
.ginput_container_select:hover::after {
  border-top-color: #094175;
}
.ginput_container_select select {
  border: 1px solid #dadada;
  border-radius: 2px;
  padding: 6px !important;
  font-weight: 400;
  color: inherit;
  line-height: normal;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
}
.ginput_container_select select:focus {
  -webkit-box-shadow: 0 3px 4px rgba(210, 210, 210, 0.3) inset;
          box-shadow: 0 3px 4px rgba(210, 210, 210, 0.3) inset;
  outline: 1px solid #d0d0d0;
  outline-offset: -1px;
}
.ginput_container_select select[disabled],
.ginput_container_select select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ginput_container_select select:not(:focus):invalid {
  color: #C7C7C7;
}
/*=======================================================================
## Widgets
=========================================================================*/
.sidebar-widget-area {
  color: white;
}
.widget.main-footer-box li {
  margin-bottom: 7px;
}
.widget.main-footer-box li:last-child {
  margin-bottom: 0px;
}
.widget.main-footer-box li a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.widget.main-footer-box li a:hover {
  outline: none;
}
.widget.main-footer-box li a:active {
  outline: none;
}
.widget.main-footer-box li a:focus {
  outline: none;
}
.widget.main-footer-box.widget_recent_entries li {
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 15px;
}
.widget.main-footer-box.widget_recent_entries li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.widget.main-footer-box.widget_recent_entries li a {
  font-size: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget.main-footer-box.widget_recent_entries .post-date {
  display: block;
  font-size: 15px;
  color: #969696;
  margin-bottom: 10px;
}
.widget_nav_menu.main-footer-box li a {
  padding-left: 15px;
  display: inline-block;
}
.widget_nav_menu.main-footer-box li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--accent_color);
  content: "\F105";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
}
.sidebar-widget ul.children,
.sidebar-widget ul.sub-menu {
  margin-left: 0;
}
.sidebar-widget.widget_categories ul li,
.sidebar-widget.widget_archive ul li,
.sidebar-widget.widget_pages ul li,
.sidebar-widget.widget_nav_menu ul li {
  position: relative;
  padding: 7px 0 7px 18px;
}
.sidebar-widget.widget_categories ul li:before,
.sidebar-widget.widget_archive ul li:before,
.sidebar-widget.widget_pages ul li:before,
.sidebar-widget.widget_nav_menu ul li:before {
  content: "\F0DA";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 7px;
}
.sidebar-widget.widget_categories ul li.menu-item-menu-item-has-children,
.sidebar-widget.widget_archive ul li.menu-item-menu-item-has-children,
.sidebar-widget.widget_pages ul li.menu-item-menu-item-has-children,
.sidebar-widget.widget_nav_menu ul li.menu-item-menu-item-has-children {
  padding-bottom: 0;
}
.sidebar-widget.widget_categories ul li ul.children,
.sidebar-widget.widget_archive ul li ul.children,
.sidebar-widget.widget_pages ul li ul.children,
.sidebar-widget.widget_nav_menu ul li ul.children {
  padding-top: 7px;
}
.sidebar-widget.widget_categories ul li ul.children li:last-child,
.sidebar-widget.widget_archive ul li ul.children li:last-child,
.sidebar-widget.widget_pages ul li ul.children li:last-child,
.sidebar-widget.widget_nav_menu ul li ul.children li:last-child {
  padding-bottom: 0;
}
.sidebar-widget.widget_categories ul.sub-menu,
.sidebar-widget.widget_archive ul.sub-menu,
.sidebar-widget.widget_pages ul.sub-menu,
.sidebar-widget.widget_nav_menu ul.sub-menu {
  padding-top: 7px;
}
.sidebar-widget.widget_categories .nice-select li:before,
.sidebar-widget.widget_archive .nice-select li:before,
.sidebar-widget.widget_pages .nice-select li:before,
.sidebar-widget.widget_nav_menu .nice-select li:before {
  content: '';
}
.sidebar-widget.widget_calendar caption {
  caption-side: initial;
}
.sidebar-widget ul li a {
  display: inline-block;
  padding: 0;
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-widget ul li a:hover {
  color: var(--primary_color);
}
.sidebar-widget.widget_calendar a {
  display: inline-block;
  padding: 0;
  color: var(--accent_color);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_calendar a:hover {
  color: var(--primary_color);
}
.sidebar-widget.widget_rss li,
.sidebar-widget.widget_recent_comments li,
.sidebar-widget.widget_recent_entries li,
.sidebar-widget.widget_meta li {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}
.sidebar-widget.widget_rss li:last-child,
.sidebar-widget.widget_recent_comments li:last-child,
.sidebar-widget.widget_recent_entries li:last-child,
.sidebar-widget.widget_meta li:last-child {
  border: none;
}
.sidebar-widget.widget_rss li:first-child,
.sidebar-widget.widget_recent_comments li:first-child,
.sidebar-widget.widget_recent_entries li:first-child,
.sidebar-widget.widget_meta li:first-child {
  padding-top: 0;
}
.sidebar-widget.widget_tag_cloud .tagcloud a {
  margin-bottom: 4px;
  display: inline-block;
  font-size: 16px !important;
  background-color: var(--light_primary_text_color);
  color: #646464;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-widget.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--primary_color);
  color: var(--light_primary_text_color);
}
.sidebar-widget .nice-select span.current {
  max-width: 100%;
  overflow: hidden;
}
.sidebar-widget select {
  max-width: 100%;
}
.widget_blackcat_testimonial_widgets {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 30px 35px 35px 25px;
  position: relative;
}
.widget_blackcat_testimonial_widgets .testimonial-author {
  font-weight: bold;
  color: #000;
  margin: 5px 0;
}
.widget_blackcat_testimonial_widgets .widget-testimonial-box {
  margin-top: 30px;
}
.widget_blackcat_testimonial_widgets .widget-testimonial-box:after {
  content: url('../img/testimonial/quote3.png');
  top: -2px;
  left: 0;
  position: absolute;
}
.service-contact-widget .item-img {
  z-index: 1;
  position: relative;
  height: 350px;
  width: 100%;
}
.service-contact-widget .item-img:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(var(--dark_primary_text_color)), color-stop(rgba(0, 0, 0, 0.8)), color-stop(rgba(0, 0, 0, 0.8)), color-stop(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(to top, var(--dark_primary_text_color), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), transparent);
  border-radius: 4px;
  height: 95%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.service-contact-widget .item-content {
  background: transparent;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  text-align: center;
}
.service-contact-widget .item-content .title {
  font-size: 30px;
  color: var(--light_primary_text_color);
  font-weight: 500;
}
.service-contact-widget .item-content .item-btn {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--light_primary_text_color);
  background-color: var(--primary_color);
  border: 1px solid var(--primary_color);
  padding: 13px 50px 13px 30px;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
}
.service-contact-widget .item-content .item-btn i {
  position: absolute;
  top: 11px;
  right: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-contact-widget .item-content .item-btn i:before {
  margin-left: 0;
  font-weight: 600;
  font-size: 12px;
}
.service-contact-widget .item-content .item-btn:hover {
  background-color: transparent;
  border: 1px solid var(--primary_color);
}
.service-contact-widget .item-content .item-btn:hover i {
  right: 20px;
}
.sidebar-widget-area h3 {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.3;
  color: var(--light_primary_text_color);
  margin-bottom: 30px;
}
.sidebar-widget-area .widget {
  margin-bottom: 50px;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}
.sidebar-widget-area .widget.widget_search {
  background-color: transparent;
  padding: 0;
}
.mailchimp-form p {
  line-height: 30px;
  margin-bottom: 10px;
}
.mailchimp-form input {
  font-size: 16px;
  padding: 10px 30px;
  border: none;
  color: white !important;
  border-radius: 6px;
  background-color: #222669;
  display: block;
  width: 100%;
  line-height: 1.5;
  background-clip: padding-box;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  height: 50px;
  margin-bottom: 10px;
}
.mailchimp-form input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mailchimp-form button {
  position: relative;
  display: block;
  border: none;
  color: var(--light_primary_text_color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  padding: 12px 10px;
  text-align: center;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--accent_color);
  background: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.mailchimp-form button i {
  margin-left: 8px;
}
.mailchimp-form button:after {
  content: "";
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_light)), to(var(--gradient_dark)));
  background: linear-gradient(to right, var(--gradient_light), var(--gradient_dark));
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailchimp-form button:hover {
  color: var(--light_primary_text_color);
}
.mailchimp-form button:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.sidebar-service-btn a {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 5px;
  -webkit-mask-image: url(../img/svg-shape/red_button_bg.svg);
          mask-image: url(../img/svg-shape/red_button_bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  display: inline-block;
  padding: 20px 25px 13px 25px;
  text-transform: uppercase;
  font-family: var(--heading_font);
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .sidebar-service-btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sidebar-service-btn a {
    font-size: 11px;
  }
}
@media screen and (max-width: 350px) {
  .sidebar-service-btn a {
    font-size: 10px;
  }
}
.sidebar-service-btn.primary_button a {
  background-color: #fe0e00;
  color: #fff;
}
.sidebar-service-btn.primary_button a:hover {
  background-color: #ffff04;
  color: #000;
}
.sidebar-service-btn.secondary_button a {
  background-color: #ffff04;
  color: #000;
}
.sidebar-service-btn.secondary_button a:hover {
  background-color: #fe0e00;
  color: #fff;
}
.sidebar-info-widget-sidebar {
  background: white;
  padding: 20px 26px;
  margin-bottom: 10px;
  border-right: 8px solid #ffff04;
  -webkit-box-shadow: 0 0 0 1px rgba(200, 200, 200, 0.1);
          box-shadow: 0 0 0 1px rgba(200, 200, 200, 0.1);
}
.sidebar-info-widget-sidebar .sidebar-info-widget-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-info-widget-sidebar .sidebar-info-widget-inner .image-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.sidebar-info-widget-sidebar .sidebar-info-widget-inner img {
  max-width: 95%;
  max-height: 95%;
}
.sidebar-info-widget-sidebar .sidebar-info-widget-inner a {
  font-size: 24px;
  font-family: var(--body_font);
  font-weight: 700;
  line-height: 36px;
  color: #fe0e00;
}
.sidebar-info-widget-sidebar .sidebar-info-widget-inner a:hover {
  color: #ffff04;
}
.sidebar-info-widget {
  background: white;
  padding: 20px 26px;
  margin-bottom: 10px;
  border-right: 8px solid #fe0e00;
}
.sidebar-info-widget .sidebar-info-widget-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-info-widget .sidebar-info-widget-inner .image-wrapper {
  width: 80px;
  height: 80px;
  background: #fe0e00;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.sidebar-info-widget .sidebar-info-widget-inner img {
  max-width: 95%;
  max-height: 95%;
}
.sidebar-info-widget .sidebar-info-widget-inner a {
  font-size: 24px;
  font-family: var(--body_font);
  font-weight: 700;
  line-height: 36px;
  color: black;
}
.sidebar-info-widget .sidebar-info-widget-inner a:hover {
  color: #fe0e00;
}
.sidebar-info-widget {
  background: white;
  padding: 20px 26px;
  margin-bottom: 10px;
  border-right: 8px solid #ffff04;
  -webkit-box-shadow: 0 0 0 1px rgba(200, 200, 200, 0.1);
          box-shadow: 0 0 0 1px rgba(200, 200, 200, 0.1);
}
.sidebar-info-widget .sidebar-info-widget-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-info-widget .sidebar-info-widget-inner .image-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.sidebar-info-widget .sidebar-info-widget-inner img {
  max-width: 95%;
  max-height: 95%;
}
.sidebar-info-widget .sidebar-info-widget-inner a {
  font-size: 24px;
  font-family: var(--body_font);
  font-weight: 700;
  line-height: 36px;
  color: #fe0e00;
}
.sidebar-info-widget .sidebar-info-widget-inner a:hover {
  color: #ffff04;
}
.latest-blog-post-widget {
  margin-bottom: 10px;
}
.latest-blog-post-widget .title-wrapper {
  text-align: center;
}
.latest-blog-post-widget .latest-blog-post-widget-inner {
  padding: 25px 30px;
  border: 1px solid #8c8c8c;
}
.latest-blog-post-widget .latest-blog-post-widget-inner .each-blog-post-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
}
.latest-blog-post-widget .latest-blog-post-widget-inner .img-wrapper {
  width: 80px;
  margin-right: 18px;
}
.latest-blog-post-widget .latest-blog-post-widget-inner .img-wrapper img {
  max-width: 95%;
}
.latest-blog-post-widget .latest-blog-post-widget-inner .lbpw-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest-blog-post-widget .latest-blog-post-widget-inner a {
  font-family: var(--body_font);
  font-size: 24px;
  color: var(--body_text_color);
  text-transform: uppercase;
}
.latest-blog-post-widget .latest-blog-post-widget-inner a:hover {
  color: #fe0e00;
}
.latest-blog-post-widget .btn-wrapper {
  margin-top: 30px;
  text-align: center;
}
.latest-blog-post-widget .btn-wrapper a {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 5px;
  -webkit-mask-image: url(../img/svg-shape/red_button_bg.svg);
          mask-image: url(../img/svg-shape/red_button_bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  display: inline-block;
  padding: 20px 25px 13px 25px;
  text-transform: uppercase;
  font-family: var(--heading_font);
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  background-color: #ffff04;
  color: #000;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .latest-blog-post-widget .btn-wrapper a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .latest-blog-post-widget .btn-wrapper a {
    font-size: 11px;
  }
}
@media screen and (max-width: 350px) {
  .latest-blog-post-widget .btn-wrapper a {
    font-size: 10px;
  }
}
.latest-blog-post-widget .btn-wrapper a:hover {
  background-color: #fe0e00;
  color: #fff;
}
.cutom-tag-cloud {
  padding-top: 60px;
}
.cutom-tag-cloud h3 {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.3;
  color: var(--light_primary_text_color);
  margin-bottom: 30px;
}
.cutom-tag-cloud .custom-tag-cloud-inner {
  padding: 30px;
  border: 1px solid #d9d9d9;
}
.cutom-tag-cloud .custom-tag-cloud-inner .tag-cloud-link {
  margin: 0 2px;
  font-family: var(--body_font);
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
.cutom-tag-cloud .custom-tag-cloud-inner .tag-cloud-link:hover {
  color: #fe0e00;
}
.cutom-tag-cloud .custom-tag-cloud-inner .tag-cloud-link.tag-cloud-link-accent {
  color: #fe0e00;
  font-size: 24px;
}
.cutom-tag-cloud .custom-tag-cloud-inner .tag-cloud-link.tag-cloud-link-accent:hover {
  color: #fe0e00;
}
.cutom-tag-cloud .custom-tag-cloud-inner .tag-cloud-link.tag-cloud-link-accent-2 {
  color: #fe0e00;
  font-size: 30px;
}
.cutom-tag-cloud .custom-tag-cloud-inner .tag-cloud-link.tag-cloud-link-accent-2:hover {
  color: #ffff04;
}
.facebook-widget-area {
  margin-top: 81px;
  margin-bottom: 90px;
}
.topbar-right-content-html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topbar-right-content-html .tbrc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar-right-content-html .tbrc-inner:first-child {
  padding-right: 55px;
}
.topbar-right-content-html .tbrc-inner span {
  padding-left: 10px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.topbar-right-content-html .tbrc-inner i {
  color: #ffff04;
}
.footer-about-middle-widget .fmc-buttons a {
  margin-bottom: 20px;
}
.footer-about-middle-widget .fmc-buttons a:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .footer-about-middle-widget .fmc-buttons a:first-child {
    margin-right: 0;
  }
}
.footer-about-middle-widget .phone-number-block {
  text-align: center;
}
.footer-about-middle-widget .phone-number-block a {
  font-size: 36px;
}
.footer-about-middle-widget .phone-number-block a img {
  height: 36px;
}
.sidebar-custom-title {
  font-size: 36px;
  color: #ffff04;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.blackcat_navigation_menu .menu-text-svg {
  margin-right: 2rem;
}
.blackcat_navigation_menu i {
  font-size: 20px;
}
.kcmenu-wrp {  
  display: none;
}
.kcmenu-wrp {
 
  padding-left: 0;
  padding-top: 15px;
}
.kcmenu-wrp.collapsed li a {
  color: #fff;
}
.kcmenu-wrp li{
    display: inline-block;
    width: 24.5%;
}
.kcmenu-wrp.collapsed li a:hover {
  color: #fe0e00;
}
/*-------------------------------------
## Comments
---------------------------------------*/
.single-blog-box ul.comment-list {
  list-style-type: none;
}
.comments-area {
  margin-top: 25px;
}
.comments-area h3.comment-reply-title,
.comments-area h3.title.title-bar-xl1 {
  margin-bottom: 30px;
  padding-bottom: 28px;
  font-size: 30px;
  position: relative;
  font-weight: 600;
}
.comments-area h3.comment-reply-title:after,
.comments-area h3.title.title-bar-xl1:after {
  content: "";
  height: 4px;
  width: 43px;
  background-color: var(--accent_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.comments-area ul.comment-list,
.comments-area ul.children {
  list-style: none;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.comments-area ul.comment-list > li.comment {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.comments-area ul.comment-list .each-comment img.avatar {
  border-radius: 50%;
}
.comments-area ul.children {
  margin-left: 50px;
}
@media all and (max-width: 991px) {
  .comments-area ul.children {
    margin-left: 20px;
  }
}
@media all and (max-width: 480px) {
  .comments-area ul.children {
    margin-left: 10px;
  }
}
.comments-area .comment-author {
  margin-bottom: 4px;
  font-weight: 500;
  color: #111111;
  font-size: 20px;
}
.comments-area .comment-time {
  color: #646464;
  font-size: 14px;
  margin-bottom: 12px;
}
.comments-area .avatar-disabled .main-comments ul.children {
  margin-left: 30px;
}
@media all and (max-width: 991px) {
  .comments-area .avatar-disabled .main-comments ul.children {
    margin-left: 20px;
  }
}
@media all and (max-width: 480px) {
  .comments-area .avatar-disabled .main-comments ul.children {
    margin-left: 10px;
  }
}
.comments-area h3.comment-title {
  color: #111;
  font-size: 24px;
  line-height: 1.3;
  position: relative;
  padding-bottom: 20px;
}
.comments-area h3.comment-title:after {
  background-color: var(--primary_color);
  border-radius: 6px;
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.comments-area .main-comments {
  padding-top: 12px;
}
.comments-area .main-comments:first-child {
  padding-top: 0px;
}
.comments-area .main-comments .children li {
  padding-top: 12px;
}
.comments-area .main-comments .each-comment {
  padding: 15px 0;
}
@media all and (max-width: 480px) {
  .comments-area .main-comments .each-comment {
    padding: 5px 0;
  }
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .imgholder {
    max-width: 90px;
  }
}
@media all and (max-width: 480px) {
  .comments-area .main-comments .imgholder {
    max-width: 50px;
    margin-right: 5px;
  }
}
.comments-area .main-comments .imgholder img {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .comments-area .main-comments .imgholder img {
    margin-right: 10px;
  }
}
.comments-area .main-comments .comment-meta {
  color: #111;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .comments-area .main-comments .comment-meta {
    font-size: 14px;
  }
}
.comments-area .main-comments .comment-meta .comment-meta-left {
  float: left;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .comment-meta-left {
    float: none;
  }
}
.comments-area .main-comments .comment-meta .comment-meta-left a {
  color: #111;
}
.comments-area .main-comments .comment-meta .comment-meta-left a:hover {
  text-decoration: underline;
}
.comments-area .main-comments .comments-body {
  margin-left: 0;
}
.comments-area .main-comments .comments-body .comment-text {
  font-size: 14px;
  line-height: 1.75;
}
.comments-area .main-comments .comments-body .comment-text p {
  margin-bottom: 10px;
}
.comments-area .main-comments .comments-body .comment-text .comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}
.comments-area .main-comments .reply-area a {
  color: #646464;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  position: relative;
}
.comments-area .main-comments .reply-area a:hover {
  color: var(--primary_color);
}
.comments-area .main-comments .reply-area a:after {
  content: "\F0DA";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary_color);
  position: relative;
  margin-left: 10px;
}
.comments-area .main-comments #respond {
  padding-top: 20px;
}
.comments-area .comments-closed {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  padding-top: 20px;
  line-height: 1.3;
  color: #111;
}
.comments-area .comment-pagination {
  margin-top: 30px;
}
.comments-area .comment-pagination ul li {
  margin-right: 5px;
  margin-top: 0;
}
.comments-area .comment-pagination ul li a {
  font-size: 12px;
  padding: 10px;
}
#respond {
  margin-top: 25px;
  padding-top: 50px;
}
#respond .comment-notes,
#respond .logged-in-as,
#respond .form-group {
  margin-bottom: 20px;
}
#respond .logged-in-as a {
  color: #444;
}
#respond form input,
#respond form textarea {
  border: none;
  background-color: #f9f9f9;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #111;
  font-size: 15px;
  padding: 10px;
  font-family: var(--body_font);
}
#respond form input:focus,
#respond form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#respond form input::-webkit-input-placeholder,
#respond form textarea::-webkit-input-placeholder {
  color: #868e96;
}
#respond form input::-moz-placeholder,
#respond form textarea::-moz-placeholder {
  color: #868e96;
}
#respond form input::-ms-input-placeholder,
#respond form textarea::-ms-input-placeholder {
  color: #868e96;
}
#respond form input::placeholder,
#respond form textarea::placeholder {
  color: #868e96;
}
#respond form input {
  height: 45px;
}
#respond form input[type='checkbox'] {
  height: auto;
  margin-right: 10px;
  display: inline-block;
}
#respond form .btn-send {
  display: inline-block;
  font-size: 15px;
  color: var(--light_primary_text_color);
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_dark)), to(var(--gradient_light)));
  background: linear-gradient(to right, var(--gradient_dark), var(--gradient_light));
  text-transform: uppercase;
  font-weight: 500;
  height: auto;
}
#respond form .btn-send i {
  font-size: 14px;
  margin-left: 10px;
}
#respond form .btn-send:after {
  content: "";
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient_light)), to(var(--gradient_dark)));
  background: linear-gradient(to right, var(--gradient_light), var(--gradient_dark));
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#respond form .btn-send:hover {
  color: var(--light_primary_text_color);
}
#respond form .btn-send:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
#respond #cancel-comment-reply-link {
  font-size: 12px;
}
/*=======================================================================
## Elementor Default overwrite
=========================================================================*/
.curve-top-bottom-background {
  background-image: url(../img/essential/footer-banner-background-cruve-top.png), url(../img/essential/footer-banner-background-cruve-top.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: red;
}
@media only screen and (min-width: 576px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px !important;
  }
}
@media only screen and (min-width: 768px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px !important;
  }
}
@media only screen and (min-width: 992px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1300px !important;
  }
}
.ls-fullscreen-wrapper {
  z-index: 1;
}
.ls-fullscreen-wrapper .ls-wp-container {
  z-index: 1;
}
/*=======================================================================
## Elementor Helper Class
=========================================================================*/
@media screen and (min-width: 1024px) {
  .rtel-absolute-box {
    position: absolute;
    z-index: 2;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.elementor-content {
  color: #000;
  font-family: var(--body_font);
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.elementor-content a {
  font-size: inherit;
  line-height: inherit;
  color: #6e7378;
}
.elementor-content a:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .elementor-stretch-container-left {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .elementor-stretch-container-left {
    margin-left: 45px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
  .elementor-stretch-container-left {
    margin-left: 65px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .elementor-stretch-container-left {
    margin-left: 95px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .elementor-stretch-container-left {
    margin-left: 68px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .elementor-stretch-container-left {
    margin-left: 120px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .elementor-stretch-container-left {
    margin-left: 9.5%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1599px) {
  .elementor-stretch-container-left {
    margin-left: 16%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1699px) {
  .elementor-stretch-container-left {
    margin-left: 21%;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1799px) {
  .elementor-stretch-container-left {
    margin-left: 27%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1899px) {
  .elementor-stretch-container-left {
    margin-left: 30%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1899px) {
  .elementor-stretch-container-left {
    margin-left: 30%;
  }
}
@media screen and (min-width: 1900px) and (max-width: 1999px) {
  .elementor-stretch-container-left {
    margin-left: 33%;
  }
}
@media screen and (min-width: 2000px) {
  .elementor-stretch-container-left {
    margin-left: 38%;
  }
}
@media screen and (max-width: 767px) {
  .elementor-stretch-container-right {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .elementor-stretch-container-right {
    margin-right: 45px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
  .elementor-stretch-container-right {
    margin-right: 65px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .elementor-stretch-container-right {
    margin-right: 95px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .elementor-stretch-container-right {
    margin-right: 68px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .elementor-stretch-container-right {
    margin-right: 120px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .elementor-stretch-container-right {
    margin-right: 9.5%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1599px) {
  .elementor-stretch-container-right {
    margin-right: 16%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1699px) {
  .elementor-stretch-container-right {
    margin-right: 21%;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1799px) {
  .elementor-stretch-container-right {
    margin-right: 27%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1899px) {
  .elementor-stretch-container-right {
    margin-right: 30%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1899px) {
  .elementor-stretch-container-right {
    margin-right: 30%;
  }
}
@media screen and (min-width: 1900px) and (max-width: 1999px) {
  .elementor-stretch-container-right {
    margin-right: 33%;
  }
}
@media screen and (min-width: 2000px) {
  .elementor-stretch-container-right {
    margin-right: 38%;
  }
}
@media screen and (max-width: 767px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 45px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 65px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 95px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 68px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 120px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 9.5%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1599px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 16%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1699px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 21%;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1799px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 27%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1899px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1899px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 1900px) and (max-width: 1999px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 28%;
  }
}
@media screen and (min-width: 2000px) {
  .elementor-stretch-container-left-for-60 {
    margin-left: 39%;
  }
}
@media screen and (max-width: 767px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 45px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 65px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 95px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 68px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 120px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 9.5%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1599px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 16%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1699px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 21%;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1799px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 27%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1899px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 30%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1899px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 30%;
  }
}
@media screen and (min-width: 1900px) and (max-width: 1999px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 33%;
  }
}
@media screen and (min-width: 2000px) {
  .elementor-stretch-container-right-for-60 {
    margin-right: 38%;
  }
}
.elementor-stretch-container-right > div.elementor-container {
  padding-left: 60px;
}
@media screen and (max-width: 550px) {
  .elementor-stretch-container-right > div.elementor-container {
    padding-left: 30px;
  }
}
.elementor-stretch-container-left > div.elementor-container {
  padding-right: 60px;
}
@media screen and (max-width: 550px) {
  .elementor-stretch-container-left > div.elementor-container {
    padding-right: 30px;
  }
}
.elementor-stretch-container-right-for-60 > div.elementor-container {
  padding-left: 60px;
}
@media screen and (max-width: 550px) {
  .elementor-stretch-container-right-for-60 > div.elementor-container {
    padding-left: 30px;
  }
}
.elementor-stretch-container-left-for-60 > div.elementor-container {
  padding-right: 60px;
}
@media screen and (max-width: 550px) {
  .elementor-stretch-container-left-for-60 > div.elementor-container {
    padding-right: 30px;
  }
}
.elementor-pr60 {
  padding-right: 60px !important;
}
.elementor-pl60 {
  padding-left: 60px !important;
}
.elementor-pr50 {
  padding-right: 50px !important;
}
.elementor-pl50 {
  padding-left: 50px !important;
}
.elementor-pr30 {
  padding-right: 30px !important;
}
.elementor-pl30 {
  padding-left: 30px !important;
}
.elementor-pr20 {
  padding-right: 20px !important;
}
.elementor-pl20 {
  padding-left: 20px !important;
}
.elementor-pr15 {
  padding-right: 15px !important;
}
.elementor-pl15 {
  padding-left: 15px !important;
}
.elementor-pr10 {
  padding-right: 10px !important;
}
.elementor-pl10 {
  padding-left: 10px !important;
}
/**
 * banner
 */
.svg-curve-background-1 {
  -webkit-mask-image: url(../img/svg-shape/grunge-bg.svg);
          mask-image: url(../img/svg-shape/grunge-bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  display: block;
  background-color: #ffff04;
}
.rtel-button a {
  font-size: 20px;
  text-align: center;
  margin: 0 auto 5px;
  -webkit-mask-image: url(../img/svg-shape/red_button_bg.svg);
          mask-image: url(../img/svg-shape/red_button_bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  display: inline-block;
  padding: 20px 25px 13px 25px;
  text-transform: uppercase;
  font-family: var(--heading_font);
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .rtel-button a {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .rtel-button a {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  .rtel-button a {
    font-size: 16px;
  }
}
.rtel-button.style-1 a {
  background-color: #fe0e00;
  color: #fff;
}
.rtel-button.style-1 a:hover {
  background-color: #ffff04;
  color: #000;
}
.rtel-button.style-2 a {
  background-color: #ffff04;
  color: #000;
}
.rtel-button.style-2 a:hover {
  background-color: #fe0e00;
  color: #fff;
}
.rtel-button.style-3 a {
  background-color: #000;
  color: #fff;
}
.rtel-button.style-3 a:hover {
  background-color: #fff;
  color: #000;
}
.rtel-product-video-box .rtin-video-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rtel-product-video-box .rtin-video-wrapper a {
  display: block;
  text-align: center;
}
.rtel-product-video-box .rtin-product-info {
  padding-top: 40px;
}
.rtel-product-video-box .rtin-product-info .rtin-title {
  color: #ffff04;
  font-size: 22px;
  text-transform: uppercase;
}
.rtel-product-video-box .rtin-product-info .rtin-content-block {
  color: #b9b9b9;
  font-size: 20px;
  padding-bottom: 30px;
}
.rtel-product-video-box .rtin-product-info .rtin-product-button {
  font-size: 18px;
  text-transform: uppercase;
}
.rtel-product-video-box .rtin-product-info .rtin-product-button:hover {
  color: #fe0e00;
}
/*=======================================================================
## Blog Post
=========================================================================*/
.rtel-blog-post .rtin-blog-box-layout {
  background-repeat: no-repeat;
  background-color: rgba(2, 2, 2, 0.3);
  background-size: cover;
  background-blend-mode: multiply;
  border: 1px solid #1b1b1b;
}
.rtel-blog-post .rtin-blog-box-layout .rtin-category a {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 5px;
  -webkit-mask-image: url(../img/svg-shape/red_button_bg.svg);
          mask-image: url(../img/svg-shape/red_button_bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  display: inline-block;
  padding: 20px 25px 13px 25px;
  text-transform: uppercase;
  font-family: var(--heading_font);
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #fe0e00;
  color: #fff;
  font-size: 12px;
  min-width: 300px;
}
@media screen and (max-width: 991px) {
  .rtel-blog-post .rtin-blog-box-layout .rtin-category a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .rtel-blog-post .rtin-blog-box-layout .rtin-category a {
    font-size: 11px;
  }
}
@media screen and (max-width: 350px) {
  .rtel-blog-post .rtin-blog-box-layout .rtin-category a {
    font-size: 10px;
  }
}
.rtel-blog-post .rtin-blog-box-layout .rtin-category a:hover {
  background-color: #ffff04;
  color: #000;
}
.rtel-blog-post .rtin-blog-box-layout .rtin-title {
  margin-top: 25px;
}
.rtel-blog-post .rtin-blog-box-layout .rtin-title a {
  display: inline-block;
  color: #ffff04;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
.rtel-blog-post .rtin-blog-box-layout1 {
  padding: 350px 40px 30px 30px;
}
@media screen and (max-width: 991px) {
  .rtel-blog-post .rtin-blog-box-layout1 {
    margin-bottom: 35px;
  }
}
.rtel-blog-post .rtin-blog-box-layout2 {
  padding: 75px 40px 30px 30px;
}
.rtel-blog-post .rtin-blog-box-layout2:first-child {
  margin-bottom: 35px;
}
.team-layout-class .tlp-position {
  font-family: var(--heading_font);
  line-height: 1.4;
  margin-top: 10px;
}
.popup-youtube img {
  max-width: 100px;
}
.single-product {
  background: black;
  color: white;
}
.single-product a {
  color: inherit;
}
.single-product .single-product-top-content {

}
@media screen and (max-width: 768px) {
  .single-product .single-product-top-content {
    display: block;
  }
}
.single-product .single-product-top-content .title-and-meta {
  font-family: var(--heading_font);
}
.single-product .single-product-top-content .title-and-meta .post-meta {
  font-size: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product .single-product-top-content .title-and-meta .post-meta .category {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.single-product .single-product-top-content .title-and-meta .post-meta .category:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 20px;
  background-color: white;
}
.single-product .single-product-top-content .title-and-meta .post-title {
  font-size: 40px;
}
.single-product .featured-image-video {
  text-align: center;
}
.single-product .featured-image-video .featured-image {
  padding: 50px;
  border: 1px solid #363636;
}
.single-product .featured-image-video .post-video {
  margin: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 30px 0;
  padding: 300px;
}
@media screen and (max-width: 1199px) {
  .single-product .featured-image-video .post-video {
    padding: 130px;
  }
}
@media screen and (max-width: 767px) {
  .single-product .featured-image-video .post-video {
    padding: 85px;
  }
}
@media screen and (max-width: 540px) {
  .single-product .featured-image-video .post-video {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .single-product .featured-image-video .post-video .video-icon img {
    max-width: 100px;
  }
}
.single-product .single-product-title {
  text-align: center;
  margin-top: 20px;
}
.single-product .single-product-title img {
  padding: 15px;
}
.single-product .single-product-title .section-title {
  font-size: 36px;
}
.single-product .single-product-title .section-title span {
  color: #fe0e00;
}
.single-product.layout_2 .featured-image-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-product.layout_2 .featured-image-video .featured-image {
  min-width: 50%;
}
.single-product.layout_2 .featured-image-video .featured-image img {
  max-height: 400px;
}
@media screen and (max-width: 991px) {
  .single-product.layout_2 .featured-image-video {
    display: block;
  }
}
.single-product.layout_2 .featured-image-video .post-video {
  min-width: 50%;
}
@media screen and (min-width: 992px) {
  .single-product.layout_2 .featured-image-video .post-video {
    padding: 150px;
    margin: 10px;
  }
}
/*=======================================================================
## Wp Frontend Gutenberg block
=========================================================================*/
.wp-block-button__link {
  border-color: var(--primary_color, #fe0e00);
  border-radius: 4px;
  color: var(--primary_color, #fe0e00) !important;
  padding: 12px 20px;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1.4;
  border: 1px solid ;
}
.wp-block-button__link:hover {
  color: #ffffff !important;
  background: var(--primary_color, #fe0e00);
  border: 1px solid var(--primary_color, #fe0e00);
  cursor: pointer;
}
.wp-block-button__link i:before {
  font-size: 14px;
  margin-left: 10px;
}
.wp-block-quote {
  border-left: 4px solid #222;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  padding: 30px 63px;
  margin: 45px 0px 45px;
  position: relative;
  display: block;
}
.wp-block-quote p {
  font-family: var(--body_font, 'Roboto') !important;
  color: #646464;
  font-style: italic;
}
.wp-block-quote cite,
.wp-block-quote cite a {
  color: #111;
  font-weight: 500;
  font-size: 13px;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}
.wp-block-quote:before {
  content: "\F10D";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  bottom: 18px;
  right: 30px;
  z-index: 1;
  color: var(--primary_color, #fe0e00);
  opacity: 0.5;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 30px;
  margin: 45px 0px 45px;
  border: none;
}
.wp-block-quote__citation {
  color: #111;
  font-weight: 500;
  font-size: 13px;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}
blockquote {
  border-left: 4px solid #222;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  padding: 30px 63px;
  margin: 45px 0px 45px;
  position: relative;
  display: block;
}
blockquote p {
  font-family: var(--body_font, 'Roboto') !important;
  color: #646464;
  font-style: italic;
}
blockquote cite,
blockquote cite a {
  color: #111;
  font-weight: 500;
  font-size: 13px;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}
blockquote:before {
  content: "\F10D";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  bottom: 18px;
  right: 30px;
  z-index: 1;
  color: var(--primary_color, #fe0e00);
  opacity: 0.5;
}
blockquote.is-large,
blockquote.is-style-large {
  padding: 30px;
  margin: 45px 0px 45px;
  border: none;
}
.wp-block-separator {
  clear: both;
}
/**
only frontend
**/
.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 764px) {
  .wp-block-columns.has-3-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .has-3-columns .wp-block-column:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }
  .wp-block-column {
    margin: 20px 0;
  }
}
ul.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  padding-left: 0;
}
.blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.blocks-gallery-image figure,
.blocks-gallery-item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.blocks-gallery-image figure,
.blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-cover-image .block-editor-block-list__block p,
.wp-block-cover .block-editor-block-list__block p {
  color: #ffffff;
}
.wp-block-cover,
.wp-block-image {
  margin-bottom: 30px;
}
figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center;
}
table.wp-block-table td {
  border: 1px solid #ddd;
}
.no-sidebar .alignfull {
  text-align: center;
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.has-large-font-size {
  line-height: 1.3;
}
/*=======================================================================
## Keyframes Definitions
=========================================================================*/
@-webkit-keyframes toBottomFromTop20 {
  49% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop20 {
  49% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@-webkit-keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--accent_color);
    box-shadow: 0 0 0 0 var(--accent_color);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(var(--accent_color_rgb), 0);
    box-shadow: 0 0 0 50px rgba(var(--accent_color_rgb), 0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(var(--accent_color_rgb), 0);
    box-shadow: 0 0 0 50px rgba(var(--accent_color_rgb), 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(var(--accent_color_rgb), 0);
    box-shadow: 0 0 0 0 rgba(var(--accent_color_rgb), 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--accent_color);
    box-shadow: 0 0 0 0 var(--accent_color);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(var(--accent_color_rgb), 0);
    box-shadow: 0 0 0 50px rgba(var(--accent_color_rgb), 0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(var(--accent_color_rgb), 0);
    box-shadow: 0 0 0 50px rgba(var(--accent_color_rgb), 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(var(--accent_color_rgb), 0);
    box-shadow: 0 0 0 0 rgba(var(--accent_color_rgb), 0);
  }
}
@-webkit-keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@-webkit-keyframes toBottomFromTop30 {
  49% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop30 {
  49% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@-webkit-keyframes cloudbounce {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cloudbounce {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rocketbounce {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  30% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  55% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
  95% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rocketbounce {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  30% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  55% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
  95% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1199px) {
  .mobile-logo {
    width: 113px;
    margin: auto;
  }
}

.video-icon .fas.fa-play{
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100%;
  font-size: 31px;
  line-height: 2.2;
}
.rtel-product-video-box .fas.fa-play{
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  font-size: 28px;
  line-height: 2.2;
}
header.header-desktop .header-menu-desktop-sticky .header-inner-content .left-cta,
 header.header-desktop .header-menu-desktop-sticky .header-inner-content .right-cta {
    min-height: 45px;
    margin-top: 38px;
}
        @media screen and (max-width: 1440px) {
        header.header-desktop .header-menu-desktop-sticky .header-inner-content .left-cta,
        header.header-desktop .header-menu-desktop-sticky .header-inner-content .right-cta {
            min-height: 45px;
            margin-top: 33px;
        }
	}
.fireworks-details .fireworks-iteam{
        margin-bottom: 20px;
    }
.fireworks-details .fireworks-iteam .item-title{
    margin-top: 30px;
    line-height: 1.3;
}
.fireworks-details .fireworks-iteam .item-title a:hover{
    color: #fe0e00 ;
}
.fireworks-details .fireworks-iteam .item-title a{
    color: #fff;
    font-size: 26px;
    
}
.pagination-layout1 ul li a, .pagination-layout1 ul li span{
    color: #fff;
   
}
.fireworks-details-titile h1{
    font-size: 40px;
    margin-bottom: 0;
}
.fireworks-details-titile{
    margin-bottom: 30px;
}
.fireworks-details-titile .blackcat_navigation_menu {
    text-align: right;
}
.fireworks-details-titile .kcmenu-wrp li a{
    color: #fff;
}
.fireworks-details-titile .rtel-button a{
    font-size: 18px;
}
.menu-all-fireworks-container .kcmenu-wrp li a{
    color: #fff;
}
.single-post-right-widget.listpage{
    position: relative;
    top: -56px;
}
@media screen and (max-width: 767px) {
    .single-post-right-widget.listpage{
        position: relative;
        top: -4px;
    }
    .kcmenu-wrp li {
        display: inline-block;
        width: 49%;
    }
}

.single-p  .blackcat_navigation_menu.rtel-button.style-1 {
    text-align: right;
    position: relative;
    top: -77px;
}

.single-p .menu-all-fireworks-container{
    margin-top: -50px;
    padding-bottom: 30px;
}
.previous-next-wrp{
    padding-top: 40px;
    padding-bottom: 22px;
}
.previous-next-wrp a:hover{
    color: #fe0e00;
}
#loader-wrapper {
    background-color: #fff !important;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 9999999;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.fireworks-search
{
    text-align: left !important;
       border: 1px solid #ccc;
}
.fireworks-search input[type="text"]:focus{
    border: none;
    box-shadow: none; 
}

.fireworks-search .search-box{
    width: 240px !important;
    height: 48px;
    padding: 0 10px;
    background: transparent;
    border: none;
       border: none;
    color: #fff !important;
}
.fireworks-search button,
.fireworks-search input[type="button"],
.fireworks-search input[type="reset"],
.fireworks-search input[type="submit"]{
    background: transparent;
    border: none;
    text-indent: -99999999px;
    background-image: url("https://blackcatfireworks.com/wp-content/uploads/2020/06/searchs.png");
    background-repeat: no-repeat;
    background-color: transparent;
        width: 48px;
        padding-top: 4px;
}
.fireworks-search {
    text-align: right;
}
.fireworks-search .search-box{
    width: 248px;
    height: 52px;
    padding: 0 10px;
}

.single-post-right-widget.listpage {
    position: relative;
    top: -87px
}
@media only screen and (max-width: 450px){
.mobile-logo {
    width: 113px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 85px;
    z-index: 9;
}
header.header-mobile .mobile-top-button .cta-button {
    font-size: 16px;
}
.header-mobile-inner.header-menu-mobile-sticky.header-menu-mobile-sticky-haslogo.rt-sticky {    
    padding-top: 10px;    
    padding-bottom: 13px;
}
}
/*# sourceMappingURL=style.css.map*/