/*
@File: Inva Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Home Demo One CSS
** - Home Demo Two CSS
** - Home Demo Three CSS
** - About CSS
** - Services CSS
** - Service Details CSS
** - Project Details CSS
** - Blog CSS
** - Blog Details CSS
** - Contact CSS
** - User Form CSS
** - Team CSS
** - Team Details CSS
** - Pricing CSS
** - Testimonials CSS
** - FAQ CSS
** - Error CSS
** - Coming Soon CSS
** - Rules CSS
** - Go Top CSS
** - Preloader CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&family=Sen:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,500;1,400&family=Sen:wght@400;700;800&display=swap");
.boom-logo {
  width: 120px;
}

.boomP {
  font-size: 18px;
}

/*----- Default CSS -----*/
body {
  font-family: "Segoe UI Regular";
  color: #444444;
  background-color: #fff;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3e3e3e;
  font-family: "Segoe UI Bold";
  color: #131c21;
  letter-spacing: 0.3px;
}

p {
  font-weight: 400;
  line-height: 1.59;
  margin: 0;
  font-size: calc(80% + 0.24vw);
  margin-bottom: 5px;
}

a {
  transition: 0.5s all ease;
  text-decoration: none;
  color: #3e3e3e;
}
a:hover {
  color: #3e3e3e;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

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

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

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

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

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

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

button:focus {
  outline: 0;
}

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

ul {
  margin: 0;
  padding: 0;
}

.custom-process {
  padding: 100px 0;
}

.ctz h3 {
  font-size: 28px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 800;
  text-transform: capitalize;
}
.ctz h3 span {
  color: #9a1a18;
}

.common-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #9a1a18;
  color: #fff;
  transition: 0.5s all ease;
  opacity: 1;
  font-weight: 600;
  padding: 12px 25px;
}
.common-btn span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #3e3e3e;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}
.common-btn:hover {
  color: #fff !important;
}
.common-btn:hover span {
  width: 225%;
  height: 562.5px;
}
.common-btn.two {
  background-color: #3e3e3e;
}
.common-btn.two span {
  background-color: #9a1a18;
}
.common-btn.three {
  background-color: #ea5455;
}
.common-btn.three span {
  background-color: #3e3e3e;
}

.section-title {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  margin-top: -5px;
}
.section-title .sub-title {
  display: inline-block;
  color: white;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-title h2 {
  font-size: 35px;
  margin-bottom: 0;
  line-height: 1.3;
}
.section-title h2 span {
  color: #9a1a18;
}
.section-title h1 {
  font-size: 38px;
  margin-bottom: 0;
  line-height: 1.3;
}
.section-title h1 span {
  color: #9a1a18;
}
.section-title p {
  margin-bottom: 0;
}
.section-title.two {
  text-align: center;
}
.section-title.two .sub-title {
  color: #3140fc;
}
.section-title.two h2 {
  margin-bottom: 8px;
}
.section-title.two h2 span {
  color: #3140fc;
}
.section-title.two p {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}
.section-title.three {
  text-align: center;
}
.section-title.three h2 {
  margin-bottom: 8px;
}
.section-title.three h2 span {
  position: relative;
  display: inline-block;
  color: #3e3e3e;
  z-index: 1;
}
.section-title.three h2 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 7px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ea5455;
  z-index: -1;
}
.section-title.three p {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}

.whypurpose {
  margin-top: 20px;
}

.why-second-section {
  text-align: center;
}
.why-second-section .section-header {
  max-width: 800px;
  margin: 0 auto;
}
.why-second-section .whyCARD {
  margin: 10px 0px;
  border: none;
}
.why-second-section .whyCARD .card-body {
  padding: 38px 12px;
}

.whyCTACover {
  background: darkred;
}
.whyCTACover .whyCTA {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 0px;
  color: white;
}
.whyCTACover .whyCTA p {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
}

.whyDifferent {
  padding: 75px 0px;
  text-align: center;
}
.whyDifferent .row {
  margin: 0 auto;
}
.whyDifferent h3 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 50px;
}
.whyDifferent p {
  margin-bottom: 30px;
  position: relative;
  padding-left: 10px;
}
.whyDifferent li {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 10px 22px;
  border-radius: 12px;
  -ms-box-shadow: 0 11px 43px rgba(7, 87, 107, 0.1);
  -o-box-shadow: 0 11px 43px rgba(7, 87, 107, 0.1);
  box-shadow: 0 11px 43px rgba(7, 87, 107, 0.1);
}
.whyDifferent li .flex {
  list-style-type: none;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 8px;
}
.whyDifferent li .flex img {
  max-width: 60px;
}
.whyDifferent li p {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #3e3e3e;
  font-family: "Poppins";
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 16px;
}
a:hover {
  color: #9a1a18;
}

.leadershipboard {
  text-align: center;
}
.leadershipboard h3 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 50px;
}
.leadershipboard p {
  margin-bottom: 30px;
  position: relative;
}
.leadershipboard .leadersCARD {
  border: none;
  padding: 24px;
  border-left: 1px solid darkred;
  border-radius: 0px 12px 12px 0px;
}

.section-overlay {
  position: relative;
}

.section-overlay-two {
  position: relative;
}
.section-overlay-two:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  border-top: 500px solid #3140fc;
  border-right: 470px solid transparent;
  z-index: -1;
}
.section-overlay-two:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  border-bottom: 500px solid #3140fc;
  border-right: 470px solid transparent;
  z-index: -1;
}

.card-overlay {
  position: relative;
  overflow: hidden;
}

.card-overlay-two {
  position: relative;
  overflow: hidden;
}
.card-overlay-two:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  border-top: 230px solid #3140fc;
  border-right: 240px solid transparent;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
.card-overlay-two:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  border-bottom: 230px solid #3140fc;
  border-right: 240px solid transparent;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}

/*----- Home Demo One CSS -----*/
/*-- Header --*/
.header-area {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9f7;
  position: relative;
}
.header-area:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  border-left: 0px solid transparent;
  border-top: 57px solid #3e3e3e;
  border-right: 30px solid transparent;
}
.header-area .left {
  position: relative;
  z-index: 1;
}
.header-area .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.header-area .left ul li:last-child {
  margin-right: 0;
}
.header-area .left ul li i {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.header-area .left ul li a {
  display: inline-block;
  color: #fff;
}
.header-area .left ul li a:hover {
  color: #9a1a18;
}
.header-area .left ul li span {
  display: inline-block;
  color: #fff;
}
.header-area .right {
  text-align: right;
}
.header-area .right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.header-area .right ul li:last-child {
  margin-right: 0;
}
.header-area .right ul li a {
  display: block;
  color: #9a1a18;
  font-size: 18px;
}
.header-area .right ul li a:hover {
  color: #3e3e3e;
}

/*-- Navbar --*/
.navbar-light .navbar-brand .logo-two {
  display: none;
}

.main-nav {
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: 0.5s all ease;
}
.main-nav.menu-shrink {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 12px 20px 0px rgba(221, 221, 221, 0.231372549);
  transition: 0.5s all ease;
}
.main-nav nav {
  padding: 0;
}
.main-nav nav .navbar-brand {
  margin-right: 0;
}
.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.main-nav nav .navbar-nav .nav-item a {
  color: #3e3e3e;
  font-weight: 600;
  text-transform: unset;
  margin-left: 25px;
  margin-right: 25px;
  transition: 0.5s all ease;
}
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
  color: #9a1a18;
}
.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.main-nav nav .navbar-nav .nav-item:hover a {
  color: #9a1a18;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #3e3e3e;
  padding: 0;
  border: 0;
  border-radius: 0%;
  transition: 0.3s;
  border-top: 3px solid #9a1a18;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid rgba(221, 221, 221, 0.2117647059);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: -3px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #9a1a18;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #9a1a18;
  padding-left: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 15px;
  left: unset;
  right: -100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #9a1a18;
}
.main-nav .dropdown-toggle::after {
  display: none;
}

.side-nav .nav-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.side-nav .nav-search #search-btn {
  color: #3e3e3e;
  font-size: 25px;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s all ease;
  position: relative;
  top: 3px;
}
.side-nav .nav-search #search-btn:hover {
  color: #9a1a18;
}
.side-nav .nav-search #close-btn {
  padding: 0;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
  color: #fff;
  transition: 0.5s all ease;
  font-size: 60px;
  cursor: pointer;
}
.side-nav .nav-search #close-btn:hover {
  color: #9a1a18;
  transform: rotate(360deg);
}
.side-nav .nav-search #search-overlay {
  display: none;
  z-index: 999999;
}
.side-nav .nav-search .block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9215686275);
}
.side-nav .nav-search .block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.side-nav .nav-search .centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
.side-nav .nav-search .centered #search-box {
  position: relative;
}
.side-nav .nav-search .centered #search-box form .form-control {
  height: 50px;
  border: 0;
  border-radius: 5px;
  padding-left: 20px;
}
.side-nav .nav-search .centered #search-box form .form-control:focus {
  border: 0;
  box-shadow: none;
}
.side-nav .nav-search .centered #search-box form .btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #9a1a18;
  transition: 0.5s all ease;
  height: 100%;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
  border: 0;
}
.side-nav .nav-search .centered #search-box form .btn:hover {
  color: #fff;
  background-color: #3e3e3e;
}
.side-nav .nav-flag-dropdown {
  display: inline-block;
  z-index: 9999;
}
.side-nav .nav-flag-dropdown img {
  width: 30px;
  border-radius: 50%;
  margin-right: 3px;
}
.side-nav .nav-flag-dropdown .btn {
  font-weight: 600;
  font-size: 15px;
  padding: 0;
  border: 0;
  color: #3e3e3e;
}
.side-nav .nav-flag-dropdown .btn i {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.side-nav .nav-flag-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 0px 20px 0px rgba(202, 202, 202, 0.3490196078);
  top: 170%;
  transition: 0.5s all ease;
  display: block;
  opacity: 0;
  visibility: hidden;
  left: -80px;
}
.side-nav .nav-flag-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  top: 130% !important;
}
.side-nav .nav-flag-dropdown .dropdown-menu a {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  border-left: 3px solid transparent;
  color: #3e3e3e;
}
.side-nav .nav-flag-dropdown .dropdown-menu a:hover {
  background-color: transparent;
  border-left: 3px solid #9a1a18;
  padding-left: 18px;
  border-radius: 0;
}
.side-nav .nav-flag-dropdown .dropdown-menu a:last-child {
  border-bottom: 0;
}
.side-nav .nav-flag-dropdown .dropdown-toggle::after {
  display: none;
}

/*-- Banner --*/
.banner-bg-one {
  background-image: url("../images/banner.webp");
}

.banner-bg-two {
  background-image: url("../images/banner-2_1.webp");
}

.banner-bg-three {
  background-image: url("../images/banner/banner44.webp");
}

.banner-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 800px;
}
.banner-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, black, rgba(38, 37, 37, 0.3411764706));
}

.banner-content {
  margin-top: 50px;
  position: relative;
  z-index: 2;
  max-width: 925px;
}
.banner-content h1 {
  font-size: 50px;
  margin-bottom: 15px;
  color: white;
  text-transform: capitalize;
}
.banner-content h2 {
  font-size: 50px;
  margin-bottom: 15px;
  color: white;
}
.banner-content p {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  color: white;
  max-width: 740px;
}

.banner-area .owl-item.active .banner-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
}
.banner-area .owl-item.active .banner-content p {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
}
.banner-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  max-width: 1310px;
  margin: 0 auto;
  text-align: left;
}
.banner-area .owl-theme .owl-dots .owl-dot span {
  background: white;
  transition: 0.5s all ease;
}
.banner-area .owl-theme .owl-dots .owl-dot.active span {
  background: #9a1a18;
  width: 40px;
}
.banner-area .overlay-banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  border-top: 535px solid #9a1a18;
  border-right: 280px solid transparent;
  opacity: 0.8;
  z-index: 1;
}
.banner-area .overlay-banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  border-bottom: 535px solid #9a1a18;
  border-right: 280px solid transparent;
  opacity: 0.7;
  z-index: 1;
}

/*-- Logo --*/
.logo-area {
  background-color: #fcf9f7;
  padding-top: 65px;
  padding-bottom: 50px;
  position: relative;
}
.logo-area:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 31%;
  border-top: 172px solid #3e3e3e;
  border-right: 70px solid transparent;
}
.logo-area .logo-text {
  position: relative;
  z-index: 1;
}
.logo-area .logo-text h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 30px;
}
.logo-area .logo-item {
  text-align: center;
}
.logo-area .logo-item:hover img {
  transform: translate(-5px, 0);
}
.logo-area .logo-item img {
  max-width: 65px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s all ease;
}

/*-- About --*/
.about-area .about-content {
  margin-bottom: 30px;
  margin-left: auto;
}
.about-area .about-content .section-title {
  margin-bottom: 5px;
}
.about-area .about-content .section-title h2 {
  margin-bottom: 10px;
}
.about-area .about-content .section-title p {
  margin-left: 0;
}
.about-area .about-content .about-p {
  margin-bottom: 30px;
}
.about-area .about-content ul {
  display: flex;
  flex-wrap: wrap;
}
.about-area .about-content ul:hover i {
  color: #fff;
  background-color: #9a1a18;
}
.about-area .about-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 30px;
}
.about-area .about-content ul li:nth-child(1) {
  flex: 0 0 21%;
  max-width: 21%;
}
.about-area .about-content ul li:nth-child(2) {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}
.about-area .about-content ul li i {
  display: inline-block;
  background-color: #f1ede9;
  width: 65px;
  height: 75px;
  text-align: center;
  border-radius: 5px;
  font-size: 30px;
  line-height: 75px;
  color: #9a1a18;
  transition: 0.5s all ease;
}
.about-area .about-content ul li h3 {
  font-size: 18px;
  margin-bottom: 3px;
}
.about-area .about-content ul li p {
  margin-bottom: 0;
}
.about-area .about-img {
  position: relative;
}
.about-area .about-img img {
  width: 100%;
  margin-bottom: 30px;
}
.about-area .about-img .years {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #9a1a18;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.about-area .about-img .years:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  border: 2px dotted white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.about-area .about-img .years h3 {
  margin-bottom: 0;
  font-size: 40px;
  color: white;
  margin-top: 50px;
}
.about-area .about-img .years h3 span {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: -18px;
}

/*-- Services --*/
.services-area {
  background-color: #fcf9f7;
}

.services-item {
  text-align: center;
  position: relative;
  padding: 40px 28px 40px;
  background-color: #fff;
  transition: 0.5s all ease;
  margin-bottom: 30px;
  z-index: 1;
  height: 100%;
}
.services-item:hover {
  transform: translate(0, -10px);
}
.services-item i {
  display: inline-block;
  color: #9a1a18;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 18px;
}
.services-item h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.services-item h3 a {
  color: #3e3e3e;
  font-weight: 900;
}
.services-item h3 a:hover {
  letter-spacing: 1px;
}
.services-item p {
  margin-bottom: 14px;
}
.services-item .services-btn {
  display: inline-block;
  color: #9a1a18;
  font-weight: 600;
  border-bottom: 1px solid #9a1a18;
}
.services-item .services-btn:hover {
  letter-spacing: 1px;
}
.services-item.active {
  background-color: #3e3e3e;
}
.services-item.active:before {
  border-top: 230px solid #fff;
  opacity: 0.15;
}
.services-item.active:after {
  border-bottom: 230px solid #fff;
  opacity: 0.15;
}
.services-item.active i {
  color: #fff;
}
.services-item.active h3 a {
  color: #fff;
}
.services-item.active p {
  color: #fff;
}
.services-item.active .services-btn {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/*-- Work --*/
.contact-boom:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3e3e3e !important;
  z-index: -2;
}

.work-area {
  background-image: url("../img/work-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.work-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #9a1a18;
  z-index: -2;
}
.work-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 580px;
  left: 0;
  bottom: 0;
  background-color: #fcf9f7;
  z-index: -1;
}
.work-area .section-title span.sub-title {
  color: #fff;
}
.work-area .section-title h2 {
  color: #fff;
}
.work-area .section-title p {
  color: #fff;
}
.work-area .work-video {
  background-image: url("../img/work1.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}
.work-area .work-video img {
  display: none;
  width: 100%;
}
.work-area .work-item {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 20px 50px 20px 20px;
  transition: 0.5s all ease;
}
.work-area .work-item:last-child {
  margin-bottom: 0;
}
.work-area .work-item:hover {
  background-color: #9a1a18;
}
.work-area .work-item:hover i {
  color: #9a1a18;
  background-color: #fff;
}
.work-area .work-item:hover h3 {
  color: #fff;
}
.work-area .work-item:hover p {
  color: #fff;
}
.work-area .work-item ul {
  display: flex;
  flex-wrap: wrap;
}
.work-area .work-item ul li {
  list-style-type: none;
  display: inline-block;
}
.work-area .work-item ul li:nth-child(1) {
  flex: 0 0 18%;
  max-width: 18%;
}
.work-area .work-item ul li:nth-child(2) {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}
.work-area .work-item ul li i {
  display: inline-block;
  background-color: #f1ede9;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 5px;
  font-size: 30px;
  line-height: 70px;
  color: #9a1a18;
  transition: 0.5s all ease;
}
.work-area .work-item ul li h3 {
  font-size: 22px;
  margin-bottom: 3px;
  transition: 0.5s all ease;
}
.work-area .work-item ul li p {
  margin-bottom: 0;
  transition: 0.5s all ease;
}

.video-wrap {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video-wrap .js-modal-btn {
  z-index: 10;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  font-size: 60px;
  text-align: center;
  color: #fff;
  transition: 0.5s all ease;
}
.video-wrap .js-modal-btn i {
  line-height: 100px;
}
.video-wrap .js-modal-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #9a1a18;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-wrap .js-modal-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #9a1a18;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s all ease;
}
.video-wrap .js-modal-btn:hover {
  color: #9a1a18;
}
.video-wrap .js-modal-btn:hover:before {
  background-color: #fff;
}
.video-wrap .js-modal-btn:hover:after {
  background-color: #fff;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*-- Projects --*/
.projects-item {
  margin-bottom: 75px;
  text-align: center;
  z-index: 1;
}
.projects-item:hover.card-overlay:before {
  opacity: 0.6;
  right: 0;
  visibility: visible;
}
.projects-item:hover.card-overlay:after {
  opacity: 0.6;
  right: 0;
  visibility: visible;
}
.projects-item .inner {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2117647059);
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 20px;
  margin-top: -45px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
.projects-item .inner h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.projects-item .inner h3 a {
  color: #9a1a18;
}
.projects-item .inner h3 a:hover {
  color: #3e3e3e;
}
.projects-item .inner span {
  display: block;
  font-size: 15px;
}
.projects-item.card-overlay {
  overflow: visible;
}
.projects-item.card-overlay:before {
  opacity: 0;
  z-index: 0;
  border-left: 240px solid transparent;
  border-right: unset;
  right: 20px;
  left: unset;
  visibility: hidden;
}
.projects-item.card-overlay:after {
  opacity: 0;
  z-index: 0;
  border-left: 240px solid transparent;
  border-right: unset;
  right: 20px;
  left: unset;
  visibility: hidden;
}

/*-- Counter --*/
.counter-area {
  border: 1px solid #eef0f3 !important;
  padding: 35px 0;
  margin-top: 40px;
}
.counter-area .card-overlay:before {
  border-top: 135px solid #000000;
  border-right: 130px solid transparent;
  opacity: 0.2;
  z-index: 1;
  left: 15px;
}
.counter-area .card-overlay:after {
  border-bottom: 135px solid #000000;
  border-right: 130px solid transparent;
  opacity: 0.2;
  z-index: 1;
  left: 15px;
  top: -30px;
}

.counter-item {
  text-align: center;
  position: relative;
}
.counter-item h3 {
  font-size: 50px;
  margin-bottom: 3px;
  color: #9a1a18;
  position: relative;
  z-index: 2;
}
.counter-item h3 .target {
  font-size: 40px;
  margin-left: -5px;
}
.counter-item p {
  margin-bottom: 0;
  color: #444444;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

/*-- Team --*/
.team-area {
  background-color: #fcf9f7;
}
.team-area .text-center {
  margin-bottom: -6px;
}

.team-item {
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  transition: 0.5s all ease;
}
.team-item:hover {
  transform: translate(0, -10px);
}
.team-item:hover .card-overlay:before {
  opacity: 0.5;
  right: 0;
  visibility: visible;
}
.team-item:hover .card-overlay:after {
  opacity: 0.5;
  right: 0;
  visibility: visible;
}
.team-item .top img {
  width: 100%;
}
.team-item .bottom {
  padding: 0 20px 20px;
}
.team-item .bottom ul {
  margin-bottom: 15px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
.team-item .bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.team-item .bottom ul li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #9a1a18;
  font-size: 18px;
}
.team-item .bottom ul li a i {
  line-height: 35px;
}
.team-item .bottom ul li a:hover {
  background-color: #3e3e3e;
  transform: translate(0, -5px);
}
.team-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.team-item .bottom h3 a {
  color: #3e3e3e;
}
.team-item .bottom h3 a:hover {
  color: #9a1a18;
}
.team-item .bottom span {
  display: block;
  font-size: 15px;
}
.team-item .card-overlay:before {
  opacity: 0;
  z-index: 0;
  border-left: 125px solid transparent;
  border-right: unset;
  right: 20px;
  left: unset;
  visibility: hidden;
}
.team-item .card-overlay:after {
  opacity: 0;
  z-index: 0;
  border-left: 125px solid transparent;
  border-right: unset;
  right: 20px;
  left: unset;
  visibility: hidden;
}

/*-- Testimonials --*/
.testimonials-area {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-position: center;
  background: #3e3e3e;
}
.testimonials-area h2 {
  color: #fff;
}
.testimonials-area h3 {
  color: #9a1a18;
}
.testimonials-area span.sub-title {
  color: #fff;
  letter-spacing: 0.55px;
  font-family: "Poppins";
  font-weight: 400;
}
.testimonials-area .testimonials-item {
  text-align: center;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin: 0 0px;
}
.testimonials-area .testimonials-item .icon {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 15px;
  color: #9a1a18;
}
.testimonials-area .testimonials-item p {
  margin-bottom: 25px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  color: #3e3e3e;
}
.testimonials-area .testimonials-item h3 {
  color: #9a1a18;
}
.testimonials-area .testimonials-item img {
  border-radius: 50%;
  margin-bottom: 15px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-area .testimonials-item h3 {
  font-size: 22px;
  margin-bottom: 3px;
}
.testimonials-area .testimonials-item span {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
  color: #3e3e3e;
}
.testimonials-area .testimonials-item ul li {
  list-style-type: none;
  display: inline-block;
}
.testimonials-area .testimonials-item ul li i {
  display: block;
  font-size: 16px;
}
.testimonials-area .testimonials-item ul li .checked {
  color: #ffb82c;
}
.testimonials-area .owl-prev {
  width: 40px;
  height: 40px;
  font-size: 24px !important;
  color: #fff !important;
  background-color: #9a1a18 !important;
  border-radius: 0 !important;
  transition: 0.5s all ease;
  position: absolute;
  top: 45%;
  left: 0;
}
.testimonials-area .owl-prev i {
  line-height: 40px;
}
.testimonials-area .owl-prev:hover {
  background-color: #3e3e3e !important;
}
.testimonials-area .owl-next {
  width: 40px;
  height: 40px;
  font-size: 24px !important;
  color: #fff !important;
  background-color: #9a1a18 !important;
  border-radius: 0 !important;
  transition: 0.5s all ease;
  position: absolute;
  top: 45%;
  right: 0;
}
.testimonials-area .owl-next i {
  line-height: 40px;
}
.testimonials-area .owl-next:hover {
  background-color: #3e3e3e !important;
}
.testimonials-area .owl-dots {
  margin-top: 30px;
}

.testimonials-slider .owl-nav {
  display: none;
}

/*-- Blog --*/
.blog-area {
  background-color: #fcf9f7;
  z-index: 1;
}
.blog-area .visit-blog {
  margin-bottom: 0px;
}
.blog-area.section-overlay:before {
  right: unset;
  left: 0;
  border-top: 640px solid rgba(161, 29, 29, 0.0705882353);
  border-left: 0;
  border-right: 470px solid transparent;
}
.blog-area.section-overlay:after {
  right: unset;
  left: 0;
  border-bottom: 640px solid #f5ecec;
  border-left: 0;
  border-right: 470px solid transparent;
}

.blog-item {
  margin-bottom: 30px;
}
.blog-item a {
  display: block;
  font-family: "Segoe UI Bold";
  color: #131c21;
  letter-spacing: 0.3px;
  font-size: 20px;
}
.blog-item img {
  width: 100%;
  margin-bottom: 15px;
}

ul {
  margin-bottom: 10px;
}
ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
  font-size: 15px;
}
ul li:last-child {
  margin-right: 0;
}
ul li i {
  display: inline-block;
  color: #9a1a18;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
ul li span {
  display: inline-block;
  font-size: 18px;
  color: #9a1a18;
}
ul li a {
  display: inline-block;
  color: #444444;
  font-size: 15px;
}
ul li a:hover {
  color: #9a1a18;
}

h3 {
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 1.4;
}
h3 a {
  color: #3e3e3e;
}
h3 a:hover {
  color: #9a1a18;
}

p {
  margin-bottom: 10px;
}

.blog-btn {
  display: inline-block;
  color: #9a1a18;
  border-bottom: 1px solid #9a1a18;
  font-weight: 600;
  padding-bottom: 18px;
}
.blog-btn:hover {
  color: #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}

.blog-side-item {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 15px;
  transition: 0.5s all ease;
}
.blog-side-item:hover {
  transform: translate(0, -10px);
}
.blog-side-item ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-side-item ul li {
  list-style-type: none;
  display: inline-block;
}
.blog-side-item ul li:nth-child(1) {
  flex: 0 0 22%;
  max-width: 22%;
}
.blog-side-item ul li:nth-child(2) {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}
.blog-side-item ul li i {
  display: inline-block;
  font-size: 16px;
  color: #3e3e3e;
  position: relative;
  top: 1px;
}
.blog-side-item ul li span {
  display: inline-block;
  font-size: 16px;
  color: #9a1a18;
}
.blog-side-item ul li h4 {
  margin-bottom: 4px;
  margin-top: 8px;
  font-weight: 600;
}
.blog-side-item ul li h4 a {
  color: #3e3e3e;
  display: block;
  font-size: 20px;
}
.blog-side-item ul li h4 a:hover {
  color: #9a1a18;
}
.blog-side-item ul li p {
  margin-bottom: 0;
}
.blog-intro ul {
    padding-left: 0;
}
.blog-intro {
    margin-bottom: 40px;
}

/*-- Footer --*/
.footerContent {
  text-align: left;
  font-size: 15px;
}

.footer-area {
  background-color: #3e3e3e;
  position: relative;
  z-index: 0;
}
.footer-area .footer-shape img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  animation: footer-shape-ani 5s infinite linear;
}
.footer-area .footer-item {
  margin-bottom: 30px;
}
.footer-area .footer-item h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
}
.footer-area .footer-item .footer-logo .footer-inva {
  display: inline-block;
  margin-bottom: 15px;
}
.footer-area .footer-item .footer-logo p {
  margin-bottom: 30px;
  color: #fff;
}
.footer-area .footer-item ul{
  padding-left: 0 !important;
}
.footer-area .footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.footer-area .footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}
.footer-area .footer-item .footer-logo ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #9a1a18;
  font-size: 17px;
  text-align: center;
}
.footer-area .footer-item .footer-logo ul li a i {
  line-height: 30px;
  color: #fff;
}
.footer-area .footer-item .footer-logo ul li a:hover {
  transform: translate(0, -5px);
}
.footer-area .footer-item .footer-link ul li {
  list-style-type: none;
  display: flex;
  margin-bottom: 12px;
}
.footer-area .footer-item .footer-link ul li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-item .footer-link ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
  color: #9a1a18;
}
.footer-area .footer-item .footer-link ul li a {
  display: inline-block;
  color: #fff;
}
.footer-area .footer-item .footer-link ul li a:hover {
  color: #9a1a18;
}
.footer-area .footer-item .footer-hours ul li {
  list-style-type: none;
  display: block;
  color: #fff;
  position: relative;
  margin-bottom: 12px;
}
.footer-area .footer-item .footer-hours ul li:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  top: 12px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.footer-area .footer-item .footer-hours ul li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-item .footer-hours ul li span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.footer-area .footer-item .footer-contact p {
  margin-bottom: 5px;
  color: #fff;
}
.footer-area .footer-item .footer-contact ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}
.footer-area .footer-item .footer-contact ul li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-item .footer-contact ul li i {
  display: inline-block;
  font-size: 22px;
  color: #9a1a18;
  position: absolute;
  top: 2px;
  left: 0;
}
.footer-area .footer-item .footer-contact ul li span {
  display: block;
  color: #fff;
}
.footer-area .footer-item .footer-contact ul li a {
  display: block;
  color: #fff;
}
.footer-area .footer-item .footer-contact a {
    overflow-wrap: break-word;
}
.footer-area .footer-item .footer-contact ul li a:hover {
  color: #9a1a18;
}
.footer-area .copyright-area {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  background-color: #9a1a18;
  margin-top: 70px;
}
.footer-area .copyright-area p {
  margin-bottom: 0;
  color: #fff;
  text-align: left;
}
.footer-area .copyright-area p a {
  display: inline-block;
  color: white;
  font-weight: 600;
}
.footer-area .copyright-area p a:hover {
  color: #fff;
}

@keyframes footer-shape-ani {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.5;
  }
}
/*----- Home Demo Two CSS -----*/
/*-- Header --*/
.header-area.two {
  background-color: #3140fc;
}
.header-area.two:before {
  display: none;
}
.header-area.two .right ul li a {
  color: #fff;
}
.header-area.two .right ul li a:hover {
  color: #9a1a18;
}

/*-- Navbar --*/
.main-nav.two {
  background: transparent;
  box-shadow: none;
}
.main-nav.two.menu-shrink {
  background-color: #3140fc;
}
.main-nav.two nav .navbar-nav {
  margin-right: 0;
}
.main-nav.two nav .navbar-nav .nav-item a {
  color: #fff;
  position: relative;
  z-index: 1;
}
.main-nav.two nav .navbar-nav .nav-item a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 28px;
  top: 0;
  left: -20px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #3e3e3e;
  transition: 0.5s all ease;
  z-index: -1;
}
.main-nav.two nav .navbar-nav .nav-item a:hover:before,
.main-nav.two nav .navbar-nav .nav-item a:focus:before,
.main-nav.two nav .navbar-nav .nav-item a.active:before {
  width: 25px;
}
.main-nav.two .side-nav {
  margin-left: 10px;
}
.main-nav.two .side-nav .nav-search #search-btn {
  color: #fff;
}
.main-nav.two .side-nav .nav-search #search-btn:hover {
  color: #9a1a18;
}
.main-nav.two .side-nav .nav-search .centered #search-box form .btn {
  background-color: #3140fc;
}
.main-nav.two .side-nav .nav-search .centered #search-box form .btn:hover {
  background-color: #9a1a18;
}
.main-nav.two .side-nav .nav-flag-dropdown .btn {
  color: #fff;
}

/*-- Banner --*/
.banner-area-two {
  overflow: hidden;
}
.banner-area-two .banner-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
}
.banner-area-two .banner-content p {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
}
.banner-area-two .banner-item {
  background-image: url("../img/banner/banner-bg4.jpg");
}
.banner-area-two .banner-item:before {
  display: none;
}
.banner-area-two .banner-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3140fc;
  opacity: 0.85;
}
.banner-area-two .banner-item .banner-content h1 {
  color: #fff;
}
.banner-area-two .banner-item .banner-content p {
  color: #fff;
}
.banner-area-two .banner-item .banner-img img {
  position: absolute;
}
.banner-area-two .banner-item .banner-img img:nth-child(1) {
  top: 134px;
  right: 30px;
  z-index: 2;
  max-width: 455px;
}
.banner-area-two .banner-item .banner-img img:nth-child(2) {
  top: 306px;
  right: -68px;
  z-index: 1;
  max-width: 180px;
}
.banner-area-two .banner-item .banner-img img:nth-child(3) {
  bottom: 39px;
  right: 214px;
  max-width: 164px;
  z-index: 1;
}
.banner-area-two .banner-item .banner-img img:nth-child(4) {
  bottom: -115px;
  left: 60px;
  max-width: 220px;
  z-index: 1;
}

/*-- About --*/
.about-area.two {
  padding-top: 120px;
}
.about-area.two .about-content {
  margin-left: 0;
}
.about-area.two .about-content .section-title.two {
  text-align: left;
}
.about-area.two .about-content ul:hover i {
  color: #fff;
  background-color: #3140fc;
}
.about-area.two .about-content ul li i {
  color: #3140fc;
}
.about-area.two .about-img {
  padding-right: 0;
  max-width: 635px;
  margin-left: auto;
  margin-bottom: 30px;
}
.about-area.two .about-img img {
  margin-bottom: 0;
}
.about-area.two .about-img .about-long {
  margin-top: 50px;
}
.about-area.two .about-img .about-long-two {
  margin-top: -20px;
}
.about-area.two .about-img .years {
  width: 150px;
  height: 150px;
  border-radius: 0%;
  background-color: #3140fc;
  transform: rotate(45deg);
  top: 30%;
  left: 44%;
}
.about-area.two .about-img .years:before {
  width: 130px;
  height: 130px;
  border: 2px dashed #fff;
  border-radius: 0%;
}
.about-area.two .about-img .years h3 {
  color: #fff;
  transform: rotate(-45deg);
  margin-top: 27px;
  margin-left: 10px;
}

/*-- Work --*/
.work-area.two:before {
  background-color: #3140fc;
  opacity: 0.8;
}
.work-area.two:after {
  background-color: #fff;
}
.work-area.two .work-img img {
  position: absolute;
}
.work-area.two .work-img img:nth-child(1) {
  top: 200px;
  left: 20px;
  max-width: 150px;
}
.work-area.two .work-img img:nth-child(2) {
  top: 0;
  right: 0;
  max-width: 150px;
}
.work-area.two .section-title.two .sub-title {
  color: #fff;
}
.work-area.two .video-wrap .js-modal-btn:before {
  background-color: #3140fc;
}
.work-area.two .video-wrap .js-modal-btn:after {
  background-color: #3140fc;
}
.work-area.two .video-wrap .js-modal-btn:hover {
  color: #fff;
}
.work-area.two .video-wrap .js-modal-btn:hover:before {
  background-color: #3e3e3e;
}
.work-area.two .video-wrap .js-modal-btn:hover:after {
  background-color: #3e3e3e;
}
.work-area.two .work-item {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2117647059);
}
.work-area.two .work-item:hover {
  background-color: #3140fc;
}
.work-area.two .work-item ul li i {
  color: #3140fc;
}

/*-- Services --*/
.services-area.two {
  background-color: #fff;
}
.services-area.two .services-item {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2117647059);
}
.services-area.two .services-item i {
  color: #3140fc;
}
.services-area.two .services-item .services-btn {
  color: #3140fc;
  border-bottom: 1px solid #3140fc;
}
.services-area.two .services-item.active {
  background-color: #3140fc;
}
.services-area.two .services-item.active i {
  color: #fff;
}
.services-area.two .services-item.active .services-btn {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/*-- Projects --*/
.projects-area.two {
  background-color: #f9faff;
  z-index: 1;
}
.projects-area.two.section-overlay-two:before {
  left: unset;
  right: 0;
  border-right: 0;
  border-left: 385px solid transparent;
  border-top: 385px solid #3140fc;
}
.projects-area.two.section-overlay-two:after {
  display: none;
}
.projects-area.two .container-fluid {
  max-width: 1335px;
  margin-right: 0;
}
.projects-area.two .section-title.two {
  text-align: left;
  margin-bottom: 25px;
  padding-right: 15px;
}
.projects-area.two .section-title.two p {
  margin-left: 0;
  margin-bottom: 20px;
}
.projects-area.two .projects-item .inner h3 a {
  color: #3140fc;
}
.projects-area.two .projects-item .inner h3 a:hover {
  color: #3e3e3e;
}
.projects-area.two .projects-item:hover.card-overlay-two:before {
  opacity: 0.6;
  right: 0;
  visibility: visible;
}
.projects-area.two .projects-item:hover.card-overlay-two:after {
  opacity: 0.6;
  right: 0;
  visibility: visible;
}
.projects-area.two .projects-item.card-overlay-two {
  overflow: visible;
}
.projects-area.two .projects-item.card-overlay-two:before {
  opacity: 0;
  z-index: 0;
  border-left: 165px solid transparent;
  border-top: 155px solid #3140fc;
  border-right: unset;
  right: 20px;
  left: unset;
  visibility: hidden;
}
.projects-area.two .projects-item.card-overlay-two:after {
  opacity: 0;
  z-index: 0;
  border-left: 165px solid transparent;
  border-bottom: 155px solid #3140fc;
  border-right: unset;
  right: 20px;
  left: unset;
  visibility: hidden;
}
.projects-area.two .projects-item .inner {
  max-width: 240px;
}
.projects-area.two .owl-theme .owl-nav {
  margin-top: 0;
  max-width: 50px;
  position: absolute;
  top: 20%;
  right: 210px;
}
.projects-area.two .owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  font-size: 24px !important;
  color: #fff !important;
  background-color: #3140fc !important;
  transition: 0.5s all ease;
}
.projects-area.two .owl-prev:hover {
  color: #fff !important;
  background-color: #3e3e3e !important;
}
.projects-area.two .owl-prev i {
  line-height: 35px;
}
.projects-area.two .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  font-size: 24px !important;
  color: #fff !important;
  background-color: #3140fc !important;
  transition: 0.5s all ease;
}
.projects-area.two .owl-next:hover {
  color: #fff !important;
  background-color: #3e3e3e !important;
}
.projects-area.two .owl-next i {
  line-height: 35px;
}

/*-- Testimonials --*/
.testimonials-area.two {
  background-image: url("../img/testimonials-bg2.jpg");
  position: relative;
}
.testimonials-area.two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3140fc;
  opacity: 0.8;
}
.testimonials-area.two .testimonials-img img {
  max-width: 740px;
  height: auto;
  position: absolute;
  left: 0;
  top: 90px;
}
.testimonials-area.two .testimonials-wrap {
  max-width: 600px;
  margin-left: auto;
}
.testimonials-area.two .testimonials-wrap .testimonials-item p {
  font-size: 22px;
}
.testimonials-area.two .section-title.two .sub-title {
  color: #fff;
}
.testimonials-area.two .section-title.two h2 {
  color: #fff;
}
.testimonials-area.two .section-title.two h2 span {
  color: #fff;
}
.testimonials-area.two .testimonials-item i {
  color: #fff;
}
.testimonials-area.two .testimonials-item p {
  color: #fff;
}
.testimonials-area.two .testimonials-item h3 {
  color: #fff;
}
.testimonials-area.two .testimonials-item span {
  color: #fff;
}
.testimonials-area.two .owl-prev {
  color: #3140fc !important;
  background-color: #fff !important;
  border-radius: 50% !important;
}
.testimonials-area.two .owl-prev:hover {
  color: #fff !important;
  background-color: #3e3e3e !important;
}
.testimonials-area.two .owl-next {
  color: #3140fc !important;
  background-color: #fff !important;
  border-radius: 50% !important;
}
.testimonials-area.two .owl-next:hover {
  color: #fff !important;
  background-color: #3e3e3e !important;
}

/*-- Counter --*/
.counter-area.two {
  background-image: unset;
}
.counter-area.two .counter-item {
  padding: 70px 30px 75px;
}
.counter-area.two .counter-item:before {
  border: 2px dotted #fff;
}
.counter-area.two .counter-item h3 {
  color: #fff;
}
.counter-area.two .card-overlay-two:before {
  border-top: 135px solid #3140fc;
  border-right: 130px solid transparent;
  opacity: 0.2;
  z-index: 1;
  left: 15px;
}
.counter-area.two .card-overlay-two:after {
  border-bottom: 135px solid #3140fc;
  border-right: 130px solid transparent;
  opacity: 0.2;
  z-index: 1;
  left: 15px;
  top: -30px;
}

.faq-item {
  margin-bottom: 30px;
}
.faq-item .section-title.two {
  text-align: left;
}
.faq-item .section-title.two h2 {
  margin-bottom: 0;
}
.faq-item .accordion p {
  display: none;
  padding: 0 15px 15px 40px;
  margin-bottom: 0;
  background-color: #f9faff;
  position: relative;
}
.faq-item .accordion p:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 0px;
  left: 21px;
  top: 6px;
  border-left: 5px dotted rgba(26, 30, 102, 0.1490196078);
  transition: 0.5s all ease;
}
.faq-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.faq-item .accordion li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 23px;
  left: 20px;
  background-color: #3e3e3e;
}
.faq-item .accordion li:last-child {
  margin-bottom: 0;
}
.faq-item .accordion li a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px 15px 40px;
  background-color: #f9faff;
  color: #3140fc;
}
.faq-item .accordion li a:hover {
  color: #3e3e3e;
}

/*-- Pricing --*/
.pricing-area {
  background-color: #f9faff;
  z-index: 1;
}
.pricing-area.section-overlay-two:before {
  display: none;
}

.pricing-item {
  text-align: center;
  background-color: #fff;
  padding: 30px 30px 30px;
  margin-bottom: 30px;
}
.pricing-item i {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  line-height: 100px;
  color: #fff;
  background-color: #3140fc;
  font-size: 40px;
  margin-bottom: 18px;
}
.pricing-item h3 {
  margin-bottom: 12px;
  font-size: 22px;
}
.pricing-item h4 {
  margin-bottom: 12px;
  font-size: 35px;
}
.pricing-item h4 .one {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: -13px;
  right: -4px;
}
.pricing-item h4 .two {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-left: -6px;
}
.pricing-item ul {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.pricing-item ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}
.pricing-item ul li.deleted:before {
  background-color: #444444;
}
.pricing-item ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 8px;
  left: -15px;
  background-color: #3140fc;
}
.pricing-item ul li:last-child {
  margin-bottom: 0;
}
.pricing-item.active {
  background-color: #3140fc;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pricing-item.active i {
  color: #3140fc;
  background-color: #fff;
}
.pricing-item.active h3 {
  color: #fff;
}
.pricing-item.active h4 {
  color: #fff;
}
.pricing-item.active ul li {
  color: #fff;
}
.pricing-item.active ul li:before {
  background-color: #fff;
}
.pricing-item.active .common-btn {
  color: #3140fc;
  background-color: #fff;
}
.pricing-item.active .common-btn span {
  background-color: #9a1a18;
}

/*-- Team --*/
.team-area.two {
  background-color: #fff;
}
.team-area.two .team-item {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2117647059);
  position: relative;
}
.team-area.two .team-item:hover .bottom ul {
  opacity: 1;
  visibility: visible;
  top: 40%;
}
.team-area.two .team-item .top {
  position: relative;
}
.team-area.two .team-item .top img:nth-child(1) {
  position: relative;
}
.team-area.two .team-item .top img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.7;
}
.team-area.two .team-item .bottom {
  padding: 18px 20px 20px;
}
.team-area.two .team-item .bottom ul {
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}
.team-area.two .team-item .bottom ul li a {
  background-color: #3140fc;
}
.team-area.two .team-item .bottom ul li a:hover {
  background-color: #3e3e3e;
}
.team-area.two .team-item .bottom h3 a:hover {
  color: #3140fc;
}

/*-- Blog --*/
.blog-area.two {
  background-color: #f9faff;
}
.blog-area.two .blog-item {
  padding: 20px 20px 20px;
  background-color: #fff;
}
.blog-area.two .blog-item ul li i {
  color: #3140fc;
}
.blog-area.two .blog-item ul li a:hover {
  color: #3140fc;
}
.blog-area.two .blog-item h4 a {
  font-family: "Segoe UI Bold";
  color: #131c21;
  letter-spacing: 0.3px;
  font-size: 20px;
}
.blog-area.two .blog-item h4 a:hover {
  color: #3140fc;
}
.blog-area.two .blog-item .blog-btn {
  color: #3140fc;
  border-bottom: 1px solid #3140fc;
}
.blog-area.two .blog-item .blog-btn:hover {
  color: #9a1a18;
  border-bottom: 1px solid #9a1a18;
}
.blog-area.two .blog-side-item ul li i {
  color: #3140fc;
}
.blog-area.two .blog-side-item ul li h4 a:hover {
  color: #3140fc;
}
.blog-area.two .blog-side-item ul li .blog-btn {
  display: inline-block;
  color: #3140fc;
  border-bottom: 1px solid #3140fc;
  font-weight: 600;
  font-size: 14px;
}
.blog-area.two .blog-side-item ul li .blog-btn:hover {
  color: #9a1a18;
  border-bottom: 1px solid #9a1a18;
}

/*-- Subscribe --*/
.subscribe-area {
  background: url(../images/slider_1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.subscribe-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3140fc;
  opacity: 0.8;
}
.subscribe-area .subscribe-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 758px;
}
.subscribe-area .subscribe-wrap {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.subscribe-area .subscribe-wrap .section-title.two {
  margin-bottom: 25px;
  text-align: center;
}
.subscribe-area .subscribe-wrap .section-title.two h2 {
  color: #fff;
}
.subscribe-area .subscribe-wrap .section-title.two p {
  color: #fff;
}
.subscribe-area .subscribe-wrap .newsletter-form {
  position: relative;
}
.subscribe-area .subscribe-wrap .newsletter-form .form-control {
  height: 50px;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
  border: 0;
}
.subscribe-area .subscribe-wrap .newsletter-form .form-control:focus {
  border: 0;
  box-shadow: none;
}
.subscribe-area .subscribe-wrap .newsletter-form .common-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  opacity: 1;
  height: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.subscribe-area .subscribe-wrap .newsletter-form .validation-danger {
  margin-top: 10px;
  color: #fff;
}
.subscribe-area .subscribe-wrap .newsletter-form .validation-success {
  margin-top: 10px;
  color: #fff;
}

/*-- Logo --*/
.logo-area.two {
  background-color: #fff;
}
.logo-area.two:before {
  display: none;
}

/*-- Footer --*/
.footer-area.two {
  background-color: #3140fc;
}
.footer-area.two .footer-item .footer-logo ul li a {
  color: #3140fc;
  background-color: #fff;
}
.footer-area.two .footer-item .footer-logo ul li a:hover {
  color: #fff;
  background-color: #3e3e3e;
}
.footer-area.two .footer-item .footer-link ul li i {
  color: #fff;
}
.footer-area.two .footer-item .footer-link ul li a:hover {
  color: #fff;
  letter-spacing: 1px;
}
.footer-area.two .footer-item .footer-contact ul li i {
  color: #fff;
}
.footer-area.two .footer-item .footer-contact ul li a:hover {
  color: #fff;
  letter-spacing: 1px;
}
.footer-area.two .copyrightLocal {
  color: white;
}
.footer-area.two .copyright-area {
  background-color: rgba(49, 64, 252, 0.8196078431);
}
.footer-area.two .copyright-area p a {
  color: #fff;
}
.footer-area.two .copyright-area p a:hover {
  letter-spacing: 1px;
}

/*----- Home Demo Three CSS -----*/
/*-- Header --*/
.header-area.three {
  background-color: #212832;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
}
.header-area.three:before {
  display: none;
}
.header-area.three .left ul li i {
  color: #ea5455;
}
.header-area.three .left ul li a:hover {
  color: #ea5455;
}
.header-area.three .right ul li a {
  color: #fff;
}
.header-area.three .right ul li a:hover {
  color: #ea5455;
}

/*-- Navbar --*/
.main-nav.three {
  background-color: #212832;
  box-shadow: unset;
}
.main-nav.three nav .navbar-nav .nav-item a {
  color: #fff;
}
.main-nav.three nav .navbar-nav .nav-item a:hover,
.main-nav.three nav .navbar-nav .nav-item a:focus,
.main-nav.three nav .navbar-nav .nav-item a.active {
  color: #ea5455;
}
.main-nav.three .side-nav .nav-search #search-btn {
  color: #fff;
}
.main-nav.three .side-nav .nav-search #search-btn:hover {
  color: #ea5455;
}
.main-nav.three .side-nav .nav-search .centered #search-box form .btn {
  background-color: #ea5455;
}
.main-nav.three .side-nav .nav-search .centered #search-box form .btn:hover {
  background-color: #3e3e3e;
}
.main-nav.three .side-nav .nav-flag-dropdown .btn {
  color: #fff;
}

/*-- Banner --*/
.banner-area.three {
  position: relative;
}
.banner-area.three .row {
  margin-top: 45px;
}
.banner-area.three .banner-item {
  background-color: #212832;
  position: relative;
}
.banner-area.three .banner-item:before {
  display: none;
}
.banner-area.three .banner-item .banner-count {
  display: inline-block;
  position: absolute;
  bottom: 85px;
  left: 0;
  right: 0;
  font-size: 150px;
  color: #444444;
  font-family: "Segoe UI Bold";
  line-height: 115px;
}
.banner-area.three .banner-content {
  max-width: 750px;
  margin-left: auto;
  z-index: 5;
  margin-top: 0;
}
.banner-area.three .banner-content h1 {
  font-size: 60px;
  color: #fff;
}
.banner-area.three .banner-content p {
  color: #fff;
}
.banner-area.three .banner-content .common-btn.three {
  z-index: 3;
}
.banner-area.three .banner-img {
  text-align: center;
  position: relative;
}
.banner-area.three .banner-img img:nth-child(1) {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
.banner-area.three .banner-img img:nth-child(2) {
  position: absolute;
  top: -18px;
  left: 15px;
  max-width: 90px;
}
.banner-area.three .banner-img img:nth-child(3) {
  position: absolute;
  bottom: -77px;
  right: -15px;
  max-width: 450px;
}
.banner-area.three .banner-shape img {
  position: absolute;
  bottom: 30px;
  left: 100px;
  max-width: 120px;
  z-index: 2;
  animation: banner-rotate-ani 10s infinite linear;
}
.banner-area.three .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
.banner-area.three .owl-prev,
.banner-area.three .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 0 !important;
  color: #fff !important;
  background-color: #ea5455 !important;
  font-size: 20px !important;
  transition: 0.5s all ease;
}
.banner-area.three .owl-prev i,
.banner-area.three .owl-next i {
  line-height: 35px;
}
.banner-area.three .owl-prev:hover,
.banner-area.three .owl-next:hover {
  color: #fff !important;
  background-color: #3e3e3e !important;
}

@keyframes banner-rotate-ani {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-- Features --*/
.features-area .section-title.three {
  text-align: left;
  margin-bottom: 30px;
}
.features-area .section-title.three p {
  margin-bottom: 22px;
}
.features-area .features-item {
  margin-bottom: 30px;
  text-align: center;
}
.features-area .features-item:hover .top:before {
  transform: rotate(5deg);
}
.features-area .features-item .top {
  position: relative;
  z-index: 1;
}
.features-area .features-item .top:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ea5455;
  transition: 0.5s all ease;
  z-index: -1;
}
.features-area .features-item .top img {
  width: 100%;
}
.features-area .features-item .bottom {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2117647059);
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 25px;
  margin-top: -30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.features-area .features-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.features-area .features-inner {
  margin-bottom: 30px;
  background-color: #212832;
  padding: 30px 35px 30px 50px;
  transition: 0.5s all ease;
  position: relative;
}
.features-area .features-inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ea5455;
  transition: 0.5s all ease;
  z-index: -1;
}
.features-area .features-inner:hover {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2117647059);
}
.features-area .features-inner:hover:before {
  transform: rotate(5deg);
}
.features-area .features-inner:hover i {
  color: #fff;
  background-color: #ea5455;
}
.features-area .features-inner:hover h3 {
  color: #3e3e3e;
}
.features-area .features-inner ul {
  display: flex;
  flex-wrap: wrap;
}
.features-area .features-inner ul li {
  list-style-type: none;
  display: inline-block;
}
.features-area .features-inner ul li:nth-child(1) {
  flex: 0 0 29%;
  max-width: 29%;
}
.features-area .features-inner ul li:nth-child(2) {
  flex: 0 0 65%;
  max-width: 65%;
  margin-left: 15px;
}
.features-area .features-inner ul li i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #ea5455;
  border-radius: 50%;
  font-size: 40px;
  transition: 0.5s all ease;
}
.features-area .features-inner ul li h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  transition: 0.5s all ease;
}

/*-- About --*/
.about-area.three {
  background-color: #fcf9f7;
  position: relative;
}
.about-area.three .about-shape img {
  position: absolute;
  top: 0;
  right: 80px;
  max-width: 150px;
  animation: banner-rotate-ani 10s infinite linear;
}
.about-area.three .section-title.three {
  text-align: left;
}
.about-area.three .about-img .years {
  background-color: #ea5455;
}
.about-area.three .about-content ul:hover i {
  color: #fff;
  background-color: #ea5455;
}
.about-area.three .about-content ul li i {
  color: #ea5455;
}

/*-- Services --*/
.services-area.three {
  background-color: #fff;
}
.services-area.three .services-item {
  background-image: url("../img/services/services-bg1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.services-area.three .services-item:hover:after {
  transform: rotate(8deg);
}
.services-area.three .services-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212832;
  z-index: -1;
  opacity: 0.9;
}
.services-area.three .services-item:after {
  position: absolute;
  content: "";
  width: 92%;
  height: 92%;
  top: 13px;
  left: 14px;
  z-index: -1;
  border: 5px solid #ea5455;
  transition: 0.5s all ease;
}
.services-area.three .services-item.two {
  background-image: url("../img/services/services-bg2.jpg");
}
.services-area.three .services-item.three {
  background-image: url("../img/services/services-bg3.jpg");
}
.services-area.three .services-item.four {
  background-image: url("../img/services/services-bg4.jpg");
}
.services-area.three .services-item.five {
  background-image: url("../img/services/services-bg5.jpg");
}
.services-area.three .services-item.six {
  background-image: url("../img/services/services-bg6.jpg");
}
.services-area.three .services-item i {
  color: #fff;
}
.services-area.three .services-item h3 a {
  color: #ea5455;
}
.services-area.three .services-item p {
  color: #fff;
}
.services-area.three .services-item .services-btn {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/*-- Skills --*/
.skills-area {
  background-image: url("../img/skills-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.skills-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212832;
  opacity: 0.9;
}
.skills-area .skills-img {
  position: absolute;
  top: 75px;
  left: 10px;
  max-width: 670px;
}
.skills-area .section-title.three {
  text-align: left;
}
.skills-area .section-title.three h2 {
  color: #fff;
}
.skills-area .section-title.three h2 span {
  color: #fff;
}
.skills-area .section-title.three p {
  color: #fff;
}
.skills-area .skills-content {
  max-width: 565px;
  margin-left: auto;
}
.skills-area .skills-content .skill-wrap {
  overflow: hidden;
}
.skills-area .skills-content .skill-wrap .skill {
  margin-bottom: 30px;
  position: relative;
}
.skills-area .skills-content .skill-wrap .skill:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  bottom: 0;
  left: 0;
  display: block;
  background: #ebeded;
  border-radius: 30px;
}
.skills-area .skills-content .skill-wrap .skill:last-child {
  margin-bottom: 0;
}
.skills-area .skills-content .skill-wrap .skill h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.skills-area .skills-content .skill-wrap .skill .skill-bar {
  width: 100%;
  height: 12px;
  background: #ea5455;
  display: block;
  position: relative;
  border-radius: 30px;
}
.skills-area .skills-content .skill-wrap .skill .skill-bar span {
  position: absolute;
  top: -28px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
}
.skills-area .skills-content .skill-wrap .skill .skill1 {
  width: 75%;
}
.skills-area .skills-content .skill-wrap .skill .skill1 .skill-count1 {
  right: 7px;
}
.skills-area .skills-content .skill-wrap .skill .skill2 {
  width: 90%;
}
.skills-area .skills-content .skill-wrap .skill .skill2 .skill-count2 {
  right: 7px;
}
.skills-area .skills-content .skill-wrap .skill .skill3 {
  width: 80%;
}
.skills-area .skills-content .skill-wrap .skill .skill3 .skill-count3 {
  right: 7px;
}

/*-- Counter --*/
.counter-area.three .section-title.three {
  text-align: left;
}
.counter-area.three .faq-item .accordion li:before {
  background-color: #ea5455;
}
.counter-area.three .faq-item .accordion li a {
  color: #3e3e3e;
}
.counter-area.three .faq-item .accordion li a:hover {
  color: #ea5455;
}
.counter-area.three .counter-item {
  background-color: #212832;
  overflow: hidden;
  border: 8px solid #ea5455;
}
.counter-area.three .counter-item:before {
  border: 3px dotted #fff;
  transform: rotate(45deg);
  top: 12px;
  left: 13px;
}

/*-- Pricing --*/
.pricing-area.three {
  background-color: #fcf9f7;
  position: relative;
}
.pricing-area.three .pricing-shape img {
  position: absolute;
}
.pricing-area.three .pricing-shape img:nth-child(1) {
  top: 0;
  left: 80px;
  max-width: 150px;
  animation: banner-rotate-ani 10s infinite linear;
}
.pricing-area.three .pricing-shape img:nth-child(2) {
  bottom: 0;
  right: 80px;
  max-width: 150px;
  animation: banner-rotate-ani 10s infinite linear;
}
.pricing-area.three .pricing-item i {
  background-color: #ea5455;
}
.pricing-area.three .pricing-item ul li:before {
  background-color: #ea5455;
}
.pricing-area.three .pricing-item ul li.deleted:before {
  background-color: #444444;
}
.pricing-area.three .pricing-item.active {
  background-color: #ea5455;
}
.pricing-area.three .pricing-item.active i {
  color: #ea5455;
  background-color: #fff;
}
.pricing-area.three .pricing-item.active ul li:before {
  background-color: #fff;
}
.pricing-area.three .pricing-item.active .common-btn {
  color: #ea5455;
}

/*-- Team --*/
.team-area.three {
  background-color: #fff;
}
.team-area.three .team-item {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2117647059);
}
.team-area.three .team-item:hover .top:before {
  transform: rotate(5deg);
}
.team-area.three .team-item .top {
  position: relative;
  z-index: 1;
}
.team-area.three .team-item .top:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ea5455;
  transition: 0.5s all ease;
  z-index: -1;
}
.team-area.three .team-item .bottom ul li a {
  background-color: #ea5455;
}
.team-area.three .team-item .bottom ul li a:hover {
  background-color: #3e3e3e;
}
.team-area.three .team-item .bottom h3 a:hover {
  color: #ea5455;
}

/*-- Testimonials --*/
.testimonials-area.three {
  background-color: #fcf9f7;
  background-image: unset;
  position: relative;
}
.testimonials-area.three:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ea5455;
}
.testimonials-area.three:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 65%;
  bottom: 0;
  left: 0;
  background-color: #f1ede9;
}
.testimonials-area.three .testimonials-shape img {
  position: absolute;
}
.testimonials-area.three .testimonials-shape img:nth-child(1) {
  bottom: 0;
  right: 0;
  max-width: 900px;
}
.testimonials-area.three .testimonials-shape img:nth-child(2) {
  top: 35px;
  left: 75px;
  max-width: 150px;
  z-index: 2;
}
.testimonials-area.three .testimonials-item {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 55px;
}
.testimonials-area.three .testimonials-item .icon {
  color: #ea5455;
}
.testimonials-area.three .owl-prev {
  position: relative;
  top: 0;
  left: 0;
  background-color: #ea5455 !important;
}
.testimonials-area.three .owl-prev:hover {
  background-color: #3e3e3e !important;
}
.testimonials-area.three .owl-next {
  position: relative;
  top: 0;
  right: 0;
  background-color: #ea5455 !important;
}
.testimonials-area.three .owl-next:hover {
  background-color: #3e3e3e !important;
}
.testimonials-area.three .owl-theme .owl-nav {
  margin-top: 15px;
}

/*-- Subscribe --*/
.subscribe-area.three:before {
  background-color: #212832;
}
.subscribe-area.three .subscribe-img {
  max-width: 752px;
}

/*-- Footer --*/
.footer-area.three {
  background-color: #ea5455;
}
.footer-area.three .footer-item .footer-logo ul li a {
  color: #ea5455;
}
.footer-area.three .footer-item .footer-logo ul li a:hover {
  color: #fff;
}
.footer-area.three .copyright-area {
  background-color: #212832;
}
.footer-area.three .footer-shape img {
  animation: footer-shape-ani-two 5s infinite linear;
}

@keyframes footer-shape-ani-two {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*----- About CSS -----*/
.main-nav.four {
  background: transparent;
  box-shadow: none;
}
.main-nav.four.menu-shrink {
  background: #3e3e3e;
}
.main-nav.four nav .navbar-nav .nav-item a {
  color: #fff;
}
.main-nav.four nav .navbar-nav .nav-item a:hover,
.main-nav.four nav .navbar-nav .nav-item a:focus,
.main-nav.four nav .navbar-nav .nav-item a.active {
  color: #3e3e3e;
}
.main-nav.four .side-nav .nav-search #search-btn {
  color: #fff;
}
.main-nav.four .side-nav .nav-search #search-btn:hover {
  color: #3e3e3e;
}
.main-nav.four .side-nav .nav-flag-dropdown .btn {
  color: #fff;
}

.title-bg-one {
  background-image: none;
}

.page-title-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 425px;
  z-index: 1;
}
.page-title-area .title-shape img {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.page-title-area .title-content {
  position: relative;
  z-index: 1;
}
.page-title-area .title-content h2 {
  margin-bottom: 10px;
  font-size: 55px;
  color: #fff;
  text-transform: capitalize;
}
.page-title-area .title-content ul li {
  list-style-type: none;
  display: inline-block;
}
.page-title-area .title-content ul li a {
  display: inline-block;
  color: #fff;
}
.page-title-area .title-content ul li a:hover {
  color: #3e3e3e;
}
.page-title-area .title-content ul li i {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.page-title-area .title-content ul li span {
  display: inline-block;
  color: #fff;
}

.about-area.four {
  background-color: #fcf9f7;
  z-index: 1;
}
.about-area.four .about-img {
  padding-right: 0;
}

.counter-area.four {
  background-image: unset;
}

.work-area.three {
  background-color: #fcf9f7;
  background-image: unset;
}
.work-area.three:before {
  display: none;
}
.work-area.three:after {
  display: none;
}
.work-area.three .section-title {
  text-align: center;
}
.work-area.three .section-title h2 {
  color: #3e3e3e;
  margin-bottom: 8px;
}
.work-area.three .section-title p {
  color: #444444;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}

.founder-area .founder-content {
  margin-bottom: 30px;
}
.founder-area .founder-content .section-title {
  margin-bottom: 5px;
}
.founder-area .founder-content .section-title h2 {
  margin-bottom: 5px;
}
.founder-area .founder-content .founder-p {
  margin-bottom: 30px;
}
.founder-area .founder-content .nav-pills {
  margin-bottom: 15px;
  background: transparent;
}
.founder-area .founder-content .nav-pills .nav-link {
  border-radius: 0;
  color: #9a1a18;
  background-color: rgba(255, 106, 64, 0.1215686275);
  font-weight: 600;
  padding: 12px 25px;
  margin-right: 15px;
}
.founder-area .founder-content .nav-pills .nav-link.active,
.founder-area .founder-content .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #9a1a18;
}
.founder-area .founder-content .tab-pane p {
  margin-bottom: 14px;
}
.founder-area .founder-content .tab-pane ul li {
  list-style-type: none;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.founder-area .founder-content .tab-pane ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  background-color: #9a1a18;
  border-radius: 50%;
}
.founder-area .founder-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}
.founder-area .founder-img {
  margin-bottom: 30px;
}
.founder-area .founder-img img {
  width: 100%;
}

.team-area.four .section-title {
  text-align: center;
}
.team-area.four .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-area.four:before {
  background-color: #9a1a18;
}
.testimonials-area.four .testimonials-item .icon {
  color: #9a1a18;
}
.testimonials-area.four .owl-prev {
  background-color: #9a1a18 !important;
}
.testimonials-area.four .owl-prev:hover {
  background-color: #3e3e3e !important;
}
.testimonials-area.four .owl-next {
  background-color: #9a1a18 !important;
}
.testimonials-area.four .owl-next:hover {
  background-color: #3e3e3e !important;
}

.subscribe-area.four:before {
  background-color: #9a1a18;
}
.subscribe-area.four .subscribe-img {
  max-width: 750px;
}

/*----- Services CSS -----*/
.title-bg-two {
  background-image: url("../img/title/title-bg2.jpg");
}

.services-area.four {
  background-color: #fff;
}

.pagination-area {
  text-align: center;
}
.pagination-area ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.pagination-area ul li a {
  display: block;
  color: #9a1a18;
  background-color: rgba(255, 106, 64, 0.1215686275);
  padding: 4px 16px;
}
.pagination-area ul li a:hover,
.pagination-area ul li a.active {
  color: #fff;
  background-color: #9a1a18;
}

/*----- Service Details CSS -----*/
.widget-area .widget-item {
  margin-bottom: 30px;
}
.widget-area .widget-item:last-child {
  margin-bottom: 0;
}
.widget-area .widget-item h3 {
  margin-bottom: 15px;
  font-size: 22px;
  margin-top: -5px;
}
.widget-area .services ul li {
  position: relative;
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}
.widget-area .services ul li:last-child {
  margin-bottom: 0;
}
.widget-area .services ul li a {
  display: block;
  color: #9a1a18;
  background-color: #fafafa;
  padding: 15px 20px 15px;
}
.widget-area .services ul li a i {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 20px;
}
.widget-area .services ul li a:hover {
  color: #fff;
  background-color: #9a1a18;
  font-weight: 600;
  border-radius: 9px;
}
.widget-area .report ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  background-color: #9a1a18;
  padding: 12px 20px 12px;
  text-align: center;
}
.widget-area .report ul li:last-child {
  margin-bottom: 0;
}
.widget-area .report ul li i {
  display: inline-block;
  font-size: 40px;
  margin-right: 10px;
  color: #fff;
  vertical-align: middle;
}
.widget-area .report ul li a {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
.widget-area .report ul li a:hover {
  color: #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}
.widget-area .touch {
  background-color: #3e3e3e;
  border-radius: 9px;
  color: white;
  padding: 30px 30px 30px;
}
.widget-area .touch h3 {
  margin-bottom: 6px;
  color: white;
}
.widget-area .touch p {
  margin-bottom: 15px;
}
.widget-area .touch .form-group {
  margin-bottom: 15px;
}
.widget-area .touch .form-group .form-control {
  height: 45px;
  border: 0;
  padding-left: 20px;
  font-size: 15px;
  border-radius: 9px;
}
.widget-area .touch .form-group .form-control:focus {
  box-shadow: none;
  border: 0;
}
.widget-area .touch .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}
.widget-area .touch .common-btn {
  width: 100%;
  display: block;
  border-radius: 9px;
}

.service-details-area .details-item img {
  width: 100%;
}
.service-details-area .details-item .details-img h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.service-details-area .details-item .details-img p {
  margin-bottom: 18px;
}
.service-details-area .details-item .details-img p:last-child {
  margin-bottom: 0;
}
.service-details-area .details-item .details-img img {
  margin-bottom: 25px;
  display: block;
}
.service-details-area .details-item .details-img ul {
  margin-bottom: 22px;
  margin-top: -2px;
}
.service-details-area .details-item .details-img ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.service-details-area .details-item .details-img ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  background-color: #9a1a18;
  border-radius: 50%;
}
.service-details-area .details-item .details-img ul li:last-child {
  margin-bottom: 0;
}

/*----- Project Details CSS -----*/
.title-bg-three {
  background-image: url("../img/title/title-bg3.jpg");
}

.project-details-area {
  padding: 100px 0;
}
.project-details-area img {
  width: 100%;
}
.project-details-area h2 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: -5px;
  text-transform: capitalize;
}
.project-details-area h2 span {
  color: #9a1a18;
}
.project-details-area .details-img .img-left {
  margin-bottom: 30px;
}
.project-details-area .details-img .content-right {
  margin-bottom: 30px;
}
.project-details-area .details-img .content-right p {
  margin-bottom: 12px;
}
.project-details-area .details-img .content-right p:last-child {
  margin-bottom: 0;
}
.project-details-area .details-img .content-right ul {
  max-width: 290px;
  margin-bottom: 15px;
}
.project-details-area .details-img .content-right ul li {
  list-style-type: none;
  display: block;
  position: relative;
  font-weight: 600;
  color: #9a1a18;
  margin-bottom: 10px;
}
.project-details-area .details-img .content-right ul li:last-child {
  margin-bottom: 0;
}
.project-details-area .details-img .content-right ul li span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  color: #444444;
}
.project-details-area .details-img .content-right ul li a {
  display: inline-block;
  color: #444444;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
}
.project-details-area .details-img .content-right ul li a:hover {
  color: #9a1a18;
}
.project-details-area .details-handle {
  margin-bottom: 30px;
}
.project-details-area .details-handle p {
  margin-bottom: 5px;
}
.project-details-area .details-handle p:last-child {
  margin-bottom: 0;
}
.project-details-area .details-most .most-left {
  margin-bottom: 30px;
}
.project-details-area .details-most .most-right {
  margin-bottom: 30px;
}
.project-details-area .details-most .most-right p {
  margin-bottom: 12px;
}
.project-details-area .details-most .most-right ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.project-details-area .details-most .most-right ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  background-color: #9a1a18;
  border-radius: 50%;
}
.project-details-area .details-most .most-right ul li:last-child {
  margin-bottom: 0;
}
.project-details-area .details-summary p {
  margin-bottom: 0;
}

/*----- Blog CSS -----*/
.title-bg-four {
  background-image: url("../img/title/title-bg4.jpg");
}

.blog-area.three {
  background-color: #fff;
}
.blog-area.three .blog-item {
  padding: 25px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.4392156863);
}

/*----- Blog Details CSS -----*/
.blog-details-area .details-item img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-details-area .details-item .details-img {
  position: relative;
  margin-bottom: 25px;
}
.blog-details-area .details-item .details-img ul {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.blog-details-area .details-item .details-img ul li {
  list-style-type: none;
  display: inline-block;
  padding: 5px 18px;
  background-color: #9a1a18;
  font-size: 15px;
  margin-right: 15px;
}
.blog-details-area .details-item .details-img ul li:last-child {
  margin-right: 0;
}
.blog-details-area .details-item .details-img ul li span {
  display: inline-block;
  color: #fff;
}
.blog-details-area .details-item .details-img ul li a {
  display: inline-block;
  color: #fff;
  margin-left: 3px;
}
.blog-details-area .details-item .details-img ul li a:hover {
  color: #3e3e3e;
}
.blog-details-area .details-item .details-head {
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-head h2 {
  font-size: 30px;
  margin-bottom: 8px;
  line-height: 1.3;
}
.blog-details-area .details-item .details-head p {
  margin-bottom: 8px;
}
.blog-details-area .details-item .details-head p:last-child {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-quote {
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-quote blockquote {
  background-color: #fcf9f7;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2117647059);
  position: relative;
  padding: 40px 40px 55px;
  z-index: 1;
  margin-bottom: 15px;
}
.blog-details-area .details-item .details-quote blockquote i {
  position: absolute;
  top: 30px;
  left: 45px;
  font-size: 95px;
  color: rgba(255, 106, 64, 0.0784313725);
  z-index: -1;
}
.blog-details-area .details-item .details-quote blockquote h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Segoe UI Regular";
}
.blog-details-area .details-item .details-quote blockquote span {
  font-weight: 600;
  font-size: 15px;
  color: #9a1a18;
  text-align: right;
  display: inline-block;
  position: absolute;
  bottom: 37px;
  right: 40px;
}
.blog-details-area .details-item .details-quote blockquote span:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  top: 11px;
  left: -35px;
  background-color: #9a1a18;
}
.blog-details-area .details-item .details-quote p {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-text {
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-text img {
  margin-bottom: 20px;
  height: 300px;
  -o-object-position: top;
  object-position: top;
}
.blog-details-area .details-item .details-text p {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-tag {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(186, 186, 186, 0.3803921569);
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-tag .left ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
}
.blog-details-area .details-item .details-tag .left ul li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 600;
  color: #3e3e3e;
}
.blog-details-area .details-item .details-tag .left ul li a {
  display: inline-block;
  color: #3e3e3e;
  background-color: #f1ede9;
  padding: 4px 12px;
  margin-right: 5px;
}
.blog-details-area .details-item .details-tag .left ul li a:hover {
  color: #fff;
  background-color: #3e3e3e;
}
.blog-details-area .details-item .details-tag .right {
  text-align: right;
}
.blog-details-area .details-item .details-tag .right ul li {
  list-style-type: none;
  display: inline-block;
}
.blog-details-area .details-item .details-tag .right ul li span {
  display: inline-block;
  font-weight: 600;
  color: #3e3e3e;
}
.blog-details-area .details-item .details-tag .right ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #9a1a18;
  font-size: 17px;
  text-align: center;
  margin-left: 5px;
}
.blog-details-area .details-item .details-tag .right ul li a i {
  line-height: 30px;
  color: #fff;
}
.blog-details-area .details-item .details-tag .right ul li a:hover {
  background-color: #3e3e3e;
}
.blog-details-area .details-item .details-comments {
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-comments h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: -3px;
}
.blog-details-area .details-item .details-comments ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 120px;
  padding: 20px 20px 20px 135px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.231372549);
  margin-bottom: 15px;
}
.blog-details-area .details-item .details-comments ul li:last-child {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-comments ul li img {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 100px;
  border-radius: 50%;
}
.blog-details-area .details-item .details-comments ul li h4 {
  margin-bottom: 5px;
  font-size: 18px;
}
.blog-details-area .details-item .details-comments ul li span {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}
.blog-details-area .details-item .details-comments ul li p {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-comments ul li a {
  display: inline-block;
  color: #fff;
  background-color: #9a1a18;
  padding: 3px 12px;
  font-size: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.blog-details-area .details-item .details-comments ul li a:hover {
  background-color: #3e3e3e;
}
.blog-details-area .details-item .details-form h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: -3px;
}
.blog-details-area .details-item .details-form .form-group {
  margin-bottom: 15px;
}
.blog-details-area .details-item .details-form .form-group .form-control {
  height: 45px;
  border: 0;
  border-radius: 0;
  background-color: #fafafa;
}
.blog-details-area .details-item .details-form .form-group .form-control:focus {
  border: 0;
  box-shadow: none;
}
.blog-details-area .details-item .details-form .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}
.blog-details-area .details-item .details-form .common-btn {
  border-radius: 0;
  width: 100%;
  display: block;
}

.widget-area .search {
  position: relative;
  background-color: #fafafa;
  padding: 10px 15px 10px;
}
.widget-area .search .form-control {
  height: 45px;
  border-radius: 30px;
  padding-left: 15px;
  font-size: 15px;
  border: 0;
}
.widget-area .search .form-control:focus {
  border: 0;
  box-shadow: none;
}
.widget-area .search .btn {
  padding: 0;
  color: #9a1a18;
  transition: 0.5s all ease;
  font-size: 24px;
  position: absolute;
  top: 16px;
  right: 30px;
}
.widget-area .search .btn:hover {
  color: #3e3e3e;
}
.widget-area .recent .inner {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3411764706);
}
.widget-area .recent .inner:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget-area .recent .inner ul {
  display: flex;
  flex-wrap: wrap;
}
.widget-area .recent .inner ul li {
  list-style-type: none;
  display: inline-block;
}
.widget-area .recent .inner ul li:nth-child(1) {
  flex: 0 0 22%;
  max-width: 22%;
}
.widget-area .recent .inner ul li:nth-child(2) {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}
.widget-area .recent .inner ul li span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.widget-area .recent .inner ul li span i {
  display: inline-block;
  color: #9a1a18;
  font-size: 15px;
  position: relative;
  top: 1px;
}
.widget-area .recent .inner ul li h4 {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.3;
}
.widget-area .recent .inner ul li h4 a {
  color: #3e3e3e;
}
.widget-area .recent .inner ul li h4 a:hover {
  color: #9a1a18;
}
.widget-area .categories ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}
.widget-area .categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .categories ul li a {
  display: block;
  color: #fff;
  background-color: #9a1a18;
  padding: 15px 20px 15px;
  position: relative;
}
.widget-area .categories ul li a span {
  position: absolute;
  top: 15px;
  right: 20px;
}
.widget-area .categories ul li a:hover {
  background-color: #3e3e3e;
}
.widget-area .tags h3 {
  margin-bottom: 10px;
}
.widget-area .tags ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 3px;
  margin-top: 5px;
}
.widget-area .tags ul li a {
  display: block;
  color: #9a1a18;
  background-color: #fafafa;
  padding: 4px 12px;
  font-size: 15px;
}
.widget-area .tags ul li a:hover {
  color: #fff;
  background-color: #3e3e3e;
}

/*----- Contact CSS -----*/
.title-bg-five {
  background-image: url("../img/title/title-bg5.jpg");
}

.contact-area {
  position: relative;
}
.contact-area .contact-shape img {
  position: absolute;
  top: 50px;
  right: 100px;
  max-width: 120px;
  animation: banner-rotate-ani 10s infinite linear;
}
.contact-area .section-title {
  text-align: center;
}
.contact-area .form-group {
  margin-bottom: 15px;
}
.contact-area .form-group .form-control {
  height: 45px;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
  background-color: #fafafa;
}
.contact-area .form-group .form-control:focus {
  border: 0;
  box-shadow: none;
}
.contact-area .form-group textarea {
  padding-top: 13px;
  height: auto !important;
}
.contact-area .form-check {
  margin-bottom: 15px;
  font-size: 16px;
}
.contact-area .form-check a {
  display: inline-block;
  color: #9a1a18;
  font-weight: 600;
}
.contact-area .form-check a:hover {
  color: #3e3e3e;
}
.contact-area .common-btn {
  width: 100%;
  display: block;
  border-radius: 0;
  opacity: 1;
  margin-bottom: 30px;
}
.contact-area .list-unstyled {
  margin-top: 10px;
  font-size: 15px;
  color: #dc3545 !important;
}
.contact-area .text-danger {
  margin-bottom: 0;
  margin-top: 10px;
  color: #dc3545 !important;
}
.contact-area .text-success {
  margin-bottom: 0;
  margin-top: 10px;
  color: #28a745 !important;
}
.contact-area .contact-info {
  padding: 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2117647059);
  margin-bottom: 30px;
  background-color: #fff;
}
.contact-area .contact-info h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.contact-area .contact-info p {
  margin-bottom: 15px;
}
.contact-area .contact-info ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
.contact-area .contact-info ul li:last-child {
  margin-bottom: 0;
}
.contact-area .contact-info ul li i {
  display: inline-block;
  color: #9a1a18;
  font-size: 30px;
  position: absolute;
  top: 4px;
  left: 0;
}
.contact-area .contact-info ul li a {
  display: block;
  color: #444444;
}
.contact-area .contact-info ul li a:hover {
  color: #9a1a18;
}

.map-area #map {
  width: 100%;
  display: block;
  height: 400px;
  border: 0;
}

/*----- User Form CSS -----*/
.user-form-area {
  background-image: url("../img/user-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
}
.user-form-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212832;
  opacity: 0.8;
}
.user-form-area .user-form-item {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #212832;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px 40px 30px;
}
.user-form-area .user-form-item .logo {
  display: inline-block;
  margin-bottom: 30px;
}
.user-form-area .user-form-item .form-group {
  margin-bottom: 15px;
}
.user-form-area .user-form-item .form-group .form-control {
  height: 45px;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
  border-radius: 5px;
}
.user-form-area .user-form-item .form-group .form-control:focus {
  border: 0;
  box-shadow: none;
}
.user-form-area .user-form-item .common-btn {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 15px;
}
.user-form-area .user-form-item .remember {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  text-align: left;
}
.user-form-area .user-form-item .remember li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 50%;
  max-width: 50%;
}
.user-form-area .user-form-item .remember li:nth-child(2) {
  text-align: right;
}
.user-form-area .user-form-item .remember li .form-check-label {
  color: #fff;
  cursor: pointer;
}
.user-form-area .user-form-item .remember li .form-check-input {
  margin-top: 5px;
  margin-left: -20px;
}
.user-form-area .user-form-item .remember li a {
  display: inline-block;
  color: #fff;
}
.user-form-area .user-form-item .remember li a:hover {
  color: #9a1a18;
}
.user-form-area .user-form-item h4 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}
.user-form-area .user-form-item h4:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  top: 9px;
  left: 0;
  background-color: #ddd;
}
.user-form-area .user-form-item h4:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  top: 9px;
  right: 0;
  background-color: #ddd;
}
.user-form-area .user-form-item .social {
  margin-bottom: 15px;
}
.user-form-area .user-form-item .social li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.user-form-area .user-form-item .social li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #9a1a18;
}
.user-form-area .user-form-item .social li a i {
  line-height: 30px;
}
.user-form-area .user-form-item .social li a:hover {
  color: #fff;
  background-color: #3e3e3e;
}
.user-form-area .user-form-item p {
  margin-bottom: 0;
  color: #fff;
}
.user-form-area .user-form-item p a {
  display: inline-block;
  color: #9a1a18;
  font-weight: 600;
}
.user-form-area .user-form-item p a:hover {
  color: #fff;
}

/*----- Team CSS -----*/
.title-bg-six {
  background-image: url("../img/title/title-bg6.jpg");
}

/*----- Team Details CSS -----*/
.team-details-area .details-img {
  margin-bottom: 30px;
}
.team-details-area .details-img img {
  width: 100%;
}
.team-details-area .details-content {
  margin-bottom: 30px;
}
.team-details-area .details-content h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
.team-details-area .details-content span {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
.team-details-area .details-content p {
  margin-bottom: 12px;
}
.team-details-area .details-content .details-info {
  max-width: 400px;
  margin-bottom: 25px;
}
.team-details-area .details-content .details-info li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  color: #3e3e3e;
  padding-left: 25px;
}
.team-details-area .details-content .details-info li:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 11px;
  left: 0;
  background-color: #9a1a18;
}
.team-details-area .details-content .details-info li:last-child {
  margin-bottom: 0;
}
.team-details-area .details-content .details-info li span {
  display: inline-block;
  color: #444444;
  position: absolute;
  top: 2px;
  right: 0;
}
.team-details-area .details-content .details-info li a {
  display: inline-block;
  color: #444444;
  position: absolute;
  top: 2px;
  right: 0;
}
.team-details-area .details-content .details-info li a:hover {
  color: #9a1a18;
}
.team-details-area .details-content .social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.team-details-area .details-content .social li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #9a1a18;
  font-size: 16px;
}
.team-details-area .details-content .social li a i {
  line-height: 30px;
}
.team-details-area .details-content .social li a:hover {
  background-color: #3e3e3e;
}

.biography-area h3 {
  margin-bottom: 30px;
  font-size: 30px;
}
.biography-area .content {
  margin-bottom: 30px;
}
.biography-area .content p {
  margin-bottom: 10px;
}
.biography-area .content p:last-child {
  margin-bottom: 0;
}

/*----- Pricing CSS -----*/
.pricing-area.four {
  background-color: #fff;
}
.pricing-area.four .pricing-item {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2117647059);
}
.pricing-area.four .pricing-item i {
  background-color: #9a1a18;
}
.pricing-area.four .pricing-item ul li:before {
  background-color: #9a1a18;
}
.pricing-area.four .pricing-item ul li.deleted:before {
  background-color: #444444;
}
.pricing-area.four .pricing-item.active {
  background-color: #9a1a18;
}
.pricing-area.four .pricing-item.active i {
  color: #9a1a18;
  background-color: #fff;
}
.pricing-area.four .pricing-item.active ul li:before {
  background-color: #fff;
}
.pricing-area.four .pricing-item.active .common-btn {
  color: #9a1a18;
}

/*----- Testimonials CSS -----*/
.testimonials-area.five {
  background-image: unset;
  background-color: #fff;
}
.testimonials-area.five .testimonials-item {
  margin-bottom: 30px;
  margin-top: -7px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2117647059);
  padding-top: 30px;
  padding-bottom: 30px;
}

/*----- FAQ CSS -----*/
.faq-area .faq-img {
  margin-bottom: 30px;
}
.faq-area .faq-img img {
  width: 100%;
}
.faq-area .faq-item .accordion li:before {
  background-color: #9a1a18;
}
.faq-area .faq-item .accordion li a {
  color: #9a1a18;
}
.faq-area .faq-item .accordion li a:hover {
  color: #3e3e3e;
}

/*----- Error CSS -----*/
.error-area {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background: #3e3e3e;
}
.error-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212832;
  opacity: 0.9;
}
.error-area .error-item {
  text-align: center;
  position: relative;
  z-index: 1;
}
.error-area .error-item h1 {
  font-size: 150px;
  margin-bottom: 5px;
  color: #fff;
}
.error-area .error-item h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #fff;
}
.error-area .error-item p {
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

/*----- Coming Soon CSS -----*/
.coming-soon-area {
  height: 100vh;
  text-align: center;
  background-image: url("../img/coming-soon-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
.coming-soon-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212832;
  opacity: 0.9;
}
.coming-soon-area .soon-item {
  position: relative;
  z-index: 1;
}
.coming-soon-area .soon-item h1 {
  font-size: 100px;
  color: #fff;
  margin-bottom: 15px;
}
.coming-soon-area .soon-item span {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}
.coming-soon-area .soon-item span:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  left: -45px;
  top: 14px;
  background-color: #fff;
}
.coming-soon-area .soon-item span:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  right: -45px;
  top: 14px;
  background-color: #fff;
}

.coming-soon-area .soon-item .coming-inner {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #212832;
  padding: 30px 30px 35px;
}
.coming-soon-area .soon-item .coming-inner h3 {
  font-size: 50px;
  margin-bottom: 0;
  color: #fff;
}
.coming-soon-area .soon-item .coming-inner p {
  margin-bottom: 0;
  color: #fff;
}

/*----- Rules CSS -----*/
.rules-area {
  margin-left: auto;
  margin-right: auto;
}
.rules-area .rules-item img {
  width: 100%;
  margin-bottom: 30px;
}
.rules-area .rules-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.rules-area .rules-item ul {
  margin-bottom: 30px;
}
.rules-area .rules-item ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.rules-area .rules-item ul li:last-child {
  margin-bottom: 0;
}
.rules-area .rules-item ul li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #9a1a18;
}
.rules-area .rules-item p {
  margin-bottom: 30px;
}
.rules-area .rules-item p:last-child {
  margin-bottom: 0;
}

/*----- Go Top CSS -----*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 0;
  right: 15px;
  color: #ffffff;
  background-color: #9a1a18;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  border-radius: 50%;
  border: 1px solid #9a1a18;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.6s;
  font-size: 25px;
  line-height: 45px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top.active {
  bottom: 2%;
  transform: translateY(-1%);
  opacity: 1;
  visibility: visible;
}
.go-top:hover,
.go-top:focus {
  color: #ffffff;
  border: 1px solid #3e3e3e;
  background-color: #3e3e3e;
}
.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/*----- Preloader CSS -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #fff;
}
.loader .pre-load {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  perspective: 500px;
  transform: translate(-50%, -50%);
}
.loader .pre-load .inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.loader .pre-load .inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 10px solid #3e3e3e;
}
.loader .pre-load .inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 10px solid #3e3e3e;
}
.loader .pre-load .inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 10px solid #3e3e3e;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
/*----- Buy Now Btn -----*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  color: #fff;
  background-color: #94be5d;
}

.logo-two {
  width: 230px;
}

.ctaform {
  position: relative;
  left: -5px;
}

.ctaform .form-control {
  margin: 0 7px;
  padding: 12px 7px;
  border-radius: 21px;
  padding-left: 21px;
}

.btnColor {
  padding: 12px 31px;
  border-radius: 21px;
  background: #9a1a18;
  border: none;
  margin-left: 6px;
}

.btnColor:hover {
  background: #9a1a18;
  border: none;
  transform: scale(1.1);
  transition: 500ms;
}

.single-blog-card.blog-card-two .blog-img img {
  border-radius: 20px;
  transition: var(--transition);
}

.single-blog-card.blog-card-two .blog-img img:hover {
  transform: scale(1.1);
  transition: 500ms;
}

.single-blog-card .date {
  background: #9a1a18;
  color: white;
  border-radius: 30px 0 0 30px;
  padding: 15px 30px;
  position: absolute;
  right: 0;
  top: 20px;
}

.single-blog-card {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-card.blog-card-two .single-blog-content {
  overflow: hidden;
  padding: 26px;
  background: #fff;
  box-shadow: 0 0 30px rgba(85, 85, 85, 0.1019607843);
  border-radius: 20px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -90px;
  position: relative;
  z-index: 1;
}

.blog-img {
  overflow: hidden;
  border-radius: 9px;
}

.blogtext {
  color: black;
}

.admin {
  margin-right: 14px;
}

.admin + span {
  margin-right: 4px;
}

.single-blog-card .single-blog-content ul li {
  display: flex;
  position: relative;
  margin-right: 30px;
}

.single-blog-card .single-blog-content ul li:last-child {
  margin-right: 0;
}

.single-blog-card .single-blog-content h3 {
  font-size: 24px;
  padding: 12px 31px;
  line-height: 34px;
}

.single-blog-content ul {
  display: flex;
}

.admin svg {
  width: 28px;
}

.list-inline a {
  color: #9a1a18 !important;
}

.date span {
  font-weight: 600;
}

form.ctz {
  margin-top: 21px;
  background: white;
  padding: 35px 24px;
  border-radius: 9px;
  padding-top: 14px;
  text-align: left;
}

@media (max-width: 900px) {
  .ctaform {
    flex-direction: column;
  }
  .ctaform .form-control {
    margin: 10px 0;
  }
}
.sub-title-about {
  display: block;
  margin-bottom: 10px;
  font-family: "Poppins";
  letter-spacing: 0.5px;
  font-weight: 400;
}

.boomHeading {
  color: #9a1a18;
  font-weight: 700;
}

.boomHeadingH2 {
  font-weight: 600;
}

.boomProjects {
  color: black !important;
}

h3.boomQuote {
  font-size: 1.9em !important;
}

.card.boomAddressCard {
  background: white;
  border: none;
  margin: 0 10px;
  align-items: center;
  width: 268px;
  text-align: center;
  padding: 18px;
  height: 266px;
  justify-content: center;
  margin-bottom: 25px;
}

.boomAddressCard svg {
  width: 55px;
  color: darkred;
}

.boomAddressCard .card-body {
  flex: none;
}

.dds {
  font-size: 13px;
}

.ctz h3 {
  font-size: 33px;
  margin-bottom: 24px;
  text-align: center;
}

.ctz label {
  font-weight: 600;
  color: #131c21;
  margin-bottom: 7px;
}

.services-main-page {
  padding: 100px 0;
}

.boomAddressCard .card-title {
  font-size: 18px;
}

.boomAddressCard .card-text {
  font-size: 14px;
}

.about-para {
  font-size: 16px;
}

@media (max-width: 1400px) {
  .ctaform {
    position: relative;
    justify-content: flex-end;
  }
  .boomR {
    width: 301px !important;
  }
  .ctaform .form-control {
    width: 164px;
    height: 50px;
  }
}
a.cald {
  color: #757575;
  font-size: 14px;
  text-decoration: underline;
}

hr.hrD {
  width: 212px;
  height: 5px;
  color: darkred;
  opacity: 1;
}

.aboutBoom {
  text-align: justify;
}

.activeSubService {
  display: block;
  color: white !important;
  background-color: #9a1a18 !important;
  font-weight: 600;
  padding: 15px 20px 15px;
  border-radius: 7px;
}

.softwares {
  padding: 100px 0;
  background: rgba(241, 224, 224, 0.1882352941);
}
.softwares h3 {
  font-size: 31px;
  margin-bottom: 21px;
}

.softwareIcon {
  width: 13%;
  height: 16%;
}

.ptop1 {
  padding-bottom: 249px;
}

.bkkk {
  position: relative;
}

.sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 17;
}

.page-title-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url("../images/BG-Banners1.jpg");
}
.page-title-area .title-content {
  width: 60%;
}
.page-title-area .title-content h1 {
  font-size: 50px;
  margin-bottom: 15px;
  color: white;
}

p.inner-banner-para {
  width: 62%;
  color: #fff;
  margin-top: 20px;
  font-size: 17px;
}

.header__top {
  background-color: #021738;
  padding-block: 0;
  padding: 12px 0;
}

.info ul {
  display: flex;
  gap: 10px;
}
.info ul li {
  list-style: none;
}
.info ul li i {
  color: #fff;
  font-size: 15px;
}
.info ul li span {
  color: #fff;
}

.top-header-social-icons ul {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: end;
}
.top-header-social-icons ul li {
  list-style: none;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #a11d1d;
  font-size: 17px;
  text-align: center;
}
.top-header-social-icons ul li a {
  color: #fff;
}
.top-header-social-icons ul li a i {
  line-height: 30px;
}

.header__toparea {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}
.header__toparea .info ul {
  display: flex;
  flex-wrap: wrap;
}
.header__toparea .info ul li {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__middle .info li i {
  color: #131c21;
  font-size: 30px;
}
.header__middle .info li span {
  display: block;
  color: #000000;
  font-weight: 700;
}
.header__middle .info li a {
  color: #a11d1d;
  font-weight: 600;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 2px rgba(238, 238, 238, 0.43);
  z-index: 999;
  background-color: #fff;
  padding: 0 !important;
}

ul.mega-menu.mega-menu--multiLevel ul.menu.menu-list li a {
  color: #131c21;
}

.inner-about {
  text-align: center;
}
.inner-about .section-title {
  width: 75%;
  margin: 0 auto;
}

.custom-video-section .section-title p {
  width: 90%;
}

.founder-image {
  position: relative;
}
.founder-image .founder-position {
  position: absolute;
  bottom: 0;
  background: #fcf9f7;
  right: 0;
  padding: 10px 10px;
}

#quote-box {
  border-radius: 3px;
  padding: 40px 50px;
  background-color: #222832;
  margin-top: 40px;
}

#quote-box .quote-text {
  text-align: center;
  height: auto;
  clear: both;
  font-weight: 500;
  font-size: 1.75em;
}

#quote-box .quote-text i {
  font-size: 1em;
  margin-right: 0.4em;
}

#quote-box .quote-author {
  height: auto;
  clear: both;
  padding-top: 20px;
  font-size: 1em;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.quote-text i {
  color: #9a1a18;
}

#quote-box .buttons {
  margin: 0 auto;
  justify-content: center;
  width: 100%;
  display: flex;
}

#quote-box .buttons .button#tweet-quote,
#quote-box .buttons .button#tumblr-quote {
  float: left;
  padding: 0px;
  text-align: center;
  font-size: 1.2em;
  margin-right: 5px;
  height: 30px;
  width: 40px;
  line-height: 34px;
  border-radius: 3px;
}

span#text {
  color: #fff;
  font-weight: 700;
}

.buttons a {
  background: #fff;
  margin-top: 0;
  padding-top: 0;
}

.buttons i {
  color: #9a1a18;
  font-size: 20px;
}

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

.section-title.custom-align-left {
  text-align: left;
  width: 100%;
}

.learn-more {
  position: relative;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  transition: all 500ms ease;
  line-height: 1em;
}

.learn-more-btn {
  display: flex;
  align-items: center;
}

.learn-more-btn i {
  color: #a11d1d;
  font-size: 23px;
  line-height: 1em;
  margin-top: 4px;
}

.custom-founders {
  background: #fcf9f7;
}

.section-title .sub-title {
  display: inline-block;
  color: #9a1a18;
  margin-bottom: 10px;
  font-family: "Poppins";
  letter-spacing: 0.5px;
  font-weight: 400;
}

.custom-video-section {
  background-image: url(../images/About-bg-parallex1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.cutom-about-icons-section ul {
  display: flex;
  gap: 20px;
}
.cutom-about-icons-section ul li {
  list-style: none;
}
.cutom-about-icons-section ul li i {
  font-size: 45px;
  color: #a11d1d;
}

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

.Custom-about-values {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-half-bg-shape {
  position: relative;
  background: #9a1a18;
}
.custom-half-bg-shape::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 55%;
  border-top: 640px solid #3e3e3e;
  border-left: 70px solid transparent;
}
.custom-half-bg-shape .section-title span {
  color: #fff;
}
.custom-half-bg-shape .section-title h2 {
  color: #fff;
}
.custom-half-bg-shape .section-title h2 span {
  color: #9a1a18;
}
.custom-half-bg-shape .section-title p {
  color: #fff;
}

.fun_facts.type_one {
  text-align: center;
}
.fun_facts.type_one .icon.trans {
  border: 2px solid #fff;
  transition: 0.5s ease-in-out;
}
.fun_facts.type_one .icon.trans:hover {
  border-color: #9a1a18 !important;
  transition: 0.5s ease-in-out;
}
.fun_facts.type_one .icon.trans h4 {
  font-size: 45px;
}
.fun_facts.type_one .icon.trans h6.title_no_a_18 {
  font-size: 22px;
}
.fun_facts.type_one .icon {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 14px;
  margin: auto;
  margin-bottom: 15px;
}
.fun_facts.type_one .icon .icon_in {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
  background: #9a1a18;
  text-align: center;
  position: relative;
  margin: auto;
  box-shadow: 0 5px 22px 0px rgba(15, 53, 103, 0.05);
}
.fun_facts.type_one .icon .icon_in i {
  font-size: 65px;
  line-height: 120px;
  color: #fff;
}

.main-nav.four nav .navbar-nav .nav-item a:hover,
.main-nav.four nav .navbar-nav .nav-item a:focus,
.main-nav.four nav .navbar-nav .nav-item a.active {
  color: white;
}

nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav a {
  display: block;
  text-decoration: none;
}

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

.menu-bar {
  display: flex;
}

.menu-link {
  padding: 20px 25px;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

a.menu-link.mega-menu-link {
  color: #131c21;
}

.menu-link[aria-haspopup="true"] {
  padding-right: 40px;
}

.menu-link[aria-haspopup="true"]:after {
  content: "";
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowRight.svg#accent");
  background-size: 14px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.mega-menu-header {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #136a73;
}

.mega-menu {
  background: #ffffff;
  z-index: 10;
}

.mega-menu--multiLevel {
  flex-direction: column;
}

@media all and (min-width: 951px) {
  .nav {
    background: #9a1a18;
  }
  .nav > nav {
    max-width: 900px;
    margin: 0 auto;
  }
  .menu [aria-haspopup="true"] ~ ul {
    display: none;
  }
  .menu-bar {
    position: relative;
  }
  .menu-bar > li > [aria-haspopup="true"]:after {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#light");
  }
  .menu-bar > li > [aria-haspopup="true"]:hover:after {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#light");
  }
  .menu-bar > li > [aria-haspopup="true"]:focus ~ ul {
    display: flex;
    transform-origin: top;
    animation: dropdown 0.2s ease-out;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul:hover {
    display: flex;
  }
  .menu-bar > li:focus-within > [aria-haspopup="true"] ~ ul {
    display: flex;
  }
  .menu-bar > li > [aria-haspopup="true"]:focus,
  .menu-bar > li:focus-within > [aria-haspopup="true"],
  .menu-bar > li:hover > a {
    background: #a11d1d;
    color: #ffffff;
  }
  .menu-bar > li > [aria-haspopup="true"]:focus:after,
  .menu-bar > li:focus-within > [aria-haspopup="true"]:after,
  .menu-bar > li:hover > a:after {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowTop.svg#light");
  }
  .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 550px;
  }
  .mega-menu:hover {
    display: flex;
  }
  .mega-menu a:hover {
    background: #dceced;
    color: #136a73;
  }
  .mega-menu--multiLevel > li {
    width: 33.33333333%;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    left: 33.33333333%;
    width: 33.33333333%;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul {
    width: 100%;
    left: 100%;
  }
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"] ~ ul {
    display: block;
    transform-origin: left;
    animation: flyout 0.2s ease-out;
  }
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"] ~ ul {
    display: block;
  }
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"],
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"],
  .mega-menu--multiLevel li:hover > a,
  .mega-menu--multiLevel li:focus-within > a {
    background: #eddcdc;
    color: #9a1a18;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul,
  .mega-menu--multiLevel [aria-haspopup="true"] {
    border-left: 1px solid #f0f0f0;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul:hover,
  .mega-menu--multiLevel [aria-haspopup="true"]:hover {
    display: block;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .mega-menu--flat > * {
    flex: 1;
  }
  .mobile-menu-trigger,
  .mobile-menu-header,
  .mobile-menu-back-item {
    display: none;
  }
}
@media all and (max-width: 950px) {
  .nav {
    padding: 20px;
  }
  .mobile-menu-trigger,
  .mobile-menu-header,
  .mobile-menu-back-item {
    display: block;
  }
  .mobile-menu-trigger {
    background: #a11d1d;
    color: #ffffff;
    border: 0;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 4px;
  }
  .mobile-menu-header {
    order: -1;
    background: grey;
  }
  .mobile-menu-header a {
    padding: 20px 25px;
    color: #ffffff;
    visibility: visible;
  }
  .menu-bar {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 350px;
    max-width: 350px;
    max-width: 90%;
    overflow-x: hidden;
    transition: left 0.3s;
    box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.25);
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    position: absolute;
    left: 100%;
    top: 0;
    max-height: 100vh;
    width: 100%;
    transition: left 0.3s;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] {
    font-size: 1.2em;
  }
  .menu-bar
    > li
    > [aria-haspopup="true"]
    ~ ul
    > li
    > [aria-haspopup="true"]
    ~ ul
    a {
    padding-left: 40px;
  }
  .menu-bar
    > li
    > [aria-haspopup="true"]
    ~ ul
    > li
    > [aria-haspopup="true"]
    ~ ul
    > li
    > [aria-haspopup="true"]
    ~ ul
    a {
    padding-left: 80px;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] {
    color: #2a2a2a;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:after {
    content: "+";
    background: none;
    font-size: 1em;
    font-weight: normal;
    height: 20px;
    line-height: 1;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul {
    max-height: 0px;
    transform-origin: top;
    transform: scaleY(0);
    transition: max-height 0.1s;
  }
  .mega-menu-content {
    padding: 20px 25px;
  }
  .mobile-menu-back-item {
    order: -1;
  }
  .mobile-menu-back-item a {
    background: #d9d9d9;
    color: #2a2a2a;
    max-height: calc(1.4em + 40px);
    margin-top: calc(0px - (1.4em + 40px));
    pointer-events: none;
  }
  .mobile-menu-back-item a:before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowLeft.svg#default");
    background-size: 14px;
    margin-right: 10px;
    display: inline-block;
  }
  .mobile-menu-trigger:focus ~ ul {
    left: 0;
  }
  .menu-bar:hover,
  .menu-bar:focus-within {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"]:focus ~ ul {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul {
    margin-top: calc(1.4em + 40px);
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul:hover,
  .menu-bar > li > [aria-haspopup="true"] ~ ul:focus-within {
    left: 0;
  }
  .menu-bar
    > li
    > [aria-haspopup="true"]
    ~ ul
    [aria-haspopup="true"]:focus
    ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .menu-bar
    > li
    > [aria-haspopup="true"]
    ~ ul
    li:focus-within
    > [aria-haspopup="true"]
    ~ ul {
    max-height: 500px;
    transform: scaleY(1);
  }
  .menu-bar > li:focus-within ~ .mobile-menu-header a {
    visibility: hidden;
  }
}
@media all and (max-width: 950px) and (hover: none) {
  .mobile-menu-trigger:hover ~ ul {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"]:hover ~ ul {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul:hover {
    left: 0;
  }
  .menu-bar
    > li
    > [aria-haspopup="true"]
    ~ ul
    [aria-haspopup="true"]:hover
    ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .menu-bar
    > li
    > [aria-haspopup="true"]
    ~ ul
    [aria-haspopup="true"]
    ~ ul:hover {
    max-height: 500px;
    transform: scaleY(1);
  }
  .menu-bar > li:hover ~ .mobile-menu-header a {
    visibility: hidden;
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flyout {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@media screen and (max-width: 600px) {
  .pushNav {
    width: 75%;
    right: -75%;
  }
}
@media screen and (min-width: 601px) {
  .pushNav {
    width: 350px;
    right: -350px;
  }
}
ul.pushNav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pushNav {
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  background: #0a0f13;
  transition: ease-in-out 0.5s;
}

.pushNav hr {
  border: 1px solid #555;
}

.pushNav,
.pushNav a {
  font-size: 1em;
  font-family: helvetica, sens-serif;
  font-weight: 100;
  color: #fff;
  text-decoration: none;
}

.pushNavIsOpen {
  overflow: auto;
  height: 100%;
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
  right: 0;
}

.closeLevel,
.openLevel {
  cursor: pointer;
}

.openLevel,
.closeLevel,
.pushNav a {
  padding: 1em 0;
  display: flex;
  transition: background 0.4s ease-in-out;
  align-items: center;
  padding-left: 1rem;
  gap: 10px;
}

.openLevel:hover,
.closeLevel:hover,
.pushNav a:hover {
    background: #9a1a18;
    color: #fff;
}

.hdg {
  background-color: #1e1e24;
}

.closeLevel,
closelevel > i {
  font-size: 1em;
  color: #a5a5a4;
}

.burger {
  position: absolute;
  right: 15px;
  top: 25px;
}

.burger i {
  font-size: 3em;
  color: #0a0f13;
}

.screen {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.pushNavIsOpen .screen {
  height: 100%;
  opacity: 1;
}

.fa {
  display: inline;
  padding: 5px;
}

.wrapper {
  max-width: 625px;
  margin: 120px auto;
  padding: 0 20px;
  color: #fff;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 100;
  font-size: 1.1em;
  line-height: 1.4em;
}

.wrapper a {
  color: #20c270;
  text-decoration: none;
}

.wrapper button {
  background-color: #20c270;
  margin: 50px auto;
  display: block;
  padding: 10px 40px;
  border: none;
}

.wrapper button:hover {
  background-color: #18a960;
}

.wrapper button a {
  color: #fff;
  font-size: 2em;
}

.mobile-header-menu {
  position: relative;
  padding: 10px 0;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 17;
  padding: auto;
}

.mobile-header-menu.fixed {
  padding: 20px 0;
}

i.bx.bxs-quote-left.size-larged {
  font-size: 70px;
  line-height: 50px;
  color: #9a1a18;
}

.testimonial-heading {
  display: flex;
  gap: 20px;
  align-items: center;
}
.testimonial-heading span.sub-title {
  margin-bottom: 0;
}

.single_counter_inner {
  position: relative;
}
.single_counter_inner.custom-before-line::before {
  position: absolute;
  content: "";
  right: -39px;
  height: 80px;
  width: 1px;
  background: #fff;
  top: 0;
  opacity: 0.4;
}
.single_counter_inner h1 {
  color: #fff;
}
.single_counter_inner h4 {
  color: #fff;
  text-align: right;
}
.single_counter_inner .countr_text {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.single_counter_inner .countr_text h3 {
  color: #9a1a18;
  font-weight: 700;
}

.insights-section-list .col-lg-3.col-sm-12 {
  padding: 0;
}
.insights-section-list .col-lg-6.col-sm-12 {
  padding: 0;
}
.insights-section-list img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.insights-section-list .insights-image-over {
  position: relative;
}
.insights-section-list .insights-image-over .section-title {
  position: absolute;
  position: absolute;
  bottom: 40px;
  left: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.insights-section-list .Dark-red-bg {
  background: #931713;
}
.insights-section-list .Dark-red-bg .section-title {
  padding: 10px;
  margin-bottom: 0;
  margin-top: 0;
  height: 100%;
  padding-top: 45px;
}
.insights-section-list .Dark-red-bg .section-title span {
  color: #fff !important;
}
.insights-section-list .Dark-red-bg .section-title h2 {
  color: #fff !important;
}
.insights-section-list .Dark-red-bg .section-title p {
  color: #fff !important;
}
.insights-section-list .Dark-blue-bg {
  background: #090f13;
}
.insights-section-list .Dark-blue-bg .section-title {
  padding: 10px;
  margin-bottom: 0;
  margin-top: 0;
  height: 100%;
  padding-top: 120px;
}
.insights-section-list .Dark-blue-bg .section-title span {
  color: #fff !important;
}
.insights-section-list .Dark-blue-bg .section-title h2 {
  color: #fff !important;
}
.insights-section-list .Dark-blue-bg .section-title h2 span {
  margin-left: 10px;
}
.insights-section-list .Dark-blue-bg .section-title p {
  color: #fff !important;
}

a.c-preview {
  position: relative;
}
a.c-preview::before {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}
a.c-preview::before:hover {
  height: 100%;
}
a.c-preview .section-title {
  text-align: left;
}
a.c-preview .section-title span.sub-title.boomProjects {
  text-align: left !important;
  display: inline !important;
}
a.c-preview .section-title h2 span {
  text-align: left !important;
  display: inline !important;
}
a.c-preview .c-preview__img {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}
a.c-preview a.c-preview:hover .c-preview__img {
  height: 100%;
}

.square {
  height: 100%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
}

.square:before {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, #3e3e3e 100%);
}

.square:hover:before {
  height: 100%;
}

.square .section-title {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 99999;
}

.square:hover .section-title span.sub-title.boomProjects {
  color: #fff !important;
  transition: height 0.5s ease-out;
}

.square:hover .section-title h2 {
  color: #fff;
  transition: height 0.5s ease-out;
}

.square:hover .section-title p {
  color: #fff;
  transition: height 0.5s ease-out;
}

.Blog-section {
  padding: 100px 0;
}

section.blog-area.Blog-section.insights-section-main .section-title {
  margin-bottom: 0;
}
section.blog-area.Blog-section.insights-section-main .square .section-title {
  margin-bottom: 30px;
}
section.blog-area.Blog-section.insights-section-main
  .row.align-items-center.pt-100 {
  text-align: center;
  margin-bottom: 40px;
}
section.blog-area.Blog-section.insights-section-main
  .row.insights-section-list
  .section-title {
  text-align: left;
}
section.blog-area.Blog-section.insights-section-main
  .row.insights-section-list
  .section-title
  span {
  text-align: left;
  display: block;
}
section.blog-area.Blog-section.insights-section-main
  .row.insights-section-list
  .section-title
  h2
  span {
  margin-left: 0;
}

.why-aspire-grid {
  position: relative;
}
.why-aspire-grid .item--image {
  position: relative;
}
.why-aspire-grid .item--image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80%;
  background-color: #fff;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#fff", endColorStr="rgba(255, 255, 255, 0)", gradientType="1");
  background-color: initial;
  z-index: 1;
}
.why-aspire-grid .item--image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 90%;
  background-color: #fff 42%;
  background-image: linear-gradient(to right, #fff 42%, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#fff 42%", endColorStr="rgba(255, 255, 255, 0)", gradientType="1");
  background-color: initial;
  z-index: 2;
}
.why-aspire-grid img {
  width: 100%;
}
.why-aspire-grid .item--holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  z-index: 99;
  border-bottom: 5px solid var(--primary-color);
  -ms-box-shadow: 0 0 27px rgba(12, 12, 12, 0.07);
  -o-box-shadow: 0 0 27px rgba(12, 12, 12, 0.07);
  box-shadow: 0 0 27px rgba(12, 12, 12, 0.07);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  border-bottom: 4px solid #9a1a18;
}
.why-aspire-grid .item--holder i {
  font-size: 50px;
  color: #9a1a18;
}
.why-aspire-grid .item--holder h3 {
  font-family: "Segoe UI Bold";
  color: #131c21;
  letter-spacing: 0.3px;
}

.services-bg {
  background-color: #fcf9f7;
}

.page-title-area.title-bg-one.banner-item.leadership {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 700px;
  z-index: 1;
  background: url("../images/leadership-banner.jpg");
}

section.Blog-section.insights-section-main.ptb-100 .col-lg-4.col-sm-12 {
  margin-bottom: 25px;
}

.item--meta {
  padding: 30px 22px;
  background-color: #fff;
  border-radius: 12px;
  -ms-box-shadow: 0 11px 43px rgba(7, 87, 107, 0.1);
  -o-box-shadow: 0 11px 43px rgba(7, 87, 107, 0.1);
  box-shadow: 0 11px 43px rgba(7, 87, 107, 0.1);
  text-align: center;
  height: 100%;
}
.item--meta .item--icon {
  line-height: 1;
  margin-bottom: 19px;
}
.item--meta .item--icon i {
  font-size: 65px;
  color: #9a1a18;
}

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item .thumb .overlay p {
  color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-area .item .thumb img {
  transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: 0.6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: #ff5a6e;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  color: #ff5a6e;
  font-weight: 600;
  text-transform: uppercase;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.google-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}

section.pt-100.pb-100.services-bg .col-sm-6.col-lg-4 {
  margin-bottom: 25px;
}

ul.footer-links {
  float: right;
}
ul.footer-links li {
  display: inline-block;
  margin-right: 20px;
}
ul.footer-links li:last-child {
  margin-right: 0;
}
ul.footer-links li a {
  color: #fff;
  font-size: 14px;
  border-right: 1px solid white;
  padding-right: 23px;
}

.borRight {
  border-right: none !important;
}

.Ceo-section .testimonial-heading {
  padding: 40px 0;
}

.Life-at-globus .item {
  background-color: white;
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-shadow: 2px 3px 10px #444444;
  height: 100%;
  width: 100%;
}

.Life-at-globus .item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.Life-at-globus .item .overlay {
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(147, 23, 19, 0.7882352941);
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
}

/* effect-clean*/
.clean .overlay span:nth-child(1) {
  position: absolute;
  left: 30%;
  top: 35%;
  font-size: 80px;
  font-weight: bold;
  font-family: coustard;
  transform: translateX(-50%);
}

.clean .overlay span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 17px;
  transform: translateX(-50%);
  margin-left: 10px;
}

.clean .overlay span:nth-child(3) {
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 60%;
  left: 0;
}

.clean .overlay:hover {
  opacity: 0.93;
}

.clean .overlay:hover span:nth-child(1) {
  animation: slide 0.4s;
}

.clean .overlay:hover span:nth-child(2) {
  animation: slide 0.7s;
}

.clean .overlay:hover span:nth-child(3) {
  animation: line 0.5s forwards;
}

@keyframes slide {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
/* effect-uncover*/
.uncover .overlay span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 35%;
  font-size: 80px;
  font-weight: bold;
  font-family: coustard;
  transform: translateX(-50%);
  opacity: 0;
}

.uncover .overlay span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 17px;
  transform: translateY(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.uncover .overlay span:nth-child(3) {
  height: 30px;
  background-color: #000;
  position: absolute;
  top: 38%;
  opacity: 0;
}

.uncover .overlay span:nth-child(4) {
  height: 30px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 25%;
  opacity: 0;
}

.uncover .overlay:hover {
  opacity: 0.9;
}

.uncover .overlay:hover span:nth-child(1) {
  animation: fadein 0.6s forwards;
  animation-delay: 0.5s;
}

.uncover .overlay:hover span:nth-child(2) {
  animation: fadein 0.6s forwards;
  animation-delay: 0.75s;
}

.uncover .overlay:hover span:nth-child(3) {
  animation: draw-left 0.7s;
}

.uncover .overlay:hover span:nth-child(4) {
  animation: draw-right 0.7s;
  animation-delay: 0.6s;
}

@keyframes draw-left {
  0% {
    opacity: 0;
    width: 0px;
    left: 75%;
  }
  50% {
    opacity: 1;
    left: 25%;
    width: 200px;
  }
  100% {
    opacity: 0;
    width: 0px;
    left: 25%;
  }
}
@keyframes draw-right {
  0% {
    opacity: 0;
    width: 0px;
  }
  50% {
    opacity: 1;
    width: 200px;
  }
  100% {
    opacity: 0;
    width: 0px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* effect-explode */
.explode .overlay span:nth-child(1) {
  position: absolute;
  left: 10%;
  top: 45%;
  font-size: 200px;
  font-weight: bold;
  font-family: coustard;
  transform: translateX(-50%);
  opacity: 0;
}

.explode .overlay span:nth-child(2) {
  position: absolute;
  top: 80%;
  left: 10%;
  font-size: 17px;
  opacity: 0;
}

.explode .overlay span:nth-child(3) {
  position: absolute;
  top: 90%;
  left: 0;
  height: 60px;
  background-color: #000;
}

.explode .overlay:hover {
  opacity: 0.9;
}

.explode .overlay:hover span:nth-child(1) {
  animation: focus 0.4s forwards;
  animation-delay: 0.2s;
}

.explode .overlay:hover span:nth-child(2) {
  animation: focus 0.4s forwards;
  animation-delay: 0.4s;
}

.explode .overlay:hover span:nth-child(3) {
  animation: block 0.3s forwards;
  animation-delay: 0.15s;
}

@keyframes focus {
  0% {
    transform: scale(1.4) translateX(-30%);
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(0%);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes block {
  0% {
    width: 0;
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    width: 100%;
    filter: blur(0px);
    opacity: 1;
  }
}
.item.clean.cuctom-career-box {
  position: relative;
}
.item.clean.cuctom-career-box::before {
  content: "";
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 62, 62, 0.93);
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
}

.custom-career-content {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

section.team-area.four.ptb-100.Life-at-globus .col-lg-4.col-sm-12.p-0 {
  position: relative;
}

a.border-btn {
  padding: 10px 48px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}

.choose-us-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  bottom: -30px;
  width: 300px;
  height: 300px;
  background-color: darkred;
  z-index: -1;
}

.choose-us-content .top-title {
  font-size: 16px;
  font-weight: 600;
  color: darkred;
  display: block;
}

.choose-us-content p {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}

.choose-us-content p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: darkred;
}

.choose-us-content ul {
  margin-top: 30px;
}

.choose-us-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.choose-us-content ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #a11d1d;
  font-size: 17px;
  text-align: center;
}

.choose-us-content ul li a {
  line-height: 30px;
}

form.ctz {
  margin-top: 0;
}

.contact-left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

i.size-larged {
  font-size: 40px;
  color: #931713;
  margin-right: 20px;
}

ul.mega-menu.mega-menu--multiLevel li a {
  display: flex;
  align-items: center;
  padding: 10px;
}

.row.justify-center {
  justify-content: center;
}

.Ceo-section a.common-btn {
  margin-top: 30px;
}

insights-section-mains .text-left {
  text-align: left !important;
}
insights-section-mains .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.block1-box-img,
.block1-box-img1 {
  position: relative;
}

.block1-box {
  padding: 20px !important;
  min-height: 360px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.block1-box-img,
.block1-box-img1,
.section14-box-img,
.software-block-img {
  background-position: center center;
  background-size: cover;
}

.block1-box .link,
.block1-box p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 0;
  transition: 0.3s;
}

.block1-box .link,
.block1-box p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 0;
  transition: 0.3s;
}

.block1-box .link {
  font-size: 16px;
}

.block1-box:hover .link {
  padding-left: 20px;
}

.bg-color-7 {
  background-color: #9a1a18 !important;
}

.bg-color-3 {
  background-color: #9a1a18 !important;
}

.bg-color-1 {
  background-color: #3e3e3e !important;
}

.block1-box.bg-color-3 {
  color: #fff;
}
.block1-box.bg-color-3 h6 {
  color: #fff;
}
.block1-box.bg-color-3 a {
  color: #fff;
}

.block1-box.bg-color-7 {
  color: #fff;
}
.block1-box.bg-color-7 h6 {
  color: #fff;
}
.block1-box.bg-color-7 a {
  color: #fff;
}

.block1-box.bg-color-1 {
  color: #fff;
}
.block1-box.bg-color-1 h6 {
  color: #fff;
}
.block1-box.bg-color-1 a {
  color: #fff;
}

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

.about-menu {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}

.about-menu li {
  width: 100%;
}

.about-menu {
  height: -moz-max-content;
  height: max-content;
  padding: 13px;
  margin-left: 23px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #9a1a18;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25) !important;
}

.padding-bottom {
  padding-bottom: 55px;
}
.padding-bottom h3 {
  margin-top: 19px;
}

.boom-quote {
  font-size: 19px;
  font-weight: unset;
  padding-right: 33px;
}

a {
  text-decoration: none !important;
}

.home-icon {
  width: 68px;
}

.flex a {
  font-size: 22px;
  color: #131c21;
  letter-spacing: 0.3px;
  font-weight: 500;
  font-family: "Segoe UI Bold";
}

.about-icon {
  width: 84px;
}

.ruby-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 2px rgba(238, 238, 238, 0.43);
  z-index: 999;
  padding: 0 !important;
}

.listing-wrap {
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 3rem;
}

.listing-wrap .listing {
  display: grid;
  grid-template-columns: repeat(1fr);
  grid-gap: 0px 40px;
}

.inner-services-keypoints ul li {
  list-style-type: none;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
  padding-left: 20px;
  font-family: "Segoe UI Regular";
}

.listing li {
  padding-bottom: calc(0.5rem + 0.5vw);
  position: relative;
  padding-left: 0px;
  text-align: left;
  font-size: 20px;
  color: #131c21;
  letter-spacing: 0.3px;
  font-weight: 500;
  font-family: "Segoe UI Bold";
}

.inner-services-keypoints ul li::before {
  position: absolute;
  left: -25px;
  top: 0;
  font-size: 30px;
  color: #9a1a18;
  content: "\f271";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

.inner-services-keypoints ul li ul {
  padding-left: 0;
}

.inner-services-keypoints ul li ul li {
  list-style-type: initial;
  margin-left: 25px;
  padding: 3px 0;
  font-weight: 300;
  display: block;
}

.inner-services-keypoints ul li ul li::before {
  display: none;
}

.footer-logo i {
  color: #fff;
}

.team-item .bottom ul li a i {
  line-height: 35px;
  color: #fff;
}

.section-title h2 span {
  color: #9a1a18;
  padding-right: 10px;
}

.section-title h1 span {
  color: #9a1a18;
  padding-right: 10px;
}

.about-area .about-content .section-title p {
  margin-left: 0;
  margin-top: 15px;
}

section.whyDifferent ul {
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  height: 100%;
}

section.whyDifferent ul li:last-child {
  margin-right: auto;
}

nav.mobile-menu li {
  display: block;
}

.item--meta .item--icon img {
  width: 60px;
}

.page-title-area.title-bg-one.banner-item.payroll-banner-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Payroll.png);
}

.page-title-area.title-bg-one.banner-item.account-payable {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Account\ Payable\ Services.png);
}

.page-title-area.title-bg-one.banner-item.account-recievale {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Account\ Receivable\ Services.png);
}

.page-title-area.title-bg-one.banner-item.Reconciliation {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Reconciliation.png);
}

.page-title-area.title-bg-one.banner-item.Tax-Preparation {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Tax\ Preparation.png);
}

.page-title-area.title-bg-one.banner-item.Financial-Reporting {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Financial\ Reporting.png);
}

.page-title-area.title-bg-one.banner-item.bookeeping-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Bookkeeping.png);
}

.page-title-area.title-bg-one.banner-item.data-entry-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Data\ Entry.png);
}

.page-title-area.title-bg-one.banner-item.data-catalog-mgt {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Data\ Catalog\ Management.png);
}

.page-title-area.title-bg-one.banner-item.corporate-overview-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/coprate\ overview.png);
}

.page-title-area.title-bg-one.banner-item.why-us-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/why\ us.png);
}

.page-title-area.title-bg-one.banner-item.data-analytics-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Data\ Analytics.png);
}

.page-title-area.title-bg-one.banner-item.forms-processing-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/banner\ Form\ Processing.png);
}

.page-title-area.title-bg-one.banner-item.data-processing-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Banner\ Data\ Processing.png);
}

.page-title-area.title-bg-one.banner-item.restaurant-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Banner\ Restaurant.png);
}

.page-title-area.title-bg-one.banner-item.ecom-banner-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/banner\ E-commerce\ Data\ Entry.png);
}

.page-title-area.title-bg-one.banner-item.accounting-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/banner\ Accounting.png);
}

.page-title-area.title-bg-one.banner-item.real-estate-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/banner\ Real\ Estate.png);
}

.page-title-area.title-bg-one.banner-item.digital-markrting-banner-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/DigitalMarketing/banner.png);
}

.page-title-area.title-bg-one.banner-item.full-stack {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/FullStackDevelopment/banner.png);
}

.page-title-area.title-bg-one.banner-item.enterprise-banner-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/EnterpriseApplicationIntegrationServices/banner.png);
}

.page-title-area.title-bg-one.banner-item.appdesign-dev-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/ApplicationDevelopment/banner.png);
}

.page-title-area.title-bg-one.banner-item.crm-development-banner-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/CRMDevelopment/banner.png);
}

.page-title-area.title-bg-one.banner-item.underwriting-banner-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/Underwriting-support-services/banner.png);
}

.page-title-area.title-bg-one.banner-item.insurance-reporting-banner-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/Insurance-Reporting-Services/banner.png);
}

.page-title-area.title-bg-one.banner-item.commission-banner-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/Commission-Processes/banner.png);
}

.page-title-area.title-bg-one.banner-item.insurance-data-entry-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/Insurance-Claim-Data-Entry-Services/banner.png);
}

.page-title-area.title-bg-one.banner-item.policy-maintenance-banner-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/Policy-Management-Services/banner.png);
}

.page-title-area.title-bg-one.banner-item.Commercial-Insurance-Services {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/Commercial-Insurance-Services/banner.png);
}

.page-title-area.title-bg-one.banner-item.bill-of-lading-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/bill-of-lading/banner.png);
}

.page-title-area.title-bg-one.banner-item.mortgage-loan-appraisel {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/Mortgage-Appraisal-Services/banner.png);
}

.page-title-area.title-bg-one.banner-item.mortgage-loan-closing-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/Mortgage-Closing/Banner.png);
}

.page-title-area.title-bg-one.banner-item.mortgage-loan-processing-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/Mortgage-Loan-Processing/banner.png);
}

.page-title-area.title-bg-one.banner-item.underwriting-mortgage-services-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/underwriting-mortgage-services/Banner.png);
}

.page-title-area.title-bg-one.banner-item.thankyou-page-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/Thankyou-page-banner-bg.jpg);
}

.page-title-area.title-bg-one.banner-item.claim-management-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/Claims-Management/banner.png);
}

.page-title-area.title-bg-one.banner-item.data-security-blog {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/banners/Data-security-blog-bg.jpg);
}

.ruby-grid.ruby-grid-lined span.ruby-c-title {
  margin-bottom: 0 !important;
  margin-top: 16px;
}

section.blog-area.pt-100.pb-100 .blog-item ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
}

section.blog-area.pt-100.pb-100 .blog-item ul {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.rules-area.security-policy-page .rules-item ul li {
  display: block;
}

section.Blog-section.insights-section-main.ptb-100 .section-title {
  margin-bottom: 0;
}

ul.listing.listing--type-2 li ul li::before {
  position: absolute;
  left: -28px;
  top: 9px;
  font-size: 20px;
  color: #141c21;
  content: "\f271";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

ul.accordion.custom-list-faqs li p {
  position: relative;
}

.about-content h1.boomHeadingH2 {
  text-transform: capitalize;
}

li.ruby-active-menu-item .ruby-grid.ruby-grid-lined .ruby-col-4 {
  padding: 0 10px;
}

main.page-wrapper.thankyou-page-bg {
  background: #fcf9f7;
}

section.testimonial-section.ptb-100.testimonials-area .owl-carousel .owl-stage {
  display: flex;
}
section.testimonial-section.ptb-100.testimonials-area .owl-carousel .owl-item {
  display: flex;
  flex: none;
}

ul.pl-0 {
  padding-left: 0;
}

.details-text h4 {
  margin: 15px 0 10px 0;
  color: #931713;
}

section.whyDifferent.services-bg .section-title {
  margin-bottom: 10px;
}

.footer-link ul {
  padding-left: 0;
}

section.Blog-section.insights-section-main.text-center .col-lg-4.col-sm-12 {
  margin-bottom: 25px;
}

.our-branch-wrapper {
  position: relative;
  z-index: 1;
}

.our-branch-wrapper .office-google-map-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
}

.single-branch-card {
  background: #fff;
  position: relative;
}

.single-branch-card .country-flag {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-top: -60px;
}

.single-branch-card .content h4 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 20px;
  font-size: 32px;
}

.single-branch-card .content h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 14px;
  background-color: rgba(241, 150, 149, 0.3411764706);
  left: 0;
  bottom: 2px;
  z-index: -1;
}

.single-branch-card .content p {
  margin-bottom: 10px;
}

.single-branch-card .content .branch-links {
  margin-top: 15px;
}

.single-branch-card .content .branch-links a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.single-branch-card .content .branch-links a i {
  margin-left: 5px;
}

.our-branch-wrapper .office-google-map-wrapper iframe {
  width: 100%;
  height: 100%;
}

.section-padding {
  padding: 120px 0px;
}

.google-map {
  z-index: 9999;
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
  margin: 0 auto;
}

.google-map iframe {
  width: 100%;
  height: 100%;
}

.our-branch-wrapper .col-lg-4.col-md-6.col-12 {
  position: relative;
}

.page-title-area.title-bg-one.banner-item.contact-page-bg {
  background: url(../images/contact-us-img.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
}

.content.custom-position-relative a {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #931713;
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #931713;
  border-radius: 3px;
}

.content.custom-position-relative {
  position: relative;
}

.map-bg {
  background: url(../images/map-bg-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.map-bg form.ctz.shadow {
  text-align: left;
  background: #3e3e3e;
  padding-top: 40px;
  color: #fff;
}

.map-bg .ctz label {
  color: #fff;
}

.map-bg form.ctz.shadow button.text-light.btnColor {
  margin: 0 auto;
  display: block;
}

.page-title-area.title-bg-one.banner-item.CUSTOM-CAREER-PAGE
  p.inner-banner-para.W-80 {
  width: 80%;
}

.page-title-area.title-bg-one.banner-item.CUSTOM-CAREER-PAGE .title-content {
  width: 80%;
}

.page-title-area.title-bg-one.banner-item.CUSTOM-CAREER-PAGE:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, rgb(0, 0, 0), rgba(38, 37, 37, 0));
}

.page-title-area.title-bg-one.banner-item.CUSTOM-CAREER-PAGE {
  position: relative;
  height: 800px;
  z-index: 1;
  background: url("../images/career-bg.webp");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

section.ptb-100.custom-career-section1 span.hightlighted-text-red {
  color: #9a1a18;
  font-style: italic;
  font-size: 20px;
  display: block;
  width: 60%;
  font-weight: 500;
}

section.ptb-100.custom-career-section1 .item--meta {
  text-align: left;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
}

section.ptb-100.custom-career-section1 .item--meta h3.item--title {
  font-size: 22px;
}

section.ptb-100.custom-career-section1 .col-lg-4.col-sm-12 {
  margin-bottom: 30px;
}

section.ptb-100.custom-career-section1 .item--meta:hover {
  box-shadow: 0 11px 43px rgba(7, 87, 107, 0.1);
}

section.pb-100.custom-hiring-process {
  background: url("../images/hiring-bg.jpg");
  background-size: 100%;
  background-position: center center;
}

.cycle-tab-container {
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: none !important;
}

.whyCareer h2.custom-text-left {
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

.whyCareer h2.custom-text-left span {
  color: #fff;
}

.job-top-bar {
  display: flex;
  align-items: center;
  align-content: space-between;
  width: 100%;
  gap: 20px;flex-wrap: wrap;
}
.job-title {
    width: calc(60% - 20px);
}

.job-exp-location {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;width: calc(40% - 20px);flex-wrap: wrap;
}

.exp-title {
  background: #e7f6ea;
  color: #0ba02c;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 6px;
}

.location-title {
  background: #f6e7e7;
  color: #ff2a26;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 6px;
}

.job-description-para p {
  color: #7e7e7e !important;
}

.read-more-btn a {
  background: #9a1a18;
  border: none;
  color: white;
  padding: 8px 20px;
  width: 116px;
}

#section {
  width: 500px;
  height: 400px;
  word-wrap: break-word;
}

.moretext {
  display: none;
}

.wrapper-job {
  display: flex;
  justify-content: space-between;
}

.card12 {
  flex: 1;
  height: 100%;
  border: 1px solid #d9d9d9;
}

.description {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.button {
  display: block;
  margin-top: 1rem;
  font-weight: 700;
  color: #007bff;
  cursor: pointer;
}

ul.list li {
  display: block;
  color: #7e7e7e !important;
  font-weight: 400;
  line-height: 1.59;
  margin: 0;
  font-size: calc(80% + 0.24vw);
}

ul.list {
  padding-left: 0;
}

span.button.custom-link {
  border: none;
  color: #9a1a18;
  padding: 8px 20px;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
}

.description span {
  display: none;
}

section.whyDifferent.services-bg.custom-digital-services {
  background: #eeeeee;
}

.row.align-items-center.text-left {
  text-align: left;
}

section.pt-100.pb-100.custom-section-why {
  background: #141c21;
  color: #fff;
}

section.pt-100.pb-100.custom-section-why-marketing {
  background: #141c21;
  color: #fff;
  background-image: url(../images/about/homepage-waves.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

section.pt-100.pb-100.custom-section-why-marketing .section-title h1 {
  color: #fff;
}

.white-box {
  background: #fff;
  padding: 40px;
  color: #151c21;
  margin-bottom: 25px;
  height: 100%;
}

.white-box h3 {
  color: #151c21;
}

.page-title-area.title-bg-one.banner-item.lead-generation-banner-bg.custom-banner-digital-marketing
  h1 {
  color: #000;
}

section.pt-100.pb-100.custom-section-why-marketing .col-lg-6 {
  margin-bottom: 25px;
}

.whyCTA h3 {
  color: #fff;
}

.whyCTACover .whyCTA p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.page-title-area.title-bg-one.banner-item.lead-generation-banner-bg.custom-banner-digital-marketing {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  z-index: 1;
  background: url(../images/dig-mark-banner.png) !important;
}

.shadow-effect {
  height: 100%;
}

section.bg-grey {
  background: #f1efef;
  padding: 30px 0;
  text-align: center;
}

img.custom-icon-size {
  margin-bottom: 10px;
}

.industries-served-custom {
  background: #141c21;
  text-align: center;
}

.industries-served-custom .bussiness-modals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.industries-served-custom .bussiness-modals li {
  display: block;
  padding: 1.375rem 1rem;
  margin: 1rem;
  border-radius: 4px;
  background-color: #fff;
  min-width: 195px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}

span.top-title {
  color: #f8a218;
}

.faq-area.pt-100.pb-70.bg-grey {
  background: #f1efef;
}

a.common-btn.width-auto {
  width: auto;
  margin: 0 auto;
  padding: 13px 20px;
}

section.services-bg.services-main-page.custom-medical-bg-grey {
  background: #f1efef;
  margin-bottom: 0;
}

.medical-billing-banner {
  background: url("../images/banner/1.jpg");
  position: relative;
  height: 600px;
  z-index: 1;
}

a.custom-color-highlight {
  color: #931713;
  font-weight: 900;
}

.ruby-menu-demo-header ul.ruby-menu > li {
  font-size: 13px;
  margin: 0px 6px;
}
.ruby-menu-demo-header ul.ruby-menu > li > a:only-child {
  padding: 0 8px;
}
.ruby-menu-demo-header li.head-button a.btn.common-btn {
  padding: 7px 10px !important;
}
.ruby-menu-demo-header ul.ruby-menu > li.ruby-menu-right {
  margin: 0;
}
.page-title-area .title-content {
  text-align: left;
}
.link-color{
  color:#9a1a18 !important;
}
.blog-details-area h2{color:#9a1a18 !important;margin-bottom: 20px;}
.blog-details-area p{line-height: 180%;}
.blog-details-area p a{font-weight: 600;color: #931713;
    text-decoration: underline !important;}
    li.cycle-tab-item {
    margin-top: 10px;
}
.custom-blog-item {
    margin: 50px 0px;
}
.custom-blog-item ul{padding-left:20px}
/* css */
form label span.asterik {
    color: #931713;
    font-weight: 400;
    font-size: 1.2em;
    vertical-align: middle;
}
/* popup css */
#popupForm {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;

  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  max-width: 720px;
  width: 90%;
}

#popupForm form.ctz {
  margin-top: 0px;
}

#popupClose {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #9a1a18;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  cursor: pointer;
  line-height: 27px;
  text-align: center;
  z-index: 1;
}
#popupClose span {
    vertical-align: middle;
    font-size: 21px;
    line-height: 1;
    height: 24px;
    display: block;
}
#popupContent .flex-row {
    display: flex;
    gap: 10px;
}
#popupContent .flex-row > div{
  flex: 1;
  width: 100%;
}
/* 25-9-2025 */
.openPositions .openPositions-tab li{
  margin: 0px 10px 10px 0px;
}
.mobile-menu li.head-button a.btn.common-btn:hover{
  background:#921717 !important;
  color: #fff !important;
}
/* css */
@media screen and (min-width:1025px) and (max-width:1199px) {
  .ruby-menu-demo-header ul.ruby-menu > li > a{
    padding-inline: 0 16px;
  }
}
@media screen and (max-width:1024px) {
  .mobile-menu li.head-button a.btn.common-btn {
      max-width: fit-content;
      margin: 10px 16px;
  }
}
@media only screen and (max-width: 900px) {
  .industries-served-custom .bussiness-modals li {
    display: block;
    padding: 10px 4px;
    margin: 1rem;
    border-radius: 4px;
    background-color: #fff;
    min-width: 125px;
    text-align: center;
    font-weight: 600;
  }
} /*# sourceMappingURL=style.css.map */
@media screen and (max-width:767px){
  section.ptb-100.custom-career-section1 .col-lg-4.col-sm-12{margin-bottom: 0;}
  .job-title,.job-exp-location{width:100%;}
  .job-exp-location{justify-content: start;}
}
@media screen and (max-width: 599px) {
  #popupForm form {
    overflow-y: auto;
    height: 600px;
  }
  #popupContent .flex-row{
    flex-direction: column !important;
    gap: 0;
  }
  form.ctz{
    padding-top: 42px;
  }
}

/* accordion CSS */
  .accordion {
  margin: 1em auto;
  font-family: Arial, sans-serif;
}

.accordion-input {
  display: none; /* Hide the checkbox visually */
}

.accordion-label {
  display: block;
  cursor: pointer;
  padding: 13px 15px;
  border: 1px solid #9a1a18;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  user-select: none;
  font-size: 1.1rem;
  transition: background-color 0.3s;
}

.accordion-label:hover,
.accordion-label:focus {
  background-color: #9a1a18;
  outline: none;color: #fff;
}
.accordion-input:checked + .accordion-label {
  background-color: #9a1a18;
  color: #fff;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  background-color: #9a1a180f;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-size: 1rem;
  line-height: 1.4;
}

.accordion-input:checked ~ .accordion-content {
  max-height: 500px;
  padding: 1em;
}

.accordion-input:checked + .accordion-label {
  background-color: #9a1a18;
  color: #fff;
}

.accordion-label::after {
  content: '+';
  float: right;
  font-weight: bold;
  font-size: 1.3rem;
}

.accordion-input:checked + .accordion-label::after {
  content: '-';
}

/* Responsive enhancements */
@media (max-width: 480px) {
  .accordion-label {
    font-size: 1rem;
    padding: 0.75em 1em;
  }

  .accordion-content {
    font-size: 0.95rem;
    padding: 0 0.75em;
  }

  .accordion-input:checked ~ .accordion-content {
    max-height: 400px;
    padding: 0.75em 1em;
  }

  .accordion-label::after {
    font-size: 1.2rem;
  }
}
