@charset "UTF-8";

/*
	[Master Stylesheet]
	Template Name: legalor
	Description: legalor is an expressive, virtuous, Responsive, user friendly and powerful HTML 5 Template.This template was built in Bootstrap 5, HTML5 and CSS3.
	Author: Bosa Themes
	Author URI: https://themeforest.net/user/bosathemes
	Version: 1.0.0
	Primary use: event
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Typography
3. Table
4. Forms
5. Buttons
6. Pagination
7. Clearing
8. Main Header
9. Home front section
	* Home banner section
	* Home About section  
	* Home Blog section  
	* Home Gallery section  
	* Home legal area section  
	* Home service section  
	* Home Progress section  
	* Home Schedule section  
	* Home Testimonial section    
	* Home sidebar section    
10. main Footer
11. pages
	* 404 Pages
	* About Pages
	* Account page
	* Blog Archive Pages
	* Blog Single Pages
	* Cart Pages
	* Cheakout Page
	* Comming Soon Page
	* Contact page
	* Event Schedule Page
	* Event Detail Pages
	* FAQ Pages
	* Gallery Pages
	* Legal Page
	* Pricing Page
	* Recover page
	* Reservation Page
	* Search Pages
	* Speaker List pages
	* Speaker Detail pages
	* Sponsers Pages
	* Testimonial Pages
	* Shop Pages
		*Product Right
		*Product Detail
		*Product Cart 
		*Product Checkout
12. compatibility
    * Widget Siderbar

---------------------------------------------------------------- */
/*--------------------------------------------------------------
>>> Normalize
----------------------------------------------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

figure {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
>>> Typography
----------------------------------------------------------------*/
body {
  background-color: #ffffff;
  font-size: 15px;
  color: #414141;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  scroll-behavior: smooth;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

p {
  margin-bottom: 15px;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 13px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
pre {
  background-color: #fafafa;
  border-width: 0 0 0 3px;
  border-color: #d9d9d9;
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {

  blockquote,
  pre {
    font-size: 14px;
  }
}

blockquote p,
pre p {
  margin-bottom: 0;
}

blockquote {
  background-color: transparent;
  border-left: none;
  color: #111;
  margin: 40px 0;
  text-align: center;
  position: relative;
  padding: 30px;
}

blockquote:before {
  background-color: #fff;
  color: #444444;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  float: left;
  margin-right: 20px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -10px;
  padding: 0 10px;
  z-index: 9;
}

blockquote:after {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  content: "";
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  width: 200px;
}

blockquote p {
  font-size: 15px;
  line-height: 1.4;
}

blockquote cite {
  color: #8d8d8d;
  display: block;
  font-style: normal;
  font-size: 13px;
}

abbr,
acronym {
  border-bottom: 1px dotted #5e5e5e;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

big {
  font-size: 125%;
}

b,
strong {
  font-weight: 700;
}

iframe {
  display: block;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 0.875em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #1B3A6D;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover,
a:focus,
a:active {
  color: #c1272d;
  text-decoration: none;
  outline: 0;
}

a:visited {
  text-decoration: none;
  outline: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #2b2b2b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
.container {
  max-width: 1390px;
  padding-left: 15px;
  padding-right: 15px;
}

.overlay,
.pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.round-border {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.figure-round-border {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}

.figure-round-border img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.counter-inner-two-side .counter-item {
  padding: 20px 25px;
  text-align: center;
  border-right: 0;
}

.counter-inner-two-side .counter-item:first-child {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.17);
}

.counter-inner-two-side .counter-item:last-child {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.17);
  margin-top: -1px;
  margin-left: -1px;
}

.counter-inner-two-side .counter-item .counter-no {
  color: #ffffff;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .counter-inner-two-side .counter-item .counter-no {
    font-size: 35px;
  }
}

.counter-inner-two-side .counter-item .Completed {
  color: #ffffff;
}

.counter-inner .counter-item {
  padding: 25px;
  text-align: center;
  border-right: 1px solid #d9d9d9;
}

.counter-inner .counter-item:last-child {
  border-right: 0;
}

@media screen and (max-width: 991px) {
  .counter-inner .counter-item {
    border-right: 0;
  }

  .counter-inner .counter-item:first-child {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
  }

  .counter-inner .counter-item:last-child {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #d9d9d9;
    margin-top: -1px;
    margin-left: -1px;
  }
}

@media screen and (max-width: 575px) {
  .counter-inner .counter-item {
    border-width: 1px 0 0 0px;
    border-style: solid;
    border-color: #d9d9d9;
  }

  .counter-inner .counter-item:first-child {
    border-width: 0px 0 0 0;
    border-style: solid;
    border-color: #d9d9d9;
  }

  .counter-inner .counter-item:last-child {
    border-width: 1px 0 1px 0px;
    border-style: solid;
    border-color: #d9d9d9;
  }
}

.counter-inner .counter-item .counter-no {
  color: #D4AF37;
  font-size: 52px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1.2;
}

.counter-inner .counter-item .Completed {
  color: #D4AF37;
  font-size: 13px;
  line-height: 1.2;
}

.banner-section-head-white-info {
  line-height: 1;
}

.banner-section-head-white-info .section-sub-title {
  padding-left: 32px;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  display: inline-block;
}

.banner-section-head-white-info .section-sub-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.banner-section-head-white-info .section-title {
  margin-bottom: 30px;
  color: #ffffff;
}

.banner-section-head-white-info .section-paragraph {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #f8f8f8;
}

.banner-section-head-white-info .section-btn {
  margin-top: 20px;
}

.section-head-white-info {
  line-height: 1;
}

.section-head-white-info .section-sub-title {
  line-height: 1.1;
  padding-left: 32px;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  display: inline-block;
}

.section-head-white-info .section-sub-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.section-head-white-info .section-title {
  margin-bottom: 20px;
  color: #ffffff;
}

.section-head-white-info .section-paragraph {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #f8f8f8;
}

.section-head-white-info .section-btn {
  margin-top: 20px;
}

.section-head-info {
  line-height: 1;
  margin-bottom: 40px;
}

.section-head-info .section-sub-title {
  line-height: 1.1;
  padding-left: 32px;
  color: #1B3A6D;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  display: inline-block;
}

.section-head-info .section-sub-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2px;
  width: 20px;
  background-color: #D4AF37;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.section-head-info .section-title {
  margin-bottom: 20px;
}

.section-head-info .section-paragraph {
  margin-bottom: 15px;
  line-height: 1.5;
}

.section-head-info .section-btn {
  margin-top: 20px;
}

.section-head {
  line-height: 1;
  margin-bottom: 40px;
}

.section-head .section-sub-title {
  line-height: 1.1;
  padding-left: 32px;
  color: #c1272d;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  display: inline-block;
}

.section-head .section-sub-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2px;
  width: 20px;
  background-color: #1B3A6D;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.section-head .section-title {
  margin-bottom: 0px;
}

.section-head-white {
  line-height: 1;
  margin-bottom: 40px;
}

.section-head-white .section-sub-title {
  line-height: 1.1;
  padding-left: 32px;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  display: inline-block;
}

.section-head-white .section-sub-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.section-head-white .section-title {
  margin-bottom: 0px;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> table
----------------------------------------------------------------*/
table {
  color: #737373;
  margin: 0 0 1.5em;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
  font-size: 15px;
}

table thead tr {
  background-color: #262626;
}

table thead tr th {
  color: #383838;
}

table.table {
  color: #737373;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
  border-bottom: 1px solid #e6e6e6;
}

th,
td {
  padding: 8px;
}

/*--------------------------------------------------------------
>>> form
----------------------------------------------------------------*/
form {
  position: relative;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  height: 48px;
}

@media screen and (max-width: 575px) {

  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color] {
    height: 40px;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background-color: #f8f8f8;
  border: none;
  font-size: 14px;
  padding: 0 16px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

@media screen and (max-width: 575px) {

  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    font-size: 13px;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #1B3A6D;
  outline: 0;
}

input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0) !important;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a7a7a7;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a7a7a7;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #a7a7a7;
}

textarea {
  padding: 20px 15px;
  width: 100%;
}

select {
  border: 1px solid #d9d9d9;
  color: #383838;
  height: 48px;
  padding: 0 30px 0 10px;
}

select option {
  padding: 8px;
}

select:focus {
  outline: none;
}

@media screen and (max-width: 575px) {
  select {
    height: 40px;
  }
}

form label {
  font-weight: normal;
}

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  padding: 0 55px 0 10px;
}

.search-form button {
  background-color: #1B3A6D;
  color: #ffffff;
  font-size: 15px;
  border: none;
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.search-form button:hover {
  background-color: #c1272d;
}

.form-group {
  margin-bottom: 20px;
}

.form-group select {
  height: 48px;
}

.form-group select,
.form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.form-group label {
  display: block;
  color: #383838;
  font-size: 13px;
  margin-bottom: 10px;
}

.form-group label.checkbox-list {
  position: relative;
  padding-left: 30px;
}

.form-group label .custom-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 2px;
}

.form-group label .custom-checkbox:before {
  background-color: #1B3A6D;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

.form-group label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -9;
}

.form-group label input:checked~.custom-checkbox {
  border-color: #1B3A6D;
}

.form-group label input:checked~.custom-checkbox:before {
  opacity: 1;
}

/*--------------------------------------------------------------
>>> button
----------------------------------------------------------------*/
.button-round-primary,
.button-round-secondary,
.button-round-white,
.button-round-white-transparent,
.button-round-primary-transparent,
.button-primary,
.button-secondary,
.button-white,
.button-white-border,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 15px;
  line-height: 1.2;
  padding: 15px 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {

  .button-round-primary,
  .button-round-secondary,
  .button-round-white,
  .button-round-white-transparent,
  .button-round-primary-transparent,
  .button-primary,
  .button-secondary,
  .button-white,
  .button-white-border,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 13px;
    padding: 15px 20px;
  }
}

input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: none;
  border-radius: 25px;
  background-color: #1B3A6D;
  background-size: 400%;
  background-position: left;
  transition: background-position 0.4s ease-out;
}

input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #c1272d;
  background-position: right;
}

.button-primary,
.button-secondary,
.button-white,
.button-white-border {
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.4s, color 0.4s, border 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s, border 0.4s;
  -ms-transition: background-color 0.4s, color 0.4s, border 0.4s;
  -o-transition: background-color 0.4s, color 0.4s, border 0.4s;
  transition: background-color 0.4s, color 0.4s, border 0.4s;
  color: #ffffff;
}

.button-primary:hover,
.button-primary:focus,
.button-primary:active,
.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active,
.button-white:hover,
.button-white:focus,
.button-white:active,
.button-white-border:hover,
.button-white-border:focus,
.button-white-border:active {
  background-color: #c1272d;
  border-color: #c1272d;
  color: #ffffff;
}

.button-primary {
  background-color: #1B3A6D;
  border: none;
}

.button-secondary {
  background-color: #D4AF37;
  border: none;
}

.button-white {
  background-color: #ffffff;
  color: #D4AF37;
  border: none;
}

.button-white-border {
  border: 1px solid white;
  background-color: transparent;
}

.button-round-primary,
.button-round-secondary,
.button-round-white,
.button-round-white-transparent,
.button-round-primary-transparent {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: none;
  color: #1B3A6D;
  display: inline-block;
  position: relative;
  border: none;
  -webkit-transition: background-color 0.4s, color 0.4s, border 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s, border 0.4s;
  -ms-transition: background-color 0.4s, color 0.4s, border 0.4s;
  -o-transition: background-color 0.4s, color 0.4s, border 0.4s;
  transition: background-color 0.4s, color 0.4s, border 0.4s;
}

.button-round-primary {
  background-color: #128C7E;
  color: #ffffff;
  border-radius: 50px;
  padding: 18px 40px;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 10px 25px rgba(18, 140, 126, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.button-round-primary:hover {
  background-color: #128C7E;
  box-shadow: 0 10px 25px rgba(18, 140, 126, 0.25);
  transform: none;
  color: #fff;
}

.whatsapp-btn {
  background-color: #128C7E !important;
  color: #ffffff !important;
  box-shadow: 0 10px 25px rgba(18, 140, 126, 0.4);
  border-radius: 50px !important;
  padding: 15px 35px !important;
  font-weight: 800 !important;
  line-height: 1.1;
  text-align: left;
  display: inline-flex !important;
  align-items: center;
}

.whatsapp-btn:hover {
  background-color: #128C7E !important;
  box-shadow: 0 10px 25px rgba(18, 140, 126, 0.4);
  transform: none;
}

.whatsapp-btn i {
  margin-right: 12px;
  font-size: 1.8em;
  vertical-align: middle;
}

.button-round-secondary {
  background-color: #c1272d;
  color: #ffffff;
}

.button-round-white {
  background-color: #ffffff;
  color: #111111;
}

.button-round-white-transparent {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.button-round-primary-transparent {
  border: 1px solid #1B3A6D;
  color: #1B3A6D;
}

.button-round-primary:hover,
.button-round-primary:focus,
.button-round-primary:active,
.button-round-secondary:hover,
.button-round-secondary:focus,
.button-round-secondary:active,
.button-round-white:hover,
.button-round-white:focus,
.button-round-white:active,
.button-round-white-transparent:hover,
.button-round-white-transparent:focus,
.button-round-white-transparent:active,
.button-round-primary-transparent:hover,
.button-round-primary-transparent:focus,
.button-round-primary-transparent:active {
  background-color: #c1272d;
  border-color: #c1272d;
  color: #ffffff;
}

.button-text {
  color: #0E3500;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.button-text:hover,
.button-text:focus,
.button-text:active {
  color: #1B3A6D;
}

/*--------------------------------------------------------------
>>> Default 
----------------------------------------------------------------*/
.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.white-bg {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #F8F8F8;
}

.bg-light-blue {
  background-color: #E7F0F7;
}

.primary-bg {
  background-color: #1B3A6D;
}

.secondary-bg {
  background-color: #D4AF37;
}

.bg-transparent-img {
  background-color: rgba(21, 21, 21, 0.75);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bg-transparent-img:before {
  background-color: rgba(21, 21, 21, 0.75);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.primary-color {
  color: #1B3A6D;
}

.secondary-color {
  color: #D4AF37;
}

.title-color {
  color: #111;
}

.list-more-btn {
  padding-top: 20px;
}

.list-more-btn a {
  padding: 18px 30px;
}

.site-loader, 
#siteLoader, 
.preloader-content {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.site-loader {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}

.site-loader .preloader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}

.rating-start-wrap {
  display: table;
  text-align: right;
}

.rating-start-wrap .rating-start {
  display: table;
  position: relative;
  font-size: 13px;
  letter-spacing: 4px;
}

.rating-start-wrap .rating-start:before {
  color: #ccd6df;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}

.rating-start-wrap .rating-start span {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.rating-start-wrap .rating-start span:before {
  color: #1B3A6D;
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}

.social-links ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.social-links li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}

.social-links a {
  font-size: 16px;
  color: #1B3A6D;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.social-links a:hover,
.social-links a:focus,
.social-links a:active {
  color: #c1272d;
}

.social-icon-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.social-icon-wrap .social-icon {
  padding: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.social-icon-wrap .social-icon a {
  background-color: #1B3A6D;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.social-icon-wrap .social-icon a:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  -moz-filter: saturate(1.5) brightness(1.2);
  -ms-filter: saturate(1.5) brightness(1.2);
  -o-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}

.social-icon-wrap .social-icon [class*=fa-] {
  width: 40px;
  text-align: center;
}

.social-icon-wrap .social-icon span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.12)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
  padding: 10px 15px;
}

.social-icon-wrap .social-facebook a {
  background-color: #3b5998;
}

.social-icon-wrap .social-pinterest a {
  background-color: #bd081c;
}

.social-icon-wrap .social-whatsapp a {
  background-color: #25d366;
}

.social-icon-wrap .social-linkedin a {
  background-color: #0077b5;
}

.social-icon-wrap .social-twitter a {
  background-color: #1da1f2;
}

.social-icon-wrap .social-google a {
  background-color: #dd4b39;
}

.to-top-icon {
  background-color: rgba(255, 217, 116, 0.7);
  color: #ffffff;
  font-size: 12px;
  display: none;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.to-top-icon:hover {
  background-color: #c1272d;
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  .to-top-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    right: 10px;
    bottom: 10px;
  }
}

/*--------------------------------------------------------------
>>> Soft Shadow Card Style
----------------------------------------------------------------*/
.card-soft-shadow {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.card-soft-shadow:hover {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
  transform: translateY(-8px);
}

/*--------------------------------------------------------------
>>> Brand Color Card (Blue) - Service Section
----------------------------------------------------------------*/
.card-dark-gold {
  background: linear-gradient(135deg, #1B3A6D 0%, #2a5da8 100%);
  border: none;
  border-radius: 20px;
  padding: 40px 30px;
  color: #ffffff;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(27, 58, 109, 0.3);
}

.card-dark-gold::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.card-dark-gold>* {
  position: relative;
  z-index: 1;
}

.card-dark-gold:hover {
  box-shadow: 0 20px 60px rgba(27, 58, 109, 0.5);
  transform: translateY(-10px) scale(1.02);
  background: linear-gradient(135deg, #2a5da8 0%, #1B3A6D 100%);
}

.card-dark-gold:hover::before {
  opacity: 1;
}

.card-dark-gold h5,
.card-dark-gold a {
  color: #ffffff;
  font-weight: 700;
}

.card-dark-gold p {
  color: rgba(255, 255, 255, 0.9);
}

/*--------------------------------------------------------------
>>> Gradient Overlay Card (Modern)
----------------------------------------------------------------*/
.card-gradient-overlay {
  background: linear-gradient(135deg, #1B3A6D 0%, #2a5da8 100%);
  border-radius: 20px;
  padding: 40px;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 15px 40px rgba(27, 58, 109, 0.3);
}

.card-gradient-overlay::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 250px;
  height: 250px;
  background: rgba(212, 175, 55, 0.15);
  border-radius: 50%;
  transition: all 0.6s ease;
}

.card-gradient-overlay:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 60px rgba(27, 58, 109, 0.5);
}

.card-gradient-overlay:hover::after {
  top: -20%;
  right: -20%;
}

/*--------------------------------------------------------------
>>> Step Counter Card (Process Steps)
----------------------------------------------------------------*/
.card-step-counter {
  background: rgba(27, 58, 109, 0.12);
  border: 2px solid rgba(212, 175, 55, 0.4);
  border-radius: 18px;
  padding: 35px 30px;
  color: white;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
}

.card-step-counter .step-number {
  width: 50px;
  height: 50px;
  background: #D4AF37;
  color: #1B3A6D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 24px;
  margin: 0 auto 20px;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
}

.card-step-counter:hover {
  background: rgba(27, 58, 109, 0.25);
  border-color: #D4AF37;
  box-shadow: 0 15px 40px rgba(27, 58, 109, 0.3);
  transform: translateY(-10px);
}

.card-step-counter:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.6);
}

/*--------------------------------------------------------------
>>> Icon Circle Card (Feature Highlight)
----------------------------------------------------------------*/
.card-icon-circle {
  background: white;
  border-radius: 25px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
}

.card-icon-circle .icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #1B3A6D, #2a5da8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #D4AF37;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(27, 58, 109, 0.2);
}

.card-icon-circle:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 60px rgba(27, 58, 109, 0.2);
}

.card-icon-circle:hover .icon-wrapper {
  transform: scale(1.15) rotateY(360deg);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.4);
}

/*--------------------------------------------------------------
>>> Accent Left Border Card (Modern Business)
----------------------------------------------------------------*/
.card-accent-left {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #D4AF37;
  transition: all 0.4s ease;
  position: relative;
}

.card-accent-left::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #D4AF37, transparent);
  transition: width 0.4s ease;
  border-radius: 12px;
}

.card-accent-left:hover {
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
  border-left-color: #f0c842;
  transform: translateX(5px);
}

.card-accent-left:hover::after {
  width: 100%;
}

/*--------------------------------------------------------------
>>> Neon Glow Card (Premium)
----------------------------------------------------------------*/
.card-neon-glow {
  background: #0a0e27;
  border-radius: 18px;
  padding: 35px 30px;
  color: white;
  border: 2px solid #D4AF37;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3), inset 0 0 15px rgba(212, 175, 55, 0.05);
  transition: all 0.4s ease;
  text-align: center;
}

.card-neon-glow:hover {
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.6), inset 0 0 30px rgba(212, 175, 55, 0.15);
  border-color: #f0c842;
  transform: scale(1.02);
}

/*--------------------------------------------------------------
>>> 3D Lift Card (Interactive)
----------------------------------------------------------------*/
.card-3d-lift {
  background: white;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  perspective: 1000px;
  position: relative;
}

.card-3d-lift::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(212, 175, 55, 0.1) 100%);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card-3d-lift:hover {
  transform: translateY(-12px) rotateX(5deg);
  box-shadow: 0 30px 70px rgba(27, 58, 109, 0.25);
}

.card-3d-lift:hover::before {
  opacity: 1;
}

/*--------------------------------------------------------------
>>> Alternative Card Styles for Service Section
>>> Use these classes instead of card-dark-gold for different looks
----------------------------------------------------------------*/

/* Option 1: Slide In Border Animation */
.card-slide-border {
  background: linear-gradient(135deg, #1B3A6D 0%, #2a5da8 100%);
  border-radius: 20px;
  padding: 40px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(27, 58, 109, 0.3);
  transition: all 0.5s ease;
}

.card-slide-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
  transition: left 0.5s ease;
}

.card-slide-border:hover {
  box-shadow: 0 15px 50px rgba(27, 58, 109, 0.5);
  transform: scale(1.03);
}

.card-slide-border:hover::after {
  left: 100%;
}

.card-slide-border h5,
.card-slide-border p {
  color: #ffffff;
}

/* Option 2: Rotate & Scale Animation */
.card-rotate-scale {
  background: linear-gradient(135deg, #1B3A6D 0%, #2a5da8 100%);
  border-radius: 20px;
  padding: 40px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 35px rgba(27, 58, 109, 0.3);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.card-rotate-scale:hover {
  transform: scale(1.05) rotateZ(2deg);
  box-shadow: 0 20px 60px rgba(27, 58, 109, 0.5);
}

.card-rotate-scale h5,
.card-rotate-scale p {
  color: #ffffff;
}

/* Option 3: Glow Pulse Animation */
.card-glow-pulse {
  background: linear-gradient(135deg, #1B3A6D 0%, #2a5da8 100%);
  border-radius: 20px;
  padding: 40px 30px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 10px 35px rgba(27, 58, 109, 0.3);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.card-glow-pulse::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(135deg, #D4AF37, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card-glow-pulse:hover {
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.4), 0 15px 50px rgba(27, 58, 109, 0.4);
  transform: translateY(-8px);
}

.card-glow-pulse:hover::before {
  opacity: 1;
}

.card-glow-pulse h5,
.card-glow-pulse p {
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> Golden Card (Yellow Background)
----------------------------------------------------------------*/
.card-gold-bg {
  background: linear-gradient(135deg, #D4AF37 0%, #c9a320 100%);
  border-radius: 20px;
  padding: 40px 30px;
  color: #1B3A6D;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(212, 175, 55, 0.3);
}

.card-gold-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(27, 58, 109, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.card-gold-bg>* {
  position: relative;
  z-index: 1;
}

.card-gold-bg:hover {
  box-shadow: 0 20px 60px rgba(212, 175, 55, 0.5);
  transform: translateY(-10px) scale(1.02);
  background: linear-gradient(135deg, #c9a320 0%, #D4AF37 100%);
}

.card-gold-bg:hover::before {
  opacity: 1;
}

.card-gold-bg h5,
.card-gold-bg a {
  color: #1B3A6D;
  font-weight: 700;
}

.card-gold-bg p {
  color: rgba(27, 58, 109, 0.85);
}

.nav-tabs {
  margin: 0;
}

.nav-tabs .nav-link {
  color: #111;
  border-radius: 0;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 25px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
  color: #1B3A6D;
}

.tab-container {
  margin-top: 50px;
}

.tab-container .responsive-tabs .nav-tabs {
  display: none;
}

@media screen and (min-width: 768px) {
  .tab-container .responsive-tabs .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .tab-container .responsive-tabs .card {
    border: none;
  }

  .tab-container .responsive-tabs .card .card-header {
    display: none;
  }

  .tab-container .responsive-tabs .card .collapse {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .tab-container .nav {
    display: block;
  }

  .tab-container .nav .nav-tabs .nav-link {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #dee2e6;
    padding: 15px 20px;
  }

  .tab-container .nav .nav-tabs .nav-link:hover,
  .tab-container .nav .nav-tabs .nav-link:focus,
  .tab-container .nav .nav-tabs .nav-link.active {
    background-color: #c1272d;
    color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .tab-container .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.tab-content {
  padding: 30px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #d4d4d4;
}

.tab-content ul {
  margin-bottom: 0;
}

.tab-content ul li {
  margin-bottom: 5px;
}

.tab-content ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tab-content .card {
    -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 20px;
    border: none;
  }

  .tab-content .card:last-child {
    margin-bottom: 0;
  }

  .tab-content .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
  }

  .tab-content .card .card-header a {
    color: #383838;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 22px;
    font-weight: 600;
    position: relative;
    text-align: left;
  }

  .tab-content .card .card-header a:before {
    content: "\f106";
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
  }

  .tab-content .card .card-header a.collapsed:before {
    content: "\f107";
  }

  .tab-content .card .card-body {
    font-size: 15px;
    padding: 0 22px 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .tab-content .card .card-body {
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .tab-content {
    padding: 0;
    border: none;
  }

  .tab-content .card .card-header a {
    padding: 15px 22px;
  }
}

.progress-wrapper {
  padding-top: 35px;
}

.progress-wrapper .ab-progress {
  position: relative;
}

.progress-wrapper .ab-progress .progress-indecator-inner {
  position: absolute;
  top: -30px;
}

.progress-wrapper .ab-progress .progress-indecator-inner span {
  background-color: #D4AF37;
  color: #ffffff;
  padding: 2px 7px;
  font-size: 12px;
  display: inline-block;
  z-index: 1;
}

.progress-wrapper .ab-progress .progress-indecator-inner span:before {
  background-color: #D4AF37;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -moz-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  z-index: -1;
}

.progress-wrapper .ab-progress .progress-indecator-inner .percent {
  position: absolute;
  left: -19px;
}

.progress-wrapper .ab-progress .progress-bar-wrap {
  background: #f4f4f4;
  border: none;
  height: 3px;
}

.progress-wrapper .progress-inline .ab-progress-bar {
  background: #D4AF37;
  box-shadow: none;
  height: 3px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .progress-wrapper .progress-inline .progress-title {
    margin-bottom: 10px;
  }
}

.accordion-content .card {
  -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  border: none;
}

.accordion-content .card:last-child {
  margin-bottom: 0;
}

.accordion-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.accordion-content .card .card-header a {
  color: #292929;
  font-family: "Poppins", sans-serif;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 22px;
  font-weight: 500;
  position: relative;
  text-align: left;
}

.accordion-content .card .card-header a:before {
  content: "\f106";
  display: block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  font-size: 20px;
  color: #292929;
}

.accordion-content .card .card-header a.collapsed {
  color: #292929;
}

.accordion-content .card .card-header a.collapsed:before {
  content: "\f107";
  color: #292929;
}

.accordion-content .card .card-body {
  font-size: 15px;
  padding: 0 20px 20px;
  color: #414141;
}

@media screen and (max-width: 767px) {
  .accordion-content .card .card-body {
    font-size: 13px;
  }
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-prev {
  left: 15px;
}

.slick-slider .slick-prev:before {
  content: "\f053";
}

.slick-slider .slick-next {
  right: 15px;
}

.slick-slider .slick-next:before {
  content: "\f054";
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
  width: auto;
  height: auto;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.slick-slider .slick-prev:hover:before,
.slick-slider .slick-prev:focus:before,
.slick-slider .slick-prev:active:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:active:before {
  background-color: #c1272d;
  color: #ffffff;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.slick-dots li button {
  background-color: #c1272d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button:hover {
  background-color: #D4AF37;
}

.slick-dots li.slick-active button {
  background-color: #ffffff;
}

.video-button a {
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), inset 0 2px 5px rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.video-button a .button-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  -webkit-animation: shine-sweep 3s infinite;
  animation: shine-sweep 3s infinite;
  pointer-events: none;
}

@-webkit-keyframes shine-sweep {
  0% { left: -100%; }
  20% { left: 100%; }
  100% { left: 100%; }
}

@keyframes shine-sweep {
  0% { left: -100%; }
  20% { left: 100%; }
  100% { left: 100%; }
}

.video-button a:hover {
  -webkit-transform: translateY(-8px) scale(1.08);
  -moz-transform: translateY(-8px) scale(1.08);
  -ms-transform: translateY(-8px) scale(1.08);
  -o-transform: translateY(-8px) scale(1.08);
  transform: translateY(-8px) scale(1.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.8);
}

.video-button a:active {
  -webkit-transform: translateY(-2px) scale(0.96);
  -moz-transform: translateY(-2px) scale(0.96);
  -ms-transform: translateY(-2px) scale(0.96);
  -o-transform: translateY(-2px) scale(0.96);
  transform: translateY(-2px) scale(0.96);
}

.video-button a i {
  color: #1B3A6D;
}

.video-button a:before,
.video-button a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #1B3A6D;
  -moz-box-shadow: 0 0 0 0 #1B3A6D;
  -ms-box-shadow: 0 0 0 0 #1B3A6D;
  -o-box-shadow: 0 0 0 0 #1B3A6D;
  box-shadow: 0 0 0 0 #1B3A6D;
  opacity: 0.6;
  -webkit-animation: rippleOne 3s infinite;
  -moz-animation: rippleOne 3s infinite;
  -ms-animation: rippleOne 3s infinite;
  -o-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.video-button a:before {
  animation-delay: 0.9s;
}

.video-button a:after {
  animation-delay: 0.3s;
}

@media screen and (max-width: 575px) {
  .video-button a {
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 15px rgba(8, 45, 83, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(8, 45, 83, 0);
  }
}

@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 15px rgba(8, 45, 83, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(8, 45, 83, 0);
  }
}

/*--------------------------------------------------------------
>>> Pagination
----------------------------------------------------------------*/
.post-navigation-wrap {
  margin-top: 30px;
}

.pagination {
  margin: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.pagination li {
  margin: 0 5px;
}

.pagination li a {
  color: #444444;
  display: inline-block;
  border: none;
  width: auto;
  height: auto;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination li a:hover {
  background-color: #1B3A6D;
  border-color: #1B3A6D;
  color: #ffffff;
}

.pagination li.active a {
  background-color: #1B3A6D;
  border-color: #1B3A6D;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> Compatibility  
----------------------------------------------------------------*/
.widget {
  margin-bottom: 20px;
}

.widget a {
  display: block;
}

.widget .widget-title {
  margin-bottom: 30px;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget ul li {
  list-style: none;
}

.widget ul li a {
  color: #383838;
}

.widget ul li a:hover {
  color: #c1272d;
}

.widget.author_widget {
  text-align: center;
}

.widget.author_widget .profile .avatar {
  margin-bottom: 14px;
}

.widget.author_widget .profile .avatar a {
  display: block;
  position: relative;
  overflow: hidden;
}

.widget.author_widget .profile .avatar a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: none;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.widget.author_widget .profile .avatar a:hover:before,
.widget.author_widget .profile .avatar a:focus:before,
.widget.author_widget .profile .avatar a:active:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
  display: block;
}

.widget.author_widget .name-title {
  margin-bottom: 20px;
}

.widget.author_widget .text-content p:last-child {
  margin-bottom: 0;
}

.widget.author_widget .socialgroup {
  margin-top: 25px;
}

.widget.author_widget .socialgroup ul {
  margin: 0;
}

.widget.author_widget .socialgroup ul li {
  list-style: none;
  border-bottom: none;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}

.widget.author_widget .socialgroup ul li a {
  color: #1B3A6D;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 3px 9px;
  border: 1px solid #1B3A6D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget.author_widget .socialgroup ul li a:hover,
.widget.author_widget .socialgroup ul li a:focus,
.widget.author_widget .socialgroup ul li a:active {
  border-color: #c1272d;
  color: #c1272d;
}

.widget.author_widget .profile .avatar {
  width: 29%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #fff;
}

.widget.author_widget .profile .avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.widget.author_widget .widget-content.text-center .profile .avatar {
  margin-left: auto;
  margin-right: auto;
}

.widget.author_widget .widget-content.text-right .profile .avatar {
  margin-left: auto;
}

.widget.widget-post-thumb li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.widget.widget-post-thumb li:before,
.widget.widget-post-thumb li:after {
  content: "";
  display: block;
  clear: both;
}

.widget.widget-post-thumb li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget-post-thumb li a {
  color: inherit;
}

.widget.widget-post-thumb .post-thumb {
  width: 100px;
  float: left;
  position: relative;
}

.widget.widget-post-thumb .post-content {
  float: right;
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}

.widget.widget-post-thumb .post-content h6 {
  margin-bottom: 5px;
}

.widget.widget-post-thumb .post-content p {
  margin-bottom: 0;
  font-size: 14px;
}

.widget.widget-post-thumb .post-content .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}

.widget.widget-post-thumb .post-content .entry-meta span {
  padding: 0 8px;
  position: relative;
}

.widget.widget-post-thumb .post-content .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.8;
}

.widget.widget-post-thumb .post-content .entry-meta span:last-child:before {
  display: none;
}

.widget.widget-post-thumb .post-content .entry-meta a {
  color: #adadad;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}

.widget.widget-post-thumb .post-content .entry-meta a:hover,
.widget.widget-post-thumb .post-content .entry-meta a:focus {
  color: #c1272d;
}

.widget.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.widget.widget_tag_cloud .tagcloud a {
  background-color: #F6F6F6;
  color: #383838;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 15px;
  margin: 5px;
  text-align: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #c1272d;
  color: #ffffff;
}

.widget.widget_recent_post li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(135, 135, 135, 0.3);
}

.widget.widget_recent_post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget_recent_post li a {
  color: inherit;
}

.widget.widget_recent_post li h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

.widget.widget_recent_post li .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}

.widget.widget_recent_post li .entry-meta span {
  padding: 0 8px;
  position: relative;
}

.widget.widget_recent_post li .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget.widget_recent_post li .entry-meta span:last-child:before {
  display: none;
}

.widget.widget_recent_post li .entry-meta a {
  color: #CCC;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}

.widget.widget_recent_post li .entry-meta a:hover,
.widget.widget_recent_post li .entry-meta a:focus {
  color: #c1272d;
}

.widget .gallery,
.widget .insta-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.widget .gallery .gallery-item,
.widget .insta-gallery .gallery-item {
  padding: 5px;
}

.widget .gallery .gallery-item a,
.widget .insta-gallery .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.widget .gallery .gallery-item a:before,
.widget .insta-gallery .gallery-item a:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.widget .gallery .gallery-item a:hover:before,
.widget .gallery .gallery-item a:focus:before,
.widget .gallery .gallery-item a:active:before,
.widget .insta-gallery .gallery-item a:hover:before,
.widget .insta-gallery .gallery-item a:focus:before,
.widget .insta-gallery .gallery-item a:active:before {
  opacity: 1;
  width: 100%;
  left: 0;
}

.widget .gallery.gallery-colum-3 .gallery-item,
.widget .insta-gallery.gallery-colum-3 .gallery-item {
  width: 33.33%;
}

.widget.widget_social {
  margin-top: 20px;
}

.widget.widget_social .social-icon {
  width: 50%;
}

.widget.widget_category ul li {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #888888;
  text-align: right;
}

.widget.widget_category ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_category ul li a {
  float: left;
}

.widget.search_widget {
  position: relative;
}

.widget.search_widget input {
  width: 100%;
  padding: 0 55px 0 10px;
}

.widget.search_widget button {
  background-color: #1B3A6D;
  color: #ffffff;
  font-size: 14px;
  border: none;
  position: absolute;
  right: 6px;
  top: 7px;
  padding: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.widget.search_widget button:hover {
  background-color: #c1272d;
}

.widget.widget_social ul {
  margin: -2px;
}

.widget.widget_social ul li {
  display: inline-block;
  margin: 2px;
}

.widget.widget_social ul li a {
  border: 1px solid #e6e6e6;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget.widget_social ul li a:hover {
  background-color: #c1272d;
  border-color: #c1272d;
  color: #ffffff;
}

.widget.price_handel_widget .price-amout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 25px;
}

.widget.price_handel_widget .price-amout input {
  background-color: transparent;
  display: inline-block;
  width: 70px;
  border: none;
  font-size: 15px;
  padding: 0;
  text-align: right;
  height: 42px;
}

.widget.price_handel_widget .price-label {
  border: 1px solid #e6e6e6;
  padding: 0 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.widget.price_handel_widget button {
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: normal;
}

.widget.widget_text ul {
  margin-top: 20px;
}

.widget.widget_text ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.widget.widget_text ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_text ul li i {
  color: #1B3A6D;
  position: absolute;
  left: 0;
}

.widget.widget_newslatter .newslatter-form {
  margin-top: 24px;
}

.widget.widget_newslatter .newslatter-form input {
  width: 100%;
  margin-bottom: 15px;
}

.widget.widget_newslatter .newslatter-form [type=submit] {
  padding: 17px 30px;
  margin-bottom: 0;
}

.widget.widget-product-thumb li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget.widget-product-thumb li:before,
.widget.widget-product-thumb li:after {
  content: "";
  display: block;
  clear: both;
}

.widget.widget-product-thumb li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget-product-thumb li a {
  color: inherit;
}

.widget.widget-product-thumb .product-thumb {
  width: 80px;
  float: left;
  position: relative;
  border-radius: 25px;
}

.widget.widget-product-thumb .product-content {
  float: right;
  padding-left: 20px;
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}

.widget.widget-product-thumb .product-content h5 {
  color: #151515;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.widget.widget-product-thumb .product-content .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}

.widget.widget-product-thumb .product-content .entry-meta span {
  padding: 0 8px;
  position: relative;
}

.widget.widget-product-thumb .product-content .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget.widget-product-thumb .product-content .entry-meta span:last-child:before {
  display: none;
}

.widget.widget-product-thumb .product-content .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}

.widget.widget-product-thumb .product-content .entry-meta a:hover,
.widget.widget-product-thumb .product-content .entry-meta a:focus {
  color: #c1272d;
}

.widget.widget_category_product_thumb {
  margin-bottom: 40px;
}

.widget.widget_category_product_thumb ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.widget.widget_category_product_thumb li {
  padding: 5px;
}

.widget.widget_category_product_thumb li .product-thumb {
  margin-bottom: 10px;
  overflow: hidden;
}

.widget.widget_category_product_thumb li .product-thumb a {
  display: block;
  position: relative;
}

.widget.widget_category_product_thumb li .product-thumb a:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.widget.widget_category_product_thumb li .product-thumb a:hover:before,
.widget.widget_category_product_thumb li .product-thumb a:focus:before,
.widget.widget_category_product_thumb li .product-thumb a:active:before {
  opacity: 1;
}

.widget.widget_category_product_thumb li .product-content {
  text-align: center;
}

.widget.widget_category_product_thumb li .product-content h6 {
  margin-bottom: 5px;
  display: inline-block;
  color: #292929;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.widget.widget_category_product_thumb li .product-content .count {
  color: #1B3A6D;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.widget.widget_category_product_thumb.colum-3 li {
  width: 33.33%;
}

.widget.widget_category_product_thumb.colum-2 li {
  width: 50%;
}

.sidebar .widget {
  margin-bottom: 50px;
}

.sidebar .widget .widget-title {
  display: table;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  color: #D4AF37;
}

.sidebar .widget .widget-title:before,
.sidebar .widget .widget-title:after {
  background-color: #a7a7a7;
  content: "";
  position: absolute;
  top: 45%;
  width: 50px;
  height: 1px;
}

.sidebar .widget .widget-title:before {
  left: -10px;
}

.sidebar .widget .widget-title:after {
  right: -10px;
}

.sidebar .widget .widget-title-dash-border {
  padding: 5px 25px;
  border-radius: 25px;
  border: 1px dashed #d9d9d9;
  margin-bottom: 35px;
  color: #D4AF37;
  display: inline-block;
}

.sidebar .widget .widget-title-divider-center-bottom {
  border: 1px solid #1B3A6D;
  color: #1B3A6D;
  margin-bottom: 25px;
  padding: 5px 15px 5px 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  text-align: center;
}

.sidebar .widget .widget-title-bottom-dash {
  position: relative;
  z-index: 1;
  color: #D4AF37;
  padding-bottom: 9px;
  margin-bottom: 30px;
}

.sidebar .widget .widget-title-bottom-dash:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 63px;
  background-color: #1B3A6D;
  transform: translatex(-50%);
}

.sidebar .widget .widget-title-round-border {
  padding: 8px 25px;
  border-radius: 25px;
  background-color: #D4AF37;
  color: #1B3A6D;
  margin-bottom: 35px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget-map iframe {
  height: 280px;
}

.sidebar .widget-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sidebar .widget-bg-image:before {
  background-color: #151515;
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sidebar .widget-bg-image * {
  color: #ffffff;
}

.sidebar .information-content {
  margin-bottom: 50px;
  padding: 50px 30px;
}

.sidebar .information-content .button-round-primary {
  margin-top: 20px;
  display: inline-block;
}

.sidebar .icon-list-content ul {
  text-align: left;
  padding: 0;
  margin: 0;
}

.sidebar .icon-list-content ul li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(8, 45, 83, 0.25);
}

.sidebar .icon-list-content ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .icon-list-content ul li i {
  color: #1B3A6D;
  margin-right: 8px;
  font-size: 18px;
}

.sidebar .icon-list-content ul li a {
  color: #D4AF37;
  line-height: 1.3;
  font-weight: 600;
}

.sidebar .icon-list-content ul li a:hover {
  color: #c1272d;
}

.sidebar .widget-detail li {
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 15px;
}

.sidebar .widget-detail li:last-child {
  margin-bottom: 0;
}

.sidebar .widget-detail li h5 {
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 500;
}

.sidebar .widget-detail li span {
  color: #787878;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.sidebar .widget-from p {
  margin-bottom: 20px;
}

.sidebar .widget-from input:not([type=submit]) {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar .widget-bg {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 50px;
  padding: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.sidebar .widget-bg .bg-title {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background-color: #D4AF37;
  color: #111111;
  padding: 15px 17px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}

.sidebar .sidebar-list ul {
  padding: 0;
  margin: 0;
}

.sidebar .sidebar-list li {
  list-style: none;
  margin-bottom: 8px;
}

.sidebar .sidebar-list li i {
  color: #D4AF37;
  margin-right: 10px;
  font-size: 14px;
}

.sidebar .faq-widget .accordion .card button {
  font-size: 15px;
  font-weight: 600;
  padding: 18px;
  text-transform: capitalize;
}

.sidebar .widget-icon {
  background-color: #1B3A6D;
  border-radius: 100%;
  color: #ffffff;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.sidebar .or-style {
  color: #1B3A6D;
  display: table;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
}

.sidebar .or-style:before,
.sidebar .or-style:after {
  background-color: #1B3A6D;
  content: "";
  width: 28px;
  height: 1px;
  position: absolute;
  top: 50%;
  display: inline-block;
}

.sidebar .or-style:before {
  left: 0;
}

.sidebar .or-style:after {
  right: 0;
}

.sidebar .upload-widget .button-primary {
  margin-top: 20px;
}

/*--------------------------------------------------------------
>>> Clearing
----------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
>>> Main Header 
----------------------------------------------------------------*/
/*--- top header css start ---*/
.top-header {
  padding: 0px;
  background-color: #1B3A6D;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px 0px;
}

.top-header .header-schedule-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 12px;
}

.top-header .header-schedule-info:first-child {
  margin-left: 5px;
}

.top-header .header-schedule-info:last-child {
  margin-right: 0;
}

.top-header .header-schedule-info i {
  font-size: 12px;
  color: #ffffff;
}

.top-header .header-schedule-info .schedule-info {
  display: inline-block;
  margin-left: 12px;
  font-size: 13px;
  line-height: 1.2;
}

.top-header .header-schedule-info .schedule-info a {
  margin-left: 7px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}

.top-header .header-schedule-info .schedule-info a:before {
  content: "";
  position: absolute;
  background-color: #787878;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 1;
}

.top-header .header-schedule-info .schedule-info a:hover {
  color: #c1272d;
}

@media screen and (max-width: 991px) {
  .top-header .header-schedule-info .schedule-info {
    font-size: 12px;
  }

  .top-header .header-schedule-info .schedule-info a {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top-header .header-schedule-info {
    margin: 0 8px;
  }

  .top-header .header-schedule-info .schedule-info {
    margin-left: 5px;
  }
}

@media screen and (max-width: 575px) {
  .top-header .header-schedule-info {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  .top-header .header-schedule-info .schedule-info {
    margin-left: 8px;
  }

  .top-header .header-schedule-info .schedule-info a {
    margin-left: 6px;
  }
}

.mid-header {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .mid-header {
    padding: 8px 0;
  }
}

.mid-header .mid-left-header {
  row-gap: 10px;
}

.mid-header .appoinment-btn {
  margin-right: 8px;
  margin-left: 57px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px 22px;
}

@media screen and (max-width: 991px) {
  .mid-header .appoinment-btn {
    margin-left: 15px;
    margin-right: 0;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 767px) {
  .mid-header .appoinment-btn {
    margin: 0;
  }
}

@media screen and (max-width: 575px) {
  .mid-header .appoinment-btn {
    order: 3;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .mid-header .header-search-icon {
    margin-left: 10px;
    margin-right: 0;
  }

  .mid-header .header-search-icon .search-icon {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mid-header .header-search-icon {
    margin: 0;
  }
}

@media screen and (max-width: 575px) {
  .mid-header .header-search-icon {
    padding: 0 7px;
  }

  .mid-header .header-search-icon .search-icon {
    font-size: 13px;
  }
}

.header-contact-info a {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header-contact-info a .header-contact-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-contact-info a .header-contact-inner .icon {
  font-size: 20px;
  background-color: #c1272d;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .header-contact-info a .header-contact-inner .icon {
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 34px;
  }
}

.header-contact-info a .header-contact-inner .details-content {
  color: #ffffff;
  margin-left: 14px;
}

.header-contact-info a .header-contact-inner .details-content .content-title {
  font-size: 13px;
  font-weight: 500;
  display: block;
  color: #787878;
  line-height: 1.2;
  margin-bottom: 4px;
}

.header-contact-info a .header-contact-inner .details-content h5 {
  text-align: left;
  margin-bottom: 0;
  transition: 0.4s all;
}

@media screen and (max-width: 767px) {
  .header-contact-info a .header-contact-inner .details-content h5 {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .header-contact-info a .header-contact-inner .details-content h5 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .header-contact-info a .header-contact-inner .details-content {
    margin-left: 10px;
  }
}

.header-contact-info a:hover .header-contact-inner .icon {
  background-color: #1B3A6D;
}

.header-contact-info a:hover .header-contact-inner .details-content h5 {
  color: #c1272d;
}

.header-social {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-social li {
  margin: 0 8px;
}

.header-social li:first-child {
  margin-left: 0;
}

.header-social li:last-child {
  margin-right: 0;
}

.header-social a i {
  font-size: 13px;
  color: #ffffff;
  line-height: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 1199px) {
  .header-social a i {
    font-size: 10px;
  }
}

.header-social a:hover i,
.header-social a:focus i {
  color: #c1272d;
}

@media screen and (max-width: 479px) {
  .header-social ul>li {
    margin: 0 5px;
  }
}

.header-search-icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}

.header-search-icon .search-icon {
  background-color: transparent;
  color: #787878;
  padding: 0;
  font-size: 18px;
  border: none;
}

.header-search-icon .search-icon:hover,
.header-search-icon .search-icon:focus {
  color: #c1272d;
}

@media screen and (max-width: 767px) {
  .header-search-icon {
    margin-left: 8px;
  }

  .header-search-icon .search-icon {
    font-size: 13px;
    line-height: 28px;
    height: 30px;
    width: 30px;
  }
}

/*--- header Logo css start ---*/
.site-identity .site-title {
  margin: 0;
  line-height: 0;
  font-size: 15px;
  color: #d5d5d5;
}

.site-identity .site-title a {
  display: inline-block;
  line-height: 0;
}

@media screen and (max-width: 991px) {
  .site-identity .site-title {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .site-identity .site-title img {
    max-width: 150px;
  }
}

.site-identity .site-description {
  font-size: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .site-identity .site-description {
    font-size: 13px;
  }
}

.site-identity img {
  display: block;
  max-width: 190px;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.3s ease;
}

.site-identity img:hover {
  transform: scale(1.03);
}

-ms-transition: opacity 0.4s linear;
-o-transition: opacity 0.4s linear;
transition: opacity 0.4s linear;
}

/*--------------------------------------------------------------
>>> Main Header Menu
----------------------------------------------------------------*/
.navigation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .navigation-container {
    padding-right: 35px;
  }
}

.site-header .main-navigation .navigation>ul>li {
  display: inline-block;
  padding: 12px 20px;
  transition: all 0.4s;
}

.site-header .main-navigation .navigation>ul>li:first-child {
  padding-left: 0;
}

.site-header .main-navigation .navigation>ul>li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 1199px) {
  .site-header .main-navigation .navigation>ul>li {
    padding: 12px 10px;
  }
}

.site-header .main-navigation ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .main-navigation ul>li.menu-item-has-children>a:after {
  content: "\f0d7";
}

.site-header .main-navigation ul>li:last-child {
  border-bottom: none;
}

.site-header .main-navigation ul>li:last-child:before {
  display: none;
}

.site-header .main-navigation ul>li>a {
  color: #111111;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .site-header .main-navigation ul>li>a {
    font-size: 14px;
  }
}

.site-header .main-navigation ul>li:hover>ul,
.site-header .main-navigation ul>li:focus>ul,
.site-header .main-navigation ul>li:active>ul {
  display: block;
}

.site-header .main-navigation ul>li:hover>a,
.site-header .main-navigation ul>li:focus>a,
.site-header .main-navigation ul>li:active>a {
  color: #c1272d;
}

.site-header .main-navigation ul ul {
  background: #ffffff;
  border-top: 4px solid #D4AF37;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 240px;
  z-index: 99;
  display: none;
  text-align: left;
  max-height: -moz-calc(100vh - 174px);
  max-height: -webkit-calc(100vh - 174px);
  max-height: calc(100vh - 174px);
  overflow-y: auto;
}

.site-header .main-navigation ul ul li {
  border-bottom: 1px solid #DDD;
  position: relative;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.site-header .main-navigation ul ul li a {
  color: #414141;
  display: block;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.site-header .main-navigation ul ul li a:hover,
.site-header .main-navigation ul ul li a:focus,
.site-header .main-navigation ul ul li a:active {
  padding-left: 30px;
  color: #1B3A6D;
}

.site-header .main-navigation ul ul li>ul {
  left: 100%;
  top: 0;
}

.site-header .main-navigation ul ul li.menu-item-has-children>a:after {
  content: "\f0da";
}

.site-header .main-navigation ul ul li:hover>ul,
.site-header .main-navigation ul ul li:focus>ul,
.site-header .main-navigation ul ul li:active>ul {
  display: block;
  top: -3px;
}

.site-header .main-navigation ul ul li:hover a:after,
.site-header .main-navigation ul ul li:focus a:after,
.site-header .main-navigation ul ul li:active a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-header .main-navigation ul li {
  position: relative;
}

.site-header .main-navigation ul li:last-child ul,
.site-header .main-navigation ul li:nth-last-child(2) ul {
  left: auto;
  right: 0;
}

.site-header .main-navigation ul li:last-child ul ul,
.site-header .main-navigation ul li:nth-last-child(2) ul ul {
  right: 100%;
}

.site-header .main-navigation ul li.menu-item-has-children>a {
  position: relative;
}

.site-header .main-navigation ul li.menu-item-has-children>a:after {
  display: inline-block;
  float: right;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 900;
  margin-left: 10PX;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}

@media screen and (max-width: 1199px) {
  .site-header .main-navigation ul li.menu-item-has-children>a:after {
    font-size: 14px;
  }
}

.site-header .main-navigation ul li.menu-item-has-children li:hover,
.site-header .main-navigation ul li.menu-item-has-children li:focus {
  background-color: #c1272d;
}

.site-header .main-navigation ul li.menu-item-has-children li:hover>a,
.site-header .main-navigation ul li.menu-item-has-children li:focus>a {
  color: #ffffff;
}

.site-header .main-navigation ul li.current-menu-item>a,
.site-header .main-navigation ul li.current-menu-parent>a {
  color: #c1272d;
}

.site-header .main-navigation ul li.current-menu-item:hover>a,
.site-header .main-navigation ul li.current-menu-parent:hover>a {
  color: #c1272d;
}

.fixed-header .navigation>ul>li>ul {
  max-height: calc(100vh - 55px);
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/*---  bottom header css ---*/
.bottom-header {
  background-color: #f8f8f8;
}

.bottom-header .hb-group .site-identity {
  display: none;
}

.bottom-header .hb-group .site-identity .site-title {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .bottom-header .hb-group .mobile-menu-container {
    flex-grow: 1;
  }
}

.bottom-header .hb-group .main-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

@media screen and (max-width: 991px) {
  .bottom-header .hb-group .main-navigation {
    display: none;
    justify-content: center;
  }

  .bottom-header .hb-group .main-navigation .header-search-icon {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .bottom-header {
    padding: 0;
  }
}

/*---  header search css ---*/
.header-search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-form {
  background-color: rgba(17, 17, 17, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -ms-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  z-index: 999;
}

.header-search-form .header-search {
  position: relative;
}

.header-search-form input[type=text] {
  background-color: #ffffff;
  color: #292929;
  border: none;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  text-align: center;
}

.header-search-form .search-close {
  color: #D4AF37;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.header-search-form .search-close:hover,
.header-search-form .search-close:focus,
.header-search-form .search-close:active {
  color: #c1272d;
}

.header-search-form.search-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*---  fixed header css ---*/
.fixed-header .mid-header {
  display: none;
}

.fixed-header .bottom-header {
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

.fixed-header .bottom-header .hb-group .site-identity {
  display: block;
}

.fixed-header .bottom-header .hb-group .site-identity img {
  max-width: 160px;
  max-height: 60px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .fixed-header .bottom-header .hb-group .mobile-menu-container {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
  }
}

.fixed-header .bottom-header .hb-group .main-navigation .header-search-icon {
  display: block;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .fixed-header .bottom-header .hb-group .main-navigation .header-search-icon {
    display: block;
  }

  .fixed-header .bottom-header .hb-group .main-navigation .header-search-icon .search-icon {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .fixed-header .bottom-header .hb-group .main-navigation .header-search-icon {
    margin-right: 10px;
  }

  .fixed-header .bottom-header .hb-group .main-navigation .header-search-icon .search-icon {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .fixed-header .bottom-header .hb-group {
    padding: 4px 0;
  }

  .fixed-header .bottom-header .hb-group .main-navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }

  .fixed-header .bottom-header .hb-group .site-identity img {
    max-width: 155px;
    max-height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .fixed-header .bottom-header .hb-group .main-navigation .header-search-icon {
    margin-right: 10px;
  }
}

@media screen and (max-width: 575px) {
  .fixed-header .bottom-header .hb-group .site-identity img {
    max-width: 160px;
  }
}

@media screen and (max-width: 479px) {
  .fixed-header .bottom-header .hb-group {
    padding: 0;
  }

  .fixed-header .bottom-header .hb-group .main-navigation .header-search-icon {
    margin: 0 5px;
  }
}

.fixed-header .bottom-header .mobile-menu-container .slicknav_nav {
  height: -moz-calc(100vh - 52px);
  height: -webkit-calc(100vh - 52px);
  height: calc(100vh - 52px);
}

@media screen and (max-width: 767px) {
  .fixed-header .bottom-header .mobile-menu-container .slicknav_nav {
    height: -moz-calc(100vh - 42px);
    height: -webkit-calc(100vh - 42px);
    height: calc(100vh - 42px);
  }
}

@media screen and (max-width: 479px) {
  .fixed-header .bottom-header .mobile-menu-container .slicknav_nav {
    height: -moz-calc(100vh - 35px);
    height: -webkit-calc(100vh - 35px);
    height: calc(100vh - 35px);
  }
}

/*---  mobile slick Nav css ---*/
/* Slicknav - a Mobile Menu */
.mobile-menu-container .slicknav_nav {
  height: calc(100vh - 180px);
  overflow-y: auto;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .mobile-menu-container .slicknav_nav {
    height: calc(100vh - 195px);
  }
}

@media screen and (max-width: 575px) {
  .mobile-menu-container .slicknav_nav {
    height: calc(100vh - 207px);
  }
}

@media screen and (max-width: 479px) {
  .mobile-menu-container .slicknav_nav {
    height: calc(100vh - 260px);
  }
}

.mobile-menu-container .slicknav_menu {
  background-color: transparent;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .mobile-menu-container .slicknav_menu {
    display: none;
  }
}

.mobile-menu-container .slicknav_menu .slicknav_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  float: none;
}

.mobile-menu-container .slicknav_menu .slicknav_icon {
  margin-left: 0;
  margin-right: 10px;
}

.mobile-menu-container .slicknav_menu .slicknav_menutxt {
  color: #FFF;
  text-shadow: none;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
}

.mobile-menu-container .slicknav_menu .slicknav_nav li {
  border-top: 1px solid #e6e6e6;
}

.mobile-menu-container .slicknav_menu .slicknav_nav li .slicknav_arrow {
  color: #7a7a7a;
  font-size: 13px;
}

.mobile-menu-container .slicknav_menu .slicknav_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.mobile-menu-container .slicknav_menu .slicknav_row>a {
  width: -moz-calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}

.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {
  border-left: 1px solid #e6e6e6;
  width: 45px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item .slicknav_arrow {
  position: static;
  padding: 0;
  margin: 0;
}

.mobile-menu-container .slicknav_menu .slicknav_row:hover,
.mobile-menu-container .slicknav_menu .slicknav_row:focus,
.mobile-menu-container .slicknav_menu .slicknav_row:active {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

@media screen and (max-width: 991px) {
  .mobile-menu-container .slicknav_menu .slicknav_btn {
    padding: 15px 0;
  }

  .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_menutxt {
    color: #1B3A6D;
  }

  .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
    background-color: #1B3A6D;
  }

  .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar:before,
  .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar:after {
    background-color: #1B3A6D;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu-container .slicknav_menu .slicknav_btn {
    padding: 10px 0;
  }
}

@media screen and (max-width: 479px) {
  .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_menutxt {
    font-size: 14px;
  }

  .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon {
    height: 12px;
    margin-right: 5px;
  }

  .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span {
    width: 18px;
  }
}

.slicknav_menu .slicknav_btn {
  background-color: transparent;
  padding: 0;
}

.slicknav_menu .slicknav_nav ul {
  margin: 0;
  padding: 0;
}

.slicknav_menu .slicknav_nav li {
  position: relative;
  list-style: none;
  transition: all 0.4s;
}

.slicknav_menu .slicknav_nav li a {
  display: inline-block;
  font-size: 15px;
  color: #444444;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.slicknav_menu .slicknav_nav li a:hover,
.slicknav_menu .slicknav_nav li a:focus,
.slicknav_menu .slicknav_nav li a:active {
  background-color: transparent;
  color: #c1272d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.slicknav_menu .slicknav_nav li>ul {
  padding-left: 20px;
}

.slicknav_menu .slicknav_nav .current-menu-item a {
  color: #1B3A6D;
  font-weight: 600;
}

.slicknav_menu .slicknav_nav .slicknav_open {
  transition: all 0.4s;
}

.slicknav_menu .slicknav_nav .slicknav_open .slicknav_row {
  background-color: #c1272d;
}

.slicknav_menu .slicknav_nav .slicknav_open .slicknav_row a {
  color: #ffffff;
}

.slicknav_menu .slicknav_nav .slicknav_open .slicknav_row .slicknav_item .slicknav_arrow {
  color: #ffffff;
}

.slicknav_nav {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
}

.slicknav_arrow {
  position: absolute;
  right: 5px;
  height: 100%;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0;
  line-height: 1.1;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.slicknav_btn .slicknav_icon {
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
  margin-top: 1px;
}

.slicknav_btn .slicknav_icon:before {
  display: none;
}

.slicknav_btn .slicknav_icon span {
  background-color: #FFF;
  box-shadow: none;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slicknav_btn .slicknav_icon span:first-child {
  display: block;
}

.slicknav_btn .slicknav_icon span:first-child:before,
.slicknav_btn .slicknav_icon span:first-child:after {
  background-color: #FFF;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -ms-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -ms-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
}

.slicknav_btn .slicknav_icon span:first-child:before {
  top: -6px;
}

.slicknav_btn .slicknav_icon span:first-child:after {
  top: 6px;
}

.slicknav_btn.slicknav_open span:first-child {
  background-color: transparent !important;
}

.slicknav_btn.slicknav_open span:first-child:before,
.slicknav_btn.slicknav_open span:first-child:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -ms-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}

.slicknav_btn.slicknav_open span:first-child:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slicknav_btn.slicknav_open span:first-child:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
>>> Home Main section  
----------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/
.home-banner {
  position: relative;
  z-index: 1;
  background-color: #1B3A6D;
}

.home-banner .banner-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-banner .banner-wrapper .banner-left-detail {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
}

.home-banner .banner-wrapper .banner-left-detail .banner-detail {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .home-banner .banner-wrapper .banner-left-detail .banner-detail {
    margin-top: 65px;
    margin-bottom: 60px;
  }
}

.home-banner .banner-wrapper .banner-left-detail .banner-detail .banner-btn {
  padding: 15px 24px;
  margin-top: 18px;
}

.home-banner .banner-wrapper .banner-right-img {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-basis: 55%;
  flex-basis: 55%;
}

@media screen and (max-width: 767px) {
  .home-banner .banner-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .home-banner .banner-wrapper .banner-left-detail {
    flex-basis: initial;
  }

  .home-banner .banner-wrapper .banner-left-detail .banner-detail {
    margin: 65px auto;
  }

  .home-banner .banner-wrapper .banner-right-img {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
  }

  .home-banner .banner-wrapper .banner-right-img .banner-img {
    text-align: center;
  }

  .home-banner .banner-wrapper .banner-right-img .banner-img img {
    width: 85%;
  }
}

@media screen and (max-width: 575px) {
  .home-banner .banner-wrapper .banner-right-img .banner-img img {
    width: 100%;
  }
}

.banner-service-section {
  margin-top: -206px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.banner-service-section .banner-service-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
}

@media screen and (max-width: 991px) {
  .banner-service-section .banner-service-wrapper {
    width: 80%;
  }
}

.banner-service-section .banner-service-wrapper .banner-hire-detail {
  padding: 30px 20px;
  border-top-left-radius: 25px;
  box-shadow: 0px -4px 25px 0px rgba(0, 0, 0, 0.08);
  background-image: radial-gradient(at top left, #f8f8f8 74%, #ffffff 42%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 64%;
  -moz-flex-basis: 64%;
  -ms-flex-basis: 64%;
  flex-basis: 64%;
}

.banner-service-section .banner-service-wrapper .banner-hire-detail .reverse-pipe-icon {
  font-size: 50px;
  margin-right: 20px;
}

.banner-service-section .banner-service-wrapper .banner-hire-detail .hire-info {
  margin-bottom: 0;
}

.banner-service-section .banner-service-wrapper .banner-service-content {
  -webkit-flex-basis: 36%;
  -moz-flex-basis: 36%;
  -ms-flex-basis: 36%;
  flex-basis: 36%;
  background-color: #D4AF37;
  padding: 34px 22px;
  color: #111111;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-radius: 26px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.banner-service-section .banner-service-wrapper .banner-service-content h5 {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 12px;
  color: #111;
  line-height: 1.2;
}

/* Tighten the WhatsApp button inside the yellow box */
.banner-service-section .banner-service-wrapper .banner-service-content .whatsapp-btn {
  padding: 12px 35px !important;
  white-space: nowrap !important;
}

.banner-service-section .banner-service-wrapper .banner-service-content .whatsapp-btn i {
  font-size: 1.5em;
  margin-right: 10px;
}

.banner-service-section .banner-service-wrapper .banner-service-content .threestar-icon {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.banner-service-section .banner-service-wrapper .banner-service-content .threestar-icon i {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .banner-service-section {
    margin-top: -187px;
  }

  .banner-service-section .banner-service-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .banner-service-section {
    margin-top: -136px;
  }

  .banner-service-section .banner-service-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-service-section .banner-service-wrapper .banner-hire-detail {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    border-top-right-radius: 25px;
  }

  .banner-service-section .banner-service-wrapper .banner-service-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
  }
}

.machinery-video-hero {
  min-height: 610px;
  padding: 138px 0 170px;
  overflow: hidden;
  background: #0d253f;
  isolation: isolate;
}

.machinery-video-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 18, 33, 0.86) 0%, rgba(4, 18, 33, 0.58) 48%, rgba(4, 18, 33, 0.24) 100%),
    linear-gradient(180deg, rgba(4, 18, 33, 0.16) 0%, rgba(4, 18, 33, 0.34) 100%);
}

.machinery-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.machinery-hero-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  animation: machineryHeroDrift 16s ease-in-out infinite alternate;
  filter: saturate(1.02) contrast(1.04);
}

.machinery-hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.1s ease;
}

.machinery-video-hero.hero-video-ready .machinery-hero-video {
  opacity: 1;
}

.machinery-video-hero.hero-video-complete .machinery-hero-video {
  opacity: 0;
}

.machinery-hero-video video,
.machinery-hero-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
  border: 0;
}

@keyframes machineryHeroDrift {
  from {
    transform: scale(1.05) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.14) translate3d(-22px, -10px, 0);
  }
}

.machinery-hero-content {
  display: block;
}
.machinery-feature-image{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 620px;   /* Adjust if needed */
}

.video-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.video-wrapper iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(100%, 177.78%);
    height: max(100%, 56.25vw);
    transform: translate(-50%, -50%);
    border: 0;
}
.machinery-hero-copy {
  max-width: 760px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.machinery-hero-copy .section-sub-title {
  color: #D4AF37;
  letter-spacing: 1.8px;
}

.machinery-hero-copy .section-title {
  color: #ffffff;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.08;
  margin-bottom: 18px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.28);
}

.machinery-hero-copy .section-title span {
  color: #D4AF37;
}

.machinery-hero-copy .section-paragraph {
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  font-size: 18px;
  font-weight: 500;
}

.machinery-hero-actions {
  display: none;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-top: 28px;
}

.hero-play-button {
  min-height: 58px;
  padding: 9px 24px 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-play-button:hover,
.hero-play-button:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.3);
}

.hero-play-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c1272d;
  color: #ffffff;
  box-shadow: 0 0 0 8px rgba(193, 39, 45, 0.13);
}

.hero-play-icon i {
  margin-left: 3px;
}

.machinery-hero-card {
  position: relative;
  min-height: 410px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.32);
  border: 2px solid rgba(255, 255, 255, 0.16);
}

.machinery-hero-card img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  display: block;
}

.machinery-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.72) 100%);
}

.machinery-hero-card-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: #ffffff;
}

.machinery-hero-card-caption strong {
  display: block;
  color: #D4AF37;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 6px;
}

.machinery-hero-card-caption span {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.machinery-feature-hero {
  position: relative;
  z-index: 4;
  margin-top: -9px;
  padding: 64px 0 74px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(5, 21, 39, 0.92), rgba(17, 48, 91, 0.82)),
    url("assets/img/agro_machinery_bg.png") center/cover no-repeat;
  isolation: isolate;
}

.machinery-feature-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 82%);
  animation: machineryGridMove 18s linear infinite;
}

.machinery-feature-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -190px;
  top: -180px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.22), transparent 68%);
  animation: machineryGlowFloat 7s ease-in-out infinite alternate;
}

@keyframes machineryGridMove {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 84px 42px, 84px 42px;
  }
}

@keyframes machineryGlowFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-36px, 32px, 0) scale(1.08);
  }
}

.machinery-feature-grid {
  display: grid;
  /*grid-template-columns: minmax(360px, 0.74fr) minmax(460px, 1fr);*/
  gap: 28px;
  align-items: center;
}

.machinery-feature-copy {
  min-height: 0;
  height: 100%;
  padding: 42px 44px;
  border-radius: 22px 6px 6px 22px;
  background: linear-gradient(145deg, rgba(30, 69, 125, 0.98), rgba(16, 43, 81, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.34);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.machinery-feature-copy::after {
  content: "";
  position: absolute;
  inset: auto -60px -90px auto;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 34px solid rgba(212, 175, 55, 0.12);
}

.machinery-feature-copy h6 {
  color: #D4AF37;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 26px;
}

.machinery-feature-copy h2 {
  color: #ffffff;
  font-size: clamp(40px, 3.6vw, 58px);
  line-height: 1.08;
  margin-bottom: 18px;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.13);
}

.machinery-feature-copy h2 span {
  color: #D4AF37;
}

.machinery-feature-copy p {
  /*display: none;*/
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.machinery-feature-actions {
  display: none;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.machinery-feature-actions a {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  background: #ffffff;
  color: #17283d;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.machinery-feature-actions a:first-child {
  background: #c1272d;
  color: #ffffff;
}

.machinery-feature-actions a i {
  color: #D4AF37;
}

.machinery-feature-image {
  position: relative;
  border-radius: 8px 22px 22px 8px;
  overflow: visible;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  transform: translateY(-10px);
  animation: machineryImageFloat 5.8s ease-in-out infinite alternate;
}

.machinery-feature-image img {
  width: 100%;
  min-height: 430px;
  max-height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 8px 22px 22px 8px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

@keyframes machineryImageFloat {
  from {
    transform: translateY(-10px);
  }

  to {
    transform: translateY(8px);
  }
}

.machinery-feature-whatsapp {
  position: absolute;
  right: -16px;
  bottom: -20px;
  min-height: 56px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border-radius: 999px;
  background: #069985;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(6, 153, 133, 0.28);
}

.machinery-feature-whatsapp:hover,
.machinery-feature-whatsapp:focus {
  color: #ffffff;
  background: #078875;
}

.machinery-feature-whatsapp i {
  font-size: 26px;
}

.machinery-search-panel {
  margin-top: -34px;
  position: relative;
  z-index: 5;
}

.machinery-search-panel .banner-service-wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 0 24px 24px 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(20, 38, 62, 0.2);
  background: #ffffff;
}

.machinery-panel-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto -1px;
  padding-left: 30px;
  position: relative;
  z-index: 3;
}

.machinery-panel-tabs a {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 26px 26px 0 0;
  background: #ffffff;
  color: #17283d;
  font-weight: 800;
  box-shadow: 0 -8px 24px rgba(20, 38, 62, 0.1);
  border: 1px solid rgba(20, 38, 62, 0.08);
}

.machinery-panel-tabs a.active {
  background: #086abd;
  color: #ffffff;
}

.machinery-panel-tabs a i {
  color: #D4AF37;
}

.machinery-search-panel .banner-hire-detail {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px;
  padding: 18px 28px !important;
}

.machinery-search-panel .banner-service-content {
  border-radius: 0 24px 24px 0;
  padding: 24px 22px;
}

@media screen and (max-width: 991px) {
  .machinery-video-hero {
    min-height: auto;
    padding: 100px 0 145px;
  }

  .machinery-hero-content {
    display: block;
  }

  .machinery-hero-copy {
    max-width: 100%;
  }

  .machinery-hero-card {
    max-width: 560px;
  }

  .machinery-feature-hero {
    margin-top: -70px;
    padding: 52px 0 62px;
  }

  .machinery-feature-grid {
    grid-template-columns: 1fr;
  }

  .machinery-feature-copy {
    min-height: auto;
    height: auto;
    border-radius: 20px;
  }

  .machinery-feature-image,
  .machinery-feature-image img {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .machinery-video-hero {
    padding: 86px 0 132px;
  }

  .machinery-video-hero::before {
    background: linear-gradient(180deg, rgba(4, 18, 33, 0.88) 0%, rgba(4, 18, 33, 0.64) 100%);
  }

  .machinery-hero-copy {
    text-align: left;
  }

  .machinery-hero-copy .section-title {
    font-size: 42px;
  }

  .machinery-hero-copy .section-paragraph {
    font-size: 16px;
  }

  .machinery-search-panel {
    margin-top: 0;
  }

  .machinery-panel-tabs {
    padding-left: 12px;
    padding-right: 12px;
    gap: 8px;
  }

  .machinery-panel-tabs a {
    flex: 1 1 calc(50% - 8px);
    min-height: 48px;
    padding: 0 12px;
    border-radius: 18px 18px 0 0;
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .machinery-video-hero {
    padding: 74px 0 116px;
  }

  .machinery-hero-actions,
  .hero-play-button,
  .machinery-hero-actions .section-btn {
    width: 100%;
  }

  .hero-play-button,
  .machinery-hero-actions .section-btn {
    justify-content: center;
  }

  .machinery-hero-copy {
    padding: 0;
  }

  .machinery-hero-copy .section-title {
    font-size: 36px;
  }

  .machinery-feature-hero {
    margin-top: -54px;
    padding: 38px 0 46px;
  }

  .machinery-feature-copy {
    padding: 30px 24px;
    border-radius: 18px;
  }

  .machinery-feature-copy h2 {
    font-size: 36px;
  }

  .machinery-feature-image img {
    min-height: 280px;
  }

  .machinery-feature-whatsapp {
    right: 12px;
    bottom: 12px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }

  .machinery-hero-card {
    min-height: 290px;
    border-radius: 18px;
  }

  .machinery-hero-card img {
    min-height: 290px;
  }

  .machinery-search-panel .banner-service-wrapper {
    border-radius: 20px;
  }

  .machinery-search-panel .banner-hire-detail,
  .machinery-search-panel .banner-service-content {
    border-radius: 0 !important;
  }
}

/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/
.home-aboutus {
  background-color: #f8f8f8;
  padding: 110px 0 0px;
}

.home-aboutus .home-aboutus-inner {
  display: grid;
  grid-template-columns: 25% auto;
}

.home-aboutus .home-aboutus-inner .about-gallary {
  text-align: right;
}

.home-aboutus .home-aboutus-inner .about-gallary .figure-round-border {
  margin-bottom: 15px;
}

.home-aboutus .home-aboutus-inner .about-gallary .figure-round-border:last-child {
  margin-bottom: 0;
}

.home-aboutus .home-aboutus-inner .home-about-right {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-content .about-top-right-img {
  margin-top: 56px;
  margin-bottom: 15px;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-content .section-head-info {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  padding-left: 0;
  margin-bottom: 0;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-bottom-right-img {
  -webkit-flex-basis: 35%;
  -moz-flex-basis: 35%;
  -ms-flex-basis: 35%;
  flex-basis: 35%;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner {
  -webkit-flex-basis: 65%;
  -moz-flex-basis: 65%;
  -ms-flex-basis: 65%;
  flex-basis: 65%;
  padding-left: 70px;
}

@media screen and (max-width: 991px) {
  .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner {
    padding-left: 20px;
  }
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.15);
  padding: 25px;
  margin-bottom: 20px;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul li {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul li:last-child {
  margin-bottom: 0;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul li i {
  font-size: 25px;
  color: #a7a7a7;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul li span {
  color: #414141;
  padding-left: 20px;
}

/* Home about-us collage refresh */
.home-aboutus .home-aboutus-inner {
  grid-template-columns: minmax(340px, 520px) minmax(0, 1fr);
  column-gap: 36px;
  align-items: start;
}

.home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(8, 100px);
  gap: 16px;
  width: 100%;
  text-align: initial;
}

.home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-card {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(12, 24, 41, 0.14);
  position: relative;
}

.home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-image {
  object-fit: cover;
  border-radius: inherit;
  display: block;
}

.home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-card-1 {
  grid-column: 1 / 4;
  grid-row: 1 / 3;
}

.home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-card-2 {
  grid-column: 4 / 7;
  grid-row: 1 / 4;
}

.home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-card-3 {
  grid-column: 1 / 4;
  grid-row: 3 / 5;
}

.home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-card-4 {
  grid-column: 1 / 4;
  grid-row: 5 / 7;
}

.home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-card-5 {
  grid-column: 4 / 7;
  grid-row: 4 / 8;
}

.home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-overlay {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(27, 58, 109, 0.5);
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .author-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .author-content .auhtor-signature {
  width: 142px;
  margin-right: 20px;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .author-content .author-detail .author-name {
  margin-bottom: 0px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .author-content .author-detail .author-prof {
  font-size: 13px;
  line-height: 1.2;
}

/* ISO / Author detail card inside home-about-right (below Corporate Leadership) */
.home-aboutus .home-aboutus-inner .home-about-right .aboutus-middle-detail {
  padding: 28px 24px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 12px 36px rgba(27, 58, 109, 0.10);
  border: 1px solid rgba(27, 58, 109, 0.08);
}

.home-aboutus .home-aboutus-inner .home-about-right .aboutus-middle-detail .about-detail-inner {
  padding-left: 0;
  flex-basis: 100%;
}

.home-aboutus .home-aboutus-inner .home-about-right .aboutus-middle-detail .about-list {
  padding: 18px 20px;
  background: #f5f7fd;
  border-radius: 14px;
  margin-bottom: 0;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .home-aboutus {
    padding: 65px 0;
  }

  .home-aboutus .home-aboutus-inner {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }

  .home-aboutus .home-aboutus-inner .about-gallary {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin-right: 10px;
  }

  .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border:last-child {
    margin-right: 0;
  }

  .home-aboutus .home-aboutus-inner .home-about-right {
    padding-left: 0px;
  }

  .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner {
    padding-left: 10px;
  }

  .home-aboutus .home-about-place {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 575px) {
  .home-aboutus .home-aboutus-inner .home-about-right {
    padding-left: 0;
  }

  .home-aboutus .home-aboutus-inner .home-about-right .about-detail {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner {
    padding-left: 0;
    margin-top: 20px;
  }

  .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .author-content {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

@media screen and (max-width: 479px) {
  .home-aboutus .home-aboutus-inner {
    grid-row-gap: 10px;
  }

  .home-aboutus .home-aboutus-inner .about-gallary {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 46%;
    -moz-flex-basis: 46%;
    -ms-flex-basis: 46%;
    flex-basis: 46%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border:last-child {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border:nth-child(2) {
    order: 3;
    width: 100%;
    margin: 0;
  }

  .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border:nth-child(2) img {
    width: 100%;
  }

  .home-aboutus .home-aboutus-inner .home-about-right .about-content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-aboutus .home-aboutus-inner .home-about-right .about-content .about-top-right-img {
    margin: 0px 0 20px;
    width: 100%;
  }

  .home-aboutus .home-aboutus-inner .home-about-right .about-content .about-top-right-img img {
    width: 100%;
  }

  .home-aboutus .home-aboutus-inner .home-about-right .about-content .section-head-info {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list {
    padding: 25px 10px;
  }

  .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul li i {
    font-size: 20px;
  }

  .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul li span {
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .home-aboutus .home-aboutus-inner {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .home-aboutus .home-aboutus-inner .home-about-right {
    padding-left: 0;
  }

  .home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 14px;
  }

  .home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 200px;
    border-radius: 20px;
  }

  .home-aboutus .home-aboutus-inner .home-about-right .about-content {
    padding: 28px !important;
  }
}

@media screen and (max-width: 479px) {
  .home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic {
    grid-template-columns: 1fr;
  }

  .home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-card {
    min-height: 210px;
  }
}

/*--------------------------------------------------------------
>>> Home home-team  
----------------------------------------------------------------*/
.home-team-section {
  background-color: #f8f8f8;
  padding: 107px 0 181px;
}

@media screen and (max-width: 767px) {
  .home-team-section {
    padding: 65px 0 105px;
  }
}

.home-team-section .team-inner-group .row {
  row-gap: 50px;
}

.home-team-section .team-inner-group .team-member {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1200px) {
  .home-team-section .team-inner-group .team-member {
    margin: 0 3px;
  }
}

@media screen and (max-width: 767px) {
  .home-team-section .team-inner-group .team-member .team-img img {
    width: 100%;
  }
}

.home-team-section .team-inner-group .team-member .team-detail {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 35px 20px 20px;
  margin: 0 20px;
  background-image: radial-gradient(at top left, #D4AF37 74%, #fff 42%);
  text-align: center;
}

.home-team-section .team-inner-group .team-member .team-detail .team-name h5 {
  margin-bottom: 6px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-team-section .team-inner-group .team-member .team-detail .team-name:hover h5 {
  color: #c1272d;
}

.home-team-section .team-inner-group .team-member .team-detail .job-title {
  font-size: 13px;
}

.home-team-section .team-inner-group .team-member .team-detail .team-type-btn {
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.home-team-section .team-inner-group .team-member .team-detail .team-type-btn i {
  background-color: #ffffff;
  color: #1B3A6D;
  height: 42px;
  width: 42px;
  line-height: 41px;
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-team-section .team-inner-group .team-member .team-detail .team-type-btn:hover i {
  background-color: #c1272d;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> home-working-process.scss  
----------------------------------------------------------------*/
.home-working-step-section {
  position: relative;
  z-index: 1;
  padding: 5px 0 30px;
  margin-bottom: 0;
  background-image: url("office images/three_star_agro_9.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .home-working-step-section {
    padding: 65px 0 260px;
  }
}

.home-working-step-section .overlay {
  display: none;
}

.home-working-step-section .section-head-white {
  margin-bottom: 50px;
}

.home-working-step-section .process-step .row {
  row-gap: 50px;
}

.home-working-step-section .process-step .phase {
  padding: 0px 28px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .home-working-step-section .process-step .phase {
    padding: 0 18px;
  }
}

@media screen and (max-width: 575px) {
  .home-working-step-section .process-step .phase {
    padding: 0;
  }
}

.home-working-step-section .process-step .phase .phase-icon {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 40px 40px 40px;
  background-image: url(assets/img/plumbero-img14.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}

.home-working-step-section .process-step .phase .phase-icon i {
  font-size: 50px;
}

.home-working-step-section .process-step .phase .phase-icon .phase-no {
  position: absolute;
  z-index: -1;
  bottom: -13px;
  left: 50%;
  transform: translateX(calc(-50% + 40px));
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  height: 43px;
  width: 43px;
  line-height: 42px;
  background-color: #D4AF37;
  color: #111111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.home-working-step-section .process-step .phase .phase-content .phase-title {
  color: #ffffff;
}

.home-working-step-section .process-step .phase .phase-content .phase-info {
  color: #d9d9d9;
  margin-bottom: 0;
}

.home-appointment-section {
  position: relative;
  z-index: 2;
}

.home-appointment-section .reservation-inner {
  display: grid;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 35% auto;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}

.home-appointment-section .reservation-inner .reservation-section {
  position: relative;
  background-image: url(assets/img/plumbero-img16.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100%;
  overflow: hidden;
}

.home-appointment-section .reservation-inner .reservation-section .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-appointment-section .reservation-inner .reservation-section .video-button a {
  background-color: #ffffff;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 25px;
}

.home-appointment-section .reservation-inner .reservation-section .video-button a i {
  color: #414141;
}

.home-appointment-section .reservation-inner .reservation-content {
  padding: 50px 50px 44px;
  background-color: #D4AF37;
}

@media screen and (max-width: 991px) {
  .home-appointment-section .reservation-inner .reservation-content {
    padding: 50px 25px;
  }
}

@media screen and (max-width: 767px) {
  .home-appointment-section .reservation-inner .reservation-content {
    padding: 35px 25px 25px;
  }
}

.home-appointment-section .reservation-inner .reservation-content .section-head {
  margin-bottom: 0;
}

.home-appointment-section .reservation-inner .reservation-content .reservation-form {
  margin: 0 -12px;
}

.home-appointment-section .reservation-inner .reservation-content .reservation-form .form-group {
  margin-bottom: 10px;
}

.home-appointment-section .reservation-inner .reservation-content .reservation-form .form-group input,
.home-appointment-section .reservation-inner .reservation-content .reservation-form .form-group button {
  width: 100%;
}

.home-appointment-section .reservation-inner .reservation-content .reservation-form .form-group input {
  width: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 991px) {
  .home-appointment-section .reservation-inner .reservation-content .reservation-form .form-group button {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  .home-appointment-section .reservation-inner {
    grid-template-columns: auto;
  }

  .home-appointment-section .reservation-inner .reservation-section {
    min-height: 300px;
  }
}

/*--------------------------------------------------------------
>>> Home home-partner  
----------------------------------------------------------------*/
.home-partner-section {
  padding: 110px 0;
  background-color: #f8f8f8;
}

.home-partner-section .home-partner-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 40px;
}

.home-partner-section .home-partner-wrapper .partner-group-logo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 25px;
}

@media screen and (max-width: 991px) {
  .home-partner-section .home-partner-wrapper .partner-group-logo {
    grid-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .home-partner-section .home-partner-wrapper .partner-group-logo {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-partner-section .home-partner-wrapper .partner-group-logo .partner-logo {
  padding: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.1);
}

.home-partner-section .home-partner-wrapper .partner-group-logo .partner-logo img {
  filter: brightness(80%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.home-partner-section .home-partner-wrapper .partner-content {
  margin-bottom: 0;
  margin-left: 70px;
}

@media screen and (max-width: 991px) {
  .home-partner-section .home-partner-wrapper .partner-content {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .home-partner-section {
    padding: 65px 0;
  }

  .home-partner-section .home-partner-wrapper {
    grid-template-columns: auto;
  }

  .home-partner-section .home-partner-wrapper .partner-group-logo {
    order: 2;
    grid-gap: 25px;
  }

  .home-partner-section .home-partner-wrapper .partner-content {
    text-align: center;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
>>> Home home-gallery  
----------------------------------------------------------------*/
.home-gallery-section {
  padding: 107px 0 90px;
}

@media screen and (max-width: 767px) {
  .home-gallery-section {
    padding: 65px 0;
  }
}

.home-gallery-section .gallery-container .gallery-grid {
  margin: 0 -12px;
}

.home-gallery-section .gallery-container .gallery-grid .single-gallery {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .home-gallery-section .gallery-container .gallery-grid .single-gallery {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .home-gallery-section .gallery-container .gallery-grid .single-gallery {
    width: 100%;
  }
}

.home-gallery-section .gallery-container .single-gallery .gallery-img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 575px) {
  .home-gallery-section .gallery-container .single-gallery .gallery-img a img {
    width: 100%;
  }
}

/* Overlays removed to show clean images as requested */

/*--------------------------------------------------------------
>>> Home home-testimonial
----------------------------------------------------------------*/
.home-testimonials-section {
  position: relative;
  z-index: 1;
  background-image: url(office images/image -13.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .home-testimonials-section {
    padding: 110px 0;
  }
}

@media screen and (max-width: 767px) {
  .home-testimonials-section {
    padding: 65px 0;
  }
}

.home-testimonials-section .overlay {
  display: none;
}

.home-testimonials-section .home-testimonial-wrapper {
  display: grid;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 38% 62%;
}

.home-testimonials-section .home-testimonial-wrapper .section-head-white-info {
  padding-right: 50px;
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 54px;
  grid-row-gap: 65px;
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .comment-group .comment-content {
  padding: 35px 30px 25px 30px;
  background-color: transparent;
  background-image: radial-gradient(at top left, #f8f8f8 74%, #fff 42%);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .comment-group .comment-content:last-child {
  margin-bottom: 0;
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .comment-group .comment-content:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: -30px;
  height: 50px;
  width: 50px;
  background-image: url(assets/img/icon-img1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.2;
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .comment-group .comment-content .author-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .comment-group .comment-content .author-detail .author-img {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .comment-group .comment-content .author-detail .author-info {
  margin-left: 15px;
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .comment-group .comment-content .author-detail .author-info .author-name {
  margin-bottom: 0;
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .comment-group .comment-content .author-detail .author-info .author-desc {
  color: #1B3A6D;
  font-size: 13px;
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .left-group {
  padding-top: 90px;
  margin-bottom: -50px;
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .left-group .comment-content:nth-child(odd) {
  margin-left: 40px;
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .left-group .comment-content:nth-child(even) .comment-detail {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .home-testimonials-section .home-testimonial-wrapper .comment-inner .left-group .comment-content:nth-child(even) .comment-detail {
    margin-bottom: 13px;
  }
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .right-group {
  padding-bottom: 90px;
  margin-top: -50px;
}

@media screen and (min-width: 1200px) {
  .home-testimonials-section .home-testimonial-wrapper .comment-inner .right-group {
    padding-left: 10px;
  }
}

.home-testimonials-section .home-testimonial-wrapper .comment-inner .right-group .comment-content:nth-child(even) {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .home-testimonials-section .home-testimonial-wrapper {
    grid-template-columns: auto;
  }

  .home-testimonials-section .home-testimonial-wrapper .section-head-white-info {
    text-align: center;
    margin-bottom: 130px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .home-testimonials-section .home-testimonial-wrapper .section-head-white-info {
    margin-bottom: 65px;
  }

  .home-testimonials-section .home-testimonial-wrapper .comment-inner {
    grid-column-gap: 30px;
  }

  .home-testimonials-section .home-testimonial-wrapper .comment-inner .left-group {
    padding-top: 70px;
    margin: 0;
  }

  .home-testimonials-section .home-testimonial-wrapper .comment-inner .right-group {
    margin: 0;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 575px) {
  .home-testimonials-section .home-testimonial-wrapper .comment-inner {
    grid-template-columns: auto;
  }

  .home-testimonials-section .home-testimonial-wrapper .comment-inner .left-group {
    padding-top: 0px;
  }

  .home-testimonials-section .home-testimonial-wrapper .comment-inner .left-group .comment-content:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .home-testimonials-section .home-testimonial-wrapper .comment-inner .right-group {
    padding-bottom: 0px;
  }

  .home-testimonials-section .home-testimonial-wrapper .comment-inner .right-group .comment-content:nth-child(even) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/*--------------------------------------------------------------
>>> Home home-service
----------------------------------------------------------------*/

/* == Keyframes for service section animations == */
@keyframes svc-slide-up {
  from {
    opacity: 0;
    transform: translateY(48px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes svc-shimmer {
  0% {
    background-position: -400px 0;
  }

  100% {
    background-position: 400px 0;
  }
}

@keyframes svc-glow-pulse {

  0%,
  100% {
    box-shadow: 0 0 30px rgba(20, 184, 166, 0.25), 0 20px 60px rgba(0, 0, 0, 0.4);
  }

  50% {
    box-shadow: 0 0 55px rgba(20, 184, 166, 0.55), 0 20px 60px rgba(0, 0, 0, 0.45);
  }
}

@keyframes svc-border-glow {

  0%,
  100% {
    border-color: rgba(20, 184, 166, 0.4);
  }

  50% {
    border-color: rgba(20, 184, 166, 0.9);
  }
}

.home-service-section {
  padding: 107px 0 130px;
  position: relative;
  overflow: hidden;
  /* Background image with parallax-ready positioning */
  background-image: url('assets/img/agro_machinery_bg.png');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

/* Dark overlay for readability */
.home-service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(5, 15, 35, 0.88) 0%,
      rgba(10, 30, 60, 0.82) 50%,
      rgba(3, 38, 42, 0.88) 100%);
  z-index: 0;
}

.home-service-section>* {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .home-service-section {
    padding: 65px 0;
    background-attachment: scroll;
  }
}

/* Section header text colours on dark bg */
.home-service-section .section-sub-title {
  color: #14b8a6 !important;
}

.home-service-section .section-sub-title::before {
  background-color: #14b8a6 !important;
}

.home-service-section .section-title {
  color: #ffffff !important;
}

.home-service-section .service-detail-paragraph {
  color: rgba(255, 255, 255, 0.78);
}

.home-service-section .service-detail-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 15px;
  margin-bottom: 40px;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

@media screen and (max-width: 991px) {
  .home-service-section .service-detail-wrapper {
    grid-template-columns: auto;
  }
}

.home-service-section .service-detail-wrapper .section-head {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .home-service-section .service-detail-wrapper .section-head {
    margin-right: 110px;
  }
}

/* === Service Cards Grid === */
.home-service-section .type-of-service {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 26px;
  grid-row-gap: 40px;
}

/* Base card — teal-navy glassmorphism */
.home-service-section .type-of-service .service-type {
  padding: 32px 26px 42px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(15, 40, 80, 0.85) 0%, rgba(6, 60, 65, 0.90) 100%);
  border: 1px solid rgba(20, 184, 166, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  /* Staggered slide-up animation */
  opacity: 0;
  animation: svc-slide-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.home-service-section .type-of-service .service-type:nth-child(1) {
  animation-delay: 0.05s;
}

.home-service-section .type-of-service .service-type:nth-child(2) {
  animation-delay: 0.18s;
}

.home-service-section .type-of-service .service-type:nth-child(3) {
  animation-delay: 0.31s;
}

.home-service-section .type-of-service .service-type:nth-child(4) {
  animation-delay: 0.44s;
}

/* Shimmer streak on hover */
.home-service-section .type-of-service .service-type::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
      transparent 20%,
      rgba(20, 184, 166, 0.12) 50%,
      transparent 80%);
  background-size: 800px 100%;
  background-position: -400px 0;
  pointer-events: none;
  transition: background-position 0s;
}

.home-service-section .type-of-service .service-type:hover::after {
  animation: svc-shimmer 0.65s ease-out forwards;
}

/* Top accent bar */
.home-service-section .type-of-service .service-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #14b8a6, #0ea5e9, #14b8a6);
  border-radius: 20px 20px 0 0;
}

/* Hover lift */
.home-service-section .type-of-service .service-type:hover {
  transform: translateY(-14px);
  border-color: rgba(20, 184, 166, 0.7);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.5), 0 0 30px rgba(20, 184, 166, 0.2);
  animation: svc-border-glow 2s ease infinite;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.home-service-section .type-of-service .service-type .service-info {
  margin-bottom: 20px;
  flex-grow: 1;
  white-space: pre-line;
  color: rgba(200, 230, 240, 0.82);
  line-height: 1.65;
  font-size: 13.5px;
}

.home-service-section .type-of-service .service-type .service-title h5 {
  transition: all 0.4s;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 14px;
  color: #e0f7f4;
  font-weight: 700;
}

.home-service-section .type-of-service .service-type .service-title:hover h5 {
  color: #14b8a6;
  text-shadow: 0 0 20px rgba(20, 184, 166, 0.4);
}

.home-service-section .type-of-service .service-type .service-img-no .service-img {
  margin-bottom: 14px;
}

.home-service-section .type-of-service .service-type .service-img-no .service-no {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: rgba(20, 184, 166, 0.5);
  stroke: rgba(20, 184, 166, 0.5);
}

.home-service-section .type-of-service .service-type .service-type-btn {
  position: absolute;
  left: 40px;
  bottom: -20px;
  transition: all 0.4s;
}

.home-service-section .type-of-service .service-type .service-type-btn i {
  background: linear-gradient(135deg, #14b8a6, #0ea5e9);
  color: #ffffff;
  height: 42px;
  width: 42px;
  line-height: 41px;
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s;
  box-shadow: 0 4px 15px rgba(14, 165, 233, 0.4);
}

.home-service-section .type-of-service .service-type .service-type-btn:hover i {
  background: linear-gradient(135deg, #0ea5e9, #14b8a6);
  transform: scale(1.15) rotate(10deg);
}

/* Notification / CTA card — glowing emerald */
.home-service-section .type-of-service .service-notification {
  padding: 50px 36px;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-radius: 20px;
  height: 100%;
  background: linear-gradient(145deg, #0f4c3a 0%, #065f46 40%, #0d7a5e 100%);
  border: 1px solid rgba(20, 184, 166, 0.5);
  box-shadow: 0 0 30px rgba(20, 184, 166, 0.25), 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: svc-glow-pulse 3.5s ease-in-out infinite, svc-slide-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
  position: relative;
  overflow: hidden;
}

.home-service-section .type-of-service .service-notification::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% -20%, rgba(20, 184, 166, 0.3) 0%, transparent 70%);
  pointer-events: none;
}

.home-service-section .type-of-service .service-notification .notifiy-title {
  margin-bottom: 28px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.home-service-section .type-of-service .service-notification .button-round-primary {
  background: #128C7E !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: 0 8px 25px rgba(18, 140, 126, 0.4);
  transition: all 0.35s;
}

.home-service-section .type-of-service .service-notification .button-round-primary:hover {
  background: #128C7E !important;
  transform: none;
  box-shadow: 0 8px 25px rgba(18, 140, 126, 0.4);
}

@media screen and (max-width: 575px) {
  .home-service-section .type-of-service .service-notification .notifiy-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .home-service-section .type-of-service {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .home-service-section .type-of-service {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
  }
}


@media screen and (max-width: 575px) {
  .home-service-section .type-of-service {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Quality process restyle: glass process cards like the provided reference */
body.home .home-service-section {
  padding: 72px 0 82px !important;
  background-image: url('office images/image-2.jpg') !important;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

body.home .home-service-section::before {
  background:
    linear-gradient(180deg, rgba(8, 15, 29, 0.58), rgba(8, 15, 29, 0.76)),
    radial-gradient(circle at 50% 18%, rgba(212, 175, 55, 0.22), transparent 32%);
  backdrop-filter: blur(2px);
}

body.home .home-service-section .service-detail-wrapper {
  display: block;
  max-width: 1360px;
  margin: 0 auto 46px;
  text-align: center;
}

body.home .home-service-section .service-detail-wrapper .section-head {
  margin: 0 auto 16px;
}

body.home .home-service-section .section-sub-title {
  display: none;
}

body.home .home-service-section .section-title {
  max-width: 1180px;
  margin: 0 auto;
  color: #ffffff !important;
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.42);
}

body.home .home-service-section .section-title::before {
  content: none;
}

body.home .home-service-section .section-title::after {
  content: none;
}

body.home .home-service-section .service-detail-paragraph {
  display: none;
}

body.home .home-service-section .type-of-service {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  max-width: 1440px;
  margin: 0 auto;
}

body.home .home-service-section .type-of-service .service-type {
  min-height: 520px;
  padding: 38px 24px 34px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(19, 27, 59, 0.68));
  border: 2px solid rgba(212, 175, 55, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 1;
  animation: qualityCardFloat 6s ease-in-out infinite alternate;
}

body.home .home-service-section .type-of-service .service-type:nth-child(2) {
  animation-delay: 0.7s;
}

body.home .home-service-section .type-of-service .service-type:nth-child(3) {
  animation-delay: 1.4s;
}

body.home .home-service-section .type-of-service .service-type:nth-child(4) {
  animation-delay: 2.1s;
}

body.home .home-service-section .type-of-service .service-type::before {
  content: none;
}

body.home .home-service-section .type-of-service .service-type::after {
  content: none;
}

.quality-step-icon {
  position: relative;
  width: 124px;
  height: 124px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(212, 175, 55, 0.82);
  color: #D4AF37;
  background: rgba(45, 42, 38, 0.34);
  box-shadow: inset 0 0 34px rgba(212, 175, 55, 0.18);
}

.quality-step-icon i {
  font-size: 48px;
}

.quality-step-icon span {
  position: absolute;
  right: -4px;
  bottom: 4px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D4AF37;
  color: #111111;
  font-weight: 900;
  font-size: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

body.home .home-service-section .type-of-service .service-type:hover {
  transform: translateY(-10px);
  border-color: #D4AF37;
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.44), 0 0 28px rgba(212, 175, 55, 0.24);
}

body.home .home-service-section .type-of-service .service-type .phase-title {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 800;
  margin-bottom: 18px;
}

.quality-step-highlight {
  color: #D4AF37;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 18px;
}

body.home .home-service-section .type-of-service .service-type .service-info {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.48;
  margin-bottom: 0;
}

body.home .home-service-section .type-of-service .service-type .service-img-no {
  display: none !important;
}

@keyframes qualityCardFloat {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-8px);
  }
}

@media screen and (max-width: 991px) {
  body.home .home-service-section {
    background-attachment: scroll;
  }

  body.home .home-service-section .type-of-service {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
}

@media screen and (max-width: 575px) {
  body.home .home-service-section {
    padding: 52px 0 58px !important;
  }

  body.home .home-service-section .section-title {
    font-size: 32px;
  }

  body.home .home-service-section .type-of-service .service-type {
    min-height: auto;
    padding: 30px 22px;
  }

  body.home .home-service-section .type-of-service {
    grid-template-columns: 1fr;
  }

  body.home .home-service-section .type-of-service .service-type .phase-title {
    font-size: 20px;
  }

  body.home .home-service-section .type-of-service .service-type .service-info {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
>>> Home home-blog
----------------------------------------------------------------*/
.home-blog-section {
  padding: 156px 0 110px;
}

@media screen and (max-width: 767px) {
  .home-blog-section {
    padding: 65px 0 65px;
  }
}

.home-blog-section .inner-blog-wrapper {
  margin-top: 50px;
  display: grid;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-items: center;
  grid-row-gap: 35px;
  grid-column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1200px) {
  .home-blog-section .inner-blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .home-blog-section .inner-blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    margin-top: 30px;
  }
}

.home-blog-section .inner-blog-wrapper .post {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-blog-section .inner-blog-wrapper .post:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-blog-section .inner-blog-wrapper .post:hover .feature-image:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.home-blog-section .inner-blog-wrapper .post .feature-image {
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-blog-section .inner-blog-wrapper .post .feature-image:before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.home-blog-section .inner-blog-wrapper .post .feature-image .cat-meta {
  position: absolute;
  top: 20px;
  right: 20px;
}

.home-blog-section .inner-blog-wrapper .post .feature-image .cat-meta a {
  padding: 5px 14px;
  font-size: 12px;
  background-color: #1B3A6D;
  color: #ffffff;
  border-radius: 25px;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 767px) {
  .home-blog-section .inner-blog-wrapper .post .feature-image .cat-meta a {
    font-size: 10px;
  }
}

.home-blog-section .inner-blog-wrapper .post .feature-image .cat-meta a:hover {
  background-color: #c1272d;
}

.home-blog-section .inner-blog-wrapper .post .feature-image img {
  width: 100%;
  display: block;
}

.home-blog-section .inner-blog-wrapper .post .entry-content {
  padding: 25px 15px;
}

.home-blog-section .inner-blog-wrapper .post .entry-content .blog-title {
  margin-bottom: 14px;
}

.home-blog-section .inner-blog-wrapper .post .entry-content .blog-title a {
  color: #1B3A6D;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-blog-section .inner-blog-wrapper .post .entry-content .blog-title a:hover {
  color: #c1272d;
}

.home-blog-section .inner-blog-wrapper .post .entry-content .blog-preview {
  color: #777;
  margin-bottom: 0;
}

.home-blog-section .inner-blog-wrapper .post .entry-meta {
  margin-bottom: 0;
  padding: 8px 30px 12px;
  border-top: 1px solid #eaeaea;
}

.home-blog-section .inner-blog-wrapper .post .entry-meta span {
  font-size: 13px;
  color: #adadad;
  padding: 0 9px;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .home-blog-section .inner-blog-wrapper .post .entry-meta span {
    font-size: 12px;
  }
}

.home-blog-section .inner-blog-wrapper .post .entry-meta span a {
  color: #adadad;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-blog-section .inner-blog-wrapper .post .entry-meta span a:hover {
  color: #c1272d;
}

.home-blog-section .inner-blog-wrapper .post .entry-meta span:first-child {
  padding-left: 0;
}

.home-blog-section .inner-blog-wrapper .post .entry-meta span:last-child {
  padding-right: 0;
}

.home-blog-section .inner-blog-wrapper .post .entry-meta span:last-child:before {
  content: none;
}

.home-blog-section .inner-blog-wrapper .post .entry-meta span:before {
  content: "•";
  right: -4px;
  top: 22%;
  color: #adadad;
  font-size: 12px;
  line-height: 1;
  position: absolute;
}

/*--------------------------------------------------------------
>>> Main Footer  
----------------------------------------------------------------*/
.site-footer {
  background-color: #1B3A6D;
}

.site-footer .footer-contact-content {
  background-color: #1B3A6D;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 15px;
  background-image: url(assets/img/plumbero-img45.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-footer .footer-contact-content .row {
  row-gap: 15px;
}

.site-footer .footer-contact-content .contact-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 575px) {
  .site-footer .footer-contact-content .contact-info {
    -webkit-justify-content: initial;
    -moz-justify-content: initial;
    -ms-justify-content: initial;
    justify-content: initial;
    -ms-flex-pack: initial;
  }
}

.site-footer .footer-contact-content .contact-info .contact-icon i {
  display: inline-block;
  height: 46px;
  width: 46px;
  line-height: 44px;
  font-size: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #D4AF37;
  color: #111111;
}

.site-footer .footer-contact-content .contact-info .contact-deatil {
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .site-footer .footer-contact-content .contact-info .contact-deatil {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .footer-contact-content .contact-info .contact-deatil {
    padding-right: 45px;
  }
}

.site-footer .footer-contact-content .contact-info .contact-deatil .contact-title {
  color: #d9d9d9;
  display: block;
  margin-bottom: 3px;
}

.site-footer .footer-contact-content .contact-info .contact-deatil p {
  margin-bottom: 0;
  color: #ffffff;
}

.site-footer .footer-contact-content .contact-info .contact-deatil a {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  color: #ffffff;
}

.site-footer .footer-inner {
  display: grid;
  grid-template-columns: auto 35%;
  padding-top: 30px;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

@media screen and (max-width: 991px) {
  .site-footer .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer .footer-inner .footer-wrapper {
    margin-right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .site-footer .footer-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .site-footer .footer-inner .footer-wrapper {
    margin-right: 0px;
    order: 2;
  }
}

.site-footer .top-footer {
  position: relative;
  z-index: 1;
}

.site-footer .top-footer .widget {
  color: #d9d9d9;
}

.site-footer .top-footer .widget .widget-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 24px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .site-footer .top-footer .widget .widget-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.site-footer .top-footer .widget .textwidget {
  color: #d9d9d9;
  margin-bottom: 15px;
}

.site-footer .top-footer .widget ul li {
  margin-bottom: 15px;
}

.site-footer .top-footer .widget ul li:last-child {
  margin-bottom: 0;
}

.site-footer .top-footer .widget ul li a {
  color: #d9d9d9;
  display: inline-block;
}

.site-footer .top-footer .widget ul li a:hover,
.site-footer .top-footer .widget ul li a:focus,
.site-footer .top-footer .widget ul li a:active {
  color: #D4AF37;
}

@media screen and (max-width: 575px) {
  .site-footer .top-footer .widget ul li {
    margin-bottom: 10px;
  }
}

.site-footer .top-footer .img-textwidget {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .site-footer .top-footer .img-textwidget {
    padding-right: 32px;
    margin-bottom: 0;
  }
}

.site-footer .top-footer .img-textwidget .textwidget {
  margin-bottom: 8px;
}

.site-footer .top-footer .footer-logo {
  margin-bottom: 20px;
}

.site-footer .top-footer .footer-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-footer .top-footer .footer-social-links ul li {
  margin: 0 5px;
  display: inline-block;
}

.site-footer .top-footer .footer-social-links ul li:first-child {
  margin-left: 0;
}

.site-footer .top-footer .footer-social-links ul li:last-child {
  margin-right: 0;
}

.site-footer .top-footer .footer-social-links ul li a i {
  background-color: transparent;
  color: #a7a7a7;
  border: 1px solid;
  border-color: #a7a7a7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  display: block;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.site-footer .top-footer .footer-social-links ul li a i {
  background-color: transparent;
  color: #a7a7a7;
  /*border: 1px solid;*/
  border-color: #a7a7a7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  display: block;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.site-footer .top-footer .footer-social-links ul li a:hover i {
  background-color: #D4AF37;
  border-color: #D4AF37;
  color: #414141;
}

.site-footer .bottom-footer {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .site-footer .bottom-footer {
    margin-top: 15px;
  }
}

.site-footer .bottom-footer .copy-right {
  border-top: 1px solid rgba(167, 167, 167, 0.19);
  padding: 20px 0 12px;
  color: #d9d9d9;
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  .site-footer .bottom-footer .copy-right {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .site-footer .footer-img .footer-agro-img {
    margin-left: 30px;
  }
}

/*--------------------------------------------------------------
>>> Inner Banner  
----------------------------------------------------------------*/
.inner-baner-container {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  min-height: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 767px) {
  .inner-baner-container {
    min-height: 300px;
  }
}

.inner-baner-container:before {
  background-color: #1B3A6D;
  content: "";
  display: block;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

.inner-baner-container .inner-banner-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  padding: 80px 0 80px;
}

@media screen and (max-width: 767px) {
  .inner-baner-container .inner-banner-content {
    padding: 50px 0 50px;
  }
}

.inner-baner-container .inner-title {
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: capitalize;
}

.inner-baner-container .entry-meta {
  border-top: 1px solid rgba(217, 217, 217, 0.45);
  border-bottom: 1px solid rgba(217, 217, 217, 0.45);
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .inner-baner-container .entry-meta {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .inner-baner-container .entry-meta {
    margin-top: 10px;
  }
}

.inner-baner-container .entry-meta span {
  padding: 0 15px;
  position: relative;
  color: #D4AF37;
}

@media screen and (max-width: 479px) {
  .inner-baner-container .entry-meta span {
    padding: 0 10px;
  }
}

.inner-baner-container .entry-meta span:before {
  color: #d9d9d9;
  content: "";
  width: 1px;
  height: 26px;
  background-color: rgba(217, 217, 217, 0.27);
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .inner-baner-container .entry-meta span:before {
    height: 24px;
  }
}

.inner-baner-container .entry-meta span:last-child:before {
  display: none;
}

.inner-baner-container .entry-meta .posted-on a:before {
  content: "\f073";
  color: #D4AF37;
}

.inner-baner-container .entry-meta .byline a:before {
  content: "\f2bd";
  color: #D4AF37;
}

.inner-baner-container .entry-meta .comments-link a:before {
  content: "\f086";
  color: #D4AF37;
}

.inner-baner-container .entry-meta a {
  color: #d9d9d9;
  display: inline-block;
  line-height: 1.7;
}

.inner-baner-container .entry-meta a:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-weight: 900;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #1B3A6D;
  font-size: 13px;
}

.inner-baner-container .entry-meta a:hover,
.inner-baner-container .entry-meta a:focus {
  color: #c1272d;
}

.inner-baner-container .breadcrumb {
  background-color: transparent;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0;
  padding: 0;
}

.inner-baner-container .breadcrumb li {
  color: #ffffff;
  font-size: 14px;
}

.inner-baner-container .breadcrumb li:before {
  color: inherit;
}

.inner-baner-container .breadcrumb li a {
  color: #ffffff;
}

.inner-baner-container .breadcrumb li a:hover {
  color: #c1272d;
}

.inner-baner-container .breadcrumb li.active {
  color: #b3b3b3;
}

/*--------------------------------------------------------------
>>> 404 Page  
----------------------------------------------------------------*/
.no-content-section {
  padding: 110px 0 110px;
}

@media screen and (max-width: 767px) {
  .no-content-section {
    padding: 60px 0;
  }
}

.no-content-wrap {
  text-align: center;
}

.no-content-wrap .title-wrap {
  position: relative;
}

.no-content-wrap span {
  color: #e2e2e2;
  font-size: 300px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}

.no-content-wrap .page-content-title {
  margin-bottom: 0;
  position: absolute;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  top: 50%;
  left: 0;
  right: 0;
  color: #111111;
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .no-content-wrap .page-content-title {
    font-size: 28px;
  }
}

.no-content-wrap h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .no-content-wrap h6 {
    font-size: 13px;
  }
}

.no-content-wrap .search-form-wrap {
  max-width: 841px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  overflow: hidden;
}

.no-content-wrap .search-form-wrap .search-form {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f8f8f8;
  border: 1px solid #1B3A6D;
  border-radius: 25px;
  overflow: hidden;
}

.no-content-wrap .search-form-wrap .search-form input {
  padding: 0 55px 0 20px;
  background-color: #f8f8f8;
  height: 50px;
}

.no-content-wrap .search-form-wrap .search-form button {
  padding: 10px 20px;
  top: 0;
  right: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .no-content-wrap span {
    font-size: 224px;
  }

  .no-content-wrap h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .no-content-wrap span {
    font-size: 124px;
  }

  .no-content-wrap h1 {
    font-size: 22px;
  }

  .no-content-wrap p {
    font-size: 14px;
    margin-top: 20px;
  }

  .no-content-wrap .search-form-wrap {
    margin-top: 20px;
  }

  .no-content-wrap .search-form-wrap .search-form input {
    height: 46px;
  }
}

/*--------------------------------------------------------------
>>> Comming soon Page  
----------------------------------------------------------------*/
.comming-soon-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.comming-soon-section * {
  color: #ffffff;
}

.comming-soon-section .primary-color {
  color: #1B3A6D;
}

.comming-soon-section .overlay {
  background-color: #1B3A6D;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  z-index: 1;
}

.comming-soon-section .comming-soon-wrap {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.comming-soon-section .site-identity {
  text-align: center;
}

.comming-soon-section .site-identity img {
  max-width: 100%;
}

.comming-soon-section .comming-soon-content {
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center;
}

.comming-soon-section .comming-soon-content .section-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.comming-soon-section .comming-soon-content .section-title:after {
  background-color: #d9d9d9;
  content: "";
  width: 90px;
  height: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .comming-soon-section .comming-soon-content .section-title {
    font-size: 30px;
  }
}

.comming-soon-section .comming-soon-content h6 {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.comming-soon-section .time-counter-wrap {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .comming-soon-section .time-counter-wrap {
    margin-bottom: 60px;
  }
}

.comming-soon-section .time-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.comming-soon-section .time-counter .counter-time {
  width: 150px;
  margin: 0 13px;
  padding: 20px;
  border-radius: 25px;
  background-color: #D4AF37;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comming-soon-section .time-counter .counter-time:first-child {
  margin-left: 0;
}

.comming-soon-section .time-counter .counter-time:last-child {
  margin-right: 0;
}

.comming-soon-section .time-counter .counter-time span {
  font-size: 15px;
  color: #1B3A6D;
  display: block;
  font-weight: 500;
  line-height: 1.7;
}

.comming-soon-section .time-counter .counter-time .label-text {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #292929;
}

.comming-soon-section .time-counter .counter-time [class*=counter-] {
  color: #1B3A6D;
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.comming-soon-section .social-icons {
  text-align: center;
}

.comming-soon-section .social-icons ul {
  margin: 0;
  padding: 0;
}

.comming-soon-section .social-icons li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

.comming-soon-section .social-icons a {
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 35px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.comming-soon-section .social-icons a:hover {
  background-color: #c1272d;
  border-color: #c1272d;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .comming-soon-section .social-icons {
    text-align: center;
  }
}

.comming-soon-section .com-contact-info ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.comming-soon-section .com-contact-info ul li {
  display: inline-block;
  font-size: 15px;
  padding: 0 8px;
}

.comming-soon-section .com-contact-info ul li:last-child {
  padding-right: 0;
}

.comming-soon-section .com-contact-info ul li:first-child {
  padding-left: 0;
}

.comming-soon-section .com-contact-info ul li [class*=fa-] {
  margin-right: 5px;
}

.comming-soon-section .com-contact-info ul li a {
  color: #fcfcfc;
  display: block;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}

.comming-soon-section .com-contact-info ul li a:hover,
.comming-soon-section .com-contact-info ul li a:focus,
.comming-soon-section .com-contact-info ul li a:active {
  color: #c1272d;
}

.comming-soon-section .com-contact-info ul li a i {
  color: #ffffff;
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  .comming-soon-section .com-contact-info ul li {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .comming-soon-section {
    height: 100vh;
  }
}

@media screen and (max-width: 1199px) {
  .comming-soon-section {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .comming-soon-section .comming-soon-content {
    margin-top: 40px;
  }

  .comming-soon-section .comming-soon-footer {
    text-align: center;
  }

  .comming-soon-section .com-contact-info {
    margin-bottom: 20px;
  }

  .comming-soon-section .time-counter .counter-time {
    width: 115px;
  }

  .comming-soon-section .time-counter .counter-time [class*=counter-] {
    font-size: 42px;
  }
}

@media screen and (max-width: 575px) {
  .comming-soon-section .comming-soon-content h2 {
    font-size: 30px;
  }

  .comming-soon-section .time-counter {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    row-gap: 20px;
  }

  .comming-soon-section .time-counter .counter-time {
    margin: 0 5px;
    border-radius: 15px;
  }
}

/*--------------------------------------------------------------
>>> About US 
----------------------------------------------------------------*/
.about-section {
  margin: 110px 0 40px;
}

@media screen and (max-width: 767px) {
  .about-section {
    margin: 65px 0;
  }
}

.about-section .about-inner .about-detail {
  margin-top: 20px;
  margin-right: 80px;
}

@media screen and (max-width: 991px) {
  .about-section .about-inner .about-detail {
    margin-top: 0;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .about-section .about-inner .about-detail {
    margin-right: 0;
  }
}

.about-section .about-inner .about-image {
  position: relative;
  background-image: url("office images/image - 15.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 540px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .about-section .about-inner .about-image {
    min-height: 400px;
  }
}

.about-section .about-inner .about-image .video-button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  top: auto;
  transform: none;
  z-index: 10;
}

.about-section .about-counter-wrapper {
  padding: 50px 50px 50px 50px;
  background-color: #D4AF37;
  border-width: 8px 8px 0 0;
  border-style: solid;
  border-color: #ffffff;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 60%;
  margin-top: -35px;
}

.about-section .about-counter-wrapper .counter-item {
  padding-right: 30px;
  padding-left: 38px;
  border-right: 1px solid rgba(229, 193, 143, 0.58);
  text-align: center;
}

.about-section .about-counter-wrapper .counter-item:first-child {
  padding-left: 0;
}

.about-section .about-counter-wrapper .counter-item:last-child {
  border-right: none;
  padding-right: 0;
}

.about-section .about-counter-wrapper .counter-item .counter-no {
  color: #1B3A6D;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .about-section .about-counter-wrapper .counter-item .counter-no {
    font-size: 35px;
  }
}

.about-section .about-counter-wrapper .counter-item .Completed {
  color: #111111;
}

@media screen and (max-width: 991px) {
  .about-section .about-counter-wrapper {
    margin-top: -40px;
    width: 85%;
    border-width: 8px;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .about-section .about-counter-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  .about-section .about-counter-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-section .about-counter-wrapper .counter-item {
    padding: 30px 0;
    border-bottom: 1px solid rgba(229, 193, 143, 0.58);
    border-right: 0;
    width: 100%;
  }

  .about-section .about-counter-wrapper .counter-item:first-child {
    padding-top: 0;
  }

  .about-section .about-counter-wrapper .counter-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.strategy-section-wrapper {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background-image: url("assets/img/agro_machinery_bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.strategy-section-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(27, 58, 109, 0.9) 0%, rgba(15, 31, 63, 0.85) 100%);
  z-index: -1;
}

.strategy-section-wrapper .premium-goal-card {
  background: rgba(7, 43, 56, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid rgba(20, 184, 166, 0.3);
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
}

.strategy-section-wrapper .premium-goal-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.1);
  border-color: #D4AF37;
  box-shadow: 0px 20px 45px 0px rgba(212, 175, 55, 0.15);
}

.strategy-section-wrapper .premium-goal-card h4 {
  margin-bottom: 25px;
  font-weight: 800;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.strategy-section-wrapper .premium-goal-card p {
  color: #e0e0e0;
  line-height: 1.8;
  font-size: 15px;
}

.about-section .strategy-section-wrapper .premium-goal-card p:last-child {
  margin-bottom: 0;
}

.about-section .about-patner-img {
  margin-top: 50px;
}

.about-section .about-patner-img .partner-logo img {
  width: 114px;
  margin: 0 auto;
}

.subscribe-section {
  background-color: #f8f8f8;
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .subscribe-section {
    padding: 65px 0;
  }
}

.subscribe-section .subscribe-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-section .subscribe-form .from-group {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  padding: 0 12px;
  margin-bottom: 20px;
  margin-bottom: 15px;
}

.subscribe-section .subscribe-form .from-group input {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  width: 100%;
}

.subscribe-section .subscribe-form input[type=submit] {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 15px 24px;
  margin: 0 12px;
  height: 48px;
}

@media screen and (max-width: 575px) {
  .subscribe-section .subscribe-form input[type=submit] {
    padding: 10px 15px;
    height: 40px;
  }
}

@media screen and (max-width: 575px) {
  .subscribe-section .subscribe-form {
    display: block;
  }

  .subscribe-section .subscribe-form .from-group {
    padding: 0;
  }

  .subscribe-section .subscribe-form input[type=submit] {
    width: 100%;
    margin: 0;
  }
}

/*--------------------------------------------------------------
>>> team-page 
----------------------------------------------------------------*/
.team-section-page {
  background-color: #ffffff;
  padding: 110px 0;
}

/*--------------------------------------------------------------
>>> team-detail-page
----------------------------------------------------------------*/
.team-detail-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .team-detail-section {
    padding: 65px 0;
  }
}

@media screen and (max-width: 767px) {
  .team-detail-section .author-img-wrapper .team-fig img {
    width: 100%;
  }
}

.team-detail-section .author-img-wrapper blockquote {
  background-color: #1B3A6D;
  color: #ffffff;
  margin-right: 25px;
  margin-top: -140px;
  margin-bottom: 0;
  padding: 30px;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .team-detail-section .author-img-wrapper blockquote {
    padding: 20px 16px;
  }
}

.team-detail-section .author-img-wrapper blockquote:before,
.team-detail-section .author-img-wrapper blockquote:after {
  content: none;
}

.team-detail-section .author-img-wrapper blockquote i {
  color: rgba(255, 255, 255, 0.64);
  font-size: 40px;
  margin-bottom: 10px;
}

.team-detail-section .author-img-wrapper blockquote p {
  margin-bottom: 0;
}

.team-detail-section .author-bio-date {
  padding-left: 36px;
}

@media screen and (max-width: 991px) {
  .team-detail-section .author-bio-date {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .team-detail-section .author-bio-date {
    margin-top: 30px;
  }
}

.team-detail-section .author-bio-date .section-head {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .team-detail-section .author-bio-date .section-head {
    margin-bottom: 15px;
  }
}

.team-detail-section .author-bio-date .social-site-link {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .team-detail-section .author-bio-date .social-site-link {
    margin-bottom: 15px;
  }
}

.team-detail-section .author-bio-date .social-site-link ul {
  padding: 0;
  margin: 0;
}

.team-detail-section .author-bio-date .social-site-link ul li {
  margin: 0 4px;
  display: inline-block;
}

.team-detail-section .author-bio-date .social-site-link ul li:first-child {
  margin-left: 0;
}

.team-detail-section .author-bio-date .social-site-link ul li:last-child {
  margin-right: 0;
}

.team-detail-section .author-bio-date .social-site-link ul li:hover a {
  border-color: #c1272d;
  background-color: #c1272d;
}

.team-detail-section .author-bio-date .social-site-link ul li:hover a i {
  color: #ffffff;
}

.team-detail-section .author-bio-date .social-site-link ul li a {
  padding: 9px;
  border-radius: 50%;
  border: 1px solid #1B3A6D;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.team-detail-section .author-bio-date .social-site-link ul li a i {
  font-size: 15px;
  color: #1B3A6D;
  height: 1em;
  width: 1em;
  position: relative;
  display: block;
  text-align: center;
}

.team-detail-section .author-bio-date .author-disc {
  margin-bottom: 15px;
}

.team-detail-section .author-bio-date .qualification .qualification-title {
  margin-bottom: 20px;
}

.team-detail-section .author-bio-date .qualification .experience-detail {
  margin-bottom: 18px;
}

.team-detail-section .author-bio-date .qualification .experience-detail:last-child {
  margin-bottom: 0;
}

.team-detail-section .author-bio-date .qualification .experience-detail .date {
  color: #787878;
  margin-bottom: 6px;
}

.team-detail-section .experience-info {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .team-detail-section .experience-info {
    margin-top: 25px;
  }
}

.team-detail-section .experience-wrappered {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 20px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
}

.team-detail-section .experience-wrappered .experience-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.team-detail-section .experience-wrappered .experience-list ul li {
  color: #414141;
  padding-bottom: 6px;
  margin-top: 6px;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
}

.team-detail-section .experience-wrappered .experience-list ul li i {
  color: #1B3A6D;
  padding-right: 10px;
}

.team-detail-section .experience-wrappered .skill-container {
  padding: 28px 35px 28px;
  background-color: #fafafa;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .team-detail-section .experience-wrappered .skill-container {
    padding: 25px;
  }
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper {
  margin-bottom: 20px;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper:last-child {
  margin-bottom: 0;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .skill-titile {
  color: #414141;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .team-detail-section .experience-wrappered .skill-container .skill-wrapper .skill-titile {
    font-size: 14px;
  }
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper {
  padding-top: 0;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner {
  top: 0;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner .percent {
  left: -50px;
  padding: 0;
  line-height: 1.5;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  color: #111111;
  background-color: transparent;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner .percent:before {
  display: none;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-bar-wrap {
  height: 16px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  background-color: #d9d9d9;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-bar-wrap .ab-progress-bar {
  background-color: #D4AF37;
  height: 16px;
}

/*--------------------------------------------------------------
>>> career-page
----------------------------------------------------------------*/
.carrer-page-section {
  padding: 110px 0 0;
}

@media screen and (max-width: 767px) {
  .carrer-page-section {
    padding: 65px 0 0;
  }
}

.vacancy-container {
  margin-bottom: 80px;
  padding-top: 20px;
}

.vacancy-container .vacancy-form {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.15);
  -ms-box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.15);
  -o-box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.15);
  background-color: #ffffff;
  padding: 30px 20px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.vacancy-container .vacancy-form h4 {
  background-color: #D4AF37;
  color: #111111;
  padding: 17px;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 30px;
}

.vacancy-container .vacancy-form form {
  text-align: left;
  margin-top: 30px;
}

.vacancy-container .vacancy-form form p {
  margin-bottom: 20px;
}

.vacancy-container .vacancy-form textarea {
  border: none;
  padding: 17px;
  color: #414141;
}

@media screen and (min-width: 992px) {
  .vacancy-container .vacancy-form textarea {
    margin: 0 7px;
  }
}

.vacancy-container .vacancy-form input {
  width: 100%;
  border: none;
  padding: 17px;
  color: #414141;
}

@media screen and (min-width: 992px) {
  .vacancy-container .vacancy-form input {
    margin: 0 7px;
  }
}

.vacancy-container .vacancy-form input:not([type=submit]) {
  height: 59px;
}

.vacancy-container .vacancy-form input[type=submit] {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vacancy-container .vacancy-form input[type=submit]:hover {
  border-color: #c1272d;
}

.vacancy-content {
  margin-bottom: 30px;
  padding: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  background-color: #ffffff;
}

@media screen and (max-width: 575px) {
  .vacancy-content {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .vacancy-content {
    padding: 25px;
  }
}

.vacancy-content span {
  color: #1B3A6D;
  margin-bottom: 18px;
  font-weight: 600;
  display: block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.vacancy-content a .vacancy-title {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vacancy-content a:hover .vacancy-title {
  color: #c1272d;
}

.vacancy-content p {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .vacancy-content-wrap {
    margin-right: 26px;
  }
}

.vacancy-content-wrap [class*=col-]:first-child .vacancy-content,
.vacancy-content-wrap [class*=col-]:nth-child(4n+4) .vacancy-content,
.vacancy-content-wrap [class*=col-]:nth-child(4n+5) .vacancy-content {
  -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);
  border: none;
}

.about-service-wrap {
  padding: 110px 0 90px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .about-service-wrap {
    padding: 65px 0 45px;
  }
}

.about-service-wrap .row {
  row-gap: 20px;
}

.about-service-wrap .iconbox-container {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 50px;
}

@media screen and (max-width: 575px) {
  .about-service-wrap .iconbox-container .iconbox-container {
    padding-top: 10px;
  }
}

.iconbox-item-3 {
  padding: 0 15px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .iconbox-item-3 {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .iconbox-item-3 {
    width: 33.33%;
  }
}

.iconbox-border {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  width: 100%;
  border-radius: 25px;
  background-color: #f8f8f8;
}

.iconbox-border .iconbox-icon {
  background-color: #1B3A6D;
  color: #ffffff;
  font-size: 32px;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  border-radius: 100%;
}

.iconbox-border .iconbox-content {
  width: -moz-calc(100% - 78px);
  width: -webkit-calc(100% - 78px);
  width: calc(100% - 78px);
  padding-left: 20px;
}

.iconbox-border .iconbox-content h5 {
  margin-bottom: 10px;
}

.iconbox-border .iconbox-content p {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .iconbox-border {
    padding: 25px 20px;
  }

  .iconbox-border .iconbox-icon {
    font-size: 28px;
    width: 68px;
    height: 68px;
    line-height: 67px;
  }

  .iconbox-border .iconbox-content {
    padding-left: 15px;
  }

  .iconbox-border .iconbox-content h4 {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
>>> career-detail-page
----------------------------------------------------------------*/
.career-detail-section {
  position: relative;
  z-index: 1;
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .career-detail-section {
    padding: 60px 0;
  }
}

.career-detail-section .job-description {
  background-color: #1B3A6D;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}

.career-detail-section .job-description ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 20px 0;
}

.career-detail-section .job-description li {
  color: #787878;
  list-style: none;
  display: inline-block;
  padding: 0 8px;
  width: 25%;
  font-size: 16px;
  font-weight: 600;
  border-right: 2px solid rgba(255, 255, 255, 0.66);
}

.career-detail-section .job-description li span {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}

.career-detail-section .job-description li h6,
.career-detail-section .job-description li h5,
.career-detail-section .job-description li h4 {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: capitalize;
}

.career-detail-section .job-description li h6 {
  font-size: 16px;
  font-weight: 500;
}

.career-detail-section .job-description li:last-child {
  border-right: none;
}

@media screen and (max-width: 575px) {
  .career-detail-section .job-description li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    padding: 10px 0;
  }

  .career-detail-section .job-description li:last-child {
    border-bottom: none;
  }
}

.career-detail-section .job-description .job-imgage img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .career-detail-section .career-detail-container {
    padding-left: 20px;
  }
}

.career-detail-section .tab-container .responsive-tabs .nav-tabs {
  border-color: #d9d9d9;
}

.career-detail-section .tab-container .nav-item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
}

.career-detail-section .tab-container .nav-item:hover a {
  color: #c1272d;
  border-color: secondary-color;
}

.career-detail-section .tab-container .active {
  border-color: #d9d9d9 #d9d9d9 #fff;
}

.career-detail-section .tab-container .active a {
  color: #c1272d;
}

.career-detail-section .tab-container .tab-content {
  background-color: #ffffff;
  padding: 20px;
  border-color: #d9d9d9;
}

@media screen and (max-width: 767px) {
  .career-detail-section .tab-container .tab-content {
    border-width: 1px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
  }
}

@media screen and (max-width: 575px) {
  .career-detail-section .tab-container .tab-content {
    padding: 0;
  }
}

.career-detail-section .tab-container .tab-content .card-body {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .career-detail-section .tab-container .tab-content .card-body {
    padding: 0 22px;
  }
}

.career-detail-section .tab-container .tab-content .card-body h5 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 900;
}

.career-detail-section .tab-container .tab-content .card-body>ul {
  margin: 0;
}

.career-detail-section .tab-container .tab-content .card-body>ul li {
  color: #414141;
}

.career-detail-section .sidebar {
  padding: 0;
}

.career-detail-section .sidebar .widget-bg {
  background-color: #f8f8f8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 575px) {
  .career-detail-section .sidebar .widget-bg {
    padding: 30px 20px;
  }
}

.career-detail-section .sidebar .widget-bg:last-child {
  margin-bottom: 0;
}

.career-detail-section .sidebar .widget-bg .bg-title {
  background-color: #D4AF37;
  color: #111111;
  text-transform: uppercase;
  padding: 17px;
}

.career-detail-section .sidebar .widget-bg ul li {
  color: #414141;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-detail-section .sidebar .widget-bg ul li:last-child {
  margin-bottom: 0;
}

.career-detail-section .sidebar .widget-bg ul li i {
  font-size: 14px;
  color: #1B3A6D;
  line-height: 1.5;
}

.career-detail-section .sidebar .widget-bg ul li .list-txt {
  color: #414141;
}

.career-detail-section .sidebar .widget-bg .accordion-content .card .card-header a {
  padding: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #111111;
}

.career-detail-section .sidebar .widget-bg .accordion-content .card .card-header a:before {
  color: #111111;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.career-detail-section .sidebar .widget-bg .accordion-content .collapse .card-body {
  color: #414141;
}

.career-detail-section .sidebar .widget-bg .widget-icon {
  color: #ffffff;
  margin-bottom: 25px;
  background-color: #1B3A6D;
  width: 100px;
  height: 100px;
  line-height: 98px;
}

.career-detail-section .sidebar .widget-bg .widget-icon i {
  font-size: 50px;
}

.career-detail-section .sidebar .widget-bg p a {
  color: #1B3A6D;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.career-detail-section .sidebar .widget-bg p a:hover {
  color: #c1272d;
}

.career-detail-section .sidebar .widget-bg .or-style {
  color: #1B3A6D;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.career-detail-section .sidebar .widget-bg .or-style:before,
.career-detail-section .sidebar .widget-bg .or-style:after {
  background-color: #1B3A6D;
}

.career-detail-section .sidebar .upload-widget {
  position: relative;
  z-index: 1;
}

.career-detail-section .sidebar .upload-widget .button-primary {
  margin-top: 0;
}

/*--------------------------------------------------------------
>>> portfolio-page
----------------------------------------------------------------*/
.planing-page-section {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .planing-page-section {
    padding-bottom: 50px;
  }
}

.planing-page-section .trangle-left {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

@media screen and (max-width: 991px) {
  .planing-page-section .pricing-table-inner .middle-price {
    order: 1;
  }
}

.planing-page-section .pricing-table-inner .middle-price .pricing-item {
  border-top: 4px solid #1B3A6D;
  border-bottom: 4px solid #1B3A6D;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.planing-page-section .pricing-table-inner .middle-price .pricing-item .city-pattern-overlay {
  background-size: 100% auto;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.planing-page-section .pricing-table-inner .pricing-item {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 48px;
  background-color: #ffffff;
}

.planing-page-section .pricing-table-inner .pricing-item .pricing-detail {
  text-align: center;
}

.planing-page-section .pricing-table-inner .pricing-item .pricing-detail .pricing-head .pricing-title {
  color: #1B3A6D;
}

.planing-page-section .pricing-table-inner .pricing-item .pricing-detail .pricing-head .price-info {
  margin-bottom: 18px;
}

.planing-page-section .pricing-table-inner .pricing-item .pricing-detail .pricing-icon {
  padding: 15px 0 38px;
}

.planing-page-section .pricing-table-inner .pricing-item .pricing-detail .cost {
  font-size: 70px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  color: #D4AF37;
  margin-bottom: 40px;
  display: block;
}

@media screen and (max-width: 767px) {
  .planing-page-section .pricing-table-inner .pricing-item .pricing-detail .cost {
    font-size: 45px;
    margin-bottom: 30px;
  }
}

.planing-page-section .pricing-table-inner .pricing-item .pricing-detail .ticket-btn a {
  border-color: #1B3A6D;
  color: #1B3A6D;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.planing-page-section .pricing-table-inner .pricing-item .pricing-detail .ticket-btn a:hover {
  background-color: #c1272d;
  color: #ffffff;
  border-color: #c1272d;
}

@media screen and (max-width: 991px) {
  .planing-page-section .pricing-table-inner .pricing-item {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .planing-page-section .pricing-table-inner .pricing-item {
    padding: 40px 30px;
  }

  .planing-page-section .pricing-table-inner .pricing-item .pricing-detail .pricing-icon {
    padding: 15px 0;
  }
}

/*--------------------------------------------------------------
>>> portfolio-detail-page
----------------------------------------------------------------*/
.portfolio-detail-section {
  margin: 110px 0;
}

@media screen and (max-width: 767px) {
  .portfolio-detail-section {
    margin: 65px 0;
  }
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .portfolio-img {
  margin-bottom: 20px;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar p {
  margin-bottom: 30px;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .project-summary ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .project-summary ul li {
  list-style-type: none;
  margin-bottom: 6px;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .project-summary ul li i {
  color: #1B3A6D;
  padding-right: 8px;
}

@media screen and (max-width: 575px) {
  .portfolio-detail-section .portfolio-inner-detail .right-sidebar .project-summary ul {
    display: inline-block;
  }

  .portfolio-detail-section .portfolio-inner-detail .right-sidebar .project-summary ul li {
    width: auto;
  }
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .project-summary .quote-wrapper {
  text-align: center;
  padding: 40px;
  margin-top: 20px;
  background-color: #f8f8f8;
  overflow: hidden;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .project-summary .quote-wrapper .blockquote-icon {
  margin-bottom: 18px;
  font-size: 50px;
  color: #d9d9d9;
  line-height: 1;
}

@media screen and (max-width: 575px) {
  .portfolio-detail-section .portfolio-inner-detail .right-sidebar .project-summary .quote-wrapper {
    padding: 30px 20px;
  }
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .gallery-slider {
  margin-top: 30px;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .gallery-slider .slick-slide {
  margin: 0 10px;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .gallery-slider .slick-list {
  margin: 0 -10px;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .gallery-slider .slick-list img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .gallery-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .gallery-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .gallery-slider .slick-dots li button {
  background-color: rgba(8, 45, 83, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .gallery-slider .slick-dots li button:before {
  display: none;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .gallery-slider .slick-dots li button:hover {
  background-color: #D4AF37;
}

.portfolio-detail-section .portfolio-inner-detail .right-sidebar .gallery-slider .slick-dots li.slick-active button {
  background-color: #1B3A6D;
}

@media screen and (min-width: 992px) {
  .portfolio-detail-section .portfolio-inner-detail .sidebar {
    padding-left: 50px;
  }
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .video-widget {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 30px -40px;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .widget-bg h6.bg-title {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .portfolio-detail-section .portfolio-inner-detail .sidebar .widget-bg h6.bg-title {
    font-size: 13px;
  }
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .widget-service {
  padding: 80px 30px 20px;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .widget-service ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.36);
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .widget-service ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .widget-service ul li .service-icon {
  margin-right: 20px;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .widget-service ul li .service-icon i {
  background-color: #1B3A6D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  color: #ffffff;
  height: 76px;
  width: 76px;
  text-align: center;
  line-height: 75px;
  font-size: 32px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 575px) {
  .portfolio-detail-section .portfolio-inner-detail .sidebar .widget-service ul li .service-icon i {
    height: 66px;
    width: 66px;
    line-height: 65px;
    font-size: 26px;
  }
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .widget-service ul li .service-content h5 {
  margin-bottom: 10px;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .sidebar-download p {
  margin-bottom: 30px;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .sidebar-download .brochure-btn {
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .sidebar-download .brochure-btn a {
  margin-bottom: 20px;
  display: inline;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .sidebar-download .brochure-btn a:last-child {
  margin-bottom: 0;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .sidebar-download .brochure-btn a i {
  margin-left: 5px;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .icon-list-content {
  padding: 30px 30px 30px;
  -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  background-image: url(assets/img/agro_machinery_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .icon-list-content .overlay {
  background-color: #1B3A6D;
  opacity: 0.9;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .icon-list-content .bg-title {
  margin-bottom: 30px;
  padding: 17px;
  background-color: #D4AF37;
  color: #111111;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .icon-list-content ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .icon-list-content ul li:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .icon-list-content ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .portfolio-detail-section .portfolio-inner-detail .sidebar .icon-list-content ul li a {
    font-size: 13px;
  }
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .icon-list-content ul li a:hover {
  color: #c1272d;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .icon-list-content ul li a:hover i {
  color: #c1272d;
}

.portfolio-detail-section .portfolio-inner-detail .sidebar .icon-list-content ul li i {
  color: #ffffff;
  margin-right: 18px;
  font-size: 18px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .portfolio-detail-section .portfolio-inner-detail .sidebar .icon-list-content ul li i {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
>>> faq-page
----------------------------------------------------------------*/
.faq-page-section {
  position: relative;
  z-index: 1;
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .faq-page-section {
    padding: 60px 0;
  }
}

.faq-page-container {
  margin-bottom: 100px;
}

.faq-page-container:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .faq-page-container {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .faq-page-container .faq-right-info {
    margin-right: 56px;
  }
}

.accordion-content .card {
  -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
}

.accordion-content .card .card-header a {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .accordion-content .card .card-header a {
    font-size: 14px;
    padding: 16px 22px;
  }
}

.qsn-form-container {
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 25px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  /* Firefox */
}

.qsn-form-container .round-border {
  padding: 17px;
  background-color: #D4AF37;
  color: #111111;
}

.qsn-form-container form {
  padding-top: 10px;
  text-align: left;
}

.qsn-form-container form p {
  margin-bottom: 20px;
}

.qsn-form-container form p:last-child {
  margin-bottom: 0;
}

.qsn-form-container input {
  padding: 15px;
  border: none;
  background-color: #f8f8f8;
  color: #414141;
}

.qsn-form-container input:not([type=submit]) {
  min-height: 55px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .qsn-form-container input:not([type=submit]) {
    min-height: 44px;
  }
}

@media screen and (max-width: 479px) {
  .qsn-form-container input:not([type=submit]) {
    min-height: 40px;
  }
}

.qsn-form-container textarea {
  padding: 15px;
  border: none;
  background-color: #f8f8f8;
  color: #414141;
}

.qsn-form-container input[type=submit] {
  background-color: #1B3A6D;
  text-align: left;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  padding: 15px 24px;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.qsn-form-container input[type=submit]:hover {
  background-color: #c1272d;
}

@media screen and (max-width: 767px) {
  .qsn-form-container input[type=submit] {
    padding: 16px 30px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .qsn-form-container input[type=submit] {
    padding: 13px 30px;
    width: 100%;
    text-align: center;
  }
}

.qsn-form-container input::-webkit-outer-spin-button,
.qsn-form-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qsn-form-container input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

@media screen and (max-width: 991px) {
  .qsn-form-container {
    margin-top: 30px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .qsn-form-container {
    padding: 30px 20px;
  }
}

.faq-testimonial {
  margin-right: 60px;
}

@media screen and (max-width: 991px) {
  .faq-testimonial {
    margin-right: 0;
  }
}

.faq-testimonial .faq-image {
  position: relative;
  z-index: 1;
  text-align: center;
}

.faq-testimonial .testimonial-content {
  background-color: #D4AF37;
  color: #ffffff;
  margin-right: 25px;
  margin-top: -80px;
  padding: 30px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .faq-testimonial .testimonial-content {
    margin-left: auto;
    margin-right: auto;
  }
}

.faq-testimonial .testimonial-content i {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.2;
  color: rgba(8, 45, 83, 0.2);
}

.faq-testimonial .testimonial-content p {
  color: #414141;
}

.faq-testimonial .testimonial-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  .faq-testimonial .testimonial-content {
    padding: 20px 15px;
  }

  .faq-testimonial .testimonial-content i {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1;
  }
}

@media screen and (max-width: 991px) {
  .faq-testimonial {
    margin-bottom: 40px;
  }
}

.faq-content-wrap .section-head {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .faq-content-wrap .section-head {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
>>> testimonial-page
----------------------------------------------------------------*/
.Testimonial-page-section {
  margin: 140px 0 55px;
}

@media screen and (max-width: 767px) {
  .Testimonial-page-section {
    margin: 80px 0 25px;
  }
}

.Testimonial-page-section .comment-inner-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 40px;
  grid-column-gap: 50px;
}

@media screen and (max-width: 991px) {
  .Testimonial-page-section .comment-inner-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .Testimonial-page-section .comment-inner-wrapper {
    grid-row-gap: 25px;
  }
}

@media screen and (max-width: 575px) {
  .Testimonial-page-section .comment-inner-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 40px;
  }
}

.Testimonial-page-section .comment-inner-wrapper .comment-content {
  padding: 35px 30px 25px 30px;
  background-color: transparent;
  background-image: radial-gradient(at top left, #f8f8f8 74%, #fff 42%);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
}

@media screen and (max-width: 575px) {
  .Testimonial-page-section .comment-inner-wrapper .comment-content {
    margin-bottom: 40px;
  }
}

.Testimonial-page-section .comment-inner-wrapper .comment-content:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: -40px;
  height: 60px;
  width: 60px;
  background-image: url(assets/img/icon-img1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.2;
}

.Testimonial-page-section .comment-inner-wrapper .comment-content .author-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Testimonial-page-section .comment-inner-wrapper .comment-content .author-detail .author-img {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.Testimonial-page-section .comment-inner-wrapper .comment-content .author-detail .author-info {
  margin-left: 15px;
}

.Testimonial-page-section .comment-inner-wrapper .comment-content .author-detail .author-info .author-name {
  margin-bottom: 0;
}

.Testimonial-page-section .comment-inner-wrapper .comment-content .author-detail .author-info .author-desc {
  color: #1B3A6D;
  font-size: 13px;
}

/*--------------------------------------------------------------
>>> search-page
----------------------------------------------------------------*/
.search-section .search-outer-wrap {
  margin: 110px 0;
}

@media screen and (max-width: 767px) {
  .search-section .search-outer-wrap {
    margin: 60px 0;
  }
}

.search-section .post {
  border: 1px solid #f8f8f8;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.search-section .post .entry-content {
  padding: 20px;
}

.search-section .post .entry-content h5 {
  margin-bottom: 8px;
}

.search-section .post .entry-content h5 a {
  color: #292929;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.search-section .post .entry-content h5 a:hover {
  color: #c1272d;
}

.search-section .post .entry-content .entry-meta {
  margin-bottom: 8px;
  margin-right: -8px;
  margin-left: -8px;
}

.search-section .post .entry-content .entry-meta .byline,
.search-section .post .entry-content .entry-meta .posted-on,
.search-section .post .entry-content .entry-meta .post-on,
.search-section .post .entry-content .entry-meta .comment-info {
  padding: 0 8px;
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
}

.search-section .post .entry-content .entry-meta .byline:before,
.search-section .post .entry-content .entry-meta .posted-on:before,
.search-section .post .entry-content .entry-meta .post-on:before,
.search-section .post .entry-content .entry-meta .comment-info:before {
  content: "|";
  font-weight: 100;
  right: -4px;
  top: -3px;
  color: #a7a7a7;
  font-size: 16px;
  position: absolute;
  line-height: 1;
}

.search-section .post .entry-content .entry-meta .byline a,
.search-section .post .entry-content .entry-meta .posted-on a,
.search-section .post .entry-content .entry-meta .post-on a,
.search-section .post .entry-content .entry-meta .comment-info a {
  color: #a7a7a7;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.search-section .post .entry-content .entry-meta .byline a:hover,
.search-section .post .entry-content .entry-meta .posted-on a:hover,
.search-section .post .entry-content .entry-meta .post-on a:hover,
.search-section .post .entry-content .entry-meta .comment-info a:hover {
  color: #c1272d;
}

.search-section .post .entry-content .entry-meta .comment-info:before {
  content: none;
}

.search-section .post p {
  color: #414141;
}

.search-section .button-container .button-text {
  color: #1B3A6D;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.search-section .button-container .button-text:after {
  content: " ..";
  display: inline-block;
}

.search-section .button-container .button-text:hover {
  color: #c1272d;
}

.search-section .post-navigation-wrap {
  margin-top: 10px;
}

.search-section .content-search-from {
  padding: 100px 0;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .search-section .content-search-from {
    padding: 60px 0;
  }
}

.search-section .content-search-from .section-head {
  margin-bottom: 0;
}

.search-section .content-search-from .section-title-info {
  color: #1B3A6D;
}

.search-section .content-search-from .section-title-heading {
  font-size: 50px;
  color: #D4AF37;
}

@media screen and (max-width: 767px) {
  .search-section .content-search-from .section-title-heading {
    font-size: 24px;
  }
}

.search-section .content-search-from .search-form {
  margin-top: 40px;
  border: 1px solid #1B3A6D;
  background-color: #f8f8f8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}

.search-section .content-search-from .search-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a7a7a7;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  /* Firefox */
}

.search-section .content-search-from .search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

.search-section .content-search-from .search-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a7a7a7;
}

.search-section .content-search-from .search-form input {
  background-color: #f8f8f8;
}

.search-section .content-search-from .search-form .search-btn {
  padding: 0 17px;
  top: 0;
  right: 0;
  background-color: #1B3A6D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  line-height: 0;
}

.search-section .content-search-from .search-form .search-btn:hover {
  background-color: #c1272d;
}

.pagination li {
  margin-left: 6px;
  margin-right: 6px;
  transition: all 0.5s;
}

.pagination li a {
  color: #414141;
  border: none;
  height: auto;
  width: auto;
  line-height: 1;
  text-align: center;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination li:hover a {
  background-color: #c1272d;
  color: #ffffff;
  border: none;
}

.pagination li.active a {
  background-color: #1B3A6D;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> single-page
----------------------------------------------------------------*/
.single-page-section {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .single-page-section {
    padding: 60px 0;
  }
}

.single-page-section .single-feature-img {
  margin-bottom: 20px;
}

.single-page-section .single-feature-img img {
  width: 100%;
}

.single-page-section .section-head {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
>>> reservation-page
----------------------------------------------------------------*/
.reservation-page-section {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .reservation-page-section {
    padding: 60px 0;
  }
}

.reservation-form .form-inner {
  background-color: #ffffff;
  margin-bottom: 50px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.reservation-form .form-inner:last-child {
  margin-bottom: 0;
}

.reservation-form .form-inner h3 {
  margin-bottom: 30px;
}

.reservation-form .form-inner .form-group {
  margin-bottom: 30px;
}

.reservation-form .form-inner .form-group input,
.reservation-form .form-inner .form-group textarea {
  border: none;
  background-color: #f8f8f8;
}

.reservation-form .form-inner.reservation-amout .form-group {
  margin-bottom: 0;
}

.reservation-form .form-inner.reservation-method .radio-img {
  margin-bottom: 0;
}

.reservation-form .radio-img {
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin-right: 10px;
}

.reservation-form .radio-img label {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ECECEC;
  margin-bottom: 0;
}

.reservation-form .radio-img input[type=radio] {
  position: absolute;
  z-index: -9;
}

.reservation-form .radio-img input:checked~label {
  background-color: rgba(250, 3, 104, 0.54);
}

.reservation-form .radio-img img {
  vertical-align: middle;
}

.reservation-form .reservation-method .form-wrap {
  margin-bottom: 30px;
}

.reservation-form .reservation-method label {
  display: block;
}

@media screen and (max-width: 575px) {
  .reservation-form .form-inner {
    padding: 30px 20px;
  }

  .reservation-form .form-inner .form-group {
    margin-bottom: 20px;
  }

  .reservation-form .form-inner.reservation-amout .amount-radio {
    margin-bottom: 20px;
  }

  .reservation-form .reservation-amout .form-group {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }

  .reservation-form .amount-radio {
    width: 60px;
    height: 42px;
    line-height: 42px;
  }

  .reservation-form .amount-radio label {
    font-size: 14px;
    font-weight: 600;
  }

  .reservation-form .radio-img {
    height: auto;
    line-height: initial;
  }

  .reservation-form .radio-img label {
    padding: 5px;
  }

  .reservation-form .radio-img label img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
>>> blog-archive-page
----------------------------------------------------------------*/
.blog-archive-section {
  margin: 110px 0;
}

@media screen and (max-width: 767px) {
  .blog-archive-section {
    margin: 60px 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-archive-section .primary {
    margin-right: 18px;
  }
}

.blog-archive-section .primary .inner-blog-wrapper {
  display: grid;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-items: center;
  grid-row-gap: 35px;
  grid-column-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 991px) {
  .blog-archive-section .primary .inner-blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-archive-section .primary .inner-blog-wrapper .post:nth-child(odd):last-child {
    grid-column: 1/span 2;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .blog-archive-section .primary .inner-blog-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .blog-archive-section .primary .inner-blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-archive-section .primary .inner-blog-wrapper .post:nth-child(odd):last-child {
    grid-column: 1/span 1;
    width: initial;
  }
}

.blog-archive-section .primary .inner-blog-wrapper .post {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-archive-section .primary .inner-blog-wrapper .post:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.blog-archive-section .primary .inner-blog-wrapper .post:hover .feature-image:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.blog-archive-section .primary .inner-blog-wrapper .post .feature-image {
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-archive-section .primary .inner-blog-wrapper .post .feature-image:before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.blog-archive-section .primary .inner-blog-wrapper .post .feature-image .cat-meta {
  position: absolute;
  top: 20px;
  right: 20px;
}

.blog-archive-section .primary .inner-blog-wrapper .post .feature-image .cat-meta a {
  padding: 5px 14px;
  font-size: 12px;
  background-color: #1B3A6D;
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 767px) {
  .blog-archive-section .primary .inner-blog-wrapper .post .feature-image .cat-meta a {
    font-size: 10px;
  }
}

.blog-archive-section .primary .inner-blog-wrapper .post .feature-image .cat-meta a:hover {
  background-color: #c1272d;
}

@media screen and (max-width: 991px) {
  .blog-archive-section .primary .inner-blog-wrapper .post .feature-image img {
    width: 100%;
  }
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content {
  padding: 32px 30px 33px;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .blog-title {
  margin-bottom: 14px;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .blog-title a {
  color: #1B3A6D;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .blog-title a:hover {
  color: #c1272d;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .blog-preview {
  color: #777;
  margin-bottom: 0;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-meta {
  margin-bottom: 0;
  padding: 8px 30px 12px;
  border-top: 1px solid #eaeaea;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-meta span {
  font-size: 13px;
  color: #adadad;
  padding: 0 9px;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .blog-archive-section .primary .inner-blog-wrapper .post .entry-meta span {
    font-size: 12px;
  }
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-meta span a {
  color: #adadad;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-meta span a:hover {
  color: #c1272d;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-meta span:first-child {
  padding-left: 0;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-meta span:last-child {
  padding-right: 0;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-meta span:last-child:before {
  content: none;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-meta span:before {
  content: "•";
  right: -4px;
  top: 22%;
  color: #adadad;
  font-size: 12px;
  line-height: 1;
  position: absolute;
}

.blog-archive-section .post-navigation-wrap {
  margin-top: 40px;
}

@media screen and (max-width: 575px) {
  .blog-archive-section .post-navigation-wrap {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-archive-section .secondary .sidebar {
    padding-left: 28px;
  }
}

@media screen and (max-width: 991px) {
  .blog-archive-section .secondary .sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-items: center;
    grid-column-gap: 30px;
  }

  .blog-archive-section .secondary .sidebar .widget {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
  }

  .blog-archive-section .secondary .sidebar .widget:nth-child(odd):last-child {
    grid-column: 1/span 2;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .blog-archive-section .secondary .sidebar {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-archive-section .secondary .sidebar .widget {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    width: 100%;
  }

  .blog-archive-section .secondary .sidebar .widget:nth-child(odd):last-child {
    grid-column: 1/span 1;
    width: initial;
  }
}

.blog-archive-section .secondary .sidebar .author_widget {
  background-color: #ffffff;
  text-align: center;
}

.blog-archive-section .secondary .sidebar .author_widget .avatar {
  margin-bottom: 30px;
  height: 100px;
  width: 100px;
}

.blog-archive-section .secondary .sidebar .author_widget .text-content {
  margin-bottom: 30px;
}

.blog-archive-section .secondary .sidebar .author_widget .text-content .name-title {
  margin-bottom: 20px;
}

.blog-archive-section .secondary .sidebar .author_widget .text-content .author-info {
  margin-bottom: 0;
}

.blog-archive-section .secondary .sidebar .author_widget .social-icon ul {
  margin: 0;
  padding: 0;
}

.blog-archive-section .secondary .sidebar .author_widget .social-icon ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 4px;
}

.blog-archive-section .secondary .sidebar .author_widget .social-icon ul li:last-child {
  margin-right: 0;
}

.blog-archive-section .secondary .sidebar .author_widget .social-icon ul li a i {
  font-size: 18px;
  height: 36px;
  width: 36px;
  line-height: 35px;
  text-align: center;
  color: #1B3A6D;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-archive-section .secondary .sidebar .author_widget .social-icon ul li a i:hover {
  color: #c1272d;
}

.blog-archive-section .secondary .sidebar .widget_latest_post ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.blog-archive-section .secondary .sidebar .widget_latest_post ul li .post-thumb {
  overflow: hidden;
  margin-right: 15px;
}

.blog-archive-section .secondary .sidebar .widget_latest_post ul li .post-thumb a {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}

.blog-archive-section .secondary .sidebar .widget_latest_post ul li .post-thumb a img {
  object-fit: cover;
  width: 98px;
  height: 89px;
}

.blog-archive-section .secondary .sidebar .widget_latest_post .post-content h6 {
  color: #292929;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .blog-archive-section .secondary .sidebar .widget_latest_post .post-content h6 {
    font-size: 13px;
  }
}

.blog-archive-section .secondary .sidebar .widget_latest_post .entry-meta span a {
  font-size: 13px;
  line-height: 1.3;
}

.blog-archive-section .secondary .sidebar .widget_social {
  margin-top: 0;
}

.blog-archive-section .secondary .sidebar .widget_social .social-icon-wrap {
  margin: 0 38px;
  justify-content: center;
}

@media screen and (max-width: 479px) {
  .blog-archive-section .secondary .sidebar .widget_social .social-icon-wrap {
    margin: 0 20px;
  }
}

.blog-archive-section .secondary .sidebar .widget_social a {
  display: inline-block;
  margin: 5px;
  background-color: initial;
}

.blog-archive-section .secondary .sidebar .widget_social a i {
  border: 1px solid rgba(120, 120, 120, 0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  color: #787878;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .blog-archive-section .secondary .sidebar .widget_social a i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 34px;
  }
}

.blog-archive-section .secondary .sidebar .widget_social a:hover i {
  background-color: #c1272d;
  border-color: #c1272d;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> single-blog-page
----------------------------------------------------------------*/
.single-post-section {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .single-post-section {
    padding: 60px 0;
  }
}

.single-post-section .primary .right-sidebar {
  padding-right: 28px;
}

@media screen and (max-width: 991px) {
  .single-post-section .primary .right-sidebar {
    padding-right: 0px;
  }
}

.single-post-section .primary .right-sidebar .feature-image {
  margin-bottom: 18px;
}

.single-post-section .primary .right-sidebar .single-content-wrap {
  margin-bottom: 20px;
}

.single-post-section .primary .right-sidebar .single-content-wrap .single-content-imgage {
  margin-bottom: 20px;
}

.single-post-section .primary .right-sidebar .single-content-wrap p {
  margin-bottom: 0;
}

.single-post-section .primary .right-sidebar .meta-wrap {
  margin-bottom: 28px;
}

.single-post-section .primary .right-sidebar .meta-wrap .tag-links:before {
  content: "\f02c";
  color: #1B3A6D;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-right: 6px;
  font-weight: 900;
}

.single-post-section .primary .right-sidebar .meta-wrap .tag-links a {
  font-weight: 500;
  line-height: 1.2;
  color: #414141;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.single-post-section .primary .right-sidebar .meta-wrap .tag-links a:hover {
  color: #c1272d;
}

.single-post-section .primary .right-sidebar .meta-wrap .tag-links a:after {
  content: ",";
  font-size: inherit;
  font-family: "Poppins", sans-serif;
}

.single-post-section .primary .right-sidebar .meta-wrap .tag-links a:last-child:after {
  content: none;
}

.single-post-section .primary .right-sidebar .post-socail-wrap .social-icon-wrap .social-icon a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.single-post-section .primary .right-sidebar .post-socail-wrap .social-icon-wrap .social-icon a i {
  width: 36px;
  font-size: 13px;
  padding-left: 6px;
}

.single-post-section .primary .right-sidebar .post-socail-wrap .social-icon-wrap .social-icon a span {
  font-weight: 500;
  padding: 9px 20px 9px 6px;
  background-image: none;
}

.single-post-section .primary .right-sidebar .author-wrap {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 40px 32px;
  margin-bottom: 22px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.single-post-section .primary .right-sidebar .author-wrap:before,
.single-post-section .primary .right-sidebar .author-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.single-post-section .primary .right-sidebar .author-wrap .author-thumb {
  width: 100px;
}

.single-post-section .primary .right-sidebar .author-wrap .author-thumb img {
  border-radius: 100%;
}

.single-post-section .primary .right-sidebar .author-wrap .author-content {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  margin-left: 20px;
}

.single-post-section .primary .right-sidebar .author-wrap .author-content .author-name {
  margin-bottom: 12px;
  margin-top: 8px;
}

.single-post-section .primary .right-sidebar .author-wrap .author-content p {
  margin-bottom: 20px;
}

.single-post-section .primary .right-sidebar .author-wrap .author-content .button-text {
  color: #1B3A6D;
  font-weight: 500;
  text-transform: capitalize;
}

.single-post-section .primary .right-sidebar .author-wrap .author-content .button-text:hover {
  color: #c1272d;
}

@media screen and (max-width: 575px) {
  .single-post-section .primary .right-sidebar .author-wrap {
    text-align: center;
    padding: 20px;
  }

  .single-post-section .primary .right-sidebar .author-wrap .author-thumb {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-post-section .primary .right-sidebar .author-wrap .author-content {
    width: 100%;
    margin-left: 0;
  }
}

.single-post-section .primary .right-sidebar .divider-line {
  padding-top: 10px;
  padding-bottom: 30px;
}

.single-post-section .primary .right-sidebar .divider-line .st-line {
  width: 100%;
  border-top: 1px solid rgba(175, 175, 175, 0.1803921569);
  display: inline-block;
}

.single-post-section .primary .right-sidebar .comment-area .comment-title {
  margin-bottom: 25px;
}

.single-post-section .primary .right-sidebar .comment-area ol {
  margin: 0;
  padding: 0;
}

.single-post-section .primary .right-sidebar .comment-area ol ol {
  margin-left: 30px;
}

.single-post-section .primary .right-sidebar .comment-area ol li {
  list-style: none;
  margin-bottom: 30px;
}

.single-post-section .primary .right-sidebar .comment-area ol li:before,
.single-post-section .primary .right-sidebar .comment-area ol li:after {
  content: "";
  display: block;
  clear: both;
}

.single-post-section .primary .right-sidebar .comment-area .comment-thumb {
  width: 55px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  float: left;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content {
  border: 1px solid #e6e6e6;
  width: -moz-calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  float: right;
  padding: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content .comment-header {
  margin-bottom: 10px;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content p {
  margin-bottom: 15px;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content h5 {
  display: inline-block;
  margin-bottom: 0;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content .post-on {
  font-size: 13px;
  margin-left: 10px;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content .reply {
  background-color: #1B3A6D;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 12px 6px;
  display: inline-block;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content .reply i {
  margin-right: 4px;
  font-size: 12px;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content .reply:hover {
  background-color: #c1272d;
}

@media screen and (max-width: 575px) {
  .single-post-section .primary .right-sidebar .comment-area .comment-thumb {
    width: 25px;
  }

  .single-post-section .primary .right-sidebar .comment-area .comment-content {
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }
}

.single-post-section .primary .right-sidebar .comment-form-wrap {
  padding-top: 5px;
}

.single-post-section .primary .right-sidebar .comment-form-wrap .comment-title {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 52px;
}

@media screen and (max-width: 767px) {
  .single-post-section .primary .right-sidebar .comment-form-wrap .comment-title {
    font-size: 38px;
  }
}

.single-post-section .primary .right-sidebar .comment-form-wrap .rate-wrap {
  padding: 0 15px;
  margin-bottom: 15px;
}

.single-post-section .primary .right-sidebar .comment-form-wrap label {
  display: block;
  color: #292929;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.single-post-section .primary .right-sidebar .comment-form-wrap input {
  border: none;
}

.single-post-section .primary .right-sidebar .comment-form-wrap input:not([type=submit]) {
  background-color: #f8f8f8;
  width: 100%;
}

.single-post-section .primary .right-sidebar .comment-form-wrap input[type=submit] {
  margin-top: 0px;
  background-color: #1B3A6D;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.single-post-section .primary .right-sidebar .comment-form-wrap input[type=submit]:hover {
  background-color: #c1272d;
}

.single-post-section .primary .right-sidebar .comment-form-wrap input[type=checkbox] {
  width: auto;
}

.single-post-section .primary .right-sidebar .comment-form-wrap textarea {
  background-color: #f8f8f8;
  border: none;
}

.single-post-section .primary .right-sidebar .post-navigation {
  margin: 50px -10px 0;
}

.single-post-section .primary .right-sidebar .post-navigation:before,
.single-post-section .primary .right-sidebar .post-navigation:after {
  content: "";
  display: block;
  clear: both;
}

.single-post-section .primary .right-sidebar .post-navigation [class*=nav-] .nav-label {
  display: block;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  font-size: 13px;
  font-weight: 400;
}

.single-post-section .primary .right-sidebar .post-navigation [class*=nav-] .nav-title {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .single-post-section .primary .right-sidebar .post-navigation [class*=nav-] .nav-title {
    font-size: 13px;
  }
}

.single-post-section .primary .right-sidebar .post-navigation .nav-label {
  color: #878787;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1B3A6D;
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev,
.single-post-section .primary .right-sidebar .post-navigation .nav-next {
  width: 50%;
  padding: 0 10px;
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev a,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a {
  color: #292929;
  font-weight: normal;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:before,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:before {
  color: #1B3A6D;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:hover,
.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:focus,
.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:active,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:hover,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:focus,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:active {
  color: #c1272d;
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:hover .nav-title,
.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:focus .nav-title,
.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:active .nav-title,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:hover .nav-title,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:focus .nav-title,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:active .nav-title {
  color: #c1272d;
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev {
  float: left;
}

@media screen and (max-width: 479px) {
  .single-post-section .primary .right-sidebar .post-navigation .nav-prev {
    width: 100%;
  }
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev a {
  padding-left: 30px;
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:before {
  left: 0;
  content: "\f104";
}

.single-post-section .primary .right-sidebar .post-navigation .nav-next {
  float: right;
  text-align: right;
}

@media screen and (max-width: 479px) {
  .single-post-section .primary .right-sidebar .post-navigation .nav-next {
    float: left;
    width: 100%;
  }
}

.single-post-section .primary .right-sidebar .post-navigation .nav-next a {
  padding-right: 30px;
}

.single-post-section .primary .right-sidebar .post-navigation .nav-next a:before {
  content: "\f105";
  right: 0;
}

@media screen and (max-width: 479px) {
  .single-post-section .primary .right-sidebar .post-navigation .nav-prev~.nav-next {
    border-top: 1px solid #ececec;
    margin-top: 15px;
    padding-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .single-post-section .secondary .sidebar {
    padding-left: 28px;
  }
}

@media screen and (max-width: 991px) {
  .single-post-section .secondary .sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-items: center;
    grid-column-gap: 30px;
  }

  .single-post-section .secondary .sidebar .widget {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
  }

  .single-post-section .secondary .sidebar .widget:nth-child(odd):last-child {
    grid-column: 1/span 2;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .single-post-section .secondary .sidebar {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-post-section .secondary .sidebar .widget {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    width: 100%;
  }

  .single-post-section .secondary .sidebar .widget:nth-child(odd):last-child {
    grid-column: 1/span 1;
    width: initial;
  }
}

.single-post-section .secondary .sidebar .author_widget {
  background-color: #ffffff;
  text-align: center;
}

.single-post-section .secondary .sidebar .author_widget .avatar {
  margin-bottom: 30px;
  height: 100px;
  width: 100px;
}

.single-post-section .secondary .sidebar .author_widget .text-content {
  margin-bottom: 30px;
}

.single-post-section .secondary .sidebar .author_widget .text-content .name-title {
  margin-bottom: 20px;
}

.single-post-section .secondary .sidebar .author_widget .text-content .author-info {
  margin-bottom: 0;
}

.single-post-section .secondary .sidebar .author_widget .social-icon ul {
  margin: 0;
  padding: 0;
}

.single-post-section .secondary .sidebar .author_widget .social-icon ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 4px;
}

.single-post-section .secondary .sidebar .author_widget .social-icon ul li:last-child {
  margin-right: 0;
}

.single-post-section .secondary .sidebar .author_widget .social-icon ul li a i {
  font-size: 18px;
  height: 36px;
  width: 36px;
  line-height: 35px;
  text-align: center;
  color: #1B3A6D;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.single-post-section .secondary .sidebar .author_widget .social-icon ul li a i:hover {
  color: #c1272d;
}

.single-post-section .secondary .sidebar .widget_latest_post ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.single-post-section .secondary .sidebar .widget_latest_post ul li .post-thumb {
  overflow: hidden;
  margin-right: 15px;
}

.single-post-section .secondary .sidebar .widget_latest_post ul li .post-thumb a {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}

.single-post-section .secondary .sidebar .widget_latest_post ul li .post-thumb a img {
  object-fit: cover;
  width: 98px;
  height: 89px;
}

.single-post-section .secondary .sidebar .widget_latest_post .post-content h6 {
  color: #292929;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .single-post-section .secondary .sidebar .widget_latest_post .post-content h6 {
    font-size: 13px;
  }
}

.single-post-section .secondary .sidebar .widget_latest_post .entry-meta span a {
  font-size: 13px;
  line-height: 1.3;
}

.single-post-section .secondary .sidebar .widget_social {
  margin-top: 0;
}

.single-post-section .secondary .sidebar .widget_social .social-icon-wrap {
  margin: 0 38px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 479px) {
  .single-post-section .secondary .sidebar .widget_social .social-icon-wrap {
    margin: 0 20px;
  }
}

.single-post-section .secondary .sidebar .widget_social a {
  display: inline-block;
  margin: 5px;
  background-color: initial;
}

.single-post-section .secondary .sidebar .widget_social a i {
  border: 1px solid rgba(120, 120, 120, 0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  color: #787878;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .single-post-section .secondary .sidebar .widget_social a i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 34px;
  }
}

.single-post-section .secondary .sidebar .widget_social a:hover i {
  background-color: #c1272d;
  border-color: #c1272d;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> account-page
----------------------------------------------------------------*/
.account-section {
  margin: 110px 0;
}

@media screen and (max-width: 767px) {
  .account-section {
    margin: 60px 0;
  }
}

.account-section .account-title {
  margin-bottom: 30px;
  color: #414141;
}

.account-section .login-form {
  padding: 50px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.account-section .login-form .form-group label {
  margin-bottom: 10px;
  color: #414141;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.account-section .login-form .form-group label .label-star {
  color: red;
}

.account-section .login-form .form-group input {
  background-color: #f8f8f8;
}

.account-section .login-form .form-group .display-password {
  position: relative;
}

.account-section .login-form .form-group .display-password .password-show {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  cursor: pointer;
}

.account-section .login-form .form-group .display-password .password-show:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
}

.account-section .login-form .form-group .display-password .show:before {
  content: "\f070";
}

.account-section .login-form .login-btn {
  margin-right: 16px;
  padding: 12px 32px;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.account-section .login-form .forget-btn {
  margin-top: 15px;
}

.account-section .login-form .forget-btn a {
  background-color: transparent;
  color: #1B3A6D;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  font-weight: 500;
}

.account-section .login-form .forget-btn a:hover {
  color: #c1272d;
}

@media screen and (max-width: 575px) {
  .account-section .login-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.account-recover-section .reset-btn {
  border: none;
  padding: 12px 32px;
  background-color: #a46497;
  transition: 0.4s all;
}

.account-recover-section .reset-btn:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  -moz-filter: saturate(1.5) brightness(1.2);
  -ms-filter: saturate(1.5) brightness(1.2);
  -o-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}

/*--------------------------------------------------------------
>>> recover-page
----------------------------------------------------------------*/
.account-recover-section {
  margin: 110px 0;
}

@media screen and (max-width: 767px) {
  .account-recover-section {
    margin: 60px 0;
  }
}

.account-recover-section .recover-wrapper {
  -webkit-border-radius: border-radiud-degree;
  -moz-border-radius: border-radiud-degree;
  -ms-border-radius: border-radiud-degree;
  border-radius: border-radiud-degree;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  padding: 50px;
}

.account-recover-section .recover-wrapper .form-group label {
  margin-bottom: 10px;
  color: #414141;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.account-recover-section .recover-wrapper .form-group label .label-star {
  color: red;
}

.account-recover-section .recover-wrapper .form-group input {
  background-color: #f8f8f8;
}

@media screen and (max-width: 575px) {
  .account-recover-section .recover-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*--------------------------------------------------------------
>>> product-archive-page
----------------------------------------------------------------*/
.product-outer-wrap {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .product-outer-wrap {
    padding: 60px 0;
  }
}

.product-outer-wrap .product-notices-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.product-outer-wrap .product-notices-wrapper select,
.product-outer-wrap .product-notices-wrapper form {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .product-outer-wrap .product-notices-wrapper p {
    margin-bottom: 0;
    font-size: 15px;
    color: #414141;
  }

  .product-outer-wrap .product-notices-wrapper form {
    width: auto;
  }

  .product-outer-wrap .product-notices-wrapper form select {
    width: auto;
    font-size: 16px;
    border: 1px solid #666;
    color: #000;
    padding: 8px 16px;
    height: 40px;
  }
}

.single-product-outer-wrapper {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .single-product-outer-wrapper {
    padding: 80px 0 0;
  }
}

.product-toolbar {
  margin-bottom: 60px;
}

.product-toolbar .form-group {
  position: relative;
}

.product-toolbar .form-group i {
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 50px;
  text-align: center;
  right: 0;
  top: 0;
  border-left: 1px solid #e6e6e6;
}

.product-toolbar .form-group input[type=text] {
  padding-right: 55px;
}

.product-item {
  -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  padding: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  background: #fff;
}

.product-item .product-image {
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
}

.product-item .product-image a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.product-item .product-image a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -ms-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  transition: linear 0.4s;
}

.product-item .product-image a:hover img {
  transform: scale(1.2) rotate(5deg);
}

.product-item .product-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-item .product-content h5 {
  margin-bottom: 5px;
  padding: 20px 0 10px;
  color: #111;
  font-size: 18px;
}

.product-item .product-content .product-cat a {
  color: #4a4a4a;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}

.product-item .product-content .product-cat a:hover {
  color: #c1272d;
}

.product-item .product-content .product-price {
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  padding: 0 20px;
  margin-bottom: 30px;
}

.product-item .product-content .product-price del {
  color: #a7a7a7;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.product-item .product-content .product-price ins {
  color: #1B3A6D;
  text-decoration: underline;
}

.product-item .onsale {
  background: #1B3A6D;
  color: #ffffff;
  font-weight: 400;
  top: 12px;
  right: 12px;
  line-height: 30px;
  padding: 0px 12px;
  display: block;
  position: absolute;
  z-index: 3;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.product-item .onsale:after {
  content: "!";
}

.product-item .rate-wrap {
  padding: 20px 20px 0;
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item .button-round-primary {
  font-size: 15px;
  padding: 10px 15px;
  text-transform: capitalize;
}

.product-item:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.pagination li {
  margin-left: 0;
  margin-right: 0;
}

.pagination li.hover a {
  background-color: #c1272d;
  color: #ffffff;
}

.pagination li.active a {
  background-color: #1B3A6D;
  color: #ffffff;
}

.pagination li a {
  color: #414141;
  padding: 15px;
  background-color: #f8f8f8;
  line-height: 1;
  text-align: center;
}

.sidebar {
  padding-left: 26px;
}

@media screen and (max-width: 991px) {
  .sidebar {
    padding-left: 0;
  }
}

.sidebar .search_widget form {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}

.sidebar .search_widget form input {
  background-color: #f8f8f8;
}

@media screen and (max-width: 575px) {
  .sidebar .search_widget form input {
    height: 40px;
  }
}

.sidebar .search_widget form .search-btn {
  font-size: 24px;
  top: 0;
  right: 0;
  font-size: 15px;
  background-color: #1B3A6D;
  color: #ffffff;
  padding: 16px;
  height: 100%;
  border-radius: initial;
}

.sidebar .widget_category_product_thumb {
  margin-bottom: 40px;
}

.sidebar .widget_category_product_thumb ul li {
  padding: 8px;
}

.sidebar .widget_category_product_thumb ul li .product-thumb {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.sidebar .widget.widget-product-thumb .product-thumb {
  overflow: hidden;
}

.sidebar .widget.widget-product-thumb .product-content h6 {
  margin-bottom: 10px;
}

.sidebar .widget.widget-product-thumb .product-content h6 a {
  color: #292929;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .sidebar .widget.widget-product-thumb .product-content h6 a {
    font-size: 14px;
  }
}

.sidebar .widget.widget-product-thumb .product-content h6 a:hover {
  color: #c1272d;
}

.sidebar .widget.widget-product-thumb .product-content .entry-meta span:before {
  top: 2px;
}

.sidebar .widget.widget-product-thumb .product-content .entry-meta span a {
  font-size: 13px;
  color: #adadad;
  line-height: 1.3;
}

@media screen and (max-width: 479px) {
  .sidebar .widget.widget-product-thumb .product-content .entry-meta span a {
    font-size: 12px;
  }
}

.sidebar .widget.widget-product-thumb .product-content .entry-meta span a:hover {
  color: #c1272d;
}

.sidebar .gallery-colum-3 .gallery-item {
  padding: 9px;
}

.sidebar .gallery-colum-3 .gallery-item a {
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

/*---------------------------
product slider range for price css
----------------------------*/
#slider-range.ui-widget-content {
  background-color: #e6e6e6;
  border: none;
  height: 6px;
  margin-top: 20px;
}

#slider-range .ui-widget-header {
  background-color: #1B3A6D;
}

#slider-range.ui-slider-horizontal .ui-slider-handle {
  margin-left: -1px;
  top: -6px;
  background-color: #f8f8f8;
}

.ui-widget-content {
  color: inherit;
}

/*--------------------------------------------------------------
>>> product-detail-page
----------------------------------------------------------------*/
.bg-gray {
  background-color: #1B3A6D;
}

.single-product-wrapp {
  padding-top: 110px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .single-product-wrapp {
    padding-top: 60px;
  }
}

.single-product-wrapp .product-inner-wrap {
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .single-product-wrapp .product-inner-wrap {
    padding-bottom: 60px;
  }
}

/*---------------------------
procduct details css
----------------------------*/
.sale-tag {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #b3af54;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 13px;
}

.product-outer-wrap .product-thumbnails-outer {
  position: relative;
}

.single-product-item .feature-image img {
  margin: auto;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.single-product-item .image-search-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

.single-product-item .image-search-icon a {
  background-color: #ffffff;
  border-radius: 100%;
  color: #383838;
  display: block;
  font-size: 17px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.single-product-item .image-search-icon a:hover {
  background-color: #c1272d;
  color: #ffffff;
}

.product-thumb-nav .single-product-item {
  padding: 10px 5px 0 5px;
}

.product-thumb-nav .single-product-item .feature-image {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}

.product-thumb-nav .single-product-item .feature-image img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.product-thumb-nav .slick-center .feature-image img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.product-thumb-nav.slick-slider .slick-prev:before,
.product-thumb-nav.slick-slider .slick-next:before {
  height: 25px;
  width: 25px;
  font-size: 12px;
  line-height: 25px;
}

.product-thumb-nav.slick-slider .slick-prev {
  left: 5px;
}

.product-thumb-nav.slick-slider .slick-next {
  right: 5px;
}

.product-summary .breadcrumb-content ul {
  margin-left: 0;
  margin-bottom: 20px;
}

.product-summary .breadcrumb-content ul li {
  padding: 0;
}

.product-summary .breadcrumb-content ul li:before {
  padding: 0 5px;
  line-height: 1.8;
  font-size: 12px;
}

.product-summary .breadcrumb-content ul li a {
  color: #767676;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.product-summary .breadcrumb-content ul li a:hover {
  color: #c1272d;
}

.product-summary .breadcrumb-content ul li:last-child a {
  color: #d9d9d9;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.product-summary .breadcrumb-content ul li:last-child a:hover {
  color: #c1272d;
}

.product-summary .product-title-name {
  color: #ffffff;
}

.product-summary .product-price {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1;
}

.product-summary .product-price ins {
  color: #ffffff;
  font-size: 50px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .product-summary .product-price ins {
    font-size: 32px;
  }
}

.product-summary .product-price del {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  display: inline-block;
  color: #D4AF37;
}

.product-summary .cart-item input {
  padding: 5px;
  width: 55px;
  height: 45px;
  text-align: center;
  background-color: #ffffff;
  color: #414141;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.product-summary .cart-item input ::-webkit-input-placeholder {
  text-align: center;
}

.product-summary .cart-item input :-moz-placeholder {
  text-align: center;
}

.product-summary .cart-item button {
  border: none;
  margin-left: 10px;
  padding: 13px 22px;
  text-transform: capitalize;
}

.product-summary .product-meta {
  border-top: 1px solid #D9D9D9;
  margin-top: 45px;
  padding-top: 25px;
}

.product-summary .product-meta [class*=-detail] {
  line-height: 1.2;
}

.product-summary .product-meta strong {
  color: #d9d9d9;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 5px;
  min-width: 108px;
  display: inline-block;
}

.product-summary .product-meta a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #f8f8f8;
}

.product-summary .product-meta a:hover {
  color: #c1272d;
}

.product-summary .product-meta span {
  color: #111111;
}

.product-summary .product-desc {
  border-top: 1px solid #D9D9D9;
  margin-top: 25px;
  padding-top: 25px;
}

.product-summary .product-desc p {
  color: #d9d9d9;
}

@media screen and (min-width: 992px) {
  .product-summary {
    margin-left: 36px;
  }
}

@media screen and (max-width: 767px) {
  .product-summary {
    margin-top: 40px;
  }

  .product-summary h2 {
    font-size: 30px;
  }

  .product-summary .product-price {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .product-summary h2 {
    margin-bottom: 12px;
  }

  .product-summary .product-price {
    margin-bottom: 12px;
  }
}

.product-tab-outer {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
}

.product-tab-outer .tab-container .responsive-tabs ul {
  padding-left: 15px;
  border-bottom: 1px solid #d3ced2;
}

.product-tab-outer .tab-container .responsive-tabs ul li a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  padding: 15px 22px;
  color: #111;
}

.product-tab-outer .tab-container .responsive-tabs ul li a.active {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #d3ced2;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
  color: #1B3A6D;
  font-weight: 700;
}

.product-tab-outer .tab-container .responsive-tabs ul li a:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content {
  background-color: #ffffff;
  border: 1px solid #d3ced2;
  border-top: 0;
  padding: 30px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body {
  background-color: #ffffff;
  padding: 16px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body h6 {
  color: #292929;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 8px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body p {
  color: #414141;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-title {
  margin-bottom: 25px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area ol {
  margin: 0;
  padding: 0;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area ol ol {
  margin-left: 30px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area ol li {
  list-style: none;
  margin-bottom: 30px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area ol li:before,
.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area ol li:after {
  content: "";
  display: block;
  clear: both;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-thumb {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  float: left;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content {
  border: 1px solid #e6e6e6;
  width: -moz-calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  float: right;
  padding: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content .comment-header {
  margin-bottom: 10px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content p {
  margin-bottom: 15px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content h5 {
  display: inline-block;
  margin-bottom: 0;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content .post-on {
  font-size: 13px;
  margin-left: 10px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content .reply {
  background-color: #1B3A6D;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 12px 6px;
  display: inline-block;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content .reply i {
  margin-right: 4px;
  font-size: 12px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content .reply:hover {
  background-color: #c1272d;
}

@media screen and (max-width: 575px) {
  .product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-thumb {
    width: 25px;
  }

  .product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content {
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap {
  margin-bottom: 10px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap label {
  display: block;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap .procduct-rate {
  display: inline-block;
  position: relative;
  font-size: 13px;
  letter-spacing: 3px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap .procduct-rate {
    font-size: 12px;
  }
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap .procduct-rate:before {
  color: #1B3A6D;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap .procduct-rate span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
  z-index: 1;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap .procduct-rate span:before {
  color: #FEBF00;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form p:last-child {
  margin-bottom: 0;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form label {
  font-size: 15px;
  color: #292929;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form input {
  display: block;
  background-color: #f8f8f8;
  width: 100%;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .procduct-rate:before {
  color: #1B3A6D;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .aggrement-tick input {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .aggrement-tick label {
  display: inline;
  color: #111;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form input[type=submit] {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 15px;
  margin-top: 0;
  background-color: #1B3A6D;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: auto;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form input[type=submit]:hover {
  background-color: #c1272d;
}

@media screen and (max-width: 767px) {
  .product-tab-outer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-tab-outer .tab-container .responsive-tabs .tab-content {
    padding: 0;
    border: none;
  }

  .product-tab-outer .tab-container .responsive-tabs .tab-content .card-body {
    padding: 0 22px 10px;
  }
}

@media screen and (max-width: 575px) {
  .product-tab-outer .tab-container .responsive-tabs .tab-content .card-body {
    padding: 0 15px 10px;
  }
}

.product-tab-outer .sidebar .search_widget form input {
  padding: 0 50px 0 18px;
}

.product-outer-wrap .tab-container {
  margin-top: 0;
}

.product-outer-wrap .tab-container table {
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
}

.product-outer-wrap .tab-container table th {
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.product-outer-wrap .tab-container table tr:last-child td {
  border-bottom: none;
}

.product-outer-wrap .tab-container table tr:last-child th {
  border-bottom: none;
}

.product-outer-wrap .rate-wrap {
  padding: 0;
}

.product-outer-wrap .comment-area {
  margin-top: 0;
}

@media screen and (max-width: 575px) {
  .product-outer-wrap .tab-content {
    padding: 30px 15px;
  }
}

/*---------------------------
Related product css
----------------------------*/
.related-product {
  margin-top: 46px;
}

.related-product .product-item {
  background-color: #ffffff;
}

@media screen and (max-width: 991px) {
  .related-product {
    margin-top: 40px;
  }
}

.related-title h4 {
  margin-bottom: 40px;
  margin-top: 8px;
  color: #292929;
}

@media screen and (max-width: 767px) {
  .related-title h4 {
    font-size: 25px;
  }
}

/*---------------------------
product cart css
----------------------------*/
.cart-section {
  margin-bottom: 100px;
}

@media screen and (max-width: 575px) {
  .cart-section {
    margin-bottom: 50px;
  }
}

/*---------------------------
product slider range for price css
----------------------------*/
#slider-range.ui-widget-content {
  background-color: #e6e6e6;
  border: none;
  height: 6px;
  margin-top: 20px;
}

#slider-range .ui-widget-header {
  background-color: #D4AF37;
}

#slider-range .ui-corner-all,
#slider-range.ui-widget-content {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

#slider-range.ui-slider-horizontal .ui-slider-handle {
  margin-left: -1px;
  top: -6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #f8f8f8;
}

#slider-range .price-amout .button-round-secondary {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.ui-widget-content {
  color: inherit;
}

/*--------------------------------------------------------------
>>> cart-page
----------------------------------------------------------------*/
.carts-section {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .carts-section {
    padding: 60px 0;
  }
}

.cart-list-inner .left-item-total .table-responsive {
  padding: 35px;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .left-item-total .table-responsive {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 575px) {
  .cart-list-inner .left-item-total .table-responsive .update-btn {
    text-align: center;
  }
}

.cart-list-inner .table {
  border-width: 0;
  border-style: solid;
  border-color: #dee2e6;
}

.cart-list-inner .table thead tr th {
  background-color: #f8f8f8;
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.cart-list-inner .table tr .cartImage {
  display: block;
  overflow: hidden;
  width: 55px;
  margin-right: 0px;
}

.cart-list-inner .table tr td {
  color: #414141;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
  border-right: none;
  border-left: none;
  border-top: none;
  position: relative;
  padding: 20px 20px 20px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.cart-list-inner .table tr td .close {
  background-color: transparent;
  font-size: 24px;
  float: left;
  border: none;
  padding: 0;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

.cart-list-inner .table tr td input {
  width: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  height: 24px;
  text-align: center;
  color: #414141;
  border-width: 1px;
  border-color: #d5d8dc;
  border-style: solid;
  padding: 2px;
}

.cart-list-inner .table tr td .product-name {
  color: #1B3A6D;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .table {
    display: block;
  }

  .cart-list-inner .table thead,
  .cart-list-inner .table tbody,
  .cart-list-inner .table th,
  .cart-list-inner .table td,
  .cart-list-inner .table tr {
    display: block;
  }

  .cart-list-inner .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .cart-list-inner .table tbody {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
  }

  .cart-list-inner .table tr {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
  }

  .cart-list-inner .table tr:first-child {
    margin-top: 0px;
  }

  .cart-list-inner .table td {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    text-align: center;
  }

  .cart-list-inner .table td .close {
    margin: 0;
    left: 10px;
  }

  .cart-list-inner .table td .cartImage {
    margin: auto;
  }

  .cart-list-inner .table td:before {
    display: block;
    white-space: nowrap;
    content: attr(data-column);
    color: #111;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
  }
}

.cart-list-inner .updateArea {
  background-color: #f8f8f8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  padding: 35px;
}

@media screen and (max-width: 991px) {
  .cart-list-inner .updateArea {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea {
    padding: 35px 20px;
  }
}

.cart-list-inner .updateArea .input-group-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  width: auto;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control {
  background-color: #ffffff;
  width: auto;
  display: inline-block;
  padding: 15px;
  margin-right: 30px;
  color: #414141;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  border: none;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control ::-webkit-input-placeholder {
  /* Edge */
  color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control ::placeholder {
  color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea .input-group-wrapper .form-control {
    text-align: center;
  }
}

.cart-list-inner .updateArea a {
  padding: 18px 20px;
  width: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cart-list-inner .updateArea a.update-btn {
  float: right;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea .input-group-wrapper {
    width: 100%;
    display: block;
  }

  .cart-list-inner .updateArea .input-group-wrapper .form-control {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .cart-list-inner .updateArea a {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 30px;
  }

  .cart-list-inner .updateArea a.update-btn {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea {
    text-align: center;
  }
}

.cart-list-inner .updateArea .input-group-wrapper input {
  height: 54px;
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea .input-group-wrapper input {
    height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea a.update-btn {
    float: none;
    margin-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea a.update-btn {
    margin-top: 0;
  }
}

.cart-list-inner .right-total form .balance-amt-wrapper {
  background-color: #f8f8f8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  padding: 35px;
}

.cart-list-inner .right-total form .balance-amt-wrapper .balance-title {
  margin-bottom: 16px;
  color: #111;
}

.cart-list-inner .right-total form .balance-amt-wrapper .checkBtnArea {
  padding-top: 15px;
}

.cart-list-inner .right-total form .balance-amt-wrapper .cheakout-btn {
  width: 100%;
  text-align: center;
  padding: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.cart-list-inner .right-total form .balance-amt-wrapper .cheakout-btn:hover {
  background-color: #c1272d;
  border-color: #c1272d;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .right-total form .balance-amt-wrapper {
    padding: 35px 20px;
  }
}

.cart-list-inner .totalAmountArea ul {
  margin: 0;
  padding: 0;
}

.cart-list-inner .totalAmountArea ul li {
  padding: 12px 12px 9px 0px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #787878;
}

.cart-list-inner .totalAmountArea ul li:last-child {
  border-bottom: none;
}

.cart-list-inner .totalAmountArea ul li strong {
  font-weight: 600;
}

.cart-list-inner .totalAmountArea ul li span {
  display: inline-block;
  float: right;
}

.cart-list-inner .totalAmountArea ul li .grandTotal {
  font-weight: 700;
}

/*--------------------------------------------------------------
>>> cheakout-page
----------------------------------------------------------------*/
.checkout-section {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .checkout-section {
    padding: 60px 0;
  }
}

.checkout-section .cheakout-title {
  color: #111111;
}

.checkout-field-wrap {
  padding: 40px;
  margin-bottom: 24px;
  background-color: #f8f8f8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.checkout-field-wrap .coupon-field {
  margin-bottom: 25px;
}

.checkout-field-wrap .coupon-field label {
  display: block;
  margin-bottom: 10px;
  color: #414141;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
}

.checkout-field-wrap .coupon-field label a {
  color: inherit;
}

.checkout-field-wrap .coupon-field .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.checkout-field-wrap .coupon-field .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border: none;
  color: #414141;
}

.checkout-field-wrap .coupon-field .form-group input[type=submit] {
  line-height: 1;
  background-color: #1B3A6D;
  padding: 16px 24px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.checkout-field-wrap .coupon-field .form-group input[type=submit]:hover {
  background-color: #c1272d;
}

.checkout-field-wrap .coupon-field .form-group input {
  margin: 0 15px;
}

.checkout-field-wrap .coupon-field .form-group .coupon-txt {
  margin-bottom: 15px;
}

.checkout-field-wrap .coupon-field .form-group .coupon-btn {
  margin-bottom: 15px;
}

.checkout-field-wrap .label-star {
  color: red;
  text-decoration: none;
  border-bottom: none;
  font-weight: 700;
}

.checkout-field-wrap .form-group {
  margin-bottom: 15px;
}

.checkout-field-wrap .form-group label {
  display: block;
  margin-bottom: 15px;
  color: #414141;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
}

.checkout-field-wrap .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border: none;
  color: #414141;
  padding: 16px;
}

@media screen and (max-width: 575px) {
  .checkout-field-wrap .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    font-size: 13px;
  }
}

.checkout-field-wrap .form-group select {
  border: none;
  color: #a7a7a7;
  font-size: 15px;
  background-color: #ffffff;
}

.checkout-field-wrap .form-group select option {
  color: #414141;
}

@media screen and (max-width: 575px) {
  .checkout-field-wrap .form-group select {
    font-size: 13px;
  }
}

.checkout-field-wrap .form-group input[type=submit] {
  line-height: 1;
}

.checkout-field-wrap .form-group ::-webkit-input-placeholder {
  /* Edge */
  color: #a7a7a7;
}

.checkout-field-wrap .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

.checkout-field-wrap .form-group ::placeholder {
  color: #a7a7a7;
}

.checkout-field-wrap .last-form-group {
  margin-bottom: 0;
}

.checkout-field-wrap .inner-form-group {
  margin-bottom: 15px;
}

.checkout-field-wrap .inner-form-group input {
  width: 100%;
  height: 55px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border: none;
  color: #414141;
  padding: 16px;
  margin-bottom: 10px;
}

.checkout-field-wrap .inner-form-group ::-webkit-input-placeholder {
  /* Edge */
  color: #a7a7a7;
}

.checkout-field-wrap .inner-form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

.checkout-field-wrap .inner-form-group ::placeholder {
  color: #a7a7a7;
}

@media screen and (max-width: 575px) {
  .checkout-field-wrap {
    padding: 20px;
  }

  .checkout-field-wrap .coupon-field .form-group input[type=submit] {
    margin: 0 12px 12px;
    padding: 13px 20px;
  }

  .checkout-field-wrap .coupon-field .form-group input:not([type=submit]) {
    margin: 0 12px 12px;
  }
}

.special-notes-wrap {
  margin-bottom: 0;
  padding: 40px;
  background-color: #f8f8f8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .special-notes-wrap {
    padding: 40px 20px;
  }
}

.special-notes-wrap .Information-title {
  color: #111111;
}

.special-notes-wrap .form-group {
  margin-bottom: 0;
}

.special-notes-wrap .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #414141;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
}

.special-notes-wrap .form-group textarea {
  background-color: #ffffff;
  padding: 16px;
  color: #414141;
  border: none;
}

.special-notes-wrap .form-group textarea ::-webkit-input-placeholder {
  /* Edge */
  color: #a7a7a7;
}

.special-notes-wrap .form-group textarea :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

.special-notes-wrap .form-group textarea ::placeholder {
  color: #a7a7a7;
}

.widget-table-summary.widget-bg {
  background-color: #f8f8f8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.widget-table-summary.widget-bg cheakout-title {
  margin-bottom: 30px;
}

.widget-table-summary.widget-bg table {
  margin-bottom: 0;
}

.widget-table-summary.widget-bg table thead tr {
  background-color: transparent;
}

.widget-table-summary.widget-bg table thead tr th {
  padding-bottom: 16px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  color: #787878;
}

.widget-table-summary.widget-bg table tbody tr td {
  color: #414141;
  border-right: none;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
}

.widget-table-summary.widget-bg table tbody tr td strong {
  color: #787878;
  font-size: 15px;
  font-weight: 600;
}

.widget-table-summary.widget-bg table tbody tr:last-child td {
  border-bottom: none;
}

.widget-paymet-bank.widget-bg {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8;
}

.widget-paymet-bank.widget-bg .form-group label {
  color: #414141;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-paymet-bank.widget-bg .form-group label input[type=radio] {
  margin-right: 7px;
}

.widget-paymet-bank.widget-bg .form-group label img {
  margin-left: 6px;
}

.widget-paymet-bank.widget-bg .form-group .desc {
  padding: 20px;
  font-size: 13px;
  margin-top: 15px;
}

.widget-paymet-bank.widget-bg .custom-radio-field img {
  width: 150px;
  margin-top: -5px;
}

.widget-paymet-bank.widget-bg .button-round {
  width: 100%;
  border: none;
  display: block;
  margin-top: 25px;
  text-align: center;
}

.widget-paymet-bank.widget-bg .place-order-btn {
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.widget-paymet-bank.widget-bg .place-order-btn:hover {
  background-color: #c1272d;
}

.checkout-section .widget-bg:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
>>> contact-page
----------------------------------------------------------------*/
.contact-page-section {
  padding: 110px 0;
}

.contact-page-section .contact-form-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 50px;
  grid-column-gap: 100px;
}

.contact-page-section .contact-form-wrapper .contact-deatil-form .contact-form {
  padding: 50px 40px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page-section .contact-form-wrapper .contact-deatil-form .contact-form p {
  padding: 0 12px;
  width: 100%;
  margin-bottom: 25px;
}

.contact-page-section .contact-form-wrapper .contact-deatil-form .contact-form p input,
.contact-page-section .contact-form-wrapper .contact-deatil-form .contact-form p textarea {
  width: 100%;
}

.contact-page-section .contact-form-wrapper .contact-deatil-form .contact-form p button {
  min-width: 200px;
}

.contact-page-section .contact-form-wrapper .contact-deatil-form .contact-form p:last-child {
  margin-bottom: 0;
}

.contact-page-section .contact-form-wrapper .contact-deatil-form .contact-form .half-width {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .contact-page-section .contact-form-wrapper .contact-deatil-form .contact-form {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-section .contact-form-wrapper .contact-deatil-form .contact-form {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 575px) {
  .contact-page-section .contact-form-wrapper .contact-deatil-form .contact-form {
    padding: 30px 10px;
  }

  .contact-page-section .contact-form-wrapper .contact-deatil-form .contact-form p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .contact-page-section .contact-form-wrapper .contact-deatil-form .contact-form .half-width {
    width: 100%;
  }
}

.contact-page-section .contact-form-wrapper .contact-image-info {
  position: relative;
  margin: 50px 0;
  /*background-image: url("office images/vision1.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 25px;
  min-height: 420px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.contact-page-section .contact-form-wrapper .contact-image-info .img-info {
  padding: 50px;
  margin: 0 20px 20px 20px;
  overflow: hidden;
  border-radius: 25px;
  background-color: #D4AF37;
}

@media screen and (max-width: 479px) {
  .contact-page-section .contact-form-wrapper .contact-image-info .img-info {
    padding: 25px 20px;
    margin: 0 10px 15px 10px;
  }
}

@media screen and (max-width: 991px) {
  .contact-page-section .contact-form-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-page-section .contact-form-wrapper .contact-deatil-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
  }

  .contact-page-section .contact-form-wrapper .contact-image-info {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-section {
    padding: 65px 0;
  }

  .contact-page-section .contact-form-wrapper .contact-deatil-form {
    display: block;
  }
}

.contact-page-modern {
  background:
    linear-gradient(135deg, rgba(11, 49, 91, 0.06), rgba(21, 156, 143, 0.08)),
    #f4f8fc;
  /*padding-bottom: 85px;*/
}

.contact-page-modern .contact-form-wrapper {
  align-items: stretch;
  gap: 45px;
}

.contact-page-modern .contact-deatil-form {
  background: #ffffff;
  border: 1px solid rgba(13, 55, 101, 0.11);
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(9, 35, 69, 0.12);
  padding: 42px;
}

.contact-page-modern .section-head-info {
  margin-bottom: 28px;
}

.contact-page-modern .section-head-info .section-sub-title {
  color: #d4af37;
  letter-spacing: 1.4px;
}

.contact-page-modern .section-head-info .section-title {
  color: #082d53;
  margin-bottom: 18px;
}

.contact-page-modern .section-head-info .section-paragraph {
  color: #3c5572;
  font-size: 17px;
  line-height: 1.72;
  margin-bottom: 12px;
}

.contact-page-section.contact-page-modern .contact-form-wrapper .contact-deatil-form .contact-form {
  background: linear-gradient(145deg, #0b315b 0%, #113d71 58%, #159c8f 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: none;
  padding: 34px 26px;
}

.contact-page-section.contact-page-modern .contact-form p input,
.contact-page-section.contact-page-modern .contact-form p textarea {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  color: #082d53;
  min-height: 54px;
}

.contact-page-section.contact-page-modern .contact-form p textarea {
  min-height: 150px;
}

.contact-page-section.contact-page-modern .contact-form p button {
  background: #d4af37;
  border-color: #d4af37;
  color: #082d53;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(212, 175, 55, 0.24);
}

.contact-page-section.contact-page-modern .contact-form p button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #082d53;
}

.contact-page-section.contact-page-modern .contact-form-wrapper .contact-image-info {
  /*background: #082d53;*/
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(8, 45, 83, 0.2);
  margin: 0;
  min-height: 100%;
}

.contact-page-section.contact-page-modern .contact-form-wrapper .contact-image-info img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: left;
  object-position: left center;
  transform: scale(1.01);
}

.contact-page-section.contact-page-modern .contact-form-wrapper .contact-image-info .img-info {
  position: absolute;
  left: 19px;
  right: 24px;
  bottom: 44px;
  margin: 0;
  padding: 118px;
  background: linear-gradient(145deg, rgba(8, 45, 83, 0.94), rgba(21, 156, 143, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}

.contact-page-section.contact-page-modern .contact-image-info .img-info h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 18px;
}

.contact-page-section.contact-page-modern .contact-image-info .img-info ul {
  color: #ffffff;
  font-size: 15px;
  list-style: none;
  margin: 7px;
  padding: 0;
}

.contact-page-section.contact-page-modern .contact-image-info .img-info li {
  align-items: flex-start;
  display: flex;
  gap: 13px;
  line-height: 1.45;
  margin-bottom: 14px;
}

.contact-page-section.contact-page-modern .contact-image-info .img-info li:last-child {
  margin-bottom: 0;
}

.contact-page-section.contact-page-modern .contact-image-info .img-info i {
  color: #d4af37;
  flex: 0 0 auto;
  margin-top: 4px;
}

.contact-map-section {
  background: #f4f8fc;
  padding: 0 0 95px;
  margin-top: 14px;
}

.contact-map-section .section-head {
  margin-bottom: 30px;
}

.contact-map-section .section-title {
  color: #082d53;
}

.contact-map-section iframe {
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(8, 45, 83, 0.16);
  min-height: 430px;
}

@media screen and (max-width: 1199px) {
  .contact-page-modern .contact-deatil-form {
    padding: 32px;
  }

  .contact-page-section.contact-page-modern .contact-form-wrapper .contact-image-info img {
    min-height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .contact-page-modern .contact-form-wrapper {
    gap: 30px;
  }

  .contact-page-section.contact-page-modern .contact-form-wrapper .contact-image-info img {
    min-height: 430px;
  }
}

@media screen and (max-width: 575px) {
  .contact-page-modern .contact-deatil-form {
    border-radius: 16px;
    padding: 24px 18px;
  }

  .contact-page-section.contact-page-modern .contact-form-wrapper .contact-deatil-form .contact-form {
    padding: 24px 10px;
  }

  .contact-page-section.contact-page-modern .contact-form-wrapper .contact-image-info img {
    min-height: 480px;
  }

  .contact-page-section.contact-page-modern .contact-form-wrapper .contact-image-info .img-info {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 20px 16px;
  }

  .contact-page-section.contact-page-modern .contact-image-info .img-info h4 {
    font-size: 20px;
  }

  .contact-map-section {
    padding-bottom: 70px;
  }
}

/*--------------------------------------------------------------
>>> partner-page
----------------------------------------------------------------*/
.partner-page-section {
  padding: 120px 0;
}

.partner-page-section .sponsers-container .row {
  row-gap: 50px;
}

.partner-page-section .sponsers-container .row .sponsers-item {
  margin: 0px 10px;
  padding: 50px 30px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background-color: rgba(8, 45, 83, 0.1);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .partner-page-section .sponsers-container .row .sponsers-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .partner-page-section .sponsers-container .row .sponsers-item {
    padding: 40px 20px;
  }
}

.partner-page-section .sponsers-container .row .sponsers-item .sponsers-img {
  max-width: 150px;
  max-height: 150px;
  text-align: center;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .partner-page-section .sponsers-container .row .sponsers-item .sponsers-img {
    max-width: 120px;
    max-height: 120px;
  }
}

.partner-page-section .sponsers-container .row .sponsers-item .sponser-deatil {
  margin-bottom: 20px;
}

.partner-page-section .sponsers-container .row .sponsers-item .sponser-links {
  margin-bottom: 0;
}

.partner-page-section .sponsers-container .row .sponsers-item .sponser-links ul {
  padding: 0;
  margin: 0;
}

.partner-page-section .sponsers-container .row .sponsers-item .sponser-links ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.partner-page-section .sponsers-container .row .sponsers-item .sponser-links ul li a {
  color: #1B3A6D;
  text-align: center;
}

.partner-page-section .sponsers-container .row .sponsers-item .sponser-links ul li a i {
  font-size: 14px;
  color: #1B3A6D;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.partner-page-section .sponsers-container .row .sponsers-item .sponser-links ul li a span {
  color: #1B3A6D;
  margin-left: 5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.partner-page-section .sponsers-container .row .sponsers-item .sponser-links ul li a:hover i,
.partner-page-section .sponsers-container .row .sponsers-item .sponser-links ul li a:hover span {
  color: #c1272d;
}

.partner-page-section .sponsers-container .join-sponser-btn {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .partner-page-section {
    padding: 65px 0;
  }

  .partner-page-section .sponsers-container .row {
    row-gap: 40px;
  }
}

/*--------------------------------------------------------------
>>> legal-page
----------------------------------------------------------------*/
.term-and-condition-section,
.policy-page-section {
  margin: 110px 0;
}

@media screen and (max-width: 767px) {

  .term-and-condition-section,
  .policy-page-section {
    margin: 60px 0;
  }
}

/*--------------------------------------------------------------
>>> gallery-page
----------------------------------------------------------------*/
.portfolio-appoinment {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .portfolio-appoinment {
    margin-bottom: 65px;
  }
}

.portfolio-appoinment .reservation-form button {
  height: 48px;
}

/*--------------------------------------------------------------
>>> service-page
----------------------------------------------------------------*/
.service-working-step {
  background-color: #f8f8f8;
  padding: 110px 0;
  background-image: none;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .service-working-step {
    padding: 65px 0;
  }
}

.service-working-step .process-step .phase {
  color: #1B3A6D;
}

.service-working-step .process-step .phase .phase-content .phase-title {
  color: #111111;
}

.service-working-step .process-step .phase .phase-content .phase-info {
  color: rgb(65, 65, 65);
}

/*--------------------------------------------------------------
>>> service-detail-page
----------------------------------------------------------------*/
.service-detail-section {
  margin: 110px 0;
}

@media screen and (max-width: 767px) {
  .service-detail-section {
    margin: 65px 0;
  }
}

.service-detail-section .service-detail-inner-detail .service-detail-img {
  margin-bottom: 20px;
}

.service-detail-section .service-detail-inner-detail .project-summary {
  margin-top: 20px;
}

.service-detail-section .service-detail-inner-detail .project-summary ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.service-detail-section .service-detail-inner-detail .project-summary ul li {
  list-style: none;
  width: 50%;
  margin-bottom: 6px;
  color: #414141;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-detail-section .service-detail-inner-detail .project-summary ul li i {
  color: #1B3A6D;
  margin-right: 5px;
}

@media screen and (max-width: 575px) {
  .service-detail-section .service-detail-inner-detail .project-summary ul li {
    width: 100%;
  }
}

.service-detail-section .service-detail-inner-detail .gallery-slider {
  margin-top: 30px;
}

.service-detail-section .service-detail-inner-detail .gallery-slider .slick-slide {
  margin: 0 10px;
}

.service-detail-section .service-detail-inner-detail .gallery-slider .slick-list {
  margin: 0 -10px;
}

.service-detail-section .service-detail-inner-detail .gallery-slider .slick-list img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.service-detail-section .service-detail-inner-detail .gallery-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-detail-section .service-detail-inner-detail .gallery-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.service-detail-section .service-detail-inner-detail .gallery-slider .slick-dots li button {
  background-color: rgba(8, 45, 83, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.service-detail-section .service-detail-inner-detail .gallery-slider .slick-dots li button:before {
  display: none;
}

.service-detail-section .service-detail-inner-detail .gallery-slider .slick-dots li button:hover {
  background-color: #D4AF37;
}

.service-detail-section .service-detail-inner-detail .gallery-slider .slick-dots li.slick-active button {
  background-color: #1B3A6D;
}

@media screen and (min-width: 992px) {
  .service-detail-section .service-detail-inner-detail .sidebar {
    padding-left: 26px;
  }
}

.service-detail-section .service-detail-inner-detail .sidebar .widget-form {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .service-detail-section .service-detail-inner-detail .sidebar .widget-form {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .service-detail-section .service-detail-inner-detail .sidebar .widget-form {
    padding: 35px 25px;
  }
}

.service-detail-section .service-detail-inner-detail .sidebar .widget-form h5 {
  background-color: #D4AF37;
  color: #111111;
  text-align: center;
  margin-bottom: 35px;
  padding: 17px;
  line-height: 1.3;
}

.service-detail-section .service-detail-inner-detail .sidebar .widget-form p input:not([type=submit]) {
  width: 100%;
  background-color: #fafafa;
}

.service-detail-section .service-detail-inner-detail .sidebar .widget-form p textarea {
  background-color: #fafafa;
}

.service-detail-section .service-detail-inner-detail .sidebar .widget-form input[type=submit] {
  width: 100%;
}

.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content {
  padding: 30px 30px 30px;
  -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  background-image: url(assets/img/agro_machinery_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content .overlay {
  background-color: #1B3A6D;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content .bg-title {
  margin-bottom: 20px;
  padding: 17px;
  background-color: #D4AF37;
  color: #111111;
}

.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
}

.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content ul li:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .service-detail-section .service-detail-inner-detail .sidebar .icon-list-content ul li a {
    font-size: 13px;
  }
}

.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content ul li a:hover {
  color: #c1272d;
}

.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content ul li a:hover i {
  color: #c1272d;
}

.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content ul li i {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .service-detail-section .service-detail-inner-detail .sidebar .icon-list-content ul li i {
    font-size: 14px;
  }
}

/* Typography Unity: Ensuring consistent font sizes across all pages */
p,
.section-paragraph {
  font-size: 16px;
  line-height: 1.6;
}

.inner-banner-wrap .inner-title {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-navigation ul li a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

/* ==========================================================================
   Homepage Redesign - Premium Industrial Styles
   ========================================================================== */

/* Glassmorphism Utilities */
.glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.glass-card-dark {
  background: rgba(27, 58, 109, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
}

/* Hero Section Enhancements */
.home-banner {
  position: relative;
  /*background-image: linear-gradient(rgba(27, 58, 109, 0.8), rgba(27, 58, 109, 0.6)), url('assets/img/hero_bg.png');*/
  background-size: cover;
  background-position: center;
  padding: 60px 0 140px;
  overflow: hidden;
}

.banner-detail.glass-card-dark {
  padding: 50px;
  border-radius: 20px;
  max-width: 650px;
  animation: fadeInUp 1s ease-out;
}

.banner-detail .section-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #fff;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
}

.banner-detail .section-paragraph {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
}

/* Service Card Redesign — override cleared; all styles consolidated in base section above */

/* Stats Section */
.stats-section {
  padding: 60px 0;
  background: #1B3A6D;
  color: #fff;
}

.stat-item {
  text-align: center;
  padding: 20px;
}

.stat-item .stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #D4AF37;
  display: block;
}

.stat-item .stat-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

/* Navigation & Header Refinement */
.mid-header .header-contact-info .header-contact-inner {
  background: #f8f8f8;
  padding: 10px 20px;
  border-radius: 50px;
  border-left: 4px solid #c1272d;
  transition: all 0.3s;
}

.mid-header .header-contact-info .header-contact-inner:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}

.button-round-secondary {
  box-shadow: 0 4px 15px rgba(193, 39, 45, 0.3);
  transition: all 0.3s;
}

.button-round-secondary:hover {
  transform: none;
  background-color: #c1272d !important;
  border-color: #c1272d !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(193, 39, 45, 0.3);
}

/* Floating WhatsApp "Chat with us" button */
.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #25D366;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.2px;
  box-shadow: 0 12px 30px rgba(18, 140, 126, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.floating-whatsapp i {
  font-size: 22px;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
  background: #128C7E;
  color: #ffffff;
  transform: none;
  box-shadow: 0 12px 30px rgba(18, 140, 126, 0.35);
}

@media (max-width: 575px) {
  .floating-whatsapp {
    width: 56px;
    height: 56px;
    padding: 0;
    justify-content: center;
  }

  .floating-whatsapp span {
    display: none;
  }

  .floating-whatsapp i {
    font-size: 26px;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Adjustments */
@media screen and (max-width: 991px) {
  .banner-detail .section-title {
    font-size: 42px;
  }

  .home-banner {
    padding: 120px 0 80px;
  }
}

/* Header Alignment & Gap Fixes */
.mid-header .container,
.bottom-header .container {
  padding-left: 0;
}

.site-identity {
  margin-left: -10px;
  /* Counteracts the whitespace in the logo image */
}

.main-navigation {
  padding-left: 0;
}

.bottom-header {
  background-color: #ffffff;
  /* Ensuring a clean white menu bar */
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 992px) {
  .site-identity.col-lg-3 {
    padding-left: 0;
  }

  .main-navigation.col-lg-9 {
    padding-left: 30px;
  }
}

/* Reduced vertical gap between header sections */
.top-header {
  padding: 4px 0;
}

.mid-header {
  padding: 8px 0;
}

.bottom-header {
  padding: 4px 0;
}

.bottom-header .hb-group {
  min-height: 0;
}

/* ==========================================================================
   Full-Page Redesign - Core UI Components
   ========================================================================== */

/* Standardized Section Spacing */
section {
  padding: 0;
}

/* Home page: tighten vertical spacing (remove big white gaps) */
body.home .stats-section {
  padding: 32px 0;
  margin-top: 0;
}

body.home .home-service-section,
body.home .home-aboutus,
body.home .home-working-step-section,
body.home .home-appointment-section,
body.home .home-gallery-section,
body.home .home-testimonials-section,
body.home .home-blog-section,
body.home .home-partner-section {
  padding: 60px 0;
}

/* Reduce gap after Stats -> Services */
body.home .home-service-section {
  padding-top: 24px !important;
}

/* Tighten gap between Work Process and Appointment sections */
body.home .home-working-step-section {
  padding-bottom: 20px !important;
}

body.home .home-appointment-section {
  padding-top: 20px !important;
}

/* Remove extra whitespace between Gallery -> Testimonials */
body.home .home-gallery-section {
  padding: clamp(40px, 6vw, 70px) 0 clamp(20px, 4vw, 35px) !important;
}

body.home .home-testimonials-section {
  padding: clamp(45px, 6vw, 80px) 0 !important;
}

/* Home page: About section restyle (modern + premium) */
body.home .home-aboutus {
  background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 60%);
  position: relative;
  overflow: hidden;
  padding-top: clamp(50px, 6vw, 85px) !important;
  padding-bottom: 25px !important;
}

/* Header responsive fixes: prevent desktop nav wrapping on tablet/small laptop widths */
@media screen and (max-width: 1199px) {
  html,
  body {
    overflow-x: hidden;
  }

  .bottom-header .main-navigation {
    display: none !important;
  }

  .mobile-menu-container {
    display: block !important;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .mobile-menu-container .slicknav_menu {
    display: none !important;
  }

  .bottom-header .container-fluid > .d-flex {
    min-height: 72px;
    flex-wrap: nowrap !important;
  }

  .bottom-header .site-identity {
    margin-right: 0 !important;
  }

  .bottom-header .site-identity img {
    max-width: 160px !important;
  }

  .bottom-header .flex-grow-1.d-flex {
    flex-grow: 0 !important;
    padding-left: 0 !important;
    margin-left: auto;
  }

  .mobile-menu-container .slicknav_menu .slicknav_btn {
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    background: #1B3A6D;
    align-items: center;
  }

  .mobile-menu-container .slicknav_menu .slicknav_nav {
    top: 100%;
    background: #ffffff;
    border-top: 1px solid #e8edf5;
    box-shadow: 0 18px 44px rgba(15, 32, 56, 0.16);
  }

  .mobile-menu-container .slicknav_menu .slicknav_nav li a {
    color: #17283d;
    font-weight: 700;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .bottom-header .site-identity img {
    max-width: 142px !important;
    max-height: 64px !important;
    object-fit: contain;
  }

  .bottom-header .flex-grow-1.d-flex {
    padding-left: 10px !important;
  }

  .site-header .main-navigation ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .site-header .main-navigation .navigation>ul>li {
    margin-right: 0;
  }

  .site-header .main-navigation ul>li>a,
  .main-navigation ul li a {
    font-size: 13px;
    padding: 18px 9px;
    white-space: nowrap;
  }

  .header-action-group {
    display: flex !important;
    gap: 8px !important;
    flex: 0 0 auto;
  }

  .header-action-group .header-contact-inner {
    padding: 5px 11px !important;
    max-width: 270px;
  }

  .header-action-group .header-contact-inner .icon {
    width: 30px !important;
    height: 30px !important;
    /*margin-right: 8px !important;*/
  }

  .header-action-group .details-content h5 {
    font-size: 10px !important;
    max-width: 205px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-action-group .content-title {
    font-size: 9px !important;
  }

  .header-action-group .appoinment-btn {
    padding: 10px 16px !important;
    font-size: 11px !important;
    margin-left: 4px !important;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .bottom-header .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .bottom-header .site-identity img {
    max-width: 112px !important;
  }

  .site-header .main-navigation ul>li>a,
  .main-navigation ul li a {
    font-size: 11px;
    padding: 18px 5px;
  }

  .header-action-group {
    gap: 4px !important;
  }

  .header-action-group .header-contact-inner {
    padding: 5px 9px !important;
    max-width: 236px;
  }

  .header-action-group .header-contact-inner .icon {
    width: 28px !important;
    height: 28px !important;
  }

  .header-action-group .details-content h5 {
    font-size: 9px !important;
    max-width: 172px;
  }

  .header-action-group .appoinment-btn {
    padding: 9px 13px !important;
    font-size: 10px !important;
  }
}

@media screen and (max-width: 575px) {
  html,
  body {
    overflow-x: hidden;
  }

  .top-header {
    display: none;
  }

  .bottom-header .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .bottom-header .container-fluid > .d-flex {
    min-height: 66px;
  }

  .bottom-header .site-identity img {
    max-width: 126px !important;
    max-height: 52px !important;
    object-fit: contain;
  }

  .mobile-menu-container .slicknav_menu .slicknav_btn {
    min-width: 46px;
    width: 46px;
    height: 46px;
    padding: 0;
  }

  .mobile-menu-container .slicknav_menu .slicknav_menutxt {
    display: none;
  }

  .mobile-menu-container .slicknav_menu .slicknav_icon {
    margin-right: 0;
  }

  .mobile-menu-container .slicknav_nav {
    height: auto;
    max-height: calc(100vh - 76px);
  }

  .machinery-hero-copy .section-title {
    font-size: 34px;
    line-height: 1.14;
  }

  .machinery-video-hero {
    min-height: 520px;
  }
}

body.home .home-aboutus:before {
  content: "";
  position: absolute;
  inset: -40% -10% auto -10%;
  height: 520px;
  background: radial-gradient(closest-side, rgba(212, 175, 55, 0.22), rgba(212, 175, 55, 0) 70%);
  pointer-events: none;
}

body.home .home-aboutus .home-aboutus-inner {
  align-items: center;
  column-gap: clamp(20px, 4vw, 44px);
}

body.home .home-aboutus .about-gallary.aboutus-mosaic {
  gap: 14px;
  justify-content: center;
}

body.home .home-aboutus .about-gallary.aboutus-mosaic .mosaic-card {
  box-shadow: 0 18px 44px rgba(12, 24, 41, 0.12);
  transform: translateZ(0);
}

body.home .home-aboutus .about-gallary.aboutus-mosaic .mosaic-image {
  transition: transform 0.35s ease, filter 0.35s ease;
}

body.home .home-aboutus .about-gallary.aboutus-mosaic .mosaic-card:hover .mosaic-image {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.02);
}

body.home .home-aboutus .home-about-right .about-content.glass-card {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(27, 58, 109, 0.10) !important;
  border-radius: 28px !important;
  box-shadow: 0 22px 60px rgba(27, 58, 109, 0.12) !important;
  padding: clamp(28px, 3.2vw, 44px) !important;
  position: relative;
}

body.home .home-aboutus .home-about-right .about-content.glass-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #D4AF37 0%, #1B3A6D 100%);
  opacity: 0.95;
}

body.home .home-aboutus .home-about-right .about-content.glass-card .section-head-info {
  padding-left: 22px;
}

body.home .home-aboutus .home-about-right .about-content.glass-card .section-sub-title {
  font-weight: 800;
  letter-spacing: 1.8px;
}

body.home .home-aboutus .home-about-right .about-content.glass-card .section-title {
  color: #0f2246;
  font-weight: 900;
  line-height: 1.08;
  font-size: clamp(28px, 3.2vw, 44px);
}

body.home .home-aboutus .home-about-right .about-content.glass-card .section-paragraph {
  color: rgba(15, 34, 70, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

/* Restored clean alignment by removing obsolete overrides */

/* Show full image for the big left tile (avoid cropping) */
body.home .home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-card-5 {
  background: transparent;
}

body.home .home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-card-5 .mosaic-image {
  /* Fill the column, keep both people visible by cropping from top */
  object-fit: cover;
  object-position: 38% 22%;
}

body.home .home-aboutus .home-aboutus-inner .about-gallary.aboutus-mosaic .mosaic-card-5 .mosaic-overlay {
  background: rgba(27, 58, 109, 0.18);
}

@media (max-width: 991px) {
  body.home .home-aboutus .home-about-right .about-detail .about-detail-inner {
    padding-left: 0;
  }

  body.home .home-aboutus .home-about-right .about-content.glass-card .section-head-info {
    padding-left: 18px;
  }
}

/* Premium Card Hover Utilities */
.premium-card {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.premium-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 60px rgba(27, 58, 109, 0.15);
  border-color: #D4AF37;
}

/* Process Step Connectivity */
.home-working-step-section {
  background-color: #0f2f5f;
  background-image: url("office images/image - 8.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.home-working-step-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 25, 55, 0.82);
  z-index: 0;
}

.home-working-step-section .container {
  position: relative;
  z-index: 1;
}

/* ── Work Process Step Cards ─────────────────────── */
.home-working-step-section .process-step .phase {
  position: relative;
  padding: 32px 24px 28px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-top: 3px solid #D4AF37;
  border-radius: 16px;
  height: 100%;
  text-align: center;
  transition: all 0.35s ease;
  z-index: 1;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.home-working-step-section .process-step .phase .phase-content .phase-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.home-working-step-section .process-step .phase .phase-content .phase-info {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.6;
}

.home-working-step-section .process-step .phase .phase-content .phase-mini {
  color: #f0cc55;
  font-size: 13px;
  font-style: italic;
  line-height: 1.45;
  margin-bottom: 12px;
  font-weight: 500;
}

.home-working-step-section .process-step .phase .phase-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 22px;
  background: rgba(212, 175, 55, 0.12);
  border: 2px solid rgba(212, 175, 55, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4AF37;
  font-size: 36px;
  position: relative;
  transition: all 0.35s ease;
}

.home-working-step-section .process-step .phase:hover {
  background: rgba(212, 175, 55, 0.14);
  border-color: #D4AF37;
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(212, 175, 55, 0.2);
}

.home-working-step-section .process-step .phase:hover .phase-title {
  color: #D4AF37;
}

.home-working-step-section .process-step .phase:hover .phase-info {
  color: rgba(255, 255, 255, 0.95);
}

.home-working-step-section .process-step .phase:hover .phase-icon {
  background: rgba(212, 175, 55, 0.22);
  border-color: #D4AF37;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.35);
}

.home-working-step-section .process-step .phase .phase-icon .phase-no {
  position: absolute;
  bottom: 0px;
  right: 4px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background: #D4AF37;
  color: #111111;
  font-weight: 800;
  font-size: 14px;
  margin: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Gallery & Portfolio Overlays - Cleaned */
.gallery-grid-item {
  padding: 10px;
}

.gallery-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.02);
}

.gallery-img:after,
.gallery-img:before {
  content: none !important;
  display: none !important;
}

/* Appointment Form Redesign */
.home-appointment-section .reservation-inner {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.08);
}

/* Home appointment block aligned with process screenshot */
.home-appointment-section.appointment-overlap {
  background: transparent;
  margin-top: 0;
  position: relative;
  z-index: 4;
  padding-top: 0;
}

.home-appointment-section.appointment-overlap .reservation-inner {
  grid-template-columns: 34% auto;
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(18, 46, 84, 0.28);
  align-items: stretch;
  overflow: visible;
}

.home-appointment-section.appointment-overlap .reservation-section.appointment-video-panel {
  background-image: url("office images/vision2.png");
  background-size: cover;
  background-position: center;
  min-height: 255px;
  position: relative;
  overflow: visible;
}

.home-appointment-section.appointment-overlap .reservation-section.appointment-video-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
}

.home-appointment-section.appointment-overlap .reservation-section .video-button {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: -32px;
  left: auto;
  transform: translateY(-50%);
}

.home-appointment-section.appointment-overlap .reservation-section .video-button a {
  background-color: #ffffff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 22px;
  border: 3px solid #D4AF37;
  box-shadow: 0 0 0 6px rgba(212, 175, 55, 0.2), 0 8px 24px rgba(0, 0, 0, 0.25);
}

.home-appointment-section.appointment-overlap .reservation-section .video-button a i {
  color: #1B3A6D;
}

.home-appointment-section.appointment-overlap .reservation-content {
  background: #efd16f;
  padding: 30px 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-appointment-section.appointment-overlap .reservation-content .section-head {
  margin-bottom: 16px !important;
}

.home-appointment-section.appointment-overlap .reservation-content .service-title {
  font-size: 38px;
  line-height: 1.12;
}

@media screen and (max-width: 991px) {
  .home-appointment-section.appointment-overlap {
    margin-top: 0;
  }

  .home-appointment-section.appointment-overlap .reservation-inner {
    grid-template-columns: 1fr;
  }

  .home-appointment-section.appointment-overlap .reservation-section.appointment-video-panel {
    min-height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .home-appointment-section.appointment-overlap {
    margin-top: 0;
  }

  .home-appointment-section.appointment-overlap .reservation-content .service-title {
    font-size: 30px;
  }
}

.reservation-form input {
  background: #f8f8f8;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 15px 20px;
  transition: all 0.3s;
}

.reservation-form input:focus {
  border-color: #D4AF37;
  background: #fff;
  outline: none;
}

/* Team Member Styling */
.team-member {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.team-detail {
  padding: 25px !important;
  text-align: center;
}

.team-detail .job-title {
  color: #D4AF37;
  letter-spacing: 1px;
  font-size: 12px;
}

/* Blog Tile Enhancement */
.home-blog-section .post {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eee;
}

.home-blog-section .post .entry-content {
  padding: 30px !important;
}

.blog-title a:hover {
  color: #c1272d;
}

/* Footer Link Polish */
.widget-underline li a:after {
  background-color: #D4AF37 !important;
}

/* ==========================================================================
   Awards & Recognition Section
   ========================================================================== */

.awards-section {
  position: relative;
  padding: 90px 0 60px;
  background: linear-gradient(160deg, #eaf4fb 0%, #f5faff 50%, #ffffff 100%);
  overflow: hidden;
}

.awards-bg-overlay {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(27, 58, 109, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

/* Section heading */
.awards-sub-title {
  color: #1B3A6D !important;
  letter-spacing: 3px;
}

.awards-main-title {
  color: #0d1f42 !important;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  margin-bottom: 18px;
}

.awards-desc {
  color: rgba(15, 34, 70, 0.72);
  max-width: 680px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.75;
}

.recognition-logo-panel {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(27, 58, 109, 0.12);
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(27, 58, 109, 0.12);
}

.recognition-logo-panel::before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 12px;
  pointer-events: none;
}

.recognition-logo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.recognition-logo-card {
  grid-column: span 2;
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(27, 58, 109, 0.1);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(27, 58, 109, 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.recognition-logo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.7);
  box-shadow: 0 18px 36px rgba(27, 58, 109, 0.14);
}

.recognition-logo-card img {
  max-width: 100%;
  max-height: 84px;
  object-fit: contain;
  display: block;
}

.gallery-admin-note {
  max-width: 920px;
  margin: 0 auto 28px;
  padding: 18px 24px;
  background: #1B3A6D;
  border-left: 4px solid #D4AF37;
  border-radius: 12px;
  color: #ffffff;
  box-shadow: 0 14px 36px rgba(27, 58, 109, 0.16);
}

.gallery-admin-note span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #D4AF37;
  font-weight: 800;
  margin-bottom: 6px;
}

.gallery-admin-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.gallery-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.gallery-upload-btn,
.gallery-manage-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 999px;
  background: #D4AF37;
  color: #102442;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.gallery-upload-btn input {
  display: none;
}

.gallery-manage-btn--ghost {
  background: transparent;
  color: #ffffff;
}

.gallery-delete-enabled .gallery-img {
  outline: 3px solid rgba(212, 175, 55, 0.8);
  outline-offset: 3px;
}

.gallery-delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 38px;
  height: 38px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #c1272d;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.gallery-delete-enabled .gallery-delete-btn {
  display: flex;
}

.gallery-extra-hidden {
  display: none !important;
}

.gallery-view-more {
  margin-top: 34px;
}

.brochure-request-box {
  margin: 24px 0;
  padding: 22px;
  background: linear-gradient(135deg, #1B3A6D 0%, #102442 100%);
  border-left: 4px solid #D4AF37;
  border-radius: 14px;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(27, 58, 109, 0.18);
}

.product-page-modern {
  padding: 78px 0 70px;
  background: linear-gradient(135deg, #eef5fb 0%, #ffffff 54%, #e9f2fb 100%);
}

.product-page-modern .product-page-head {
  max-width: 860px;
  margin: 0 auto 42px;
}

.product-page-modern>.container>.row {
  display: block;
}

.product-page-modern .col-lg-9 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.product-page-modern .col-lg-3,
.product-page-modern .product-notices-wrapper,
.product-page-modern .post-navigation-wrap {
  display: none;
}

.product-page-modern .product-item-wrapper>.row {
  row-gap: 30px;
  justify-content: center;
}

.product-page-modern .product-item {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(27, 58, 109, 0.12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(27, 58, 109, 0.12);
}

.product-page-modern .product-item .product-image {
  margin: 0;
  background: #102442;
}

.product-page-modern .product-item .product-image a {
  display: block;
  aspect-ratio: 4 / 3;
}

.product-page-modern .product-item .product-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-page-modern .product-item:hover .product-image a img {
  transform: scale(1.05);
}

.product-page-modern .product-content {
  position: relative;
  padding: 26px 24px 28px;
  text-align: left;
  border-top: 5px solid #1B3A6D;
}

.product-page-modern .product-content::before {
  content: 'Machinery Solution';
  display: inline-block;
  margin-bottom: 12px;
  color: #D4AF37;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-page-modern .product-content h5 {
  min-height: 54px;
  color: #102442;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 900;
}

.product-page-modern .product-content .product-price {
  margin: 12px 0 20px;
}

.product-page-modern .product-content .product-price ins {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: #1B3A6D;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.product-page-modern .product-content .button-round-primary {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.product-detail-modern .product-summary {
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(27, 58, 109, 0.12);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(27, 58, 109, 0.12);
}

.product-video-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: #D4AF37;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-modern .product-title-name {
  color: #102442;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.1;
}

.product-detail-modern .product-price ins {
  color: #D4AF37;
  font-weight: 900;
  text-decoration: none;
}

.product-desc-highlight {
  padding: 22px;
  background: linear-gradient(135deg, #1B3A6D 0%, #102442 100%);
  border-left: 5px solid #D4AF37;
  border-radius: 14px;
}

.product-summary .product-desc-highlight h5 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 20px;
}

.product-summary .product-desc-highlight p {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 0;
}

.product-detail-modern .product-tab-outer .tab-container {
  border-top: 5px solid #1B3A6D;
}

.brochure-request-box h5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 8px;
}

.brochure-request-box p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 16px;
}

.brochure-request-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brochure-request-form input {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 10px 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.brochure-request-form input::placeholder {
  color: rgba(255, 255, 255, 0.76);
}

.brochure-request-form button {
  grid-column: 1 / -1;
  border: 0;
  justify-self: flex-start;
}

.footer-map-panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(56%, 760px);
  z-index: 0;
  opacity: 0.42;
  pointer-events: none;
  overflow: hidden;
}

.footer-map-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #1B3A6D 0%, rgba(27, 58, 109, 0.55) 36%, rgba(27, 58, 109, 0.16) 100%);
  pointer-events: none;
}

.footer-map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: grayscale(0.2) saturate(1.1) contrast(1.05);
}

.about-vision-slides {
  padding: 86px 0;
  background: #132a4a;
}

.about-slide-row {
  align-items: stretch;
}

.about-goal-slide {
  height: 100%;
  min-height: 360px;
  position: relative;
  overflow: hidden;
  border-left: 4px solid #D4AF37;
}

.about-goal-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.16), transparent 42%);
  pointer-events: none;
}

.about-goal-slide h4,
.about-goal-slide p {
  position: relative;
  z-index: 1;
}

.about-leadership-section {
  padding: 82px 0 92px;
  background: #f4f8fc;
}

.about-leadership-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.about-leader-card {
  background: #ffffff;
  border: 1px solid rgba(27, 58, 109, 0.12);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(27, 58, 109, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-leader-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 52px rgba(27, 58, 109, 0.16);
}

.about-leader-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.about-leader-card--md img,
.about-leader-card--director img {
  object-fit: contain;
  object-position: center center;
  background: #eef4fb;
  padding: 10px 10px 0;
}

.about-leader-card--portrait-cover img {
  object-fit: cover;
  object-position: center center;
  background: transparent;
  padding: 0;
}

.about-leader-card--md.about-leader-card--portrait-cover img,
.about-leader-card--director.about-leader-card--portrait-cover img {
  object-position: center top;
}

.about-leader-card div {
  padding: 18px;
}

.about-leader-card span {
  display: inline-block;
  color: #D4AF37;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.about-leader-card h5 {
  margin-bottom: 10px;
  color: #1B3A6D;
  font-size: 18px;
  font-weight: 800;
}

.about-leader-card p {
  margin: 0;
  color: rgba(15, 34, 70, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.Testimonial-page-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(212, 175, 55, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(20, 161, 145, 0.16), transparent 26%),
    linear-gradient(135deg, #eef5fb 0%, #ffffff 55%, #f4f8fc 100%);
}

.testimonial-color-head {
  max-width: 860px;
  margin: 0 auto 42px;
}

.testimonial-color-grid {
  gap: 28px;
}

.Testimonial-page-section .testimonial-card-color {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(27, 58, 109, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(27, 58, 109, 0.12);
}

.Testimonial-page-section .testimonial-card-color:nth-child(1) {
  border-top: 6px solid #1B3A6D;
}

.Testimonial-page-section .testimonial-card-color:nth-child(2) {
  border-top: 6px solid #14a191;
}

.Testimonial-page-section .testimonial-card-color:nth-child(3) {
  border-top: 6px solid #D4AF37;
}

.Testimonial-page-section .testimonial-card-color:nth-child(4) {
  border-top: 6px solid #c1272d;
}

.Testimonial-page-section .testimonial-card-color::before {
  content: '\f10d';
  position: absolute;
  right: 22px;
  top: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(27, 58, 109, 0.08);
  font-size: 72px;
  line-height: 1;
}

.testimonial-stars {
  display: flex;
  gap: 5px;
  color: #D4AF37;
  margin-bottom: 16px;
  font-size: 15px;
}

.Testimonial-page-section .testimonial-card-color .comment-detail {
  position: relative;
  z-index: 1;
  color: #263b5f;
  font-size: 16px;
  line-height: 1.75;
}

.Testimonial-page-section .testimonial-card-color .author-detail {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(27, 58, 109, 0.1);
}

.Testimonial-page-section .testimonial-card-color .author-name a {
  color: #1B3A6D;
  font-weight: 900;
}

.Testimonial-page-section .testimonial-card-color .author-desc {
  color: #14a191;
  font-weight: 800;
}

@media (max-width: 1199px) {
  .about-leadership-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-vision-slides,
  .about-leadership-section {
    padding: 56px 0;
  }

  .about-goal-slide {
    min-height: auto;
  }

  .about-leadership-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .footer-map-panel {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 24px;
    opacity: 0.82;
    border-radius: 14px;
    pointer-events: auto;
  }

  .footer-map-panel::before {
    background: linear-gradient(180deg, rgba(27, 58, 109, 0.18), rgba(27, 58, 109, 0.45));
  }
}

@media (max-width: 767px) {
  .brochure-request-form {
    grid-template-columns: 1fr;
  }
}

.recognition-logo-card:nth-child(6) {
  grid-column: 2 / span 2;
}

.recognition-logo-card:nth-child(7) {
  grid-column: 4 / span 2;
}

.recognition-logo-card:nth-child(8) {
  grid-column: 6 / span 2;
}

.recognition-logo-card:nth-child(9) {
  grid-column: 8 / span 2;
}

@media (max-width: 1199px) {
  .recognition-logo-grid {
    grid-template-columns: repeat(4, minmax(120px, 1fr));
  }

  .recognition-logo-card,
  .recognition-logo-card:nth-child(6),
  .recognition-logo-card:nth-child(7),
  .recognition-logo-card:nth-child(8),
  .recognition-logo-card:nth-child(9) {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .recognition-logo-panel {
    padding: 18px;
  }

  .recognition-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .recognition-logo-card {
    min-height: 96px;
    padding: 12px;
  }

  .recognition-logo-card img {
    max-height: 70px;
  }
}

/* Award Cards */
.award-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(27, 58, 109, 0.12);
  border-top: 3px solid #1B3A6D;
  border-radius: 20px;
  padding: 36px 28px 28px;
  text-align: center;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(27, 58, 109, 0.08);
}

.award-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.06) 0%, transparent 60%);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.award-card:hover::before {
  opacity: 1;
}

.award-card--gold {
  border-top-color: #D4AF37;
  background: rgba(255, 248, 220, 0.6);
}

.award-card:hover {
  transform: translateY(-12px);
  border-color: #D4AF37;
  box-shadow: 0 24px 60px rgba(212, 175, 55, 0.22);
}

/* Icon wrapper with glow ring */
.award-icon-wrap {
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.12);
  border: 2px solid rgba(212, 175, 55, 0.45);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.award-card:hover .award-icon-wrap {
  background: rgba(212, 175, 55, 0.22);
  border-color: #D4AF37;
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.35);
}

.award-icon {
  font-size: 34px;
  color: #D4AF37;
  transition: transform 0.4s ease;
}

.award-card:hover .award-icon {
  transform: scale(1.15) rotate(-5deg);
}

/* Sparkle animation */
.award-sparkle {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  background: #D4AF37;
  border-radius: 50%;
  animation: sparkle-pulse 2.2s infinite ease-in-out;
}

@keyframes sparkle-pulse {

  0%,
  100% {
    transform: scale(0.7);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
    box-shadow: 0 0 14px #D4AF37;
  }
}

/* Real Award Images Row */
.awards-img-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 10px 0 10px;
}

.award-img-card {
  flex: 0 0 auto;
  text-align: center;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.award-img-card:hover {
  transform: translateY(-14px);
}

.award-img-wrap {
  position: relative;
  display: inline-block;
  background: #ffffff;
  border: 1px solid rgba(27, 58, 109, 0.12);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(27, 58, 109, 0.10);
  transition: all 0.38s ease;
}

.award-img-card:hover .award-img-wrap {
  border-color: #D4AF37;
  background: rgba(212, 175, 55, 0.1);
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.28), 0 20px 50px rgba(0, 0, 0, 0.3);
}

.award-img-wrap img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35));
  transition: filter 0.38s ease, transform 0.38s ease;
}

.award-img-card:hover .award-img-wrap img {
  filter: drop-shadow(0 6px 22px rgba(212, 175, 55, 0.5));
  transform: scale(1.06);
}

/* Center award is taller/larger for visual hierarchy */
.award-img-card--center .award-img-wrap img {
  width: 160px;
  height: 160px;
}

.award-img-glow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 12px;
  background: radial-gradient(ellipse, rgba(212, 175, 55, 0.4) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.38s ease;
  pointer-events: none;
}

.award-img-card:hover .award-img-glow {
  opacity: 1;
}

@media (max-width: 767px) {
  .awards-img-row {
    gap: 18px;
  }

  .award-img-wrap img {
    width: 90px;
    height: 90px;
  }

  .award-img-card--center .award-img-wrap img {
    width: 110px;
    height: 110px;
  }
}

/* Award Image Captions */
.award-caption {
  margin-top: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.award-caption-year {
  display: inline-block;
  background: #D4AF37;
  color: #111;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 2px 12px;
  border-radius: 999px;
}

.award-caption-title {
  color: #0d1f42;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  max-width: 150px;
}

.award-caption-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(212, 175, 55, 0.85);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.award-caption-badge i {
  font-size: 10px;
}

/* Year tag */
.award-year {
  display: inline-block;
  background: #D4AF37;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 3px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

/* Title & body */
.award-title {
  color: #0d1f42;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
}

.award-body {
  color: rgba(15, 34, 70, 0.72);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 20px;
}

/* Badge */
.award-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: #D4AF37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 14px;
  border-radius: 999px;
  text-transform: uppercase;
}

/* Stats Strip */
.awards-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 60px;
  background: #1B3A6D;
  border: 1px solid rgba(27, 58, 109, 0.15);
  border-radius: 18px;
  padding: 28px 20px;
  box-shadow: 0 8px 30px rgba(27, 58, 109, 0.15);
}

.awards-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex: 1;
  min-width: 150px;
  padding: 10px 20px;
}

.awards-strip-item>i {
  font-size: 26px;
  color: #D4AF37;
  margin-bottom: 4px;
}

.strip-num {
  font-size: 30px;
  font-weight: 900;
  color: #D4AF37;
  line-height: 1;
}

.strip-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}

.awards-strip-divider {
  width: 1px;
  height: 60px;
  background: rgba(212, 175, 55, 0.25);
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .awards-strip-divider {
    display: none;
  }

  .awards-strip-item {
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  }

  .awards-strip-item:last-child {
    border-bottom: none;
  }
}

/*--------------------------------------------------------------
>>> home-counter-section
----------------------------------------------------------------*/
.home-counter-section {
  background: #1B3A6D;
  padding: 25px 0;
  position: relative;
  z-index: 2;
  margin-top: 0;
  width: 100%;
}

.home-counter-section .counter-no {
  color: #D4AF37;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 2px;
  font-family: inherit;
  line-height: 1;
}

.home-counter-section .counter-text {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .home-counter-section .counter-no {
    font-size: 42px;
  }
}

/*--------------------------------------------------------------
>>> Product Detail Gallery Slider Styles
----------------------------------------------------------------*/
.product-thumb-nav {
  margin-top: 20px;
}

.product-thumb-nav .single-product-item {
  margin: 10px 8px;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15); /* Semi-transparent background */
  border: 2px solid transparent;
  transition: all 0.3s ease;
  height: 90px;
  display: flex !important; /* Ensure slick doesn't break flex */
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.product-thumb-nav .single-product-item img {
  max-height: 85%;
  max-width: 85%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Active State */
.product-thumb-nav .slick-current .single-product-item {
  background: #ffffff;
  border-color: #1B3A6D;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.product-thumb-nav .single-product-item:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* Slider Arrows Customization */
.product-thumb-nav .slick-arrow {
  width: 32px;
  height: 32px;
  background: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: #fff;
}

.product-thumb-nav .slick-prev {
  left: -15px;
}

.product-thumb-nav .slick-next {
  right: -15px;
}

.product-thumb-nav .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}

.product-thumb-nav .slick-prev:before {
  content: "\f053";
}

.product-thumb-nav .slick-next:before {
  content: "\f054";
}

.product-thumb-nav .slick-arrow:hover {
  background: #1B3A6D;
}

/*--------------------------------------------------------------
>>> Modern Sidebar & Category Widgets
----------------------------------------------------------------*/
.widget_modern_search .search-form {
  position: relative;
  display: flex;
  align-items: center;
}

.widget_modern_search input[type="text"] {
  width: 100%;
  padding: 15px 60px 15px 25px;
  border-radius: 999px;
  border: 1px solid #eee;
  background: #fdfdfd;
  font-size: 14px;
}

.widget_modern_search .search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 50px;
  background: #1B3A6D;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.widget_modern_search .search-submit:hover {
  background: #D4AF37;
}

/* Modern Widget Titles (Pill Shape) */
.widget-title-round-border {
  display: inline-block;
  background: #E0B442;
  color: #1B3A6D;
  padding: 10px 30px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

/* Modern Price Filter */
.price-filter-wrap {
  padding: 10px 15px;
}

.price-slider {
  height: 6px;
  background: #eee;
  border-radius: 3px;
  position: relative;
  margin-bottom: 30px;
}

.slider-track {
  height: 100%;
  width: 60%;
  background: #E0B442;
  border-radius: 3px;
}

.slider-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #E0B442;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.filter-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-amount {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 999px;
  padding: 8px 20px;
  gap: 10px;
}

.price-amount input {
  border: none;
  width: 50px;
  font-weight: 700;
  color: #333;
}

/* Modern Categories */
.modern-cat-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Fix product tab layout for side-by-side display */
.product-tab-outer .row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  width: 100% !important;
}

.product-tab-outer .col-lg-8 {
  flex: 0 0 66.666% !important;
  max-width: 66.666% !important;
  display: block !important;
  width: 66.666% !important;
  float: none !important;
}

.product-tab-outer .col-lg-4 {
  flex: 0 0 33.333% !important;
  max-width: 33.333% !important;
  display: flex !important;
  width: 33.333% !important;
  float: none !important;
}

.product-tab-outer .tab-container {
  display: block !important;
}

.product-tab-outer .sidebar {
  display: block !important;
}

.modern-cat-item {
  width: calc(50% - 10px);
  text-align: center;
  cursor: pointer;
}

.modern-cat-box {
  background: #F1F3F6;
  border-radius: 40px;
  padding: 20px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.modern-cat-box img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
}

.modern-cat-item:hover .modern-cat-box {
  background: #fff;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.modern-cat-item h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1B3A6D;
  margin: 0;
}
 .home-products-slider{
    background:#081526;
    padding:80px 0;
}

.product-slider{
    margin-top:40px;
}

.product-slider .slick-slide{
    padding:0 12px;
}

.product-card{
    background:#16263d;
    border:1px solid rgba(212,175,55,.4);
    border-radius:18px;
    overflow:hidden;
    transition:.4s;
    text-align:center;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.3);
    border-color:#d4af37;
}

.product-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.product-card h5{
    color:#fff;
    font-size:21px;
    font-weight:700;
    margin:20px 0 10px;
}

.product-card p{
    color:#d8d8d8;
    font-size:16px;
    padding:0 20px;
    min-height:55px;
}

.product-card a{
    display:inline-block;
    margin:20px 0 30px;
    background:#d4af37;
    color:#000;
    padding:12px 28px;
    border-radius:40px;
    font-weight:700;
    text-decoration:none;
}

.product-card a:hover{
    background:#fff;
}

/* Slick arrows */

.slick-prev,
.slick-next{
    width:45px;
    height:45px;
    background:#d4af37 !important;
    border-radius:50%;
    z-index:999;
}

.slick-prev{
    left:-20px;
}

.slick-next{
    right:-20px;
}

.slick-prev:before,
.slick-next:before{
    color:#000;
    font-size:22px;
}

.slick-dots li button:before{
    color:#d4af37;
    font-size:12px;
}
    .home-products-slider{
    background:#081526;
    padding:90px 0;
}

.home-products-slider .section-title{
    color:#fff;
}

.home-products-slider p{
    color:#cfd6df;
}

.product-card{
    background:#132238;
    border:1px solid rgba(212,175,55,.3);
    border-radius:18px;
    overflow:hidden;
    margin:10px;
    transition:.4s;
    text-align:center;
}

.product-card:hover{
    transform:translateY(-10px);
    border-color:#d4af37;
    box-shadow:0 20px 40px rgba(0,0,0,.35);
}

.product-card img{
    width:100%;
    height:400px;
    object-fit:cover;
}

.product-card h5{
    color:#fff;
    font-weight:700;
    margin-top:20px;
}

.product-card p{
    color:#d7d7d7;
    padding:0 20px;
    min-height:60px;
}

.product-card a{
    display:inline-block;
    margin:20px;
    padding:10px 24px;
    background:#d4af37;
    color:#111;
    font-weight:700;
    border-radius:40px;
    text-decoration:none;
}

.product-card a:hover{
    background:#fff;
}
        /* Auto Video Modal CSS */
        .auto-video-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 15, 30, 0.88);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            z-index: 10000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.5s ease;
        }
        .auto-video-modal.active {
            opacity: 1;
            pointer-events: auto;
        }
        .auto-video-modal-content {
            position: relative;
            width: 95%;
            max-width: 1050px; /* Increased width to show large premium image */
            background: #0c1c30;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
            border: 2px solid #b89a2d;
            transform: scale(0.8);
            transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
        }
        .auto-video-modal.active .auto-video-modal-content {
            transform: scale(1);
        }
        .auto-video-modal-close {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(0, 0, 0, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: #ffffff;
            font-size: 28px;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            cursor: pointer;
            z-index: 10100;
            transition: all 0.3s;
            outline: none;
        }
        .auto-video-modal-close:hover {
            color: #ffffff;
            background: #c1272d;
            border-color: #c1272d;
            transform: rotate(90deg);
        }
        .video-thumbnail-link {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
        }
        .video-thumbnail-container {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            background: #000;
            overflow: hidden;
        }
        .video-thumbnail-container img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .video-thumbnail-link:hover img {
            transform: scale(1.04);
        }
        .modal-play-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 15, 30, 0.45);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 15px;
            transition: background 0.3s ease;
        }
        .video-thumbnail-link:hover .modal-play-overlay {
            background: rgba(0, 15, 30, 0.3);
        }
        .modal-play-btn {
            width: 90px;
            height: 90px;
            background: #c1272d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 0 0 rgba(193, 39, 45, 0.7);
            animation: modal-pulse-red 2s infinite;
            transition: all 0.3s ease;
        }
        .video-thumbnail-link:hover .modal-play-btn {
            background: #D4AF37;
            animation: modal-pulse-gold 2s infinite;
        }
        .modal-play-btn i {
            color: #ffffff;
            font-size: 32px;
            margin-left: 8px;
        }
        .modal-play-text {
            color: #ffffff;
            font-weight: 700;
            font-size: 15px;
            letter-spacing: 1px;
            background: rgba(193, 39, 45, 0.9);
            padding: 8px 20px;
            border-radius: 30px;
            border: 1px solid rgba(255, 255, 255, 0.25);
            transition: all 0.3s ease;
            text-align: center;
        }
        .video-thumbnail-link:hover .modal-play-text {
            background: #D4AF37;
            color: #111;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
        }
        @keyframes modal-pulse-red {
            0% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(193, 39, 45, 0.7);
            }
            70% {
                transform: scale(1);
                box-shadow: 0 0 0 20px rgba(193, 39, 45, 0);
            }
            100% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(193, 39, 45, 0);
            }
        }
        @keyframes modal-pulse-gold {
            0% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7);
            }
            70% {
                transform: scale(1);
                box-shadow: 0 0 0 20px rgba(212, 175, 55, 0);
            }
        }
        .video-iframe-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            background: #000;
        }
        .video-iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        
        .enquiry-section{
    padding:90px 0;
    background:#f7f9fc;
}

.enquiry-tag{
    display:inline-block;
    background:#f4c430;
    color:#08203a;
    padding:6px 15px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    margin-bottom:20px;
}

.enquiry-section h2{
    font-size:42px;
    font-weight:800;
    color:#08203a;
    margin-bottom:15px;
}

.enquiry-section p{
    color:#666;
    line-height:28px;
}

.enquiry-features{
    display:flex;
    gap:25px;
    margin-top:35px;
    flex-wrap:wrap;
}

.feature{
    text-align:center;
}

.feature i{
    width:65px;
    height:65px;
    line-height:65px;
    border-radius:50%;
    background:#08203a;
    color:#f4c430;
    font-size:26px;
    margin-bottom:10px;
}

.feature h6{
    font-weight:700;
    margin-bottom:4px;
}

.feature small{
    color:#777;
}

.enquiry-form{
    background:#fff;
    padding:35px;
    border-radius:16px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.enquiry-form input,
.enquiry-form textarea{
    width:100%;
    height:55px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 18px;
    margin-bottom:18px;
}

.enquiry-form textarea{
    height:120px;
    padding-top:15px;
    resize:none;
}

.enquiry-form button{
    width:100%;
    height:55px;
    background:#08203a;
    color:#fff;
    border:none;
    border-radius:8px;
    font-weight:700;
    transition:.3s;
}

.enquiry-form button:hover{
    background:#f4c430;
    color:#08203a;
}
.chat-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#25D366;
    color:#fff;
    padding:14px 34px;
    border-radius:50px;
    text-decoration:none;
    font-size:20px;
    font-weight:600;
    transition:.3s ease;
    box-shadow:0 8px 20px rgba(37,211,102,.3);
}

.chat-btn:hover{
    background:#1ebe5d;
    color:#fff;
    transform:translateY(-3px);
}

.chat-btn i{
    font-size:26px;
}
.serex{
    margin-top: -37px;
}
/*=========================
Leadership Section
==========================*/

.leadership-section{
    padding:90px 0;
    background:#f7f9fc;
}

.section-heading{
    margin-bottom:60px;
}

.sub-title{
    color:#d4af37;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-heading h2{
    margin:12px 0;
    font-size:42px;
    font-weight:800;
    color:#0d2c57;
}

.section-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:28px;
}

.leader-row{

    display:flex;

    align-items:center;

    gap:30px;

    background:#fff;

    border-radius:15px;

    padding:25px;

    margin-bottom:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.3s;

}

.leader-row:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.leader-image{

    flex:0 0 110px;

}

.leader-image img{

    width:110px;

    height:110px;

    border-radius:50%;

    object-fit:cover;

    border:5px solid #d4af37;

}

.leader-info{

    flex:1;

}

.leader-info h3{

    font-size:28px;

    color:#0d2c57;

    margin-bottom:5px;

    font-weight:700;

}

.leader-info span{

    display:inline-block;

    color:#d4af37;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:15px;

}

.leader-info p{

    color:#555;

    line-height:30px;

    margin:0;

}

/* Mobile */

@media(max-width:767px){

.leader-row{

flex-direction:column;

text-align:center;

}

.leader-image{

flex:unset;

}

.section-heading h2{

font-size:32px;

}

}
     
                            .footer-social{
    display:flex;
    gap:15px;
    list-style:none;
    margin:0;
    padding:0;
}

.footer-social li a{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#ffffff20;
    color:#fff;
    font-size:20px;
    transition:.3s;
    text-decoration:none;
}

.footer-social li a:hover{
    background:#b89a2d;
    transform:translateY(-3px);
}
   
   .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-grid-item {
    width: 100%;
}

.gallery-img {
    width: 100%;
    height: 280px;
    margin: 0;
    overflow: hidden;
}

.gallery-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Tablet */
@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-img {
        height: 250px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-img {
        height: 250px;
    }
}  

/* =========================================
   REDESIGNED TESTIMONIAL SECTION
========================================= */

.redesigned-testimonials {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #f7f7f7;
    overflow: hidden;
}

/* Remove old overlay */
.redesigned-testimonials .overlay {
    display: none !important;
}

/* Main layout */
.testimonials-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.5fr;
    align-items: center;
    gap: 70px;
}

/* =========================================
   LEFT CONTENT
========================================= */

.testimonial-intro {
    max-width: 430px;
}

.testimonial-subtitle {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d71920;
}

.testimonial-title {
    margin: 0 0 20px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #222;
}

.testimonial-description {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}


/* =========================================
   TESTIMONIAL CARDS
========================================= */

.testimonial-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.testimonial-card {
    position: relative;
    width: 100%;
    min-height: 260px;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #eeeeee;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    overflow: hidden;
}

/* IMPORTANT:
   Remove old VISA / decorative pseudo elements
*/
.testimonial-card::before,
.testimonial-card::after,
.testimonial-card *::before,
.testimonial-card *::after {
    content: none !important;
    background-image: none !important;
}

/* Review text */
.testimonial-text {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}


/* =========================================
   AUTHOR
========================================= */

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-avatar {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    overflow: hidden;
    background: #eeeeee;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.testimonial-author h5 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
}

.testimonial-author span {
    font-size: 13px;
    color: #1b55a5;
}


/* =========================================
   HOVER
========================================= */

.testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .redesigned-testimonials {
        padding: 60px 0;
    }

    .testimonials-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .testimonial-intro {
        max-width: 650px;
        text-align: center;
        margin: 0 auto;
    }

    .testimonial-title {
        font-size: 34px;
    }

    .testimonial-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .redesigned-testimonials {
        padding: 50px 0;
    }

    .testimonials-layout {
        gap: 30px;
    }

    .testimonial-title {
        font-size: 28px;
    }

    .testimonial-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .testimonial-cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .testimonial-card {
        min-height: auto;
        padding: 25px;
    }

    .testimonial-text {
        font-size: 15px;
    }
}
.google-review-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 25px;
    padding: 14px 25px;

    background: #d71920;
    color: #ffffff !important;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;

    border: 1px solid #d71920;
    border-radius: 4px;

    transition: all 0.3s ease;
}

.google-review-btn:hover {
    background: #b9141a;
    border-color: #b9141a;
    color: #ffffff !important;
    transform: translateY(-2px);
}
.top-address {
    white-space: nowrap;
    display: inline-block;
}
.footer-logo {
    width: 220px !important;
    height: 220px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: transparent !important;
}

.footer-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
/*index style*/
  /* =========================================
   ABOUT IMAGE GALLERY - EQUAL SQUARES
========================================= */

.aboutus-mosaic {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, auto) !important;
    gap: 20px !important;
    width: 100%;
}

/* Every image box exactly the same size */
.aboutus-mosaic .mosaic-card {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;

    grid-column: auto !important;
    grid-row: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
    border-radius: 25px !important;
}

/* Images */
.aboutus-mosaic .mosaic-image {
    width: 100% !important;
    height: 100% !important;

    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Remove old mosaic positioning */
.aboutus-mosaic .mosaic-card-1,
.aboutus-mosaic .mosaic-card-2,
.aboutus-mosaic .mosaic-card-3,
.aboutus-mosaic .mosaic-card-4 {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;

    grid-column: auto !important;
    grid-row: auto !important;
}

/* Tablet */
@media (max-width: 991px) {
    .aboutus-mosaic {
        gap: 15px !important;
    }

    .aboutus-mosaic .mosaic-card {
        border-radius: 20px !important;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .aboutus-mosaic {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
        gap: 15px !important;
    }

    .aboutus-mosaic .mosaic-card {
        aspect-ratio: 1 / 1 !important;
        border-radius: 18px !important;
    }
}
.about-single-image {
    width: 100%;
    height: 490px;
    overflow: hidden;
    border-radius: 30px;
}

.about-single-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Tablet */
@media (max-width: 991px) {
    .about-single-image {
        height: 500px;
        border-radius: 25px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .about-single-image {
        height: 350px;
        border-radius: 20px;
    }
}
/* ==========================================
   FINAL MOBILE HEADER / MENU FIX
========================================== */

@media (max-width: 1199px) {

    /* Header must be the positioning parent */
    .site-header,
    .bottom-header {
        position: relative !important;
    }

    /* ==============================
       REMOVE ROUND CIRCLE / SEARCH
    ============================== */

    .bottom-header .header-search,
    .bottom-header .search-toggle,
    .bottom-header .search-button,
    .bottom-header .search-icon,
    .bottom-header .header-search-toggle,
    .bottom-header .header-search-trigger,
    .bottom-header .header-search-link,
    .bottom-header .search-box,
    .bottom-header .search-btn {
        display: none !important;
    }

    /* Hide circular search element */
    .bottom-header button:not(.mobile-menu-toggle),
    .bottom-header a.search,
    .bottom-header .circle {
        /* only affects existing header controls */
    }


    /* ==============================
       MOBILE MENU BUTTON
    ============================== */

    .mobile-menu-container {
        display: block !important;
        margin-left: auto !important;
        flex: 0 0 auto !important;
        width: auto !important;
    }

    .mobile-menu-toggle {
        width: 52px !important;
        height: 52px !important;

        padding: 0 !important;
        margin: 0 !important;

        background: #1B3A6D !important;
        color: #fff !important;

        border: none !important;
        border-radius: 6px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        position: relative !important;
        z-index: 10002 !important;
    }


    /* ==============================
       MOBILE NAVIGATION
    ============================== */

    .main-navigation {
        position: absolute !important;

        top: 100% !important;
        left: 0 !important;

        width: 100vw !important;
        min-width: 100vw !important;
        max-width: 100vw !important;

        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        display: none !important;

        background: #ffffff !important;

        box-shadow: 0 5px 20px rgba(0,0,0,0.20);

        z-index: 10001 !important;

        flex: none !important;
    }

    .main-navigation.mobile-menu-open {
        display: block !important;
    }


    /* ==============================
       NAVIGATION UL
    ============================== */

    .main-navigation > ul,
    .main-navigation ul {
        display: block !important;

        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        list-style: none !important;
    }


    /* ==============================
       MENU ITEMS
    ============================== */

    .main-navigation ul li {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        border-bottom: 1px solid #e5e5e5 !important;
    }


    .main-navigation ul li a {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        box-sizing: border-box !important;

        padding: 15px 20px !important;

        margin: 0 !important;

        color: #1B3A6D !important;
        background: #fff !important;

        font-size: 16px !important;
        font-weight: 600 !important;

        line-height: 1.4 !important;
        letter-spacing: 0 !important;

        text-align: left !important;
        white-space: normal !important;

        text-decoration: none !important;
    }

    .main-navigation ul li a:hover {
        background: #f2f5f8 !important;
    }
}
@media (max-width: 1199px) {
    .main-navigation {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: 90px !important;
        width: 100vw !important;
        min-width: 100vw !important;
    }
}
@media (max-width: 1199px) {

    .bottom-header .header-action-group {
        display: none !important;
    }

    .bottom-header .header-action-group::before,
    .bottom-header .header-action-group::after {
        display: none !important;
        content: none !important;
    }

    .bottom-header .header-action-group > * {
        display: none !important;
    }
}
/* =========================================
   DESKTOP - HIDE MOBILE MENU
========================================= */

.mobile-menu-container {
    display: none !important;
}

/* Hide old SlickNav completely */
.slicknav_menu {
    display: none !important;
}


/* =========================================
   MOBILE - SHOW ONLY OUR MENU BUTTON
========================================= */

@media (max-width: 1199px) {

    .mobile-menu-container {
        display: block !important;
    }

  
    .mobile-menu-toggle {
        display: flex !important;
        width: 52px !important;
        height: 52px !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

