/* ----------------------------------

Template Name: Tanda - IT Solutions Template
Author: validtheme
Description:
Version: 2.0

Main Font    : Inter
Main Color   : #518dce

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Navbar With Topbar
    03. Banner
        - Default
        - Carousel
        - Banner with form
    04. About Area
        - Simple
        - With FAQ
    05. Why Choose Us
    06. Work Process
    07. Works About
    08. Services
        - Carousel Version
        - Grid Version
        - Tab Version
    09. Quick Contact Area
    10. Case Studies
    11. Fun Factor
    12. Team
    13. FAQ
    14. Features Area
    15. Our Mission/Our Vission
    16. Testimonials
    17. Clients / Brand
    18. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    19. Concat Area
    20. Subscribe Form
    21. Error 404
    22. Footer
        - LIght Version
        - Dark Version
    23. PHP Contact Form
    24. Others

*/


/*
** General Styles for HTML tags
*/

@import url('../../css2');

/* Varialbes */
:root {
	--font-default: 'Inter', sans-serif;
	--font-heading: 'Inter', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #040d43;
	--dark-secondary: #022b6d;
	--white: #ffffff;
	--color-primary: #518dce;
	--color-secondary: #3e00a7;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--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
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	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;
}

.color-style-two a:hover {
	color: var(--color-style-two);
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

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;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

ul {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

.row {
	--bs-gutter-x: 30px;
}

i::before {
	line-height: inherit !important;
}


/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
    font-family: var(--font-default);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

h1, h2, h3, h4, h5, h6 {
	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: 600;
}

h1 {
	font-size: 40px;
	margin-bottom: 25px;
}

h2 {
	font-size: 36px;
	margin-bottom: 25px;
}

h3 {
	font-size: 28px;
	margin-bottom: 25px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

a, .btn, button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 600;
	line-height: 26px;
}

p {
	color: var(--color-paragraph);
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 400;
	font-family: var(--font-default);
}

.form-group {
  margin-bottom: 20px;
}

/* Default CSS */
.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width:576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

@media (min-width:576px) {
  .container-fill {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-fill {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-fill {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-cover-bottom {
  background-size: cover !important;
  background-position: left bottom !important;
  background-repeat: no-repeat;
}

.bg-bottom-center {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f3f7fd;
}

.bg-gray-hard {
  background-color: #d1eeec;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: var(--white) !important;
}

.bg-theme {
  background-color: var(--color-primary);
}

.bg-light-gradient {
  background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}

.gradient-bg {
  background-image: var(--bg-gradient);
  background-color: var(--color-primary);
}

.bg-gradient {
  background-image: var(--bg-gradient);
  background-color: var(--color-primary);
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative;
}

.text-italic {
  font-style: italic;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .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;
}

.shadow.dark-hard::after {
  background: var(--black) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: var(--white) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: var(--color-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.shadow.theme-hard::after {
  background: var(--color-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
  z-index: 1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  -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;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
  font-size: 17px;
}

.btn i {
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: 3px;
}

.btn.btn-sm i {
  font-size: 17px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.btn.btn-icon i {
  font-size: 50px;
  align-items: center;
  float: left;
  margin-right: 10px;
}

.btn.btn-icon {
  padding: 0;
  line-height: 50px;
}

.btn.btn-icon:hover {
  color: var(--white);
}

.btn-md {
  padding: 13px 40px;
}

.btn-sm {
  padding: 13px 35px;
  font-size: 15px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid var(--white);
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: var(--white);
  color: var(--dark);
  border: 2px solid var(--white);
}

.btn-dark {
  background-color: var(--dark);
  color: var(--white);
  border: 2px solid var(--dark);
}

.btn-dark.border {
  background-color: transparent;
  color: var(--dark);
  border: 2px solid var(--dark) !important;
}

.btn-dark.border:hover {
  background-color: var(--dark);
  color: var(--white) !important;
  border: 2px solid var(--dark) !important;
}

.btn-gray.border {
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid #e7e7e7 !important;
}

.btn-gray.border:hover {
  background-color: var(--color-primary);
  color: var(--white) !important;
  border: 2px solid var(--color-primary) !important;
}

.btn-gray.effect {
  background: #fafafa;
  border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
  background: var(--white) none repeat scroll 0 0;
  border: 2px solid var(--white);
  color: var(--dark);
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid var(--white) !important;
  color: var(--white);
}

.btn.btn-light.border:hover {
  background: var(--white) none repeat scroll 0 0 !important;
  border: 2px solid var(--white) !important;
  color: var(--dark) !important;
}

.btn-standard {
  display: inline-block;
  text-align: center;
  color: var(--color-primary);
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  padding: 10px 35px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-standard:hover {
  color: var(--white);
}

.btn-standard::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--color-primary);
  transition: all 0.35s ease-in-out;
  left: -100%;
  bottom: 0;
  z-index: -1;
}

.btn-standard:hover::after {
  left: 0;
}

.btn-standard.md {
  padding: 13px 45px;
}

.btn-standard i {
  display: inline-block;
  text-align: center;
  color: var(--color-primary);
  font-size: 15px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-left: 3px;
  top: 1px;
  transition: all 0.35s ease-in-out;
}

.btn-standard:hover i {
  color: var(--white);
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
  color: var(--white);
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: var(--dark) !important;
  background: transparent;
}

.bg-dark {
  background: var(--dark) !important;
}

.bg-dark-hard {
  background: var(--dark-secondary);
}

.bg-gradient {
  background: var(--color-primary);
  background: var(--bg-gradient) !important;
}

.btn-theme {
  background-color: var(--color-primary);
  color: var(--white) !important;
  border: 2px solid var(--color-primary);
}

.btn-theme.border {
  background-color: transparent;
  color: var(--dark) !important;
  border: 2px solid var(--color-primary) !important;
}

.text-light .btn-theme.border {
  color: var(--white) !important;
}

.btn-theme.border:hover {
  background-color: var(--color-primary);
  color: var(--white) !important;
  border: 2px solid var(--color-primary);
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: var(--dark) none repeat scroll 0 0;
  border: 2px solid var(--dark);
  color: var(--white);
}

.shadow .btn-theme.effect:hover,
.text-light .btn-theme.effect:hover,
.bg-gradient .btn-theme.effect:hover,
.bg-dark .btn-theme.effect:hover {
  background: var(--white) none repeat scroll 0 0;
  border: 2px solid var(--white);
  color: var(--color-heading) !important;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid var(--white);
  color: var(--white);
}

.btn .fa-long-arrow-right {
  font-weight: 100;
  transform: rotate(-45deg);
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
  position: relative;
  z-index: 1;
  color: var(--white) !important;
  padding: 18px 40px !important;
}

.btn-gradient:hover {
  color: var(--white);
}

.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--bg-gradient);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px var(--color-primary);
}

.btn-gradient i {
  display: inline-block;
  line-height: 28px;
  color: var(--white);
  font-size: 14px;
  margin-left: 5px;
}

.btn-gradient.icon-normal i {
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: inherit;
  position: relative;
  top: 2px;
  margin-right: 0;
  height: auto;
  width: auto;
}

.btn-gradient.icon-left i {
  margin-left: 0;
  margin-right: 5px;
}

.inc-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient.btn-sm {
  padding: 10px 30px;
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white) !important;
}

.relative {
  position: relative;
  z-index: 1;
}

.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.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;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: var(--white) none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -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;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 17px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: var(--color-primary) none repeat scroll 0 0;
  border: 2px solid var(--color-primary);
  color: var(--white) !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  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;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--color-primary);
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.1;
  text-transform: capitalize;
}

.site-heading.less-info h2 {
  margin-bottom: 0;
}

.site-heading h4 {
  color: var(--color-primary);
  font-weight: 500;
  text-transform: uppercase;
}

.site-heading .section-kicker-heading {
  display: block;
  margin: 0 0 8px;
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.bg-dark .site-heading h4 {
  color: var(--white);
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: var(--color-primary);
}

.site-heading h2 span {
  color: var(--color-primary);
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
  margin-top: 20px;
  padding: 0 7%;
}

.site-heading h2::before {
  background: var(--color-primary) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading h2::after {
  background: var(--color-primary) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.site-heading.text-left h2::before {
  left: 0;
  margin-left: 0;
}

.site-heading.text-left h2::after {
  left: 45px;
  margin-left: 0;
}

.shadow .site-heading h2, 
.shadow .site-heading p {
  color: var(--white);
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before {
  background: var(--white) none repeat scroll 0 0;
}

.site-heading h2 span {
  color: var(--color-primary);
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px;
  padding: 15px;
}

.heading-left {
  margin-bottom: 60px;
}

.heading-left .left-info {
  padding-right: 50px;
  border-right: 1px solid #dddddd;
}

.heading-left .right-info {
  padding-left: 50px;
}

.heading-left h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: var(--color-primary);
}

.heading-left h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  margin-top: -1px;
}

.heading-left p {
  margin-top: -5px;
  margin-bottom: 0;
}

.heading-left h2 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}

.heading-left a {
  margin-top: 10px;
}

.area-title {
  font-size: 40px;
  line-height: 1.2;
}

/* Fixed Shape */
.fixed-shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.fixed-shape-bottom img {
  width: 100%;
}


/* ============================================================== 
     # Top Bar 
=================================================================== */
.language-switcher .dropdown-toggle {
  background: transparent;
  border: none;
  color: var(--color-paragraph);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px;
  text-transform: capitalize;
}

.language-switcher img {
  padding: 3px;
  box-shadow: 0 0 10px #dce0e7;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.language-switcher .dropdown-toggle li {
  display: block;
}

.language-switcher .dropdown-menu li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
}

.language-switcher .dropdown-menu li:last-child {
  border: none;
}

.language-switcher .dropdown-menu {
  margin: 0;
  min-width: 200px;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  left: auto !important;
  right: 0;
}

.nav-box .language-switcher .dropdown-menu {
  top: 58px;
}

@media (min-width: 1024px) {
  .nav-box .language-switcher .dropdown-menu {
    top: 80px;
  }
}

.language-switcher .dropdown-menu.show {
  display: block !important;
}

.language-switcher .dropdown-menu li a {
  padding: 7px 15px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}


/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

.top-bar-area li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-bar-area p {
  margin: 0;
  font-weight: 500;
}

.top-bar-area p a {
  text-decoration: underline;
  font-weight: 600;
}

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .button a {
  display: inline-block;
  padding: 6px 25px;
  color: var(--white);
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.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.inc-padding {
  padding: 10px 0;
}

.top-bar-area .button i {
  margin-right: 5px;
}

.top-bar-area .info li i {
  margin-right: 5px;
  color: var(--color-primary);
}

.top-bar-area.fixed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.top-bar-area.fixe .row {
  align-items: center;
}

.top-bar-area.fixed {
  padding: 20px 0;
}

.top-bar-area .address-info li {
  text-align: left;
}

.top-bar-area .address-info li .icon, 
.top-bar-area .address-info li .info {
  display: inline-block;
}

.top-bar-area .address-info li .icon i {
  margin-right: 10px;
}

.top-bar-area .info a {
  margin-left: 20px;
}

.top-bar-area.fixed .container {
  padding-right: 30px;
}

.top-bar-area.bg-dark .info li i,
.top-bar-area.bg-theme .info li i {
  color: var(--white);
}

.top-bar-area.inc-logo {
  padding: 15px 0;
}

.top-bar-area .info-colums ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar-area .info-colums ul .info span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.top-bar-area .info-colums li i {
  font-size: 35px;
}

.top-bar-area .info-colums ul .info {
  font-size: 14px;
  text-align: left;
}

.top-bar-area .info-colums .info,
.top-bar-area .info-colums .icon {
  display: inline-block;
}

.top-bar-area .info-colums ul li {
  text-align: left;
}

.top-bar-area .info-colums ul li .info {
  line-height: 24px;
}

.top-bar-area .info-colums ul li .icon {
  margin-right: 15px;
}

.top-bar-area .info-colums ul li::after {
  height: 90%;
  top: 5%;
}

.top-bar-area.bg-theme .info-colums ul li::after {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .info-colums ul li .icon i {
  color: var(--color-primary);
}

.top-bar-area.bg-theme .info-colums ul li .icon i {
  color: var(--white);
}

.top-bar-area.bg-theme {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1023px) {
  .top-bar-area .logo {
    display: none;
  }

  .top-bar-area .info-colums {
    width: 100%;
  }

  .top-bar-area .info-colums ul {
      justify-content: center;
  }

  .top-bar-area.inc-logo {
      border-bottom: 1px solid #e7e7e7;
  }

  nav.navbar.validnavs {
    padding: 0;
    box-shadow: var(--box-shadow);
  }
}
/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 150px 0;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
  background: var(--dark) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h2 {
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 0;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: var(--white);
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.breadcrumb-area .breadcrumb li::after {
  border: 2px solid var(--white);
  content: "";
  height: 10px;
  left: -7px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: var(--font-default);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
}

.breadcrumb-area .breadcrumb li.active {
    color: var(--white);
    text-decoration: underline;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area.auto-height.circle-shape .content {
  padding: 200px 0;
}

.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 .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.mar-top-100p .content {
  margin-top: 100px;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid var(--white);
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area p {
  animation-delay: .5s;
  font-size: 18px;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  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,
.banner-area .text-light .carousel-control {
  color: var(--white);
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: var(--white);
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
  display: inline-block;
}

.banner-area .carousel-control.shadow::after {
  background: var(--dark) none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area:hover .carousel-control.left {
  left: 30px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 30px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 30px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 30px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: 40px;
  left: auto;
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(10px, -50%);
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  -o-transform: translate(10px, -50%);
  bottom: auto;
  margin: 0;
  display: block;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 0;
  border: 2px solid var(--white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid var(--white);
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: var(--white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.double-items > .row div {
  height: auto;
}


/* Content */
.banner-area .thumb {
  position: relative;
  top: 120px;
}

.banner-area.inc-shape .thumb {
  position: relative;
  z-index: 1;
}

.banner-area.inc-shape .thumb::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  z-index: -1;
}

.banner-area .content h2 {
  font-size: 70px;
  margin-bottom: 25px;
  line-height: 1.1;
}
.banner-area.text-color .content h2 strong {
  font-weight: 600;
  color: var(--color-primary);
}

.banner-area.text-light .content h2 strong {
  color: var(--white);
}

.banner-area .content h2 strong {
  font-weight: 600;
  display: block;
}

.banner-area .content h4 {
  margin-bottom: 25px;
}

.banner-area.text-center .content a,
.banner-area .text-center .content a {
  margin-left: 15px;
  margin-right: 15px;
}

.banner-area.top-pad-60 .content {
  padding-top: 60px;
}

.banner-area.border-shadow .box-table {
  position: relative;
  z-index: 1;
}

.banner-area.border-shadow .box-cell::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/9.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.banner-area.text-large .content h2 {
  font-size: 80px;
}

.banner-area.carousel-shape p {
    padding-right: 20%;
    font-size: 18px;
    line-height: 36px;
}

.banner-area .appoinment-box, 
.banner-area .appoinment-box div {
  height: auto;
}

.banner-area .item-box .item .row div {
  height: auto;
}

.banner-area .appoinment-box {
  padding: 60px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px #dce0e7;
}

.banner-area .appoinment-box h4 {
  color: var(--dark);
  font-weight: 600;
  font-size: 36px;
}

.banner-area .appoinment-box p {
  color: var(--dark);
}

.banner-area .appoinment-box .heading {
  margin-bottom: 30px;
}

.banner-area .appoinment-box input, 
.banner-area .appoinment-box .nice-select {
  border: none;
  border-radius: inherit;
  box-shadow: inherit;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #e6e6e6;
  padding-left: 0;
}

.banner-area .appoinment-box button {
    background: var(--color-primary);
    padding: 14px 25px;
    border-radius: 30px;
    color: var(--white);
    font-weight: 600;
    margin-top: 10px;
    width: 100%;
}

.banner-area.heading-border .content h4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
}

.banner-area.heading-border .content h4::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--white);
}

.banner-area.circle-shape .content::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    height: 450px;
    width: 450px;
    background: var(--white);
    z-index: -1;
    border-radius: 50%;
}

.banner-area.circle-shape .content::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    height: 550px;
    width: 550px;
    background: var(--white);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}


.banner-area.center-item .thumb {
    position: inherit;
    top: 0;
}

.banner-area.center-item .row > div {
    height: auto;
}

.banner-area.shape {
  position: relative;
  z-index: 1;
}

.banner-area.shape::after {
    position: absolute;
    right: -20%;
    top: -20%;
    content: "";
    height: 700px;
    width: 700px;
    background: #f3f7fd;
    z-index: -1;
    border-radius: 30px;
    transform: rotate(45deg);
}

.banner-area .fixed-shape.right.top {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.banner-area .content .bottom {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.banner-area .content .bottom a {
    margin-right: 30px;
}

.banner-area .content .bottom .call-us h5 {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-primary);
}

.banner-area.text-light .content .bottom .call-us h5 {
    color: var(--white);
}

.banner-area .content .bottom .call-us {
    margin-top: 20px;
    display: flex;
    align-items: center;
    text-align: left;
}

.banner-area .content .bottom .call-us span {
    font-weight: 600;
    color: var(--color-heading);
}

.banner-area .content .bottom .call-us i {
    height: 50px;
    width: 50px;
    background: var(--color-primary);
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    color: var(--white);
    margin-right: 15px;
}

.banner-area .content .bottom .call-us i::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
}

.banner-area.text-light .content .bottom .call-us span {
    color: var(--white);
}

.banner-area .banner {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom left;
}

.banner-area.bg-gradient {
    background-position: bottom left;
}

.banner-area.bottom-shape {
  position: relative;
  z-index: 1;
}

.banner-area .fixed-shape {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-area .fixed-shape img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner-area.banner-style-seven .thumb {
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.banner-area.banner-style-seven .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-area.banner-style-seven .content .btn {
  max-width: max-content;
}

@media (min-width:1300px) {
.banner-box {
    padding: 50px;
    padding-top: 95px;
    border-radius: 8px;
}
}

.banner-area .fixed-shape-bottom {
    z-index: -1;
    opacity: 0.1;
}

.banner-area .row.align-center div {
    height: auto;
}

.banner-area .thumbs {
    position: relative;
    z-index: 1;
}

/* Animated Shape */

.item-animated {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

.banner-area.carousel-shape .slider-thumb {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background-size: cover;
    background-position: right;
}

.banner-area.carousel-shape .box-cell::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/18.png);
    background-size: cover;
    background-position: right;
}

.banner-area.carousel-shape .box-cell {
    position: relative;
}

/* Home Nine Banner */
.banner-area.bg-adjustable {
    background-size: cover;
    width: 100%;
    background-position: bottom left;
    padding-top: 100px;
}

/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--white) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: var(--color-primary) repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
  background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--white) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: var(--color-primary);
  left: -2px;
}

.video-play-button.theme i {
  color: var(--white);
}

.video-play-button.relative {
  position: relative;
  display: inline-block;
  left: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 0 !important;
  top: 35px;
  margin-left: 10px;
}

.video-play-button.relative::before, 
.video-play-button.relative::after {
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.video-play-button.relative i {
  line-height: 63px;
  font-size: 20px;
}

.video-play-button.relative span {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    left: 100%;
    min-width: 300%;
    text-transform: uppercase;
    margin-top: -7px;
    margin-left: 20px;
    text-align: left;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--white);
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  color: var(--dark);
}

.nice-select .current {
  color: var(--color-paragraph);
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: var(--white);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  margin: 0;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ============================================================== 
     # About 
=================================================================== */

.about-area.inc-shape::after {
  transform: translateX(10px);
  position: absolute;
  left: -100px;
  top: 150px;
  content: "";
  height: 100%;
  width: 40%;
  background: url(../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: 80%;
}

.about-area .thumb img:nth-child(2) {
  position: relative;
  left: 20%;
  width: 80%;
  top: -80px;
  margin-bottom: -80px;
  box-shadow: 0 0 10px #dce0e7;
  padding: 5px;
  background: var(--white);
}

.about-area .info > h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: var(--color-primary);
}

.about-area .info > h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  margin-top: -1px;
}
 
.about-area .thumb .overlay {
  position: absolute;
  right: 0;
  top: 50%;
  height: 250px;
  width: 250px;
  text-align: center;
  background: var(--white);
  transform: translate(50px, -50%);
  border-radius: 8px;
  box-shadow: 0 0 10px #dce0e7;
}

.about-area .thumb .overlay .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 30px;
}

.about-area .thumb .overlay h4 {
  margin: 0;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
}

.about-area .thumb .overlay h4 strong {
  font-size: 80px;
  display: block;
  line-height: 1;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.about-area .info ul li {
  display: flex;
}

.about-area .info ul li i {
  display: inline-block;
  font-size: 60px;
  margin-right: 25px;
  color: var(--color-primary);
  line-height: 1;
}

.about-area .info ul li h4 {
  font-weight: 600;
}

.about-area .info ul li {
  margin-top: 30px;
}

.about-area .info ul li p {
  margin: 0;
}

.about-area .info ul li:first-child {
  margin-top: 0;
}

.about-area .info ul {
  margin-top: 30px;
}

.about-area .info > h3 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 30px;
}

.about-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-area .author {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.about-area .author img {
  height: 100px;
}

.about-area .author .signature {
  border-right: 1px solid #e7e7e7;
  padding-right: 20px;
  margin-right: 20px;
}

.about-area .author h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.about-area.reverse .thumbs img {
    max-width: 120%;
}

.about-area.reverse .info {
    padding-right: 35px;
}

.about-area.reverse .info {
    padding-bottom: 120px;
}

.about-area .info .progress-box .progress {
    height: 5px;
    overflow: inherit;
}

.about-area.reverse .info .progress-box h5 {
    font-weight: 600;
    font-size: 17px;
}

.about-area.reverse .info .progress-box {
    margin-top: 30px;
    overflow: inherit;
    text-align: left;
}

.about-area .info .progress-box .progress .progress-bar {
  position: relative;
  overflow: inherit;
  background: var(--bg-gradient);
}

.about-area .info .progress-box .progress .progress-bar span {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: var(--color-primary);
    padding: 0px 8px;
    font-weight: 600;
    font-size: 12px;
}

.about-area .info .progress-box .progress .progress-bar span::after {
    position: absolute;
    left: 5px;
    bottom: -5px;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--color-primary);
}

/* ============================================================== 
     # About Version Two
=================================================================== */
.about-content-area .info > h3 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 30px;
}

.about-content-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.about-content-area .thumb {
    position: relative;
    margin-bottom: 50px;
}

.about-area .thumb .overlay {
    position: absolute;
    right: 0;
    top: 50%;
    height: 250px;
    width: 250px;
    text-align: center;
    background: var(--white);
    transform: translate(50px, -50%);
    border-radius: 8px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.about-content-area .thumb img:first-child {
  width: 90%;
}

.about-content-area .thumb img:nth-child(2) {
  position: relative;
  left: 20%;
  width: 80%;
  top: -80px;
  margin-bottom: -80px;
  box-shadow: 0 0 10px #dce0e7;
  padding: 5px;
  background: var(--white);
}

.about-content-area .overlay {
    position: absolute;
    right: 0;
    background: var(--bg-gradient);
    padding: 50px 30px;
    clip-path: polygon(100% 0, 100% 85%, 93% 100%, 0 99%, 0 0);
    display: flex;
    align-items: center;
    bottom: -50px;
}

.about-content-area .overlay h4 {
    color: var(--white);
    font-weight: 600;
    margin-bottom: 8px;
}

.about-content-area .overlay p {
    margin: 0;
    color: var(--white);
    font-style: italic;
}

.about-content-area .overlay i {
    font-size: 60px;
    color: var(--white);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 20px;
    padding-right: 25px;
}

.content-tabs .nav-tabs {
    margin-bottom: 30px !important;
    border-bottom: 2px solid #e7e7e7;
    margin-top: 30px;
}

.content-tabs .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
}

.content-tabs .nav-tabs li button {
    display: block;
    border: none;
    border-radius: 5px;
    padding: 0;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    text-transform: uppercase;
    color: var(--color-heading);
}

.content-tabs .nav-tabs li button:hover,
.content-tabs .nav-tabs li button:focus {
  background: transparent;
}

.content-tabs .nav-tabs li button.active::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    height: 3px;
    width: 100%;
    background: var(--color-primary);
}

.content-tabs .nav-tabs li button.active {
  color: var(--color-primary);
  background: transparent;
}


.content-tabs p:last-child {
  margin-bottom: 0;
}


/* ============================================================== 
     # Home Nine About
=================================================================== */

.about-standard-area .fixed-shape {
    position: absolute;
    left: 0;
    bottom: -100px;
}

.about-standard-area .fixed-shape img {
    max-width: 70%;
}

.about-standard-area .thumb {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.about-standard-area .thumb img:nth-child(2) {
    position: absolute;
    left: -100px;
    top: -60px;
    width: 300px;
}

.about-standard-area .thumb img:nth-child(2) {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.about-standard-area .thumb img:nth-child(3) {
    position: absolute;
    left: -50px;
    bottom: -50px;
    height: 300px;
}

.about-standard-area .thumb img:first-child {
    max-width: 90%;
    float: right;
    z-index: 9;
    position: relative;
}

.about-standard-area .thumb img {
    border-radius: 5px;
}

.about-standard-area .overlay {
  position: absolute;
  left: 0;
  background: var(--bg-gradient);
  padding: 40px 40px;
  display: flex;
  align-items: center;
  bottom: 50px;
  z-index: 9;
  border-radius: 5px;
}

.about-standard-area .overlay .video {
  margin-top: -15px;
}


.about-standard-area .overlay .content {
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 35px;
}

.about-standard-area .overlay h4 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--white);
}

.about-standard-area .overlay h4 strong {
    display: block;
    font-size: 36px;
    margin-top: 5px;
    font-weight: 600;
}

.about-standard-area .overlay p {
    margin: 0;
    color: var(--white);
    font-style: italic;
}

.about-standard-area .info {
  padding-left: 35px;
}


.about-standard-area .info > h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 45px;
    color: var(--color-primary);
}

.about-standard-area .info > h5::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 2px;
    width: 30px;
    background: var(--color-primary);
    margin-top: -1px;
}

.about-standard-area .info h2 {
  font-weight: 600;
  margin-bottom: 30px;
}


.about-standard-area .info blockquote {
    margin: 0;
    margin-top: 30px;
    color: var(--color-heading);
    font-style: italic;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
}

.about-standard-area .info a {
    margin-top: 30px;
}



@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* ============================================================== 
     # Who We Area
=================================================================== */
.who-we-area-box .item {
  padding: 120px 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.who-we-area-box .item:last-child {
  border: none;
}

.who-we-area-box .item .text-blur {
  position: absolute;
  top: 75px;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 900;
}

.who-we-area-box .item h4 {
  font-weight: 600;
  margin-bottom: 25px;
}

.who-we-area-box .item a {
  margin-top: 15px;
}

/* ============================================================== 
     # Features 
=================================================================== */

.features-area.bottom-shape::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/5.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.border-shape::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  border-right: 100vw solid var(--white);
  border-top: 60px solid transparent;
}

.features-area .fixed-shape {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}

.features-area .single-item {
  margin-bottom: 30px;
}

.features-area .item {
  padding: 60px 30px;
  background: var(--white);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.features-area .item > i {
  display: inline-block;
  font-size: 65px;
  margin-bottom: 25px;
  color: var(--color-primary);
  position: relative;
  z-index: 1;
  line-height: 1;
}

.features-area .item h5 {
  font-weight: 600;
  font-size: 22px;
}

.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 */
.why-us > h5 {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
}

.why-us > h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--color-heading);
  margin-top: -1px;
}

.why-us h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.why-us ul li {
  margin-top: 25px;
}

.why-us ul li h5 {
  text-transform: capitalize;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.why-us ul li strong {
  font-size: 2rem;
  font-weight: 600;
  margin-right: 15px;
}

.why-us ul {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 25px;
  padding-top: 25px;
}

.why-us ul li:first-child {
  margin-top: 0;
}

/* ============================================================== 
     # Features Version Two
=================================================================== */

.feature-area.half-bg {
  position: relative;
  z-index: 1;
}

.feature-area.half-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  border-right: 100vw solid #f3f7fd;
  border-top: 200px solid transparent;
  width: 0;
  z-index: -1;
}

.feature-area .features-box .item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.feature-area .features-box .item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 1;
}

.feature-area .features-box .item .overlay .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-area .features-box .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%) repeat scroll 0 0;
}

.feature-area .features-box .item .overlay i {
  font-size: 20px;
  display: inline-block;
  line-height: 47px;
  font-weight: 400;
  transform: rotate(-45deg);
  color: var(--color-heading);
}

.feature-area .features-box .item .overlay h4 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}

.feature-area .features-box .item span {
  position: absolute;
  font-weight: bold;
  font-size: 80px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px var(--white);
  left: 30px;
  bottom: 20px;
  z-index: 2;
  line-height: 80px;
  opacity: 0.5;
}

.feature-area .features-box .item img {
  -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;
  transition: all 0.35s ease-in-out;
}

.feature-area .features-box .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.feature-area .features-box .item .overlay .info > a {
  display: inline-block;
  min-height: 45px;
  min-width: 45px;
  height: 45px;
  width: 45px;
  background: var(--white);
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  color: var(--color-primary);
  opacity: 0;
  transform: translateX(20px);
}

.feature-area .features-box .item:hover .overlay .info > a {
  opacity: 1;
  transform: translateX(0);
}


/* ============================================================== 
     # Top Features
=================================================================== */

.top-features-area .single-item {
  margin-bottom: 30px;
}

.top-features-area .item {
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    border: 1px solid #e7e7e7;
    background: var(--white);
}

.top-features-area .item .icon i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: var(--color-primary);;
  position: relative;
  z-index: 1;
  padding: 20px;
  line-height: 1;
}

.top-features-area .item .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 38% 62% 62% 38% / 41% 44% 56% 59% ;
    opacity: 0.1;
}

.top-features-area .single-item:nth-child(2n) .item i {
    color: #8a49a1;
}

.top-features-area .single-item:nth-child(2n) .item i::after {
    background: #8a49a1;
}

.top-features-area .single-item:nth-child(3n) .item i {
    color: #57b957;
}

.top-features-area .single-item:nth-child(3n) .item i::after {
  background: #57b957;
}

.top-features-area .single-item:nth-child(4n) .item i {
    color: #ff583c;
}

.top-features-area .single-item:nth-child(4n) .item i::after {
    background: #ff583c;
}

.top-features-area .item p {
  margin: 0;
}

.top-features-area .single-item .item::after {
    position: absolute;
    right: 0;
    bottom: -30px;
    content: "";
    height: 40%;
    width: 40%;
    background: url(../img/shape/8.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: all 0.35s ease-in-out;
    z-index: -1;
}

.top-features-area .item ul li {
  position: relative;
  z-index: 1;
  color: var(--dark);
  padding-left: 25px;
  margin-top: 10px;
  font-weight: 600;
}

.top-features-area .item ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 14px;
}

.top-features-area .item ul {
  margin-top: 15px;
}

.top-features-area .item .more {
  overflow: hidden;
  z-index: 1;
  margin-top: 20px;
}

.top-features-area .item .more a {
    color: var(--color-primary);
}

.top-features-area .item .more a i {
  margin-left: 5px;
}

.top-features-area .item > a {
  margin-top: 20px;
}

/* ============================================================== 
     # Featured Version Four
=================================================================== */

.feature-area .feature-box .content .content-box {
  padding: 80px;
  background: var(--white);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-left: 4px solid var(--color-primary);
}

@media (min-width: 1024px) {
  .feature-area .feature-box .content .content-box {
    margin-left: -20%;
  }
}

.feature-area .feature-box .thumb {
  position: relative;
}

.feature-area .feature-box .item {
    display: flex;
    margin-top: 50px;
}

.feature-area .feature-box .item i {
  display: inline-block;
  font-size: 65px;
  margin-right: 30px;
  background: var(--bg-gradient);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.feature-area .feature-box .item h5 a {
    font-weight: 600;
}

.feature-area .feature-box .item:first-child {
    margin-top: 0;
}

.feature-area .feature-box .item p {
    margin: 0;
}

.feature-area .feature-box .content {
    padding-left: 35px;
}


/* ============================================================== 
     # Featured Services
=================================================================== */
.featured-services-area .fixed-shape-left-top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.service-area .fixed-shape-left-top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.featured-services-area .single-item {
  margin-bottom: 30px;
}

.featured-services-area .item {
  background: var(--white);
  padding: 50px 30px;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}


.featured-services-area .item i {
    display: inline-block;
    font-size: 65px;
    margin-bottom: 30px;
    color: var(--color-primary);
}

.featured-services-area .single-item:nth-child(2n) .item i {
    color: #57b957;
}

.featured-services-area .single-item:nth-child(3n) .item i {
    color: #8a49a1;
}

.featured-services-area .single-item:nth-child(4n) .item i {
    color: #ff583c;
}

.featured-services-area .item h5 {
    font-weight: 600;
}

.featured-services-area .item p {
    margin: 0;
}

.featured-services-area .item::after {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 3px;
    content: "";
    background: var(--color-primary);
    bottom: 0;
    margin-left: -25px;
    transition: all 0.35s ease-in-out;
    border-radius: 50px;
    opacity: 0;
}

.featured-services-area .item:hover::after {
    left: 0;
    width: 100%;
    margin: 0;
    opacity: 1;
}

/* ============================================================== 
     # Clients
=================================================================== */
.clients-area .clients-carousel img {
    width: auto;
    max-width: 100%;
    max-height: 82px;
    margin: auto;
    object-fit: contain;
}

/* Consistent heading sizes across the entire website and all viewports. */
h1 {
  font-size: 30px !important;
}

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

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

.clients-area .clients-carousel img[src*="chintora"] {
    max-height: 108px;
    transform: scale(1.22);
}

.clients-area .client-logo-item {
    display: flex;
    height: 135px;
    align-items: center;
    justify-content: center;
    padding: 22px;
    border: 1px solid #e3e9f4;
    border-radius: 10px;
    background: var(--white);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.clients-area .client-logo-item:hover {
    transform: translateY(-5px);
    border-color: rgba(81, 141, 206, 0.4);
    box-shadow: 0 12px 30px rgba(34, 69, 110, 0.1);
}

/* ============================================================== 
     # Video Area
=================================================================== */
.video-area.extra-padding {
  padding-bottom: 240px;
}

.video-area h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.video-area h2 {
  font-weight: 600;
}

.video-area a.video-play-button.relative {
  top: 59px;
}

/* ============================================================== 
     # Why Choose Us
=================================================================== */
.choose-us-area .item {
  padding: 70px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  display: flex;
  background: var(--white);
  border-radius: 8px;
}

.choose-us-area .items-box {
  margin-top: -120px;
}

.choose-us-area .item .icon i {
  display: inline-block;
  font-size: 60px;
  margin-right: 25px;
  color: var(--color-primary);
}

.choose-us-area .item h4 {
  font-weight: 600;
}

.choose-us-area .item a {
  color: var(--color-primary);
}

.choose-us-area .item .call {
  display: flex;
  align-items: center;
}

.choose-us-area .item .call span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

.choose-us-area .item .call i {
  display: inline-block;
  font-size: 50px;
  margin-right: 20px;
}

.choose-us-area .item.bg-gradient {
  box-shadow: none;
}

/* ============================================================== 
     # Work Process 
=================================================================== */

.work-process-area .single-item {
  margin-bottom: 30px;
}

.work-process-area .thumb img {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  border: 9px solid var(--white);
}

.work-process-area .work-pro-items .item i {
  display: inline-block;
  color: var(--color-primary);
  font-size: 60px;
  margin-bottom: 30px;
}

.work-process-area .work-pro-items .item h5 {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 20px;
}

.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 30px;
  background: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.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: #f3f7fd;
  z-index: -1;
}

.bg-light .works-about-items::before {
  background: var(--white);
}

.works-about-area .works-about-items .thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.works-about-area .web-partner-visual {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(25, 54, 93, 0.14);
}

.works-about-area .web-partner-visual > img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
}

.web-partner-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--white);
}

.web-partner-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 17px 12px;
  border-right: 1px solid #e7edf6;
}

.web-partner-highlight:last-child {
  border-right: 0;
}

.web-partner-highlight i {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--color-primary);
  font-size: 14px;
}

.web-partner-highlight span {
  color: #68748a;
  font-size: 11px;
  line-height: 1.35;
}

.web-partner-highlight strong {
  display: block;
  color: var(--dark);
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 2px;
}

.works-about-area .works-about-items .thumb .fun-fact {
  position: absolute;
  left: -50px;
  bottom: -50px;
  background: var(--white);
  padding: 50px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  text-align: center;
}

.works-about-area.reverse .works-about-items .thumb .fun-fact {
  position: absolute;
  left: auto;
  right: -50px;
  bottom: -50px;
}

.works-about-area .works-about-items .thumb .fun-fact .medium {
  display: block;
  font-weight: 600;
}

.works-about-area .works-about-items .thumb .fun-fact .timer {
  display: inline-block;
  font-weight: 600;
  font-size: 65px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  margin-left: -20px;
  line-height: 1;
  color: var(--color-primary);
}

.works-about-area .works-about-items .thumb .fun-fact .timer::after {
  position: absolute;
  right: -25px;
  top: 0;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 20px;
}

.works-about-area .works-about-items .info {
  padding-right: 80px;
}

.works-about-area.reverse .works-about-items .info {
  padding-right: 15px;
  padding-left: 80px;
}

.works-about-items .info > h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: var(--color-primary);
}

.works-about-items .info > h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  margin-top: -1px;
}

.works-about-items .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.works-about-items ul li {
  margin-top: 25px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}

.works-about-items ul li::after {
  position: absolute;
  left: 0;
  top: -4px;
  content: "\f058";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: var(--color-primary);
}

.works-about-items ul li h5 {
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  font-size: 17px;
}

.works-about-items ul li i {
  display: inline-block;
  font-size: 45px;
  min-width: 60px;
  margin-right: 10px;
}

.works-about-area .works-about-items .info a {
  margin-top: 30px;
  padding: 15px 40px;
}

@media only screen and (max-width: 991px) {
  .works-about-area .web-partner-visual {
    margin-top: 40px;
  }

  .works-about-area .web-partner-visual > img {
    height: 360px;
  }
}

@media only screen and (max-width: 575px) {
  .works-about-area .web-partner-visual > img {
    height: 270px;
  }

  .web-partner-highlights {
    grid-template-columns: 1fr;
  }

  .web-partner-highlight {
    padding: 12px 15px;
    border-right: 0;
    border-bottom: 1px solid #e7edf6;
  }

  .web-partner-highlight:last-child {
    border-bottom: 0;
  }
}

/* ============================================================== 
     # Main Services 
=================================================================== */
.services-area .services-items .item {
    padding: 60px 30px;
    padding-top: 80px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    box-shadow: 0 0 10px #dce0e7;
    background: var(--white);
}

.services-area .services-items .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 50%;
    width: 100%;
    background: var(--bg-gradient);
    transition: all .35s ease-in-out;
    opacity: 0;
    z-index: -1;
    border-radius: 5px;
}

.services-area .services-items .item:hover::after {
    height: 100%;
    opacity: 1;
}

.services-area .services-items .item .icon>i {
  display: inline-block;
  font-size: 65px;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
  color: var(--color-primary);
  line-height: 1;
}

.services-area .services-items .item .icon>i::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 180%;
    width: 180%;
    background: url(../img/shape/19.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transform: translate(-50%,-50%);
}

.services-area .services-items .item:hover .icon>i::after {
  opacity: 0.1;
}

.services-area .services-items .item h4 a {
    font-weight: 600;
}

.services-area .services-items .item a {
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.services-area .services-items .item:hover i, 
.services-area .services-items .item:hover h4 a, 
.services-area .services-items .item:hover p {
    color: var(--white);
}

.services-area .services-items .item i, 
.services-area .services-items .item i::after, 
.services-area .services-items .item h4, 
.services-area .services-items .item p {
    transition: all .35s ease-in-out;
}

.services-area .services-items .item h4 {
    font-weight: 600;
}

.services-area .services-items .item:hover .info>a {
    background: var(--color-primary);
    color: var(--white);
}

.service-card .service-image {
    width: 100%;
    aspect-ratio: 278 / 222;
    margin-bottom: 25px;
    padding: 5px;
    border: 2px solid #dbe5ef;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(24, 49, 83, 0.10);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.service-card:hover .service-image {
    border-color: var(--color-primary);
    box-shadow: 0 12px 28px rgba(81, 141, 206, 0.20);
    transform: translateY(-3px);
}

@media (min-width: 1200px) {
    body.home-page .container {
        width: 100%;
        max-width: none;
        padding-right: clamp(35px, 4vw, 65px);
        padding-left: clamp(35px, 4vw, 65px);
    }

    /* Service pages use the same roomy top bar and navigation as the home page. */
    body.service-page .top-bar-area .container,
    body.service-page header .container {
        width: 100%;
        max-width: none;
        padding-right: clamp(35px, 4vw, 65px);
        padding-left: clamp(35px, 4vw, 65px);
    }
}

/* Header logo visibility and sizing */
@media (min-width: 1024px) {
    nav.navbar.validnavs > .container {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 18px;
    }

    nav.navbar.validnavs .navbar-header {
        width: auto !important;
        float: none !important;
    }

    nav.navbar.validnavs .navbar-collapse.collapse {
        display: block !important;
        width: auto !important;
        min-width: 0;
        float: none !important;
    }

    nav.navbar.validnavs ul.nav.navbar-nav {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    nav.navbar.validnavs ul.nav > li {
        flex: 0 0 auto;
    }

    nav.navbar.validnavs ul.nav > li > a {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 14px;
        white-space: nowrap;
    }

    nav.navbar.validnavs .attr-right {
        width: auto;
        float: none;
        margin-left: 0;
        white-space: nowrap;
    }

    nav.navbar.validnavs .attr-right .attr-nav li.button a {
        padding: 12px 18px !important;
        font-size: 13px;
        white-space: nowrap;
    }

    nav.navbar.validnavs .navbar-brand > img.logo {
        width: 220px;
        height: auto;
        max-height: 104px;
        object-fit: contain;
    }

    nav.navbar.validnavs ul.nav > li > a {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    nav.navbar.validnavs ul.nav > li.header-service-link > a {
        white-space: nowrap;
    }
}

@media (min-width: 1024px) and (max-width: 1599px) {
    body.service-page header .container,
    body.home-page header .container {
        padding-right: 22px;
        padding-left: 22px;
    }

    nav.navbar.validnavs > .container {
        gap: 10px;
    }

    nav.navbar.validnavs .navbar-brand > img.logo {
        width: 180px;
    }

    nav.navbar.validnavs ul.nav > li > a {
        padding-right: 6px;
        padding-left: 6px;
        font-size: 12.5px;
    }

    nav.navbar.validnavs .attr-right .attr-nav li.button a {
        padding: 11px 14px !important;
        font-size: 12px;
    }
}

@media (max-width: 1023px) {
    nav.navbar.validnavs .navbar-brand > img.logo {
        width: 180px;
        height: auto;
        max-height: 84px;
        object-fit: contain;
    }

    nav.navbar.validnavs .collapse-header > img {
        width: 170px;
        height: auto;
        max-height: 84px;
        object-fit: contain;
    }
}

.vwt-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #06162f;
    color: var(--white);
}

.vwt-hero::before {
    position: absolute;
    top: -180px;
    left: -160px;
    width: 520px;
    height: 520px;
    content: "";
    border: 1px solid rgba(81, 141, 206, 0.2);
    border-radius: 50%;
}

.vwt-hero-row {
    min-height: 570px;
}

.vwt-hero-content {
    position: relative;
    max-width: 760px;
    z-index: 2;
}

.vwt-hero-kicker {
    position: relative;
    display: inline-block;
    padding-left: 68px;
    margin-bottom: 25px;
    color: #dcecff;
    font-size: 18px;
    font-weight: 600;
}

.vwt-hero-kicker::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    background: var(--color-primary);
}

.vwt-hero-kicker::after {
    position: absolute;
    top: 50%;
    left: 46px;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    background: var(--color-primary);
    transform: translateY(-50%);
}

.vwt-hero h1 {
    margin-bottom: 25px;
    color: var(--white);
    font-size: clamp(48px, 4.5vw, 76px);
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: -0.035em;
}

.vwt-hero h1 strong {
    color: #77afe9;
    font-weight: 700;
}

.vwt-hero-content > p {
    max-width: 720px;
    margin-bottom: 32px;
    color: #c7d5e7;
    font-size: 18px;
    line-height: 1.75;
}

.vwt-hero-actions {
    display: flex;
    align-items: center;
    gap: 32px;
}

.vwt-hero-primary {
    display: inline-flex;
    min-height: 62px;
    align-items: center;
    gap: 15px;
    padding: 16px 30px;
    border-radius: 50px;
    background: var(--color-primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
}

.vwt-hero-primary i {
    transform: rotate(45deg);
}

.vwt-hero-primary:hover {
    background: var(--white);
    color: #06162f;
}

.vwt-hero-phone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
}

.vwt-hero-phone > i {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: #77afe9;
}

.vwt-hero-phone span {
    font-size: 17px;
    font-weight: 700;
}

.vwt-hero-phone small {
    display: block;
    margin-bottom: 3px;
    color: #9fb2ca;
    font-size: 12px;
    font-weight: 600;
}

.vwt-hero-phone:hover {
    color: #77afe9;
}

.vwt-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 35px;
    color: #b9c9dd;
    font-size: 14px;
    font-weight: 600;
}

.vwt-hero-trust i {
    margin-right: 7px;
    color: #77afe9;
}

.vwt-hero-visual {
    position: relative;
    margin-right: -65px;
}

.vwt-hero-visual img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 28px 0 0 28px;
    box-shadow: -25px 25px 65px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1199px) {
    .vwt-hero h1 {
        font-size: 52px;
    }

    .vwt-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .vwt-hero {
        padding: 75px 0;
    }

    .vwt-hero-row {
        min-height: 0;
    }

    .vwt-hero-visual {
        margin: 55px 0 0;
    }

    .vwt-hero-visual img {
        min-height: 0;
        border-radius: 22px;
    }
}

@media (max-width: 575px) {
    .vwt-hero {
        padding: 60px 0;
    }

    .vwt-hero-kicker {
        padding-left: 52px;
        font-size: 15px;
    }

    .vwt-hero-kicker::before {
        width: 38px;
    }

    .vwt-hero-kicker::after {
        left: 34px;
    }

    .vwt-hero h1 {
        font-size: 40px;
    }

    .vwt-hero-content > p {
        font-size: 16px;
    }

    .vwt-hero-trust {
        flex-direction: column;
        gap: 12px;
    }
}

.service-card .service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 9px;
    transition: transform 0.4s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

@media (min-width: 992px) {
    body.home-page .services-area > .container {
        padding-right: clamp(70px, 7vw, 120px);
        padding-left: clamp(70px, 7vw, 120px);
    }

    body.home-page .industries-area > .container {
        padding-right: clamp(60px, 6vw, 100px);
        padding-left: clamp(60px, 6vw, 100px);
    }
}

/* About Vibrant Web Tech */
.why-choose-seo {
    position: relative;
    overflow: hidden;
    background: #f6f9fd;
}

.why-choose-seo .site-heading {
    margin-bottom: 45px;
}

.why-choose-seo .site-heading > p {
    max-width: 800px;
    margin: 18px auto 0;
    font-size: 17px;
    line-height: 1.7;
}

.why-choose-intro-copy {
    width: 100%;
    max-width: none;
    margin: 22px auto 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
    box-shadow: none;
}

.why-choose-intro-copy p {
    margin: 0 0 14px;
    color: #657086;
    font-size: 16px;
    line-height: 1.75;
}

.why-choose-intro-copy p:last-child {
    margin-bottom: 0;
}

.why-choose-card-grid {
    row-gap: 24px;
}

.why-choice-card {
    position: relative;
    height: 100%;
    min-height: 285px;
    padding: 38px 28px 32px;
    border: 1px solid #e0e9f3;
    border-radius: 14px;
    background: var(--white);
    text-align: center;
    box-shadow: 0 12px 35px rgba(39, 72, 112, 0.06);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.why-choice-card:hover {
    transform: translateY(-7px);
    border-color: rgba(81, 141, 206, 0.45);
    box-shadow: 0 20px 45px rgba(39, 72, 112, 0.13);
}

.why-choice-card .icon {
    display: inline-flex;
    width: 78px;
    height: 78px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: rgba(81, 141, 206, 0.12);
    color: var(--color-primary);
    font-size: 31px;
}

.why-choice-card h3 {
    margin-bottom: 13px;
    font-size: 21px;
    font-weight: 700;
}

.why-choice-card p {
    max-width: 330px;
    margin: 0 auto;
    line-height: 1.65;
}

@media (max-width: 767px) {
    .why-choose-seo .site-heading {
        margin-bottom: 34px;
    }

    .why-choose-intro-copy {
        margin-top: 22px;
        padding: 0;
    }

    .why-choose-intro-copy p {
        font-size: 14px;
        line-height: 1.7;
    }

    .why-choice-card {
        min-height: 0;
    }
}

.vwt-about-area {
    position: relative;
    overflow: hidden;
    background: var(--white);
}

.vwt-about-area::before {
    position: absolute;
    top: 70px;
    right: -130px;
    width: 320px;
    height: 320px;
    content: "";
    border-radius: 50%;
    background: rgba(8, 101, 246, 0.055);
}

.vwt-about-row {
    position: relative;
    z-index: 1;
}

.vwt-about-visual {
    position: relative;
    padding: 0 35px 35px 0;
}

.vwt-about-visual::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72%;
    height: 78%;
    content: "";
    border-radius: 22px;
    background: var(--color-primary);
    opacity: 0.12;
}

.vwt-about-visual img {
    position: relative;
    width: 100%;
    height: 680px;
    display: block;
    border-radius: 22px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 24px 55px rgba(25, 42, 70, 0.18);
    z-index: 1;
}

.vwt-about-experience {
    position: absolute;
    right: 5px;
    bottom: 70px;
    display: flex;
    min-width: 220px;
    align-items: center;
    gap: 13px;
    padding: 20px 24px;
    border: 5px solid var(--white);
    border-radius: 14px;
    background: var(--color-primary);
    color: var(--white);
    box-shadow: 0 15px 35px rgba(8, 101, 246, 0.27);
    z-index: 2;
}

.vwt-about-experience strong {
    font-size: 42px;
    line-height: 1;
}

.vwt-about-experience span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.vwt-about-content {
    padding-left: 45px;
}

.vwt-about-kicker {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vwt-about-content h2 {
    margin-bottom: 22px;
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 700;
    line-height: 1.12;
}

.vwt-about-content > p {
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.75;
}

.vwt-about-points {
    display: grid;
    gap: 20px;
}

.vwt-about-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.vwt-about-point > span {
    display: inline-flex;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(8, 101, 246, 0.1);
    color: var(--color-primary);
}

.vwt-about-point h3 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 700;
}

.vwt-about-point p {
    margin: 0;
    line-height: 1.6;
}

.vwt-about-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 32px;
}

.vwt-about-trust {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    border-left: 1px solid #d9e0ea;
}

.vwt-about-trust strong {
    color: var(--color-primary);
    font-size: 27px;
    line-height: 1;
}

.vwt-about-trust span {
    margin-top: 6px;
    color: var(--color-heading);
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .vwt-about-content {
        padding: 55px 0 0;
    }
}

@media (max-width: 575px) {
    .vwt-about-visual {
        padding: 0 15px 25px 0;
    }

    .vwt-about-visual img {
        height: 390px;
    }

    .vwt-about-experience {
        right: 0;
        bottom: 45px;
        min-width: 185px;
        padding: 16px 18px;
    }

    .vwt-about-experience strong {
        font-size: 34px;
    }

    .vwt-about-content h2 {
        font-size: 36px;
    }

    .vwt-about-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .vwt-about-trust {
        padding: 0;
        border: 0;
    }
}

/* Industries We Serve */
.technology-showcase {
    position: relative;
    overflow: hidden;
    background: #f5f8ff;
}

.technology-showcase::before,
.technology-showcase::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.technology-showcase::before {
    top: -180px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: rgba(8, 101, 246, 0.06);
}

.technology-showcase::after {
    bottom: -130px;
    left: -100px;
    width: 300px;
    height: 300px;
    border: 55px solid rgba(8, 101, 246, 0.05);
}

.technology-showcase .container {
    position: relative;
    z-index: 1;
}

.technology-container {
    position: relative;
    width: 100%;
    padding-right: clamp(35px, 4vw, 65px);
    padding-left: clamp(35px, 4vw, 65px);
    z-index: 1;
}

.technology-heading {
    max-width: 850px;
    margin: 0 auto 42px;
}

.technology-tag {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    margin-bottom: 20px;
    border-radius: 30px;
    background: rgba(8, 101, 246, 0.1);
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700;
}

.technology-heading h4 {
    margin-bottom: 8px;
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.technology-heading .section-kicker-heading {
    display: block;
    margin: 0 0 8px;
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.technology-heading h2 {
    margin-bottom: 16px;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.1;
}

.technology-heading h2 span {
    color: var(--color-primary);
}

.technology-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
}

.technology-tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 8px;
    margin-bottom: 35px;
    overflow-x: auto;
    border: 1px solid #e3e9f4;
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 12px 35px rgba(27, 44, 74, 0.08);
    scrollbar-width: thin;
}

.technology-tab {
    flex: 0 0 auto;
    padding: 13px 22px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--color-heading);
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.technology-tab:hover,
.technology-tab.active {
    background: var(--color-primary);
    color: var(--white);
}

.technology-panels {
    min-height: 190px;
}

.technology-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(16px, 1.5vw, 28px);
    justify-content: center;
}

.technology-card {
    min-height: 165px;
    padding: 26px 15px 22px;
    border: 1px solid #e3e9f4;
    border-radius: 14px;
    background: var(--white);
    text-align: center;
    box-shadow: 0 10px 30px rgba(30, 55, 90, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.technology-card:hover {
    transform: translateY(-7px);
    border-color: rgba(8, 101, 246, 0.3);
    box-shadow: 0 18px 40px rgba(30, 55, 90, 0.13);
}

.technology-icon {
    display: inline-flex;
    width: 76px;
    height: 76px;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 18px;
    background: #f3f6fb;
    color: var(--color-primary);
    font-size: 42px;
}

.technology-card h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}

.technology-icon.html { color: #e34f26; }
.technology-icon.css { color: #264de4; }
.technology-icon.js { color: #d6b500; }
.technology-icon.bootstrap { color: #7952b3; }
.technology-icon.react { color: #00a9d6; }
.technology-icon.php { color: #777bb3; }
.technology-icon.laravel { color: #ff2d20; }
.technology-icon.node { color: #43853d; }
.technology-icon.wordpress { color: #21759b; }
.technology-icon.android { color: #3ddc84; }
.technology-icon.apple { color: #222; }
.technology-icon.flutter { color: #02569b; }
.technology-icon.mysql { color: #4479a1; }
.technology-icon.mongo { color: #47a248; }
.technology-icon.postgres { color: #336791; }
.technology-icon.firebase { color: #ff9800; }
.technology-icon.aws { color: #ff9900; }
.technology-icon.docker { color: #2496ed; }
.technology-icon.git { color: #f05032; }
.technology-icon.linux { color: #333; }
.technology-icon.figma { color: #a259ff; }

@media (max-width: 991px) {
    .technology-tabs {
        justify-content: flex-start;
    }

    .technology-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .technology-heading {
        margin-bottom: 30px;
    }

    .technology-heading h2 {
        font-size: 36px;
    }

    .technology-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .technology-card {
        min-height: 145px;
        padding: 20px 10px;
    }

    .technology-icon {
        width: 62px;
        height: 62px;
        font-size: 34px;
    }

    .technology-card h3 {
        font-size: 15px;
    }
}

.industries-area {
    background: var(--white);
}

.industry-layout {
    align-items: flex-start;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.industry-card {
    display: block;
    position: relative;
    min-height: 250px;
    scroll-margin-top: 120px;
    overflow: hidden;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

/* SEO service landing pages */
.service-landing-hero {
  padding: 90px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f8ff 0%, #ffffff 55%, #f4fbf8 100%);
}

.digital-marketing-menu > li > a {
  display: flex !important;
  align-items: center;
  gap: 11px;
}

.digital-marketing-menu > li > a > i {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  border-radius: 6px;
  background: rgba(81, 141, 206, 0.13);
  color: #518dce;
  font-size: 13px;
  transition: background 0.25s ease, color 0.25s ease;
}

.digital-marketing-menu > li > a:hover > i {
  background: #518dce;
  color: var(--white);
}

.service-breadcrumb {
  display: flex;
  gap: 9px;
  margin-bottom: 25px;
  color: #6d788a;
  font-size: 14px;
}

.service-breadcrumb a {
  color: var(--color-primary);
  font-weight: 600;
}

.service-landing-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-landing-hero h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.08;
}

.service-landing-hero p {
  max-width: 650px;
  color: #59667b;
  font-size: 18px;
  line-height: 1.75;
}

.service-landing-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}

.service-landing-call {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dark);
  font-weight: 700;
}

.service-landing-call i {
  margin-right: 8px;
  color: var(--color-primary);
}

.service-landing-call span,
.service-landing-call small,
.service-landing-call strong {
  display: block;
}

.service-landing-call small {
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 1.2;
}

.service-landing-call strong {
  font-size: 18px;
  line-height: 1.25;
  white-space: nowrap;
}

.service-landing-image {
  margin-left: 30px;
  overflow: hidden;
  border: 8px solid var(--white);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(23, 49, 85, 0.16);
}

.service-landing-image img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

/* Static website page banner - aligned with the home page visual style. */
.static-website-page .service-landing-hero {
  position: relative;
  padding: 30px 0 0;
  background: linear-gradient(100deg, #010814 0%, #071832 48%, #0b2f68 100%);
  isolation: isolate;
}

.static-website-india-page .service-landing-hero {
  background:
    radial-gradient(circle at 10% 20%, rgba(81, 141, 206, 0.3), transparent 30%),
    linear-gradient(135deg, #071b38 0%, #102f5d 52%, #071a2d 100%);
}

.static-website-india-page .service-landing-intro {
  background: #ffffff;
}

body.static-website-india-page {
  margin-bottom: 0;
  background-color: #071a2d;
}

body.static-website-india-page footer.bg-dark {
  margin-bottom: 0;
}

.static-website-page .service-landing-hero .container {
  width: calc(100% - 80px);
  max-width: 1680px;
}

.static-website-page .service-landing-hero::before,
.static-website-page .service-landing-hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(81, 141, 206, 0.2);
  border-radius: 50%;
  z-index: -1;
}

.static-website-page .service-landing-hero::before {
  top: -260px;
  left: -180px;
  width: 620px;
  height: 620px;
}

.static-website-page .service-landing-hero::after {
  right: -160px;
  bottom: -300px;
  width: 560px;
  height: 560px;
}

.static-website-page .service-landing-hero .row {
  min-height: 620px;
}

.static-website-page .service-breadcrumb,
.static-website-page .service-landing-hero p {
  color: rgba(255, 255, 255, 0.76);
}

.static-website-page .service-breadcrumb a,
.static-website-page .service-landing-kicker,
.static-website-page .service-landing-call i {
  color: #74b6f4;
}

.static-website-page .service-landing-hero h1,
.static-website-page .service-landing-call {
  color: var(--white);
}

.static-website-page .service-landing-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 400;
  line-height: 1.08;
}

.static-website-page .service-landing-hero h1 strong {
  font-weight: 750;
}

.static-website-page .service-landing-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.static-website-page .service-landing-kicker i {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 2px;
  background: #2074e8;
}

.static-website-page .service-landing-kicker i::after {
  position: absolute;
  top: -5px;
  right: -1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2074e8;
  content: "";
}

.static-website-page .service-landing-image {
  position: relative;
  height: 620px;
  margin-left: 15px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.static-website-page .service-landing-image img {
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

/* Shared Website Development menu banner */
.website-development-banner-page .service-landing-hero {
  position: relative;
  padding: 30px 0 40px;
  background: linear-gradient(100deg, #010814 0%, #071832 48%, #0b2f68 100%);
  isolation: isolate;
}

.website-development-banner-page .service-landing-hero .container {
  width: calc(100% - 80px);
  max-width: 1680px;
}

.website-development-banner-page .service-landing-hero .row {
  min-height: 620px;
}

.website-development-banner-page .service-breadcrumb,
.website-development-banner-page .service-landing-hero p {
  color: rgba(255, 255, 255, 0.76);
}

.website-development-banner-page .service-breadcrumb a,
.website-development-banner-page .service-landing-kicker,
.website-development-banner-page .service-landing-call i {
  color: #74b6f4;
}

.website-development-banner-page .service-landing-hero h1,
.website-development-banner-page .service-landing-call {
  color: var(--white);
}

.website-development-banner-page .service-landing-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 3.4vw, 54px);
  line-height: 1.08;
}

.website-development-banner-page .service-landing-image {
  position: relative;
  height: 620px;
  margin-left: 15px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.website-development-banner-page .service-landing-image img {
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.website-development-banner-page .service-landing-actions {
  gap: 28px;
  margin-top: 30px;
}

.website-development-banner-page .service-landing-actions .btn {
  display: inline-flex;
  width: 253px;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 3px;
  background: #518dce;
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
}

.website-development-banner-page .service-landing-actions .btn:hover {
  background: #3f7fc5;
  color: var(--white);
}

.website-development-banner-page .service-landing-call {
  display: inline-flex;
  min-height: 74px;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border: 1px solid rgba(116, 182, 244, 0.45);
  border-radius: 14px;
  background: rgba(23, 103, 223, 0.22);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.website-development-banner-page .service-landing-call i {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border-radius: 50%;
  background: var(--white);
  color: #1767df;
}

.website-development-banner-page .service-landing-call:hover {
  background: #1767df;
  color: var(--white);
}

/* Professional contact page */
.contact-page .service-landing-image {
  height: 500px;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.contact-page .service-landing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-professional-area {
  background: #f6f9fd;
}

.contact-company-intro {
  padding-right: 35px;
}

.contact-company-intro h2,
.contact-form-panel h2,
.contact-map-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.16;
}

.contact-company-intro > p,
.contact-form-panel > p {
  color: #657086;
  font-size: 17px;
  line-height: 1.75;
}

.contact-info-grid {
  display: grid;
  gap: 15px;
  margin-top: 32px;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 19px 20px;
  border: 1px solid #e0e8f2;
  border-radius: 12px;
  background: var(--white);
  color: #17243a;
  box-shadow: 0 10px 30px rgba(19, 46, 82, 0.06);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-info-card:hover {
  border-color: #518dce;
  color: #17243a;
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(19, 46, 82, 0.1);
}

.contact-info-card > i {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  border-radius: 10px;
  background: rgba(81, 141, 206, 0.13);
  color: #518dce;
  font-size: 18px;
}

.contact-info-card span,
.contact-info-card small,
.contact-info-card strong {
  display: block;
}

.contact-info-card small {
  margin-bottom: 4px;
  color: #7d899b;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-info-card strong {
  color: #17243a;
  font-size: 15px;
  line-height: 1.55;
}

.contact-form-panel {
  margin-left: 35px;
  padding: 44px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 20px 60px rgba(19, 46, 82, 0.12);
}

.contact-form-panel > span {
  display: inline-block;
  margin-bottom: 10px;
  color: #518dce;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form-panel h2 {
  font-size: clamp(30px, 3vw, 40px);
}

.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form-field {
  margin-bottom: 19px;
}

.contact-form-field label {
  display: block;
  margin-bottom: 8px;
  color: #17243a;
  font-size: 14px;
  font-weight: 700;
}

.contact-form-field label span {
  color: #e54b4b;
}

.contact-form-field input,
.contact-form-field textarea {
  width: 100%;
  border: 1px solid #dce5ef;
  border-radius: 8px;
  background: #f9fbfe;
  color: #17243a;
  font-size: 15px;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.contact-form-field input {
  height: 55px;
  padding: 0 17px;
}

.contact-form-field textarea {
  min-height: 145px;
  padding: 15px 17px;
  resize: vertical;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
  border-color: #518dce;
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(81, 141, 206, 0.12);
}

.contact-form-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contact-submit-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 28px;
  border: 0;
  border-radius: 6px;
  background: #518dce;
  color: var(--white);
  font-weight: 700;
  transition: background 0.25s ease, transform 0.25s ease;
}

.contact-submit-btn:hover {
  background: #3f7fc5;
  transform: translateY(-2px);
}

.contact-form-alert {
  margin: 20px 0;
  padding: 13px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

.contact-form-alert.is-success {
  background: #e7f8ef;
  color: #187447;
}

.contact-form-alert.is-error {
  background: #fff0f0;
  color: #b63838;
}

.contact-map-area {
  padding-top: 85px;
  background: var(--white);
}

.contact-map-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.contact-map-heading h2 {
  margin-bottom: 0;
}

.contact-map-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 7px;
  color: #518dce;
  font-weight: 700;
}

.contact-map-frame {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  background: #e9eff6;
}

.contact-map-marker-label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 270px;
  padding: 13px 17px;
  border: 1px solid rgba(81, 141, 206, 0.3);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(13, 39, 75, 0.2);
  transform: translate(-50%, calc(-100% - 24px));
  pointer-events: none;
}

.contact-map-marker-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 18px;
  height: 18px;
  border-right: 1px solid rgba(81, 141, 206, 0.3);
  border-bottom: 1px solid rgba(81, 141, 206, 0.3);
  background: var(--white);
  transform: translateX(-50%) rotate(45deg);
}

.contact-map-marker-label > i {
  color: #518dce;
  font-size: 25px;
}

.contact-map-marker-label span,
.contact-map-marker-label strong,
.contact-map-marker-label small {
  display: block;
}

.contact-map-marker-label strong {
  color: #17243a;
  font-size: 16px;
}

.contact-map-marker-label small {
  margin-top: 2px;
  color: #657086;
  font-size: 12px;
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Careers page */
.careers-page .careers-hero-image {
  height: 470px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
}

.careers-page .careers-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers-section-heading {
  max-width: 760px;
  margin: 0 auto 45px;
}

.careers-section-heading h2 {
  margin-bottom: 16px;
}

.careers-section-heading p {
  margin: 0;
}

.careers-benefit-row,
.career-jobs-row {
  row-gap: 30px;
}

.career-benefit-card {
  height: 100%;
  padding: 34px 30px;
  border: 1px solid #e5ebf2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(18, 47, 82, 0.07);
}

.career-benefit-card > i {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 14px;
  background: rgba(81, 141, 206, 0.13);
  color: #518dce;
  font-size: 25px;
}

.career-benefit-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.career-benefit-card p {
  margin: 0;
}

.career-job-card {
  position: relative;
  height: 100%;
  padding: 38px;
  border: 1px solid #dfe8f2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(14, 44, 80, 0.08);
}

.career-job-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
  border-radius: 16px;
  background: #0d2850;
  color: #fff;
  font-size: 27px;
}

.career-job-title > span {
  color: #518dce;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.career-job-title h3 {
  margin: 7px 0 18px;
  font-size: 27px;
}

.career-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.career-job-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 30px;
  background: #eef5fc;
  color: #40536b;
  font-size: 13px;
  font-weight: 600;
}

.career-job-meta i {
  color: #518dce;
}

.career-job-card h4 {
  margin: 24px 0 12px;
  font-size: 18px;
}

.career-job-card ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.career-job-card li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 24px;
}

.career-job-card li::before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  color: #518dce;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.career-apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 5px;
  background: #518dce;
  color: #fff;
  font-weight: 700;
}

.career-apply-btn:hover {
  background: #0d2850;
  color: #fff;
}

.career-apply-area {
  padding: 70px 0;
  background: #fff;
}

.career-apply-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 45px 50px;
  border-radius: 20px;
  background: linear-gradient(120deg, #081c3c, #123e73);
  color: #fff;
}

.career-apply-panel span {
  color: #78b7f4;
  font-weight: 700;
}

.career-apply-panel h2 {
  margin: 7px 0 8px;
  color: #fff;
}

.career-apply-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.career-apply-panel > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 5px;
  background: #518dce;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .careers-page .careers-hero-image {
    height: 320px;
    margin-top: 35px;
  }

  .career-job-card {
    padding: 28px 22px;
  }

  .career-apply-panel {
    display: block;
    padding: 34px 24px;
  }

  .career-apply-panel > a {
    margin-top: 24px;
  }
}

.static-hero-conversion {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 30px;
}

.service-hero-action-width {
  width: 253px;
  box-sizing: border-box;
}

.service-landing-actions .service-hero-action-width {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.static-hero-cta {
  display: inline-flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 3px;
  background: #518dce;
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
}

.static-hero-cta:hover {
  background: #3f7fc5;
  color: var(--white);
}

.static-hero-phone {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  border: 1px solid rgba(116, 182, 244, 0.45);
  border-radius: 14px;
  background: rgba(23, 103, 223, 0.22);
  color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: background 0.25s ease, transform 0.25s ease;
}

.static-hero-phone.service-hero-action-width {
  gap: 10px;
  padding-right: 14px;
  padding-left: 14px;
}

.static-hero-phone.service-hero-action-width small {
  font-size: 12px;
}

.static-hero-phone.service-hero-action-width strong {
  font-size: 18px;
}

.static-hero-phone:hover {
  background: #1767df;
  color: var(--white);
  transform: translateY(-2px);
}

.static-hero-phone > i {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  border-radius: 50%;
  background: var(--white);
  color: #1767df;
  font-size: 20px;
}

.static-hero-phone span,
.static-hero-phone small,
.static-hero-phone strong {
  display: block;
}

.static-hero-phone small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.static-hero-phone strong {
  color: var(--white);
  font-size: 21px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .home-page .vwt-hero-phone.service-hero-action-width {
    width: 200px;
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-page .vwt-hero-phone.service-hero-action-width > i {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 17px;
  }

  .home-page .vwt-hero-phone.service-hero-action-width strong {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.service-landing-intro h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 4vw, 50px);
}

.service-landing-intro p {
  color: #657086;
  font-size: 17px;
  line-height: 1.8;
}

.service-landing-intro .service-about-contact {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
}

.service-landing-intro .service-about-contact .fa-whatsapp {
  font-size: 20px;
}

.service-project-cta {
  position: relative;
  overflow: hidden;
  padding: 62px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(81, 141, 206, 0.3), transparent 30%),
    linear-gradient(135deg, #071b38 0%, #102f5d 52%, #071a2d 100%);
  color: var(--white);
}

.service-project-cta h2 {
  margin-bottom: 16px;
  color: var(--white);
}

.service-project-cta p {
  max-width: 980px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

.service-project-cta-button {
  display: inline-flex;
  min-width: 150px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 1px solid #74b6f4;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(23, 103, 223, 0.48), rgba(81, 141, 206, 0.48));
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease;
}

.service-project-cta-button:hover,
.service-project-cta-button:focus {
  background: #518dce;
  color: var(--white);
  transform: translateY(-2px);
}

.static-why-choose-section .service-scope-card > i {
  display: none;
}

.static-why-choose-section .service-scope-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #cfe0f3;
  border-left: 5px solid #518dce;
  border-radius: 14px;
  background: linear-gradient(145deg, #ffffff 0%, #eef5fd 100%);
  box-shadow: 0 16px 38px rgba(16, 47, 93, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.static-why-choose-section .service-scope-card h3,
.static-why-choose-section .service-scope-card p {
  position: relative;
  z-index: 1;
}

.static-why-choose-section .service-scope-card h3 {
  color: #102f5d;
}

.static-why-choose-section .service-scope-card:hover {
  border-color: #8fb8e2;
  box-shadow: 0 22px 48px rgba(16, 47, 93, 0.18);
  transform: translateY(-6px);
}

.static-included-services {
  background: var(--white);
}

.static-included-services .site-heading > p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.static-included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.static-included-card {
  height: 100%;
  padding: 30px;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  background: #f8faff;
  box-shadow: 0 12px 32px rgba(16, 47, 93, 0.07);
}

.static-included-card h3 {
  margin-bottom: 14px;
  color: #102f5d;
}

.static-included-card p {
  margin: 0;
  color: #657086;
  font-size: 15px;
  line-height: 1.75;
}

.static-included-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 70px;
}

.static-included-item {
  position: relative;
  padding: 26px 0 26px 34px;
  border-bottom: 1px solid #dfe7f1;
}

.static-included-item::before {
  position: absolute;
  top: 34px;
  left: 2px;
  width: 12px;
  height: 12px;
  content: "";
  border: 3px solid #518dce;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 5px rgba(81, 141, 206, 0.1);
}

.static-included-item h3 {
  margin-bottom: 9px;
  color: #102f5d;
}

.static-included-item p {
  margin: 0;
  color: #657086;
  font-size: 15px;
  line-height: 1.75;
}

.static-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.static-feature-card {
  position: relative;
  height: 100%;
  padding: 30px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(16, 47, 93, 0.08);
}

.static-feature-card h3 {
  margin-bottom: 12px;
  color: #102f5d;
}

.static-feature-card p {
  margin: 0;
  color: #657086;
  font-size: 15px;
  line-height: 1.75;
}

.static-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dce6f1;
  border-left: 1px solid #dce6f1;
}

.static-feature-item {
  padding: 34px 30px;
  border-right: 1px solid #dce6f1;
  border-bottom: 1px solid #dce6f1;
}

.static-feature-item > i {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1767df, #65b6dc);
  color: var(--white);
  font-size: 21px;
}

.static-feature-item h3 {
  margin-bottom: 11px;
  color: #102f5d;
}

.static-feature-item p {
  margin: 0;
  color: #657086;
  font-size: 15px;
  line-height: 1.75;
}

.static-development-process {
  overflow: hidden;
  background: var(--white);
}

.static-development-process .site-heading > p {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.static-process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  padding-top: 20px;
}

.static-process-timeline::before {
  position: absolute;
  top: 76px;
  right: 8%;
  left: 8%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #61d8aa, #b792dd, #b8dc78, #f1db4f, #65cae1, #ed82a8);
}

.static-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.static-process-circle {
  position: relative;
  display: flex;
  width: 112px;
  height: 112px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  border: 8px solid #dceefe;
  border-radius: 50%;
  background: var(--white);
  color: #518dce;
  box-shadow: 0 10px 24px rgba(16, 47, 93, 0.16);
}

.static-process-step:nth-child(2) .static-process-circle { border-color: #dfd1ef; color: #9b72c3; }
.static-process-step:nth-child(3) .static-process-circle { border-color: #dcebbd; color: #8db34d; }
.static-process-step:nth-child(4) .static-process-circle { border-color: #f5e99b; color: #d2b700; }
.static-process-step:nth-child(5) .static-process-circle { border-color: #cceff5; color: #32aeca; }
.static-process-step:nth-child(6) .static-process-circle { border-color: #f6d2df; color: #df638f; }

.static-process-circle > i {
  font-size: 28px;
}

.static-process-circle > span {
  position: absolute;
  top: -18px;
  right: -5px;
  padding: 3px 6px;
  border-radius: 12px;
  background: var(--white);
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}

.static-process-step h3 {
  min-height: 54px;
  margin-bottom: 10px;
  color: #102f5d;
  font-size: 18px !important;
}

.static-process-step p {
  margin: 0;
  color: #657086;
  font-size: 13px;
  line-height: 1.65;
}

.static-industries-served .site-heading > p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.static-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.static-industry-card {
  height: 100%;
  padding: 30px;
  border-left: 4px solid #518dce;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 47, 93, 0.08);
}

.static-industry-card h3 {
  margin-bottom: 12px;
  color: #102f5d;
}

.static-industry-card p {
  margin: 0;
  color: #657086;
  font-size: 15px;
  line-height: 1.75;
}

/* Reusable service-page section themes and card patterns. */
.service-section-theme {
  position: relative;
  overflow: hidden;
}

.service-section-theme--light {
  background: #ffffff;
}

.service-section-theme--soft {
  background: #f3f7fc;
}

.service-section-theme--split {
  background: linear-gradient(120deg, #ffffff 0%, #ffffff 48%, #edf5ff 48%, #f7fbff 100%);
}

.service-section-theme--brand-panel {
  background:
    radial-gradient(circle at 10% 20%, rgba(81, 141, 206, 0.3), transparent 30%),
    linear-gradient(135deg, #071b38 0%, #102f5d 52%, #071a2d 100%);
}

.service-ideal-area.service-section-theme--brand-panel .container {
  position: relative;
}

.service-ideal-area.service-section-theme--brand-panel .service-landing-kicker {
  color: #dceeff;
}

.service-ideal-area.service-section-theme--brand-panel h2,
.service-ideal-area.service-section-theme--brand-panel p {
  color: var(--white);
}

.service-ideal-area.service-section-theme--brand-panel p {
  opacity: 0.84;
}

.service-ideal-area.service-section-theme--brand-panel .service-ideal-list li {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(7, 27, 56, 0.12);
}

.service-ideal-area.service-section-theme--brand-panel .service-ideal-list i {
  color: #1767df;
}

.service-section-theme--canvas {
  background:
    radial-gradient(circle at 8% 15%, rgba(81, 141, 206, 0.1), transparent 28%),
    #fffdf9;
}

.service-section-theme--gradient {
  background: linear-gradient(135deg, #edf5ff 0%, #f8fbff 48%, #eef9f7 100%);
}

.service-section-theme--dark {
  background:
    radial-gradient(circle at 10% 20%, rgba(81, 141, 206, 0.3), transparent 30%),
    linear-gradient(135deg, #071b38 0%, #102f5d 52%, #071a2d 100%);
  color: var(--white);
}

.service-section-theme--dark .site-heading h2,
.service-section-theme--dark .site-heading h4,
.service-section-theme--dark .site-heading .section-kicker-heading,
.service-section-theme--dark .site-heading p {
  color: var(--white);
}

.service-section-theme--dark .site-heading p {
  opacity: 0.78;
}

.service-section-theme--dark.static-development-process .static-process-step h3,
.service-section-theme--dark.static-development-process .static-process-step p {
  color: var(--white);
}

.service-section-theme--dark.static-development-process .static-process-step p {
  opacity: 0.72;
}

/* Reusable dark technology-section theme for service pages. */
.technology-showcase.service-technology-theme--dark {
  background:
    radial-gradient(circle at 10% 20%, rgba(81, 141, 206, 0.3), transparent 30%),
    linear-gradient(135deg, #071b38 0%, #102f5d 52%, #071a2d 100%);
}

.technology-showcase.service-technology-theme--dark::before {
  display: none;
}

.technology-showcase.service-technology-theme--dark::after {
  display: none;
}

.service-technology-theme--dark .technology-tag,
.service-technology-theme--dark .technology-heading h4,
.service-technology-theme--dark .technology-heading .section-kicker-heading,
.service-technology-theme--dark .technology-heading h2,
.service-technology-theme--dark .technology-heading p {
  color: var(--white);
}

.service-technology-theme--dark .technology-heading p {
  opacity: 0.76;
}

.service-technology-theme--dark .technology-tag {
  border: 1px solid rgba(116, 182, 244, 0.4);
  border-radius: 30px;
  background: rgba(81, 141, 206, 0.14);
  color: #a9d5ff;
}

.service-technology-theme--dark .technology-heading h2 span {
  background: linear-gradient(90deg, #74b6f4, #b7dcff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.service-technology-theme--dark .technology-tabs {
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  background: rgba(7, 20, 49, 0.28);
  backdrop-filter: blur(12px);
}

.service-technology-theme--dark .technology-tab {
  border-color: transparent;
  border-radius: 30px;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
}

.service-technology-theme--dark .technology-tab.active,
.service-technology-theme--dark .technology-tab:hover {
  background: linear-gradient(90deg, #1767df, #518dce);
  color: var(--white);
}

.service-technology-theme--dark .technology-card {
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.service-technology-theme--dark .technology-card:hover {
  border-color: rgba(116, 182, 244, 0.52);
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-6px);
}

.service-technology-theme--dark .technology-card h3 {
  color: var(--white);
}

.service-card-grid:not(.row) {
  display: grid;
  gap: 24px;
}

.service-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-content-card {
  height: 100%;
  padding: 30px;
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-content-card:hover {
  transform: translateY(-5px);
}

.service-content-card--outline {
  border: 1px solid #dfe8f3;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 47, 93, 0.06);
}

.service-content-card--corner-accent {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfe8f3;
  border-top: 5px solid #518dce;
  background: linear-gradient(145deg, #ffffff 0%, #f4f8fd 100%);
  box-shadow: 0 14px 34px rgba(16, 47, 93, 0.09);
}

.service-content-card--corner-accent::after {
  position: absolute;
  top: -34px;
  right: -34px;
  width: 92px;
  height: 92px;
  content: "";
  border-radius: 50%;
  background: rgba(81, 141, 206, 0.1);
}

.service-content-card--corner-accent h3,
.service-content-card--corner-accent p {
  position: relative;
  z-index: 1;
}

.service-content-card--corner-accent h3 {
  padding-bottom: 13px;
}

.service-content-card--corner-accent h3::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 12px;
  content: "";
  border-radius: 3px;
  background: #518dce;
}

.service-content-card--corner-accent:hover {
  border-color: #b9d2ef;
  box-shadow: 0 20px 44px rgba(16, 47, 93, 0.15);
}

.service-content-card--glass,
.static-feature-card.service-content-card--glass {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.static-feature-card.service-content-card--glass h3,
.static-feature-card.service-content-card--glass p {
  color: var(--white);
}

.static-feature-card.service-content-card--glass p {
  opacity: 0.76;
}

.service-content-card--accent,
.static-industry-card.service-content-card--accent {
  border: 0;
  border-top: 4px solid #518dce;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(16, 47, 93, 0.09);
}

/* Shared design system applied to every service page. */
.unified-service-design .service-landing-intro {
  background: #ffffff;
}

.unified-service-design .unified-why-section .service-scope-card {
  border: 1px solid #cfe0f3;
  border-left: 5px solid #518dce;
  border-radius: 14px;
  background: linear-gradient(145deg, #ffffff 0%, #eef5fd 100%);
  box-shadow: 0 16px 38px rgba(16, 47, 93, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.unified-service-design .unified-why-section .service-scope-card:hover {
  box-shadow: 0 22px 48px rgba(16, 47, 93, 0.18);
  transform: translateY(-6px);
}

/* Why Choose and Benefits sections intentionally use a clean, icon-free layout. */
.service-scope-area .service-scope-card > i,
.unified-service-design .unified-why-section .service-scope-card > i,
.static-why-choose-section .service-scope-card > i,
.unified-development-benefits i,
.static-development-benefits i {
  display: none !important;
}

.unified-service-design .unified-process-section .site-heading h2,
.unified-service-design .unified-process-section .site-heading p,
.unified-service-design .unified-process-section .section-kicker-heading {
  color: var(--white);
}

.unified-service-design .unified-process-section .service-process-grid > div {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.unified-service-design .unified-process-section .service-process-grid h3,
.unified-service-design .unified-process-section .service-process-grid p {
  color: var(--white);
}

.unified-service-design .unified-process-section .service-process-grid p {
  opacity: 0.74;
}

.unified-service-design .service-faq-area {
  background: #f3f7fc;
}

.unified-included-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 70px;
}

.unified-included-item {
  position: relative;
  padding: 26px 0 26px 34px;
  border-bottom: 1px solid #dfe7f1;
}

.unified-included-item::before {
  position: absolute;
  top: 34px;
  left: 2px;
  width: 12px;
  height: 12px;
  content: "";
  border: 3px solid #518dce;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 5px rgba(81, 141, 206, 0.1);
}

.unified-included-item h3 {
  margin-bottom: 9px;
  color: #102f5d;
}

.unified-included-item p,
.unified-industries-section .service-content-card p {
  margin: 0;
  color: #657086;
  font-size: 15px;
  line-height: 1.75;
}

.unified-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.unified-service-design .unified-feature-section .row {
  margin: 0;
  border-top: 1px solid #dce6f1;
  border-left: 1px solid #dce6f1;
}

.unified-service-design .unified-feature-section .row > [class*="col-"] {
  padding: 0;
}

.unified-service-design .unified-feature-section .service-benefit-card {
  height: 100%;
  margin: 0;
  padding: 34px 30px;
  border: 0;
  border-right: 1px solid #dce6f1;
  border-bottom: 1px solid #dce6f1;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 767px) {
  .unified-included-list,
  .unified-industry-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .unified-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .service-project-cta {
    padding: 46px 0;
  }

  .service-project-cta .container {
    padding-right: 22px;
    padding-left: 22px;
  }

  .service-project-cta p {
    font-size: 14px;
  }

  .service-ideal-area.service-section-theme--brand-panel .container {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
  }

  .service-ideal-area.service-section-theme--brand-panel .service-ideal-list {
    margin-left: 0;
  }

  .static-included-grid {
    grid-template-columns: 1fr;
  }

  .static-included-list {
    grid-template-columns: 1fr;
  }

  .static-feature-grid {
    grid-template-columns: 1fr;
  }

  .static-feature-list {
    grid-template-columns: 1fr;
  }

  .service-card-grid--3 {
    grid-template-columns: 1fr;
  }

  .static-industry-grid {
    grid-template-columns: 1fr;
  }

  .static-process-timeline {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-left: 28px;
  }

  .static-process-timeline::before {
    top: 30px;
    bottom: 30px;
    left: 54px;
    width: 2px;
    height: auto;
  }

  .static-process-step {
    display: grid;
    grid-template-columns: 72px 1fr;
    column-gap: 18px;
    text-align: left;
  }

  .static-process-circle {
    grid-row: 1 / span 2;
    width: 54px;
    height: 54px;
    margin: 0;
    border-width: 5px;
  }

  .static-process-circle > i {
    font-size: 17px;
  }

  .static-process-circle > span {
    top: -12px;
    right: -12px;
    font-size: 11px;
  }

  .static-process-step h3 {
    min-height: 0;
    margin-bottom: 7px;
  }

  .static-included-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .static-included-grid,
  .static-feature-grid,
  .static-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .service-card-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .static-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Shared 60/40 about layout for service pages. */
.service-india-about .container {
  width: min(100% - 64px, 1920px);
  max-width: 1920px;
}

.service-india-about .row {
  align-items: center;
}

.service-india-about {
  padding-top: 110px;
  padding-bottom: 110px;
}

.service-india-about .row {
  min-height: 0;
}

@media (min-width: 992px) {
  .service-india-about .row > [class*="col-lg-"]:first-child {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .service-india-about .row > [class*="col-lg-"]:last-child {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

.service-landing-page .service-india-about .service-about-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  margin-left: auto;
}

.service-landing-page .service-india-about .service-about-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

@media (max-width: 991px) {
  .service-india-about .container {
    width: min(100% - 24px, 1645px);
  }

  .service-landing-page .service-india-about .service-about-image {
    max-width: 1024px;
    margin-top: 30px;
    margin-right: auto;
  }

  .service-india-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-india-about .row {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .service-landing-page .service-india-about .service-about-image {
    max-width: 100%;
  }

  .service-india-about .container {
    width: min(100% - 30px, 1920px);
  }

  .service-india-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.service-local-box {
  margin-left: 35px;
  padding: 38px;
  border-radius: 16px;
  background: var(--dark);
  color: var(--white);
}

.service-local-box > i {
  margin-bottom: 22px;
  color: var(--color-primary);
  font-size: 34px;
}

.service-local-box h2 {
  margin-bottom: 15px;
  color: var(--white);
  font-size: 25px;
}

.service-local-box p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.service-local-box a {
  color: var(--white);
  font-weight: 700;
}

.service-local-box a i {
  margin-left: 7px;
}

.service-benefit-card {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 34px 30px;
  border: 1px solid #e6ebf3;
  border-radius: 14px;
  background: var(--white);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 38px rgba(26, 53, 89, 0.1);
}

.service-benefit-card > i {
  margin-bottom: 22px;
  color: var(--color-primary);
  font-size: 34px;
}

.service-benefit-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.service-benefit-card p {
  margin: 0;
  color: #68748a;
}

.service-scope-area .site-heading > p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #68748a;
  font-size: 17px;
}

.service-scope-card {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 36px 32px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(26, 53, 89, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-scope-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(26, 53, 89, 0.13);
}

.service-scope-card > i {
  display: inline-grid;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 14px;
  background: rgba(81, 141, 206, 0.12);
  color: var(--color-primary);
  font-size: 25px;
}

.service-scope-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.service-scope-card p,
.service-ideal-area p {
  margin: 0;
  color: #68748a;
  font-size: 16px;
  line-height: 1.75;
}

.service-ideal-area h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 50px);
}

.service-ideal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 0 45px;
  padding: 0;
}

.service-ideal-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  color: var(--dark);
  font-weight: 600;
  line-height: 1.5;
}

.service-ideal-list i {
  margin-top: 4px;
  color: var(--color-primary);
}

/* Manufacturing service page: industrial coverage section. */
.manufacturing-website-page .manufacturing-coverage-area {
  position: relative;
  overflow: hidden;
  background: #f2f5f8;
}

.manufacturing-website-page .manufacturing-coverage-area::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(20, 45, 67, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 45, 67, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  pointer-events: none;
}

.manufacturing-website-page .manufacturing-coverage-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(24, 48, 69, 0.13);
}

.manufacturing-website-page .manufacturing-coverage-intro {
  position: relative;
  padding: 58px 52px;
  overflow: hidden;
  background: linear-gradient(145deg, #122c40 0%, #193f58 100%);
  color: #fff;
}

.manufacturing-website-page .manufacturing-coverage-intro::after {
  position: absolute;
  right: -85px;
  bottom: -100px;
  width: 250px;
  height: 250px;
  border: 42px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  content: "";
}

.manufacturing-website-page .manufacturing-coverage-label {
  display: inline-flex;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: #f4a640;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manufacturing-website-page .manufacturing-coverage-intro h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(32px, 3.5vw, 47px);
  line-height: 1.15;
}

.manufacturing-website-page .manufacturing-coverage-intro > p {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.manufacturing-website-page .manufacturing-coverage-meta {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 30px;
}

.manufacturing-website-page .manufacturing-coverage-meta > div {
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
}

.manufacturing-website-page .manufacturing-coverage-meta strong,
.manufacturing-website-page .manufacturing-coverage-meta span {
  display: block;
}

.manufacturing-website-page .manufacturing-coverage-meta strong {
  margin-bottom: 4px;
  color: #f4a640;
  font-size: 23px;
}

.manufacturing-website-page .manufacturing-coverage-meta span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.4;
}

.manufacturing-website-page .manufacturing-coverage-cta {
  display: inline-flex;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 12px;
  padding: 14px 21px;
  border-radius: 8px;
  background: #f4a640;
  color: #122c40;
  font-size: 14px;
  font-weight: 700;
}

.manufacturing-website-page .manufacturing-coverage-cta:hover {
  background: #fff;
  color: #122c40;
}

.manufacturing-website-page .manufacturing-coverage-locations {
  padding: 58px 46px;
}

.manufacturing-website-page .manufacturing-coverage-grid-title {
  display: block;
  margin-bottom: 18px;
  color: #768696;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.manufacturing-website-page .service-areas-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: 0;
  padding: 0;
}

.manufacturing-website-page .service-areas-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 15px 16px;
  border: 1px solid #e2e8ed;
  border-radius: 13px;
  background: #f8fafb;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.manufacturing-website-page .service-areas-list li:hover {
  transform: translateY(-3px);
  border-color: rgba(244, 166, 64, 0.65);
  background: #fff;
  box-shadow: 0 12px 26px rgba(20, 45, 67, 0.09);
}

.manufacturing-website-page .manufacturing-location-number {
  color: #9ba8b2;
  font-size: 12px;
  font-weight: 700;
}

.manufacturing-website-page .manufacturing-location-name {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #193f58;
  font-size: 15px;
  font-weight: 700;
}

.manufacturing-website-page .manufacturing-location-name i {
  color: #f4a640;
  font-size: 13px;
}

.manufacturing-website-page .manufacturing-location-arrow {
  color: #a4afb8;
  font-size: 11px;
  transform: rotate(45deg);
}

@media (max-width: 991px) {
  .manufacturing-website-page .manufacturing-coverage-shell {
    grid-template-columns: 1fr;
  }

  .manufacturing-website-page .manufacturing-coverage-intro,
  .manufacturing-website-page .manufacturing-coverage-locations {
    padding: 42px 38px;
  }
}

@media (max-width: 575px) {
  .manufacturing-website-page .manufacturing-coverage-shell {
    border-radius: 18px;
  }

  .manufacturing-website-page .manufacturing-coverage-intro,
  .manufacturing-website-page .manufacturing-coverage-locations {
    padding: 34px 22px;
  }

  .manufacturing-website-page .manufacturing-coverage-meta,
  .manufacturing-website-page .service-areas-list {
    grid-template-columns: 1fr;
  }
}

/* Web portal page has a larger catalogue of portal types. */
.web-portal-development-page .service-ideal-area .row {
  display: block;
}

.web-portal-development-page .service-ideal-area .col-lg-5,
.web-portal-development-page .service-ideal-area .col-lg-7 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.web-portal-development-page .service-ideal-area .col-lg-5 {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.web-portal-development-page .service-ideal-area h2 {
  font-size: clamp(32px, 3.5vw, 46px);
}

.web-portal-development-page .service-ideal-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 38px 0 0;
}

.web-portal-development-page .service-ideal-list li {
  min-height: 94px;
  align-items: center;
  padding: 20px 22px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(30, 53, 82, 0.06);
}

.web-portal-development-page .service-ideal-list i {
  flex: 0 0 auto;
  margin-top: 0;
}

.service-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-process-grid > div {
  padding: 30px 25px;
  border-top: 3px solid var(--color-primary);
  background: #f7f9fc;
}

.service-process-grid span {
  color: var(--color-primary);
  font-size: 34px;
  font-weight: 700;
}

.service-process-grid h3 {
  margin: 16px 0 10px;
  font-size: 21px;
}

.service-process-grid p {
  margin: 0;
  color: #68748a;
}

.service-faq-list {
  max-width: 920px;
  margin: 0 auto;
}

.service-faq-item {
  margin-bottom: 16px;
  padding: 0 28px;
  border: 1px solid #e3e9f2;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 8px 25px rgba(30, 53, 82, 0.05);
}

.service-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  color: var(--dark);
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
  list-style: none;
}

.service-faq-item summary::-webkit-details-marker {
  display: none;
}

.service-faq-item summary i {
  color: var(--color-primary);
  transition: transform 0.2s ease;
}

.service-faq-item[open] summary i {
  transform: rotate(45deg);
}

.service-faq-item p {
  padding: 0 35px 24px 0;
  margin: 0;
  color: #68748a;
  font-size: 16px;
  line-height: 1.75;
}

.service-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-related-grid > a {
  display: block;
  padding: 34px 30px;
  border: 1px solid #e3e9f2;
  border-radius: 15px;
  background: var(--white);
  color: var(--dark);
  box-shadow: 0 10px 30px rgba(30, 53, 82, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-related-grid > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(30, 53, 82, 0.12);
}

.service-related-grid > a > i {
  margin-bottom: 22px;
  color: var(--color-primary);
  font-size: 32px;
}

.service-related-grid h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.service-related-grid p {
  color: #68748a;
  line-height: 1.7;
}

.service-related-grid span {
  color: var(--color-primary);
  font-weight: 700;
}

.service-related-grid span i {
  margin-left: 6px;
}

.service-landing-cta {
  padding: 70px 0;
  background: var(--color-primary);
}

.service-landing-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.service-landing-cta span,
.service-landing-cta h2 {
  color: var(--white);
}

/* About page */
.about-hero {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  background: #06162f;
  isolation: isolate;
}

.about-hero::before {
  position: absolute;
  top: -240px;
  left: -180px;
  width: 620px;
  height: 620px;
  content: "";
  border: 1px solid rgba(81, 141, 206, 0.2);
  border-radius: 50%;
  z-index: -1;
}

.about-hero .row {
  min-height: 430px;
}

.about-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #74b6f4;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
}

.about-hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
}

.about-hero .service-breadcrumb {
  color: rgba(255, 255, 255, 0.68);
}

.about-hero .service-breadcrumb a {
  color: #74b6f4;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}

.about-hero-actions > a:last-child:not(.static-hero-phone) {
  color: var(--white);
  font-weight: 700;
}

.about-hero-actions > a:last-child:not(.static-hero-phone) i {
  margin-right: 8px;
  color: #74b6f4;
}

.about-hero-image {
  margin: 0 0 0 50px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.about-hero-image img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.about-story h2,
.about-capabilities h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 50px);
}

.about-story p,
.about-capabilities p {
  color: #68748a;
  font-size: 17px;
  line-height: 1.8;
}

.about-location-card {
  margin-left: 45px;
  padding: 40px;
  border-radius: 18px;
  background: var(--dark);
  color: var(--white);
}

.about-location-card > i {
  margin-bottom: 20px;
  color: var(--color-primary);
  font-size: 34px;
}

.about-location-card > span {
  display: block;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-location-card h2 {
  margin: 10px 0 15px;
  color: var(--white);
  font-size: 27px;
}

.about-location-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.about-location-card a {
  color: var(--white);
  font-weight: 700;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.about-values-grid article {
  padding: 34px 28px;
  border: 1px solid #e5eaf2;
  border-radius: 15px;
  background: var(--white);
}

.about-values-grid i {
  margin-bottom: 22px;
  color: var(--color-primary);
  font-size: 34px;
}

.about-values-grid h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.about-values-grid p {
  margin: 0;
  color: #68748a;
  line-height: 1.7;
}

.about-capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-left: 45px;
}

.about-capability-list a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid #e4eaf3;
  border-radius: 13px;
  color: var(--dark);
}

.about-capability-list a > i {
  width: 48px;
  color: var(--color-primary);
  font-size: 28px;
  text-align: center;
}

.about-capability-list strong,
.about-capability-list small {
  display: block;
}

.about-capability-list strong {
  margin-bottom: 5px;
  font-size: 17px;
}

.about-capability-list small {
  color: #68748a;
}

.service-landing-cta span {
  display: block;
  margin-bottom: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-landing-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
}

.industry-challenges-box {
  margin-left: 35px;
  padding: 36px;
  border-radius: 16px;
  background: var(--dark);
  color: var(--white);
}

.industry-challenges-box > span {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industry-challenges-box h2 {
  margin: 10px 0 22px;
  color: var(--white);
  font-size: 25px;
}

.industry-challenges-box li {
  display: flex;
  gap: 11px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.industry-challenges-box li i {
  margin-top: 4px;
  color: var(--color-primary);
}

.industry-approach-area h2,
.industry-faq-area h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.industry-approach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.industry-approach-grid > div {
  padding: 27px;
  border: 1px solid #e5eaf2;
  border-radius: 12px;
}

.industry-approach-grid strong {
  color: var(--color-primary);
  font-size: 25px;
}

.industry-approach-grid h3 {
  margin: 12px 0 8px;
  font-size: 19px;
}

.industry-approach-grid p {
  margin: 0;
  color: #68748a;
  font-size: 14px;
}

.industry-faq-item {
  margin-bottom: 16px;
  padding: 25px 28px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 8px 25px rgba(30, 53, 82, 0.06);
}

.industry-faq-item h3 {
  margin-bottom: 9px;
  font-size: 19px;
}

.industry-faq-item p {
  margin: 0;
  color: #68748a;
}

.industry-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.industry-related-grid a {
  overflow: hidden;
  border: 1px solid #e4e9f1;
  border-radius: 13px;
  background: var(--white);
  color: var(--dark);
  box-shadow: 0 10px 30px rgba(30, 53, 82, 0.07);
}

.industry-related-grid a span {
  display: block;
  height: 190px;
  background-position: center;
  background-size: cover;
  transition: transform 0.3s ease;
}

.industry-related-grid a:hover span {
  transform: scale(1.04);
}

.industry-related-grid a strong {
  display: block;
  padding: 20px;
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .contact-company-intro {
    padding-right: 0;
  }

  .contact-form-panel {
    margin: 45px 0 0;
  }

  .service-landing-image,
  .service-local-box,
  .industry-challenges-box {
    margin: 40px 0 0;
  }

  .service-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-ideal-list {
    margin: 40px 0 0;
  }

  .web-portal-development-page .service-ideal-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
  }

  .service-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .static-website-page .service-landing-hero .row {
    min-height: 0;
  }

  .website-development-banner-page .service-landing-hero .row {
    min-height: 0;
  }

  .static-website-page .service-landing-image {
    height: 480px;
    margin: 45px 0 0;
  }

  .website-development-banner-page .service-landing-image {
    height: 480px;
    margin: 45px 0 0;
  }

  .about-hero .row {
    min-height: 0;
  }

  .about-hero-image,
  .about-location-card,
  .about-capability-list {
    margin: 45px 0 0;
  }

  .about-hero-image img {
    height: 340px;
  }

  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 575px) {
  .contact-form-panel {
    padding: 28px 22px;
  }

  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-map-heading {
    display: block;
  }

  .contact-map-heading > a {
    margin-top: 18px;
  }

  .contact-map-frame {
    height: 360px;
  }

  .service-landing-hero {
    padding: 60px 0;
  }

  .static-website-page .service-landing-hero {
    padding: 55px 0 65px;
  }

  .website-development-banner-page .service-landing-hero {
    padding: 55px 0 65px;
  }

  .static-website-page .service-landing-hero .container {
    width: 100%;
  }

  .website-development-banner-page .service-landing-hero .container {
    width: 100%;
  }

  .static-website-page .service-landing-hero h1 {
    font-size: 38px;
  }

  .website-development-banner-page .service-landing-hero h1 {
    font-size: 34px;
  }

  .static-website-page .service-landing-image {
    height: 340px;
  }

  .website-development-banner-page .service-landing-image {
    height: 340px;
  }

  .about-hero {
    padding: 45px 0 55px;
  }

  .about-hero h1 {
    font-size: 38px;
  }

  .about-hero-image img {
    height: 270px;
  }

  .about-values-grid,
  .about-capability-list {
    grid-template-columns: 1fr;
  }

  .service-landing-image img {
    height: 300px;
  }

  .service-process-grid {
    grid-template-columns: 1fr;
  }

  .service-ideal-list {
    grid-template-columns: 1fr;
  }

  .web-portal-development-page .service-ideal-list {
    grid-template-columns: 1fr;
  }

  .service-related-grid {
    grid-template-columns: 1fr;
  }

  .service-faq-item {
    padding: 0 20px;
  }

  .service-faq-item summary {
    font-size: 17px;
  }

  .service-landing-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .industry-approach-grid,
  .industry-related-grid {
    grid-template-columns: 1fr;
  }
}

.industry-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(8, 13, 22, 0.05) 30%, rgba(8, 13, 22, 0.82) 100%);
    z-index: -1;
    transition: background 0.35s ease;
}

.industry-card:hover::after {
    background: linear-gradient(180deg, rgba(8, 13, 22, 0) 20%, rgba(8, 13, 22, 0.72) 100%);
}

.industry-card h3 {
    position: absolute;
    right: 20px;
    bottom: 24px;
    left: 20px;
    margin: 0;
    color: var(--white);
    font-size: 21px;
    line-height: 1.25;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.industry-copy-column {
    position: static;
    margin-bottom: 45px;
}

.industry-copy {
    position: relative;
    padding: 5px 0;
}

.industry-kicker {
    display: block;
    margin-bottom: 10px;
    color: #737c86;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.industry-copy h2 {
    max-width: 1050px;
    margin-bottom: 18px;
    font-size: clamp(42px, 4.4vw, 72px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.industry-copy p {
    max-width: 1000px;
    margin: 0;
    color: #6f7882;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .industry-copy-column {
        position: static;
        margin-bottom: 40px;
    }

    .industry-copy {
        padding: 5px 0;
    }

    .industry-copy h2 {
        font-size: clamp(38px, 8vw, 58px);
    }

}

@media (max-width: 575px) {
    .industry-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .industry-card {
        min-height: 260px;
    }

    .industry-copy h2 {
        font-size: 36px;
    }
}

.services-area .services-items .item .info>a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: var(--white);
    box-shadow: 0 0 10px #dce0e7;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
}

.services-area .services-items .item a {
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.services-area .services-items.services-carousel .owl-stage-outer {
    padding-bottom: 30px;
}

.services-area .services-items.services-carousel.owl-carousel .owl-dots {
    margin-top: 20px;
}

.services-area .services-items.services-carousel.owl-carousel .owl-dot {
    margin-bottom: -5px;
    margin-top: 20px;
}

.services-area .services-items.services-carousel.owl-carousel .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--white);
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7;
}

.services-area .services-items.services-carousel.owl-carousel .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: #437eeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* ============================================================== 
     # Thumb Services 
=================================================================== */
.thumb-services-area .services-items .item {
  background: var(--white);
  padding: 60px 37px;
  box-shadow: 0 0 10px #dce0e7;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.thumb-services-area .services-items .item .icon {
  height: 150px;
  width: 150px;
  margin: auto auto 25px;
}

.thumb-services-area .services-items .item img {
  height: 100%;
  width: 100%;
}

.thumb-services-area .services-items .item .icon-opacity i {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-size: 100px;
  opacity: 0.08;
  z-index: -1;
}

.thumb-services-area .services-items .item .icon > i {
  display: inline-block;
  font-size: 70px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  color: var(--color-primary);
}

.thumb-services-area .services-items .item h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.thumb-services-area .services-items .item a {
  display: block;
  border: 1px solid #e7e7e7;
  padding: 13px;
  border-radius: 30px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb-services-area .services-items .item a::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--color-primary);
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .item:hover a::after {
  bottom: 0;
}

.thumb-services-area .services-items .item:hover a {
  color: var(--white);
}

.thumb-services-area .services-items .item a i {
  position: relative;
  top: 1px;
  left: 2px;
}

.thumb-services-area .services-items.services-carousel.owl-carousel .owl-dots {
  margin-top: 20px;
}

.thumb-services-area .services-items.services-carousel.owl-carousel .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.thumb-services-area .services-items.services-carousel.owl-carousel .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--white);
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.thumb-services-area .services-items.services-carousel.owl-carousel .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # Services Version Two 
=================================================================== */

.service-area .service-items .single-item {
  margin-bottom: 30px;
}

.service-area .service-items .item {
  padding: 67px 37px;
  box-shadow: 0 15px 55px -5px rgba(9,31,67,.1);
  background: var(--white);
  border-radius: 20px;
}

.service-area .service-items .item p {
  margin: 0;
}

.service-area .service-items .item .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 30px;
}

.service-area .service-items .item .info > i {
  display: inline-block;
  font-size: 70px;
  background: var(--bg-gradient);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: 30px;
}

.service-area .service-items .item .info > i::after {
  position: absolute;
  left: -10px;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.9));
  z-index: -1;
  border-radius: 10px;
  transform: rotate(225deg);
}

.service-area .service-items .item .info h4 {
  font-weight: 600;
  margin-bottom: 35px;
}

.service-area .service-items .item:hover .btn-standard::after {
  left: 0;
}

.service-area .service-items .item:hover .btn-standard,
.service-area .service-items .item:hover .btn-standard i {
  color: var(--white);
}


/* ============================================================== 
     # Tabs Services 
=================================================================== */

.services-area .services-tabs .row {
  margin-left: 0;
}

.services-area .services-tabs ul {
  border: none;
  margin-bottom: 30px;
  text-align: center;
}

.services-area .services-tabs ul li {
  display: inline-block;
  border: none;
  margin: 0;
}

.services-area .services-tabs ul li button {
  border: none;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  padding: 15px 40px;
  background: #f3f7fd;
  margin: 5px 10px;
  margin-bottom: 30px;
  margin-top: 0;
  color: var(--color-heading);
}

.services-area .services-tabs ul li button.active {
  background: var(--color-primary);
  color: var(--white);
  position: relative;
  z-index: 1;
}

.services-area .services-tabs ul li button.active::after {
  position: absolute;
  right: -8px;
  bottom: -8px;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--color-primary);
  z-index: -1;
  opacity: 0.1;
  transition: all 0.35s ease-in-out;
}

.services-area .services-tabs .thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-area .services-tabs .info {
  padding-left: 35px;
}

.services-area .services-tabs .tab-pane {
  background: #f3f7fd;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.services-area .services-tabs .info .content {
  padding: 50px;
  padding-left: 20px;
}

.services-area .services-tabs .tab-pane::after {
  position: absolute;
  right: 0;
  bottom: -50px;
  content: "";
  height: 100%;
  width: 90%;
  background: #f3f7fd;
  z-index: -1;
}

.services-area .services-tabs .info .content {
  position: relative;
}

.services-area .services-tabs .info .content span {
  position: absolute;
  font-weight: bold;
  font-size: 150px;
  text-transform: uppercase;
  line-height: 150px;
  color: transparent;
  -webkit-text-stroke: 1px #f4f4f4;
  right: 0px;
  top: -22px;
  z-index: 2;
}

.services-area .services-tabs .info .content ul {
  text-align: left;
  margin-top: 25px;
}

.services-area .services-tabs .info .content ul li {
  display: block;
  margin-bottom: 10px;
  color: var(--dark);
  font-weight: 600;
  padding-left: 25px;
  position: relative;
}

.services-area .services-tabs .info .content ul li:last-child {
  margin-bottom: 0;
}

.services-area .services-tabs .info .content h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.services-area .services-tabs .info .content a {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid;
  color: var(--color-heading);
  padding: 11px 30px;
  border-radius: 30px;
  font-weight: 500;
}

.services-area .services-tabs .info .content a i {
  font-size: 20px;
  font-weight: 100;
  transform: rotate(-45deg);
}

.services-area .services-tabs .info .content ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: var(--color-primary);
}

.services-area .services-tabs .info .content > i {
  position: absolute;
  right: 50px;
  bottom: 50px;
  font-size: 100px;
  opacity: 0.1;
}

/* ============================================================== 
     # Services Version Three 
=================================================================== */

.service-area .service-box .single-item {
  margin-bottom: 30px;
}

.service-area .service-box .item {
    display: flex;
    padding: 80px;
    background: var(--white);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-area .service-box .item i {
  display: inline-block;
  font-size: 70px;
  min-width: 50px;
  margin-right: 35px;
  color: var(--color-primary);
  line-height: 1;
  background: var(--bg-gradient);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.service-area .service-box .item:hover i {
  -webkit-text-fill-color: var(--white);
}

.service-area .service-box .item p {
    margin-bottom: 0;
}

.service-area .service-box .item .icon {
    position: relative;
    z-index: 1;
}

.service-area .service-box .item .icon::after {
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    height: 50px;
    width: 50px;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.1;
    transition: all 0.35s ease-in-out;;
}

.service-area .service-box .item:hover .icon::after {
    background: var(--white);
    opacity: 0.1;
}

.service-area .service-box .item::after {
    position: absolute;
    left: 0;
    bottom: -100%;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--bg-gradient);
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.service-area .service-box .item:hover::after {
    bottom: 0;
}

.service-area .service-box .item i,
.service-area .service-box .item p {
  transition: all 0.35s ease-in-out;
}

.service-area .service-box .item:hover i,
.service-area .service-box .item:hover a,
.service-area .service-box .item:hover p {
  color: var(--white);
}

/* ============================================================== 
     # Services Version Four 
=================================================================== */

.services-area .services-content .item {
  display: flex;
  border: 1px solid #dddddd;
  padding: 60px 40px;
  border-radius: 10px;
}

.services-area .services-content .item img {
    max-width: 150px;
    min-width: 150px;
    height: 150px;
}

.services-area .services-content .item .icon {
    position: relative;
    z-index: 1;
    margin-right: 40px;
}

.services-area .services-content .item .icon::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 130px;
    width: 130px;
    transform: translate(-50%, -50%);
    background: var(--color-primary);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}

.services-area .services-content .item .icon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 160px;
    width: 160px;
    transform: translate(-50%, -50%);
    background: var(--color-primary);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.1;
}

.services-area .services-content .item .icon > i {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 30px;
    color: var(--color-primary);
    position: relative;
    z-index: 1;
    padding: 20px;
    margin-right: 30px;
}

.services-area .services-content .item .icon > i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 38% 62% 62% 38% / 41% 44% 56% 59%;
    opacity: 0.1;
}

.services-area .services-content .item h4 {
    font-weight: 600;
}

.services-area .services-content .item .info > a {
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: 13px;
}

.services-area .services-content .item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.services-area .services-content .item .bottom span {
  font-weight: 900;
  font-size: 50px;
  opacity: 0.3;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-primary);
}

.services-area .services-content .item .bottom a {
  text-transform: uppercase;
  border-bottom: 1px solid;
}

.services-area .services-content .item .bottom a i {
  font-weight: 100;
  margin-left: 5px;
}

.services-area .services-content .item .bottom a:hover {
    color: var(--color-primary);
}

.services-area .services-content.services-2-col-carousel.owl-carousel .owl-dots {
  margin-top: 20px;
}

.services-area .services-content.services-2-col-carousel.owl-carousel .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.services-area .services-content.services-2-col-carousel.owl-carousel .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--white);
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.services-area .services-content.services-2-col-carousel.owl-carousel .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # Services Details 
=================================================================== */

.services-details-area .content img {
    margin-bottom: 30px;
}

.services-details-area .content h2, 
.services-details-area .content h3, 
.services-details-area .content h4, 
.services-details-area .content h5 {
    font-weight: 600;
    line-height: 1.3;
}

.services-details-area .content p {
  margin-bottom: 25px;
}

.services-details-area .content p:last-child {
  margin-bottom: 0;
}

.services-details-area .content ul li {
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    font-weight: 600;
    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: 600;
    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;
}

.services-details-area .content .thumbs img {
    margin-bottom: 0;
    margin-top: 15px;
}

/* Sidebar */
.services-details-area .sidebar-item {
    margin-bottom: 50px;
}

.services-details-area .sidebar-item:last-child {
    margin-bottom: 0;
}

.services-details-area .sidebar-item {
    background: #fafafa;
    border: 1px solid #e7e7e7;
    padding: 30px;
    border-radius: 5px;
}

.services-details-area .sidebar-item .title h4 {
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    margin-bottom: 25px;
}

.services-details-area .sidebar-item .title h4::after {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    height: 20px;
    width: 3px;
    background: var(--color-primary);
}

.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(--bg-gradient);
    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%;
}

.services-details-area .sidebar-item.banner {
    border-radius: 5px;
    padding: 0;
    border: none;
    background: transparent;
}

.services-details-area .sidebar-item.banner .thumb {
    position: relative;
    z-index: 1;
}

.services-details-area .sidebar-item.banner .thumb img {
    border-radius: 5px;
}

.services-details-area .sidebar-item.banner .thumb .content {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 30px;
}

.services-details-area .sidebar-item.banner .thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--black);
    border-radius: 5px;
    opacity: 0.5;
}

.services-details-area .sidebar-item.banner .thumb .content h3 {
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0;
    font-size: 26px;
}

.services-details-area .sidebar-item.banner .thumb .content h3 i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: var(--color-primary);
    border-radius: 50%;
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    z-index: 1;
}

.services-details-area .sidebar-item.banner .thumb .content h3 i::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: var(--color-primary);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
}

.services-details-area .sidebar-item.banner .thumb .content h5 {
    color: var(--white);
    font-weight: 500;
    margin-bottom: 25px;
}

.services-details-area .sidebar-item.brochure a {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.services-details-area .sidebar-item.brochure a i {
    font-size: 40px;
    font-weight: 500;
    margin-right: 10px;
    color: var(--color-primary);
}

.services-details-area .sidebar-item.brochure a:last-child {
    margin-top: 15px;
}



/* ============================================================== 
     # Home Nine Services 
=================================================================== */

.standard-services-area .shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    opacity: 0.4;
}

.standard-services-items .item {
    padding: 70px 60px;
}

.standard-services-items .item {
    background: var(--white);
    box-shadow: 0 0 10px #dce0e7;
    position: relative;
    z-index: 1;
    border-radius: 7px;
}

.standard-services-items .item .info > i {
    display: inline-block;
    margin-bottom: 50px;
    background: var(--color-primary);
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: var(--white);
    font-size: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.standard-services-items .item .info h4 {
  font-weight: 600;
}

.standard-services-items .item .info p {
  margin: 0;
}


.standard-services-items .item::after {
    position: absolute;
    left: 0;
    top: -50px;
    content: "";
    height: 200px;
    width: 179px;
    background: url(../img/shape/23.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.standard-services-items .center .item::after {
    left: 0;
    top: 0;
    opacity: 1;
}

.standard-services-area .standard-services-items.owl-carousel .owl-dots {
    margin-top: 20px;
}

.standard-services-area .standard-services-items.owl-carousel .owl-dot {
    margin-bottom: -5px;
    margin-top: 20px;
}

.standard-services-area .standard-services-items.owl-carousel .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--white);
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7;
}

.standard-services-area .standard-services-items.owl-carousel .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: #437eeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* ============================================================== 
     # 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 h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.quick-contact-items h2 {
  font-weight: 600;
  margin-bottom: 0;
  margin-bottom: -5px;
}

.quick-contact-items h2 strong {
  text-decoration: underline;
}

/* ============================================================== 
     # Case Studies Area 
=================================================================== */

.case-studies-area.half-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 30%;
  width: 100%;
  background: #f3f7fd;
  z-index: -1;
}

.case-studies-area .item .thumb,
.case-studies-area .item {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.case-studies-area .item img {
  transition: all 0.35s ease-in-out;
}

.case-studies-area .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case-studies-area .item .info .info-items {
  position: absolute;
  left: 30px;
  right: 60px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.case-studies-area .item:hover .info .info-items {
  bottom: 30px;
  opacity: 1;
}

.case-studies-area .info {
  position: relative;
  z-index: 1;
}

.case-studies-area .item .info .info-items ul li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.case-studies-area .item .info .info-items ul li::after {
  position: absolute;
  right: -5px;
  bottom: 0;
  content: ",";
  font-size: 14px;
}

.case-studies-area .item .info .info-items h4 {
  font-weight: 600;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.case-studies-area .item .info .info-items .right-info a {
  display: inline-block;
  padding: 0 40px;
  background: var(--color-primary);
  color: var(--white);
  position: absolute;
  height: 80%;
  right: -30px;
  top: 10%;
}

.case-studies-area .item .info .info-items .left-info {
  padding: 20px 30px;
  padding-right: 100px;
}

.case-studies-area .item .info .info-items .right-info a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.case-studies-area .item .info .info-items ul li:last-child::after {
  display: none;
}

.case-studies-area .owl-nav {
  margin: 0;
}

.case-studies-area .owl-nav .owl-prev, 
.case-studies-area .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: var(--color-primary);
  font-size: 30px;
  height: 40px;
  left: 10px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.case-studies-area .owl-nav .owl-prev:hover , 
.case-studies-area .owl-nav .owl-next:hover {
  background: transparent;
  color: var(--color-primary);
}

.case-studies-area .owl-nav .owl-next {
  left: auto;
  right: 10px;
}


/* ============================================================== 
     # Case Studies Version Two
=================================================================== */

.case-studies-area.grid-items #portfolio-grid {
  margin: -15px;
}

.case-studies-area.grid-items .case-items.colums-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.case-studies-area.grid-items .case-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.case-studies-area.grid-items .case-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.case-studies-area.grid-items .case-items.colums-6 .pf-item {
  float: left;
  padding: 15px;
  width: 16.6666%;
}

.case-items-area .pf-item .item {
  overflow: hidden;
  position: relative;
}

/* ============================================================== 
     # Case Details
=================================================================== */

.case-details-area .thumb img {
    border-radius: 10px;
}

.case-details-area .content {
  padding: 0 45px;
}

.case-details-area .content ul.project-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    background: var(--bg-gradient);
    margin-top: 0;
    position: relative;
    top: -65px;
    padding: 50px;
    border-radius: 5px;
    margin-bottom: -35px;
}

.case-details-area .content ul.project-info li {
    padding: 0;
    font-weight: 500;
    color: var(--white);
    margin: 0;
}

.case-details-area .content ul.project-info li::after {
    display: none;
}

.case-details-area .content ul.project-info li .title i {
    margin-right: 10px;
    font-size: 20px;
}

.case-details-area .content ul.project-info li .title {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  font-size: 17px;
  margin-bottom: 7px;
}

/* ============================================================== 
     # Fun Factor
=================================================================== */

.fun-factor-area .item .timer {
  display: inline-block;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-top: -5px;
  margin-bottom: 10px;
  color: var(--dark);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background: var(--bg-gradient);
  -webkit-background-clip: text;
}

.fun-factor-area .item .medium {
  display: block;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: -5px;
  color: var(--dark);
  text-transform: capitalize;
}

.fun-factor-area .fun-fact-items {
  position: relative;
  z-index: 1;
}

.fun-factor-area .fun-fact-items::after {
  position: absolute;
  left: -150%;
  top: 0;
  content: "";
  height: 100%;
  width: 400%;
  background: #f3f7fd;
  z-index: -1;
}

@media only screen and (min-width: 1400px) {
  .fun-factor-area .fun-fact-items::after {
    left: 0;
    height: 100%;
    width: 400%;
  }
}


/* ============================================================== 
     # Team 
=================================================================== */

.team-area .team-items .single-item {
  margin-bottom: 30px;
}

.team-area .team-items .thumb {
  position: relative;
}

.team-area .team-items .thumb img {
  border-radius: 8px;
}

.team-area .team-items .info {
  padding: 30px;
  background: var(--white);
  padding-bottom: 0;
  margin-bottom: -5px;
}

.team-area .team-items .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
}

.team-area .team-items .info span {
  font-weight: 500;
  text-transform: capitalize;
}

.team-area .team-items .social {
  position: absolute;
  right: 30px;
  bottom: -35px;
}

.team-area .team-items .social label i {
  transform: rotate(45deg);
}

.share-button i {
  transition: .3s ease;
}

.share-toggle:checked ~ .share-button i {
  transform: rotate(-180deg) !important;
}

.share-toggle:checked ~ .share-icon:nth-child(3) {
  transform: translateY(-70px) rotate(0);
}

.share-toggle:checked ~ .share-icon:nth-child(4) {
  transform: translateY(-125px) rotate(0);
}

.share-toggle:checked ~ .share-icon:nth-child(5) {
  transform: translateY(-180px) rotate(0);
}

.share-toggle:checked ~ .share-icon:nth-child(6) {
  transform: translateY(-235px) rotate(0);
}

.share-button {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: var(--color-primary);
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 0px 0px 2px var(--white);
  cursor: pointer;
  transition: .3s ease;
  transform: rotate(45deg);
}

.share-icon {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  transform: translateX(0) rotate(180deg);
  cursor: pointer;
  transition: .3s ease-in-out;
}

.team-area .team-items .thumb .social a {
  color: var(--white);
}

.team-area .team-items .thumb .social a.facebook {
  background: #3B5998 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.twitter {
  background: #1DA1F2 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.pinterest {
  background: #BD081C none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.g-plus {
  background: #DB4437 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.linkedin {
  background: #0077B5 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.instagram {
  background: #3f729b none repeat scroll 0 0;
}

/* ============================================================== 
     # Team Single 
=================================================================== */
.team-single-area .basic-info li {
    float: left;
    width: 50%;
    padding: 0 15px;
    color: var(--white);
    margin-top: 15px;
}

.team-single-area .basic-info {
  clear: both;
  margin: 0 -15px;
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  width: 100%;
  padding: 50px 0;
  padding-top: 35px;
  margin-top: 15px;
}

.team-single-area .basic-info::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 110%;
    background: var(--bg-gradient);
    z-index: -1;
}

.team-single-area .basic-info li a {
  color: var(--white);
  font-weight: 400;
}

.team-single-area .social ul li {
    display: inline-block;
    margin-right: 7px;
}

.team-single-area .social ul li a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 52px;
    background: #f9f9f9;
    text-align: center;
    border-radius: 50%;
    color: var(--color-heading);
}

.team-single-area .social ul li a:hover {
  background: var(--color-primary);
  color: var(--white);
}

.team-single-area .social ul {
    margin-top: 30px;
    margin-bottom: 15px;
}

.team-single-area .content h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

.team-single-area .content > span {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.team-single-area .about-area.reverse .info .progress-box:first-child {
  margin-top: 0;
}

.team-single-area .bottom-info {
    margin-top: 50px;
}

.team-single-area .bottom-info h2 {
    font-weight: 600;
}

.team-single-area .bottom-info p:last-child {
    margin-bottom: 0;
}

.team-single-area .about-area.reverse .info {
    padding-bottom: 0;
}
/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area .item {
  padding: 60px 40px;
  background: var(--white);
  box-shadow: 0 0 10px #dce0e7;
}

.testimonials-area .item p {
  font-size: 18px;
  color: var(--color-heading);
  line-height: 34px;
  font-style: italic;
}

.testimonials-area .thumb {
  position: relative;
  z-index: 1;
}

.testimonials-area .thumb i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 45px;
  width: 44px;
  line-height: 45px;
  background: var(--color-primary);
  text-align: center;
  color: var(--white);
  border-radius: 50%;
}

.testimonials-area .thumb img {
  border-radius: 50%;
}

.testimonials-area .item .provider {
  display: flex;
  align-items: center;
}

.testimonials-area .item .provider h4 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 18px;
}

.testimonials-area .item .provider span {
  color: var(--color-heading);
}

.testimonials-area .item .provider span::before {
  content: ' / ';
  padding: 0 5px;
}

.testimonials-area .item .rating {
  margin-bottom: 10px;
  color: #ffb944;
}

.testimonials-area .item::before {
  position: absolute;
  left: -15px;
  top: 15px;
  content: "";
  height: 100%;
  width: 100%;
  border: 15px solid var(--color-primary);
  z-index: -1;
  opacity: 0.1;
}

.testimonials-area .testimonial-items .owl-stage-outer {
  padding: 30px;
  margin: -30px;
}

.testimonials-area .testimonial-items .owl-carousel .owl-dots {
  margin-top: 30px;
}

.testimonials-area .testimonial-items .owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.testimonials-area .testimonial-items .owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--white);
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.testimonials-area .testimonial-items .owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # About / Faq 
=================================================================== */

.about-area .faq-content {
  margin-top: 25px;
}

.about-area .thumb-box {
  position: relative;
  margin-right: 20px;
}

.faq-area .info > h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: var(--color-primary);
}

.bg-dark .faq-area .info > h5 {
  color: var(--white);
}

.faq-area .info > h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  margin-top: -1px;
}

.bg-dark .faq-area .info > h5::after {
  background: var(--white);
}

.faq-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.accordion .card-header h4:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
}

.accordion .card-header h4.collapsed:after {
  content: "\f105";
  font-weight: 600;
  color: #999999;
}

.faq-area .faq-content .card {
  border: none;
  margin-bottom: 31px;
  overflow: inherit;
  background: transparent;
  border-radius: 5px;
  padding: 0;
}

.faq-area .faq-content {
    margin-top: 25px;
}

.faq-area .faq-content .card:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.faq-area .faq-content .card .card-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.faq-area .faq-content .card .card-body {
  padding-left: 30px;
  padding: 0;
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
}

.faq-area .faq-content .card .card-body p:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header h4 strong {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: var(--color-primary);
  color: var(--white);
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  min-width: 40px;
}

.faq-area .faq-content .card .card-header h4 strong::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: var(--color-primary);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.faq-area .faq-content .accordion-item {
  background: transparent;
  border: none;
}

.faq-area .faq-content .accordion-item button.accordion-button {
  background: transparent;
  color: var(--color-heading);
  box-shadow: none;
  font-size: 22px;
  padding: 10px 0;
}

.bg-dark .faq-area .faq-content .accordion-item button.accordion-button {
  color: var(--white);
}

.bg-dark .faq-area .faq-content .accordion-item button.accordion-button::after {
  filter: brightness(0) invert(1);
}

.faq-area .faq-content .accordion-item .accordion-body {
  border-top: 1px solid #cccccc;
  padding: 0;
  padding-top: 20px;
  margin-top: 10px;
  padding-bottom: 20px;
}

.bg-dark .faq-area .faq-content .accordion-item .accordion-body {
  border-color: rgba(255, 255, 255, 0.3);
}

.faq-area .faq-content .accordion-item button.accordion-button strong {
  height: 45px;
  width: 45px;
  min-width: 45px;
  text-align: center;
  line-height: 45px;
  background: var(--bg-gradient);
  color: var(--white);
  border-radius: 50%;
  margin-right: 15px;
}

/* Appoinment */
.faq-area .appoinment-form {
    padding: 80px;
    background: var(--bg-gradient);
    position: relative;
    border-radius: 8px;
    text-align: center;
    z-index: 1;
}

.faq-area .appoinment-form::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/17.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: -1;
}

.faq-area .appoinment-form h4 {
    color: var(--white);
    font-weight: 600;
    font-size: 36px;
}

.faq-area .appoinment-form p {
    color: var(--white);
    margin-bottom: 30px;
}

.faq-area .appoinment-form input, .faq-area .appoinment-form .nice-select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px dashed rgba(255, 255, 255, 0.5);
    color: var(--white);
    border-radius: 5px;
}

.faq-area .appoinment-form .nice-select .current {
  color: var(--white);
}

.faq-area .appoinment-form .nice-select .option {
  color: var(--color-heading);
}

.faq-area .appoinment-form .nice-select::after {
  border-color: var(--white);
}

.faq-area .appoinment-form button {
  width: 100%;
  background: var(--white);
  border-radius: 10px;
  padding: 13px;
  font-weight: 600;
}

.faq-area .appoinment-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--white);
}
.faq-area .appoinment-form input::-moz-placeholder { /* Firefox 19+ */
  color: var(--white);
}
.faq-area .appoinment-form input:-ms-input-placeholder { /* IE 10+ */
  color: var(--white);
}
.faq-area .appoinment-form input:-moz-placeholder { /* Firefox 18- */
  color: var(--white);
}


/* ============================================================== 
     # Blog Area 
=================================================================== */

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area .blog-items .item {
  background: var(--white);
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  overflow: hidden;
  border-radius: 10px;
}

.blog-area .item .info {
  padding: 30px;
}

.blog-area .info .cats {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.blog-area .info .cats a {
  display: inline-block;
  background: var(--bg-gray);
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  padding: 2px 15px;
  border-radius: 5px;
  font-weight: 500;
}

.bg-dark .blog-area .info .cats a {
  background: var(--bg-gradient);
  border: none;
}

.bg-dark .blog-area .item .info h4 {
  font-size: 24px;
}

.blog-area .info .cats a:hover {
  color: var(--color-primary);
}

.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: 15px;
  margin-top: 10px;
}

.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 .item .info h4 {
  font-weight: 600;
  line-height: 1.4;
}

.blog-area.content-less .item .info h2,
.blog-area.content-less .item .info h3,
.blog-area.content-less .item .info h4,
.blog-area.content-less .item .info h5 {
  margin-bottom: 0;
}

.blog-area .item .info h4 a:hover {
  color: var(--color-primary);
}

.blog-area .item .info a.read-more {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  padding-right: 35px;
}

.blog-area .info .meta a {
  font-weight: 500;
  color: var(--color-paragraph);
}

.blog-area .info h1,
.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
  font-weight: 600;
}


.btn-more {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 40px;
}

.btn-more::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 30px;
  transition: all 0.35s ease-in-out;
  border-top: 2px solid;
}

.btn-more:hover::after {
  border-color: var(--color-primary);
}

a.btn-more:hover {
  color: var(--color-primary);
}

.blog-area .item .info a.read-more:hover {
  color: var(--color-primary);
}

.blog-area .thumb {
  position: relative;
}

.blog-area .thumb .cats {
  position: absolute;
  left: 30px;
  bottom: -20px;
  z-index: 9;
}

.blog-area .thumb .cats a {
  display: inline-block;
  background: var(--color-primary);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 6px 20px;
  margin-right: 5px;
  color: var(--white);
}

.blog-area .thumb .post-type {
  background: rgba(8, 106, 216, 0.7) none repeat scroll 0 0;
  bottom: 35px;
  color: var(--white);
  font-size: 20px;
  height: 50px;
  right: 35px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}

.blog-area .item .info a.btn {
  margin-top: 5px;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-left: 15px;
}

.blog-area .sidebar .title h4::after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  height: 18px;
  width: 2px;
  border-left: 3px solid var(--color-primary);
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  min-height: 60px;
  border-radius: 40px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: var(--color-primary);
  border: medium none;
  color: var(--white);
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 50px;
  width: 50px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  -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;
  transition: all 0.35s ease-in-out;
  border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: var(--color-primary) none repeat scroll 0 0;
}

.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.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  position: relative;
  margin-top: 13px;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--color-paragraph);
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: var(--color-primary);
}

.blog-area .sidebar .sidebar-item.category li a span {
  color: #b5b5b5;
  font-size: 14px;
  margin-left: 5px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  margin-top: 5px;
  font-weight: 600;
  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 a span {
  display: inline-block;
  color: #002359;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.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-weight: 600;
  font-size: 18px;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
  color: var(--color-paragraph);
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Pro";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: var(--white);
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-bottom: 5px;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: var(--white) !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.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;
  font-weight: 600;
  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-area .sidebar .sidebar-item.add-banner .sidebar-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--black);
  z-index: -1;
  opacity: 0.5;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
  color: var(--white);
  font-weight: 600;
  line-height: 1.4;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
  color: var(--white);
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
  display: inline-block;
  color: var(--color-heading);
  background: var(--white);
  padding: 13px 25px;
  border-radius: 30px;
}

.blog-area .blog-items.content-less .item .info > a {
  margin-top: 10px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
  background: var(--color-primary) none repeat scroll 0 0;
  color: var(--white);
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area .blog-items .info > ul li {
  margin-bottom: 15px;
  color: var(--color-heading);
  position: relative;
  z-index: 1;
  padding-left: 25px;
  display: block;
}

.blog-area .blog-items .info > ul {
  margin-bottom: 25px;
  margin-top: 25px;
}

.blog-area .blog-items .info > ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: var(--color-primary);
  font-weight: 600;
  font-size: 14px;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  position: relative;
  z-index: 1;
  border: none;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 85px;
  color: var(--color-heading);
  font-weight: 600;
}

.blog-area .item blockquote cite {
  display: block;
  margin-top: 15px;
  color: #999999;
  font-weight: 500;
}

.blog-area .item blockquote::before {
  position: absolute;
  left: 0;
  top: 5%;
  content: "";
  height: 90%;
  width: 3px;
  background: var(--color-primary);
}

.blog-area .item blockquote::after {
  position: absolute;
  left: 30px;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  color: var(--color-primary);
  font-size: 30px;
  top: 5px;
  font-weight: 600;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 34px;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
}

.blog-area .blog-content .post-tags, 
.blog-area .blog-content .share {
  margin-top: 40px;
  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.g-plus a {
  color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
  color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
  background: #f7f7f7;
  padding: 10px 15px;
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-area.single .post-pagi-area {
  margin-top: 50px;
  overflow: hidden;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary);
  border-radius: 30px;
}

.blog-area.single .post-pagi-area h5 {
  margin: 0;
  margin-top: 5px;
}

.blog-area.single .post-pagi-area a:hover {
  color: var(--color-primary);
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Comments */

.blog-area .comments-form {
  margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
  margin-bottom: 50px;
}

.blog-area .blog-comments .comments-list:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 105px;
  width: 105px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
}

.comments-list .commen-item {
  margin-bottom: 50px;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: inherit;
}

.comments-list .commen-item .content .title span {
  border-left: 1px solid #e7e7e7;
  padding-left: 15px;
  margin-left: 15px;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #002359;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.comments-info a:hover {
  color: var(--color-primary);
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, 
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background: var(--color-primary);
  border: 1px solid transparent;
  color: var(--white);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 15px 45px;
  text-transform: uppercase;
  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;
  border-radius: 30px;
}

.comments-form button:hover {
  color: var(--white);
  background-color: var(--color-primary);
  border: 1px solid transparent;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}


/* Pagination */

.pagination li {
  display: inline-block;
  margin-top: 7px;
}

ul.pagination {
  display: block;
  margin-top: 30px;
}

.pagination li a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 2px;
  color: var(--color-primary);
  font-weight: 600;
}

.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 .fixed-bg {
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 55%;
  transform: skewX(-10deg);
  margin-left: -5%;
}

.contact-area .content h2 {
  font-weight: 600;
}

.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.bg-gray form input, 
.contact-area.bg-gray form textarea {
  background: var(--white);
}

.contact-area form textarea {
  min-height: 150px;
}

.contact-area form button {
  background: var(--color-primary);
  border: none;
  display: inline-block;
  color: var(--white);
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 5px;
}

.contact-area form .col-lg-6 {
  padding: 0 8px;
}

.contact-area form .row:first-child {
  margin: 0 -8px;
}

.contact-area img.loader {
  margin-left: 10px;
}

.contact-area .info {
  padding-left: 35px;
}

.contact-area .contact-tabs > ul li {
  display: inline-block;
  margin: 0;
}

.contact-area .contact-tabs > ul {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  margin-top: -15px;
}

.bg-gray.contact-area .contact-tabs > ul {
  border-bottom: 1px solid #cccccc;
}

.contact-area .contact-tabs > ul li button {
  display: block;
  position: relative;
  background: transparent;
  border: none;
  padding: 15px 0;
  margin-right: 20px;
  text-transform: capitalize;
  font-size: 1.5rem;
  color: var(--color-heading);
}

.contact-area .contact-tabs > ul li button.active::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  height: 3px;
  width: 100%;
  background: var(--color-primary);
}

.contact-area .contact-tabs > ul li button.active {
  background: transparent;
  color: var(--color-primary);
}

.contact-tabs .tab-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.contact-tabs .tab-content ul li i {
  display: inline-block;
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #dde3ff;
  border-radius: 50%;
  color: var(--color-primary);
  margin-right: 20px;
}

.contact-tabs .tab-content ul li .info {
  padding: 0;
}

.contact-tabs .tab-content ul li:last-child {
  margin-bottom: 0;
}

.contact-tabs .tab-content ul li .info span {
  display: block;
  font-weight: normal;
  text-transform: none;
  color: var(--color-paragraph);
}

.contact-tabs .tab-content ul li .info p {
  margin-bottom: 0;
}

.contact-tabs .tab-content ul li .info p strong {
  display: block;
  color: var(--color-heading);
  font-size: 20px;
  font-weight: 600;
}

.contact-tabs .tab-content iframe {
  display: block;
  height: 100%;
  min-height: 400px;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 15px;
  background: var(--white);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.contact-area .tab-content .info {
  margin: 0;
}

/* Google Mpas */
.google-maps iframe {
  display: block;
  height: 100%;
  min-height: 550px;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* ============================================================== 
     # Error Page
=================================================================== */

.error-page-area .error-box {
  position: relative;
}

.error-page-area .error-box h1 {
  color: var(--color-paragraph);
  font-size: 300px;
  font-weight: 600;
  left: 50%;
  line-height: 1;
  opacity: 0.09;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
}

.error-page-area h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.error-page-area a {
  margin-top: 15px;
}

.error-box .search {
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
}

.error-box .search form {
  margin: auto;
  position: relative;
  width: 400px;
}

.error-box .search .input-group {
  width: 100%;
}

.error-box .search form input {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: inherit;
}

.error-box .search form button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}


/* ============================================================== 
     # Footer 
=================================================================== */
footer {
  position: relative;
  z-index: 1;
}

footer.bg-dark {
  background:
    radial-gradient(circle at 10% 20%, rgba(81, 141, 206, 0.3), transparent 30%),
    linear-gradient(135deg, #071b38 0%, #102f5d 52%, #071a2d 100%) !important;
}

footer .fixed-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: -1;
}

footer .fixed-shape img {
  opacity: 0.3;
}

footer.bg-dark .fixed-shape img {
  opacity: 0.1;
}

footer img, 
footer .widget-title {
  font-weight: 600;
  margin-bottom: 30px;
}

footer .f-item.about {
  padding: 0;
  background: transparent;
  border: 0;
  margin-right: 30px;
  box-shadow: none;
}

footer .f-item.about p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 992px) {
  footer > .container {
    width: calc(100% - 60px);
    max-width: none;
  }

  footer .footer-main-row > .item:nth-child(1) {
    flex: 0 0 34%;
    max-width: 34%;
  }

  footer .footer-main-row > .item:nth-child(2) {
    flex: 0 0 16%;
    max-width: 16%;
  }

  footer .footer-main-row > .item:nth-child(3) {
    flex: 0 0 24%;
    max-width: 24%;
  }

  footer .footer-main-row > .item:nth-child(4) {
    flex: 0 0 26%;
    max-width: 26%;
  }
}

footer.bg-dark .f-item.about {
  background: transparent;
}

footer.bg-dark .f-item.about {
  box-shadow: inherit;
}

footer .item {
  margin-top: 50px;
}

footer .f-items.default-padding {
  padding-top: 70px;
}

footer form {
  position: relative;
  margin-top: 30px;
}

footer form button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--white);
}

footer .item .f-item form input {
  border-radius: 30px !important;
  padding: 0 30px;
  border: 1px solid #e7e7e7;
  height: 60px;
}

footer.bg-dark .item .f-item form input {
  border: none;
}

footer .f-item.link li {
  margin-bottom: 15px;
}

footer .f-item.link li a {
  color: var(--color-paragraph);
  font-weight: 500;
}

footer .f-item.link li a:hover {
  color: var(--color-primary);
}

footer .f-item.link li:last-child {
  margin-bottom: 0;
}

footer.bg-dark .f-item.link li a {
  color: #c2d1e2;
}

footer.bg-dark .f-item.link li a:hover {
  color: var(--white);
}

footer.bg-dark p {
  color: #c2d1e2;
}

footer .f-item .address li strong {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--dark);
}

footer .f-item .address li {
  margin-bottom: 20px;
}

footer .f-item .address li.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

footer .f-item .address li.contact-item > i {
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1;
  margin-top: 4px;
  min-width: 20px;
  text-align: center;
}

footer .f-item .address li.contact-item > div {
  flex: 1;
}

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

.attr-nav > ul > li.button a .fa-whatsapp {
  font-size: 18px;
  font-weight: 400;
  margin-right: 7px;
  position: relative;
  top: 1px;
  transform: none;
}

.mobile-contact-bar {
  display: none;
}

.floating-whatsapp {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9998;
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.28);
  color: var(--white);
  font-size: 34px;
  line-height: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp i {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
  color: var(--white);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 9px 24px rgba(37, 211, 102, 0.38);
}

@media (max-width: 767px) {
  body.mobile-menu-open .mobile-contact-bar {
    display: none !important;
  }

  .btn-md {
    padding: 13px 15px;
  }

  .location-service-page .service-landing-hero h1 {
    font-size: 30px;
  }

  .location-service-page .service-landing-hero p {
    font-size: 14px;
  }

  .location-service-page .service-hero-action-width {
    width: 200px;
  }

  .location-service-page .static-hero-phone.service-hero-action-width {
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .location-service-page .static-hero-phone.service-hero-action-width > i {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 17px;
  }

  .location-service-page .static-hero-phone.service-hero-action-width strong {
    font-size: 14px;
    letter-spacing: 0;
  }

  .location-service-page .service-landing-call.service-hero-action-width {
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .location-service-page .service-landing-call.service-hero-action-width i {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    font-size: 17px;
  }

  .location-service-page .service-landing-call.service-hero-action-width strong {
    font-size: 14px;
    letter-spacing: 0;
  }

  .location-service-page .static-hero-cta {
    min-height: 50px;
    padding: 12px 15px;
    border-radius: 3px;
    background: #518dce;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
  }

  .location-service-page .service-landing-intro h2 {
    margin-bottom: 24px;
    font-size: clamp(26px, 4vw, 50px);
  }

  .location-service-page .service-landing-intro p {
    color: #657086;
    font-size: 14px;
    line-height: 1.8;
  }

  body {
    padding-bottom: 0;
  }

  footer.bg-dark {
    padding-bottom: calc(62px + env(safe-area-inset-bottom));
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    min-height: 62px;
    padding-bottom: env(safe-area-inset-bottom);
    background: var(--white);
    box-shadow: 0 -5px 22px rgba(0, 0, 0, 0.18);
  }

  .mobile-contact-action {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 0;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }

  .mobile-contact-action:hover,
  .mobile-contact-action:focus {
    color: var(--white);
  }

  .mobile-contact-action i {
    font-size: 21px;
  }

  .mobile-call-action {
    background: linear-gradient(105deg, #518dce 0%, #315fd1 100%);
  }

  .mobile-whatsapp-action {
    background: #25d366;
  }
}

footer .f-item .address li:last-child {
  margin-bottom: 0;
}

footer.bg-dark .f-item .address li {
  color: #c2d1e2;
}

footer.bg-dark .f-item .address li a {
  color: #c2d1e2;
}

footer .f-item .address li a {
  font-weight: 500;
}

footer.bg-dark .f-item .address li strong {
  color: var(--white);
}

footer .f-item.about .footer-vibrant-logo {
    width: 220px;
    height: auto;
    max-height: 105px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}

footer .f-items.default-padding {
    padding-top: 65px;
    padding-bottom: 55px;
}

footer .f-item .download h5 {
  font-weight: 600;
  margin: 0;
}

footer .f-item .download {
  margin-top: 30px;
}

footer .f-item .download a {
  display: inline-block;
  margin-right: 25px;
  margin-top: 15px;
  color: var(--color-paragraph);
}

footer.bg-dark .f-item .download a {
  color: #c2d1e2;
}

footer .f-item .download a:last-child {
  margin-right: 0;
}

footer .f-item .download a i {
  font-size: 25px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: var(--color-primary);
}

footer.bg-dark .f-item .download a i {
  color: #c2d1e2;
}

footer .f-item .download a i.fab.fa-apple {
  font-size: 32px;
}

/* Footer Bottom */

footer.bg-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom li {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
}

.footer-bottom p {
  margin: 0;
  color: var(--dark);
}

footer.bg-dark .footer-bottom p {
  margin: 0;
  color: #cccccc;
}

footer.bg-dark .footer-bottom a {
  color: #c2d1e2;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}

.bg-dark .footer-bottom p a {
  color: var(--white) !important;
}


/* ============================================================== 
     # 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: 90px;
  font-weight: 600;
}

.banner-style-ten .content h2 strong {
  font-weight: 300;
}

.feature-style-ten-item .item {
  padding: 50px 37px;
  background: #040b42;
  border-radius: 30px;
}

.feature-style-ten-item .item img {
  height: 150px;
  width: auto;
  margin-bottom: 30px;
}

.feature-style-ten-item .item h4 {
  font-weight: 600;
  font-size: 20px;
}

.feature-style-ten-item .item p {
  opacity: 0.7;
  margin: 0;
}

.feature-style-ten-item {
  margin-bottom: 30px;
}

.brand-area h2 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 40px;
}

.brand-area h2 strong {
  color: var(--color-primary);
  font-size: 40px;
  border-bottom: 2px solid;
  font-weight: 600;
}

.brand-area .brand-carousel.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  max-height: 45px;
}

.about-style-ten .thumb {
  position: relative;
}

.about-style-ten .thumb img:first-child {
  max-width: 65%;
  float: right;
}

.about-style-ten .thumb img:nth-child(2) {
  float: left;
  max-width: 50%;
  margin-left: -20%;
  margin-bottom: 30px;
}

.about-style-ten .thumb img:nth-child(3) {
  float: left;
  max-width: 60%;
  margin-left: -30%;
}

.about-style-ten .thumb img {
  border-radius: 5px;
}

.bg-dark .bg-gray {
  background: #040b42;
}

.about-style-ten .info {
  padding-left: 35px;
}

.about-style-ten h5 {
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 600;
}

.bg-dark .about-style-ten h5 {
  color: var(--white);
}

.about-style-ten h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-style-ten p {
  opacity: 0.8;
}

.about-style-ten ul li {
  display: flex;
  margin-top: 30px;
}

.about-style-ten ul li .info {
  padding-left: 0;
}

.about-style-ten ul li img {
  height: auto;
  min-width: 60px;
  margin-right: 30px;
  max-width: 85px;
}

.about-style-ten ul li p {
  margin: 0;
}

.about-style-ten ul li h4 {
  font-weight: 600;
  font-size: 20px;
}

.about-style-ten .btn {
  margin-top: 40px;
}

.process-style-ten-area {
  overflow: hidden;
}

.process-style-ten-area .video {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  margin-top: 80px;
}

.process-style-ten-area .video .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -60px;
  z-index: 1;
}

.process-style-ten-area .video img {
  border-radius: 10px;
  padding: 20p;
}

.process-style-ten-area .video::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--color-primary);
  transform: matrix(1, -0.06, 0.08, 1, 0, 0);
  border-radius: 10px;
  z-index: -1;
}

.process-style-ten-area h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
}

.bg-dark .process-style-ten-area h5 {
  color: var(--white);
}

.process-style-ten-area h2 {
  font-weight: 600;
}

.bg-dark .faq-area .faq-content .card .card-body {
  border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .faq-area .faq-content .card .card-body p {
  opacity: 0.8;
}

.bg-dark .team-area .team-items .info {
  background: transparent;
}

.bg-dark .team-area .team-items .social {
  bottom: -25px;
}

.bg-dark .share-button {
  background: var(--dark);
  color: var(--white);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.4);
}

.bg-dark .blog-area .blog-items .item {
  background: transparent;
  box-shadow: inherit;
}

.bg-dark .blog-area .blog-items .item img {
  border-radius: 7px;
}

.bg-dark .blog-area .blog-items .item .info {
  padding: 0;
  padding-top: 30px;
}

.bg-dark .blog-area .info .meta a {
  color: #cccccc;
}

.bg-dark .blog-area .item .info ul li i {
  color: #cccccc;
}

.bg-dark .blog-area .info .meta a:hover {
  color: var(--color-primary);
}


/* ============================================================== 
     # Software
=================================================================== */
.banner-style-eleven .thumb img {
  max-width: 150%;
}

.banner-area.banner-style-eleven {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

.banner-area.banner-style-eleven::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 400px;
  width: 400px;
  background: #00ff0f;
  z-index: -1;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.4;
}

.banner-area.banner-style-eleven .content h2 {
  font-size: 80px;
}

.banner-area.banner-style-eleven .content h2 strong {
  background: var(--bg-gradient);
  -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.banner-area.banner-style-eleven.shape::after {
  background: var(--bg-gray);
}

.attr-nav > ul > li.button a {
  background: var(--color-primary);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

@media (min-width: 1024px) {
  .attr-nav > ul > li.button {
      padding: 20px 0;
      margin-left: 10px;
  }

  .attr-nav > ul > li.button a {
    background: var(--color-primary);
    padding: 14px 40px !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    border-radius: 30pc;
}

.title {
  font-size: 45px;
}

.about-standard-area .info {
  margin-top: 80px;
}

.blog-area.single .item .info {
  padding: 60px;
}

}

.video-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 10px;
}

.video-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 10px;
}

.text-center .video-btn {
margin-left: 0;
}

.video-btn i {
display: inline-block;
height: 55px;
width: 55px;
text-align: center;
line-height: 55px;
background: #5138ee;
border-radius: 50%;
position: relative;
margin-right: 20px;
color: var(--white);
}

.text-light .video-btn i {
background: var(--white);
color: #5138ee;
}


.video-btn i::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #5138ee repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.text-light .video-btn i::after {
  background: var(--white) repeat scroll 0 0;
}

.services-style-eleven {
  margin-bottom: 30px;
}

.services-style-eleven .item {
  display: flex;
  padding: 60px;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  border-radius: 10px;
}

.services-style-eleven .item i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: var(--color-primary);
  font-size: 35px;
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
}

.services-style-eleven .item::after {
  display: none;
}

.services-style-eleven .item p {
  margin: 0;
}

.featured-services-area .item-grid:first-child {
  margin-top: 50px;
}

.services-style-eleven .item img {
  max-width: 80px;
  min-width: 80px;
  margin-right: 25px;
}

.fun-factor-area.shadow .fun-fact-items::after {
  display: none;
}

.fun-factor-area.shadow .item .timer {
  color: var(--white);
  -webkit-text-fill-color: inherit;
}

.fun-factor-area.shadow .item .medium {
  color: var(--white);
  opacity: 0.8;
}

.faq-area .faq-content {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .choose-us-style-ten-item .thumb {
    padding-right: 35px;
  }

  .video-area h2 {
    font-size: 65px;
}

}

.choose-us-style-ten-item h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

.choose-us-style-ten-item li {
  float: left;
  width: 50%;
  padding: 0 15px;
}

.choose-us-style-ten-item ul {
  margin: 30px -15px 0 -15px;
}

.choose-us-style-ten-item p {
  margin: 0;
}

.choose-us-style-ten-item i {
  display: inline-block;
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 25px;
  color: var(--color-primary);
}

.choose-us-style-ten-item h4 {
  font-weight: 600;
}

.fixed-shape-right-bottom {
  position: absolute;
  right: 0;
  bottom: -150px;
  height: 100%;
  width: 100%;
  background-size: 70%, contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-eleven {
    background: var(--bg-gradient);
  }

  .banner-area.banner-style-eleven .content h2 {
    font-size: 65px;
    color: var(--white);
  }

  .banner-area.banner-style-eleven .content h2 strong {
    -webkit-text-fill-color: var(--white);
    display: inline-block;
}

  .banner-area.banner-style-eleven .content h2 strong {
    color: var(--white);
  }

  .banner-area.banner-style-eleven .content p {
    padding: 0;
    color: var(--white);
  }

  .banner-area.banner-style-eleven .content .video-btn {
    color: var(--white);
  }

  .banner-area.banner-style-eleven .content .video-btn i::after, 
  .banner-area.banner-style-eleven .content .video-btn i {
    background: var(--white);
  }

  .banner-area.banner-style-eleven .content .video-btn i {
    color: var(--color-primary);
  }

  .banner-style-eleven .thumb img {
    max-width: 80%;
    margin: auto;
  }

  .banner-area.banner-style-eleven .content {
    padding-top: 80px !important;
  }

    .services-style-eleven .item {
      display: block;
      text-align: center;
  }

  .services-style-eleven .item img {
      margin-right: 0;
      margin-bottom: 30px;
  }

  .services-style-eleven-area {
    padding-top: 120px;
}

  .choose-us-style-ten-item {
    text-align: center;
  }

  .choose-us-style-ten-item .thumb {
      margin-bottom: 50px;
  }

  .choose-us-style-ten-item li {
      width: 100%;
      padding: 0;
      margin-top: 30px;
  }

  .choose-us-style-ten-item ul {
      margin: 0;
  }

  .fixed-shape-right-bottom {
      bottom: 0;
      background-size: 100%, contain;
      display: none;
  }

  .banner-area.banner-style-ten .content {
      padding-top: 120px;
  }

  .banner-style-ten .content h2 strong {
      font-size: 36px;
  }

  .about-style-ten .thumb img {
      display: none;
  }

  .about-style-ten .thumb img:first-child {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 30px;
      width: 100%;
  }

  .about-style-ten .info {
      padding-left: 0;
  }
}

/* Mobile layout */
@media only screen and (max-width: 767px) {
  .banner-style-eleven {
    background: var(--bg-gradient);
  }

  .banner-area.banner-style-eleven .content h2 {
    font-size: 36px;
    color: var(--white);
  }

  .banner-area.banner-style-eleven .content h2 strong {
    color: var(--white);
    -webkit-text-fill-color: var(--white)
  }

  .banner-area.banner-style-eleven .content p {
    padding: 0;
    color: var(--white);
  }

  .banner-area.banner-style-eleven .content .video-btn {
    color: var(--white);
  }

  .banner-area.banner-style-eleven .content .video-btn i::after, 
  .banner-area.banner-style-eleven .content .video-btn i {
    background: var(--white);
  }

  .banner-area.banner-style-eleven .content .video-btn i {
    color: var(--color-primary);
  }

  .banner-style-eleven .thumb img {
    max-width: 80%;
    margin: auto;
  }

  .banner-area.banner-style-eleven .content {
    padding-top: 80px !important;
  }

  .banner-area.banner-style-eleven {
    padding: 0;
    padding-bottom: 60px;
}

.banner-area.banner-style-eleven.shape::after {
  display: none;
}

    .services-style-eleven .item {
      display: block;
      text-align: center;
  }

  .services-style-eleven .item img {
      margin-right: 0;
      margin-bottom: 30px;
  }

  .choose-us-style-ten-item {
    text-align: center;
  }

  .choose-us-style-ten-item .thumb {
      margin-bottom: 30px;
  }

  .choose-us-style-ten-item li {
      width: 100%;
      padding: 0;
      margin-top: 30px;
  }

  .choose-us-style-ten-item ul {
      margin: 0;
  }

  .fixed-shape-right-bottom {
      bottom: 0;
      background-size: 100%, contain;
      display: none;
  }

  .banner-area.banner-style-ten .content {
      padding-top: 120px;
  }

  .banner-style-ten .content h2 strong {
      font-size: 36px;
  }

  .about-style-ten .thumb img {
      display: none;
  }

  .about-style-ten .thumb img:first-child {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 30px;
  }

  .about-style-ten .info {
      padding-left: 0;
  }

}


/* ============================================================== 
     # Preloader 
=================================================================== */

.tanda-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}

.tanda-preloader .animation-preloader {
	z-index: 1000;
	position: relative;
}

.tanda-preloader .animation-preloader::after {
    position: absolute;
    left: 50%;
    top: 30px;
    content: "";
    height: 50px;
    width: 50px;
    background: url(../img/logo-icon.png);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tanda-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(2, 109, 255, 0.2);
	border-top-color: var(--color-primary);
	height: 110px;
	margin: 0 auto 30px auto;
	width: 110px;
}

.tanda-preloader.secondary .animation-preloader .spinner {
	border-top-color: var(--color-secondary);
}

.tanda-preloader .animation-preloader .txt-loading {
	font: bold 4em 'Outfit', sans-serif;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tanda-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

.tanda-preloader .animation-preloader .txt-loading .letters-loading:before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #000000;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	font-family: 'Outfit', sans-serif;
	position: absolute;
	top: -3px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.tanda-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.tanda-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.tanda-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.tanda-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.tanda-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.tanda-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.tanda-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.tanda-preloader.dark .animation-preloader .spinner {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: #fff;
}

.tanda-preloader.dark .animation-preloader .txt-loading .letters-loading {
	color: rgba(255, 255, 255, 0.2);
}

.tanda-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
	color: #fff;
}

.tanda-preloader p {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #3b3b3b;
}

.tanda-preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}

.tanda-preloader .loader .row {
	height: 100%;
}

.tanda-preloader .loader .loader-section {
	padding: 0px;
}

.tanda-preloader .loader .loader-section .bg {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.tanda-preloader .loader.dark_bg .loader-section .bg {
	background: #111339;
}

.tanda-preloader.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.tanda-preloader.loaded .loader-section .bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes letters-loading {
	0%,
  	75%,
  	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
  	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes letters-loading {
	0%,
	75%,
  	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
  	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
/* ===== Custom: keep semantic <h1> in banner styled like template's h2 (SEO) ===== */
.banner-area .content h1.banner-h1 {
  font-size: 70px;
  margin-bottom: 25px;
  line-height: 1.1;
}
.banner-area.text-color .content h1.banner-h1 strong {
  font-weight: 600;
  color: var(--color-primary);
}
.banner-area.text-light .content h1.banner-h1 strong {
  color: var(--white);
}
.banner-area .content h1.banner-h1 strong {
  font-weight: 600;
  display: block;
}

@media (max-width: 767px) {
  .location-service-page .static-hero-phone span {
    min-width: 0;
  }

  .location-service-page .static-hero-phone strong {
    display: inline-block;
    white-space: nowrap !important;
    word-break: keep-all;
    overflow-wrap: normal;
    font-size: 14px;
    letter-spacing: 0;
  }
}
