/*
================================================
/* Table of Content
==================================================

1. Fonts - Raleway and Opensans
2. Common CSS
3. Loader CSS
4. Header Top area
5. Navigation
6. Slider Area
7. About Area
8. Counter
9. Service
10. Feature
11. Faq
12. Team 
13. Portfolio
14. Sectiion-part
15. Image-bg-section
16. Pricing
17. Blog
18. Client
19. Footer
20. Contact-US

/*
================================================
1. Fonts - Raleway and Opensans
================================================
*/
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:400,500,600,700,800,900"); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

@font-face {
  font-family: "silver";
  src: url("/assets/fonts/Acumin Pro Semibold.otf");
}

@font-face {
  font-family: "fox";
  src: url("/assets/fonts/SKID.otf");
}

/*
================================================
2. Common CSS
================================================
*/
* {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  /* line-height: 23px; */
  font-weight: 400;
  /* overflow-x: hidden; */
  background: #121212 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  text-transform: none;
  color: #e4e4e4;
  /* line-height: 23px; */
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.slider-text {
  padding-top: 40px !important;
  text-align: center;
}

.slider-text h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}

.banner-text h3,
.section-title h2 {
  color: #d6d6d6 !important;
}

/* .bg-dark {
  background-color: rgba(10, 10, 10, 0.8) !important;
  backdrop-filter: blur(15px);
} */

p {
  font-size: 1rem;
  color: #adadad;
}

.services_page ul,
.services_page ol {
  margin-bottom: 1rem;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: #cacaca;
}

.ls-visible > li {
  list-style: auto;
  margin: 0 1.2rem !important;
}

.ls-disc > li {
  list-style-type: disc;
}

.ls-alpha > li {
  list-style-type: upper-alpha;
}

ol > li {
  color: #ba2c00;
}

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

a {
  color: #fff;
  transition: all 0.3s ease 0s;
}

a:focus,
a:hover {
  color: #ba2c00;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main {
  position: relative;
  z-index: 5;
  /* backdrop-filter: blur(15px); */
}

/* section {
  width: 100%;
  float: left;
  padding: 60px 0px;
  backdrop-filter: blur(15px);
} */

.main > section {
  width: 100%;
  float: left;
  background-color: rgba(10, 10, 10, 0.9) !important;
}

.main > section:nth-child(2n) {
  background-color: rgba(4, 4, 4, 0.9) !important;
}

.main > section:last-child {
  background-color: #0a0a0a !important;
}

.main .g-mix {
  position: relative;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(
    rgb(10 10 10 / 90%) 0%,
    rgb(4 4 4 / 90%) 100%
  ) !important;
  margin: 0;
  padding: 0;
}

.main .g-mix:nth-child(2n) {
  background-image: linear-gradient(
    rgb(4 4 4 / 90%) 0%,
    rgb(10 10 10 / 90%) 100%
  ) !important;
}

section h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  padding: 12px 10px 10px;
}

.section-title {
  text-align: center;
  padding: 0px 0px 20px;
}

.section-title h1 {
  font-size: 35px;
  color: #f1f1f1;
  letter-spacing: 1.2px;
  word-spacing: 0.2rem;
  padding: 0;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  position: relative;
  font-weight: 800;
  line-height: 40px;
}

.section-title p {
  font-family: "Bad Script", cursive;
  font-size: 20px;
  color: #e4e4e4;
  font-weight: 400;
}

/* --------------------------------------------- */
/* ----------->>> HELPER CLASSES  <<<----------- */
/* --------------------------------------------- */
/* |----------------[ Font Size ]--------------| */

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-55 {
  font-size: 55px !important;
}

.font-60 {
  font-size: 60px !important;
}

.font-70 {
  font-size: 70px !important;
}

.font-80 {
  font-size: 80px !important;
}

.font-90 {
  font-size: 90px !important;
}

.font-100 {
  font-size: 100px !important;
}

.font-150 {
  font-size: 150px !important;
}

.tx-transform {
  text-transform: uppercase;
}

.font-w-1 {
  font-weight: 100;
}

.font-w-2 {
  font-weight: 200;
}

.font-w-6 {
  font-weight: 600;
}

.font-w-8 {
  font-weight: 800;
}

/* |------------[ Padding & Margin ]-----------| */

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

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-36 {
  padding: 36px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.plr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 30px !important;
}

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

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

.mb-40 {
  margin-bottom: 40px !important;
}

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

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

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mtb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mtb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mtb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mtb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mtb-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mtb-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mtb-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mtb-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

/* |------------[ Padding & Margin End ]-----------| */
/* |------------[ Button ]-----------| */
/* .particle-area button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
} */

a.btn,
input.btn,
button.btn,
.nav-item.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  padding: 0;
  /* background-size: 300% 300%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(
    to right,
    #f12711 0%,
    #f5af19 50%,
    #f12711 100%
  );
  transition: 0.5s; */
}

.btn {
  border: none;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #69696980;
  z-index: 0;
  transition: all 0.5s linear;
}

.btn::after {
  background-size: 300% 300%;
  background-image: linear-gradient(
    to right,
    #f12711 0%,
    #f5af19 50%,
    #f12711 100%
  );
}

.btn div {
  box-shadow: 0px 5px 25px 2px #000000b3;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  border: 1px solid #ffffff25;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}

.btn:hover::after {
  /* opacity: 1; */
  transform: rotateZ(-5deg);
  background-position: right center;
}

a.btn:hover,
input.btn:hover,
button.btn:hover {
  color: #fff;
  /* border: 2px solid #ba2c00; */
}

a.btn-two {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

a.btn-two:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

a.btn-blg {
  color: #666;
}

a.btn-blg:hover {
  color: #ba2c00;
}

/* |------------[ Line Height ]-----------| */
.ln-h-23 {
  line-height: 23px;
}

.ln-h-30 {
  line-height: 30px;
}

.ln-h-40 {
  line-height: 40px;
}

.ln-h-50 {
  line-height: 50px;
}

.ln-h-60 {
  line-height: 60px;
}

.ln-h-70 {
  line-height: 70px;
}

/* |------------[ Letter Spacing ]-----------| */
.ltr-s-1 {
  letter-spacing: 1px;
}

.ltr-s-2 {
  letter-spacing: 2px;
}

.ltr-s-4 {
  letter-spacing: 4px;
}

.ltr-s-5 {
  letter-spacing: 5px;
}

/* |------------[ Letter Spacing End ]-----------| */
/* |------------[ Color ]-----------| */
.color {
  color: #ba2c00;
}

.color-g {
  color: #777;
}

.color-g-5 {
  color: #555;
}

.color-bg-g {
  background-color: #000;
}

.color-w {
  color: #fff;
}

.Color-b {
  background-color: #ba2c00;
  color: #fff;
  padding: 2px 5px;
}

.color-bg-b {
  background-color: #ba2c00;
}

.color-bl-lt {
  background-color: #2c353f;
}

/* |------------[ Color End ]-----------| */
.text-up {
  text-transform: uppercase;
}

.txt-lft {
  text-align: left;
}

.txt-rgt {
  text-align: right;
}

.center {
  text-align: center;
}

.bx-shadow {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
}

.border {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

/*
================================================
3. Loader CSS
================================================
*/

#loading {
  overflow-y: hidden;
}

#loader {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999;
}

#loader div {
  width: 40%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/images/slvrfx_logo.gif) no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

/*
================================================
4. header-top-area
================================================
*/
.header-top-area {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease 0s;
  background-color: #000;
  transition: all 0.3s ease 0s;
}

/*
.logo a {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
}
*/

/*
.logo {
    float: left;
    width: 200px;
    transition: all 0.3s ease 0s;
    padding: 10px 0 0;
}
*/

.logo img {
  width: 100%;
}

/*
================================================
5. Navigation
================================================
*/

#navMenu {
  font-family: "Roboto", sans-serif;
  background: #000;
}

/* .nav-div {
  width: auto;
  display: flex;
  justify-content: flex-end;
} */

.logo {
  position: relative;
  z-index: 123;
  padding: 5px 0px;
  width: 275px;
}

.navbar-menu {
  display: flex;
  align-items: center;
}

.navbar-menu .nav-item {
  height: max-content;
  position: relative;
}

.navbar-menu .nav-link {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #cacaca;
  line-height: 1;
  padding: 5px;
  margin: 0px 15px;
  text-transform: uppercase;
  width: max-content;
}

.navbar-menu > li > a:hover {
  color: #fdfdfd;
  cursor: pointer;
}

.navbar-menu .nav-item > .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-image: linear-gradient(to right, #f12711, #f5af19);
  transition: all 0.3s ease;
}

.navbar-menu .nav-item:hover > .nav-link::before {
  width: 100%;
}

.navbar-menu .sub-menu {
  position: absolute;
  top: 110px;
  width: max-content;
  padding: 15px;
  border-radius: 25px;
  background: rgb(23 23 23 / 70%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}

.navbar-menu .sub-nav:hover .sub-menu {
  top: 30px;
  opacity: 1;
  visibility: visible;
}

.navbar-menu .sub-menu .nav-link {
  margin: 15px 0px;
}

.nav-item .btn {
  /* top: 50%;
  transform: translateY(-50%); */
  margin-left: 15px;
  /* padding: 10px 26px !important; */
}

.nav-item .btn:hover {
  color: #fff;
}

/*
===========================================
Dark Mode
===========================================
*/

.theme-toggle {
  display: flex !important;
}

.switch {
  visibility: hidden;
  position: absolute;
}

.switch-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  transition: 0.5s all ease;
}

.switch,
.switch-label {
  margin: 0;
}

.switch-label .toggle {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #ba2c00;
  position: absolute;
  left: 3px;
  transition: 0.5s all ease;
}

/*
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    transition: 1s all ease;
    width: 100%;
    height: 100vh;
}
*/

/* body {
  background: #121212;
  transition: 1.5s all ease;
} */

.theme-toggle .switch:checked ~ .switch-label {
  transition: 0.5s all ease;
  background: #ba2c00;
  border: none;
}

.theme-toggle .switch:checked ~ .switch-label .toggle {
  height: 10px;
  transform: scale(0.9) translateX(20px) rotate(90deg);
  transition: 0.7s all ease;
  border-radius: 10px 10px 0 0;
  background: transparent;
  box-shadow: 0px -4px 0 0 #fff;
}

/* .dark {
  background: #000;
  transition: 1s all ease;
} */

/*
/*
================================================
6. Slider Start
================================================
*/

/* |------------[ Animated Headline Text ]-----------| */
.slider-sec {
  position: relative;
  background: url(/images/bannerbg.jpg);
  background-size: cover;
  z-index: 1;
}

.slider-sec h1 {
  color: #ffffff;
}

.slider-sec-text {
  padding: 170px 0px 160px 0px;
}

/* |------------[ Carousel ]-----------| */
.affix + .banner-wrapper {
  margin-top: 49px;
}

.welcome-hero-area,
.home-slider-area,
.home-slider-area div {
  height: 100%;
}

.welcome-hero-area div.single-slide-item-table-cell,
.welcome-hero-area div.single-slide-item-table-cell div {
  height: auto;
}

.single-slide-item-table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.single-slide-item-table {
  display: table;
  width: 100%;
}

a.slide-btn {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  padding: 12px 20px;
  width: 160px;
  transition: 0.5s;
  text-transform: uppercase;
}

a.slide-btn:hover {
  opacity: 0.6;
  border: none;
}

.single-slide-item h2 span {
  color: #2980b9;
}

.single-slide-item p {
  color: #fff;
  margin-bottom: 20px;
}

.fixed-bg {
  background-attachment: fixed !important;
}

.single-slide-item {
  position: relative;
  z-index: 1;
}

.single-slide-item:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

a.welcome-control:focus,
a.welcome-control:hover i {
  color: #777;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.welcome-control {
  background: 0 0 !important;
  color: #fff;
  font-size: 55px;
  height: 50px;
  left: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  z-index: 20;
}

.service-icon i,
.single-featured i {
  border-radius: 50%;
  text-align: center;
}

.right.welcome-control {
  left: auto;
  right: -52px;
}

.left.welcome-control {
  left: -52px;
}

.home-slider-area:hover .right.welcome-control {
  right: 30px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  font-size: 55px;
}

.home-slider-area:hover .left.welcome-control {
  left: 30px;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  font-size: 55px;
}

.featured-area {
  overflow: hidden;
}

.single-featured {
  cursor: pointer;
}

.single-featured h4 {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
}

.single-featured i {
  background: #687074;
  color: #fff;
  display: block;
  font-size: 35px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 10px;
  width: 80px;
}

.service-icon i,
a.about-btn,
a.get-start-btn,
ul.team-social > li,
ul.work li {
  display: inline-block;
}

.single-featured:hover i {
  background: #33d685;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slider-area .carousel-indicators {
  display: none;
}

/* |------------[ Particle Slider ]-----------| */

.particle-area {
  text-align: center;
  position: relative;
  background: url(/images/banner.jpg);
  background-size: cover;
  background-position: center center;
  background-position-y: 50px;
  /* z-index: 1; */
  padding: 80px 0px;
  height: 100vh;
}

#particles-js {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.banner-text {
  padding: 80px 0px;
}

.banner-text h3 {
  font-size: 3rem;
}

.particle-area .form-box .btn {
  font-size: 1rem;
}

.particle-area .form-control {
  font-size: 1.2rem;
  height: 45px;
  background-color: rgb(0 0 0 / 30%);
}

.particle-area .form-group {
  margin-bottom: 1.5rem;
}

.particle-area .btn {
  padding: 0px;
}

/*
================================================
7. About-area Start
================================================
*/
/* |------------[ About Page-1 ]-----------| */
.about_slider-area {
  background: url(/images/bannerbg.jpg) center no-repeat;
  background-color: #3b3937;
  width: 100%;
  height: 225px;
  position: relative;
  z-index: 1;
}

.about_slider-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #393734;
  opacity: 0.8;
  content: "";
  z-index: -1;
}

/* |------------[ About Page-2 ]-----------| */
.about-tabs .tab-btns {
  position: relative;
  z-index: 1;
}

.about-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0px 15px;
  font-size: 20px;
  color: #999999;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  padding: 12px 0px 22px;
  text-transform: capitalize;
  transition: all 500ms ease;
  border-radius: 3px 3px 0px 0px;
}

.about-tabs .tab-btns .tab-btn:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 30px;
  height: 3px;
  opacity: 0;
  margin-left: -15px;
  background-color: #ba2c00;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.about-tabs .tab-btns .tab-btn.active-btn:before,
.about-tabs .tab-btns .tab-btn:hover::before {
  opacity: 1;
}

.about-tabs .tab-btns .tab-btn:hover,
.about-tabs .tab-btns .tab-btn.active-btn {
  color: #ba2c00;
}

.about-tabs .tabs-content {
  position: relative;
}

.about-tabs .tabs-content .tab {
  position: relative;
  padding: 20px 0px 0px;
  display: none;
}

.about-tabs .tabs-content .tab.active-tab {
  display: block;
}

.about-tabs .tabs-content .tab p {
  font-size: 1rem;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 20px;
}

.about-tabs .tabs-content .tab p:last-child {
  margin-bottom: 0px;
}

.about-tabs .tabs-content .tab h3,
.about-tabs .tabs-content .tab h4,
.about-tabs .tabs-content .tab h5,
.about-tabs .tabs-content .tab h6 {
  margin-bottom: 15px;
}

.about-tabs .tabs-content .tab h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
}

/* |------------[ About Page-4 ]-----------| */
.about_4-item i {
  border-radius: 50%;
  border: 2px solid #ba2c00;
  text-align: center;
}

.about_4-item:hover i {
  border: 2px solid #ba2c00;
  color: #ffffff;
  background: #ba2c00;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about_4-item:hover {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*
================================================
8. Counter
================================================
*/
.counters {
  background-color: #f7f7f7;
}

.counter {
  padding: 25px;
  text-align: center;
  position: relative;
  top: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.counter:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
  top: -7px;
}

.counter span {
  color: #ba2c00;
  font-size: 50px;
}

.counter h6 {
  font-weight: 600;
}

/*
================================================
9. Services Area
================================================
*/
/* |------------[ Service-1 ]-----------| */
.services .item {
  padding: 30px;
  min-height: 150px;
  margin-bottom: 15px;
}

.services .section .item:hover {
  transform: scale(1.04);
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item:hover > h3 {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services .item i {
  font-size: 45px;
  color: #ba2c00;
}

.services .item h3 {
  margin: 15px 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}

.services .item p {
  font-size: 0.8rem;
  color: #888;
}

/* |------------[ Service-2 ]-----------| */
.services .nav {
  position: relative;
  margin: auto;
  text-align: center;
  color: #777;
}

.services .nav li {
  position: relative;
  display: inline-block;
  padding: 20px;
  margin-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .nav li i {
  position: relative;
  font-size: 24px;
  background-color: #f7f7f7;
  border: 1px solid #fff;
  line-height: 45px;
  margin-bottom: 10px;
  z-index: 1;
}

.services .nav li:hover {
  color: #ba2c00;
}

.services .nav li:last-child:after {
  display: none;
}

.services .content-services .item {
  position: relative;
  background-color: #fff;
  display: none;
  overflow: hidden;
  border-radius: 8px;
}

.services .content-services .item .content-ser {
  position: relative;
  padding: 30px;
}

.services .content-services .item .content-ser button {
  margin: 0;
}

.services .content-services .item .part-img {
  position: relative;
  height: 100%;
  padding: 20px 10px;
}

.services .content-services .item .fet {
  position: relative;
}

.services .content-services .item .fet .icon span {
  font-size: 4rem;
  color: #ff214f;
}

.services .content-services .item .fet h6 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.services .content-services .active {
  display: block;
  color: inherit;
}

.services .active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .active h6 {
  color: #ba2c00;
}

.services .active i {
  color: #ba2c00 !important;
  border: none !important;
  color: #fff;
}

.services .cont-2 {
  position: relative;
  padding: 5rem;
}

/* |------------[ Service-3 ]-----------| */
.section_3 {
  padding-top: 10px;
}

.section_3 a,
.company-data a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.section_3 a::before,
.section_3 a::after,
.company-data a::before,
.company-data a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #69696980;
  z-index: 1;
  transition: all 0.5s linear;
}

.section_3 a::after,
.company-data a::after {
  background-color: #ba2c00;
  background-image: var(--image);
  opacity: 0;
}

.section_3 .item,
.company-data .item {
  width: 100%;
  box-shadow: 0 0 20px #000000;
  border-radius: 25px;
  padding: 10px 20px;
  border: 1px solid #ffffff26;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}

.section_3 a:hover::after,
.company-data a:hover::after {
  opacity: 1;
  transform: rotateZ(-5deg);
}

.item img {
  width: 100px;
  margin-bottom: 15px;
  padding-top: 20px;
}

.item h3 {
  margin: 15px 0 10px 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #eaeaea;
}

.item p {
  font-size: 0.8rem;
  color: #a0a0a0;
  text-align: justify;
}

.section_3 a:hover .item p {
  color: #dedede;
  transition: all 0.2s linear;
}

.company-data .item p {
  font-size: 1rem;
  font-weight: 600;
  color: #dedede;
  text-align: center;
}

.company-data a:hover .item p {
  color: #eaeaea;
}

/*
================================================
10. Features-Area
================================================
*/
/* |------------[ Feature-1 ]-----------| */
.section .feat {
  border-radius: 25px;
  transition: all 0.3s ease;
}

.section .feat i {
  color: #ba2c00;
}

.section .feat.active {
  background: #ba2c00 !important;
  color: #fff !important;
}

.section .feat.active i,
.section .feat.active h6 {
  color: #ffffff !important;
}

.section .feat:hover,
.section .feat:hover i {
  color: #fff;
  background: #ba2c00;
  cursor: pointer;
  transform: scale(1.04);
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section .feat-1 {
  background: #ba2c00;
}

.feat-sec:hover i {
  color: #ba2c00;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* |------------[ Feature-2 ]-----------| */
.nav-tabs {
  border: 0;
}

.tab-content h1 {
  margin-top: 0;
}

.btn-feature.active {
  background: #ba2c00;
  color: #fff;
}

.btn-feature {
  background-color: #f2f2f2;
  font-size: 20px;
  box-shadow: none;
  border: 0;
  width: 100%;
  padding: 20px 35px;
  margin: 2px;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.btn-feature:hover,
.btn-feature:focus,
.btn-feature:active {
  border: 0;
  outline: none;
  background: #ba2c00;
  color: #fff;
  text-decoration: none;
}

/* |------------[ Feature-3 ]-----------| */
.features-section .single-item {
  position: relative;
  z-index: 1;
}

.features-section .single-item .icon-box i {
  position: relative;
  display: inline-block;
  background: #ba2c00;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  margin-top: -30px;
  top: -30px;
  transition: all 900ms ease;
}

.features-section .single-item .icon-box i:before {
  font-size: 24px;
  color: #fff;
  margin: 0px;
}

.features-section .single-item:before {
  position: absolute;
  content: "";
  background: #ba2c00;
  height: 3px;
  width: 0%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transition: all 900ms ease;
}

.features-section .single-item:hover:before {
  width: 100%;
  transition: all 900ms ease;
}

.features-section .single-item .single-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 70px;
  padding: 0px 35px 0px 35px;
  transition: all 900ms ease;
}

.features-section .single-item:hover .single-content {
  height: 100%;
  transition: all 900ms ease;
}

.features-section .single-item h5 {
  color: #fff;
}

.features-section .single-item:hover h5,
.features-section .single-item:hover p {
  display: block;
}

.features-section .single-item p {
  position: relative;
  font-size: 1rem;
  line-height: 25px;
  color: #fff;
  display: none;
}

.features-section .single-item:hover .icon-box i {
  top: -10px;
  transition: all 900ms ease;
  margin-bottom: 70px;
}

.features-section .single-item .icon-box {
  margin-bottom: -23px;
}

/*
================================================
11. Faq
================================================
*/
.faq-section {
  position: relative;
}

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 30px;
  padding: 10px 55px 10px 10px;
  overflow: hidden;
  color: #ba2c00;
  font-weight: 700;
  border-radius: 15px;
  box-shadow: 0 0 15px #000;
  background-color: rgb(94 94 94 / 40%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 2;
}

.accordion-box .block .icon-outer {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  /* background: #ba2c00; */
  border-radius: 10px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer::before,
.accordion-box .block .icon-outer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #69696980;
  z-index: 1;
  transition: all 0.5s linear;
}

.accordion-box .block .icon-outer::after {
  background: #ba2c00;
}

.accordion-box .block .icon-outer span {
  box-shadow: 0px 0px 15px #000000cc;
  border-radius: 10px;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(10px) brightness(110%);
  -webkit-backdrop-filter: blur(10px) brightness(110%);
  z-index: 2;
}

.accordion-box .block .icon-outer .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer::after {
  background-color: transparent;
}

.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
  background: #777;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin: 5px auto;
  z-index: 1;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  font-size: 1rem;
  padding: 13px 20px 25px;
  border-radius: 15px;
  box-shadow: 0 0 15px #000000cc;
  background-color: rgb(35 35 35 / 50%);
}

.accordion-box .block .content p {
  margin-bottom: 20px;
  line-height: 23px;
  color: #dedede;
  font-size: 1rem;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0px;
}

.accordion-box .ls-visible > li {
  margin-bottom: 0.6rem;
}

/*
================================================
12. Team
================================================
*/
.team {
  background-color: #000;
  padding-bottom: 60px;
}

.team .single-team {
  width: 100%;
}

.team .single-team:hover .teamthumb .team-social a {
  left: 0;
}

.team .single-team .teamthumb {
  position: relative;
  overflow: hidden;
}

.team .single-team .teamthumb .team-social {
  position: absolute;
  width: 60px;
  top: 40px;
  text-align: center;
  left: 10px;
}

.team .single-team .teamthumb .team-social a {
  display: block;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  background: #666;
  margin-bottom: 5px;
  transition: 0.4s;
  position: relative;
  left: -100px;
}

.team .single-team .teamthumb .team-social a:nth-child(even) {
  transition-delay: 0.1s;
}

.team .single-team .team-title {
  text-align: center;
  padding: 10px 20px;
  padding-top: 20px;
  border-top: 0;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.team .single-team .teamthumb .team-social a:hover {
  background: #ba2c00;
  color: #fff;
}

.video-area {
  background-image: url(/images/counters-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 90px;
  padding-top: 80px;
  text-align: center;
  width: 100%;
}

/*
================================================
13. Portfolio
================================================
*/
#client {
  background-color: #040404;
}

/* .portfolio {
  clear: both;
  float: left;
  width: 100%;
} */

.work {
  transition: all 0.3s;
  filter: grayscale(100%);
}

.work:hover {
  filter: grayscale(0) drop-shadow(2px 4px 6px black);
}

.work.no-filter {
  background: url(/images/question.png) center center no-repeat;
  background-size: contain;
  filter: none;
  transition: all 0.5s;
}

.work.no-filter:hover {
  background-image: url(/images/urnext.png);
  filter: drop-shadow(2px 4px 6px black);
}

/* .work.bg-w:hover {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

.work.bg-b:hover {
  background-color: #000;
  box-shadow: 0 0 15px rgba(256, 256, 256, 0.1);
  transition: all 0.3s;
} */

.work a {
  overflow: hidden;
  position: absolute;
  width: 75%;
  /* padding-top: 100%; */
  /* aspect-ratio: 1/1; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.work-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  padding: 20px;
}

.work-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}

.work:hover .work-inner:after {
  opacity: 0.8;
}

.work-info {
  text-align: center;
  margin-top: 20%;
  top: -15px;
  position: relative;
}

.work-info h2:after {
  display: none;
}

.work-info p,
.work-info h2,
.work-info i {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.work-info h2 {
  font-size: 20px;
  color: #fff;
  top: -10px;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

.work-info p {
  font-size: 12px;
  top: 10px;
  font-weight: 700;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.work-info i {
  font-size: 14px;
  top: 20px;
  font-weight: 700;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  color: #333;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.work:hover .work-info p,
.work:hover .work-info h2,
.work:hover .work-info i {
  opacity: 1;
  top: 0;
}

.portfolio-filter {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio-filter li.active,
.portfolio-filter li:hover {
  background: #ba2c00;
  border: 2px solid #ba2c00;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.portfolio-filter li {
  color: #333;
  display: inline-table;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
  border: 2px solid #ba2c00;
  margin: 0 5px 10px;
  cursor: pointer;
  position: relative;
}

.dark .portfolio-filter li {
  color: #fff;
}

.work-popup {
  max-width: 550px;
  background: #fff;
  position: relative !important;
  margin: 30px auto;
  left: 0 !important;
}

.work-info p {
  color: #ba2c00;
}

.work-popup img {
  width: 100%;
  height: 100%;
}

.work-popup-content {
  padding: 25px;
}

.work-popup-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.work-popup-content p {
  text-align: left;
  line-height: 23px;
}

.mfp-close-btn-in .mfp-close {
  position: absolute;
  background: #fff;
  font-size: 40px;
  width: 50px;
  height: 50px;
  opacity: 1;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}

/*
================================================
14. Section-part
================================================
*/
.section-part {
  background-color: #f8f8f8;
  padding: 40px 0px 0px 0px;
}

.section-part .sec:hover h5 {
  color: #ba2c00;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.section_content h3 {
  font-weight: 700;
  text-transform: uppercase;
  word-spacing: 5px;
}

.section_content p {
  font-size: 15px;
  color: #cacaca;
  text-align: justify;
}

.section_content ul .fas::before {
  content: "\f08d";
}

.section_content h3 a {
  color: #ba2c00;
}

/*
================================================
15. Image-bg
================================================
*/
.image-bg {
  background-image: url(/images/bannerbg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: auto;
}

.bottom-line {
  height: 4px;
  margin: 0 auto;
  width: 30px;
  margin-bottom: 50px;
  background: #fff !important;
  float: left;
}

/*
================================================
16. Pricing
================================================
*/
.pricing-item {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  border: solid 3px #ebebeb;
  margin: 0;
  padding: 0 0 30px 0;
  cursor: default;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-item:hover {
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
}

.pricing-item .pricing-title {
  margin: 0;
  padding: 15px 0;
}

.pricing-item .pricing-price {
  position: relative;
  background: #f4f4f4;
  padding: 40px 0 35px 0;
  margin: 0 0 40px 0;
  font-size: 30px;
  color: #3f3f3f;
  font-weight: 700;
}

.pricing-item.active .pricing-price {
  color: #fff;
  background-color: #ba2c00;
}

.pricing-item.pricing-column .pricing-price {
  background: #2f3434;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 40px 0 40px 10px;
}

.pricing-item.pricing-column .pricing-price:before {
  display: none;
}

.pricing-item .pricing-currency {
  vertical-align: super;
  font-size: 24px;
}

.pricing-item.pricing-column .pricing-currency {
  font-size: 24px;
}

.pricing-item .pricing-period {
  font-size: 14px;
  font-weight: 400;
}

.pricing-item.pricing-column .pricing-period {
  font-size: 24px;
  line-height: 24px;
}

.pricing-item .pricing-anim {
  display: inline-block;
  position: relative;
  font-size: 64px;
}

.pricing-item:hover .pricing-anim {
  -webkit-animation: moveUp 0.4s forwards;
  animation: moveUp 0.4s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing-item:hover .pricing-anim-2 {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

@-webkit-keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.pricing-item .pricing-feature-list {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  background: #fff;
}

.pricing-item .pricing-feature-list li {
  border-bottom: solid 1px #ebebeb;
  padding: 10px 20px 15px 20px;
}

.pricing-item.pricing-column .pricing-feature-list li {
  padding: 15px 20px;
  margin: 0;
  border-bottom: solid 1px #e3e3e5;
  color: #333;
  font-size: 14px;
}

/*
================================================
17. Blog
================================================
*/
.img-blog a {
  border: none;
}

.img-blog a.focus,
.img-blog a:focus {
  box-shadow: none;
}

.img-blog a::before,
.img-blog a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #69696980;
  z-index: -1;
  transition: all 0.5s linear;
}

.img-blog a::after {
  background-size: 300% 300%;
  background-image: linear-gradient(
    to right,
    #f12711 0%,
    #f5af19 50%,
    #f12711 100%
  );
}

.img-blog a div {
  box-shadow: 0px 0px 15px 0px #000000b3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}

.blog .item-blog {
  margin-bottom: 25px;
  border-radius: 25px;
}

.blog .item-blog .img-blog img {
  width: 100%;
  height: auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.blog .item-blog .img-blog a strong {
  font-size: 25px;
}

.blog .item-blog .img-blog a {
  position: absolute;
  top: 0;
  left: 20%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog .item-blog .content-blog {
  text-align: center !important;
  overflow: hidden;
  background: rgb(101 101 101 / 30%);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

/* .blog .item-blog .content-blog h4 {
  word-spacing: 4px;
} */

.blog .item-blog .content-blog a {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.blog .item-blog .content-blog a i {
  position: relative;
  left: 0px;
  transition: all 0.2s linear;
}

.blog .item-blog .content-blog a:hover i {
  left: 2px;
}

.blog .item-blog .content-blog a h6 {
  margin: 0;
}

.blog .item-blog:hover h6 {
  color: #ba2c00;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* |------------[ Blog Area Section ]-----------| */

/*Blog-side-bar-tag*/
.blog_left_side_area {
  padding-right: 15px;
}

.blog_right_side_area {
  padding-left: 15px;
}

.date_position {
  position: absolute;
  top: 20px;
  left: 5px;
  color: #fff;
  font-size: 14px;
  background-color: #ba2c00;
  padding: 7px 19px;
  display: inline-block;
}

.blog_pic {
  position: relative;
}

.blog_left_single_content h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  padding-top: 33px;
  margin-bottom: 13px;
}

.blog_left_single_content p {
  font-weight: 600;
}

.blog_left_single_item {
  margin-bottom: 54px;
}

.dark .blog_left_single_item {
  background-color: #111;
}

.blog_left_single_content {
  padding: 0 20px 10px;
}

.blog_left_single_content .blog_author_area {
  padding: 10px 0px;
}

.blog_left_single_content .blog_author_area a {
  font-size: 17px;
  color: #777;
  margin-right: 25px;
  font-weight: 600;
}

.blog_left_single_content .blog_author_area a i {
  color: #ba2c00;
  padding-right: 10px;
}

.blog_left_side_area blockquote p {
  color: #fff;
  font-style: italic;
  font-size: 16px;
  margin: 10px;
}

/*Blog-right-side*/

.blog_right_widget {
  margin-bottom: 30px;
}

.blog_search {
  position: relative;
}

.blog_search input {
  width: 100%;
  padding: 20px 13px;
  outline: 0;
  color: #575757;
  border: 0px solid #ebebeb;
  position: relative;
  background: transparent;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  background-color: #f9f9f9;
  border: none;
  border-radius: 10px;
}

.blog_search_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
}

.blog_search_btn input {
  color: #fff;
  padding: 17px 15px;
  width: 50px;
  font-family: "FontAwesome";
  font-weight: 100;
  background-color: #ba2c00;
  font-size: 19px;
}

/*categoris*/
.blog_widget_title {
  font-size: 22px;
  color: #333;
  font-weight: 800;
}

.blog_widget ul li a {
  font-size: 14px;
  color: #999;
  font-weight: 600;
}

.blog_widget ul li a:hover {
  color: #ba2c00;
}

.blog_widget ul li {
  background-color: #000;
  margin-bottom: 5px;
  padding: 10px 20px;
}

.blog_widget ul li:last-child {
  margin-bottom: 0;
}

/*Latest-News*/

.popular-post {
  position: relative;
}

.popular-post .item {
  position: relative;
  font-size: 14px;
  margin-bottom: 13px;
  min-height: 50px;
  color: #cccccc;
  border-bottom: 1px solid #f1f1f1;
}

.popular-post .item:last-child {
  border-bottom: 0px;
}

.popular-post .item .post-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 90px;
  height: 90px;
}

.popular-post .item .post-thumb img {
  width: 100%;
  display: block;
}

.popular-post .item .post-thumb a {
  position: relative;
}

.popular-post .item .post-thumb a:after {
  position: absolute;
  content: "\f0c1";
  font-family: FontAwesome;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 80px;
  width: 100%;
  height: 100%;
  background: rgba(72, 199, 236, 0.9);
  color: #ffffff;
  opacity: 0;
  transition: 0.5s ease;
}

.popular-post .item .post-thumb:hover a:after {
  opacity: 1;
  transition: 0.5s ease;
}

.popular-post .item a:hover {
  color: #ba2c00;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.popular-post .item h4 {
  position: relative;
  top: 8px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 800;
  margin: 0px 0px 17px;
  line-height: 26px;
  color: #333;
}

.popular-post .item h4 a {
  color: #333;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.recent-posts.post-thumb .post .post-info {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  line-height: 1.6em;
  color: #9c9c9c;
}

.popular-post .item .post-info {
  color: #777;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
}

.inner-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 45px;
}

.inner-title h4 {
  position: relative;
  font-size: 22px;
  color: #333;
  font-weight: 800;
}

/*project*/
.blog_widget_tag li a {
  display: inline-block;
  border: 1px solid #e4e4e4;
  font-size: 15px;
  line-height: 45px;
  padding: 0px 16px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.blog_widget_tag ul li {
  margin-bottom: 5px;
  display: inline-block;
}

.blog_widget_tag ul li a:hover {
  color: #fff;
}

.blog_widget_tag ul li:hover a {
  border-color: #ba2c00;
  background: #ba2c00;
  color: #fff;
}

/*archive*/

.blog_widget select {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  text-transform: capitalize;
  outline: 0;
  height: 45px;
  font-size: 14px;
  color: #999999;
  margin-bottom: 18px;
  background-color: #f9f9f9;
  padding: 0 10px;
  border: none;
}

.blog_widget select option {
  color: #999;
}

/*pagination*/

.blog_pagination .pagination {
  margin: 0;
  border-radius: 0;
  margin-top: 15px;
}

.blog_pagination .pagination > li:first-child > a {
  border-radius: 0;
  border-radius: 15px;
}

.blog_pagination .pagination > li:last-child > a {
  border-radius: 0;
  border-radius: 15px;
}

.blog_pagination .pagination li a {
  margin-right: 10px;
  border-radius: 15px;
  background-color: #f9f9f9;
  border: none;
}

.blog_pagination .pagination li.active a,
.blog_pagination .pagination li a:hover {
  background-color: #ba2c00;
  border: none;
  color: #fff;
}

/*Comment- area*/
.blog_single_area .title {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  margin-bottom: 47px;
}

.blog_single_area .title:before {
  position: absolute;
  content: "";
  background: #48c7ec;
  height: 2px;
  width: 40px;
  left: 0px;
  bottom: -7px;
}

.blog_single_area .connent-area .comment-box {
  position: relative;
  padding: 0px 0px 14px 95px;
  margin-bottom: 55px;
  border-bottom: 1px solid #eee;
}

.blog_single_area .connent-area .comment-box .img-box {
  position: absolute;
  left: 0px;
  top: 6px;
}

.blog_single_area .connent-area .comment-box .comment-title {
  display: inline-block;
}

.blog_single_area .connent-area .comment-box .comment-inner {
  margin-left: 15px;
}

.blog_single_area .connent-area .comment-box .comment-time {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  line-height: 23px;
  margin-left: 10px;
}

.blog_single_area .connent-area .comment-box .button {
  position: relative;
  display: inline-block;
  float: right;
  top: -5px;
  right: 5px;
}

.blog_single_area .connent-area .comment-box .button a:hover {
  background-color: #ba2c00;
  border: 2px solid #ba2c00;
  color: #fff;
}

.blog_single_area .connent-area .comment-box .button a {
  color: #ba2c00;
  display: inline-block;
  line-height: 35px;
  width: 80px;
  text-align: center;
  border: 2px solid #eee;
  font-weight: 800;
  text-transform: uppercase;
}

.blog_single_area .connent-area .comment-box .button i:before {
  color: #666;
  margin-right: 6px;
  font-size: 12px;
}

.blog_single_area .connent-area .comment-box .text {
  margin-top: 10px;
}

.blog_single_area .connent-area .comment-box h5 {
  margin-bottom: 0px;
}

.blog_single_area .comment-form {
  position: relative;
}

.blog_single_area .comment-form input,
.blog_single_area .comment-form textarea {
  position: relative;
  width: 100%;
  height: 50px;
  background: #f6f8fa;
  margin-bottom: 30px;
  color: #222;
  padding: 15px 20px;
}

.blog_single_area .comment-form textarea {
  height: 150px;
  resize: none;
  margin-bottom: 21px;
}

/*latest blog*/

.latest_blog_section_area {
  background-color: #f9f9f9;
  padding: 90px 0px 65px;
  overflow: hidden;
}

.single_blog_item_area {
  margin-bottom: 30px;
}

.single_blog_h_active {
  margin-top: 30px;
}

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

.single_blog_item_area .meta li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  line-height: 23px;
  font-weight: 800;
  color: #666;
}

.single_blog_item_area h3 {
  font-size: 18px;
  margin-top: 14px;
  text-transform: uppercase;
  font-weight: 800;
}

.single_blog_item_area p {
  font-weight: 600;
}

.single_blog_item_div h2 {
  color: #949494;
  font-size: 50px;
  font-weight: 700;
}

.single_blog_item_div h2 span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 17px;
  margin-bottom: 39px;
}

.single_blog_item_div h2 a {
  color: #008cb5;
}

.single_blog_h_active .owl-nav div {
  height: 35px;
  width: 35px;
  background-color: transparent;
  text-align: center;
  position: absolute;
  top: 60%;
  line-height: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -34%;
  font-size: 18px;
  color: #3a3a3a;
}

.single_blog_h_active .owl-nav div.owl-next {
  right: 0;
  left: -28%;
}

/*tag*/

.blog_tag a {
  background-color: #ba2c00;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.blog_tag {
  margin-top: 45px;
}

/*share*/

.share_blog_single_in_social h4 {
  margin: 0;
  color: #4d4d4d;
  font-size: 22px;
}

.share_blog_single_in_social h4 span {
  margin-right: 15px;
}

.share_blog_single_in_social h4 a {
  color: #999;
  font-size: 14px;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 5px;
}

.share_blog_single_in_social {
  margin-top: 38px;
}

/*form section*/

.consultency_comments_form {
  margin-top: 60px;
}

.comments_title {
  margin: 0px;
  color: #4d4d4d;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 33px;
}

.consultency_comments_form .form-control {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  border: 1px solid #ebebeb;
  height: 50px;
  font-size: 13px;
  color: #000;
  margin-bottom: 20px;
  background-color: transparent;
}

.consultency_comments_form textarea.form-control {
  height: 200px;
  resize: none;
}

.consultency_comments_form .form-group {
  margin-bottom: 5px;
}

/*=======================================
 Font
=======================================*/

.help-block {
  position: relative;
  top: 0;
  font-size: 10px;
  margin: 0 0 0 10px;
}

/*
================================================
18. Client
================================================
*/
.client {
  text-align: center;
  position: relative;
  padding: 60px 0px 60px 0px;
}

.client-slider {
  background: #fff;
  padding: 10px 0;
}

.client-logo a {
  opacity: 0.4;
  display: table;
  margin: 0 auto;
}

.client-logo a:hover {
  opacity: 1;
  transition: all 0.5s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}

/*--------------------------------------------------------------
19. Footer
--------------------------------------------------------------*/
.footer {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: rgb(4 4 4) !important;
  padding: 35px 0px 15px;
}

.footer-logo {
  display: inherit !important;
  width: auto;
  height: 42px !important;
}

.footer .logo a {
  color: #ba2c00;
}

.footer .section-title {
  padding: 5px 0px;
}

.footer .footer-about p {
  text-align: justify;
  font-size: 15px;
  line-height: 2;
}

.sidebar-post li {
  list-style-type: none;
  margin-bottom: 10px;
}

.sidebar-post li a {
  color: #888888;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}

.sidebar-post li a:hover {
  color: #ba2c00;
}

.sidebar-gallery {
  display: block;
}

.sidebar-gallery li {
  float: left;
  width: 29%;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
}

footer {
  background-color: #000;
}

footer p {
  color: #fff;
  margin-bottom: 0;
}

footer img {
  width: 80px;
  vertical-align: top;
}

/* .footer .row {
  justify-content: space-between;
} */

.footer-about .color-a,
.footer-about .color-b {
  font-family: "silver";
  font-weight: normal;
}

.footer-about .color-b {
  font-family: "fox";
  color: #dc3400;
}

.footer-address .add-col {
  flex: 0 0 33%;
  max-width: 33%;
  padding-left: 15px;
  padding-right: 10px;
}

.footer-address .row .col {
  padding: 0 5px;
}

.footer-address .fas,
.footer-address .fab {
  display: flex;
  justify-content: center;
  line-height: 1.25;
  color: #ba2c00;
  font-weight: 900;
}

.footer-address p {
  font-size: 14px;
  font-weight: 600;
}

.footer-address a {
  color: #adadad;
}
.footer-address a:hover {
  color: #ba2c00;
}

.footer-social {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.footer-social a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: #fbfbfb;
}

.footer-social a::before,
.footer-social a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-color: #ffffff4d;
  z-index: 1;
  transition: all 0.5s linear;
}

.footer-social a::after {
  background-color: var(--color);
  background-image: var(--image);
  width: 40px;
  height: 40px;
  opacity: 0;
}

.footer-social i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 45px;
  width: 45px;
  border: 1px solid #ffffff25;
  backdrop-filter: blur(10px) brightness(108%);
  -webkit-backdrop-filter: blur(10px) brightness(108%);
  z-index: 2;
}

.footer-social a:hover::after {
  opacity: 1;
  top: -5px;
  left: -5px;
  transform: rotateZ(45deg);
}

.footer-social a:hover {
  color: #fff;
}

/*
================================================
 20 Contact US
================================================
*/
.outer-box {
  width: 85%;
  margin: 0 auto;
}

/* .contact-us ul {
  padding: 0;
} */

.contact-us .card {
  color: #fff;
  margin-bottom: 25px;
  display: flex;
  background: none;
  border: none;
}

.contact-us .card .card-body a {
  color: #ffffff;
}

.contact-us .card .card-body:hover {
  background-color: #333;
  color: #ba2c00;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-us .card .card-body {
  background: #ba2c00;
  padding: 30px 20px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 1.025rem;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-us .fa {
  display: block;
  font-size: 30px;
  margin: 0 0 10px 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-us .card .card-body:hover .fa {
  color: #ba2c00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-title h3,
.form-title h2 {
  /* color: #dedede; */
  color: #ff3c00;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.form-box {
  padding: 35px 20px;
  border: 1px solid #ffffff26;
  box-shadow: 0 0 20px #000000;
  background: rgb(90 90 90 / 30%);
  border-radius: 15px;
}

.particle-area .form-box {
  box-shadow: 0px 5px 25px 2px rgb(0 0 0 / 70%);
  background: rgb(109 109 109 / 20%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.form-control {
  background-color: rgb(0 0 0 / 20%) !important;
  caret-color: #ff3c00;
  padding: 0.375rem 0.75rem !important;
}

.form-control:focus {
  color: #fff;
  background-color: rgb(0 0 0 / 10%);
  border-top: transparent;
  border-right: transparent;
  border-bottom: 1px solid #ba2c00;
  border-left: transparent;
  box-shadow: none;
}

.form-control:focus + .seperator {
  color: #fff;
  outline-color: transparent;
  outline-style: none;
  transform: scaleX(1) translateY(-2px);
  opacity: 1;
  transition: all 0.25s linear;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  background-color: rgb(0 0 0 / 15%);
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

input.form-control,
textarea.form-control,
select.form-control {
  /* border-top: transparent;
  border-right: transparent;
  border-bottom: 1px solid #ba2c00;
  border-left: transparent; */
  border-color: transparent transparent #ba2c00 transparent !important;
  border-width: 1px;
  border-style: solid;
  border-radius: unset;
  box-shadow: none;
  height: 40px;
  color: #7d7d7d;
}

select.form-control {
  background-image: url("data:image/svg+xml,<svg width='24' height='24' style='fill:%237d7d7d' xmlns='http://www.w3.org/2000/svg'><path d='m0,6l12,12l12,-12l-24,0z'/><path fill='none' d='m0,0l24,0l0,24l-24,0l0,-24z'/></svg>") !important;
  background-size: 0.8rem !important;
  background-position: calc(100% - 0.75rem) center !important;
  background-repeat: no-repeat;
  /* color: #cacaca; */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select.form-control::-ms-expand {
  display: none;
}

select.form-control option {
  padding: 0px 2px 1px;
}

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
input.form-control[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

input.form-control.btn {
  color: #ff3c00;
}

input.form-control.btn:hover {
  color: #fff;
}

textarea.form-control {
  height: 150px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7d7d7d;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7d7d7d;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7d7d7d;
}

.form-box .seperator {
  height: 3px;
  width: 100%;
  background: #ba2c00;
  display: block;
  transform: scaleX(0) translateY(-2px);
  transform-origin: 50%;
  opacity: 0;
  transition: all 0.25s linear;
}

select option {
  background-color: #1d1d1d;
}

/* select.form-control option.disabled[value=""][disabled] {
  color: #7d7d7d;
} */

/* select:invalid {
  color: #7d7d7d;
} */

/* select.form-control option[value=""][disabled] {
  display: none;
} */

/* option:disabled {
  color: #7d7d7d;
} */

/*
================================================
  Custom CSS
================================================
*/

#parallax {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/images/logo.png);
  width: 75%;
  height: 75%;
  /* Create the parallax scrolling effect */
  /* background-attachment: fixed; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: blur(20px);
  z-index: 0;
}

#scrollUp {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  z-index: 9999 !important;
  bottom: 125px;
  right: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  display: inline-block;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  text-align: center;
  filter: alpha(opacity=0);
  background-color: #ff6500;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}
#scrollUp.show {
  opacity: 1;
  visibility: visible;
}
.scrollUp::before,
.scrollUp::after {
  z-index: -1 !important;
}
.scrollUp div {
  padding: 0 !important;
}

.img-responsive {
  margin: 0 auto;
  width: 100%;
}

.wp-btn {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  width: 62px;
  height: 60px;
  bottom: 22px;
  right: 90px;
  /* background-color: #25d366; */
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.wp-btn:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  box-shadow: 0px 2px 5px 1px #08400a;
  color: #fff;
}

.my-float {
  margin-top: 16px;
}

.modal-content {
  box-shadow: 0px 5px 25px 2px rgb(0 0 0 / 70%);
  background: rgb(82 82 82 / 50%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
}

.error-page {
  position: relative;
  height: 100vh;
}

.error-page .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ------------- Responsive CSS ------------ */
@media (max-width: 991.9px) {
  .mb-2em {
    margin-bottom: 2em;
  }

  .d-xs-flex {
    display: flex;
  }

  .mb-30,
  .mb-50 {
    margin-bottom: 0 !important;
  }

  h1 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  p {
    font-size: 0.8rem !important;
  }

  .logo {
    width: 180px;
    margin: 0 auto;
  }

  #navMenu {
    display: block;
  }

  #navMenu ul {
    width: 100%;
    display: none;
  }

  #mobile-nav {
    overflow: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-80%);
    height: 100%;
    width: 100%;
    transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);
    border-radius: 0% 0% 100% 50%;
    z-index: 2000000001;
  }
  #mobile-nav.nav-open {
    transform: translateX(0px);
    border-radius: 0% 0% 0% 0%;
    background: rgb(21 21 21 / 85%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }

  #mobile-nav .menu-btn {
    position: absolute;
    top: 2%;
    right: 10%;
    padding: 0;
    width: 30px;
    cursor: pointer;
    z-index: 2;
  }

  #mobile-nav .menu-btn .line {
    padding: 0;
    width: 30px;
    background: #fff;
    height: 2px;
    margin: 5px 0;
    transition: all 700ms cubic-bezier(0.9, 0, 0.33, 1);
  }

  #mobile-nav .menu-btn .line.line--1 {
    width: 30px;
    transform: rotate(0) translateY(0);
  }

  #mobile-nav .menu-btn .line.line--1.line-cross {
    width: 30px;
    transform: rotate(45deg) translateY(10px);
    background: #ba2c00;
  }

  #mobile-nav .menu-btn .line.line--2 {
    width: 28px;
    transform: translateX(0);
  }

  #mobile-nav .menu-btn .line.line--2.line-fade-out {
    width: 28px;
    transform: translate(30px);
    opacity: 0;
  }

  #mobile-nav .menu-btn .line.line--3 {
    width: 20px;
    transform: rotate(0) translateY(0);
  }

  #mobile-nav .menu-btn .line.line--3.line-cross {
    width: 30px;
    transform: rotate(-45deg) translateY(-10px);
    background: #ba2c00;
  }

  #mobile-nav .nav-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 900ms cubic-bezier(0.9, 0, 0.33, 1);
  }

  #mobile-nav .nav-links.fade-in {
    opacity: 1;
    transform: translateX(0px);
  }

  #mobile-nav .nav-links .link {
    margin: 20px 0;
    text-decoration: none;
    font-family: sans-serif;
    color: rgb(218 218 218 / 80%);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.9, 0, 0.33, 1);
  }

  #mobile-nav .btn {
    color: #fff;
  }

  #mobile-nav .nav-links .link:hover {
    color: #ba2c00;
  }

  .y-hidden {
    overflow-y: hidden;
  }

  #mobile-nav .sub-menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(21 21 21 / 85%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 5;
  }

  #mobile-nav .sub-menu-bg.open {
    opacity: 1;
    visibility: visible;
  }

  #mobile-nav .sub-menu {
    position: absolute;
    top: 50%;
    right: 0;
    height: max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    transform: translate(50%, -50%);
    align-items: center;
    background: rgb(97 97 97 / 60%);
    border-radius: 35px;
    opacity: 0;
    transition: all 0.3s ease-in;
  }

  #mobile-nav .sub-menu.open {
    right: 50%;
    opacity: 1;
  }

  #mobile-nav .sub-menu a {
    font-size: 1rem;
    margin: 15px 0;
  }

  section {
    padding: 10px 0 10px;
  }

  section h2 {
    font-size: 25px;
  }

  .particle-area {
    background: url(/images/banner_phone.jpg);
    background-position-x: center;
    background-size: cover;
    background-position-y: 45px;
  }

  /* .particle-area .container {
    transform: translateY(-40%) !important;
  } */

  .banner-text .font-55 {
    font-size: 50px !important;
    line-height: 50px;
  }

  .banner-text h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .banner-text span {
    position: relative;
    top: 15px;
    font-size: 40px;
  }

  .sidebar-gallery li {
    width: 14%;
  }

  .cd-intro .font-28 {
    font-size: 21px !important;
  }

  .tb-about-2-content h1 {
    font-size: 25px;
  }

  .slide-text .font-70 {
    line-height: 70px;
  }

  .color-bg-b .pull-right {
    float: none !important;
  }

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

  .bg-color h2 {
    line-height: 40px;
  }

  .about_slider-area {
    height: 160px;
    padding-top: 65px !important;
  }

  .section-title h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .section-title h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .section_3 .item p,
  .content-blog p {
    text-align: justify;
  }

  /* .service_3 .item h4 {
    font-size: 18px;
  }

  .service_3 .item p {
    font-size: 13px;
  } */

  .slider-text {
    padding-top: 20px !important;
  }

  .slider-text h2 {
    font-size: 24px !important;
    line-height: 28px;
    padding-bottom: 15px !important;
  }

  .slider-text h4 {
    font-size: 16px !important;
  }

  .slider-text a {
    font-size: 16px !important;
  }

  .accordion-box .block .acc-btn {
    font-size: 1rem;
  }

  .accordion-box .block .content {
    font-size: 0.8rem;
  }

  .outer-box {
    width: 100%;
  }

  .form-box {
    padding: 25px 10px;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-social a {
    margin-right: 15px;
  }

  .footer-social a::after,
  .footer-social a:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  /* #scrollUp {
    bottom: 100px;
    right: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  } */
}

@media (min-width: 992px) {
  #mobile-nav {
    display: none;
  }

  .widget .form-box {
    position: sticky;
    position: -webkit-sticky;
    top: 85px;
  }

  .footer .section-title {
    margin-top: -10px !important;
  }

  .col-count-2 {
    column-count: 2;
  }
  .work {
    margin: 5px 0;
    padding: 0 35px;
  }
}

@media (min-width: 992px) and (max-width: 1142px) {
  .logo {
    width: 250px;
  }
  .navbar-menu .nav-link {
    font-size: 0.8rem;
    margin: 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .work {
    padding: 15px 30px;
  }

  #contact-form .btn {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .section_3 a::after,
  .company-data a::after {
    opacity: 1;
    transform: rotateZ(-5deg);
  }

  .section_3 .item p {
    color: #dedede;
  }

  .work {
    filter: grayscale(0) drop-shadow(2px 4px 6px black);
  }
}
