/*-----------------------------------
    CSS INDEX
    ===================

    01.COMMON
    02.HEADER
    03.HERO
    04.SERVICE
    05.ABOUT
    06.PARTNER
    07.PORTFOLIO
    08.WHY CHOOSE
    09.TESTIMONIAL
    10.BLOG
    11.LETSTALK
    12.HOME TWO
    13.ABOUT PAGE
    14.SERVICE PAGE
    15.SERVICE DETAILS PAGE
    16.PROJECT PAGE
    17.PROJECT DETAILS PAGE
    18.CONTACT PAGE
    19.BLOG PAGE
    20.ERROR PAGE
    21.COMMING SOON
    22.FOOTER

-----------------------------------------------------------------------------------*/
:root {
  --primary_color:#D90A2C;
}

/*===========================
     01.COMMON CSS 
===========================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-details a {
  color: #D90A2C;
}

a:hover {
  color: var(--primary_color);
}

a:focus,
input:focus,
.contact-form textarea:focus,
textarea:focus,
button:focus {
  outline: 0 solid;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: 'Saira', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
}

p {
  color: #787878;
  line-height: 1.8;
}

a,
a:hover {
  text-decoration: none;
}

input, .contact-form textarea,
select,
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

.sec-pad {
  padding: 120px 0;
}

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

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

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

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

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

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

.sec-mar {
  margin: 120px 0;
}

.blog-sec-mar {
  margin: 120px 0;
}

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

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

.cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid var(--primary_color);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% - 100px), -50%);
          transform: translate(calc(-50% - 100px), -50%);
  z-index: 9;
}

.cursor2 {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--primary_color) !important;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 9;
}

.hover {
  background-color: var(--primary_color);
  height: 70px;
  width: 70px;
  border: 1px solid transparent;
  opacity: .3;
  z-index: 9999;
}

.cursorinnerhover {
  width: 2px;
  height: 2px;
  opacity: .5;
}

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

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1224px;
  }
}

#wp-toolbar .hover {
  opacity: 1;
}

.site-title h3 {
  margin: 14px 0;
}

@media (max-width: 767px) {
  .site-title h3 {
    margin: 0;
  }
}

.site-title h3 a {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--primary_color);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 20px;
}

.set-menu h4 a {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}

/* Preloader css */
.egns-preloader {
  min-width: 100%;
  min-height: 100%;
  position: fixed !important;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

.egns-preloader::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: -1;
}

.circle-border {
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 140px;
  border: 0px solid var(--primary_color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

.circle-border svg {
  fill: var(--primary_color);
}

.circle-border svg path {
  stroke: var(--primary_color);
}

.circle-border .moving-circle {
  width: 10px;
  height: 10px;
  background: var(--primary_color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  -webkit-animation: circle 2s linear infinite;
          animation: circle 2s linear infinite;
}

.circle-border .moving-circle:nth-child(2) {
  width: 10px;
  height: 10px;
  background: var(--primary_color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  -webkit-animation: circle 2.25s linear infinite;
          animation: circle 2.25s linear infinite;
}

.circle-border .moving-circle:nth-child(3) {
  width: 10px;
  height: 10px;
  background: var(--primary_color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  -webkit-animation: circle 2.5s linear infinite;
          animation: circle 2.5s linear infinite;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg) translate(-70px) rotate(0deg);
            transform: rotate(0deg) translate(-70px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-70px) rotate(-360deg);
            transform: rotate(360deg) translate(-70px) rotate(-360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg) translate(-70px) rotate(0deg);
            transform: rotate(0deg) translate(-70px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-70px) rotate(-360deg);
            transform: rotate(360deg) translate(-70px) rotate(-360deg);
  }
}

#outline {
  stroke-dasharray: 2.42777px, 242.77666px;
  stroke-dashoffset: 0;
  -webkit-animation: anim 1.6s linear infinite;
          animation: anim 1.6s linear infinite;
}

@-webkit-keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873px, 242.77666px;
    stroke-dashoffset: -26.70543px;
  }
  43.75% {
    stroke-dasharray: 84.97183px, 242.77666px;
    stroke-dashoffset: -84.97183px;
  }
  100% {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: -240.34889px;
  }
}

@keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873px, 242.77666px;
    stroke-dashoffset: -26.70543px;
  }
  43.75% {
    stroke-dasharray: 84.97183px, 242.77666px;
    stroke-dashoffset: -84.97183px;
  }
  100% {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: -240.34889px;
  }
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 100px;
  width: 100%;
  z-index: 99;
  background-color: #121212;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.sticky {
    padding: 0px 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  header.sticky {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  header.sticky {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 1530px) {
  header.sticky {
    padding: 0 30px;
  }
}

.title h2 b {
  font-weight: 700;
  font-size: 65px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--primary_color);
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .title {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .title {
    text-align: inherit;
  }
}

.title span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary_color);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.title span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--primary_color);
}

.title h6 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary_color);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.title h6:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--primary_color);
}

.title h2 {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .title h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .title h2 {
    font-size: 30px;
  }
}

.title.black h2 {
  color: #17161A;
}

.title.special h2 {
  text-transform: uppercase;
  margin: 0;
}

.title.special h2 b {
  font-weight: bold;
  font-size: 65px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--primary_color);
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title.special h2 b {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .title.special h2 b {
    font-size: 50px;
  }
}

.sec-title-layout3 {
  text-align: center;
  margin-bottom: 70px;
}

.sec-title-layout3 span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  color: var(--primary_color);
  border-bottom: 1px solid var(--primary_color);
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.sec-title-layout3 h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  color: #17161A;
  margin-bottom: 15px;
}

.cmn-btn a, .wp-block-cover .wp-block-button a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.05%, var(--primary_color)), to(#730000));
  background: linear-gradient(90deg, var(--primary_color) 1.05%, #730000 100%);
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.cmn-btn a:before, .wp-block-cover .wp-block-button a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  top: 50%;
  left: 50%;
  background-color: #000000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.cmn-btn a:hover, .wp-block-cover .wp-block-button a:hover {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.cmn-btn a:hover:before, .wp-block-cover .wp-block-button a:hover:before {
  height: 380%;
}

.breadcrumbs {
  min-height: 500px;
  background-color: #121212;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 576px) {
  .breadcrumb {
    display: block;
  }
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
}

.breadcrumb-wrapper h1 {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  -webkit-text-stroke: 2px var(--primary_color);
  -webkit-text-fill-color: transparent;
  line-height: 1.3em;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper h1 {
    font-size: 40px;
  }
}

.breadcrumb-wrapper span {
  color: #fff;
}

.breadcrumb-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumb-wrapper ul li.breadcrumb-item::before {
  content: '';
}

.breadcrumb-wrapper ul li {
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
}

.breadcrumb-wrapper ul li a {
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
  color: var(--primary_color);
  padding-right: 50px;
}

.breadcrumb-wrapper ul li a:before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  background-image: url(../img/icons/arrow-right.svg);
  height: 13px;
  width: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.scroll-top.opacity {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9;
  text-align: center;
  display: block;
}

.scroll-top.opacity span {
  height: 40px;
  width: 40px;
  display: block;
  border: 1px solid var(--primary_color);
  border-radius: 50%;
  color: var(--primary_color);
  position: relative;
  line-height: 40px;
  font-size: 11px;
  cursor: pointer;
  text-transform: uppercase;
}

.scroll-top.opacity span i {
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 0 100px;
  -webkit-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
}

@media only screen and (max-width: 1530px) {
  header {
    padding: 0 30px;
  }
}

.position_top .logo a img {
  max-width: 170px;
}

.get-quate.dn {
  display: none;
  margin-top: 50px;
  text-align: left;
}

.main-nav {
  display: inline-block;
}

.main-nav .mobile-menu-logo {
  display: none;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.main-nav ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  text-transform: capitalize;
  padding: 30px 0;
  position: relative;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.main-nav ul li a:hover {
  color: var(--primary_color);
}

.main-nav ul li a.active {
  color: var(--primary_color);
}

.main-nav ul li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 33px;
  z-index: 999;
  cursor: pointer;
  display: none;
}

.main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: #222;
  text-align: left;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid #383838;
  position: relative;
}

.main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 10px;
  right: 6px;
}

.main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary_color);
  margin-left: 10px;
}

.main-nav ul li ul.sub-menu > li a.active {
  color: var(--primary_color);
}

.main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #222;
  top: 0;
}

@media only screen and (max-width: 1199px) {
  .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: #242424;
    top: 0;
  }
}

.main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: none;
}

.main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}

.main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-nav ul li.menu-item-has-children > i {
  display: block;
}

.get-quate {
  text-align: right;
}

.hero-area {
  position: relative;
  background-image: url(../img/hero-bg.png);
  background-size: cover;
  background-position: center center;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.swiper.hero-slider .swiper-pagination {
  left: 0% !important;
  bottom: initial !important;
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: auto !important;
}

.swiper.hero-slider .swiper-pagination-bullet {
  position: relative;
  height: 15px;
  width: 15px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  opacity: 1;
  margin: 0 12.5px !important;
}

.swiper.hero-slider .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  height: 7.5px;
  width: 7.5px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper.hero-slider .swiper-pagination-bullet-active {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid var(--primary_color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.6;
}

.swiper.hero-slider .swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: var(--primary_color);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.6;
}

.hero-content-wrapper {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-content-wrapper .hero-content-img {
  position: relative;
}

.hero-content-wrapper .hero-content-img:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #17161A;
  opacity: 0.5;
  border-radius: 100px 20px 20px 20px;
}

.hero-content-wrapper .hero-content-img img {
  border-radius: 100px 20px 20px 20px;
}

.hero-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-content {
  background: linear-gradient(233.77deg, rgba(217, 10, 44, 0.8) 0.94%, rgba(115, 0, 0, 0.8) 99.09%);
  border: 1px solid rgba(173, 173, 173, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
  max-width: 670px;
  padding: 80px 50px;
  position: relative;
  margin-left: -100px;
}

.hero-content h2 {
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: 0;
  top: -90px;
}

.hero-content h1 {
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.hero-content h1 span {
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
}

.hero-content p {
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  line-height: 35px;
  margin-bottom: 60px;
}

.hero-content a {
  display: inline-block;
  padding: 10px 20px;
  min-width: 200px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-content a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  top: 50%;
  left: 50%;
  background-color: #000000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.hero-content a:hover:before {
  height: 380%;
}

.hero-content a.about-btn {
  background-color: #17161A;
  border: 1px solid #17161A;
  margin-right: 15px;
}

.hero-content a.work-btn {
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 15px;
}

.hero-content .slider-num {
  position: absolute;
  right: -150px;
  bottom: -20px;
}

.hero-content .slider-num span {
  font-weight: 600;
  font-size: 100px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
  -webkit-text-fill-color: transparent;
}

.social-media {
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.social-media .social-list {
  list-style: none;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.social-media .social-list li {
  display: inline-block;
}

.social-media .social-list li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  display: inline-block;
  line-height: 1;
  padding: 0 24px;
  border-right: 1px solid var(--primary_color);
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.social-media .social-list li a:hover {
  color: var(--primary_color);
}

.social-media .social-list li:last-child a {
  border: none;
}

.service-area {
  background-color: #111215;
}

.service-area .title h2 {
  margin-bottom: 45px;
}

.single-service {
  border: 1px solid #232323;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.single-service:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 90px;
  width: 90px;
  background: radial-gradient(105.91% 105.91% at 37.1% 19.35%, rgba(217, 10, 44, 0.3) 0%, rgba(217, 10, 44, 0) 83.11%);
  border-radius: 50%;
  opacity: 0.3;
  display: none;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.single-service:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.single-service span {
  font-size: 35px;
  font-weight: 700;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.07);
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.single-service:hover:after {
  visibility: visible;
  opacity: 1;
}

.single-service:hover:before {
  display: block;
}

.single-service:hover .service-content a i {
  margin-left: 5px;
}

.single-service:hover span {
  -webkit-text-stroke: 2px var(--primary_color);
  -webkit-text-fill-color: transparent;
}

.service-icon {
  margin-top: 15px;
  min-width: 70px;
}

.service-icon .service-icon-box {
  background-color: var(--primary_color);
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-icon .service-icon-box i {
  color: #fff;
  font-size: 26px;
}

.service-icon .service-icon-box:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid rgba(217, 10, 44, 0.15);
  border-radius: 50%;
  left: -5px;
  top: -10px;
  z-index: -1;
}

.service-icon .service-icon-box:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid rgba(217, 10, 44, 0.15);
  border-radius: 50%;
  right: -5px;
  top: -10px;
  z-index: -1;
}

.service-icon .service-icon-box img {
  max-height: 38px;
  max-width: 38px;
}

.service-icon .service-icon-box svg {
  max-height: 38px;
  max-width: 38px;
}

.service-content {
  margin-left: 15px;
}

.service-content h4 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.service-content p {
  color: #E4E4E4;
  font-size: 16px;
  margin-bottom: 20px;
}

.service-content a {
  display: inline-block;
  color: var(--primary_color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
}

.service-content a i {
  margin-left: -4px;
  z-index: -1;
  position: relative;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.about-left .our-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 55px;
}

.about-left .our-mission .msn-icon {
  min-width: 100px;
}

.about-left .our-mission .msn-icon i img {
  width: 70px;
}

.about-left .our-mission .cto {
  min-width: 150px;
}

.about-left .our-mission .cto img {
  width: 140px;
}

.about-left .our-mission .msn-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.about-left .our-mission .msn-content p {
  margin: 0;
  color: #272727;
  font-size: 16px;
}

.about-left .cmn-btn a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.about-left p {
  font-weight: normal;
  font-size: 16px;
  color: #272727;
  margin-bottom: 30px;
}

.about-right .group-images {
  position: relative;
  margin-top: 85px;
  margin-right: 85px;
}

.about-right .group-images > img {
  width: 100%;
  border-radius: 5px;
}

.about-right .group-images .about-top {
  position: absolute;
  top: -85px;
  right: -85px;
}

.about-right .group-images .about-top img {
  border-radius: 5px;
}

.about-skills {
  background: #FFFFFF;
  border: 1px solid rgba(217, 10, 44, 0.1);
  -webkit-box-shadow: 0px 0px 50px rgba(53, 51, 83, 0.06);
          box-shadow: 0px 0px 50px rgba(53, 51, 83, 0.06);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: -50px;
  position: relative;
  padding: 20px 30px;
  width: 500px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-skills .signle-skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-skills .signle-skill .skill-content h6 {
  font-size: 15px;
  color: #545454;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.about-skills .signle-skill .skill-content h6 span {
  margin: 0;
  color: #17161A;
  font-weight: 400;
}

.about-skills .signle-skill .skill-content p {
  margin: 0;
  color: #17161A;
}

.signle-skill .progress-bar-circle {
  position: relative;
  height: 70px;
  width: 70px;
  min-width: 80px;
  background-color: transparent;
}

.signle-skill .progress-bar-circle div {
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.signle-skill .progress-bar-circle div span {
  color: var(--primary_color);
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  height: 60px;
  width: 60px;
  left: 50%;
  top: 50%;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.signle-skill .progress-bar-circle .background {
  background-color: #000 !important;
}

.signle-skill .progress-bar-circle .rotate {
  clip: rect(0 35px 70px 0);
  background-color: var(--primary_color) !important;
}

.signle-skill .progress-bar-circle .left {
  clip: rect(0 35px 70px 0);
  opacity: 1;
  background-color: #000 !important;
}

.signle-skill .progress-bar-circle .right {
  clip: rect(0 35px 70px 0);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  background-color: var(--primary_color) !important;
}

.features-count {
  padding: 50px 0;
  background-image: url(../img/counter-bg.png);
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.features-count:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #18191D;
  border-radius: 30px;
  z-index: -1;
  opacity: 0.9;
}

.single-count {
  text-align: center;
}

.single-count i {
  display: block;
  margin-bottom: 15px;
  font-size: 56px;
  color: var(--primary_color);
}

.single-count svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.single-count p {
  text-transform: capitalize;
  color: #BDBDBD;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.single-count .counter span {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
}

.single-count .counter sup {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  top: -5px;
  display: inline-block;
}

.newsletter {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 640px;
}

@media (max-width: 767px) {
  .newsletter {
    min-height: 400px;
  }
}

.subscribes {
  max-width: 590px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.subscribes h5 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  color: var(--primary_color);
  display: block;
  margin-bottom: 15px;
}

.subscribes h2 {
  font-weight: 700;
  font-size: 65px;
  text-align: center;
  text-transform: uppercase;
  color: #E4E4E4;
  margin-bottom: 20px;
  line-height: 1;
}

.subscribes h2 span {
  font-weight: 700;
  font-size: 55px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

.subscribe-form {
  position: relative;
}

.subscribe-form input, .subscribe-form .contact-form textarea, .contact-form .subscribe-form textarea {
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  border-radius: 48px;
  border: none;
  color: #4F4F4F;
  font-size: 14px;
}

.subscribe-form input[type="submit"], .subscribe-form .contact-form textarea[type="submit"], .contact-form .subscribe-form textarea[type="submit"] {
  position: absolute;
  right: 5px;
  height: 60px;
  top: 5px;
  width: 150px;
  border-radius: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  background-color: var(--primary_color);
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.subscribe-form input[type="submit"]:hover, .subscribe-form .contact-form textarea[type="submit"]:hover, .contact-form .subscribe-form textarea[type="submit"]:hover {
  color: #17161A;
  border: 2px solid var(--primary_color);
  background: transparent;
  -webkit-box-shadow: 0 0 20px var(--primary_color) 1.05%, #730000 100%;
          box-shadow: 0 0 20px var(--primary_color) 1.05%, #730000 100%;
}

.subscribe-form input[type="email"], .subscribe-form .contact-form textarea[type="email"], .contact-form .subscribe-form textarea[type="email"] {
  padding: 0 160px 0 30px;
}

.our-clients {
  background-color: #111111;
  padding: 110px 30px;
  height: 100%;
  min-height: 640px;
}

.our-clients .title {
  margin-top: -7px;
}

.our-clients .title h2 {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .our-clients {
    padding: 80px 0;
  }
}

.single-client {
  position: relative;
  background-color: #111111;
  border: 1px solid #191A1C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
          box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  line-height: 45px;
  overflow: hidden;
}

.single-client img {
  max-height: 30px;
}

.single-client .client-hover {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.single-client .client-hover a {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
  line-height: 20px;
}

.single-client:hover .client-hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.single-client:hover img {
  visibility: hidden;
}

.portfolio-area .title {
  margin-bottom: -80px;
}

.portfolio-area .title h2 {
  margin: 0;
}

.swiper.portfolio-slider {
  padding: 140px 10px 50px 10px;
}

.swiper.portfolio-slider .swiper-pagination {
  bottom: 0 !important;
}

.swiper.portfolio-slider .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border: 1px solid var(--primary_color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  opacity: 1;
}

.swiper.portfolio-slider .swiper-pagination-bullet-active {
  position: relative;
  height: 15px;
  width: 15px;
  border: 1px solid var(--primary_color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper.portfolio-slider .swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background-color: var(--primary_color);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper.portfolio-slider .swiper-button-next {
  height: 40px !important;
  width: 40px !important;
  background-image: none;
  background-color: #2A2A2A;
  border-radius: 50%;
  color: #fff !important;
  top: 22px;
  right: 5% !important;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.swiper.portfolio-slider .swiper-button-next:hover {
  background-color: var(--primary_color);
}

.swiper.portfolio-slider .swiper-button-next::after {
  font-size: 14px !important;
}

.swiper.portfolio-slider .swiper-button-prev {
  background-image: none;
  height: 40px !important;
  width: 40px !important;
  background-color: #2A2A2A;
  border-radius: 50%;
  color: #fff !important;
  top: 22px;
  right: 5% !important;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  left: auto;
  right: 9% !important;
}

.swiper.portfolio-slider .swiper-button-prev:hover {
  background-color: var(--primary_color);
}

.swiper.portfolio-slider .swiper-button-prev::after {
  font-size: 14px !important;
}

.swiper.portfolio-slider .swiper-rtl .swiper-button-next {
  left: auto;
  right: 9% !important;
}

.single-portfolio {
  position: relative;
  overflow: hidden;
}

.single-portfolio .portfolio-data {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.single-portfolio .portfolio-data img {
  border-radius: 10px;
  width: 100%;
  max-height: 500px;
}

.single-portfolio .portfolio-data:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  background-image: url(../img/portfolio-hover-bg.png);
  background-size: cover;
  background-position: top bottom;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.single-portfolio .portfolio-inner {
  position: absolute;
  z-index: 2;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 5%;
  background-color: #0F0F11;
  border-radius: 5px;
  padding: 20px;
  margin: 0 auto;
}

.single-portfolio .portfolio-inner span {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #E4E4E4;
  display: block;
  margin-bottom: 5px;
}

.single-portfolio .portfolio-inner h4 {
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  color: #E4E4E4;
  margin: 0;
}

.single-portfolio .portfolio-inner .portfolio-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.single-portfolio .portfolio-inner .portfolio-hover a.case-btn {
  display: inline-block;
  border: 1px solid var(--primary_color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.single-portfolio .portfolio-inner .portfolio-hover i {
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.single-portfolio:hover .portfolio-data:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.single-portfolio:hover .portfolio-inner {
  background: #0F0F11;
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  border-radius: 10px;
}

.single-portfolio:hover .portfolio-inner .portfolio-hover {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  margin-top: 20px;
  height: auto;
}

.why-choose-us .title.black h2 {
  margin-bottom: 50px;
}

.video-demo {
  position: relative;
  z-index: 1;
}

.video-demo img {
  width: 100%;
}

.video-demo:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/play-button-bg.png);
  background-size: cover;
  background-position: center center;
}

.video-demo .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-demo .play-btn a {
  display: inline-block;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 128px;
  width: 128px;
  line-height: 128px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.video-demo .play-btn a i {
  margin-right: 5px;
}

.video-demo .play-btn a:hover {
  color: #fff;
  border: 1px solid var(--primary_color);
  background-color: var(--primary_color);
}

.valuable-skills img {
  width: 100%;
  margin-bottom: 50px;
}

.valuable-skills .signle-bar h6 {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #111111;
}

.valuable-skills .signle-bar .barfiller {
  height: 5px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: rgba(217, 10, 44, 0.5) !important;
  border-radius: 30px;
  margin-bottom: 40px !important;
}

.valuable-skills .signle-bar .barfiller .tip {
  margin-top: -35px !important;
  padding: 0 !important;
  position: absolute;
  z-index: 2;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #000000 !important;
}

.valuable-skills .signle-bar .barfiller .tip:after {
  display: none;
}

.valuable-skills .signle-bar .barfiller .fill {
  background: var(--primary_color) !important;
  border-radius: 30px;
}

.valuable-skills .signle-bar .barfiller#bar4 {
  margin-bottom: 0 !important;
}

.testimonial-area {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.testimonial-area:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #111111;
  z-index: -1;
}

.swiper.testimonial-slider {
  padding: 120px 0;
}

.swiper.testimonial-slider .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  bottom: 30px !important;
  left: 0 !important;
  width: auto !important;
  color: var(--primary_color) !important;
}

.swiper.testimonial-slider .swiper-pagination-current {
  font-weight: 600;
  font-size: 37px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #ffffff;
}

.swiper.testimonial-slider .swiper-pagination-total {
  font-size: 20px;
  color: var(--primary_color);
}

.swiper.testimonial-slider .swiper-button-next {
  top: initial !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px !important;
  width: 80px !important;
  background: #2A2A2A !important;
  -webkit-box-shadow: 0px 0px 50px rgba(53, 51, 83, 0.06);
          box-shadow: 0px 0px 50px rgba(53, 51, 83, 0.06);
  bottom: 0;
  color: #ffffff;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  right: 10px !important;
  left: auto !important;
  background: #17161A !important;
}

.swiper.testimonial-slider .swiper-button-next:hover {
  background-color: #17161A !important;
}

.swiper.testimonial-slider .swiper-button-next::after {
  font-size: 20px !important;
}

.swiper.testimonial-slider .swiper-button-prev {
  top: initial !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px !important;
  width: 80px !important;
  background: #2A2A2A !important;
  -webkit-box-shadow: 0px 0px 50px rgba(53, 51, 83, 0.06);
          box-shadow: 0px 0px 50px rgba(53, 51, 83, 0.06);
  bottom: 0;
  color: #ffffff;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  left: auto !important;
  right: 90px !important;
  background-color: #fff;
}

.swiper.testimonial-slider .swiper-button-prev:hover {
  background-color: #17161A !important;
}

.swiper.testimonial-slider .swiper-button-prev::after {
  font-size: 20px !important;
}

.swiper.testimonial-slider .swiper-rtl .swiper-button-prev {
  right: 10px !important;
  left: auto !important;
  background: #17161A !important;
}

.swiper.testimonial-slider .swiper-rtl .swiper-button-next {
  left: auto !important;
  right: 90px !important;
  background-color: #fff;
}

.testimonial-content {
  position: relative;
  text-align: center;
}

.testimonial-content .quote {
  position: absolute;
  left: 0;
  top: -40px;
}

.testimonial-content .quote i {
  font-size: 100px;
  color: #E4E4E4;
  opacity: 0.05;
}

.testimonial-content p {
  font-weight: 100;
  font-size: 22px;
  text-align: center;
  color: #E4E4E4;
  line-height: 1.5;
  max-width: 970px;
  margin: 0 auto;
}

.testimonial-content p i {
  font-size: 25px;
  color: #525252;
}

.testimonial-content .rating {
  margin-top: 30px;
}

.testimonial-content .rating i {
  color: #FFC107;
  font-size: 20px;
  margin: 0 4px;
}

.testimonial-content .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.testimonial-content .client-info .client-pic {
  min-width: 120px;
}

.testimonial-content .client-info .client-pic img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.testimonial-content .client-info .client-details {
  margin-left: 10px;
  text-align: left;
}

.testimonial-content .client-info .client-details h4 {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #E4E4E4;
  margin-bottom: 5px;
}

.testimonial-content .client-info .client-details span {
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #949494;
}

.latest-news .title.black h2 {
  margin-bottom: 50px;
}

.signle-news {
  border-radius: 2px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(53, 51, 83, 0.06);
          box-shadow: 0px 0px 50px rgba(53, 51, 83, 0.06);
  position: relative;
  overflow: hidden;
}

.signle-news .tag {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}

.signle-news .tag a {
  display: inline-block;
  min-width: 140px;
  background: #232226;
  border-radius: 2px;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

.signle-news .post-img {
  overflow: hidden;
  -webkit-transition: height 0ms 400ms, opacity 400ms 0ms;
  transition: height 0ms 400ms, opacity 400ms 0ms;
}

.signle-news .post-img a img {
  width: 100%;
  height: 222px;
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.signle-news:hover .tag a {
  background-color: var(--primary_color);
}

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

.blog-categories .categories a {
  display: inline-block;
  min-width: 140px;
  background: #232226;
  border-radius: 2px;
  padding: 5px 20px;
  margin: 0 10px 10px 0;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

.blog-categories .categories a:hover {
  background-color: var(--primary_color);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.news-content {
  padding: 20px;
}

.news-content h3 {
  margin: 20px 0 10px 0;
  font-weight: 600;
  font-size: 25px;
  word-break: break-all;
  text-transform: capitalize;
}

.news-content p {
  font-weight: normal;
  font-size: 16px;
  color: #272727;
  margin: 0;
}

.news-content .author, .blog-details .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-content .author-pic img, .blog-details .author-pic img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.news-content .author-info h5, .blog-details .author-info h5 {
  margin-bottom: 5px;
}

.news-content .author-info h5 a, .blog-details .author-info h5 a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #232226;
}

.news-content .author-info time, .blog-details .author-info time {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #6A696C;
}

@media (max-width: 767px) {
  .news-content, .blog-details {
    width: 100%;
  }
}

.latest-news .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-shadow: 0px 0px 2px #f1f0f0;
          box-shadow: 0px 0px 2px #f1f0f0;
  padding: 5px 15px;
  border-radius: 10px;
  position: relative;
  background: #ffffff;
  margin: -50px auto 0 auto;
  gap: 10px;
}

@media (max-width: 1199px) {
  .latest-news .author {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .latest-news .author {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.latest-news .author-pic img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .latest-news .author-pic {
    margin-bottom: 10px;
  }
}

.latest-news .author-info h5 {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
}

.latest-news .author-info h5 small {
  font-size: 12px;
  font-weight: 400;
}

.latest-news .author-info h5 a {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #232226;
}

.latest-news .author-info span {
  font-weight: 400;
  font-size: 14px;
}

.latest-news .author-info time {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #6A696C;
}

@media (max-width: 767px) {
  .latest-news {
    width: 100%;
  }
}

.view-btn {
  margin-top: 23px;
  margin-left: 10px;
  margin-bottom: 9px;
}

.view-btn a {
  font-weight: 600;
  font-size: 16px;
  color: #232226;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.view-btn a:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  background: var(--primary_color);
  opacity: 0.35;
  border-radius: 50%;
  left: -10px;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.view-btn a:hover {
  color: var(--primary_color);
}

.lets-talk {
  background-image: url(../img/letstalk-bg.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.lets-talk:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #111215;
  z-index: -1;
}

.lets-talk .title.special h1 {
  margin-bottom: 0;
}

.footer-wrapper {
  position: relative;
  background-color: #121212;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.footer-widget .footer-logo {
  margin-bottom: 30px;
}

.footer-widget .footer-logo a img {
  width: auto;
}

.footer-widget h3 {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.footer-widget .location h4 {
  display: inline-block;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 15px;
  position: relative;
}

.footer-widget .location h4:before {
  position: absolute;
  content: "";
  width: 100%;
  border: 1.5px solid var(--primary_color);
  left: 0;
  bottom: -2px;
}

.footer-widget .location p {
  font-weight: 500;
  color: #FFFFFF;
  font-size: 15px;
}

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

.footer-widget .menu li {
  display: block;
  padding-bottom: 15px;
}

.footer-widget .menu li:last-child {
  padding-bottom: 0;
}

.footer-widget .menu li a {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 0;
  color: #FFFFFF;
  display: inline-block;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.footer-widget .menu li a:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  height: 10px;
  width: 10px;
  background-color: var(--primary_color);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.footer-widget .menu li a:hover {
  color: var(--primary_color);
  padding-left: 15px;
}

.footer-widget .menu li a:hover:before {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.social-media-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-media-icons li {
  display: inline-block;
  padding-right: 30px;
}

.social-media-icons li a {
  display: inline-block;
  border: 1px solid #28292B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  -webkit-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
}

.social-media-icons li a:hover {
  background-color: var(--primary_color);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.number p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0;
}

.office-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.office-mail p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0;
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.address p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0;
}

.phone a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  display: block;
  padding-bottom: 5px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.phone a:hover {
  color: var(--primary_color);
}

.email a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  display: block;
  padding-bottom: 5px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.email a:hover {
  color: var(--primary_color);
}

.num-icon {
  min-width: 35px;
}

.num-icon i {
  color: var(--primary_color);
  font-size: 20px;
}

.mail-icon {
  min-width: 35px;
}

.mail-icon i {
  color: var(--primary_color);
  font-size: 20px;
}

.address-icon {
  min-width: 35px;
}

.address-icon i {
  color: var(--primary_color);
  font-size: 20px;
}

.footer-bottom {
  padding: 30px 0;
  border-top: 2px solid #292929;
}

.footer-bottom .copy-txt span {
  font-size: 14px;
  color: #FFFFFF;
}

.footer-bottom .copy-txt span a {
  font-weight: 700;
  color: #fff;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.footer-bottom .copy-txt span a:hover {
  color: var(--primary_color);
}

.footer-bottom .footer-bottom-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bottom .footer-bottom-menu li {
  display: inline-block;
}

.footer-bottom .footer-bottom-menu li a {
  position: relative;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  padding: 0 20px;
  line-height: 1;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.footer-bottom .footer-bottom-menu li a:before {
  border-right: 1px solid #fff;
  position: absolute;
  content: "";
  height: 60%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-bottom .footer-bottom-menu li a:hover {
  color: var(--primary_color);
}

.footer-bottom .footer-bottom-menu li:last-child a {
  padding-right: 0;
}

.footer-bottom .footer-bottom-menu li:last-child a:before {
  display: none;
}

.footer-bottom .footer-bottom-menu li:first-child a {
  padding-left: 0;
}

body.dark {
  background-color: #18191D;
}

.about-left.dark p {
  color: #B3B3B3;
}

.about-left.dark .our-mission .msn-content h5 {
  color: #FFFFFF;
}

.about-left.dark .our-mission .msn-content p {
  color: #B3B3B3;
}

.valuable-skills.dark .signle-bar h6 {
  color: #ffffff;
}

.valuable-skills.dark .signle-bar .barfiller .tip {
  color: #ffffff !important;
}

.signle-news.dark {
  background: #111111;
  -webkit-box-shadow: 0px 0px 50px rgba(53, 51, 83, 0.06);
          box-shadow: 0px 0px 50px rgba(53, 51, 83, 0.06);
}

.signle-news.dark .author-info h5 {
  color: #18191d;
}

.signle-news.dark .news-content h3 a {
  color: #fff;
}

.signle-news.dark .news-content h3 a:hover {
  color: var(--primary_color);
}

.signle-news.dark .news-content p {
  color: #b3b3b3;
}

.signle-news.dark .view-btn a {
  color: var(--primary_color);
}

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

.office-group-img {
  position: relative;
}

.office-group-img img {
  width: 100%;
  border-radius: 10px;
}

.office-group-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #111111;
  opacity: 0.4;
  border-radius: 10px;
}

.cto-message-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 370px;
  margin-left: auto;
  right: inherit;
}

@media (max-width: 576px) {
  .cto-message-wrapper {
    position: relative;
    max-width: 100%;
  }
}

.cto-message {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 40px 80px rgba(23, 42, 65, 0.06);
          box-shadow: 0px 40px 80px rgba(23, 42, 65, 0.06);
  padding: 25px 20px;
  text-align: left;
  border-radius: 0px 20px 0px 5px;
}

.cto-message h4 {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: #111111;
}

.cto-message h4 span {
  font-weight: normal;
  font-size: 17px;
  text-transform: capitalize;
  color: #111111;
  opacity: 0.5;
}

.cto-message p {
  font-size: 16px;
  text-transform: capitalize;
  color: #272727;
}

.cto-message img {
  margin: 0 auto;
  display: block;
  width: auto;
}

@media (max-width: 576px) {
  .cto-message {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.story-right p {
  font-weight: normal;
  font-size: 16px;
  color: #272727;
  margin-bottom: 30px;
}

.story-skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.story-skills .skill-card .percent {
  position: relative;
}

.story-skills .skill-card svg {
  position: relative;
  width: 210px;
  height: 210px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.story-skills .skill-card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 10;
  stroke-linecap: round;
}

.story-skills .skill-card svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
  stroke: #3498db;
}

.story-skills .skill-card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.story-skills .skill-card .number h3 {
  font-weight: 200;
  font-size: 3.5rem;
}

.story-skills .skill-card .number h3 span {
  font-size: 2rem;
}

.story-skills .skill-card .title h2 {
  margin: 15px 0 0;
  color: #19191d;
  font-size: 18px;
  text-align: center;
}

.story-skills .skill-card:nth-child(1) svg circle:last-of-type {
  stroke: #f39c12;
}

.story-skills .skill-card:nth-child(2) svg circle:last-of-type {
  stroke: #2ecc71;
}

.story-skill {
  position: relative;
}

.story-skill > span {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.story-skill .progress-bar-circle {
  position: relative;
  height: 170px;
  width: 170px;
  min-width: 180px;
  background-color: transparent;
}

.story-skill .progress-bar-circle div {
  position: absolute;
  height: 170px;
  width: 170px;
  border-radius: 50%;
}

.story-skill .progress-bar-circle div span {
  color: #18191D;
  position: absolute;
  font-size: 26px;
  font-weight: 700;
  line-height: 166px;
  height: 166px;
  width: 166px;
  left: 50%;
  top: 50%;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.story-skill .progress-bar-circle div span b {
  position: absolute;
  left: 50%;
  top: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 600;
}

.story-skill .progress-bar-circle .background {
  background-color: #000 !important;
}

.story-skill .progress-bar-circle .rotate {
  clip: rect(0 85px 170px 0);
  background-color: #D6D6D6 !important;
}

.story-skill .progress-bar-circle .left {
  clip: rect(0 85px 170px 0);
  opacity: 1;
  background-color: #D6D6D6 !important;
}

.story-skill .progress-bar-circle .right {
  clip: rect(0 85px 170px 0);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  background-color: #D6D6D6 !important;
}

.how-we-work .title.black {
  margin-bottom: -80px;
}

.how-we-work .title.black h2 {
  margin: 0;
}

.swiper.work-process {
  padding-top: 150px;
}

.swiper.work-process .swiper-button-next {
  height: 40px !important;
  width: 40px !important;
  background: #2A2A2A;
  border-radius: 50%;
  color: #fff !important;
  top: 22px;
  right: 0% !important;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.swiper.work-process .swiper-button-next:hover {
  background-color: var(--primary_color);
}

.swiper.work-process .swiper-button-next::after {
  font-size: 14px !important;
}

.swiper.work-process .swiper-button-prev {
  height: 40px !important;
  width: 40px !important;
  background: #2A2A2A;
  border-radius: 50%;
  color: #fff !important;
  top: 22px;
  right: 0% !important;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  left: auto;
  right: 5% !important;
}

.swiper.work-process .swiper-button-prev:hover {
  background-color: var(--primary_color);
}

.swiper.work-process .swiper-button-prev::after {
  font-size: 14px !important;
}

.swiper.work-process .swiper-rtl .swiper-button-next {
  left: auto;
  right: 5% !important;
}

.work-process-wrapper {
  position: relative;
}

.work-process-wrapper img {
  width: 100%;
}

.work-process-wrapper .work-process-inner {
  position: absolute;
  min-width: 350px;
  left: 0;
  top: 0;
  background: #17161A;
  text-align: center;
  padding: 40px 60px;
}

.work-process-wrapper .work-process-inner b {
  font-weight: bold;
  font-size: 65px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
  opacity: 0.1;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.work-process-wrapper .work-process-inner h4 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 0;
}

#pills-tab {
  margin: 0 !important;
}

#pills-tabContent {
  margin-top: 40px;
}

.nav-pills .nav-link {
  background: #191A1C;
  -webkit-box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
          box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
  border-radius: 50px;
  min-width: 170px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-right: 30px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.nav-pills .nav-link:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.05%, var(--primary_color)), to(#730000)) !important;
  background: linear-gradient(90deg, var(--primary_color) 1.05%, #730000 100%) !important;
  -webkit-box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
          box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
  border-radius: 50px;
}

.nav-pills .nav-link.active {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.05%, var(--primary_color)), to(#730000)) !important;
  background: linear-gradient(90deg, var(--primary_color) 1.05%, #730000 100%) !important;
  -webkit-box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
          box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
  border-radius: 50px;
}

.single-price-box {
  position: relative;
  background: #111111;
  -webkit-box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
          box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
  border-radius: 10px;
  padding: 40px 55px;
  text-align: center;
  z-index: 1;
}

.single-price-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.single-price-box:hover:before {
  visibility: visible;
  opacity: 1;
}

.single-price-box:hover .pay-btn a {
  background: transparent;
  background-color: #0A0A0A;
}

.single-price-box h3 {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.single-price-box h3:before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(1.05%, var(--primary_color)), to(#730000));
  background: linear-gradient(90deg, var(--primary_color) 1.05%, #730000 100%);
  width: 150px;
  height: 2px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single-price-box span {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.single-price-box h2 {
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  color: #E4E4E4;
  margin-top: 40px;
  margin-bottom: 0;
}

.single-price-box h2 sub {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary_color);
  text-transform: capitalize;
}

.single-price-box .feature-list {
  margin-left: 0;
  padding: 0;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 40px;
}

.single-price-box .feature-list li {
  position: relative;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 0;
  list-style: none;
}

.single-price-box .feature-list li i {
  margin-right: 10px;
}

.single-price-box .feature-list li::before {
  font-size: 16px;
  margin-right: 10px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 600;
}

.single-price-box .pay-btn a {
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.05%, var(--primary_color)), to(#730000));
  background: linear-gradient(90deg, var(--primary_color) 1.05%, #730000 100%);
  border-radius: 30px;
  min-width: 200px;
  padding: 15px 30px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.signle-service-details {
  margin-bottom: 120px;
}

.signle-service-details img {
  margin-right: -20px;
  position: relative;
}

.signle-service-details h3 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #17161A;
  margin-bottom: 20px;
}

.signle-service-details p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #272727;
  margin: 0;
}

.single-widgets {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .single-widgets:first-child {
    margin-top: 40px;
  }
}

.single-widgets h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2E2D31;
  margin-bottom: 30px;
  position: relative;
}

.single-widgets h4:before {
  position: absolute;
  content: "";
  background: #111111;
  opacity: 0.5;
  border: 1px solid #111111;
  width: 70px;
  bottom: -5px;
  left: 0;
}

.service-list {
  list-style: none;
}

.service-list li {
  display: block;
}

.service-list li a {
  font-weight: 500;
  font-size: 16px;
  color: #272727;
  display: block;
  position: relative;
  padding-bottom: 20px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.service-list li a i {
  margin-right: 10px;
}

.service-list li a span {
  position: absolute;
  right: 0;
}

.service-list li a:hover {
  color: var(--primary_color);
}

.service-list li:last-child a {
  padding: 0;
}

.widget_search,
.page-search {
  margin-bottom: 40px;
}

.widget_search form,
.page-search form {
  position: relative;
  overflow: hidden;
}

.widget_search form input, .widget_search form .contact-form textarea, .contact-form .widget_search form textarea,
.page-search form input,
.page-search form .contact-form textarea,
.contact-form .page-search form textarea {
  height: 50px;
  background: #212121;
  border-radius: 3px;
  width: 100%;
  border: none;
  padding: 0 70px 0 10px;
  color: #fff;
}

.widget_search form button,
.page-search form button {
  position: absolute;
  margin-top: 0;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.05%, var(--primary_color)), to(#730000));
  background: linear-gradient(90deg, var(--primary_color) 1.05%, #730000 100%);
  border-radius: 0px 3px 3px 0px;
  border: none;
  color: #fff;
  right: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.single-service-work-process h3 {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  color: #17161A;
}

.single-service-work-process h4 {
  font-weight: 600;
  font-size: 26px;
  color: #17161A;
  margin-bottom: 10px;
}

.single-service-work-process .single-step {
  margin-bottom: 40px;
}

.single-service-work-process .single-step .step {
  background: #FFFFFF;
  border: 1px solid rgba(217, 10, 44, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 30px;
  position: relative;
}

.single-service-work-process .single-step .step p {
  font-size: 16px;
  line-height: 28px;
  color: #272727;
  margin: 0;
}

.single-service-work-process .single-step .step .step-count {
  position: absolute;
  right: 28px;
  top: 24px;
}

.single-service-work-process .single-step .step .step-count span {
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  opacity: 0.3;
  -webkit-text-stroke: 1px #17161A;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.single-service-work-process .single-step .step-img img {
  width: 100%;
  border-radius: 5px;
}

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

.project-filter-tab {
  list-style: none;
  margin: 0;
  padding: 0;
}

.project-filter-tab li {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #E4E4E4;
  background-color: #111111;
  -webkit-box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
          box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
  border-radius: 10px;
  padding: 15px 30px;
  cursor: pointer;
}

.project-filter-tab li:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.05%, var(--primary_color)), to(#730000));
  background: linear-gradient(90deg, var(--primary_color) 1.05%, #730000 100%);
}

.project-filter-tab li.active {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.05%, var(--primary_color)), to(#730000));
  background: linear-gradient(90deg, var(--primary_color) 1.05%, #730000 100%);
}

.single-portfolio.masonary {
  margin: 0;
}

.single-portfolio.masonary .portfolio-data {
  border-radius: 0;
}

.single-portfolio.masonary .portfolio-data:before {
  border-radius: 0;
  background-image: url(../img/portfolio2hover.png);
}

.single-portfolio.masonary .portfolio-data a img {
  border-radius: 0;
}

.single-portfolio.masonary .portfolio-inner {
  visibility: hidden;
  opacity: 0;
}

.single-portfolio.masonary:hover .portfolio-inner {
  visibility: visible;
  opacity: 1;
}

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

.process-step {
  text-align: left;
}

.process-step h4 {
  font-weight: bold;
  font-size: 25px;
  text-transform: capitalize;
  color: #111111;
  margin-bottom: 5px;
}

.process-step span {
  font-weight: 500;
  font-size: 16px;
  color: #6A696C;
}

.process-banner {
  margin-top: 60px;
  margin-bottom: 60px;
}

.process-banner img {
  width: 100%;
}

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

.project-overview h3 {
  font-weight: bold;
  font-size: 30px;
  color: #2E2D31;
  margin-bottom: 10px;
}

.project-overview.right h3 {
  text-align: right;
}

.overview-img img {
  width: 100%;
}

.overview-content h2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #2E2D31;
  margin-bottom: 20px;
}

.overview-content p {
  font-weight: normal;
  font-size: 16px;
  color: #272727;
  margin: 0;
}

.project-single-step h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #111111;
  display: block;
  padding: 10px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.project-single-step:hover b {
  color: #FFFFFF;
  background: var(--primary_color);
}

.project-single-step:hover .project-step-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.project-step-img {
  overflow: hidden;
}

.project-step-img img {
  width: 100%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.releted-project h3 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #2E2D31;
  margin-bottom: -40px;
}

.swiper.releted-project-slider {
  padding-top: 110px;
}

.swiper.releted-project-slider .swiper-button-next {
  height: 40px !important;
  width: 40px !important;
  background-color: #2A2A2A;
  border-radius: 50%;
  color: #fff !important;
  top: 22px;
  right: 0% !important;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.swiper.releted-project-slider .swiper-button-next:hover {
  background-color: var(--primary_color);
}

.swiper.releted-project-slider .swiper-button-next::after {
  font-size: 14px !important;
}

.swiper.releted-project-slider .swiper-button-prev {
  height: 40px !important;
  width: 40px !important;
  background-color: #2A2A2A;
  border-radius: 50%;
  color: #fff !important;
  top: 22px;
  right: 0% !important;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  left: auto;
  right: 5% !important;
}

.swiper.releted-project-slider .swiper-button-prev:hover {
  background-color: var(--primary_color);
}

.swiper.releted-project-slider .swiper-button-prev::after {
  font-size: 14px !important;
}

.swiper.releted-project-slider .swiper-rtl .swiper-button-next {
  left: auto;
  right: 5% !important;
}

.office-info {
  text-align: center;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  min-height: 250px;
  padding: 30px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.office-info:hover {
  border-radius: 50px 5px 5px 5px;
}

.office-info:hover .icon {
  background-color: var(--primary_color);
}

.office-info:hover .icon i {
  color: #fff;
}

.office-info .icon {
  width: 80px;
  height: 80px;
  background-color: var(--primary_color) 30;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.office-info .icon i {
  color: var(--primary_color);
  font-size: 45px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.office-info h4 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #111111;
}

.office-info p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #272727;
  margin: 0;
}

.office-info a {
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #272727;
  padding-bottom: 8px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.office-info a:last-child {
  padding-bottom: 0;
}

.office-info a:hover {
  color: var(--primary_color);
}

.contact-information {
  position: relative;
  margin-top: 120px;
  overflow: hidden;
}

form .contact-form input[type="text"], form .contact-form textarea[type="text"], form .contact-form input[type="email"], form .contact-form textarea[type="email"] {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px !important;
  width: 100%;
  margin-bottom: 40px;
  height: 60px;
  padding: 0 25px;
  color: #000000;
}

form .contact-form input[type="text"]::-webkit-input-placeholder, form .contact-form textarea[type="text"]::-webkit-input-placeholder, form .contact-form input[type="email"]::-webkit-input-placeholder, form .contact-form textarea[type="email"]::-webkit-input-placeholder {
  color: #757575;
}

form .contact-form input[type="text"]:-ms-input-placeholder, form .contact-form textarea[type="text"]:-ms-input-placeholder, form .contact-form input[type="email"]:-ms-input-placeholder, form .contact-form textarea[type="email"]:-ms-input-placeholder {
  color: #757575;
}

form .contact-form input[type="text"]::-ms-input-placeholder, form .contact-form textarea[type="text"]::-ms-input-placeholder, form .contact-form input[type="email"]::-ms-input-placeholder, form .contact-form textarea[type="email"]::-ms-input-placeholder {
  color: #757575;
}

form .contact-form input[type="text"]::placeholder, form .contact-form textarea[type="text"]::placeholder, form .contact-form input[type="email"]::placeholder, form .contact-form textarea[type="email"]::placeholder {
  color: #757575;
}

form .contact-form textarea {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px !important;
  width: 100%;
  margin-bottom: 40px;
  height: 60px;
  padding: 0 25px;
  height: 150px;
  padding: 25px;
  color: #000000;
  resize: none;
}

form .contact-form textarea::-webkit-input-placeholder {
  color: #757575;
}

form .contact-form textarea:-ms-input-placeholder {
  color: #757575;
}

form .contact-form textarea::-ms-input-placeholder {
  color: #757575;
}

form .contact-form textarea::placeholder {
  color: #757575;
}

form .contact-form input[type="submit"], form .contact-form textarea[type="submit"] {
  max-width: 180px;
  background-color: var(--primary_color);
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  border: 2px solid transparent;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

form .contact-form input[type="submit"]:hover, form .contact-form textarea[type="submit"]:hover {
  color: #272727;
  background-color: transparent;
  border: 2px solid var(--primary_color);
}

.google-map {
  position: absolute;
  right: 0;
  top: 0;
}

.google-map iframe {
  width: 850px;
  height: 570px;
}

.widget-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.widget-cnt:last-child {
  margin: 0;
}

.widget-cnt .wi {
  max-width: 105px;
  height: auto;
  overflow: hidden;
}

.widget-cnt .wi a img {
  width: 100%;
  background: #C4C4C4;
  border-radius: 3px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.widget-cnt .wc {
  margin-left: 20px;
}

.widget-cnt .wc h6 {
  margin-bottom: 5px;
}

.widget-cnt .wc h6 a {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #2E2D31;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.widget-cnt .wc time {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #6A696C;
}

.widget-cnt:hover .wi a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.widget-cnt:hover .wc h6 a {
  color: var(--primary_color);
}

.tag-list {
  list-style: none;
}

.tag-list li {
  display: inline-block;
}

.tag-list li a {
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  color: #A0A0A0;
  border: 1px solid #A0A0A0;
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 5px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.tag-list li a:hover {
  color: #ffffff;
  border: 1px solid var(--primary_color);
  background-color: var(--primary_color);
}

.widget-banner {
  position: relative;
}

.widget-banner img {
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
}

.banner-content {
  background: rgba(17, 17, 17, 0.95);
  border-radius: 10px;
  position: absolute;
  height: 90%;
  width: 90%;
  top: 5%;
  left: 5%;
  text-align: center;
}

.banner-content .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 30px;
}

.banner-content .banner-inner h2 {
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.banner-content .banner-inner .cmn-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination {
  display: block;
  list-style: none;
  text-align: center;
  margin-top: 50px;
}

.pagination .page-title {
  font-size: 16px;
  font-weight: 600;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #D3D3D3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  color: #D3D3D3;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.pagination li a:hover {
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
}

.pagination li span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #D3D3D3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  color: #D3D3D3;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.pagination li span:hover {
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
}

.pagination li span.current {
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
}

.pagination li.active a {
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
}

.signle-news-list {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 0px 50px rgba(53, 51, 83, 0.06);
          box-shadow: 0px 0px 50px rgba(53, 51, 83, 0.06);
}

.signle-news-list .post-img {
  position: relative;
}

.signle-news-list .news-content {
  padding: 0 20px 25px 20px;
  position: relative;
}

.signle-news-list .news-content .post-author-details {
  background: #FFFFFF;
  -webkit-box-shadow: 4px 5px 50px rgba(53, 51, 83, 0.1);
          box-shadow: 4px 5px 50px rgba(53, 51, 83, 0.1);
  border-radius: 5px;
  display: inline-block;
  padding: 10px 15px;
  margin-top: -30px;
  position: relative;
}

.signle-news-list .news-content .post-author-details .author {
  margin: 0;
  gap: 15px;
}

@media (max-width: 767px) {
  .signle-news-list .news-content .post-author-details .author {
    margin-bottom: 0 !important;
  }
}

.signle-news-list .news-content .post-author-details time {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #A4A4A4;
  display: block;
  margin-bottom: 0;
}

.signle-news-list .news-content .comment {
  position: absolute;
  right: 20px;
  top: 15px;
}

.signle-news-list .news-content .comment span {
  font-weight: normal;
  font-size: 17px;
  color: #6A696C;
  text-transform: capitalize;
}

.signle-news-list .news-content .comment span i {
  margin-right: 5px;
}

.signle-news-list.post-gallery .news-content, .signle-news-list.post-video .news-content, .signle-news-list.post-audio .news-content, .signle-news-list.blog-post-quote .news-content {
  margin-top: 40px;
}

.signle-news-list.post-gallery .author, .blog-details .author {
  gap: 15px;
}

.signle-news-list.post-gallery .post-gallery .swiper, .blog-details .post-gallery .swiper {
  height: 400px;
}

@media (max-width: 1199px) {
  .signle-news-list.post-gallery .post-gallery .swiper, .blog-details .post-gallery .swiper {
    height: 300px;
  }
}

.signle-news-list.post-video .news-content, .blog-details .news-content {
  margin-top: 40px;
}

.signle-news-list.post-video .post-video iframe, .blog-details .post-video iframe {
  height: 400px;
}

.signle-news-list.post-audio .post-audio {
  width: 100%;
}

.blog-post-area .format-quote .blog-details {
  margin-bottom: 50px;
}

.signle-news-list.blog-post-quote .post-formate-quote blockquote {
  margin-top: 0;
}

.signle-news-list.blog-post-quote .post-formate-quote blockquote::before {
  font-size: 24px;
  top: 30px;
  color: var(--primary_color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Font Awesome 5 Free';
  content: "\f10d";
  font-weight: 600;
}

.blog-details h3 {
  font-weight: 600;
  font-size: 25px;
  color: #2E2D31;
  line-height: 36px;
  margin-bottom: 20px;
}

.blog-details p {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #272727;
}

.blog-details h4 {
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  color: #2E2D31;
  margin-bottom: 10px;
  margin-top: 20px;
}

.blog-details .post-audio, .blog-details .post-video, .blog-details .post-gallery, .blog-details .post-formate-quote {
  margin-bottom: 20px;
}

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

.author-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author-comments .comments {
  min-width: 240px;
  text-align: right;
}

.author-comments .comments span {
  text-transform: capitalize;
}

.author-comments .comments span i {
  margin-right: 5px;
}

.author-comments .author {
  margin: 0;
}

.blog-quate {
  margin: 30px 0;
}

.blog-quate blockquote {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-quate blockquote p {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.03em;
  color: #545454;
  display: inline-block;
  margin-bottom: 0;
}

.blog-quate b {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: var(--primary_color);
  padding-left: 40px;
}

.blog-quate b:before {
  position: absolute;
  content: "";
  left: 0;
  width: 30px;
  border: 1px solid var(--primary_color);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}

.quote-left {
  min-width: 70px;
  margin-top: -10px;
}

.quote-left i {
  font-size: 50px;
  color: #E4E4E4;
}

.quote-right {
  min-width: 70px;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.quote-right i {
  font-size: 50px;
  color: #E4E4E4;
}

.blog-banner-img {
  margin-bottom: 40px;
}

.blog-banner-img img {
  width: 100%;
}

.tags {
  display: inline-block;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.tags h4 {
  margin-right: 15px;
  float: left;
  margin-top: 10px;
}

.tags a {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #5e5e5e;
  display: inline-block;
  padding: 9px 16px;
  border: 1px solid #EEEEEE;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.tags a:hover {
  color: #ffffff;
  border: 1px solid var(--primary_color);
  background-color: var(--primary_color);
}

.share-now {
  text-align: end;
}

.share-now span {
  text-align: center;
  border: 1px solid #000;
  border-radius: 30px;
  display: inline-block;
  min-width: 190px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.share-now .social-share {
  list-style: none;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 10px 20px;
  min-width: 190px;
  display: none;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.share-now .social-share li {
  display: inline-block;
  margin: 0;
}

.share-now .social-share li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.share-now .social-share li a:hover {
  color: var(--primary_color);
}

.share-now:hover .social-share {
  display: inline-block;
}

.share-now:hover span {
  display: none;
}

.single-comments {
  display: -webkit-box;
  margin-bottom: 40px;
}

.single-comments:last-child {
  margin: 0;
}

.blog-details .author-info time {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #6A696C;
}

.blog-post-area .blog-comments, .page-wrapper .blog-comments {
  padding-top: 55px;
}

.blog-post-area .blog-comments h3, .page-wrapper .blog-comments h3 {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 40px;
}

.blog-post-area .blog-comments .comment-content, .page-wrapper .blog-comments .comment-content {
  margin-top: 20px;
}

.blog-post-area .blog-comments .single-comment, .page-wrapper .blog-comments .single-comment {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.blog-post-area .blog-comments .single-comment:last-child, .page-wrapper .blog-comments .single-comment:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .blog-post-area .blog-comments .single-comment .author-details .author-img img, .page-wrapper .blog-comments .single-comment .author-details .author-img img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  .blog-post-area .blog-comments .single-comment .author-details .author-info h4, .page-wrapper .blog-comments .single-comment .author-details .author-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .blog-post-area .blog-comments .single-comment .author-details .author-info time, .page-wrapper .blog-comments .single-comment .author-details .author-info time {
    font-size: 12px;
  }
  .blog-post-area .blog-comments .single-comment .author-details .reply-link img, .page-wrapper .blog-comments .single-comment .author-details .reply-link img {
    width: 12px;
  }
  .blog-post-area .blog-comments .single-comment .author-details .reply-link a, .page-wrapper .blog-comments .single-comment .author-details .reply-link a {
    font-size: 12px;
  }
}

.blog-post-area .blog-comments .children, .page-wrapper .blog-comments .children {
  margin-bottom: 40px;
}

.blog-post-area .blog-comments .author-info, .page-wrapper .blog-comments .author-info {
  position: relative;
}

.blog-post-area .blog-comments .author-info h4, .page-wrapper .blog-comments .author-info h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #111111;
  margin-top: 0;
  margin-bottom: 10px;
}

.blog-post-area .blog-comments .author-info time, .page-wrapper .blog-comments .author-info time {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #A4A4A4;
  display: block;
  margin-bottom: 0;
}

.blog-post-area .blog-comments .author-info p, .page-wrapper .blog-comments .author-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #272727;
  margin: 0;
  margin-top: 10px;
  line-height: 28px;
}

.blog-post-area .blog-comments .author-img img, .page-wrapper .blog-comments .author-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-post-area .blog-comments .reply, .page-wrapper .blog-comments .reply {
  position: absolute;
  right: 0;
  top: 22px;
}

.blog-post-area .blog-comments .reply a, .page-wrapper .blog-comments .reply a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111111;
  cursor: pointer;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.blog-post-area .blog-comments .reply a:hover, .page-wrapper .blog-comments .reply a:hover {
  color: var(--primary_color);
}

.blog-post-area .blog-comments .reply a img, .page-wrapper .blog-comments .reply a img {
  margin-right: 5px;
}

.page-wrapper .blog-comments {
  margin-top: 20px;
}

.blog-comment-form {
  margin-top: 80px;
}

.blog-comment-form h3 {
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  color: #00152B;
  margin-bottom: 40px;
}

.blog-comment-form form input[type="text"], .blog-comment-form form .contact-form textarea[type="text"], .contact-form .blog-comment-form form textarea[type="text"] {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  height: 60px;
  margin-bottom: 35px;
  padding: 0 20px;
  width: 100%;
  font-size: 15px;
}

.blog-comment-form form input[type="email"], .blog-comment-form form .contact-form textarea[type="email"], .contact-form .blog-comment-form form textarea[type="email"] {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  height: 60px;
  margin-bottom: 35px;
  padding: 0 20px;
  width: 100%;
  font-size: 15px;
}

.blog-comment-form form textarea {
  height: 250px;
  resize: none;
  padding: 20px;
  border-radius: 30px;
}

.blog-comment-form form input[type="submit"], .blog-comment-form form .contact-form textarea[type="submit"], .contact-form .blog-comment-form form textarea[type="submit"] {
  width: 200px;
  background: var(--primary_color);
  border: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
  border: 2px solid transparent;
  border-radius: 30px;
  height: 60px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.blog-comment-form form input[type="submit"]:hover, .blog-comment-form form .contact-form textarea[type="submit"]:hover, .contact-form .blog-comment-form form textarea[type="submit"]:hover {
  color: #000;
  border: 2px solid var(--primary_color);
  background: transparent;
}

.notfound-error {
  min-height: 850px;
  background-color: #18191D;
}

.error-area-wrapper h3 {
  font-size: 32px;
  margin-top: 25px;
}

.error-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 850px;
}

.error-wrapper .error-content h2 {
  -webkit-text-stroke: 2px var(--primary_color);
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.error-wrapper .error-content h1 {
  font-weight: bold;
  font-size: 56px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.error-wrapper .error-content p {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 45px;
}

.error-wrapper .error-img img {
  width: 100%;
}

.comming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #18191D;
  overflow: hidden;
}

.comming-soon-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 120px;
  min-width: 50%;
}

.cngs-content h1 {
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5px #fff;
  -webkit-text-fill-color: transparent;
}

.cngs-content p {
  font-size: 15px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0;
}

#timer {
  margin: 50px 0;
}

#timer div {
  display: inline-block;
  min-width: 80px;
  margin: 15px;
}

#timer div b {
  font-size: 60px;
  line-height: 60px;
  opacity: 0.3;
  -webkit-text-stroke: 1.5px #fff;
  -webkit-text-fill-color: transparent;
}

#timer div span {
  display: block;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.subscribe-mail form input, .subscribe-mail form .contact-form textarea, .contact-form .subscribe-mail form textarea {
  background: #26272B;
  border-radius: 5px;
  height: 60px;
  min-width: 350px;
  padding: 0 10px;
  color: #fff;
  border: none;
}

.subscribe-mail form input[type="submit"], .subscribe-mail form .contact-form textarea[type="submit"], .contact-form .subscribe-mail form textarea[type="submit"] {
  background-color: #595959;
  border-radius: 5px;
  min-width: 170px;
  padding: 10px 20px;
  margin-left: 10px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.subscribe-mail form input[type="submit"]:hover, .subscribe-mail form .contact-form textarea[type="submit"]:hover, .contact-form .subscribe-mail form textarea[type="submit"]:hover {
  background-color: var(--primary_color);
}

.social-icons {
  list-style: none;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.social-icons li {
  display: block;
}

.social-icons li a {
  display: inline-block;
  background: #111111;
  border-radius: 10px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin: 10px 0;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.social-icons li a:hover {
  background: var(--primary_color);
}

.comming-soon-right {
  min-width: 50%;
  background-color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .title h2 {
    font-size: 48px;
  }
  .hero-content-img {
    max-width: 500px;
  }
  .hero-content {
    max-width: 500px;
    padding: 30px 20px;
  }
  .hero-content h2 {
    font-size: 40px;
    margin-top: 35px;
  }
  .hero-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .hero-content h1 span {
    font-size: 48px;
  }
  .hero-content p {
    line-height: initial;
    margin-bottom: 20px;
  }
  .single-service {
    padding: 20px 20px;
  }
  .about-skills {
    padding: 20px;
    width: 425px;
  }
  .our-clients {
    padding: 120px 30px;
  }
  .single-client {
    padding: 20px 10px;
  }
  .news-content h3 a {
    font-size: 24px;
  }
  .social-media-icons li {
    padding-right: 25px;
  }
  .story-right .title.black h2 {
    font-size: 48px;
  }
  .story-right p {
    margin-bottom: 40px;
  }
  .story-skill > span {
    font-size: 14px;
    margin-top: 10px;
  }
  .story-skill .progress-bar-circle {
    height: 140px;
    width: 140px;
    min-width: 150px;
  }
  .story-skill .progress-bar-circle div {
    height: 140px;
    width: 140px;
  }
  .story-skill .progress-bar-circle div span {
    height: 136px;
    width: 136px;
  }
  .story-skill .progress-bar-circle div span b {
    top: -44px;
    font-size: 22px;
  }
  .story-skill .progress-bar-circle .rotate {
    clip: rect(0 70px 140px 0);
  }
  .story-skill .progress-bar-circle .left {
    clip: rect(0 70px 140px 0);
  }
  .story-skill .progress-bar-circle .right {
    clip: rect(0 70px 140px 0);
  }
  .google-map iframe {
    width: 550px;
  }
  .comming-soon-left {
    padding: 0px 40px;
  }
  .subscribe-mail form input[type="submit"], .subscribe-mail form .contact-form textarea[type="submit"], .contact-form .subscribe-mail form textarea[type="submit"] {
    min-width: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header.sticky {
    padding: 10px 20px;
  }
  .title h2 {
    font-size: 48px;
  }
  header {
    padding: 30px 10px;
  }
  .hero-content-img {
    max-width: 420px;
  }
  .hero-content {
    max-width: 400px;
    padding: 20px;
  }
  .hero-content h2 {
    font-size: 40px;
    margin-top: 10px;
  }
  .hero-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .hero-content h1 span {
    font-size: 42px;
  }
  .hero-content p {
    font-size: 14px;
    line-height: initial;
    margin-bottom: 20px;
  }
  .hero-content a {
    font-size: 15px;
    min-width: 160px;
  }
  .hero-content .slider-num {
    right: -100px;
  }
  .hero-content .slider-num span {
    font-size: 80px;
  }
  .single-service {
    padding: 20px;
  }
  .service-icon {
    min-width: 60px;
  }
  .service-icon i {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .service-icon i:before {
    top: -5px;
  }
  .service-icon i:after {
    top: -5px;
  }
  .service-icon i img {
    max-height: 28px;
    max-width: 28px;
  }
  .service-content {
    margin-left: 10px;
  }
  .service-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service-content p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .about-skills {
    padding: 20px;
    width: 80%;
  }
  .swiper.portfolio-slider .swiper-button-prev {
    right: 10% !important;
  }
  .swiper.portfolio-slider .swiper-rtl .swiper-button-next {
    right: 10% !important;
  }
  .single-portfolio .portfolio-inner h4 {
    font-size: 18px;
  }
  .author-info h5 {
    font-size: 18px;
  }
  .social-media-icons li {
    padding-right: 15px;
  }
  .footer-bottom .copy-txt span {
    font-size: 13px;
  }
  .out-story {
    margin-bottom: 120px;
  }
  .story-right .title.black h2 {
    font-size: 40px;
  }
  .story-right p {
    margin-bottom: 40px;
  }
  .story-skill > span {
    font-size: 12px;
    margin-top: 10px;
  }
  .story-skill .progress-bar-circle {
    height: 120px;
    width: 120px;
    min-width: 130px;
  }
  .story-skill .progress-bar-circle div {
    height: 120px;
    width: 120px;
  }
  .story-skill .progress-bar-circle div span {
    height: 116px;
    width: 116px;
  }
  .story-skill .progress-bar-circle div span b {
    top: -44px;
    font-size: 22px;
  }
  .story-skill .progress-bar-circle .rotate {
    clip: rect(0 60px 120px 0);
  }
  .story-skill .progress-bar-circle .left {
    clip: rect(0 60px 120px 0);
  }
  .story-skill .progress-bar-circle .right {
    clip: rect(0 60px 120px 0);
  }
  .how-we-work .title.black {
    margin-bottom: -50px;
  }
  .swiper.work-process {
    padding-top: 110px;
  }
  .single-price-box h3 {
    font-size: 24px;
  }
  .single-price-box h2 {
    font-size: 24px;
  }
  .process-step span {
    font-size: 16px;
  }
  .office-info p {
    font-size: 15px;
  }
  .google-map iframe {
    width: 450px;
  }
  .comming-soon-left {
    padding: 0px 40px;
  }
  #timer {
    margin: 30px 0;
  }
  #timer div {
    margin: 10px;
    min-width: auto;
  }
  #timer div b {
    font-size: 30px;
  }
  #timer div span {
    font-size: 20px;
  }
  .subscribe-mail form input, .subscribe-mail form .contact-form textarea, .contact-form .subscribe-mail form textarea {
    min-width: 280px;
  }
  .subscribe-mail form input[type="submit"], .subscribe-mail form .contact-form textarea[type="submit"], .contact-form .subscribe-mail form textarea[type="submit"] {
    min-width: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.sticky {
    padding: 10px 20px;
  }
  .title h2 b {
    font-size: 55px;
  }
  header {
    padding: 30px 10px;
  }
  .swiper.hero-slider .swiper-pagination {
    left: -2% !important;
  }
  .hero-content-img {
    max-width: 380px;
  }
  .hero-content {
    max-width: 370px;
    padding: 20px;
  }
  .hero-content h2 {
    font-size: 40px;
    margin-top: 0;
  }
  .hero-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .hero-content h1 span {
    font-size: 36px;
  }
  .hero-content p {
    font-size: 14px;
    line-height: initial;
    margin-bottom: 20px;
  }
  .hero-content a {
    font-size: 14px;
    min-width: 150px;
  }
  .hero-content a.about-btn {
    margin-right: 10px;
  }
  .hero-content a.work-btn {
    margin-left: 10px;
  }
  .hero-content .slider-num {
    display: none;
  }
  .social-media {
    right: -135px;
  }
  .service-area .title {
    margin-bottom: 60px;
  }
  .swiper.portfolio-slider .swiper-button-prev {
    right: 12% !important;
  }
  .swiper.portfolio-slider .swiper-rtl .swiper-button-next {
    right: 12% !important;
  }
  .single-portfolio .portfolio-inner h4 {
    font-size: 18px;
  }
  .why-choose-us .title.black h2 {
    font-size: 40px;
  }
  .lets-talk .title.special h1 {
    font-size: 50px;
  }
  .lets-talk .title.special h1 b {
    font-size: 55px;
  }
  .footer-widget h4 {
    font-size: 24px;
  }
  .footer-widget address p {
    font-size: 14px;
  }
  .social-media-icons li {
    padding-right: 5px;
  }
  .social-media-icons li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .footer-menu li a {
    font-size: 15px;
  }
  .number p {
    font-size: 14px;
  }
  .office-mail p {
    font-size: 14px;
  }
  .address p {
    font-size: 14px;
  }
  .phone a {
    font-size: 13px;
  }
  .email a {
    font-size: 13px;
  }
  .num-icon {
    min-width: 30px;
  }
  .num-icon i {
    font-size: 20px;
  }
  .mail-icon {
    min-width: 30px;
  }
  .mail-icon i {
    font-size: 20px;
  }
  .address-icon {
    min-width: 30px;
  }
  .address-icon i {
    font-size: 20px;
  }
  .out-story {
    margin-bottom: 120px;
  }
  .swiper.work-process .swiper-button-prev {
    right: 12% !important;
  }
  .swiper.work-process .swiper-rtl .swiper-button-next {
    right: 12% !important;
  }
  .pricing-plan .or2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pricing-plan .or1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .nav-pills .nav-link {
    margin-bottom: 30px;
  }
  .single-price-box {
    padding: 40px 30px;
    margin-bottom: 30px;
  }
  .project-filter-tab li {
    font-size: 14px;
    padding: 10px 20px;
  }
  .process-step h4 {
    font-size: 20px;
  }
  .process-step span {
    font-size: 16px;
  }
  .swiper.releted-project-slider .swiper-button-prev {
    right: 10% !important;
  }
  .swiper.releted-project-slider .swiper-rtl .swiper-button-next {
    right: 10% !important;
  }
  .office-info {
    margin-bottom: 30px;
  }
  .google-map {
    position: static;
  }
  .google-map iframe {
    width: 100%;
  }
  .blog-news .or2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .blog-news .or1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .widget-banner {
    margin-bottom: 50px;
  }
  .banner-content .banner-inner h2 {
    font-size: 38px;
    line-height: 55px;
  }
  .single-comments:nth-child(odd) {
    margin-left: 0;
  }
  .error-wrapper .error-content h1 {
    font-size: 38px;
  }
  .comming-soon-left {
    min-width: 100%;
    padding: 0px 40px;
  }
  .social-icons {
    right: 15px;
  }
  .comming-soon-right {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-content {
    max-width: 100%;
  }
  header.sticky {
    padding: 20px 0;
  }
  .title {
    text-align: center;
  }
  .title h2 {
    font-size: 30px;
  }
  .title h2 b {
    font-size: 30px;
    font-weight: 300;
  }
  .title.special h2 b {
    font-size: 50px;
  }
  .breadcrumbs {
    text-align: center;
    min-height: auto;
    padding: 110px 0 65px 0;
  }
  .breadcrumb-wrapper {
    text-align: center;
    min-height: auto;
  }
  .breadcrumb-wrapper h1 {
    font-size: 40px !important;
    margin-top: 30px;
  }
  header {
    padding: 30px 10px;
  }
  .get-quate.dn {
    display: block;
  }
  .get-quate {
    display: none;
  }
  .swiper.hero-slider .swiper-pagination {
    display: none;
  }
  .hero-content-wrapper {
    display: block;
    height: auto;
    margin-top: 180px;
  }
  .hero-content-wrap {
    display: block;
  }
  .hero-content-img {
    display: none;
  }
  .hero-content {
    padding: 20px;
    margin-left: 0;
  }
  .hero-content h2 {
    font-size: 30px;
    right: 10px;
    top: -40px;
    font-size: 40px;
    top: -50px;
  }
  .hero-content h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .hero-content h1 span {
    font-size: 30px;
  }
  .hero-content p {
    font-size: 13px;
    line-height: initial;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .hero-content a {
    font-size: 13px;
    min-width: 130px;
  }
  .hero-content a.about-btn {
    margin: 0;
  }
  .hero-content a.work-btn {
    margin: 0;
  }
  .hero-content .slider-num {
    display: none;
  }
  .social-media {
    text-align: center;
    position: initial;
    -webkit-transform: none;
            transform: none;
    padding: 30px 10px 80px 10px;
  }
  .social-media .social-list {
    -webkit-transform: none;
            transform: none;
    margin: 0;
    padding: 0;
  }
  .social-media .social-list li a {
    font-size: 14px;
  }
  .service-area {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .service-area .title {
    margin-bottom: 60px;
  }
  .single-service {
    display: block;
    padding: 20px;
    text-align: center;
  }
  .service-icon {
    margin-bottom: 40px;
  }
  .service-content {
    margin: 0;
  }
  .about-area {
    margin: 80px 0;
  }
  .about-left {
    padding: 0px 10px;
    margin-bottom: 50px;
  }
  .about-left .our-mission {
    display: block;
    text-align: center;
  }
  .about-left .our-mission .msn-content {
    margin: 25px 0;
  }
  .about-left .cmn-btn {
    text-align: center;
  }
  .about-right .group-images {
    margin: 0;
  }
  .about-right .group-images .about-top {
    margin-top: 30px;
    position: static;
  }
  .about-right .group-images .about-top img {
    width: 100%;
  }
  .about-skills {
    display: block;
    width: 90%;
  }
  .about-skills .signle-skill {
    margin-bottom: 10px;
  }
  .about-skills .signle-skill.xsm {
    margin-bottom: 0;
  }
  .single-count {
    margin-bottom: 30px;
  }
  .single-count.xsm {
    margin-bottom: 0;
  }
  .subscribes h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .subscribes h2 span {
    font-size: 40px;
    margin-bottom: 40px;
  }
  form .subscribe-form {
    padding: 0px 10px;
  }
  form .subscribe-form input, form .subscribe-form .contact-form textarea, .contact-form form .subscribe-form textarea {
    height: 50px;
  }
  form .subscribe-form input[type="submit"], form .subscribe-form .contact-form textarea[type="submit"], .contact-form form .subscribe-form textarea[type="submit"] {
    width: 130px;
    font-size: 14px;
    right: 15px;
    height: 40px;
  }
  form .subscribe-form input[type="email"], form .subscribe-form .contact-form textarea[type="email"], .contact-form form .subscribe-form textarea[type="email"] {
    padding: 0 140px 0 20px;
  }
  .swiper.portfolio-slider .swiper-button-next {
    display: none;
  }
  .swiper.portfolio-slider .swiper-button-prev {
    display: none;
  }
  .why-choose-us {
    margin: 80px 0;
  }
  .why-choose-us .title.black {
    margin-bottom: 50px;
  }
  .testimonial-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .testimonial-content .client-info {
    margin-bottom: 30px;
  }
  .testimonial-content .client-info .client-pic {
    min-width: 100px;
  }
  .testimonial-content .client-info .client-pic img {
    height: 80px;
    width: 80px;
  }
  .testimonial-content .client-info .client-details h4 {
    font-size: 20px;
  }
  .testimonial-content .client-info .client-details span {
    font-size: 16px;
  }
  .author {
    margin-bottom: 30px !important;
  }
  .lets-talk {
    padding: 80px 0;
  }
  .lets-talk .title.special {
    text-align: center;
  }
  .getin-touch {
    text-align: center;
    margin-top: 20px;
  }
  .footer-widget {
    margin-bottom: 50px;
  }
  .footer-widget.widget_egns_social_links {
    margin-top: -20px;
  }
  .footer-bottom {
    margin-top: 30px !important;
  }
  .footer-bottom .copy-txt {
    text-align: center;
  }
  .footer-bottom .copy-txt span {
    font-size: 13px;
  }
  .footer-bottom .footer-bottom-menu {
    margin-top: 30px;
    text-align: center;
  }
  .footer-bottom .footer-bottom-menu li a {
    padding: 0;
    padding-right: 10px;
  }
  .footer-bottom .footer-bottom-menu li a:before {
    display: none;
  }
  .story-right {
    margin: 80px 0 50px 0;
  }
  .story-skills {
    display: block;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    width: auto;
    text-align: center;
  }
  .story-skill {
    display: inline-block;
    margin-bottom: 30px;
  }
  .story-skill > span {
    font-size: 12px;
    margin-top: 10px;
  }
  .story-skill .progress-bar-circle {
    height: 110px;
    width: 110px;
    min-width: 120px;
  }
  .story-skill .progress-bar-circle div {
    height: 110px;
    width: 110px;
  }
  .story-skill .progress-bar-circle div span {
    height: 106px;
    width: 106px;
  }
  .story-skill .progress-bar-circle div span b {
    top: -44px;
    font-size: 22px;
  }
  .story-skill .progress-bar-circle .rotate {
    clip: rect(0 55px 110px 0);
  }
  .story-skill .progress-bar-circle .left {
    clip: rect(0 55px 110px 0);
  }
  .story-skill .progress-bar-circle .right {
    clip: rect(0 55px 110px 0);
  }
  .how-we-work .title.black {
    margin-bottom: 0;
  }
  .swiper.work-process {
    padding-top: 40px;
  }
  .swiper.work-process .swiper-button-next {
    display: none;
  }
  .swiper.work-process .swiper-button-prev {
    display: none;
    right: 22% !important;
  }
  .swiper.work-process .swiper-rtl .swiper-button-next {
    right: 22% !important;
  }
  .work-process-wrapper .work-process-inner {
    padding: 30px 60px;
  }
  .pricing-plan {
    margin-top: 0;
  }
  .pricing-plan .or2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pricing-plan .or1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #pills-tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-pills .nav-link {
    min-width: 140px;
    font-size: 14px;
    margin-right: 0;
    margin: 0 5px;
  }
  .single-price-box {
    padding: 40px 30px;
  }
  .service-details {
    margin: 80px 0 50px 0;
  }
  .service-details .or2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .service-details .or1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .signle-service-details {
    margin-bottom: 50px;
  }
  .signle-service-details .or2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .signle-service-details .or1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single-service-work-process .single-step .step {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .single-service-work-process .single-step .step-img {
    margin-bottom: 30px;
  }
  .project-area {
    margin: 80px 0;
  }
  .project-filter-tab li {
    font-size: 12px;
    padding: 10px 15px;
  }
  .project-details-area {
    margin: 80px 0;
  }
  .process-step h4 {
    font-size: 17px;
  }
  .process-step span {
    font-size: 14px;
  }
  .process-banner {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .project-overview {
    margin-bottom: 50px;
  }
  .project-overview .or1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .project-overview .or2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .project-overview .or3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .project-overview .or4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .project-overview h3 {
    text-align: center;
  }
  .project-overview.right h3 {
    text-align: center;
  }
  .overview-img {
    margin-bottom: 30px;
  }
  .project-single-step {
    margin-bottom: 30px;
  }
  .releted-project h3 {
    text-align: center;
  }
  .swiper.releted-project-slider {
    padding-top: 80px;
  }
  .swiper.releted-project-slider .swiper-button-next {
    display: none;
  }
  .swiper.releted-project-slider .swiper-button-prev {
    display: none;
  }
  .contact-area {
    margin: 80px 0;
  }
  .office-info {
    margin-bottom: 30px;
  }
  .office-info p {
    margin-bottom: 0;
  }
  .contact-information {
    margin-top: 80px;
  }
  .contact-form {
    text-align: center;
  }
  .contact-form h3 {
    font-size: 24px;
  }
  .google-map {
    position: static;
  }
  .google-map iframe {
    width: 100%;
  }
  .blog-news {
    margin: 80px 0;
  }
  .blog-news .or2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .blog-news .or1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .widget-banner {
    margin-bottom: 50px;
  }
  .banner-content .banner-inner h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .signle-news-list .news-content .comment {
    display: none;
  }
  .blog-details {
    margin-right: 0;
  }
  .author-comments {
    display: block;
    margin-bottom: 0;
  }
  .author-comments .comments {
    display: none;
    min-width: auto;
  }
  .quote-left {
    display: none !important;
  }
  .quote-right {
    display: none !important;
  }
  .share-now {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 190px;
  }
  .blog-comments h3 {
    font-size: 24px;
  }
  .author-info h4 {
    font-size: 18px;
  }
  .reply {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
  .single-comments:nth-child(odd) {
    margin-left: 0;
  }
  .blog-comment-form h3 {
    font-size: 24px;
  }
  .notfound-error {
    min-height: 550px;
  }
  .notfound-error .or2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .notfound-error .or1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .error-wrapper {
    min-height: 600px;
  }
  .error-wrapper .error-content {
    padding-top: 50px;
  }
  .error-wrapper .error-content h2 {
    font-size: 30px;
  }
  .error-wrapper .error-content h1 {
    font-size: 30px;
  }
  .error-wrapper .error-img {
    display: none;
  }
  .comming-soon {
    height: auto;
  }
  .comming-soon-left {
    min-width: 100%;
    padding: 0px 40px;
    padding: 30px;
  }
  #timer {
    margin: 30px 0;
    text-align: center;
  }
  .subscribe-mail {
    text-align: center;
  }
  .subscribe-mail form input, .subscribe-mail form .contact-form textarea, .contact-form .subscribe-mail form textarea {
    min-width: 100%;
    margin-bottom: 20px;
  }
  .social-icons {
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    margin-top: 30px;
  }
  .social-icons li {
    display: inline-block;
    padding: 5px 10px;
  }
  .comming-soon-right {
    display: none;
  }
  .footer-bottom {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .title {
    text-align: inherit;
  }
  .get-quate.dn {
    display: none;
  }
  .get-quate {
    text-align: center;
    display: block;
  }
  .hero-content {
    padding: 30px;
  }
  .hero-content h1 {
    font-size: 45px;
  }
  .hero-content h1 span {
    font-size: 55px;
  }
  .hero-content a {
    font-size: 16px;
    min-width: 150px;
  }
  .hero-content a.about-btn {
    margin-right: 15px;
  }
  .hero-content a.work-btn {
    margin-right: 15px;
  }
  .single-service {
    padding: 10px;
  }
  .service-icon {
    margin-bottom: 30px;
  }
  .service-content p {
    font-size: 14px;
  }
  .about-left .our-mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .about-left .our-mission .msn-content {
    margin: 0;
  }
  .about-left .cmn-btn {
    text-align: left;
  }
  .about-right .group-images {
    margin-top: 85px;
    margin-right: 85px;
  }
  .about-right .group-images .about-top {
    margin-top: 0;
    position: absolute;
  }
  .about-right .group-images .about-top img {
    width: auto;
  }
  .about-skills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }
  .subscribes h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .subscribes h2 span {
    font-size: 50px;
  }
  .subscribe-form form input, .subscribe-form form .contact-form textarea, .contact-form .subscribe-form form textarea {
    height: 60px;
  }
  .subscribe-form form input[type="submit"], .subscribe-form form .contact-form textarea[type="submit"], .contact-form .subscribe-form form textarea[type="submit"] {
    height: 50px;
  }
  .footer-bottom .footer-bottom-menu li a {
    padding: 0 20px;
  }
  .footer-bottom .footer-bottom-menu li a:before {
    display: block;
  }
  .quote-left {
    display: block !important;
  }
  .quote-right {
    display: block !important;
  }
  .reply {
    position: absolute;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1650px) {
  .hero-content-img {
    max-width: 600px;
  }
  .hero-content {
    max-width: 570px;
    padding: 50px 30px;
    margin-left: -75px;
  }
  .hero-content h2 {
    font-size: 50px;
  }
  .hero-content h1 {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .hero-content h1 span {
    font-size: 55px;
  }
  .hero-content p {
    margin-bottom: 30px;
  }
  .our-clients {
    padding: 119px 30px 55px;
  }
  .swiper.portfolio-slider .swiper-button-prev {
    right: 9% !important;
  }
  .swiper.portfolio-slider .swiper-rtl .swiper-button-next {
    right: 9% !important;
  }
  .google-map iframe {
    width: 650px;
  }
  .comming-soon-left {
    padding: 0px 40px;
  }
  .subscribe-mail form input[type="submit"], .subscribe-mail form .contact-form textarea[type="submit"], .contact-form .subscribe-mail form textarea[type="submit"] {
    min-width: 150px;
  }
}

@media only screen and (max-width: 1199px) {
  header .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    padding: 10px 15px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #242424;
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  }
  header .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    border-bottom: 1px solid var(--primary_color);
    padding-bottom: 8px;
  }
  header .main-nav ul {
    float: none;
    text-align: left;
    padding: 25px 10px 25px 0;
  }
  header .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 300;
  }
  header .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  header .main-nav ul li .bi {
    top: 8px;
    font-size: 16px;
  }
  header .main-nav.slidenav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  .cross-btn span {
    width: 100%;
    height: 2px;
    background: linear-gradient(233.77deg, rgba(115, 0, 0, 0.8) 0.94%, rgba(217, 10, 44, 0.8) 99.09%) !important;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .cross-btn .cross-top {
    top: 0;
  }
  .cross-btn .cross-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  .cross-btn.h-active span.cross-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  .cross-btn.h-active span.cross-middle {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  .cross-btn.h-active span.cross-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

.single-team1 {
  background: #FFFFFF;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.single-team1:hover .team-image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.single-team1:hover .team-image .guide-social-links {
  -webkit-transform: translate(0%);
          transform: translate(0%);
  opacity: 1;
}

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

.single-team1 .team-image img {
  width: 100%;
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}

.single-team1 .team-image .social-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
  padding-left: 15px;
}

.single-team1 .team-image .social-area:hover .social-links {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.single-team1 .team-image .social-area .social-links {
  padding: 0;
  margin: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
  visibility: hidden;
  opacity: 0;
}

.single-team1 .team-image .social-area .social-links li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 38px;
}

.single-team1 .team-image .social-area .social-plus {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.42s ease-in-out;
  transition: all 0.42s ease-in-out;
}

.single-team1 .team-image .social-area .social-plus:hover {
  background-color: var(--primary_color);
  color: #fff;
}

.single-team1 .team-content {
  text-align: center;
  padding: 25px;
  -webkit-transition: all 0.45s ease-in;
  transition: all 0.45s ease-in;
}

.single-team1 .team-content .name {
  margin-bottom: 5px;
}

.single-team1 .team-content .name a {
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  color: #000;
}

.single-team1 .team-content .designation {
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #000;
  font-family: 'saira', sans-serif;
  margin-bottom: 0;
}

.hover-border1 {
  background: #fff;
  position: relative;
  z-index: 1;
}

.hover-border1::before {
  content: '';
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background: var(--primary_color);
  -webkit-transition: all .52s;
  transition: all .52s;
  z-index: -1;
}

.hover-border1:hover::before {
  width: 100%;
}

/*================================================
FAQ page
=================================================*/
.faq-wrap .faq-item {
  margin-bottom: 24px;
  border: none;
}

.faq-wrap .faq-item:last-child {
  margin-bottom: 0;
}

.faq-wrap .faq-item.hover-btn {
  padding: 1px 1px 1px 1px;
}

.faq-wrap .accordion-button {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  background: #2e2d31;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  padding: 25px;
  padding-right: 60px;
  margin-bottom: 0px;
}

.faq-wrap .accordion-button:focus {
  z-index: unset;
  border-color: unset;
  outline: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
          box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
}

.faq-wrap .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 22px;
  content: "\f4fe";
  -webkit-transition: unset;
  transition: unset;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: unset;
          transform: unset;
  font-family: bootstrap-icons !important;
  content: "\f2ea";
  color: var(--primary_color);
}

.faq-wrap .accordion-button:hover {
  color: #fff;
}

.faq-wrap .accordion-button:hover::after {
  color: var(--primary_color);
}

.faq-wrap .faq-body {
  font-weight: 400;
  font-size: 15px;
  font-family: 'saira', sans-serif;
  background: #121212;
  color: #fff;
  border-top: none;
  padding: 15px 25px;
  line-height: 28px;
  text-align: left;
}

.faq-wrap .faq-body p {
  color: #fff;
}

.faq-wrap .accordion-button:not(.collapsed) {
  -webkit-box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
          box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  font-weight: 400;
}

.contact-form .form-inner {
  margin-bottom: 25px;
}

.contact-form input[type="text"], .contact-form textarea[type="text"] {
  color: #fff;
}

.contact-form input, .contact-form textarea {
  border: none;
  outline: none;
  background: #212121;
  padding: 10px 15px;
  height: 54px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  border: 1px solid #eee;
  border-radius: 5px !important;
  width: 100%;
  color: #fff;
}

.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: 'saira', sans-serif;
}

.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: 'saira', sans-serif;
}

.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: 'saira', sans-serif;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: 'saira', sans-serif;
}

.contact-form input:focus, .contact-form textarea:focus {
  border: 1px solid var(--primary_color);
}

.contact-form textarea {
  min-height: 250px;
}

.contact-form .comment-form-btn {
  color: #fff;
  border: 1px solid var(--primary_color);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  margin-top: 7px;
  display: inline-block;
}

.contact-form .comment-form-btn:hover {
  color: #fff;
}

.contact-form .comment-form-btn:hover svg {
  fill: #fff;
}

.contact-form .comment-form-btn svg {
  fill: var(--primary_color);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.team-image .social-area .social-links a .bi {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  color: 212121;
  -webkit-transition: all 0.42s ease-in-out;
  transition: all 0.42s ease-in-out;
}

.team-image .social-area .social-links a .bi:hover {
  background-color: 212121;
  color: var(--primary_color);
}

.single-count path {
  fill: var(--primary_color);
}
/*# sourceMappingURL=style.css.map */