@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Varialbes */
:root {
  --font-default: "Poppins", sans-serif;
  --font-heading: "Poppins", sans-serif;
  --fontawesome: "Font Awesome 5 Pro";
  --black: #000000;
  --dark: #1b1b1b;
  --dark-secondary: #1b1b1b;
  --white: #ffffff;
  --color-primary: #b83f21;
  --color-secondary: #1b1b1b;
  --color-primary-rgb: 184, 63, 33;
  --color-secondary-rgb: 27, 27, 27;
  --color-heading: #04000b;
  --color-paragraph: #1b1b1b;
  --box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
  --box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
  --bg-gray: #f3f7fd;
  --bg-gradient: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  --bg-gradient-reverse: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-primary) 100%);
}


/* ============================================================== 
     # Reset Browsers
=================================================================== */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


body,
html {
  height: 100%;
}

img,
.thumb,
.image,
.bgcustom {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ul,
li,
a,
p,
h2,
h3,
h4,
h5,
aside,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
}

a img {
  border: none;
}

a:active {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
  opacity: 1;
}

a:focus {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
}

a:hover {
  outline: none;
  text-decoration: none;
  color: var(--color-primary);
  opacity: 1;
}

button {
  outline: medium none;
}

iframe {
  border: none;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

input:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

textarea:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

ul {
  list-style-type: none;
}

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

strong {
  font-weight: 500;
}

.row {
  --bs-gutter-x: 30px;
}

i::before {
  line-height: inherit !important;
}


/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
  font-family: var(--font-default);
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden;
  background-color: var(--white);
  color: var(--color-paragraph);
}


h2,
h3,
h4,
h5 {
  color: var(--color-heading);
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--font-heading);
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 300;
}

h2 {
  font-size: 28px;
  margin-bottom: 25px;
}

h3 {
  font-size: 17px;
  margin-bottom: 25px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

a,
button {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  outline: medium none;
  text-decoration: none;
  font-weight: 400;
  line-height: 26px;
}

p {
  color: var(--color-paragraph);
  margin: 0 0 25px;
  text-transform: none;
  font-weight: 300;
  font-family: var(--font-default);
}

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

/* Default CSS */

.bg-cover {
  background-position: center center;
  background-size: cover;
}

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

.text-light h2,
.text-light h4,
.text-light p,
.text-light a {
  color: var(--white);
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: var(--black) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding,
.default-padding-top {
  position: relative;
  z-index: 1;
}

.default-padding {
  padding: 90px 0;
}

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

.default-padding.bottom-less {
  padding-top: 90px;
  padding-bottom: 50px;
}

.align-center {
  align-items: center;
}

.bg-primary {
  background: var(--color-primary) !important;
}

.bg-secondary {
  background: #1b1b1b !important;
}

/* Gradient Button */

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

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

.overflow-hidden {
  overflow: hidden;
}

button,
button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}

header {
  position: relative;
}

/* Navbar */

/* Fixed Shape */


/* ============================================================== 
     # Top Bar 
=================================================================== */


/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

.top-bar-area li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-bar-area li::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  height: 19px;
  width: 1px;
  border-left: 1px solid #dddddd;
}

.top-bar-area li:first-child::after {
  display: none;
}

.top-bar-area .item-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar-area .social ul {
  margin-left: 30px;
}

.top-bar-area .social ul li::after {
  display: none;
}

.top-bar-area .social li {
  margin-left: 10px;
}

.top-bar-area.inc-pad {
  padding: 15px 0;
}

.top-bar-area .info li i {
  margin-right: 5px;
  color: var(--color-primary);
}

.top-bar-area.bg-theme .info li i {
  color: var(--white);
}

.top-bar-area.bg-theme {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1023px) {

  nav.navbar.theme {
    padding: 0;
    box-shadow: var(--box-shadow);
  }
}


/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 75vh;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area p {
  animation-delay: .5s;
  font-size: 18px;
}

/* Carousel Fade Effect */

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

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

/* Slider Zoom Effect */

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  height: 50px;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: var(--color-primary);
  transition: all 0.35s ease-in-out;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 50%;
}

.banner-area .carousel-control i {
  font-weight: 100;
}

.banner-area .text-light .carousel-control {
  color: var(--white);
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area:hover .carousel-control.left {
  left: 30px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 30px;
}


/* Carousel Indicators */


/* Content */

.banner-area .content h2 {
  font-size: 69px;
  margin-bottom: 25px;
  line-height: 1.1;
}

/* Animated Shape */

/* Home Nine Banner */

/* ============================================================== 
     # Video Button Play
=================================================================== */

/* Nice Select CSS */

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

/* ============================================================== 
     # About 
=================================================================== */

/* .about-area.inc-shape::after {
  transform: translateX(10px);
  position: absolute;
  left: -100px;
  top: 150px;
  content: "";
  height: 100%;
  width: 40%;
  background: url(assets/img/shape/1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
} */

.about-area .thumb {
  position: relative;
}

.about-area .thumb img {
  border-radius: 8px;
}

.about-area .thumb img:first-child {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

/* ============================================================== 
     # About Version Two
=================================================================== */


/* ============================================================== 
     # Home Nine About
=================================================================== */

/* ============================================================== 
     # Who We Area
=================================================================== */

/* ============================================================== 
     # Features 
=================================================================== */

.features-area .item {
  padding: 60px 30px;
  background: var(--white);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.features-area .item>i {
  display: inline-block;
  font-size: 35px;
  margin-bottom: 25px;
  color: var(--color-primary);
  position: relative;
  z-index: 1;
  line-height: 1;
}

.features-area .item h5 {
  font-weight: 500;
  font-size: 17px;
}

.features-area .item p {
  margin: 0;
}

.features-area .item-grid:first-child {
  margin-top: 50px;
}

.features-area .item-grid .item {
  margin-top: 30px;
  transition: all 0.35s ease-in-out;
}

.features-area .item-grid .item:first-child {
  margin-top: 0;
}

.features-area .features-box {
  padding-left: 35px;
}

.features-area .item-grid:first-child .item:first-child,
.features-area .item-grid .item:hover {
  background: var(--color-primary);
}

.features-area .item-grid:first-child .item:first-child i,
.features-area .item-grid:first-child .item:first-child a,
.features-area .item-grid:first-child .item:first-child p,
.features-area .item-grid .item:hover i,
.features-area .item-grid .item:hover a,
.features-area .item-grid .item:hover p {
  color: var(--white);
  transition: all 0.35s ease-in-out;
}

/* Why us */

/* ============================================================== 
     # Features Version Two
=================================================================== */


/* ============================================================== 
     # Top Features
=================================================================== */

/* ============================================================== 
     # Featured Version Four
=================================================================== */


/* ============================================================== 
     # Featured Services
=================================================================== */

/* ============================================================== 
     # Clients
=================================================================== */

/* ============================================================== 
     # Video Area
=================================================================== */

/* ============================================================== 
     # Why Choose Us
=================================================================== */

/* ============================================================== 
     # Work Process 
=================================================================== */

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

.work-process-area .work-pro-items .item i {
  display: inline-block;
  color: var(--color-primary);
  font-size: 60px;
  margin-bottom: 10px;
}

.work-process-area .work-pro-items .item .icon {
  position: relative;
}

.work-process-area .work-pro-items .item .icon span {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 100px;
  z-index: -1;
  color: #f4f4f4;
  opacity: 0.9;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px #f4f4f4;
  line-height: 50px;
  font-family: sans-serif;
}

.work-process-area .work-pro-items .item {
  border: 1px solid #e7e7e7;
  padding: 50px 20px;
  background: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

.work-process-area .work-pro-items .item p {
  margin: 0;
}

/* Animation */
.work-process-area .work-pro-items .item::before,
.work-process-area .work-pro-items .item::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--color-primary);
}

.work-process-area .work-pro-items .item .item-inner::before,
.work-process-area .work-pro-items .item .item-inner::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--color-primary);
}

.work-process-area .work-pro-items .item:hover::before,
.work-process-area .work-pro-items .item:hover::after {
  width: 100%;
}

.work-process-area .work-pro-items .item:hover .item-inner::before,
.work-process-area .work-pro-items .item:hover .item-inner::after {
  height: 100%;
}


.work-process-area .work-pro-items .item::before,
.work-process-area .work-pro-items .item::after {
  transition-delay: 0.2s;
}

.work-process-area .work-pro-items .item .item-inner::before,
.work-process-area .work-pro-items .item .item-inner::after {
  transition-delay: 0s;
}

.work-process-area .work-pro-items .item::before {
  right: 0;
  top: 0;
}

.work-process-area .work-pro-items .item::after {
  left: 0;
  bottom: 0;
}

.work-process-area .work-pro-items .item .item-inner::before {
  left: 0;
  top: 0;
}

.work-process-area .work-pro-items .item .item-inner::after {
  right: 0;
  bottom: 0;
}

.work-process-area .work-pro-items .item:hover::before,
.work-process-area .work-pro-items .item:hover::after {
  transition-delay: 0s;
}

.work-process-area .work-pro-items .item:hover .item-inner::before,
.work-process-area .work-pro-items .item:hover .item-inner::after {
  transition-delay: 0.2s;
}


/* ============================================================== 
     # Works About Area 
=================================================================== */

.works-about-area {
  position: relative;
  z-index: 1;
}

.works-about-items {
  position: relative;
  z-index: 1;
}

.works-about-items::before {
  position: absolute;
  right: 20%;
  top: 0;
  content: "";
  height: 100%;
  width: 500%;
  background: #f5eee9;
  z-index: -1;
}

.works-about-area .works-about-items .thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.works-about-area .works-about-items .info {
  padding-right: 80px;
}

/* ============================================================== 
     # Main Services 
=================================================================== */

/* ============================================================== 
     # Thumb Services 
=================================================================== */


/* ============================================================== 
     # Services Version Two 
=================================================================== */


/* ============================================================== 
     # Tabs Services 
=================================================================== */

/* ============================================================== 
     # Services Version Three 
=================================================================== */

/* ============================================================== 
     # Services Version Four 
=================================================================== */


/* ============================================================== 
     # Services Details 
=================================================================== */

.services-details-area .content img {
  margin-bottom: 30px;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.services-details-area .content h3 {
  line-height: 1.3;
  text-decoration: underline;
  color: var(--color-primary);
  font-weight: 400;
}

.services-details-area .content p {
  margin-bottom: 25px;
}

.services-details-area .content ul li {
  display: block;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  font-weight: 300;
  color: var(--color-heading);
}

.services-details-area .content ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  height: 100%;
  width: 100%;
  color: var(--color-primary);
}

.services-details-area .content ul li:last-child {
  margin-bottom: 0;
}

.services-details-area .content ul {
  margin-bottom: 25px;
  margin-top: 20px;
}

/* Sidebar */
.services-details-area .sidebar-item {
  margin-bottom: 50px;
}

.services-details-area .sidebar-item:last-child {
  margin-bottom: 0;
}

.services-details-area .sidebar-item {
  border: 1px solid #e7e7e7;
  padding: 30px;
  border-radius: 5px;
}

.services-details-area .sidebar-item.link li {
  display: block;
}

.services-details-area .sidebar-item.link li a {
  display: block;
  padding: 15px 25px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  overflow: hidden;
}

.services-details-area .sidebar-item.link {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: transparent;
}

.services-details-area .sidebar-item.link li:last-child a {
  border: none;
}

.services-details-area .sidebar-item.link li a:hover,
.services-details-area .sidebar-item.link li a.active {
  color: var(--white);
}

.services-details-area .sidebar-item.link li a.active::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "\f105";
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 660;
  transform: translateY(-50%);
  font-size: 20px;
}

.services-details-area .sidebar-item.link li a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: var(--color-primary);
  transition: all 0.35s ease-in-out;
  z-index: -1;
}

.services-details-area .sidebar-item.link li a:hover::before,
.services-details-area .sidebar-item.link li a.active::before {
  width: 100%;
}



/* ============================================================== 
     # Home Nine Services 
=================================================================== */


/* ============================================================== 
     # Skill 
=================================================================== */

.quick-contact-area.half-bg {
  position: relative;
  z-index: 1;
}

.quick-contact-area.half-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 60%;
  width: 100%;
  background: #f3f7fd;
  z-index: -1;
}

.quick-contact-items {
  padding: 80px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.quick-contact-items::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--bg-gradient);
  z-index: -1;
  mix-blend-mode: multiply;
}

.quick-contact-items h2 {
  font-weight: 300;
  margin-bottom: 0;
  margin-bottom: -5px;
}

.quick-contact-items h2 strong {
  text-decoration: underline;
}

/* ============================================================== 
     # Case Studies Area 
=================================================================== */


/* ============================================================== 
     # Case Studies Version Two
=================================================================== */

/* ============================================================== 
     # Case Details
=================================================================== */

/* ============================================================== 
     # Fun Factor
=================================================================== */

/* ============================================================== 
     # Team Single 
=================================================================== */

/* ============================================================== 
     # Testimonials 
=================================================================== */


/* ============================================================== 
     # About / Faq 
=================================================================== */

/* Appoinment */


/* ============================================================== 
     # Blog Area 
=================================================================== */

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

.blog-area .blog-items .item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.full-blog .blog-content .item {
  box-shadow: unset;
  border-radius: 0;
}

.blog-area .item .info {
  padding: 30px;
}

.blog-area .item .info .meta {
  margin-bottom: 15px;
}

.blog-area .item .info .meta ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  font-weight: 500;
  font-size: 13px;
  margin-top: 10px;
  color: var(--color-primary);
}

.blog-area .item .info .meta ul li::after {
  position: absolute;
  right: -2px;
  top: 6px;
  content: "";
  height: 15px;
  width: 1px;
  background: var(--color-paragraph);
}

.blog-area .item .info .meta ul li:last-child::after {
  display: none;
}

.blog-area .item .info ul li i {
  color: var(--color-primary);
  margin-right: 5px;
  font-weight: 500;
}

.blog-area.content-less .item .info h3 {
  margin-bottom: 10px;
}

.blog-area .info .meta a {
  font-weight: 500;
  color: var(--color-primary);
  font-size: 13px;
}

.blog-area .thumb {
  position: relative;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  display: inline-block;
  padding-left: 10px;
}

.blog-area .sidebar .title h4::after {
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  height: 18px;
  width: 2px;
  border-left: 2px solid var(--color-primary);
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
  background: var(--white);
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: var(--color-primary);
}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  margin-top: 5px;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 3px;
  font-weight: 500;
  color: var(--color-primary);
}

.sidebar-item.recent-post li a:hover {
  color: var(--color-primary);
}

.sidebar-item.recent-post li span {
  display: inline-block;
  text-transform: capitalize;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0;
  padding-left: 25px;
  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  text-decoration: inherit;
  font-size: 15px;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  margin-top: 8px;
  margin-right: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 30px;
  color: var(--color-paragraph);
  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: var(--color-primary);
}

/* Blog Single */

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-area .blog-content .share li {
  display: inline-block;
  margin-left: 5px;
}

.blog-area .blog-content .share li a {
  display: inline-block;
  color: var(--color-primary);
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid;
  text-align: center;
  border-radius: 50%;
}

.blog-area .blog-content .share li.facebook a {
  color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
  color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
  color: #BD081C;
}

.blog-area .blog-content .share li.linkedin a {
  color: #0077B5;
}

/* Comments */


/* Pagination */

.pagination li {
  display: inline-block;
  margin-top: 7px;
}

ul.pagination {
  display: block;
  margin-top: 30px;
}

.pagination li a {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 5px;
  margin: 0 2px;
  color: var(--color-primary);
}

.page-link:hover,
.page-link:focus {
  color: var(--color-primary);
  box-shadow: none;
}

.pagination li.page-item.active a {
  background: var(--color-primary);
  border-color: var(--color-primary);
}


/* ============================================================== 
     # Contact 
=================================================================== */

.contact-area {
  position: relative;
  z-index: 1;
}

.contact-area .content .heading {
  margin-bottom: 30px;
}

.contact-area form input,
.contact-area form textarea {
  border: none;
  box-shadow: inherit;
  padding: 15px;
  background: #fafafa;
}

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

.contact-area form .col-lg-6 {
  padding: 0 8px;
}

.contact-area form .row:first-child {
  margin: 0 -8px;
}

/* Google Mpas */

/* ============================================================== 
     # Error Page
=================================================================== */


/* ============================================================== 
     # Footer 
=================================================================== */
footer {
  position: relative;
  z-index: 1;
}

footer img,
footer .widget-title {
  margin-bottom: 25px;
  text-decoration: underline;
}

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

footer .f-items.default-padding {
  padding-top: 50px;
  padding-bottom: 70px;
}

footer .f-item.link li {
  margin-bottom: 7px;
}

footer .f-item.link li a {
  color: var(--color-paragraph);
}

footer .f-item.link li a:hover {
  color: var(--color-primary);
}

footer .f-item.link li:last-child {
  margin-bottom: 0;
}

footer .f-item .address li {
  margin-bottom: 20px;
}

footer .f-item .address li:last-child {
  margin-bottom: 0;
}

footer .f-item .address li a {
  font-weight: 500;
}

/* Footer Bottom */

.footer-bottom li {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
}

.footer-bottom p {
  margin: 0;
  color: var(--dark);
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}


/* ============================================================== 
     # Cyber Sercurity 
=================================================================== */

.banner-area.top-pad-80 .content {
  padding-top: 80px;
}

.banner-style-ten .content p {
  padding-right: 25%;
  opacity: 0.8;
}

.banner-style-ten .content h2 {
  font-size: 55px;
  font-weight: 500;
}


/* ============================================================== 
     # Software
=================================================================== */

@media (min-width: 1024px) {

  .title {
    font-size: 28px;
  }

  .blog-area.single .item .info {
    padding: 30px 0px;
  }

}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .banner-area.banner-style-ten .content {
    padding-top: 120px;
  }
}

/* Mobile layout */
@media only screen and (max-width: 767px) {

  .banner-area.banner-style-ten .content {
    padding-top: 120px;
  }

}


/* ============================================================== 
     # Preloader 
=================================================================== */

.subtitle {
  font-weight: 500;
  position: relative;
  display: inline-block;
  background: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding-left: 40px;
  margin-bottom: 10px;
  color: var(--color-primary);
  margin-top: 0;
}

.subtitle:before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 30px;
  border-bottom: solid 1.5px var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}

.about-area .thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -60px;
  top: -60px;
  z-index: -1;
  border: 25px solid var(--color-primary);
  background-color: #fff0;
  border-radius: 7px;
}

.about-area p {
  text-align: justify;
}

.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}

.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }

  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}

.owl-carousel {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.loop .item {
  border: solid 0px rgba(var(--color-secondary-rgb), 0);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  transition: all 500ms ease;
}

.loop .item .d-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(var(--color-secondary-rgb), .6) 20%, rgba(var(--color-secondary-rgb), .2) 50%);
}

.loop .item .d-overlay .d-label {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  top: 20px;
  right: 20px;
  padding: 0px 12px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 3px;
  background: rgba(255, 255, 255, .15);
}


.loop .item .d-overlay .d-text {
  position: absolute;
  bottom: -50px;
  padding: 30px;
  width: 100%;
  transition: .5s;
}

.loop .item .d-overlay .d-text .rts-btn {
  margin-top: 10px;
  opacity: 0;
}

.loop .item:hover .d-overlay .d-text {
  bottom: 0;
}

.loop .item:hover .d-overlay .d-text .rts-btn {
  opacity: 1;
}

.loop .item .d-overlay .d-text h3 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 22px;
}

.loop .item img {
  width: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}

.loop .item:hover img {
  transform: scale(1.05);
}

.rounded-10px {
  border-radius: 10px;
}


.rts-btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  max-width: max-content;
  transition: 0.3s;
  z-index: 1;
}

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

.rts-btn img {
  max-width: 24px;
  height: auto;
}

.rts-btn.btn-primary {
  padding: 17px 15px;
  background: var(--color-primary);
  gap: 31px;
  height: 48px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-primary) !important;
  color: #fff;
}

.rts-btn.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s, border 0.5s;
}

.rts-btn.btn-primary::after {
  content: "";
  position: absolute;
  top: 1%;
  left: 0%;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-color: transparent;
  border-radius: 50%;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.rts-btn.btn-primary:hover {
  color: var(--color-primary);
}

.rts-btn.btn-primary:hover::before {
  opacity: 0;
}

.rts-btn.btn-primary:hover::after {
  opacity: 1;
  transform: scaleX(1.5) scaleY(1.5);
}


.rts-btn.btn-primary img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2900%) hue-rotate(63deg) brightness(115%) contrast(100%);
}

.spacer-single {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}

.aspect-1 {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.aspect-2-3 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.aspect-3-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer-logo {
  width: 150px;
}

.subtitle.text-white:before {
  border-bottom: solid 1.5px #fff;
}

.quick-contact-items .row.align-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-area .info {
  padding-left: 35px;
}

.btn-whatsapp {
  background-color: #25d366 !important;
  border: 1px solid #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgb(37 211 102 / 76%);
}

.btn-circle {
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.btn-circle i {
  font-size: 25px;
}

.crumb-section {
  padding: 50px 0px;
  background-position: center !important;
  background-size: cover !important;
  aspect-ratio: 16 / 4;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: flex-end;
  position: relative;

}

.crumb-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.crumb {
  position: relative;
  z-index: 1;
  color: white;
}

.crumb li {
  display: inline;
  text-decoration: none;
  letter-spacing: 0;
  color: white;
}

.crumb li:after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 10px;
  margin: 0 10px 0 10px;
  opacity: .5;
}

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

.crumb a {
  text-decoration: none;
  color: white;
}

@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.spacer-single {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}

.services-section .item {
  border: solid 0px rgba(var(--color-secondary-rgb), 0);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  transition: all 500ms ease;
}

.services-section .item .d-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(var(--color-secondary-rgb), .6) 20%, rgba(var(--color-secondary-rgb), .2) 50%);
}

.services-section .item .d-overlay .d-label {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  top: 20px;
  right: 20px;
  padding: 0px 12px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 3px;
  background: rgba(255, 255, 255, .15);
}


.services-section .item .d-overlay .d-text {
  position: absolute;
  bottom: -50px;
  padding: 30px;
  width: 100%;
  transition: .5s;
}

.services-section .item .d-overlay .d-text .rts-btn {
  margin-top: 10px;
  opacity: 0;
}

.services-section .item:hover .d-overlay .d-text {
  bottom: 0;
}

.services-section .item:hover .d-overlay .d-text .rts-btn {
  opacity: 1;
}

.services-section .item .d-overlay .d-text h3 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 22px;
}

.services-section .item img {
  width: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}

.services-section .item:hover img {
  transform: scale(1.05);
}

.texture {
  position: relative;
}

.texture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
    url(assets/img/setting/texture.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.sticky-bar {
  position: sticky;
  top: 100px;
}

#gallery {
  position: relative;
  margin-top: 100px;
}

#gallery .owl-nav {
  position: absolute;
  top: 50%;
  left: -5%;
  right: -5%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}

#gallery .owl-nav button {
  height: 40px;
  width: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #1b1b1b;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid gray !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#gallery .owl-nav button:hover {
  background-color: var(--color-primary);
  color: #fff;
  border: none !important;
}

.full-blog .blog-item-box .thumb img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.contact-base {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.contact-base i {
  display: inline-block;
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #f2f2f2;
  border-radius: 50%;
  color: var(--color-heading);
}

.contact-base span {
  margin: 0;
  font-size: 16px;
  display: block;
}

.contact-map iframe {
  width: 100%;
  height: 400px;
  border: none;
}