/*
Template Name: Petro - Industrial HTML Template
Template URI: rudhisasmito.com/demo/petro
Author: Rudhi Sasmito
Author URI: https://www.behance.net/rudhisasmito
Version: 1.0
*/
/**
 * Table of Contents:
 *
 * 1. - NORMALIZE CSS
 * 2. - GLOBAL STYLES
 *      2.1 - General Styles
 *      2.2 - Text Color
 *      2.3 - Anchor
 *      2.4 - Heading and Paragraph
 * 
 * 3. - COMPONENTS
 *      3.1 - Preloader  
 *      3.2 - Buttons  
 *      3.3 - Box Icon 1
 *      3.4 - Box Icon 2
 *      3.5 - Box Image 1
 *      3.6 - Box Image 2
 *      3.7 - Box Image 3
 *      3.8 - BOX TESTIMONY
 *      3.9 - Box Team 2
 *      3.10 - Box Statistic
 *      3.11 - Box History
 *      3.12 - Box Partners
 *      3.13 - Panel Accordion
 *      3.14 - Faq
 *      3.15 - Pricing Table
 *      3.16 - Career Tabs
 *      3.17 - Box News
 * 4. - LOGO & NAVIGATION
 *      4.1 - Topbar 
 *      4.2 - Navbar 
 * 5. - HOME
 *      5.1 - Banner
 *      5.2 - Text Typing
 * 6. - SECTION
 *      6.1 Section - About
 *      6.2 Section - Services
 *      6.3 Section - Projects
 *      6.4 Section - News
 *      6.5 Section - Contact
 *      6.6 Section - Features
 *      6.7 Section - CTA
 *      6.8 Section - Price
 *      6.9 Section - Blog
 *      6.10 Section - Timeline
 *      6.11 Section - Testimonial
 *      6.12 Section - Clients
 *      6.13 Section - Video BG
 *      6.14 Section - Contact and Map
 * 7. - FOOTER 
 * 8. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,%20600,700,800");

.bolder {
  font-weight: 600;
}

.cfix,
.topbar:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

/**
 * 1. - NORMALIZE CSS
 * -----------------------------------------------------------------------------
 */
/* ==========================
NORMALIZE
============================= */
/**
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset> :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}







/**
 * 2. GLOBAL STYLES
 * -----------------------------------------------------------------------------
 */
/*1.1 GENERAL STYLES*/
body,
button,
input,
select,
textarea {
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
}

h1,
h2,
.banner-page .title-page,
h3,
.jumbo-heading h2,
.jumbo-heading .banner-page .title-page,
.banner-page .jumbo-heading .title-page,
h4,
.lead,
h5,
.section-subheading,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote p {
  margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote> :last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  color: #041e42;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li>ul,
li>ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

del {
  opacity: 0.8;
}

table,
th,
td {
  border: 1px solid #d1d1d1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #686868;
  font-family: "Open Sans", sans-serif;
}

:-moz-placeholder {
  color: #686868;
  font-family: "Open Sans", sans-serif;
}

::-moz-placeholder {
  color: #686868;
  font-family: "Open Sans", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #686868;
  font-family: "Open Sans", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}

.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  background-image: url("../images/apple-touch-icon.png");
  background-position: center;
  background-repeat: no-repeat;
}

.pos-relative {
  position: relative;
}

.navbar-brand {
  padding: 0;
}

.section {
  position: relative;
}

.section>.container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.overlap {
  transform: translateY(-125px);
  position: relative;
  z-index: 100;
  /* margin-top: -125px;*/
}

.section.overlap>.container {
  background-color: #fff;
  padding-top: 20px;
}

.section.overlap-bottom {
  position: relative;
  z-index: 100;
  margin-bottom: -125px;
  background: #0E3D90;
}

.section.overlap-bottom>.container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 0;
}

.section.section-border>.container {
  border-bottom: 1px solid #eee;
}

.section.banner {
  padding: 0 0;
}

.section.testimony>.container,
.section.page404>.container {
  padding-top: 50px;
  padding-bottom: 0;
}

.section.cta>.container {
  padding-top: 0;
  padding-bottom: 0;
}

.section.stat-client>.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bglight {
  background-color: #eff3f6;
}

.section-heading {
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -.05em;
  font-weight: 800;
  color: #0E3D90;
  margin-bottom: 20px;
  /*border-top: 1px solid #dedede;*/
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

.section-heading:before {
  content: '';
  /*border-top: 2px solid #ed1c24;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
}

.section-heading.white {
  color: #fff;
  border-color: #627186;
}

.section-subheading {
  color: #999999;
}

.section-heading-2 {
  font-size: 24px;
  font-weight: 600;
  color: #041e42;
}

.section-heading-3 {
  font-size: 1.714em;
  line-height: normal;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter>[class^="col-"],
.no-gutter>[class*=" col-"],
.no-gutter[class*='col-'],
.no-gutter[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* 1.2. TEXT COLOR */
/* 1.3. ANCHOR */
a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #041e42;
  text-decoration: none;
}

/* 1.4. HEADING & PARAGRAPH */
p {
  margin: 0 0 20px 0;
}

h1,
h2,
.banner-page .title-page,
h3,
.jumbo-heading h2,
.jumbo-heading .banner-page .title-page,
.banner-page .jumbo-heading .title-page,
h4,
.lead,
h5,
.section-subheading {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}

h1 {
  font-size: 3.571em;
  line-height: normal;
}

h2,
.banner-page .title-page {
  font-size: 2.857em;
  line-height: normal;
}

h3,
.jumbo-heading h2,
.jumbo-heading .banner-page .title-page,
.banner-page .jumbo-heading .title-page {
  font-size: 1.714em;
  line-height: normal;
}

h4,
.lead {
  font-size: 1.286em;
  line-height: normal;
}

h5,
.section-subheading {
  font-size: 14px;
  line-height: 22px;
}

h6 {
  font-size: 13px;
}

strong,
b {
  font-weight: 700;
}

.lead {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #041e42;
  line-height: 1.6;
}

ol,
ul {
  list-style: initial;
  margin-left: 24px;
}

ol li,
ul li {
  margin: 8px 0;
}

.title-heading {
  color: #041e42;
  font-size: 36px;
  line-height: 50px;
}

blockquote {
  padding: 15px 20px;
  background-color: #f6f6f6;
  margin: 0 0 20px;
  border-left: 5px solid #3195d2;
  font-style: italic;
}

.jumbo-heading {
  color: #041e42;
  font-size: 20px;
  position: relative;
}

.jumbo-heading h2,
.jumbo-heading .banner-page .title-page,
.banner-page .jumbo-heading .title-page {
  position: relative;
  z-index: 2;
}

.jumbo-heading .fa {
  font-size: 200px;
  position: absolute;
  top: 0;
  left: 0;
  color: #f5f5f5;
  z-index: 1;
}

ul.checklist {
  margin: 0;
}

ul.checklist li {
  list-style: none;
  margin: 10px 0 25px 35px;
}

ul.checklist li:before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 20px;
  color: #041e42;
  margin-left: -35px;
  margin-right: 15px;
}

ul.bull {
  margin: 0 0 20px;
  list-style: none;
  padding: 0;
}

ul.bull li {
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 14px;
  line-height: 18px;
}

ul.bull li:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #3195d2;
}

ul.circle {
  margin: 0 0 20px;
  list-style: none;
  padding: 0;
}

ul.circle li {
  position: relative;
  padding: 4px 0 4px 20px;
  margin: 0 0 14px;
  line-height: 22px;
}

ul.circle li:before {
  content: "\f10c";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 7px;
  color: #3195d2;
}

.bgsection {
  background: url(../images/bgoverlay-1.jpg) bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bgsection:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #041e42;
  opacity: .9;
}

.grid-services {
  margin-top: 30px;
  margin-bottom: 30px;
}

.grid-item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.banner-page {
  height: 240px;
  display: block;
  background-color: #0E3D90;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner-page .title-page {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0;
  margin-top:65px;
}

.banner-page .breadcrumb {
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
}

.banner-page .breadcrumb>.active,
.banner-page .breadcrumb>li+li:before,
.banner-page .breadcrumb a {
  color: #ffffff;
}

.banner-page .breadcrumb>.active:hover,
.banner-page .breadcrumb>li+li:before:hover,
.banner-page .breadcrumb a:hover {
  color: #3195d2;
}

/* 2.5. CATEGORY MENU */
.widget {
  margin-bottom: 50px;
  margin-top: 50px;
  clear: both;
}

.widget-title {
  font-size: 24px;
  font-weight: 700;
  color: #041e42;
  margin-bottom: 30px;
}

.category-nav {
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
}

.category-nav {
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
}

.category-nav li {
  list-style: none;
  margin: 0;
  font-weight: 700;
}

.category-nav li a {
  color: #666666;
  display: block;
  padding: 15px 20px;
  margin-bottom: 5px;
  background-color: #eff3f6;
  border-left: 5px solid transparent;
}

.category-nav li a:hover {
  border-color: #ed1c24;
}

.category-nav li.active a {
  border-color: #ed1c24;
}

.info-detail dl {
  font-size: 16px;
}

.info-detail dt {
  font-weight: 700;
}

.info-detail dd {
  margin-bottom: 20px;
}

.widget.tags a {
  display: inline-block;
  vertical-align: top;
  padding: 5px 8px 6px;
  font-size: 13px !important;
  color: rgba(34, 34, 34, 0.8);
  border: 1px solid #ccc;
  margin: 0 6px 7px 0;
  text-decoration: none !important;
  text-transform: lowercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.widget.tags a:hover {
  background-color: #ed1c24;
  color: #ffffff;
  border-color: #ed1c24;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #041e42;
}

.owl-carousel .owl-stage {
  display: flex;
}

#clientlogo2 .owl-stage,
#clientlogo3 .owl-stage {
  transition-timing-function: linear !important;
}

/* ==========================
Back To Top Section
============================= */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #ed1c24 url("../images/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .5;
}

.cd-top:hover {
  opacity: 1;
}

/**
 * 3. - COMPONENTS
 * -----------------------------------------------------------------------------
 */
/* 2.1. PRELOADER */
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
}

/* .loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/main-slider/cliff-5.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
} */

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Loader content (spinner + text) */
.loader-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.loader-content h2 {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* ========== SPINNER ========== */
.spinner {
  width: 60px;
  height: 60px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ========== MAIN CONTENT ========== */
.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #1a1a2e;
  color: #ffffff;
  font-family: Arial, sans-serif;
}

.main-content h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.main-content p {
  font-size: 18px;
  color: #cccccc;
}

/* 2.2. BUTTONS */
:focus {
  outline: none;
}

.btn,
.btn-primary,
.btn-secondary {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 35px;
  border: 0;
  font-weight: 600;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  -ms-border-radius: 3;
  border-radius: 3;
}

.btn-default {
  background-color: #ed1c24;
  color: #ffffff;
  padding: 15px 20px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.btn-default:hover {
  background-color: #041e42;
}

.btn-cta {
  background-color: #0E3D90;
  color: #ffffff;
  padding: 15px 25px;
  border: 0;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.btn-cta:hover {
  background-color: #bb6b6b;
  color: #ffffff;
}

.navbar-main .btn-orange-cta:hover {
  background-color: #041e42;
  color: #ffffff;
}

.btn-primary {
  background-color: #ed1c24;
}

.btn-primary:hover {
  background-color: #041e42;
  color: #ffffff;
}

.btn-secondary {
  background-color: #041e42;
}

.btn-secondary:hover {
  background-color: #ed1c24;
  color: #ffffff;
}

.btn-secondary.disabled {
  background-color: #041e42;
  border-color: #041e42;
}

.pagination {
  clear: both;
  text-align: left;
  margin-top: 20px;
}

.pagination>li {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.pagination>li>a {
  padding: 15px 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #666666;
  display: inline-block;
  border-color: transparent;
  background: #eee;
  border: 0;
}

.pagination>li>a:hover,
.pagination>li>a.active {
  background: #041e42;
  color: #fff;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination>.active>a {
  background: #041e42;
  color: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #041e42;
  color: #fff;
}

.btn-sidebar {
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.btn-sidebar .fa {
  margin-right: 10px;
  font-size: 1.4em;
  vertical-align: middle;
}

/* 2.3. BOX ICON 1 */
.box-icon-1 {
  margin-bottom: 20px;
}

.box-icon-1 .icon {
  display: inline-block;
  color: #a2a9ad;
  font-size: 36px;
  line-height: 43px;
  float: left;
}

.box-icon-1 .body-content {
  margin-left: 55px;
  color: #041e42;
  font-weight: 700;
}

.box-icon-1 .body-content .heading {
  color: #666666;
  font-weight: 400;
}

/* 2.4. BOX ICON 2 */
.box-icon-2 {
  margin-bottom: 40px;
  padding: 30px 30px 60px 30px;
  background-color: #eff3f6;
  border: 1px solid #dcdde1;
  min-height: 250px;
}

.box-icon-2 .icon {
  display: inline-block;
  color: #9a9a9a;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 20px;
}

.box-icon-2 .body-content {
  color: #222222;
}

.box-icon-2 .body-content .heading {
  color: #041e42;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.box-icon-2:hover {
  background-color: #3195d2;
}

.box-icon-2:hover .icon,
.box-icon-2:hover .body-content {
  color: #ffffff;
}

/* 2.4. BOX ICON 3 */
.box-icon-3 {
  padding: 50px 30px 60px 30px;
  border: 1px solid #dcdde1;
  text-align: center;
  position: relative;
  background-color: #eff3f6;
  min-height: 300px;
}

.box-icon-3 .icon {
  display: inline-block;
  color: #041e42;
  font-size: 50px;
  line-height: 43px;
  margin-bottom: 40px;
}

.box-icon-3 .body-content {
  color: #222222;
}

.box-icon-3 .body-content .heading {
  color: #041e42;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .2px;
}

.box-icon-3 .body-content .readmore {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  -webkit-transform: translate3d(0px, 25px, 0px);
  transform: translate3d(0px, 25px, 0px);
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  opacity: 0;
  color: #041e42;
}

.box-icon-3:hover {
  background-color: #3195d2;
  -webkit-box-shadow: 0 10px 18px #eee;
  -moz-box-shadow: 0 10px 18px #eee;
  box-shadow: 0 10px 18px #eee;
}

.box-icon-3:hover .icon {
  color: #ffffff;
}

.box-icon-3:hover .body-content {
  color: #ffffff;
}

.box-icon-3:hover .body-content .readmore {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.box-icon-3 .line-t {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.box-icon-3 .line-t:before {
  content: '';
  width: 2px;
  height: 2px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #041e42;
}

.box-icon-3 .line-t:after {
  content: '';
  width: 2px;
  height: 2px;
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #041e42;
}

.box-icon-3 .line-b {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.box-icon-3 .line-b:before {
  content: '';
  width: 2px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #041e42;
}

.box-icon-3 .line-b:after {
  content: '';
  width: 2px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: #041e42;
}

/* 2.5. BOX ICON 4 */
.box-icon-4 {
  margin-bottom: 20px;
  padding: 30px 30px 30px 30px;
  background-color: #eff3f6;
  border: 1px solid #dcdde1;
  text-align: center;
  height: 145px;
  position: relative;
  overflow: hidden;
}

.box-icon-4 .icon {
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
  font-size: 100px;
  position: absolute;
  right: -40px;
  bottom: -20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.box-icon-4 .body-content {
  color: #222222;
}

.box-icon-4 .body-content .heading {
  color: #da4b4b;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.box-icon-4:hover {
  background-color: #a2a9ad;
}

.box-icon-4:hover .icon {
  right: 0;
}

.box-icon-4:hover .body-content {
  color: #ffffff;
}

/* 2.5. BOX IMAGE 1 */
.box-image-1 {
  position: relative;
  margin-bottom: 30px;
}

.box-image-1 .image {
  overflow: hidden;
  background-color: #0E3D90;
}

.box-image-1 .image img {
  opacity: .9;
  max-width: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

.box-image-1:hover .image img {
  opacity: .4;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  box-shadow: none;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.box-image-1 .description {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.box-image-1 .blok-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

/* 2.6. BOX IMAGE 2 */
.box-image-2 .image img {
  width: 100%;
}

.box-image-2 .blok-title {
  color: #041e42;
  font-size: 24px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* 2.7. BOX IMAGE 4 */
.box-image-4 {
  position: relative;
  margin-bottom: 30px;
}

.box-image-4 .media {
  overflow: hidden;
  background-color: #041e42;
  position: relative;
}

.box-image-4 .media img {
  opacity: 1;
  max-width: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

.box-image-4 .body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: rgba(4, 30, 66, 0.4);
  border: solid 10px #3195d2;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.box-image-4 .body .content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.box-image-4 .title {
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.box-image-4 .category {
  color: #ffffff;
}

.box-image-4:hover .media img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  box-shadow: none;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.box-image-4:hover .body {
  opacity: 1;
}

.box-image-4:hover .title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* 2.7. BOX IMAGE 3 */
.box-image-3 {
  position: relative;
  margin-bottom: 40px;
}

.box-image-3 .image {
  overflow: hidden;
  background-color: #041e42;
  position: relative;
}

.box-image-3 .image:before {
  content: '';
  position: absolute;
  background: url(../images/link.html) center top no-repeat;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 9;
  color: #ffffff;
  font-size: 30px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}

.box-image-3 .image img {
  opacity: 1;
  max-width: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

.box-image-3:hover .image img {
  opacity: .2;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.box-image-3:hover .image:before {
  top: 50%;
  filter: alpha(opacity=1);
  opacity: 100;
}

.box-image-3 .blok-title {
  text-align: center;
  color: #666666;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.box-image-3:hover .blok-title {
  color: #041e42;
}

/* 2.8. BOX IMAGE 4 */
.feature-box-8 {
  position: relative;
  background-color: #0E3D90;
  color: #ffffff;
  margin-bottom: 30px;
}

.feature-box-8 .media {
  width: 100%;
  margin-bottom: 30px;
}

.feature-box-8 .body {
  position: relative;
  text-align: center;
  padding: 30px 40px 30px;
}

.feature-box-8 .body .icon-holder {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 84px;
  height: 84px;
  line-height: 100px;
  background-color: #a2a9ad;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-box-8 .body .fa {
  font-size: 40px;
}

.feature-box-8 .body .title {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .2px;
  display: inline-block;
}

.feature-box-8 .body .readmore {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  -webkit-transform: translate3d(0px, 25px, 0px);
  transform: translate3d(0px, 25px, 0px);
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  opacity: 0;
  color: #0E3D90000;
}

.feature-box-8:hover {
  background-color: #a2a9ad;
  color: #0E3D90;
}

.feature-box-8:hover .icon-holder {
  background-color: #f50712;
}

.feature-box-8:hover .title {
  color: #0E3D90000;
}

.feature-box-8:hover .readmore {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* 2.8. BOX TESTIMONY */
.box-testimony {
  position: relative;
  box-sizing: border-box;
}

.box-testimony:before {
  content: "\f10e";
  color: #ed1c24;
  font-family: FontAwesome;
  font-size: 60px;
  float: left;
  line-height: initial;
}

.box-testimony .quote-box {
  margin-left: 80px;
}

.box-testimony .quote-box blockquote {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  padding: 0;
  background-color: transparent;
  margin: 0;
  border-left: 0;
  font-style: italic;
}

.box-testimony .quote-box .quote-name {
  margin-top: 30px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #041e42;
}

.box-testimony .quote-box .quote-name span {
  font-size: 12px;
  font-style: italic;
  color: #222222;
  font-weight: normal;
  display: block;
}

/* TESTIMONIALS 1 */
.testimonial-1 {
  position: relative;
}

.testimonial-1 .media {
  float: left;
  margin: 0 30px 0 0;
  max-width: 255px;
  display: block;
  position: relative;
  background-color: #041e42;
}

.testimonial-1 .media img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.testimonial-1:hover .media img {
  filter: alpha(opacity=30);
  opacity: .3;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.testimonial-1 .body {
  overflow: hidden;
  color: #222222;
}

.testimonial-1 .title {
  color: #041e42;
  font-weight: 700;
  font-size: 16px;
}

.testimonial-1 .position {
  color: #a2a2a2;
}

.testimonial-1 .company {
  color: #a2a2a2;
  margin-bottom: 20px;
}

/* TESTIMONIALS 2 */
.testimonial-2 {
  position: relative;
  margin-bottom: 30px;
  margin-left: 0;
  margin-bottom: 100px;
  background-color: #041e42;
}

.testimonial-2 .body {
  border: none;
  margin-bottom: 0;
  padding: 30px;
  font-weight: 500;
  color: #fff;
  min-height: 140px;
}

.testimonial-2 .info {
  background-color: #fff;
  display: inline-block;
  padding: 20px 20px;
  margin-top: -40px;
  float: right;
  min-width: 290px;
  border-bottom: 2px solid #041e42;
  height: 90px;
  position: relative;
  z-index: 3;
}

.testimonial-2 .info .media {
  max-width: 60px;
  max-height: 60px;
  float: left;
}

.testimonial-2 .info .info-title {
  margin-left: 80px;
}

.testimonial-2 .info .title {
  color: #041e42;
  font-weight: 700;
  font-size: 16px;
}

.testimonial-2 .info .position {
  color: #a2a2a2;
}

.testimonial-2 .info .company {
  color: #a2a2a2;
  margin-bottom: 20px;
}

.testimonial-2:hover {
  background-color: #3195d2;
}

.testimonial-2:hover .info {
  border-color: #3195d2;
}

/* TESTIMONIALS 3 */
.testimonial-3 .media {
  text-align: center;
  float: left;
}

.testimonial-3 .media img {
  width: 160px;
  margin-bottom: 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.testimonial-3 .body {
  padding-left: 200px;
  font-size: 2.7rem;
  line-height: normal;
}

.testimonial-3 .title {
  color: #0E3D90;
  font-weight: 700;
  font-size: 18px;
}

.testimonial-3 .company {
  color: #777;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .testimonial-3 .media {
    float: none;
  }

  .testimonial-3 .media img {
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .testimonial-3 .body {
    padding-left: 0;
    text-align: center;
  }
}

/* 2.9. BOX TEAM 2 */
.box-team {
  border: 1px solid #eee;
  margin-bottom: 30px;
  background-color: #041e42;
  color: #fff;
}

.box-team:hover {
  background-color: #041e42;
}

.box-team:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.box-team .box-image {
  float: left;
  width: 50%;
  position: relative;
}

.box-team .box-image img {
  display: block;
  width: 100%;
}

.box-team .box-image .sosmed {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 10px 0;
}

.box-team .box-image .sosmed .fa {
  font-size: 18px;
  color: #041e42;
  padding: 0 20px;
}

.box-team .box-image .sosmed .fa:hover {
  color: #3195d2;
}

.box-team .body-content {
  float: left;
  width: 50%;
  padding: 30px 30px;
  position: relative;
}

.box-team .body-content .people {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.box-team .body-content .position {
  color: #3195d2;
  font-size: 12px;
  font-style: italic;
}

.box-team .body-content .excert {
  margin-top: 20px;
  margin-bottom: 35px;
}

.box-team .body-content .phone {
  font-size: 18px;
}

.box-team .body-content .phone .fa {
  font-size: 30px;
  color: #ed1c24;
  margin-right: 10px;
  vertical-align: middle;
}

.box-team:hover {
  background-color: #3195d2;
  color: #0E3D90;
}

.box-team:hover .position {
  color: #041e42;
}

/* 2.10. BOX STATISTIC */
.box-statistic {
  text-align: center;
  margin-top: 40px;
}

.box-statistic .icon {
  font-size: 36px;
  color: #ed1c24;
  margin-bottom: 30px;
}

.box-statistic .heading {
  font-size: 36px;
  color: #041e42;
  font-weight: 700;
  margin-bottom: 20px;
}

.box-statistic .subheading {
  font-size: 14px;
  font-weight: 600;
  color: #3195d2;
}

.counter-1 .counter-number {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  width: 70px;
  padding-right: 14px;
  letter-spacing: -.5px;
  font-weight: 700;
  font-size: 48px;
  color: #3195d2;
}

.counter-1 .counter-title {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  text-align: left;
  line-height: 18px;
  margin-bottom: 0;
  color: #ffffff;
}

/* 2.11. BOX HISTORY */
.box-history .item {
  padding-bottom: 40px;
}

.box-history .item:before {
  content: '';
  position: absolute;
  left: 92px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #eee;
  z-index: -1;
}

.box-history .item .year {
  float: left;
  font-size: 18px;
  font-weight: 700;
}

.box-history .item .year-info {
  position: relative;
  margin-left: 100px;
}

.box-history .item .year-info:before {
  content: '';
  position: absolute;
  left: -30px;
  width: 15px;
  height: 15px;
  background-color: #ed1c24;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.box-history .item .year-info .heading {
  font-size: 24px;
  color: #041e42;
  margin-bottom: 20px;
}

.box-history .item:after {
  content: '';
  clear: both;
  display: block;
}

.history-2 .timeline__item .media {
  display: table-cell;
  width: 30%;
}

.history-2 .timeline__item .media img {
  margin-bottom: 80px;
}

.history-2 .timeline__item .year {
  font-size: 6rem;
  font-weight: 700;
  color: #002e5b;
  letter-spacing: -.04em;
  margin-top: -15px;
  line-height: normal;
}

.history-2 .timeline__item .aksen {
  position: relative;
  display: table-cell;
  width: 80px;
}

.history-2 .timeline__item .aksen:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 20px;
  bottom: -5px;
  width: 1px;
  background: #e6e6e6;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.history-2 .timeline__item .aksen:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 8px;
  width: 9px;
  height: 9px;
  background: #fde428;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.history-2 .timeline__item:last-child .aksen:before {
  display: none;
}

.history-2 .timeline__item .text {
  display: table-cell;
  padding: 0 0 50px;
  vertical-align: top;
}

.history-2 .timeline__item .text .title {
  font-size: 20px;
  margin: 0 0 16px;
  padding: 0;
  font-weight: 700;
}

@media (max-width: 767px) {
  .history-2 .timeline__item .media {
    display: block;
    width: 100%;
  }

  .history-2 .timeline__item .media img {
    margin-bottom: 20px;
  }

  .history-2 .timeline__item .aksen {
    display: none;
  }
}

/* 2.12. BOX PARTNERS */
.box-partner {
  margin-top: 30px;
  margin-bottom: 30px;
}

.box-partner .item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.box-partner .item .box-image {
  float: left;
  width: 20%;
  font-size: 18px;
}

.box-partner .item .box-image img {
  width: 100%;
  border: 1px solid #eee;
  padding: 20px;
}

.box-partner .item .box-info {
  float: left;
  width: 70%;
  position: relative;
  margin-left: 40px;
}

.box-partner .item .box-info .heading {
  font-size: 24px;
  color: #041e42;
  font-weight: 700;
  margin-bottom: 20px;
}

.box-partner .item:after {
  content: '';
  clear: both;
  display: block;
}

.box-partner .item:last-child {
  border-bottom: 0;
}

/* 2.13. PANEL ACCORDION */
.panel-faq.panel-group .panel {
  border-radius: 0px;
}

.panel-faq .panel-default {
  border-color: transparent;
}

.panel-faq .panel-default>.panel-heading {
  color: #ffffff;
  background-color: #041e42;
  border-color: #ddd;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 13px 20px;
  position: relative;
}

.panel-faq .panel-default>.panel-heading:before {
  padding: 0 0px 0 20px;
  content: "\002B";
  font-family: Arial;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.panel-faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
}

.panel-faq .panel-default>.panel-heading.active {
  background-color: #eff3f6;
  color: #041e42;
}

.panel-faq .panel-default>.panel-heading.active:before {
  color: #041e42;
  content: "\002D";
}

.panel-faq .panel-default:hover>.panel-heading {
  color: #3195d2;
}

.panel-faq .panel-default:hover>.panel-heading.active {
  color: #041e42;
}

.panel-faq .panel-title {
  font-size: 16px;
  display: block;
}

.panel-faq .panel-title>a,
.panel-faq .panel-title>a:active,
.panel-faq .panel-title>a:focus {
  color: inherit;
  text-decoration: none;
  display: block;
}

.panel-faq .panel-body {
  padding: 15px 20px;
  background-color: #eff3f6;
  margin-top: 0;
}

.panel-faq .panel-body p {
  margin: 10px 0;
}

.panel-faq .collapse.in {
  display: block;
  visibility: visible;
}

/* 2.14. FAQ */
.faq-list {
  margin: 0;
  padding: 0;
}

.faq-list li {
  list-style: none;
}

.faq-list li .fa {
  color: #f00;
  font-size: 14px;
  margin-right: 10px;
}

.faq-list .faq-item-image {
  position: relative;
  width: 100%;
  text-align: center;
}

.faq-list .faq-item-image img {
  display: block;
}

.faq-1 .item {
  margin-bottom: 70px;
}

.faq-1 .item .question {
  position: relative;
  padding-left: 40px;
  font-size: 1.714em;
  line-height: normal;
  margin-bottom: 30px;
}

.faq-1 .item .question:before {
  content: "\f059";
  color: #ed1c24;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
}

.faq-1 .item .answer {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}

.faq-1 .item .answer:before {
  content: "\f064";
  color: #3195d2;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
}

/* 2.15. PRICING TABLE */
.panel-pricing {
  border-color: #ccc;
  text-align: center;
  margin-bottom: 40px;
  background-color: #f6f6f6;
  border-radius: 0;
}

.panel-pricing.best .price {
  background-color: #3195d2;
}

.panel-pricing .price {
  padding: 15px 0;
  font-size: 80px;
  background-color: #041e42;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}

.panel-pricing .price sup {
  font-size: 18px;
  margin-right: 5px;
  top: -.6em;
  font-weight: 400;
}

.panel-pricing .price small {
  font-size: 14px;
  margin-left: 0px;
}

.panel-pricing h3,
.panel-pricing .jumbo-heading h2,
.jumbo-heading .panel-pricing h2,
.panel-pricing .jumbo-heading .banner-page .title-page,
.jumbo-heading .banner-page .panel-pricing .title-page,
.panel-pricing .banner-page .jumbo-heading .title-page,
.banner-page .jumbo-heading .panel-pricing .title-page {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding-top: 10px;
}

.panel-pricing>.panel-heading {
  color: #666666;
  border-color: #eee;
  padding: 0px 0px;
}

.panel-pricing .table>tbody>tr>td,
.panel-pricing .table>tfoot>tr>td {
  padding: 12px 0;
  vertical-align: top;
  border-top: none;
}

.panel-pricing .table {
  margin-bottom: 0;
}

.panel-pricing .panel-body {
  padding: 10px;
  text-align: center;
}

.panel-pricing .panel-body table,
.panel-pricing .panel-body th,
.panel-pricing .panel-body td {
  border: 0;
  text-align: center;
}

.panel-pricing .panel-footer {
  padding: 30px 0;
  border-top: 0;
}

/* 2.16. CAREER TABS */
.career-tabs>ul {
  margin-left: 0px;
}

.career-tabs .nav-tabs {
  border-bottom: 0;
}

.career-tabs .nav-tabs>li {
  float: left;
  margin-bottom: 0;
  width: 25%;
  background: #041e42;
  text-align: center;
}

.career-tabs .nav-tabs>li>a {
  padding: 20px 0;
  color: #ffffff;
  margin-right: 0;
  border-radius: 0;
  font-weight: 700;
}

.career-tabs .nav-tabs>li>a:hover {
  background-color: #3195d2;
}

.career-tabs .nav-tabs>li.active>a,
.career-tabs .nav-tabs>li.active>a:hover,
.career-tabs .nav-tabs>li.active>a:focus {
  color: #041e42;
  cursor: default;
  background-color: #eff3f6;
}

.career-tabs .tab-content {
  padding: 20px 30px;
  border: 1px solid #eee;
  background-color: #eff3f6;
}

/* 3.17. BOX NEWS */
.box-news-1 {
  position: relative;
  margin-bottom: 30px;
}

.box-news-1 .media {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #041e42;
}

.box-news-1 .media img {
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.box-news-1 .media:before {
  content: "\f0c1";
  font-family: FontAwesome;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 9;
  color: #ffffff;
  font-size: 30px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}

.box-news-1 .body {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.box-news-1 .body:before {
  background-color: #ed1c24;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.box-news-1 .body .title {
  font-weight: 700;
}

.box-news-1 .body .title a {
  color: #041e42;
}

.box-news-1 .body .title a:hover {
  color: #ed1c24;
}

.box-news-1 .body .meta {
  color: #6f6f6f;
  font-size: 13px;
  margin-top: 5px;
}

.box-news-1 .body .meta span {
  display: inline-table;
  margin-right: 20px;
}

.box-news-1 .body .meta .fa {
  color: #3195d2;
}

.box-news-1:hover .body:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.box-news-1:hover .media img {
  filter: alpha(opacity=80);
  opacity: .4;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.box-news-1:hover .media:before {
  top: 50%;
  filter: alpha(opacity=1);
  opacity: 100;
}

/* 3.17. BOX NEWS */
.box-news-2 {
  position: relative;
  margin-bottom: 40px;
}

.box-news-2 .image {
  overflow: hidden;
  background-color: #041e42;
  position: relative;
}

.box-news-2 .image img {
  opacity: 1;
  max-width: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

.box-news-2 .image:before {
  content: '';
  position: absolute;
  background: url(../images/link.html) center top no-repeat;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 9;
  color: #ffffff;
  font-size: 30px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}

.box-news-2:hover .image img {
  opacity: .2;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.box-news-2:hover .image:before {
  top: 50%;
  filter: alpha(opacity=1);
  opacity: 100;
}

.box-news-2 .meta-date {
  margin-top: 10px;
  color: #041e42;
  font-size: 12px;
  font-style: italic;
}

.box-news-2 .blok-title {
  color: #666666;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
  height: 50px;
  overflow: hidden;
}

.box-news-2 .blok-title a:hover {
  color: #ed1c24;
}

/* 2.18. LIST NEWS */
.meta-blog,
.list-news .news-item .meta,
.single-news .meta {
  margin-bottom: 20px;
}

.meta-blog:after,
.list-news .news-item .meta:after,
.single-news .meta:after {
  clear: both;
  content: " ";
  display: table;
}

.meta-blog>div,
.list-news .news-item .meta>div,
.single-news .meta>div {
  float: left;
  font-size: 13px;
  line-height: normal;
}

.meta-blog>div:last-child,
.list-news .news-item .meta>div:last-child,
.single-news .meta>div:last-child {
  text-align: right;
  float: right;
}

.meta-blog>div i,
.list-news .news-item .meta>div i,
.single-news .meta>div i {
  color: #3195d2;
}

.meta-blog .meta-author,
.list-news .news-item .meta .meta-author,
.single-news .meta .meta-author,
.meta-blog .meta-category,
.list-news .news-item .meta .meta-category,
.single-news .meta .meta-category {
  margin: 0 0 10px 20px;
  padding: 0 0 0 21px;
}

@media (max-width: 768px) {

  .meta-blog>div,
  .list-news .news-item .meta>div,
  .single-news .meta>div {
    display: block;
    float: none;
    margin-bottom: 10px;
  }

  .meta-blog>div:last-child,
  .list-news .news-item .meta>div:last-child,
  .single-news .meta>div:last-child {
    text-align: left;
    float: none;
  }

  .meta-blog .meta-author,
  .list-news .news-item .meta .meta-author,
  .single-news .meta .meta-author,
  .meta-blog .meta-category,
  .list-news .news-item .meta .meta-category,
  .single-news .meta .meta-category {
    margin-left: 0;
    padding-left: 0;
  }
}

.list-news {
  width: 98%;
}

.list-news .news-item {
  margin-bottom: 70px;
  padding-right: 15px;
  padding-left: 15px;
  /*.meta-date{
       	margin-top: 10px;
       	color: $blue_1;
       	font-size: 12px;
       	font-style: italic;
    }
    .meta-author{
    	color: $blue_1;
    	font-style: italic;
    	font-size: 12px;
    	margin-bottom: 20px;
    }*/
}

.list-news .news-item .image {
  position: relative;
  overflow: hidden;
  background-color: #041e42;
}

.list-news .news-item .image:before {
  content: "\f0c1";
  font-family: FontAwesome;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 9;
  color: #ffffff;
  font-size: 30px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}

.list-news .news-item .image img {
  opacity: 1;
  max-width: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

.list-news .news-item .image .meta-date {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 70px;
  height: 70px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #ed1c24;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 13px;
  z-index: 1;
}

.list-news .news-item .image .meta-date span {
  font-size: 14px;
  display: block;
}

.list-news .news-item:hover .image img {
  opacity: .2;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.list-news .news-item:hover .image:before {
  top: 50%;
  filter: alpha(opacity=1);
  opacity: 100;
}

.list-news .news-item .blok-title {
  font-size: 24px;
  margin-top: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.list-news .news-item .blok-title a {
  color: #041e42;
}

.list-news .news-item .blok-title a:hover {
  color: #ed1c24;
}

@media (max-width: 1024px) {
  .list-news {
    width: initial;
  }
}

/**
 * 4. - LOGO & NAVIGATION
 * -----------------------------------------------------------------------------
 */
/* 4.1 - TOPBAR */
.topbar {
  background-color: #0E3D90;
  padding: 0 0;
  height: 40px;
}

.topbar .topbar-left .welcome-text {
  font-style: italic;
  color: #ffffff;
  padding: 8px 0;
}

.topbar .topbar-right {
  text-align: right;
}

.topbar .topbar-right .topbar-menu {
  display: inline-table;
  margin-bottom: 0;
  vertical-align: top;
}

.topbar .topbar-right .topbar-menu li {
  list-style: none;
  float: left;
  color: #ffffff;
  padding: 0 10px;
  font-size: 12px;
}

.topbar .topbar-right .topbar-menu li a {
  color: #ffffff;
}

.topbar .topbar-right .topbar-menu li a:hover {
  color: #3195d2;
}

.topbar .topbar-right .topbar-sosmed {
  display: inline-table;
  margin-bottom: 0;
}

.topbar .topbar-right .topbar-sosmed li {
  list-style: none;
  float: left;
  font-size: 16px;
  padding: 0 10px;
}

.topbar .topbar-right .topbar-sosmed li a {
  color: #ffffff;
}

.topbar .topbar-right .topbar-sosmed li a:hover {
  color: #3195d2;
}

.topbar-logo {
  background-color: #ffffff;
  padding: 5px 0;
}

.contact-info {
  float: right;
  margin-top: 15px;
}

.contact-info>div {
  display: inline-table;
  margin-right: 40px;
}

.navbar-toggle .icon-bar {
  background: #041e42;
}

.navbar-toggle {
  float: left;
}

/* 4.2 - NAVBAR */
.rowe {
  background-color: #ffffff;
  border-top: 1px solid #ccc;
}

.navbar-main {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  position: relative;
  z-index: 3;
  bottom: -22px;
  -webkit-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
  /*@include translateY(22px);*/
}

.navbar-main>.container {
  position: relative;
}

.navbar-main.stiky {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 1030;
  padding-top: 40px;
  bottom: auto;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  bottom: initial;
}

.navbar-main .navbar-brand {
  position: absolute;
  left: 40px;
  top: -100px;
}

.navbar-main .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  top: 2px;
  position: relative;
}

.navbar-main ol,
.navbar-main li {
  margin: 0 0;
  font-size: 12px;
  font-weight: 700;
}

.navbar-main .nav>li>a {
  color: #222222;
  text-transform: uppercase;
}

.navbar-main .nav>li.active>a,
.navbar-main .nav>li>a:hover,
.navbar-main .nav>li>a:focus {
  color: #f50712;
  background-color: transparent;
}

.navbar-main .nav .open>a,
.navbar-main .nav .open>a:hover,
.navbar-main .nav .open>a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #ed1c24;
}

.navbar-main .caret {
  margin-left: 10px;
}

.navbar-main .nav.navbar-right>li {
  margin-right: 40px;
  text-transform: uppercase;
}

.navbar-main .fa {
  font-size: 18px;
}

.navbar-main .dropdown-menu {
  background-color: #0E3D90;
  min-width: 180px;
  color: #ffffff;
  padding: 0;

  border: 0;
  border-radius: 0;
}

.navbar-main .dropdown-menu>li {
  text-transform: uppercase;
  border-bottom: 1px solid #0E3D90000;
}

.navbar-main .dropdown-menu>li a {
  padding: 10px 20px;
  color: #0E3D90000 !important;
}

.navbar-main .dropdown-menu>li a:hover {
  background-color: #ffffff;
  color: #041e42;
}

/**
 * 5. - HOME
 * -----------------------------------------------------------------------------
 */
/* 5.1 - HERO */
.banner {
  position: relative;
  padding: 0 0;
}

.banner .overlay-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.banner ol li,
.banner ul li {
  margin: 0;
}

.banner .btn-primary:hover,
.banner .btn-secondary:hover {
  background-color: #3195d2;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 46%;
  width: 100%;
}

.slides-navigation.center {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 25%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
}

.slides-navigation .container {
  position: relative;
}

.slides-navigation a {
  position: absolute;
  display: block;
}

.slides-navigation.center a {
  position: relative;
  display: inline-table;
  text-align: center;
}

/*.slides-navigation {
  bottom: 20%;
}*/
.slides-navigation a {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  background: transparent;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  border: 3px solid #726f6f;
  padding-top: 7px;
  text-align: center;
}

.slides-navigation a:hover {
  color: #f50712;
  border-color: #f50712;
  text-decoration: none;
}

.slides-navigation a.prev {
  left: -60px;
}

.slides-navigation a.next {
  right: -60px;
}

.slides-navigation.center a.next {
  left: 0;
  right: 0;
}

.slides-navigation.center a.prev {
  left: 0;
}

/* 5.2 - Text Typing */
.wrap-caption {
  padding-top: 10%;
  color: #ffffff;
  width: 50%;
}

.wrap-caption.center {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.wrap-caption .excerpt {
  margin-bottom: 50px;
  font-size: 18px;
}

.wrap-caption .btn,
.wrap-caption .btn-primary,
.wrap-caption .btn-secondary {
  margin-right: 15px;
}

/**
 * 6. - SECTION
 * -----------------------------------------------------------------------------
 */
/* 6.1 - About */
.banner-page.about {
/*  background: url("../images/bg_black.jpg") bottom center no-repeat;*/
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover;
  /*
    opacity: 0.4;
    background: black;*/
}

.about-image {
  border-radius: 50px;
  /* clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); */
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* optional modern shadow */
.about-image {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.about-image:hover img {
  transform: scale(1.08);
}

.director-image {
  position: relative;
  margin-bottom: 60px;
}

.director-image .director-image-title {
  background-color: #3195d2;
  letter-spacing: -.6px;
  color: #fff;
  text-align: right;
  padding: 10px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.director-image:after {
  position: absolute;
  height: 40px;
  background-color: #3195d2;
  left: 0;
  bottom: -40px;
  right: 40px;
}

.director-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0;
}

.director-position {
  font-size: 14px;
  color: #041e42;
  text-transform: uppercase;
  font-weight: 600;
}

.bos-quote {
  padding: 20px;
  background-color: #ffffff;
  border: 4px solid #dcdde1;
}

.bos-quote .bos-photo {
  float: left;
  width: 100px;
}

.bos-quote .bos-photo img {
  display: block;
}

.bos-quote .bos-text {
  margin-left: 120px;
}

.bos-quote:after {
  content: '';
  clear: both;
  display: inline-table;
}

.box-vision {
  border-left: 10px solid #041e42;
  padding: 15px 30px;
  font-size: 20px;
  line-height: normal;
  background-color: #eff3f6;
  color: #041e42;
  margin-bottom: 60px;
  font-weight: 400;
  font-style: italic;
}

dl.hiw {
  width: 100%;
}

dl.hiw dt {
  width: 30px;
  float: left;
}

dl.hiw dt .fa {
  font-size: 24px;
  color: #041e42;
}

dl.hiw dd {
  margin-left: 60px;
  margin-bottom: 40px;
}

dl.hiw dd h4,
dl.hiw dd .lead {
  clear: none;
}

.vidimg {
  position: relative;
}

.vidimg .play-vid {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background-color: #041e42;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  border: 2px solid #ffffff;
  padding-top: 13px;
  padding-left: 7px;
  text-align: center;
}

.vidimg .play-vid a {
  color: #ffffff;
}

.vidimg .play-vid:hover {
  background-color: #ed1c24;
}

/* 6.2 - Services */
.banner-page.project {
  background: url("../images/bgoverlay-1.jpg") bottom center no-repeat;
}

.section.project {
  background: url("../images/bgoverlay-1.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.section.project:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #041e42;
  opacity: .9;
}

.portfolio_filter {
  margin: 0;
  padding: 0;
}

.portfolio_filter li {
  float: left;
  list-style: none;
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.portfolio_filter li a {
  color: #fff;
  font-weight: 700;
}

.portfolio_filter li a.active,
.portfolio_filter li a:hover {
  color: #ed1c24;
  text-decoration: none;
}

.portfolio_filter.dark li a {
  color: #666666;
}

.portfolio_filter.dark li a.active,
.portfolio_filter.dark li a:hover {
  color: #ed1c24;
  text-decoration: none;
}

/* 6.3 - Pages */
.banner-page.pages {
  background: url("../images/slide2-2.html") bottom center no-repeat;
}

/* 6.3 - Projects */
.banner-page.project {
  background: url("../images/slide2-2.html") bottom center no-repeat;
}

/* 6.4 - News */
.banner-page.news {
  background: url("../images/slide2-2.html") bottom center no-repeat;
}

.single-news .image {
  position: relative;
}

.single-news .image .meta-date {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 70px;
  height: 70px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #ed1c24;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 13px;
}

.single-news .image .meta-date span {
  font-size: 14px;
  display: block;
}

.single-news .blok-title {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #041e42;
}

.author-box {
  background-color: #f6f6f6;
  padding: 20px;
  margin-top: 60px;
}

.author-box .media {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}

.author-box .media img {
  width: 100px;
  height: 100px;
}

.author-box .body {
  margin-left: 20px;
  display: table-cell;
  vertical-align: top;
}

.author-box .media-heading {
  color: #222222;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.author-box .media-heading span {
  font-weight: 400;
  font-size: 12px;
  display: block;
  color: rgba(34, 34, 34, 0.3);
}

.author-box:after {
  @extent .clrfix;
}

.comments-box {
  padding-bottom: 30px;
  /*border-bottom: 1px solid #E9E9E9;*/
}

.comments-box .media {
  /*padding: 20px;*/
  padding-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
  background-color: #fff;
  margin-bottom: 30px;
}

.comments-box .media .media-left {
  display: inline-table;
  float: left;
  padding-right: 20px;
}

.comments-box .media .media-left img {
  width: 60px;
  height: 60px;
}

.comments-box .media .media-body {
  margin-left: 140px;
}

.comments-box .media.comment {
  background-color: #fff;
}

.comments-box .media.reply-comment {
  /*background-color:#F6F6F6;*/
  margin-left: 40px;
}

.comments-box .media:after {
  display: table;
  content: " ";
  clear: both;
}

.comments-box .media-heading {
  color: #041e42;
  font-weight: 600;
}

.comments-box .comments-box .media-left img {
  width: 100px;
  height: 100px;
}

.comments-box .date {
  float: right;
  color: rgba(34, 34, 34, 0.3);
}

.comments-box .replay {
  margin-top: 5px;
}

.comments-box .replay a {
  color: rgba(34, 34, 34, 0.3);
}

.comments-box .replay a:hover {
  color: #ed1c24;
}

.comments-box .title-heading,
.leave-comment-box .title-heading {
  font-size: 18px;
  line-height: 25px;
  color: #041e42;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* 6.5 - Contact */
.form-comment .form-control,
.contact .form-control {
  height: 45px;
  background-color: #e6dada !important;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: none;
}

.form-comment textarea.form-control,
.contact textarea.form-control {
  height: auto;
}

.form-comment .btn.disabled,
.form-comment .disabled.btn-primary,
.form-comment .disabled.btn-secondary,
.form-comment .btn[disabled],
.form-comment [disabled].btn-primary,
.form-comment [disabled].btn-secondary,
.form-comment fieldset[disabled] .btn,
.form-comment fieldset[disabled] .btn-primary,
.form-comment fieldset[disabled] .btn-secondary,
.contact .btn.disabled,
.contact .disabled.btn-primary,
.contact .disabled.btn-secondary,
.contact .btn[disabled],
.contact [disabled].btn-primary,
.contact [disabled].btn-secondary,
.contact fieldset[disabled] .btn,
.contact fieldset[disabled] .btn-primary,
.contact fieldset[disabled] .btn-secondary {
  opacity: 1;
}

.maps-wraper {
  position: relative;
}

.maps {
  width: 100%;
  height: 350px;
  display: block;
  background: #ccc;
  position: relative;
}

#google-container {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #fff;
}

#cd-google-map {
  position: relative;
  overflow: hidden;
}

#cd-google-map .col-md-12 {
  padding: 0;
}

#cd-google-map .address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  background-color: rgba(5, 5, 5, 0.9);
}

#cd-google-map .address .address-item {
  position: relative;
  padding-left: 44px;
}

#cd-google-map .address .address-item i {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 4px;
  color: #fcfcfc;
  font-size: 22px;
  text-align: center;
  line-height: 24px;
}

#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #041e42;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg");
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  background-color: #ed1c24;
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

#cd-zoom-out {
  background-position: 50% -32px;
}

/* 6.6 Section - Features */
/* 6.7 Section - CTA */
.section.cta {
  background: url("../images/main-slider/about.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 121px 0;
}

.section.cta .cta-info {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}

.section.cta:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #060606;
  opacity: 0.6;
}

/*.cta{
	background-color: $blue_1;
	padding: 80px 0;

	.cta-info{
		width: 60%;
		margin: 0 auto;
		text-align: center;
		font-family: $font_1;
		color: $white;
	}
}*/
/* 6.8 - Price */
/* 6.9 - Partners */
.client-img {
  text-align: center;
  margin-bottom: 40px;
  padding: 0px 20px;
}

.client-img img {
  margin: 0 auto;
}

/* 6.10 - Testimony */
.people,
.user-pic {
  display: block;
  max-width: 100%;
}

#owl-testimony .owl-dots {
  display: none !important;
}

@media (max-width: 768px) {
  #owl-testimony .owl-nav {
    display: none !important;
  }

  #owl-testimony .owl-dots {
    display: block !important;
  }
}

.testimony {
  padding: 80px 0;
}

.testimony .owl-controls .owl-nav [class*=owl-] {
  color: #041e42;
  font-size: 14px;
  margin: 5px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  border: 3px solid #041e42;
  padding-top: 7px;
}

.testimony .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #ed1c24;
  border-color: #ed1c24;
  text-decoration: none;
}

.testimony .owl-nav {
  position: relative;
  z-index: 2;
}

.testimony .owl-nav .owl-prev,
.testimony .owl-nav .owl-next {
  position: absolute;
  top: -180px;
}

.testimony .owl-nav .owl-prev {
  left: -70px;
}

.testimony .owl-nav .owl-next {
  right: -70px;
}

/* 6.11 - 404 Page */
.title-404 {
  font-size: 5em;
  color: #041e42;
  margin-bottom: -20px;
}

.subtitle-404 {
  font-size: 2em;
  color: #3195d2;
}

/* 6.12 - Pages */
.banner-page.pages {
  background: url("../images/slide2-2.html") bottom center no-repeat;
}

/* 6.12 - Contact */
.banner-page.contact {
  background: url("../images/slide2-2.html") bottom center no-repeat;
}

/**
 * 7. - FOOTER
 * -----------------------------------------------------------------------------
 */
.footer {
  padding: 200px 0 0 0;
  background-color: #a2a9ad;
  color: #ffffff;
}

.footer>.container {
  padding-bottom: 50px;
}

.footer .footer-item .logo-bottom {
  margin-bottom: 10px;
}

.footer .footer-item .footer-title {
  font-size: 24px;
  font-weight: 600;
  color: black;
  padding: 20px 0 20px 0;
  border-top: 1px solid #073472;
  margin-bottom: 30px;
  position: relative;
}

.footer .footer-item .footer-title:before {
  content: '';
  display: block;
  width: 150px;
  border-top: 2px solid #ed1c24;
  position: absolute;
  left: 0;
  top: 0;
}

.footer .footer-item .footer-sosmed {
  margin-top: 50px;
  margin-bottom: 30px;
  display: inline-block;
}

.footer .footer-item .footer-sosmed a .item {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  margin: 0 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #05295a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.footer .footer-item .footer-sosmed a .item:hover {
  background-color: #3195d2;
}

.footer .footer-item .footer-sosmed a .item .fa {
  font-size: 16px;
}

.footer .footer-item .list {
  margin: 0;
  padding: 0;
}

.footer .footer-item .list li {
  list-style: none;
  margin: 14px 0;
}

.footer .footer-item .list li a {
  color: #3195d2;
}

.footer .footer-item .list li a:hover {
  color: #ed1c24;
}

.footer .footer-item .footer-subscribe {
  position: relative;
}

.footer .footer-item .footer-subscribe input[type=email] {
  width: 100%;
  background: #fff;
  padding: 10px 57px 10px 17px;
  min-height: 38px;
  max-width: 480px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.footer .footer-item .footer-subscribe input[type=email]:focus {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 2px #ed1c24;
  -moz-box-shadow: 0 0 0 2px #ed1c24;
  box-shadow: 0 0 0 2px #ed1c24;
  border-color: transparent;
}

.footer .footer-item .footer-subscribe input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.footer .footer-item .footer-subscribe label {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  width: 40px;
  height: 38px;
  line-height: 40px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  background: none;
  color: #ffffff;
  outline: 0 !important;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  background: #ed1c24;
}

.footer .footer-item .footer-subscribe .icon {
  font-size: 18px;
}

.footer .footer-item .footer-subscribe p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin-top: 16px;
}

.footer .footer-item .recent-post {
  margin: 0;
  padding: 0;
}

.footer .footer-item .recent-post li {
  list-style: none;
  margin: 0 0 30px;
}

.footer .footer-item .recent-post li a {
  color: #0E3D90000;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 14px;
}

.footer .footer-item .recent-post li a:hover {
  color: #3195d2;
}

.footer .footer-item .recent-post li .date {
  display: block;
  font-size: 12px;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-item .recent-post li .date i {
  margin-right: 5px;
}

.footer .fcopy {
  padding: 0px 0;
  color: #ffffff;
  font-size: 14px;
  background-color: #a2a9ad;
}

.list-info {
  margin: 0;
  padding: 0;
}

.list-info li {
  margin-bottom: 20px;
  list-style: none;
}

.list-info li .info-icon {
  display: inline-block;
  color: #041e42;
  font-size: 16px;
  float: left;
}

.list-info li .info-text {
  margin-left: 30px;
}

/**
 * 8. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1024px) {
  .slides-navigation a.prev {
    left: -20px;
  }

  .slides-navigation a.next {
    right: -20px;
  }

  .testimony .owl-nav .owl-prev {
    left: -20px;
  }

  .testimony .owl-nav .owl-next {
    right: -20px;
  }
}

@media (max-width: 768px) {
  .navbar-toggle {
    clear: left;
    float: right;
  }

  .topbar {
    height: auto;
  }

  .topbar-left {
    text-align: center;
  }

  .topbar-right {
    text-align: center !important;
  }

  .topbar-menu,
  .topbar-sosmed {
    margin-left: 0;
    margin-bottom: 0;
  }

  .nav>li>a {
    padding: 10px 6px;
  }

  /*.navbar-main .dropdown-menu > li a{
  	color: #0E3D90;
  }*/
  .box-icon-1 .icon {
    clear: left;
    display: block;
    width: 100%;
    text-align: center;
  }

  .box-icon-1 .body-content {
    text-align: center;
    margin-left: 0;
  }

  .container-nav .btn-orange-cta {
    position: absolute;
    right: 10px;
    top: 0;
  }

  .wrap-caption {
    width: 100%;
  }

  .box-team .box-image,
  .box-team .body-content {
    width: 100%;
  }

  .btn-sidebar.btn,
  .btn-sidebar.btn-primary,
  .btn-sidebar.btn-secondary,
  .btn-sidebar.btn-primary,
  .btn-sidebar.btn-secondary {
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .navbar-main {
    bottom: 0;
  }

  .navbar-main .navbar-brand {
    top: 7px;
  }

  .navbar-main .navbar-brand>img {
    width: 60%;
  }

  .navbar-main .dropdown-menu>li a {
    color: #222222;
  }

  .nav>li>a {
    padding: 10px 25px;
  }
}

@media (max-width: 479px) {
  .contact-info {
    clear: right;
    width: 100%;
    display: none;
  }

  .contact-info>div {
    display: block;
    margin-right: 0px;
  }

  /*.topbar-logo{
  	.btn-cta{
  	    clear: right;
  		position: relative;
  	 	transform: translateY(78px);
  		z-index: 4;
  	}
  }*/
  .bos-quote .bos-photo {
    clear: left;
    display: block;
    width: auto;
    margin-bottom: 20px;
  }

  .bos-quote .bos-text {
    clear: left;
    display: block;
    margin-left: 0;
  }

  h2,
  .banner-page .title-page,
  .banner-page .title-page {
    font-size: 2em;
  }

  .box-partner .item .box-image {
    clear: left;
    width: auto;
  }

  .box-partner .item .box-info {
    clear: left;
    width: auto;
    margin-left: 0;
  }

  .career-tabs .nav-tabs>li {
    width: 100%;
    clear: left;
  }

  .testimonial-1 .media {
    clear: both;
    display: block;
    max-width: 300px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-1 .body {
    clear: both;
    display: block;
  }

  .cta .cta-info {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

.box_new_client {
  margin-bottom: 20px;
  padding: 30px 30px 30px 30px;
  background-color: #eff3f6;
  border: 1px solid #dcdde1;
  /*text-align: center;*/
  /* height: 145px; */
  position: relative;
  overflow: hidden;
}

.logo_md {
  height: 81px;
  position: relative;
  top: 44px;
  left: -10px;
}

.box_card {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #eff3f6;
  border: 1px solid #dcdde1;
  text-align: center;
  min-height: 550px;
  position: relative;
  overflow: hidden;
}

.box_card_product {
  margin-bottom: 20px;
  margin-top: 25px;
  padding: 10px;
  background-color: #eff3f6;
  border: 1px solid #dcdde1;
  position: relative;
  overflow: hidden;
}


/* .............................. */
/* ==================== ABOUT INDUSTRY SECTION ==================== */
.about-main-block {
  padding: 60px 0;
  background: #f5f5f5;
}

/* About Left Block */
.about-block {
  padding-right: 20px;
}

.about-heading {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.about-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #0E3D90;
}

.about-block p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
  text-align: justify;
}

.plain-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #0E3D90;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border: 2px solid #0E3D90;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.plain-btn:hover {
  background: transparent;
  color: #0E3D90;
  text-decoration: none;
}

/* About Features Block (Middle Column) */
.about-features-block {
  padding: 20px;
  margin-bottom: 15px;
  background: #fff;
  border-left: 3px solid #0E3D90;
  transition: all 0.3s ease;
}

.about-features-block:hover {
  background: #0E3D90;
  border-left-color: #0E3D90;
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.about-features-icon {
  width: 55px;
  height: 55px;
  background: #0E3D90;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.about-features-block:hover .about-features-icon {
  background: #fff;
}

.about-features-icon span {
  font-size: 24px;
  color: #fff;
  transition: all 0.3s ease;
}

.about-features-block:hover .about-features-icon span {
  color: #ca1616;
}

.about-features-heading {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.about-features-block:hover .about-features-heading {
  color: #fff;
}

.about-features-dtl p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  transition: all 0.3s ease;
}

.about-features-block:hover .about-features-dtl p {
  color: #ccc;
}

/* About Image (Right Column) */
.about-img {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid #e0e0e0;
  transition: all 0.4s ease;
}

.about-img:hover img {
  transform: scale(1.05);
  border-color: #0E3D90;
}

.about-img::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  border-top: 4px solid #0E3D90;
  border-left: 4px solid #0E3D90;
  z-index: 1;
  transition: all 0.3s ease;
}

.about-img::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  border-bottom: 4px solid #0E3D90;
  border-right: 4px solid #0E3D90;
  z-index: 1;
  transition: all 0.3s ease;
}

.about-img:hover::before,
.about-img:hover::after {
  width: 80px;
  height: 80px;
}

/* ==================== RESPONSIVE ==================== */

/* Tablet Landscape */
@media (max-width: 1199px) {
  .about-heading {
    font-size: 24px;
  }

  .about-block p {
    font-size: 13px;
  }

  .about-features-heading {
    font-size: 14px;
  }

  .about-features-dtl p {
    font-size: 12px;
  }

  .about-features-icon {
    width: 48px;
    height: 48px;
  }

  .about-features-icon span {
    font-size: 20px;
  }
}

/* Tablet Portrait */
@media (max-width: 991px) {
  .about-main-block {
    padding: 60px 0;
  }

  .about-block {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .about-heading {
    font-size: 22px;
  }

  .about-features-block {
    padding: 15px;
    margin-bottom: 12px;
  }

  .about-features-icon {
    width: 45px;
    height: 45px;
  }

  .about-features-icon span {
    font-size: 18px;
  }

  .about-features-heading {
    font-size: 14px;
  }

  .about-features-dtl p {
    font-size: 12px;
  }

  .about-img::before,
  .about-img::after {
    display: none;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .about-main-block {
    padding: 40px 0;
  }

  .about-block {
    text-align: center;
    margin-bottom: 30px;
  }

  .about-heading {
    font-size: 22px;
  }

  .about-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .about-block p {
    text-align: center;
    font-size: 13px;
  }

  .plain-btn {
    padding: 10px 25px;
    font-size: 13px;
  }

  .about-features-block {
    padding: 15px;
    margin-bottom: 15px;
  }

  .about-features-block:hover {
    transform: translateY(-3px);
  }

  .about-features-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }

  .about-features-icon span {
    font-size: 20px;
  }

  .about-features-heading {
    font-size: 15px;
    margin-top: 5px;
  }

  .about-features-dtl p {
    font-size: 13px;
  }

  .about-img {
    margin-top: 30px;
    display: block !important;
  }

  .about-img img {
    border-width: 3px;
  }

  .about-img::before,
  .about-img::after {
    display: none;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .about-main-block {
    padding: 30px 0;
  }

  .about-heading {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }

  .about-heading::after {
    width: 50px;
    height: 2px;
  }

  .about-block p {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 10px;
  }

  .plain-btn {
    padding: 8px 20px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }

  .about-features-block {
    padding: 12px;
    margin-bottom: 10px;
  }

  .about-features-icon {
    width: 42px;
    height: 42px;
  }

  .about-features-icon span {
    font-size: 18px;
  }

  .about-features-heading {
    font-size: 13px;
  }

  .about-features-dtl p {
    font-size: 11px;
  }
}

/* ==================== OUR TEAM SECTION ==================== */
.team-section {
  padding: 0px 0;
  background: #f2f2f2;
}

.team-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: all 0.4s ease;
  text-align: center;
  padding-bottom: 20px;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.team-img {
  position: relative;
  padding: 30px 30px 15px 30px;
}

.team-img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 0 auto;
  border: 4px solid #0E3D90;
  transition: all 0.4s ease;
}

.team-card:hover .team-img img {
  border-color: #0E3D90;
  transform: scale(1.05);
}

.team-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

.team-social {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.team-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #0E3D90;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.team-social a:hover {
  background: #0E3D90;
  color: #fff;
  transform: scale(1.1);
}

.team-info {
  padding: 10px 15px 5px 15px;
}

.team-info h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-info span {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

/* Team Highlight Boxes */
.team-highlight-box {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid #0E3D90;
}

.team-highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-left-color: #0E3D90;
}

.team-highlight-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #0E3D90;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.team-highlight-icon i {
  font-size: 22px;
  color: #fff;
}

.team-highlight-box:hover .team-highlight-icon {
  background: #0E3D90;
}

.team-highlight-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.team-highlight-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 991px) {
  .team-card {
    margin-bottom: 25px;
  }

  .team-img img {
    width: 130px;
    height: 130px;
  }

  .team-info h4 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .team-section {
    padding: 40px 0;
  }

  .team-card {
    max-width: 300px;
    margin: 0 auto 25px auto;
  }

  .team-img img {
    width: 120px;
    height: 120px;
  }

  .team-highlight-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .team-highlight-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .team-social a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .team-section .lead {
    font-size: 14px;
  }

  .team-info h4 {
    font-size: 15px;
  }

  .team-info span {
    font-size: 13px;
  }

  .team-highlight-content h4 {
    font-size: 14px;
  }

  .team-highlight-content p {
    font-size: 13px;
  }
}

.what-we-do-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 15px 0;
}

.what-we-do-list li {
  position: relative;
  padding: 8px 0 8px 28px;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.what-we-do-list li:last-child {
  border-bottom: none;
}

.what-we-do-list li:hover {
  padding-left: 34px;
  color: #00b4d8;
}

/* Checkmark icon before each item */
.what-we-do-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background: #00b4d8;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.what-we-do-list li:hover::before {
  background: #ff6b35;
  transform: scale(1.15);
}

/* Bottom note text */
.note-text {
  margin-top: 15px;
  padding: 12px 15px;
  background: rgba(0, 180, 216, 0.06);
  border-left: 3px solid #00b4d8;
  border-radius: 4px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.7;
  color: #555;
}

/* ===== Card Equal Height Fix ===== */
.box-image-2.box_card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.box-image-2.box_card .description {
  flex: 1;
}

/* ===== Section Heading Enhancement ===== */
.section-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.section-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #00b4d8, #0077b6);
  border-radius: 2px;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .what-we-do-list li {
    padding: 6px 0 6px 24px;
    font-size: 13px;
  }

  .what-we-do-list li::before {
    width: 17px;
    height: 17px;
    font-size: 10px;
    top: 7px;
  }

  .note-text {
    font-size: 12px;
    padding: 10px 12px;
  }
}


/* Submenu Support */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}



.footer-sosmed {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding-top: 5px;
}

.footer-sosmed .item {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #0E3D90;
  color: #fff;
  transition: 0.3s;
}

.footer-sosmed .item:hover {
  background-color: #f50712;
}

.footer-sosmed a {
  text-decoration: none;
  color: #fff;
}

.box_card_product iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

/* Mobile responsive */
@media (max-width: 767px) {
  .box_card_product iframe {
    height: 300px;
  }
}

.contact-info-sidebar .list-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-sidebar .list-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.contact-info-sidebar .info-icon {
  width: 30px;
  min-width: 30px;
  text-align: center;
}

.contact-info-sidebar .info-text {
  flex: 1;
  text-align: left;
  padding-left: 10px;
}

.service-section-app {
  padding: 70px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Background Pattern */
.service-section-app::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.03) 1px, transparent 0);
  background-size: 40px 40px;
  z-index: 0;
}

/* Red Glow Effects */
.bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
  pointer-events: none;
}

.bg-glow-1 {
  width: 400px;
  height: 400px;
  background: rgba(230, 57, 70, 0.06);
  top: -100px;
  left: -100px;
  animation: pulseGlow 8s ease-in-out infinite;
}

.bg-glow-2 {
  width: 350px;
  height: 350px;
  background: rgba(230, 57, 70, 0.04);
  bottom: -100px;
  right: -100px;
  animation: pulseGlow 10s ease-in-out infinite reverse;
}

.bg-glow-3 {
  width: 200px;
  height: 200px;
  background: rgba(230, 57, 70, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulseGlow 6s ease-in-out infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/* ============================================
           SECTION HEADER
        ============================================ */
.section-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

.section-badge {
  display: inline-block;
  padding: 8px 24px;
  background: var(--red-subtle);
  border: 1px solid rgba(230, 57, 70, 0.2);
  border-radius: 50px;
  color: var(--red-primary);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.section-header h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-header h2 span {
  color: var(--red-primary);
  position: relative;
}

.section-header h2 span::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(230, 57, 70, 0.2);
  border-radius: 4px;
  z-index: -1;
}

.section-header p {
  font-size: 17px;
  color: var(--gray-400);
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.7;
}

.header-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}

.header-divider .line {
  width: 40px;
  height: 2px;
  background: var(--gray-600);
  border-radius: 2px;
}

.header-divider .diamond {
  width: 10px;
  height: 10px;
  background: var(--red-primary);
  transform: rotate(45deg);
  border-radius: 2px;
}

/* ============================================
           SERVICE CARD
        ============================================ */
.card-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}

.service-card-app {
  background: #e7e7e7;
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 50px 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Card Top Border Accent */
.service-card-app::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background:#0E3D90;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* Card Background Gradient */
.service-card-app::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(230, 57, 70, 0.03) 0%,
      transparent 40%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.service-card-app:hover {
  transform: translateY(-12px);
  border-color: rgba(230, 57, 70, 0.15);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(230, 57, 70, 0.08);
  background: #fff;
}

.service-card-app:hover::before {
  opacity: 1;
}

.service-card-app:hover::after {
  opacity: 1;
}

/* ============================================
           CARD NUMBER WATERMARK
        ============================================ */
.card-number {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 100px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.02);
  line-height: 1;
  transition: color 0.5s ease;
  z-index: 0;
  user-select: none;
}

.service-card-app:hover .card-number {
  color: rgba(230, 57, 70, 0.05);
}

/* ============================================
           CARD ICON
        ============================================ */
.card-icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.card-icon {
  width: 85px;
  height: 85px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gray-800), var(--gray-700));
  border: 1px solid var(--border-color);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.card-icon i {
  font-size: 32px;
  color: var(--red-primary);
  transition: all 0.4s ease;
}

.card-icon-ring {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 26px;
  border: 2px solid rgba(230, 57, 70, 0.15);
  transition: all 0.4s ease;
}

.service-card-app:hover .card-icon {
  background: #0E3D90;
  border-color: var(--red-primary);
  box-shadow: 0 15px 35px rgba(230, 57, 70, 0.25);
  transform: scale(1.05);
}

.service-card-app:hover .card-icon i {
  color: var(--white);
  transform: scale(1.1);
}

.service-card-app:hover .card-icon-ring {
  border-color: rgba(230, 57, 70, 0.3);
  transform: scale(1.1);
}

/* ============================================
           CARD LABEL & TITLE
        ============================================ */
.card-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #0E3D90;
  margin-bottom: 10px;
  position: relative;
}

.card-label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: var(--red-primary);
  margin-right: 10px;
  vertical-align: middle;
}

.service-card-app h4 {
  font-size: 28px;
  font-weight: 800;
  color: #0E3D90;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}

/* ============================================
           CARD DESCRIPTION
        ============================================ */
.service-card-app .card-description {
  font-size: 15px;
  line-height: 1.8;
  color: #0E3D90;
  margin-bottom: 30px;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

.service-card-app:hover .card-description {
  color: var(--gray-300);
}

/* ============================================
           KEY FEATURES LIST
        ============================================ */
.key-features {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.key-features li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  color: var(--gray-400);
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  transition: all 0.3s ease;
}

.key-features li:last-child {
  border-bottom: none;
}

.key-features li:hover {
  color: #0E3D90;
  transform: translateX(8px);
}

.feature-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red-subtle);
  border: 1px solid rgba(230, 57, 70, 0.15);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.feature-icon i {
  font-size: 15px;
  color: #0E3D90;
}

.key-features li:hover .feature-icon {
  background: var(--red-primary);
  border-color: var(--red-primary);
  box-shadow: 0 4px 15px rgba(230, 57, 70, 0.3);
}

.key-features li:hover .feature-icon i {
  color: var(--white);
}

/* ============================================
           CARD CORNER DECORATION
        ============================================ */
.corner-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 0 0 24px 0;
  z-index: 0;
}

.corner-decoration::before {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid rgba(230, 57, 70, 0.06);
  transition: all 0.5s ease;
}

.corner-decoration::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(230, 57, 70, 0.04);
  transition: all 0.5s ease;
}

.service-card-app:hover .corner-decoration::before {
  border-color: rgba(230, 57, 70, 0.12);
}

.service-card-app:hover .corner-decoration::after {
  border-color: rgba(230, 57, 70, 0.08);
}

/* ============================================
           CARD BOTTOM STATS
        ============================================ */
.card-stats {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red-primary);
  box-shadow: 0 0 10px rgba(230, 57, 70, 0.4);
  animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {

  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

.stat-text {
  font-size: 12px;
  color: var(--gray-500);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ============================================
           ROW & SPACING
        ============================================ */
.upset {
  margin-top: 0;
}

.mt30 {
  margin-top: 30px;
}

/* ============================================
           ANIMATION
        ============================================ */
.fadeInUp {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUpAnim 0.8s ease forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

@keyframes fadeInUpAnim {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================
           RESPONSIVE - LARGE DESKTOP (1200px+)
        ============================================ */
@media (min-width: 1200px) {
  .service-card-app {
    padding: 55px 45px;
  }
}

/* ============================================
           RESPONSIVE - TABLET (768px - 991px)
        ============================================ */
@media (max-width: 991px) {
  .service-section-app {
    padding: 70px 0;
  }

  .section-header {
    margin-bottom: 50px;
  }

  .section-header h2 {
    font-size: 38px;
  }

  .service-card-app {
    padding: 40px 30px;
    border-radius: 20px;
  }

  .service-card-app h4 {
    font-size: 24px;
  }

  .card-icon {
    width: 75px;
    height: 75px;
    border-radius: 18px;
  }

  .card-icon i {
    font-size: 28px;
  }

  .card-number {
    font-size: 80px;
  }
}

/* ============================================
           RESPONSIVE - MOBILE LARGE (576px - 767px)
        ============================================ */
@media (max-width: 767px) {
  .service-section-app {
    padding: 60px 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-badge {
    font-size: 11px;
    padding: 6px 18px;
    letter-spacing: 2px;
  }

  .section-header h2 {
    font-size: 30px;
  }

  .section-header p {
    font-size: 15px;
  }

  .service-card-app {
    padding: 35px 25px;
    border-radius: 18px;
    margin-bottom: 15px;
  }

  .service-card-app h4 {
    font-size: 22px;
  }

  .service-card-app .card-description {
    font-size: 14px;
    line-height: 1.7;
  }

  .card-icon {
    width: 68px;
    height: 68px;
    border-radius: 16px;
  }

  .card-icon i {
    font-size: 26px;
  }

  .card-number {
    font-size: 60px;
    top: 10px;
    right: 18px;
  }

  .key-features li {
    font-size: 13px;
    padding: 8px 0;
    gap: 10px;
  }

  .feature-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
  }

  .feature-icon i {
    font-size: 10px;
  }

  .card-label {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .card-stats {
    flex-wrap: wrap;
    gap: 12px;
  }

  .mt30 {
    margin-top: 15px;
  }
}

/* ============================================
           RESPONSIVE - MOBILE SMALL (below 480px)
        ============================================ */
@media (max-width: 480px) {
  .service-section-app {
    padding: 45px 0;
  }

  .section-header h2 {
    font-size: 26px;
  }

  .section-header p {
    font-size: 14px;
  }

  .service-card-app {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .service-card-app h4 {
    font-size: 20px;
  }

  .service-card-app .card-description {
    font-size: 13px;
  }

  .card-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    margin-bottom: 22px;
  }

  .card-icon i {
    font-size: 22px;
  }

  .card-number {
    font-size: 50px;
  }

  .key-features li {
    font-size: 12px;
    padding: 7px 0;
  }

  .card-stats {
    margin-top: 18px;
    padding-top: 18px;
  }

  .stat-text {
    font-size: 11px;
  }

  .header-divider .line {
    width: 30px;
  }
}

/* ============================================
           RESPONSIVE - EXTRA SMALL (below 360px)
        ============================================ */
@media (max-width: 360px) {
  .service-section-app {
    padding: 35px 0;
  }

  .section-header h2 {
    font-size: 22px;
  }

  .section-badge {
    font-size: 10px;
    padding: 5px 14px;
  }

  .service-card-app {
    padding: 22px 16px;
    border-radius: 14px;
  }

  .service-card-app h4 {
    font-size: 18px;
  }

  .service-card-app .card-description {
    font-size: 12px;
  }

  .card-icon {
    width: 55px;
    height: 55px;
  }

  .card-icon i {
    font-size: 20px;
  }

  .card-number {
    font-size: 40px;
  }

  .key-features li {
    font-size: 11px;
  }
}

:root {
  --red-primary: #e63946;
  --red-dark: #c1121f;
  --red-light: #ff6b6b;
  --red-glow: rgba(230, 57, 70, 0.3);
  --red-subtle: rgba(230, 57, 70, 0.08);
  --gray-900: #1a1a1a;
  --gray-800: #2d2d2d;
  --gray-700: #3a3a3a;
  --gray-600: #4a4a4a;
  --gray-500: #6b6b6b;
  --gray-400: #8a8a8a;
  --gray-300: #a0a0a0;
  --gray-200: #c4c4c4;
  --gray-100: #e0e0e0;
  --white: #ffffff;
  --card-bg: #222222;
  --card-bg-hover: #2a2a2a;
  --border-color: rgba(255, 255, 255, 0.06);
}


/* ========== RESET ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ========== HERO SLIDER ========== */
.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* ========== SLIDES ========== */
.slides {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

/* ========== SLIDE IMAGE ========== */
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.slide img {
  object-fit: contain;
  background: #f3f3f3;
}

/* ========== DARK OVERLAY ========== */
.slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: 2;
}

/* ========== SLIDE CONTENT ========== */
.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 85%;
  max-width: 800px;
}

.slide-content h2 {
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(-30px);
  animation: none;
}

.slide-content p {
  color: #dddddd;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  animation: none;
}

.slide-buttons {
  opacity: 0;
  transform: translateY(30px);
  animation: none;
}

/* Animate content when slide is active */
.slide.active .slide-content h2 {
  animation: fadeInDown 0.8s ease 0.3s forwards;
}

.slide.active .slide-content p {
  animation: fadeInUp 0.8s ease 0.6s forwards;
}

.slide.active .slide-buttons {
  animation: fadeInUp 0.8s ease 0.9s forwards;
}

/* ========== BUTTONS ========== */
.btn-slide {
  display: inline-block;
  padding: 14px 35px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 50px;
  margin: 5px 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-primary-slide {
  background: #007bff;
  color: #ffffff;
  border: 2px solid #007bff;
}

.btn-primary-slide:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-secondary-slide {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-secondary-slide:hover {
  background: #ffffff;
  color: #0E3D90333;
}

/* ========== ARROWS ========== */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  transform: translateY(-50%) scale(1.1);
}

.arrow-left {
  left: 25px;
}

.arrow-right {
  right: 25px;
}

/* ========== DOTS ========== */
.dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

.dot.active {
  background: #ffffff;
  border-color: #ffffff;
  transform: scale(1.2);
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================
   RESPONSIVE - LAPTOP (max-width: 1024px)
   ========================================== */
@media (max-width: 1024px) {
  .hero-slider {
    height: 80vh;
  }

  .slide-content h2 {
    font-size: 42px;
  }

  .slide-content p {
    font-size: 16px;
  }

  .btn-slide {
    padding: 12px 28px;
    font-size: 13px;
  }

  .arrow {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

/* ==========================================
   RESPONSIVE - TABLET (max-width: 768px)
   ========================================== */
@media (max-width: 768px) {
  .hero-slider {
    height: 65vh;
  }

  .slide-content h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .slide-content p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .btn-slide {
    padding: 10px 24px;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 4px 5px;
  }

  .arrow {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .arrow-left {
    left: 15px;
  }

  .arrow-right {
    right: 15px;
  }

  .dot {
    width: 12px;
    height: 12px;
  }

  .dots {
    bottom: 20px;
    gap: 10px;
  }
}

/* ==========================================
   RESPONSIVE - MOBILE (max-width: 576px)
   ========================================== */
@media (max-width: 576px) {
  .hero-slider {
    height: 55vh;
  }

  .slide-content {
    width: 90%;
  }

  .slide-content h2 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }

  .slide-content p {
    font-size: 13px;
    margin-bottom: 18px;
    line-height: 1.4;
  }

  .btn-slide {
    padding: 8px 20px;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 3px 4px;
    border-radius: 30px;
  }

  .arrow {
    width: 36px;
    height: 36px;
    font-size: 14px;
    border-width: 1px;
  }

  .arrow-left {
    left: 10px;
  }

  .arrow-right {
    right: 10px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .dots {
    bottom: 15px;
    gap: 8px;
  }
}

/* ==========================================
   RESPONSIVE - SMALL MOBILE (max-width: 380px)
   ========================================== */
@media (max-width: 380px) {
  .hero-slider {
    height: 45vh;
  }

  .slide-content h2 {
    font-size: 18px;
  }

  .slide-content p {
    font-size: 11px;
    display: none;
  }

  .btn-slide {
    padding: 7px 16px;
    font-size: 10px;
    display: block;
    width: 70%;
    margin: 5px auto;
    text-align: center;
  }

  .arrow {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

.navbar {
  padding: 5px 15px;
  /* Navbar height control */
}

.navbar-brand {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  /* Vertical center */
}

.navbar-brand img {
  
  height: 140px;
    margin-top: 25px;
  width: auto;
 
}

/* Tablet */
@media (max-width: 992px) {
  .navbar-brand img {
    height: 65px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .navbar-brand img {
    height: 50px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .navbar-brand img {
    height: 40px;
  }
}

.services-area {
  background: linear-gradient(135deg, #f8fbff 0%, #f0f4f8 100%);
  position: relative;
  overflow: hidden;
}

.services-area::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(12, 184, 182, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.services-area::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(12, 184, 182, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.services-item {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(12, 184, 182, 0.08);
  cursor: pointer;
}

.services-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0cb8b6, #07858d, #0cb8b6);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.services-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0cb8b6, #07858d);
  transition: width 0.4s ease;
  border-radius: 2px;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.services-item:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(12, 184, 182, 0.15),
    0 8px 25px rgba(0, 0, 0, 0.08);
  border-color: rgba(12, 184, 182, 0.2);
}

.services-item:hover::before {
  opacity: 1;
}

.services-item:hover::after {
  width: 60%;
}

/* Icon Styles */
.services-item .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 25px;
  position: relative;
  background: linear-gradient(135deg, rgba(12, 184, 182, 0.1) 0%, rgba(7, 133, 141, 0.1) 100%);
  transition: all 0.5s ease;
}

.services-item .icon::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px dashed rgba(12, 184, 182, 0.2);
  animation: none;
  transition: all 0.4s ease;
}

.services-item:hover .icon {
  background: linear-gradient(135deg, #0cb8b6 0%, #07858d 100%);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 30px rgba(12, 184, 182, 0.3);
}

.services-item:hover .icon::before {
  animation: spin 8s linear infinite;
  border-color: rgba(12, 184, 182, 0.4);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.services-item .icon i {
  font-size: 40px;
  color: #0cb8b6;
  transition: all 0.4s ease;
  display: inline-block;
}

.services-item:hover .icon i {
  color: #ffffff;
  transform: scale(1.1);
}

/* Title */
.services-item a h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.services-item:hover a h3 {
  color: #0cb8b6;
}

/* Description */
.services-item p {
  font-size: 15px;
  color: #6b7c93;
  line-height: 1.8;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

/* Read More Button */
.read-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #0cb8b6;
  letter-spacing: 0.5px;
  position: relative;
  padding: 8px 0;
  overflow: hidden;
}

.read-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #0cb8b6, #07858d);
  transition: width 0.4s ease;
  border-radius: 2px;
}

.services-item:hover .read-btn {
  color: #07858d;
  letter-spacing: 1px;
}

.services-item:hover .read-btn::before {
  width: 100%;
}

/* ============================================
   ANIMATIONS ON SCROLL (controlled via JS)
   ============================================ */
.services-item.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
}

.services-item.fade-in-up.animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.section-title.fade-in {
  opacity: 0;
  transform: translateY(30px);
}

.section-title.fade-in.animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Ripple effect on click */
.ripple-effect {
  position: absolute;
  border-radius: 50%;
  background: rgba(12, 184, 182, 0.15);
  transform: scale(0);
  animation: ripple 0.6s ease-out;
  pointer-events: none;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* Floating particles (added via JS) */
.floating-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(12, 184, 182, 0.2);
  border-radius: 50%;
  pointer-events: none;
  animation: floatUp 4s ease-in-out infinite;
}

@keyframes floatUp {

  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.3;
  }

  50% {
    transform: translateY(-30px) scale(1.5);
    opacity: 0.7;
  }
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Large Desktop */
@media (min-width: 992px) {
  .col-lg-4 {
    width: 33.3333%;
  }
}

/* Medium Devices - Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  .col-md-6 {
    width: 50%;
  }

  .pt-100 {
    padding-top: 80px;
  }

  .pb-70 {
    padding-bottom: 50px;
  }

  .section-title {
    margin-bottom: 50px;
  }

  .section-title h2 {
    font-size: 34px;
  }

  .services-item {
    padding: 35px 25px;
  }

  .services-item .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .services-item .icon i {
    font-size: 36px;
  }

  .services-item a h3 {
    font-size: 20px;
  }
}

/* Small Devices - Phones Landscape */
@media (max-width: 767.98px) {
  .pt-100 {
    padding-top: 60px;
  }

  .pb-70 {
    padding-bottom: 30px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title span {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .section-title span::before,
  .section-title span::after {
    width: 25px;
  }

  .section-title span::before {
    left: -15px;
  }

  .section-title span::after {
    right: -15px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .section-title p {
    font-size: 14px;
  }

  .row {
    margin: 0 -10px;
  }

  .col-lg-4,
  .col-md-6 {
    padding: 0 10px;
    width: 100%;
    margin-bottom: 20px;
  }

  .services-item {
    padding: 30px 20px;
    border-radius: 15px;
  }

  .services-item .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin-bottom: 20px;
  }

  .services-item .icon i {
    font-size: 32px;
  }

  .services-item a h3 {
    font-size: 19px;
  }

  .services-item p {
    font-size: 14px;
  }

  .services-item:hover {
    transform: translateY(-8px);
  }
}

/* Extra Small - Small Phones */
@media (max-width: 480px) {
  .pt-100 {
    padding-top: 50px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .container {
    padding: 0 12px;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .section-title h2::after {
    width: 60px;
    height: 3px;
    margin-top: 12px;
  }

  .section-title p {
    font-size: 13px;
    padding: 0 5px;
  }

  .services-item {
    padding: 25px 18px;
  }

  .services-item .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .services-item .icon i {
    font-size: 28px;
  }

  .services-item a h3 {
    font-size: 18px;
  }

  .services-item p {
    font-size: 13px;
    line-height: 1.7;
  }

  .read-btn {
    font-size: 14px;
  }
}

/* Two Column Layout for Tablets in Portrait */
@media (min-width: 576px) and (max-width: 767.98px) {

  .col-lg-4,
  .col-md-6 {
    width: 50%;
  }
}

/* Hover disabled on touch devices */
@media (hover: none) {
  .services-item:hover {
    transform: none;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  }

  .services-item:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }

  .services-item.touch-active {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(12, 184, 182, 0.12);
  }
}

/* Prefers Reduced Motion */
@media (prefers-reduced-motion: reduce) {

  .services-item,
  .services-item .icon,
  .services-item .icon i,
  .services-item .icon::before,
  .read-btn::before,
  .services-item::after {
    transition: none !important;
    animation: none !important;
  }

  .services-item.fade-in-up {
    opacity: 1;
    transform: none;
  }

  .section-title.fade-in {
    opacity: 1;
    transform: none;
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .services-area {
    background: linear-gradient(135deg, #0d1b2a 0%, #1b2838 100%);
  }

  .services-item {
    background: #162032;
    border-color: rgba(12, 184, 182, 0.15);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  }

  .services-item:hover {
    box-shadow: 0 20px 60px rgba(12, 184, 182, 0.1),
      0 8px 25px rgba(0, 0, 0, 0.3);
  }

  .section-title h2,
  .services-item a h3 {
    color: #e8edf2;
  }

  .section-title p,
  .services-item p {
    color: #8899aa;
  }
}

/* Print Styles */
@media print {
  .services-area {
    padding: 20px 0;
    background: white;
  }

  .services-item {
    box-shadow: none;
    border: 1px solid #ddd;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .services-item::before,
  .services-item::after {
    display: none;
  }
}

.client-slider .item {
  text-align: center;
}

.client-img img {
  max-height: 80px;
  width: auto;
  margin: auto;
}

.client-logo-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.client-logo-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #dc3545, #6c757d, #dc3545, #6c757d, #dc3545);
}

.client-logo-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #6c757d, #dc3545, #6c757d, #dc3545, #6c757d);
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0E3D90;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.section-heading h2 span {
  color: #dc3545;
}

.section-heading p {
  font-size: 16px;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.section-heading .heading-line {
  width: 80px;
  height: 4px;
  background: #dc3545;
  margin: 15px auto;
  border-radius: 2px;
  position: relative;
}

.section-heading .heading-line::before,
.section-heading .heading-line::after {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 4px;
  border-radius: 2px;
}

.section-heading .heading-line::before {
  left: -40px;
  background: #6c757d;
}

.section-heading .heading-line::after {
  right: -40px;
  background: #6c757d;
}

.opl ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.opl ul li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 12px;
  box-sizing: border-box;
}

.opl .clients-logo {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.opl .clients-logo::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(220, 53, 69, 0.05), transparent);
  transition: left 0.6s ease;
}

.opl .clients-logo:hover::before {
  left: 100%;
}

.opl .clients-logo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #dc3545, #6c757d);
  transition: width 0.4s ease;
  border-radius: 0 0 16px 16px;
}

.opl .clients-logo:hover::after {
  width: 100%;
}

.opl .clients-logo:hover {
  border-color: #dc3545;
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(220, 53, 69, 0.15);
}

.opl .clients-logo img {
  max-height: 110px;
  max-width: 100%;
  object-fit: contain;
/*  filter: grayscale(80%) opacity(0.7);*/
  transition: all 0.4s ease;
}

.opl .clients-logo:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.08);
}

/* ===== Responsive Styles ===== */
@media (max-width: 1199.98px) {
  .opl ul li {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .opl .clients-logo {
    height: 120px;
    padding: 20px 15px;
  }
}

@media (max-width: 991.98px) {
  .client-logo-section {
    padding: 60px 0;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .opl ul li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
  }

  .opl .clients-logo {
    height: 110px;
    padding: 18px 12px;
    border-radius: 12px;
  }

  .opl .clients-logo img {
    max-height: 65px;
  }
}

@media (max-width: 767.98px) {
  .client-logo-section {
    padding: 50px 0;
  }

  .section-heading {
    margin-bottom: 35px;
  }

  .section-heading h2 {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .section-heading p {
    font-size: 14px;
  }

  .opl ul li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 8px;
  }

  .opl .clients-logo {
    height: 100px;
    padding: 15px 10px;
    border-radius: 10px;
  }

  .opl .clients-logo img {
    max-height: 55px;
  }
}

@media (max-width: 575.98px) {
  .client-logo-section {
    padding: 40px 0;
  }

  .section-heading h2 {
    font-size: 24px;
  }

  .opl ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 6px;
  }

  .opl .clients-logo {
    height: 90px;
    padding: 12px 8px;
    border-radius: 8px;
  }

  .opl .clients-logo img {
    max-height: 50px;
  }

  .section-heading .heading-line {
    width: 60px;
  }

  .section-heading .heading-line::before,
  .section-heading .heading-line::after {
    width: 20px;
  }

  .section-heading .heading-line::before {
    left: -28px;
  }

  .section-heading .heading-line::after {
    right: -28px;
  }
}

@media (max-width: 399.98px) {
  .opl ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .opl .clients-logo {
    height: 80px;
    padding: 10px 6px;
  }

  .opl .clients-logo img {
    max-height: 42px;
  }

  .section-heading h2 {
    font-size: 20px;
  }
}


.products-section {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.products-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(220, 20, 20, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(220, 20, 20, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.section-header .subtitle {
  color: #dc1414;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.section-header .subtitle::before,
.section-header .subtitle::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background: #dc1414;
}

.section-header .subtitle::before {
  left: -55px;
}

.section-header .subtitle::after {
  right: -55px;
}

.section-header h2 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
}

.section-header h2 span {
  color: #dc1414;
}

.section-header p {
  color: #999;
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ===== PRODUCT CARD ===== */
.product-card {
  display: flex;
  align-items: stretch;
  background: #e0d9d9;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  border: 1px solid #0E3D90;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(220, 20, 20, 0.15);
  border-color: #dc1414;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(to bottom, #dc1414, #ff4444);
  transition: height 0.5s ease;
  z-index: 2;
}

.product-card:hover::before {
  height: 100%;
}

.product-card.reverse {
  flex-direction: row-reverse;
}

.product-card.reverse::before {
  left: auto;
  right: 0;
}

/* ===== IMAGE SECTION ===== */
.product-image {
  flex: 0 0 45%;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.1);
}

.product-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, rgba(220, 20, 20, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%); */
  z-index: 1;
  transition: opacity 0.5s ease;
}

.product-card:hover .product-image-overlay {
  opacity: 0.6;
}

.product-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  background: linear-gradient(135deg, #dc1414, #ff2a2a);
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 2;
  box-shadow: 0 5px 20px rgba(220, 20, 20, 0.4);
}

.product-card.reverse .product-badge {
  left: auto;
  right: 25px;
}

.product-number {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 100px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.08);
  z-index: 1;
  line-height: 1;
}

.product-card.reverse .product-number {
  right: auto;
  left: 20px;
}

/* ===== CONTENT SECTION ===== */
.product-content {
  flex: 1;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: white;
}

.product-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #dc1414, #ff4444);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 10px 30px rgba(220, 20, 20, 0.3);
  transition: transform 0.3s ease;
}

.product-card:hover .product-icon {
  transform: rotate(10deg) scale(1.1);
}

.product-icon i {
  font-size: 26px;
  color: #fff;
}

.product-content h3 {
  font-size: 28px;
  font-weight: 800;
  color: #522525;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.product-card:hover .product-content h3 {
  color: #dc1414;
}

.product-content .description {
  color: #0E3D90000;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 22px;
}

/* ===== FUNCTION TABS ===== */
.function-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.function-tab {
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #444;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  font-size: 12px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.function-tab:hover {
  color: #dc1414;
  background: rgba(220, 20, 20, 0.08);
}

.function-tab.active {
  background: rgba(220, 20, 20, 0.15);
  border-color: #dc1414;
  color: #dc1414;
}

.function-tab.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #252525;
}

/* ===== TAB CONTENT AREA ===== */
.tab-content-wrapper {
  border: 1px solid #444;
  border-radius: 0 12px 12px 12px;
  padding: 20px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.02);
  min-height: 200px;
  position: relative;
  transition: border-color 0.3s ease;
}

.tab-content-wrapper:hover {
  border-color: rgba(220, 20, 20, 0.3);
}

.tab-pane {
  display: none;
  animation: tabFadeIn 0.5s ease forwards;
}

.tab-pane.active {
  display: block;
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-pane-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #0E3D90;
}

.tab-pane-header .tab-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #dc1414, #ff4444);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}

.tab-pane-header .tab-icon i {
  color: #fff;
  font-size: 16px;
}

.tab-pane-header h4 {
  color: #010101;
  font-size: 18px;
  font-weight: 700;
}

.tab-pane-header p {
  color: #282727;
  font-size: 13px;
  margin-top: 2px;
}

/* ===== FEATURES GRID ===== */
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(220, 20, 20, 0.05);
  border-radius: 10px;
  border: 1px solid #0E3D90;
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(220, 20, 20, 0.1);
  border-color: #dc1414;
  transform: translateX(5px);
}

.feature-item .check-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: linear-gradient(135deg, #dc1414, #ff4444);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-item .check-icon i {
  font-size: 10px;
  color: #fff;
}

.feature-item span {
  font-size: 13px;
  color: #241d1d;
  font-weight: 500;
}

/* ===== SPECS BAR ===== */
.specs-bar {
  display: flex;
  gap: 25px;
  padding: 18px 0;
  border-top: 1px solid #0E3D90;
  border-bottom: 1px solid #0E3D90;
  margin-bottom: 22px;
}

.spec-item {
  text-align: center;
  flex: 1;
}

.spec-item .spec-value {
  font-size: 22px;
  font-weight: 800;
  color: #dc1414;
  display: block;
}

.spec-item .spec-label {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3px;
}

/* ===== BUTTONS ===== */
.product-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

.btn-primary-product {
  padding: 14px 30px;
  background: linear-gradient(135deg, #dc1414, #ff2a2a);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(220, 20, 20, 0.3);
}

.btn-primary-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(220, 20, 20, 0.5);
}

.btn-secondary-product {
  padding: 14px 25px;
  background: transparent;
  color: #ccc;
  border: 2px solid #444;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-secondary-product:hover {
  border-color: #dc1414;
  color: #dc1414;
  transform: translateY(-3px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .section-header h2 {
    font-size: 38px;
  }

  .product-image {
    flex: 0 0 40%;
    min-height: 400px;
  }

  .product-content {
    padding: 25px 20px;
  }

  .product-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .products-section {
    padding: 50px 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-header h2 {
    font-size: 30px;
  }

  .section-header .subtitle::before,
  .section-header .subtitle::after {
    display: none;
  }

  .product-card,
  .product-card.reverse {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .product-image {
    flex: none;
    min-height: 280px;
  }

  .product-number {
    font-size: 70px;
  }

  .product-content {
    padding: 25px 20px;
  }

  .product-content h3 {
    font-size: 22px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .specs-bar {
    gap: 15px;
  }

  .spec-item .spec-value {
    font-size: 18px;
  }

  .product-actions {
    flex-direction: column;
  }

  .btn-primary-product,
  .btn-secondary-product {
    width: 100%;
    justify-content: center;
  }

  .product-badge {
    left: 15px !important;
    right: auto !important;
  }
}

@media (max-width: 480px) {
  .section-header h2 {
    font-size: 24px;
  }

  .product-content {
    padding: 20px 15px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .function-tab {
    font-size: 10px;
    padding: 6px 12px;
  }

  .specs-bar {
    flex-wrap: wrap;
    gap: 10px;
  }

  .spec-item {
    flex: 0 0 calc(50% - 10px);
  }

  .tab-content-wrapper {
    padding: 15px;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-card {
  animation: fadeInUp 0.8s ease forwards;
}

.product-card:nth-child(1) {
  animation-delay: 0.1s;
}

.product-card:nth-child(2) {
  animation-delay: 0.2s;
}

.product-card:nth-child(3) {
  animation-delay: 0.3s;
}

.product-card:nth-child(4) {
  animation-delay: 0.4s;
}

.system-overview {
  background: #f5f5f5;
  padding: 60px 0;
  margin-top: 40px;
}

/* Header */
.overview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 3px solid #c62828;
  padding-bottom: 10px;
}

.overview-header h2 {
  color: #0E3D90;
  font-weight: bold;
  margin: 0;
}

.overview-header span {
  color: #c62828;
  font-weight: bold;
}

/* Content Layout */
.overview-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Image */
.overview-image {
  flex: 1;
  text-align: center;
}

.overview-image img {
  max-width: 100%;
  height: auto;
}

/* Text */
.overview-text {
  flex: 1;
}

.overview-text ul {
  list-style: none;
  padding: 0;
}

.overview-text ul li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  color: #444;
}

/* Custom Bullet */
.overview-text ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c62828;
  font-weight: bold;
}

/* Hover Effect */
.overview-text ul li:hover {
  color: #c62828;
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 992px) {
  .overview-content {
    flex-direction: column;
    text-align: center;
  }

  .overview-header {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

/* *************ups table ******** */
.ups-table-section {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 15px;
}

/* ===== TITLE ===== */
.ups-title {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #4a4a4a;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.ups-title span {
  color: #c0392b;
}

/* ===== TABLE RESPONSIVE WRAPPER ===== */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

.ups-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
  table-layout: fixed;
}

/* ===== HEADER ===== */
.ups-table thead tr {
  background: linear-gradient(135deg, #c0392b, #e74c3c);
}

.ups-table thead th {
  color: #fff;
  padding: 16px 14px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.ups-table thead th:last-child {
  border-right: none;
}

.ups-table thead th.first-col {
  background: #a93226;
  text-align: center;
  width: 160px;
}

/* ===== BODY ===== */
.ups-table tbody tr {
  transition: background 0.3s ease;
}

.ups-table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.ups-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.ups-table tbody tr:hover {
  background: #fde8e8;
}

.ups-table tbody td {
  padding: 14px;
  text-align: center;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 500;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.ups-table tbody td:last-child {
  border-right: none;
}

.ups-table tbody td.first-col {
  background: #6c6c6c;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  border-right: 2px solid #c0392b;
}

/* ===== TYPE CELL ===== */
.type-cell {
  background: linear-gradient(135deg, #f9f9f9, #ececec) !important;
  color: #c0392b !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 18px !important;
  text-align: center !important;
}

/* ===== SCROLLBAR ===== */
.table-responsive::-webkit-scrollbar {
  height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #d5d5d5;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #c0392b;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #a93226;
}

/* ============================================
           SYSTEM OVERVIEW SECTION
        ============================================ */
.system-overview {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 15px;
}

.system-overview .container {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.overview-header {
  text-align: center;
  margin-bottom: 35px;
}

.overview-header h2 {
  font-size: 24px;
  font-weight: 800;
  color: #4a4a4a;
  letter-spacing: 2px;
}

.overview-header span {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #c0392b;
  padding: 5px 20px;
  border-radius: 20px;
  letter-spacing: 1px;
}

.overview-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.overview-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.overview-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.overview-text {
  flex: 1;
  min-width: 300px;
}

.overview-text ul {
  list-style: none;
  padding: 0;
}

.overview-text ul li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.overview-text ul li:last-child {
  border-bottom: none;
}

.overview-text ul li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 10px;
  color: #c0392b;
  font-weight: 700;
  font-size: 14px;
}

.overview-text ul li:hover {
  padding-left: 35px;
  color: #c0392b;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

  .ups-title {
    font-size: 20px;
  }

  .table-responsive {
    border-radius: 0;
    box-shadow: none;
    overflow-x: visible;
  }

  .ups-table {
    min-width: unset;
    table-layout: auto;
  }

  .ups-table thead {
    display: none;
  }

  .ups-table tbody {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .ups-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: #fff !important;
  }

  .ups-table tbody tr:hover {
    background: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(192, 57, 43, 0.2);
    transition: all 0.3s ease;
  }

  .ups-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding: 12px 16px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }

  .ups-table tbody td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #c0392b;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .ups-table tbody td.first-col {
    width: 100%;
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    color: #fff;
    font-size: 16px;
    padding: 14px 20px;
    border: none;
    justify-content: center;
    text-align: center;
    letter-spacing: 2px;
  }

  .ups-table tbody td.first-col::before {
    display: none;
  }

  .ups-table tbody td.type-cell {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    background: #6c6c6c !important;
    color: #fff !important;
    font-size: 12px !important;
    letter-spacing: 0.5px;
    padding: 14px 20px !important;
  }

  .ups-table tbody td.type-cell::before {
    display: none;
  }

  /* System Overview Responsive */
  .system-overview .container {
    padding: 25px 20px;
  }

  .overview-content {
    flex-direction: column;
    gap: 25px;
  }

  .overview-header h2 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .ups-table tbody td {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 10px 16px;
  }

  .ups-title {
    font-size: 17px;
  }

  .overview-text ul li {
    font-size: 13px;
  }
}

/* ---------page servo voltage stab ------ */

.power-section {
  padding: 70px 20px;
  background: #f4f6f9;
  /* Light gray background */
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* Layout */
.power-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* Left Content */
.power-content {
  flex: 1;
}

.power-content h2 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #b71c1c;
  /* Corporate Red */
  line-height: 1.3;
}

.power-points {
  list-style: none;
  padding: 0;
}

.power-points li {
  margin-bottom: 15px;
  padding-left: 22px;
  position: relative;
  line-height: 1.6;
  color: #444;
  /* Dark gray text */
}

.power-points li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #b71c1c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.highlight-text {
  font-weight: 600;
  color: #0E3D90;
}

/* Right Images */
.power-images {
  flex: 1;
}

.main-image img {
  width: 100%;
  max-width: 320px;
  display: block;
  margin-bottom: 20px;
}

.grid-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.grid-images img {
  width: 100%;
  border-radius: 6px;
  background: #ffffff;
  padding: 6px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.grid-images img:hover,
.main-image img:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 992px) {
  .power-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .main-image img {
    margin: 0 auto 20px;
  }
}

@media (max-width: 576px) {
  .grid-images {
    grid-template-columns: repeat(2, 1fr);
  }

  .power-content h2 {
    font-size: 22px;
  }
}

.product-section {
  padding: 60px 20px;
  background: #f4f4f4;
}

/* Header */
.product-header {
  text-align: center;
  margin-bottom: 40px;
}

.product-header h2 {
  color: #b71c1c;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-header p {
  color: #444;
  max-width: 900px;
  margin: auto;
  line-height: 1.6;
}

/* Table Wrapper */
.table-wrapper {
  max-width: 1000px;
  margin: 30px auto;
  overflow-x: auto;
}

/* Table Styling */
.product-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.product-table th {
  background: #b71c1c;
  color: #fff;
  padding: 12px;
  text-align: center;
}

.product-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  background: #f9f9f9;
}

.product-table tbody tr td:first-child {
  background: #e0e0e0;
  font-weight: 600;
  text-align: left;
}

/* Highlight Row */
.highlight {
  background: #b71c1c !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

/* Hover Effect */
.product-table tbody tr:hover td {
  background: #ffe5e5;
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
  .product-header p {
    font-size: 14px;
  }

  .product-table td,
  .product-table th {
    font-size: 13px;
    padding: 10px;
  }
}

.product-section {
  padding: 70px 0;
  background: #f7f7f7;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: #0E3D90;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
}

/* image */
.product-image {
  text-align: center;
  height: 100%;
  padding-top: 100px;
  background: #e2dada;
}

.product-image img {
  width: 100%;
  max-width: 320px;
}

/* cards */
.feature-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border-top: 4px solid #0E3D90;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.feature-box h3 {
  color: #c40000;
  margin-bottom: 10px;
  font-size: 18px;
}

.feature-box ul {
  padding-left: 18px;
  margin: 0;
}

.feature-box ul li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #555;
}

/* responsive */
@media(max-width:992px) {

  .product-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .product-image {
    order: -1;
    margin-bottom: 20px;
  }

}


/* --------------three phas page ---------------- */

.main-heading {
  background: #b71c1c;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 14px;
}

.spec-section {
  padding: 70px 20px;
  background: #f4f4f4;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.spec-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #b71c1c;
}

/* Table */
.table-wrapper {
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.spec-table th {
  background: #b71c1c;
  color: #fff;
  padding: 12px;
  text-align: center;
}

.spec-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  background: #f9f9f9;
}

.spec-table tbody td:first-child {
  background: #e0e0e0;
  font-weight: 600;
  text-align: left;
}

/* Highlight last row */
.highlight-row {
  background: #b71c1c !important;
  color: #fff;
  font-weight: 600;
}

/* Hover */
.spec-table tbody tr:hover td {
  background: #ffe5e5;
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
  .spec-title {
    font-size: 20px;
  }

  .spec-table th,
  .spec-table td {
    font-size: 13px;
    padding: 10px;
  }
}

.feature-section {
  padding: 70px 20px;
  background: #f4f4f4;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.feature-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-left: 5px solid #0E3D90;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* ICON STYLE */
.feature-icon {
  min-width: 60px;
  height: 60px;
  background: #c1b5b5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.feature-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #b71c1c;
}

.feature-content ul {
  padding-left: 18px;
  margin: 0;
}

.feature-content ul li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #444;
}

/* Responsive */
@media (max-width: 992px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}


/* --------------sigle phas page ---------------- */

.range-section {
  padding: 70px 20px;
  background: #f4f4f4;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* Layout */
.range-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* Content */
.range-content {
  flex: 1;
}

.range-card {
  background: #ffffff;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-left: 5px solid #b71c1c;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.range-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.range-card h3 {
  color: #b71c1c;
  margin-bottom: 12px;
  font-size: 18px;
}

.range-card ul {
  padding-left: 18px;
  margin: 0;
}

.range-card ul li {
  margin-bottom: 6px;
  color: #444;
  font-size: 14px;
}

/* Image */
.range-image {
  flex: 1;
  text-align: center;
}

.range-image img {
  width: 100%;
  max-width: 450px;
  transition: 0.3s;
}

.range-image img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .range-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .range-content {
    width: 100%;
  }

  .range-image img {
    max-width: 350px;
    margin-top: 20px;
  }
}


/* -------about us page section ------ */

/* abutus page CLIFF'S Electronics */
.about-section {
  padding: 80px 0;
  background: #f7f7f7;
}

.about-title {
  color: #c40000;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}

.about-highlights {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.highlight-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  flex: 1;
  min-width: 180px;
  border-left: 4px solid #c40000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.highlight-box h4 {
  color: #c40000;
  margin: 0;
  font-size: 28px;
}

.highlight-box span {
  color: #555;
  font-size: 14px;
}

.highlight-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Mobile */
@media (max-width:768px) {

  .about-highlights {
    flex-direction: column;
    gap: 15px;
  }

  .highlight-box {
    width: 100%;
  }

}

/* <!-- ---------  Operating Segments ------- --> */
.applications {
  padding: 70px 0;
  background: #f4f4f4;
}

.container {
  width: 90%;
  margin: auto;
}

.app-title {
  font-size: 28px;
  margin-bottom: 40px;
  color: #c40000;
  font-weight: 600;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.app-box {
  display: flex;
  align-items: center;
  background: #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
}

.app-box img {
  width: 120px;
  height: 100%;
  object-fit: cover;
}

.app-text {
  padding: 20px;
}

.app-text h4 {
  margin: 0;
  color: #c40000;
  font-size: 18px;
}

.app-text p {
  margin: 5px 0 0;
  color: #555;
  font-size: 14px;
}

/* Hover Effect */

.app-box:hover {
  transform: translateY(-5px);
  background: #e9e9e9;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.app-box:hover h4 {
  color: #ff0000;
}

@media (max-width:768px) {

  .app-grid {
    grid-template-columns: 1fr;
  }

  .app-box img {
    width: 100px;
  }

  .app-title {
    font-size: 22px;
  }

}

.app-box {
  display: flex;
  align-items: center;
  background: #cfd8df;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 8px;
  transition: 0.4s;
}

.app-img {
  width: 140px;
  height: 100px;
  overflow: hidden;
}

.app-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* diagonal cut */
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}

.app-text {
  padding: 20px;
}

.app-text h4 {
  margin: 0;
  font-size: 16px;
  color: #0E3D90;
}

.app-text p {
  margin: 3px 0 0;
  color: #666;
  font-size: 14px;
}

/* hover effect */

.app-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.app-box:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}

/* Quality You Can Trust */
/* ================================================
   Root Variables - Red & Gray Theme
================================================= */
:root {
  --main-color: #DC2626;
  --gray-color: #9CA3AF;
  --dark-gray: #4B5563;
  --light-gray: #F3F4F6;
  --black-color: #212529;
  --white-color: #ffffff;
  --paragraph-color: #666666;
  --transition: all 0.4s ease-in-out;
}

/* ================================================
   Section Padding - Responsive
================================================= */
.pt-100 {
  padding: 100px;
}

@media (max-width: 1199px) {
  .pt-100 {
    padding: 80px;
  }
}

@media (max-width: 991px) {
  .pt-100 {
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .pt-100 {
    padding: 40px 20px;
  }
}

@media (max-width: 576px) {
  .pt-100 {
    padding: 30px 15px;
  }
}

/* ================================================
   About Area - Main Container
================================================= */
.about-area .container-fluid {
  max-width: 1400px;
  margin: auto;
}

/* ================================================
   Equal Height - Row Setup
================================================= */
.about-area .row.align-items-stretch {
  display: flex;
  flex-wrap: wrap;
}

.about-area .row.align-items-stretch>[class*="col-"] {
  display: flex;
  margin-bottom: 30px;
}

/* ================================================
   About Content - Both Boxes
================================================= */
.about-content {
  background-color: var(--white-color);
  border-radius: 15px;
  padding: 40px 35px;
  width: 100%;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  border-top: 4px solid var(--gray-color);
  position: relative;
  overflow: hidden;
  /* Equal Height Magic */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.about-content::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(156, 163, 175, 0.06);
  transition: var(--transition);
}

.about-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(220, 38, 38, 0.15);
  border-top: 4px solid var(--main-color);
}

.about-content:hover::before {
  width: 300px;
  height: 300px;
  background: rgba(220, 38, 38, 0.05);
}

/* ================================================
   Quality Box - Left Column
================================================= */
.quality-box {
  border-left: 4px solid var(--gray-color);
  border-top: 4px solid transparent;
}

.quality-box:hover {
  border-left: 4px solid var(--main-color);
  border-top: 4px solid var(--main-color);
}

/* ================================================
   Infrastructure Box - Right Column
================================================= */
.infrastructure-box {
  border-right: 4px solid var(--gray-color);
  border-top: 4px solid transparent;
}

.infrastructure-box:hover {
  border-right: 4px solid var(--main-color);
  border-top: 4px solid var(--main-color);
}

/* ================================================
   Content Styling
================================================= */
.about-content>span {
  font-size: 14px;
  color: var(--main-color);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  background-color: rgba(220, 38, 38, 0.08);
  padding: 6px 15px 6px 45px;
  border-radius: 30px;
  align-self: flex-start;
}

.about-content>span::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: var(--main-color);
}

.about-content h3 {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--black-color);
  font-weight: 700;
  line-height: 1.3;
}

.about-content p {
  color: var(--paragraph-color);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
}

/* ================================================
   Sub Heading
================================================= */
.quality-sub-heading {
  margin-top: 20px;
  margin-bottom: 5px;
}

.quality-sub-heading h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
  border-left: 3px solid var(--gray-color);
  transition: var(--transition);
}

.about-content:hover .quality-sub-heading h4 {
  border-left: 3px solid var(--main-color);
}

/* ================================================
   About Features List
================================================= */
.about-features {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 16px;
  margin-left: -8px;
  margin-right: -8px;
  /* Flex grow to push note down */
  flex: 1;
  align-content: flex-start;
}

.about-features li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}

.about-features li span {
  display: block;
  background-color: var(--light-gray);
  border-radius: 8px;
  padding: 15px 18px;
  z-index: 1;
  position: relative;
  transition: var(--transition);
  color: var(--black-color);
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
}

.about-features li span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 8px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: var(--white-color);
  z-index: -1;
  transition: var(--transition);
}

.about-features li span:hover::before {
  height: 100%;
}

.about-features li span i {
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 6px;
  font-weight: bold;
  color: var(--gray-color);
  transition: var(--transition);
}

.about-features li span:hover i {
  color: var(--main-color);
}

/* ================================================
   About Features .two Variation
================================================= */
.about-features.two li span {
  background-color: var(--white-color);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(156, 163, 175, 0.3);
  border-left: 3px solid var(--gray-color);
}

.about-features.two li span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 8px;
  background-color: var(--main-color);
  z-index: -1;
  transition: var(--transition);
  box-shadow: none;
}

.about-features.two li span:hover {
  color: var(--white-color);
  border-color: var(--main-color);
  border-left-color: var(--main-color);
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.25);
}

.about-features.two li span:hover::before {
  height: 100%;
}

.about-features.two li span i {
  color: var(--gray-color);
  font-weight: 500;
  transition: var(--transition);
}

.about-features.two li span:hover i {
  color: var(--white-color);
}

/* ================================================
   Quality Note Box - Pushed to Bottom
================================================= */
.quality-note {
  margin-top: auto;
  background: linear-gradient(135deg, var(--light-gray), #e5e7eb);
  border-radius: 10px;
  padding: 18px 22px;
  border-left: 4px solid var(--gray-color);
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.quality-note::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 80px;
  height: 80px;
  background: rgba(156, 163, 175, 0.1);
  border-radius: 50%;
  transition: var(--transition);
}

.quality-note:hover {
  border-left: 4px solid var(--main-color);
  box-shadow: 0 5px 20px rgba(220, 38, 38, 0.1);
}

.quality-note:hover::before {
  background: rgba(220, 38, 38, 0.06);
  width: 120px;
  height: 120px;
}

.quality-note p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--black-color);
  font-weight: 500;
  line-height: 1.7;
}

.quality-note p i {
  color: var(--gray-color);
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: 2px;
  transition: var(--transition);
}

.quality-note:hover p i {
  color: var(--main-color);
}

/* ================================================
   Responsive Design
================================================= */
@media (max-width: 1199px) {
  .about-content h3 {
    font-size: 26px;
  }

  .about-content {
    padding: 30px 25px;
  }

  .about-features li span {
    font-size: 14px;
    padding: 12px 15px;
  }
}

@media (max-width: 991px) {
  .about-content h3 {
    font-size: 24px;
  }

  .about-content {
    padding: 30px 25px;
  }

  .quality-box {
    border-left: none;
    border-top: 4px solid var(--gray-color);
  }

  .quality-box:hover {
    border-left: none;
    border-top: 4px solid var(--main-color);
  }

  .infrastructure-box {
    border-right: none;
    border-top: 4px solid var(--gray-color);
  }

  .infrastructure-box:hover {
    border-right: none;
    border-top: 4px solid var(--main-color);
  }
}

@media (max-width: 767px) {
  .about-content h3 {
    font-size: 22px;
  }

  .about-content>span {
    font-size: 12px;
  }

  .about-features li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-features li span {
    font-size: 14px;
    padding: 12px 15px;
  }

  .about-content {
    padding: 25px 20px;
  }

  .quality-sub-heading h4 {
    font-size: 16px;
  }

  .quality-note {
    padding: 15px 18px;
  }

  .quality-note p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .about-content h3 {
    font-size: 20px;
  }

  .about-content p {
    font-size: 14px;
  }
}

/* ================================================
   Section Padding - All Sides 100px with Responsive
================================================= */
.pt-100 {
  padding: 90px;
}

@media (max-width: 1199px) {
  .pt-100 {
    padding: 80px;
  }
}

@media (max-width: 991px) {
  .pt-100 {
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .pt-100 {
    padding: 40px 20px;
  }
}

@media (max-width: 576px) {
  .pt-100 {
    padding: 30px 15px;
  }
}



/* ------------- static ------------- */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&family=Inter:wght@400;600;700&display=swap');

:root {
  --cliff-primary: #1a1a1a;
  --cliff-accent: #e63232;
  --cliff-accent2: #ff4444;
  --cliff-accent-dark: #b22222;
  --cliff-gray-light: #2a2a2a;
  --cliff-gray-mid: #3a3a3a;
  --cliff-gray-text: #999;
  --cliff-dark: #111111;
  --cliff-card-bg: rgba(255, 255, 255, 0.03);
  --cliff-glow: 0 0 40px rgba(230, 50, 50, 0.15);
}

.cliff-stats-section {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 20px 0 20px;
}

.cliff-stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(230, 50, 50, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(255, 68, 68, 0.04) 0%, transparent 60%),
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.02) 0%, transparent 50%);
  pointer-events: none;
}

/* Animated grid background */
.cliff-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(230, 50, 50, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 50, 50, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridMove 20s linear infinite;
  pointer-events: none;
}

@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(60px, 60px);
  }
}

/* Circuit lines decoration */
.cliff-circuit-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(230, 50, 50, 0.2), transparent);
  height: 1px;
  pointer-events: none;
}

.cliff-circuit-line:nth-child(1) {
  top: 15%;
  left: 0;
  width: 30%;
  animation: circuitPulse 4s ease-in-out infinite;
}

.cliff-circuit-line:nth-child(2) {
  top: 85%;
  right: 0;
  width: 25%;
  animation: circuitPulse 5s ease-in-out 1s infinite;
}

.cliff-circuit-line:nth-child(3) {
  top: 50%;
  left: 10%;
  width: 15%;
  animation: circuitPulse 3s ease-in-out 2s infinite;
}

@keyframes circuitPulse {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

/* Section Header */
.cliff-stats-header {
  text-align: center;
  position: relative;
  z-index: 2;
}

.cliff-stats-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 24px;
  background: rgba(230, 50, 50, 0.08);
  border: 1px solid rgba(230, 50, 50, 0.25);
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--cliff-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
  animation: badgePulse 3s ease-in-out infinite;
}

.cliff-stats-badge svg {
  width: 16px;
  height: 16px;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes badgePulse {

  0%,
  100% {
    box-shadow: 0 0 20px rgba(230, 50, 50, 0.1);
  }

  50% {
    box-shadow: 0 0 30px rgba(230, 50, 50, 0.25);
  }
}

.cliff-stats-title {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 15px;
  line-height: 1.2;
}

.cliff-stats-title span {
  background: linear-gradient(135deg, var(--cliff-accent), var(--cliff-accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cliff-stats-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: var(--cliff-gray-text);
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Stats Grid */
.cliff-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* Counter Card */
.cliff-counter-card {
  position: relative;
  background: var(--cliff-gray-light);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px 25px 35px;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: default;
}

.cliff-counter-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--cliff-accent), var(--cliff-accent2), transparent);
  opacity: 0;
  transition: opacity 0.5s;
}

.cliff-counter-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(230, 50, 50, 0.04) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.cliff-counter-card:hover {
  transform: translateY(-8px);
  border-color: rgba(230, 50, 50, 0.25);
  box-shadow: var(--cliff-glow);
  background: var(--cliff-gray-mid);
}

.cliff-counter-card:hover::before {
  opacity: 1;
}

.cliff-counter-card:hover::after {
  opacity: 1;
}

/* Card icon */
.cliff-counter-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
}

.cliff-counter-icon svg {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
  transition: transform 0.4s;
}

.cliff-counter-card:hover .cliff-counter-icon svg {
  transform: scale(1.15);
}

.cliff-counter-icon.icon-red {
  background: rgba(230, 50, 50, 0.12);
  border: 1px solid rgba(230, 50, 50, 0.2);
  color: var(--cliff-accent);
}

.cliff-counter-icon.icon-crimson {
  background: rgba(178, 34, 34, 0.12);
  border: 1px solid rgba(178, 34, 34, 0.25);
  color: #dc3545;
}

.cliff-counter-icon.icon-silver {
  background: rgba(180, 180, 180, 0.1);
  border: 1px solid rgba(180, 180, 180, 0.15);
  color: #b4b4b4;
}

.cliff-counter-icon.icon-ash {
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(150, 150, 150, 0.15);
  color: #aaa;
}

/* Number */
.cliff-counter-number {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}

.cliff-counter-number .count-value {
  display: inline-block;
}

.cliff-counter-number .count-suffix {
  font-size: 0.55em;
  font-weight: 700;
  background: linear-gradient(135deg, var(--cliff-accent), var(--cliff-accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Label */
.cliff-counter-label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 8px;
  line-height: 1.5;
}

/* Micro progress bar under number */
.cliff-counter-bar {
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  margin: 14px auto 0;
  overflow: hidden;
  position: relative;
}

.cliff-counter-bar-fill {
  height: 100%;
  border-radius: 3px;
  width: 0%;
  transition: width 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.cliff-counter-bar-fill.fill-red {
  background: linear-gradient(90deg, var(--cliff-accent), var(--cliff-accent2));
}

.cliff-counter-bar-fill.fill-crimson {
  background: linear-gradient(90deg, #b22222, #dc3545);
}

.cliff-counter-bar-fill.fill-silver {
  background: linear-gradient(90deg, #888, #bbb);
}

.cliff-counter-bar-fill.fill-ash {
  background: linear-gradient(90deg, #777, #aaa);
}

.cliff-counter-card.is-visible .cliff-counter-bar-fill {
  width: 100%;
}

/* Highlight strip below counters */
.cliff-highlight-strip {
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.cliff-highlight-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 28px 40px;
  background: linear-gradient(135deg, rgba(230, 50, 50, 0.05), rgba(58, 58, 58, 0.4));
  border: 1px solid rgba(230, 50, 50, 0.12);
  border-radius: 16px;
}

.cliff-highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--cliff-gray-text);
}

.cliff-highlight-item svg {
  width: 18px;
  height: 18px;
  color: var(--cliff-accent);
  flex-shrink: 0;
}

.cliff-highlight-item strong {
  color: #080707;
  font-weight: 700;
}

.cliff-highlight-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 992px) {
  .cliff-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .cliff-highlight-inner {
    gap: 20px;
    padding: 24px 30px;
  }
}

@media (max-width: 576px) {
  .cliff-stats-section {
    padding: 70px 0 60px;
  }

  .cliff-stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 350px;
  }

  .cliff-stats-header {
    margin-bottom: 50px;
  }

  .cliff-highlight-divider {
    display: none;
  }

  .cliff-highlight-inner {
    flex-direction: column;
    gap: 14px;
    padding: 24px 20px;
  }
}

.values-icons {
    margin-top: 50px;
}

.icon-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
}

.icon-box i {
    font-size: 30px;
    color: #c1121f;
    margin-bottom: 10px;
}

.icon-box p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.values-strip {
    margin-top: 60px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.strip-item {
    padding: 10px 5px;
    transition: 0.3s;
}

.strip-item i {
    font-size: 26px;
    color: #c1121f;
    margin-bottom: 8px;
}

.strip-item p {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: #0E3D90;
}

.strip-item:hover {
    color: #c1121f;
    transform: translateY(-3px);
}
.padding-40{
 padding:40px 0;   
}
.bg-white{
    background:white;
}
.bg-smoke{
    background:whitesmoke;
}
/* ===== Values Icon Strip ===== */
.values-icon-strip {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 60px;
    padding-top: 50px;
    border-top: 2px solid #f0f0f0;
}

.values-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 14px;*/
    max-width: 140px;
    text-align: center;
    cursor: default;
    transition: transform 0.3s ease;
}

.values-icon-item:hover {
    transform: translateY(-8px);
}

.values-icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(26, 26, 46, 0.25);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.values-icon-circle::before {
    content: '';
    position: absolute;
    /*inset: 3px;*/
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.values-icon-circle::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0E3D90;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.values-icon-item:hover .values-icon-circle {
    box-shadow: 0 12px 35px rgba(230, 57, 70, 0.35);
    transform: scale(1.08);
}

.values-icon-item:hover .values-icon-circle::after {
    opacity: 1;
}

.values-icon-circle i {
    font-size: 2rem;
    color: #fff;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.values-icon-item:hover .values-icon-circle i {
    transform: scale(1.15);
}

.values-icon-item span {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a1a2e;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
    position: relative;
    padding-bottom: 6px;
    transition: color 0.3s ease;
}

.values-icon-item span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #e63946, #f4a261);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.values-icon-item:hover span::after {
    width: 100%;
}

.values-icon-item:hover span {
    color: #e63946;
}

/* Responsive */
@media (max-width: 768px) {
    .values-icon-strip {
        gap: 25px;
    }

    .values-icon-circle {
        width: 70px;
        height: 70px;
    }

    .values-icon-circle i {
        font-size: 1.5rem;
    }

    .values-icon-item {
        max-width: 110px;
    }

    .values-icon-item span {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .values-icon-strip {
        gap: 18px;
    }

    .values-icon-circle {
        width: 60px;
        height: 60px;
    }

    .values-icon-circle i {
        font-size: 1.2rem;
    }

    .values-icon-item {
        max-width: 90px;
    }

    .values-icon-item span {
        font-size: 0.6rem;
        letter-spacing: 0.5px;
    }
}


.dropdown-menu > li > a {
 
    color: #fff !important;
 
}

.navbar-main .dropdown-menu>li a:hover {
   
    color: black !important;
}

