@charset "UTF-8";
/*
Theme Name: Exera
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Exera accelerates AI innovation through R&D and real-world execution, delivering scalable, human-centric solutions across healthcare, energy, finance, and beyond.
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 0802.39
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: -

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* Categories 01 to 03 are the basics. */
@import url(assets/css/bootstrap.min.css);
@import url(assets/css/bootstrap-icons.min.css);
@import url(assets/css/owl.carousel.min.css);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --c1: #000000;
  --c2: #ffffff;
  --c3: #00AEEF;
  --c4: #3A0CA3;
  --c5: #6f4ec1;
  --f1: ES Build Neutral, sans-serif;
  --f2: Poppins, sans-serif;
}

@font-face {
  font-family: "ES Build Neutral";
  src: url("assets/fonts/ESBuildNeutralMedium.eot");
  src: url("assets/fonts/ESBuildNeutralMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ESBuildNeutralMedium.woff") format("woff"), url("assets/fonts/ESBuildNeutralMedium.ttf") format("truetype"), url("assets/fonts/ESBuildNeutralMedium.svg#ESBuildNeutral-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.row {
  flex-wrap: wrap !important;
}

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

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

.mb24 {
  margin-bottom: 24px !important;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

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

#wpadminbar {
  z-index: 999999;
}

html {
  margin-top: 0 !important;
}

body {
  font: 400 15px/25px var(--f2);
  color: var(--c1);
  overflow-x: hidden;
}
body.admin-bar header {
  top: 32px;
}
body strong {
  font-weight: 600;
}
body.pageload-body {
  overflow: hidden;
}
body .wid600 {
  max-width: 600px;
}
body .wid800 {
  max-width: 800px;
}
body .wid1000 {
  max-width: 1000px;
}
body .badge {
  font: 500 15px var(--f2);
  background: linear-gradient(to right, var(--c3) 0%, var(--c4) 50%, var(--c5) 100%);
  padding: 10px 25px;
  border-radius: 30px;
  color: var(--c2) !important;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}
body.home {
  position: relative;
}
body.home section.blog {
  border-top: 1px solid #e7e7e7;
}

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

figure {
  margin: 0 !important;
}

h3 {
  font: 600 40px/50px var(--f1);
  margin: 0 0 20px;
}
h3 strong {
  background-image: linear-gradient(to right, var(--c3) 0%, var(--c4) 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

h4 {
  font: 600 30px/40px var(--f1);
  margin: 0 0 20px;
}
h4 strong {
  background-image: linear-gradient(to right, var(--c3) 0%, var(--c4) 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

a, .btn, button {
  transition: 0.3s linear !important;
}

.btn-theme {
  padding: 0;
}
.btn-theme .wp-block-button__link {
  font: 500 16px var(--f2);
  padding: 20px 40px;
  background: linear-gradient(to right, var(--c3) 0%, var(--c4) 100%);
  background-size: 120% auto;
  color: var(--c2) !important;
  border-radius: 30px;
  border: 0;
}
.btn-theme .wp-block-button__link:hover {
  background-position: right center;
}
.btn-theme.btn-sm .wp-block-button__link {
  font-size: 13px;
  padding: 12px 25px;
}

.btn-link {
  padding: 0;
}
.btn-link .wp-block-button__link {
  font: 500 16px var(--f2);
  padding: 0 25px 0 0;
  color: var(--c1) !important;
  border: 0;
  text-decoration: none;
  position: relative;
  color: var(--c2) !important;
}
.btn-link .wp-block-button__link::before {
  content: "\f138";
  font: 500 16px "bootstrap-icons";
  position: absolute;
  top: 3px;
  right: 0;
  transition: 0.3s linear;
}
.btn-link .wp-block-button__link:hover {
  color: var(--c3) !important;
}
.btn-link .wp-block-button__link:hover::before {
  transform: translateX(5px);
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99999;
}
header .navbar {
  background: none;
  padding: 15px;
}
header .navbar .navbar-toggler {
  border: 0;
  padding: 0;
  box-shadow: none;
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 174, 239, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .navbar .navbar-brand img {
  max-height: 100px;
  position: absolute;
  top: 10px;
  filter: brightness(0) invert(1);
}
header .navbar .navbar-brand img.logo2 {
  display: none;
}
header .navbar .navbar-collapse {
  justify-content: end;
}
header .navbar .navbar-nav {
  gap: 25px;
  align-items: center;
}
header .navbar .navbar-nav > .nav-item .nav-link {
  font: 500 15px var(--f2);
  color: var(--c2);
}
header .navbar .navbar-nav > .nav-item .nav-link:hover {
  color: var(--c3);
}
header .navbar .navbar-nav > .nav-item.current-menu-item .nav-link {
  color: var(--c3) !important;
}
header .navbar .navbar-nav > .nav-item:last-child .nav-link {
  padding: 15px 30px;
  background: linear-gradient(to right, var(--c3) 0%, var(--c4) 100%);
  background-size: 120% auto;
  color: var(--c2) !important;
  border-radius: 30px;
}
header .navbar .navbar-nav > .nav-item:last-child .nav-link:hover {
  background-position: right center;
}
header .navbar .navbar-nav > .nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
  padding: 8px 25px 8px 8px;
}
header .navbar .navbar-nav > .nav-item.dropdown > .nav-link::after {
  border: 0;
  content: "\f282";
  font: 600 16px "bootstrap-icons";
  position: absolute;
  right: 0;
}
header .navbar .navbar-nav > .nav-item.dropdown.open > .nav-link {
  color: var(--c4);
}
header .navbar .navbar-nav > .nav-item.dropdown .sub-menu {
  min-width: 160px;
  padding: 10px;
  list-style: none;
  position: absolute;
  right: 0;
  background-color: var(--c2);
  border-radius: 8px;
  transition: 0.3s linear;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
header .navbar .navbar-nav > .nav-item.dropdown .sub-menu .nav-item .nav-link {
  padding: 8px;
  color: var(--c1);
}
header .navbar .navbar-nav > .nav-item.dropdown .sub-menu .nav-item .nav-link:hover, header .navbar .navbar-nav > .nav-item.dropdown .sub-menu .nav-item .nav-link.active {
  color: var(--c4);
}
header .navbar .navbar-nav > .nav-item.dropdown:hover .sub-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

body.fixed-bar header {
  position: fixed;
  background-color: var(--c2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
body.fixed-bar header .navbar .navbar-brand::before {
  content: "";
  background: url(assets/images/logo2.png) no-repeat;
  width: 130px;
  height: 49px;
  position: absolute;
  top: 15px;
  background-size: 130px;
}
body.fixed-bar header .navbar .navbar-brand img {
  display: none;
  filter: none;
}
body.fixed-bar header .navbar .navbar-brand img.logo2 {
  display: block;
  max-width: 130px;
}
body.fixed-bar header .navbar .navbar-nav .nav-item .nav-link {
  color: var(--c1);
}
body.fixed-bar header .navbar .navbar-nav .nav-item .nav-link:hover, body.fixed-bar header .navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--c3);
}

.blackbg {
  position: relative;
  background-color: #121317 !important;
}
.blackbg h2, .blackbg h3, .blackbg h4, .blackbg .headspan, .blackbg p, .blackbg ul li, .blackbg a.btn-link {
  color: var(--c2) !important;
}
.blackbg h2 strong, .blackbg h3 strong, .blackbg h4 strong, .blackbg .headspan strong, .blackbg p strong, .blackbg ul li strong, .blackbg a.btn-link strong {
  color: var(--c2) !important;
  -webkit-text-fill-color: unset;
}
.blackbg a.btn-link:hover {
  color: var(--c4) !important;
}

section.dp {
  padding: 80px 0;
  position: relative;
  z-index: 99;
}
section.dp .headspan {
  display: inline-block;
  position: relative;
  font: 500 16px/22px var(--f2);
  color: var(--c4);
  padding: 0 0 0 40px;
}
section.dp .headspan::before {
  content: "____";
  position: absolute;
  top: 0;
  left: 0;
  font: 600 16px/22px calibri;
}
section.dp .list-custom {
  margin: 0;
}
section.dp .list-custom li {
  position: relative;
  padding: 0 0 10px 25px;
}
section.dp .list-custom li::before {
  content: "\f4b5";
  font: 500 15px "bootstrap-icons";
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--c3);
}
section.banner {
  background-color: #121317;
  height: 100vh;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
section.banner > div {
  height: 100%;
}
section.banner::before {
  content: "";
  background: url(assets/images/overlay.svg) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 130%;
}
section.banner .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
  color: var(--c2);
}
section.banner .banner-content {
  position: relative;
  max-width: 900px;
  text-align: center;
}
section.banner .banner-content h1 {
  font: 600 60px/70px var(--f1);
  margin: 0 0 25px;
}
section.banner .banner-content h1 strong {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, var(--c3), #dfeeff);
  background-clip: text;
}
section.banner .banner-content p {
  font-size: 18px;
  line-height: 30px;
}
section.banner .banner-content .btn-sec {
  margin: 35px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
section.banner.ibanner {
  height: auto;
  height: 490px;
}
section.banner.ibanner::before {
  opacity: 0.4;
}
section.banner.ibanner .banner-content p {
  max-width: 600px;
  margin: 0;
}
section.teams {
  background-color: #f6f6f6;
}
section.teams .head {
  margin: 0 0 50px;
  max-width: 650px;
}
section.teams article {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 24px;
}
section.teams article::before {
  content: "";
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.631372549));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}
section.teams article img {
  width: 100%;
}
section.teams article .csec {
  position: absolute;
  bottom: 0;
  padding: 15px;
}
section.teams article .csec h4, section.teams article .csec p {
  color: var(--c2);
  margin: 0;
}
section.teams article .csec h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  margin: 0 0 5px;
}
section.teams article .wp-block-buttons {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
}
section.teams article .wp-block-buttons .wp-block-button {
  display: block;
  color: #1f57c6;
  transition: 0.3s linear;
}
section.teams article .wp-block-buttons .wp-block-button::before {
  font-size: 25px;
}
section.teams article .wp-block-buttons .wp-block-button:hover {
  color: var(--c4);
}
section.teams article .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  background: none;
}
section.cinfo article {
  background-color: #e5efff;
  padding: 20px;
  border-radius: 20px;
  min-height: 127px;
  position: relative;
}
section.cinfo article::before {
  content: "";
  font: 500 50px "bootstrap-icons";
  position: absolute;
  top: 35px;
  right: 40px;
  opacity: 0.3;
  color: var(--c3);
}
section.cinfo article.address::before {
  content: "\f3e8";
}
section.cinfo article.phone::before {
  content: "\f5bc";
}
section.cinfo article.envelope::before {
  content: "\f32e";
}
section.cinfo article h4 {
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 5px;
}
section.cinfo article p, section.cinfo article address {
  margin: 0;
}
section.cinfo article:nth-of-type(2) {
  background-color: #ede8ff;
}
section.cinfo article:nth-of-type(3) {
  background-color: #daf5fb;
}
section.cinfo article + article {
  margin: 20px 0 0;
}
section.cinfo .form-section {
  margin: 0 0 0 60px;
}
section.cinfo .form-section .form-group {
  margin: 0 0 24px;
}
section.cinfo .form-section .form-group .form-label {
  font-weight: 500;
}
section.cinfo .form-section .form-group .form-control {
  height: 50px;
  box-shadow: none !important;
  border-radius: 8px;
  border-color: #dddddd;
}
section.cinfo .form-section .form-group textarea.form-control {
  height: 100px;
  resize: none;
}
section.cinfo .form-section .form-btn .btn-theme {
  font: 500 16px var(--f2);
  padding: 20px 40px;
  background: linear-gradient(to right, var(--c3) 0%, var(--c4) 100%);
  background-size: 120% auto;
  color: var(--c2) !important;
  border-radius: 30px;
  border: 0;
}
section.cinfo .form-section .form-btn .btn-theme:hover {
  background-position: right center;
}
section.about .list-dt {
  background-color: #fbfbfb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 30px;
  margin: 30px 0 0;
  max-width: 700px;
}
section.about .list-dt .list-cutom li {
  font-weight: 600;
}
section.about .list-dt .list-cutom li strong {
  min-width: 230px;
  display: inline-block;
  font-weight: 400;
}
section.about figure {
  height: 100%;
}
section.about figure img {
  width: 100%;
  height: 430px;
  border-radius: 20px;
  object-fit: cover;
}
section.about .content-sec {
  margin-right: 40px;
}
section.about .content-sec h2 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}
section.about .content-sec .about-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0;
}
section.about .content-sec .about-btm .para {
  max-width: 520px;
}
section.build .head {
  margin: 0 0 60px;
}
section.build .head h3 {
  max-width: 600px;
}
section.build article {
  height: 100%;
}
section.build article .img-sec {
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}
section.build article .img-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
section.build article .content-sec {
  padding: 0 0 0 40px;
  height: 100%;
}
section.build article .content-sec .list-custom {
  max-width: 450px;
  margin: 40px 0 0;
}
section.build .list-vertical ul.nav {
  display: flex;
  gap: 10px;
  margin: 25px 0 0;
}
section.build .list-vertical ul.nav li.nav-item .nav-link {
  background-color: #121317;
  color: var(--c2);
  font: 500 13px/16px var(--f2);
  padding: 8px 12px;
  border-radius: 30px;
  border: 2px solid #121317;
  box-shadow: none;
}
section.build .list-vertical ul.nav li.nav-item .nav-link:hover, section.build .list-vertical ul.nav li.nav-item .nav-link.active {
  background-color: transparent;
  color: #121317;
}
section.build .list-vertical .tab-content {
  margin: 60px auto 0;
}
section.build .list-vertical .tab-content .tab-pane .img-sec {
  padding: 0 30px 0 0;
}
section.build .list-vertical .tab-content .tab-pane .img-sec img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}
section.build .list-vertical .tab-content .tab-pane .content-sec {
  margin: 0 60px 0 0;
}
section.pkey article {
  padding: 30px;
  background-color: #121317;
  border-radius: 20px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
section.pkey article h5 {
  font: 500 25px/35px var(--f1);
  margin: 0 0 20px;
  color: var(--c2);
}
section.pkey article .img-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
section.pkey article .img-sec img {
  width: 100% !important;
  height: 270px;
  object-fit: cover;
  border-radius: 20px;
}
section.pkey article p {
  margin: 30px 0 0;
  color: var(--c2);
  font-size: 16px;
  font-weight: 500;
  min-height: 125px;
}
section.pkey article .btn-link {
  display: none;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.pkey article .btn-link::before {
  content: "\f140";
  font: 600 50px "Bootstrap-icons";
  color: var(--c2);
  position: absolute;
  top: 20px;
  right: 30px;
}
section.pkey .owl-carousel {
  position: relative;
}
section.pkey .owl-carousel .owl-nav {
  display: flex;
  gap: 15px;
  position: absolute;
  top: -130px;
  right: 0;
}
section.pkey .owl-carousel .owl-nav button {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background-color: #121317;
  border: 2px solid transparent;
  color: var(--c2);
  font-size: 40px;
}
section.pkey .owl-carousel .owl-nav button:hover {
  background: transparent;
  border-color: #121317;
  color: #121317;
}
section.market {
  padding-bottom: 50px;
}
section.market article {
  padding: 0 30px;
  border-right: 1px solid #d5d7de;
  min-height: 200px;
  position: relative;
}
section.market article img {
  width: 80px;
  position: absolute;
  right: 30px;
}
section.market article img.w50 {
  width: 50px;
}
section.market article img.w120 {
  width: 120px;
}
section.market article h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
  color: var(--c1);
}
section.partners {
  position: relative;
  overflow: hidden;
}
section.partners::before {
  content: "";
  background: url(assets/images/overlay.svg) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 130%;
}
section.partners .head {
  text-align: center;
  max-width: 600px;
}
section.partners .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
section.partners .card-group {
  display: flex;
  align-items: center;
  gap: 100px;
  width: max-content;
  animation: scroll-left 20s linear infinite;
  padding: 30px 0 0;
}
section.partners .card-group .card {
  background: none;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.partners .card-group .card img {
  max-width: 150px;
}
section.partners .card-group .card.w80 img {
  max-width: 80px;
}
section.partners .card-group .card.w180 img {
  max-width: 180px;
}

.wpcf7 form .wpcf7-response-output {
  padding: 10px 15px;
  border-radius: 8px;
  color: var(--c2);
  font: 500 14px/20px var(--f2);
  margin: 0;
  margin: 20px 0 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900;
  border-color: #ffb900;
  Color: var(--c1);
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28;
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

footer {
  background: var(--c2);
  background-size: 120% auto;
  position: relative;
  padding: 60px 0 0;
}
footer::before {
  content: "";
  background: url(assets/images/overlay2.png) no-repeat 0 0/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
}
footer ul li a, footer address {
  color: rgba(255, 255, 255, 0.7019607843) !important;
  font-family: var(--f2);
}
footer p, footer h4, footer a, footer address {
  color: var(--c2) !important;
}
footer .container {
  position: relative;
}
footer .footer-logo img {
  height: 100px;
  margin: 0 0 20px;
}
footer .footer-logo p {
  margin: 0;
  max-width: 300px;
}
footer .para {
  max-width: 680px;
  margin: 0 0 70px;
}
footer .para p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}
footer .footer-menus {
  display: flex;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  place-items: stretch stretch;
  margin: 15px 0 0;
  gap: 110px;
}
footer .footer-menus .fmenu h4, footer .footer-menus .fmenu address, footer .footer-menus .fmenu ul li a {
  font-family: var(--f2);
  color: var(--c2);
}
footer .footer-menus .fmenu h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 10px;
}
footer .footer-menus .fmenu h4::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--c2);
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .footer-menus .fmenu address {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
footer .footer-menus .fmenu ul {
  margin: 0;
}
footer .footer-menus .fmenu ul li a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
  color: var(--c2) !important;
}
footer .footer-menus .fmenu ul li a:hover {
  color: var(--c3) !important;
}
footer .footer-menus .fmenu ul li + li {
  margin: 12px 0 0;
}
footer .footer-menus .fmenu.social ul {
  display: flex;
  gap: 20px;
}
footer .footer-menus .fmenu.social ul li {
  margin: 0 !important;
}
footer .footer-menus .fmenu.social ul li a {
  font-size: 20px;
}
footer .footer-menus .fmenu .menu-icons li a {
  padding-left: 25px;
  position: relative;
}
footer .footer-menus .fmenu .menu-icons li a::before {
  content: "";
  font: 500 14px "bootstrap-icons";
  position: absolute;
  top: 4px;
  left: 0;
}
footer .footer-menus .fmenu .menu-icons li.envelope a::before {
  content: "\f32e";
}
footer .footer-menus .fmenu .menu-icons li.phone a::before {
  content: "\f5bc";
}
footer .footer-menus .fmenu .menu-icons li.fax a::before {
  content: "\f501";
}
footer .footer-link.contact-info ul li a {
  position: relative;
  padding-left: 25px;
}
footer .footer-link.contact-info ul li a::before {
  font: 300 16px "bootstrap-icons";
  position: absolute;
  top: 1px;
  left: 0;
}
footer .footer-link.contact-info ul li.envelope a::before {
  content: "\f32f";
}
footer .footer-link.contact-info ul li.phone a::before {
  content: "\f5c1";
}
footer .footer-link.contact-info .social-info ul {
  justify-content: flex-start;
}
footer .footer-link.contact-info .social-info ul li {
  margin: 0;
}
footer .footer-link.contact-info .social-info ul li + li {
  margin: 0 0 0 20px;
}
footer .footer-link.contact-info .social-info ul li a::before {
  font-size: 20px;
}
footer .footer-link.contact-info .social-info ul li a:hover, footer .footer-link.contact-info .social-info ul li a:focus, footer .footer-link.contact-info .social-info ul li a:active {
  color: var(--c3) !important;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  margin: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-bottom .footer-link ul {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .footer-bottom .footer-link ul li a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
footer .footer-bottom .footer-link ul li a:hover {
  color: var(--c5) !important;
}
footer .copyright {
  font: 400 14px/20px var(--f2);
  text-align: center;
  position: relative;
  color: var(--c2);
}

.social-info {
  margin: -10px 0 0;
}
.social-info ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social-info ul li {
  margin: 0 20px 0 0;
}
.social-info ul li a {
  padding: 0;
  font-size: 0 !important;
  position: relative;
}
.social-info ul li a:hover {
  border-color: var(--c3) !important;
  background-color: var(--c3);
  color: var(--c2) !important;
}
.social-info ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font: 300 20px "Bootstrap-icons";
}
.social-info ul li.facebook a::before {
  content: "\f344";
}
.social-info ul li.twitter a::before {
  content: "\f5ef";
}
.social-info ul li.instagram a::before {
  content: "\f437";
}
.social-info ul li.linkedin a::before {
  content: "\f472";
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  section.about .content-sec .about-btm .para {
    max-width: 340px;
  }
}
@media screen and (max-width: 991px) {
  .mb100 {
    margin-bottom: 30px !important;
  }
  header {
    position: fixed;
    background-color: var(--c2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  header .navbar {
    padding: 15px 0;
  }
  header .navbar .navbar-brand {
    position: relative;
  }
  header .navbar .navbar-brand::before {
    content: "";
    background: url(assets/images/logo2.png) no-repeat;
    width: 100px !important;
    height: 40px !important;
    position: absolute;
    top: -14px !important;
    background-size: 100px !important;
  }
  header .navbar .navbar-brand img {
    display: none;
    filter: none;
    max-width: 80px;
    position: static;
  }
  header .navbar .navbar-brand img.logo2 {
    display: block;
  }
  header .navbar .navbar-nav {
    padding: 35px 0 0;
    gap: 20px;
    align-items: flex-start;
  }
  header .navbar .navbar-nav > .nav-item .nav-link {
    color: var(--c1);
    padding: 0 !important;
  }
  header .navbar .navbar-nav > .nav-item:last-child .nav-link {
    background: none;
    color: var(--c1) !important;
  }
  header .navbar .navbar-nav > .nav-item:last-child.current-menu-item .nav-link {
    color: var(--c3) !important;
  }
  footer .footer-menus {
    gap: 30px;
    flex-direction: column;
  }
  section.about .content-sec {
    margin: 0;
  }
  section.about .content-sec h2 {
    font-size: 20px;
    line-height: 34px;
  }
  section.about .content-sec .about-btm {
    flex-direction: column;
  }
  section.about .content-sec .about-btm .about-btn {
    margin: 15px 0 0;
    order: 2;
  }
  section.about figure {
    margin: 24px 0 0 !important;
  }
  section.build article .img-sec {
    height: auto;
  }
  section.build article .content-sec {
    padding: 24px 0 0;
  }
  section.build .accordion .accordion-item .accordion-header .accordion-button {
    box-shadow: none;
    font: 500 16px var(--f2);
  }
  section.build .accordion .accordion-item .accordion-collapse .accordion-body .img-sec img {
    width: 100%;
    border-radius: 20px;
    margin: 0 0 15px;
  }
  section.pkey .owl-carousel .owl-nav {
    top: auto;
    bottom: -50px;
  }
  section.pkey .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
  }
  section.teams article {
    margin: 0 0 24px;
  }
  section.teams article .csec h4 {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .container .row > div:first-child {
    display: none;
  }
  footer .footer-menus {
    flex-direction: row;
    justify-content: flex-start;
    gap: 60px;
  }
  section.cinfo .form-section {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    padding: 140px 0 70px;
    height: auto;
  }
  section.banner .banner-content h1 {
    font-size: 36px;
    line-height: 46px;
  }
  section.banner .banner-content p {
    font-size: 16px;
    line-height: 26px;
  }
  section.cinfo .form-section {
    margin: 60px 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
