@charset "UTF-8";
/*
	[Master Stylesheet]
	Template Name: Builderon
	Description: builderon 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: construction
*/
/*--------------------------------------------------------------
>>> 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 Contact section  
	* Home Rvent section  
	* Home Gallery section  
	* Home Partner section  
	* Home Pricing section  
	* Home Progress section  
	* Home Schedule section  
	* Home Speaker section  
	* Home Testimonial section  
	* Home time-counter 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: #333333;
  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 {
  line-height: 1.5;
  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;
}
blockquote p,
pre p {
  margin-bottom: 0;
}

blockquote {
  background-color: transparent;
  border-left: none;
  color: #1E3A72;
  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: #1E3A72;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 18px;
  line-height: 1.1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
  font-weight: 800;
}

h2 {
  font-size: 40px;
  font-weight: 800;
}

h3 {
  font-size: 36px;
  font-weight: 800;
}

h4 {
  font-size: 30px;
  font-weight: 800;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  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: #CC2027;
  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: #A0151B;
  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: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.overlay,
.pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-sub-title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  color: #CC2027;
}

.title-divider {
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.title-divider:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #CC2027;
  bottom: 0;
  left: 0;
}

.title-divider-center {
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.title-divider-center:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #CC2027;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.banner-title-divider-center-white {
  position: relative;
  display: block;
  padding-bottom: 28px;
  margin-bottom: 20px;
  text-align: center;
}
.banner-title-divider-center-white:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #ffffff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.figure-round-border {
  border-radius: 25px;
  overflow: hidden;
}
.figure-round-border img {
  border-radius: 25px;
}

.counter-inner .counter-item {
  padding: 25px;
  text-align: center;
}
.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;
  }
}
@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: 1px 0 0 0;
    border-style: solid;
    border-color: #d9d9d9;
  }
  .counter-inner .counter-item:last-child {
    border-width: 1px 0 0 0px;
    border-style: solid;
    border-color: #d9d9d9;
  }
}
.counter-inner .counter-item .counter-no {
  color: #CC2027;
  font-size: 52px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 1.2;
}
.counter-inner .counter-item .Completed {
  color: #1E3A72;
}

.section-head {
  margin-bottom: 30px;
  line-height: 1;
}
.section-head .section-title-divider {
  margin-bottom: 25px;
  display: inline-block;
  border: 2px solid #CC2027;
  padding: 5px 15px 5px 15px;
  color: #CC2027;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  font-family: "Montserrat", sans-serif;
}
.section-head .section-title {
  margin-bottom: 18px;
  color: #1E3A72;
}
.section-head .section-paragraph {
  margin-bottom: 0;
}
.section-head .section-btn {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .section-head .section-title-divider {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .section-head .section-title {
    margin-bottom: 15px;
  }
  .section-head .section-btn {
    margin-top: 25px;
  }
}

.section-head-white {
  margin-bottom: 30px;
  line-height: 1;
}
.section-head-white .section-title-divider {
  margin-bottom: 25px;
  display: inline-block;
  border: 2px solid #ffffff;
  padding: 5px 15px 5px 15px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  font-family: "Montserrat", sans-serif;
}
.section-head-white .section-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.section-head-white .section-paragraph {
  margin-bottom: 0;
  color: #ffffff;
}
.section-head-white .section-btn {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .section-head-white .section-title-divider {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .section-head-white .section-title {
    margin-bottom: 15px;
  }
  .section-head-white .section-btn {
    margin-top: 25px;
  }
}

.section-head50 {
  margin-bottom: 50px;
  line-height: 1;
}
.section-head50 .section-title-divider {
  margin-bottom: 25px;
  display: inline-block;
  border: 2px solid #CC2027;
  padding: 5px 15px 5px 15px;
  color: #CC2027;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  font-family: "Montserrat", sans-serif;
}
.section-head50 .section-title {
  margin-bottom: 18px;
  color: #1E3A72;
}
.section-head50 .section-paragraph {
  margin-bottom: 0;
}
.section-head50 .section-btn {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .section-head50 .section-title-divider {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .section-head50 .section-title {
    margin-bottom: 15px;
  }
  .section-head50 .section-btn {
    margin-top: 25px;
  }
}

.section-head-white50 {
  margin-bottom: 50px;
  line-height: 1;
}
.section-head-white50 .section-title-divider {
  margin-bottom: 25px;
  display: inline-block;
  border: 2px solid #ffffff;
  padding: 5px 15px 5px 15px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  font-family: "Montserrat", sans-serif;
}
.section-head-white50 .section-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.section-head-white50 .section-paragraph {
  margin-bottom: 0;
  color: #ffffff;
}
.section-head-white50 .section-btn {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .section-head-white50 .section-title-divider {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .section-head-white50 .section-title {
    margin-bottom: 15px;
  }
  .section-head-white50 .section-btn {
    margin-top: 25px;
  }
}

.wave-pattern-top {
  z-index: -1;
  background-image: url(assets/img/builderon-img20.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .wave-pattern-top {
    background-size: cover;
    height: 160px;
  }
}

.wave-pattern-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url(assets/img/builderon-img49.png);
}
@media screen and (max-width: 767px) {
  .wave-pattern-bottom {
    background-size: cover;
    height: 160px;
  }
}

.city-pattern-overlay {
  background-image: url(assets/img/builderon-img19.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.map-pattern-overlay {
  background-image: url(assets/img/builderon-img055.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.05;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.trangle-left {
  background-image: url(assets/img/builderon-img25.png);
  background-position: top left;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.trangle-right {
  background-image: url(assets/img/builderon-img26.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*--------------------------------------------------------------
>>> 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: 60px;
}
@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: #fafafa;
  border: none;
  font-size: 15px;
  padding: 0 15px;
}
@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: #CC2027;
  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: 55px;
  padding: 0 30px 0 10px;
}
select option {
  padding: 8px;
}
select:focus {
  outline: none;
}
@media screen and (max-width: 575px) {
  select {
    height: 42px;
  }
}

form label {
  font-weight: normal;
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  padding: 0 55px 0 10px;
}
.search-form button {
  background-color: #CC2027;
  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: #A0151B;
}

.form-group {
  margin-bottom: 20px;
}
.form-group select {
  height: 55px;
}
.form-group select,
.form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
}
.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: #CC2027;
  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: #CC2027;
}
.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 {
  font-size: 15px;
  line-height: 1.1;
  padding: 18px 30px;
  font-weight: 600;
  font-family: "Montserrat", 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 {
    font-size: 13px;
    padding: 15px 20px;
  }
}

input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 18px 30px;
  font-weight: 600;
  -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;
  background-color: #CC2027;
  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: #A0151B;
  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-secondary:hover,
.button-white:hover,
.button-white-border:hover {
  background-color: #A0151B;
  border-color: #A0151B;
  color: #ffffff;
}

.button-primary {
  background-color: #CC2027;
}

.button-secondary {
  background-color: #1E3A72;
}

.button-white {
  background-color: white;
  color: #CC2027;
}

.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: #CC2027;
  display: inline-block;
  position: relative;
  border: 1px solid #ffffff;
  -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: #CC2027;
  color: #ffffff;
  border-color: #CC2027;
}

.button-round-secondary {
  background-color: #1E3A72;
  color: #ffffff;
  border-color: #1E3A72;
}

.button-round-white {
  background-color: #ffffff;
  color: #111111;
  border-color: #111111;
}

.button-round-white-transparent {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.button-round-primary-transparent {
  border: 1px solid #CC2027;
  color: #CC2027;
}

.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: #A0151B;
  border-color: #A0151B;
  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: #CC2027;
}

/*--------------------------------------------------------------
>>> 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: #CC2027;
}

.secondary-bg {
  background-color: #1E3A72;
}

.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: #CC2027;
}

.secondary-color {
  color: #1E3A72;
}

.title-color {
  color: #1E3A72;
}

.list-more-btn {
  padding-top: 20px;
}
.list-more-btn a {
  padding: 18px 30px;
}

.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: #CC2027;
  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: #CC2027;
  -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: #A0151B;
}

.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: #CC2027;
  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(253, 93, 20, 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: #A0151B;
  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;
  }
}

.nav-tabs {
  margin: 0;
}
.nav-tabs .nav-link {
  color: #1E3A72;
  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: #CC2027;
}

.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: 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: #A0151B;
    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 {
    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;
  }
  .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 20px 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: 12px 15px;
  }
}

.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: #1E3A72;
  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: #1E3A72;
  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: #1E3A72;
  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 {
  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: "Montserrat", sans-serif;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 22px;
  font-weight: 500;
  position: relative;
  text-align: left;
  color: #A0151B;
}
.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: 15px;
  font-size: 24px;
  color: #A0151B;
}
.accordion-content .card .card-header a.collapsed {
  color: #1E3A72;
}
.accordion-content .card .card-header a.collapsed:before {
  content: "\f107";
  color: #1E3A72;
}
.accordion-content .card .card-body {
  font-size: 15px;
  padding: 0 20px 20px;
  color: #333333;
}
@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: #A0151B;
  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: #A0151B;
  -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: #1E3A72;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}

.video-button a {
  box-shadow: 0px 0px 10px #CC2027;
  border: 3px solid #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;
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
}
.video-button a i {
  color: #ffffff;
  text-shadow: 0px 0px 10px #CC2027;
}
.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 #CC2027;
  -moz-box-shadow: 0 0 0 0 #CC2027;
  -ms-box-shadow: 0 0 0 0 #CC2027;
  -o-box-shadow: 0 0 0 0 #CC2027;
  box-shadow: 0 0 0 0 #CC2027;
  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(253, 93, 20, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 93, 20, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 15px rgba(253, 93, 20, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 93, 20, 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: #CC2027;
  border-color: #CC2027;
  color: #ffffff;
}
.pagination li.active a {
  background-color: #CC2027;
  border-color: #CC2027;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> Clearing
----------------------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
>>> Main Header 
----------------------------------------------------------------*/
/*--- top header css start ---*/
.top-header {
  padding: 35px 0px;
  background-color: #1E3A72;
}
@media screen and (max-width: 767px) {
  .top-header {
    padding: 10px 0;
  }
}

.header-contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-contact-info ul li {
  display: inline-block;
  padding: 0 10px;
}
.header-contact-info ul li:last-child {
  padding-right: 0;
}
.header-contact-info ul li:first-child {
  padding-left: 0;
}
.header-contact-info ul li .header-contact-inner {
  display: flex;
  align-items: center;
}
.header-contact-info ul li .icon {
  margin-right: 15px;
}
.header-contact-info ul li .icon i {
  color: #CC2027;
  font-size: 24px;
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  line-height: 49px;
  border: 1px solid #CC2027;
  text-align: center;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .header-contact-info ul li .icon {
    margin-right: 10px;
  }
  .header-contact-info ul li .icon i {
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 32px;
  }
}
.header-contact-info ul li .details-content {
  color: #ffffff;
}
.header-contact-info ul li .details-content .content-title {
  margin-top: 4px;
  display: inline-block;
  color: #d5d5d5;
  line-height: 1;
}
.header-contact-info ul li .details-content h6 {
  color: #ffffff;
  margin-bottom: 0;
}
.header-contact-info ul li .details-content a h6 {
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
@media screen and (max-width: 767px) {
  .header-contact-info ul li .details-content a h6 {
    font-size: 12px;
  }
}
.header-contact-info ul li .details-content a:hover h6, .header-contact-info ul li .details-content a:focus h6, .header-contact-info ul li .details-content a:active h6 {
  color: #A0151B;
}
@media screen and (max-width: 1199px) {
  .header-contact-info ul li {
    padding: 0 9px;
  }
}
@media screen and (max-width: 991px) {
  .header-contact-info ul {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .header-contact-info {
    margin-bottom: 5px;
  }
  .header-contact-info ul li {
    padding: 0 3px;
  }
  .header-contact-info ul li a {
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .header-contact-info ul li .details-content h6 {
    font-size: 10px;
  }
  .header-contact-info ul li .details-content a h6 {
    font-size: 10px;
  }
  .header-contact-info ul li .details-content .content-title {
    font-size: 11px;
  }
}
@media screen and (max-width: 479px) {
  .header-contact-info {
    margin-bottom: 0;
  }
  .header-contact-info ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .header-contact-info ul li {
    margin-bottom: 10px;
    padding: 0;
  }
  .header-contact-info ul li .details-content {
    min-width: 100px;
  }
}

.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 3px;
}
.header-social li:first-child {
  margin-left: 0;
}
.header-social li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .header-social li {
    margin: 0 2px;
  }
}
.header-social a i {
  font-size: 18px;
  color: #ffffff;
  line-height: 34px;
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .header-social a i {
    font-size: 13px;
    line-height: 26px;
    height: 26px;
    width: 26px;
  }
}
@media screen and (max-width: 991px) {
  .header-social a i {
    font-size: 13px;
    line-height: 29px;
    height: 30px;
    width: 30px;
  }
}
.header-social a:hover i, .header-social a:focus i {
  color: #ffffff;
  background-color: #A0151B;
}

.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: 6px;
}
.header-search-icon .search-icon {
  background-color: transparent;
  border: 1px solid #787878;
  border-radius: 50%;
  color: #ffffff;
  padding: 0;
  font-size: 15px;
  line-height: 34px;
  height: 36px;
  width: 36px;
}
.header-search-icon .search-icon:hover, .header-search-icon .search-icon:focus {
  background-color: #A0151B;
  border-color: #A0151B;
}
@media screen and (max-width: 767px) {
  .header-search-icon .search-icon {
    font-size: 13px;
    line-height: 28px;
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 479px) {
  .header-search-icon .search-icon {
    font-size: 12px;
    line-height: 25px;
    height: 26px;
    width: 26px;
  }
}

/*--- header Logo css start ---*/
.site-identity .site-title {
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
  color: #d5d5d5;
}
@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 {
    margin-bottom: 10px;
  }
}
.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 {
  max-width: 276px;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  margin-bottom: 9px;
}
.site-identity a {
  display: block;
}
.site-identity a:hover img, .site-identity a:focus img, .site-identity a:active img {
  opacity: 0.7;
}
@media screen and (max-width: 1199px) {
  .site-identity .site-description {
    font-size: 14px;
  }
  .site-identity img {
    max-width: 230px;
  }
}
@media screen and (max-width: 479px) {
  .site-identity img {
    margin-bottom: 4px;
  }
  .site-identity .site-description {
    font-size: 13px;
  }
  .site-identity a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
>>> 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: 22px 14px;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .site-header .main-navigation .navigation > ul > li {
    padding: 22px 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: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  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, .site-header .main-navigation ul > li:focus, .site-header .main-navigation ul > li:active {
  background-color: #A0151B;
}
.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: #ffffff;
}
.site-header .main-navigation ul ul {
  background: #ffffff;
  border-top: 4px solid #1E3A72;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 99;
  display: none;
  text-align: left;
  max-height: calc(100vh - 196px);
  overflow-y: auto;
}
.site-header .main-navigation ul ul li {
  border-bottom: 1px solid #DDD;
  position: relative;
  display: block;
}
.site-header .main-navigation ul ul li a {
  color: #333333;
  display: block;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  -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: #CC2027;
}
.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 > a, .site-header .main-navigation ul li.menu-item-has-children li:focus > a {
  background-color: #A0151B;
  color: #ffffff;
}
.site-header .main-navigation ul li.current-menu-item, .site-header .main-navigation ul li.current-menu-parent {
  background-color: #A0151B;
}
.site-header .main-navigation ul li.current-menu-item > a, .site-header .main-navigation ul li.current-menu-parent > a {
  font-weight: 600;
}
.site-header .main-navigation ul li.current-menu-item:hover > a, .site-header .main-navigation ul li.current-menu-parent:hover > a {
  color: #1E3A72;
}

@-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);
  }
}
.header-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  margin-right: 1px;
}
.header-btn a {
  font-size: 15px;
  padding: 15px 27px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .header-btn {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-btn a {
    font-size: 13px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 479px) {
  .header-btn a {
    font-size: 13px;
    padding: 10px 18px;
  }
}

/*---  bottom header css ---*/
.bottom-header {
  background-color: #CC2027;
}
.bottom-header .hb-group .site-identity .site-title {
  margin-bottom: 0;
}
.bottom-header .logo-bottom-header {
  display: none;
}
@media screen and (max-width: 991px) {
  .bottom-header {
    padding: 0;
  }
  .bottom-header .hb-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .bottom-header .hb-group {
    padding: 5px 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: #1E3A72;
  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: #A0151B;
}
.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 ---*/
.bottom-header {
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.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;
}

/*---  mobile slick Nav css ---*/
/* Slicknav - a Mobile Menu */
.mobile-menu-container .slicknav_nav {
  min-height: 100vh;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}
.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: #ffffff;
  }
  .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu-container .slicknav_menu .slicknav_btn {
    padding: 10px 0;
  }
}

.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: #A0151B;
  -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: #CC2027;
  font-weight: 600;
}
.slicknav_menu .slicknav_nav .slicknav_open {
  transition: all 0.4s;
}
.slicknav_menu .slicknav_nav .slicknav_open .slicknav_row {
  background-color: #A0151B;
}
.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;
}
.home-banner .wave-banner-patten-overlay {
  background-image: url(assets/img/builderon-img3.png);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
  background-size: cover;
  height: 200px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .home-banner .wave-banner-patten-overlay {
    height: 160px;
  }
}
.home-banner .overlay {
  z-index: -1;
  background-color: #000000;
  opacity: 0.64;
}
.home-banner .home-banner-slider .slick-arrow:before {
  background-color: transparent;
}
@media screen and (max-width: 479px) {
  .home-banner .home-banner-slider .slick-prev {
    left: 0;
  }
  .home-banner .home-banner-slider .slick-next {
    right: 0;
  }
}
.home-banner .home-banner-slider .home-banner-content {
  min-height: 710px;
  padding-top: 90px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.home-banner .home-banner-slider .home-banner-content .home-banner-detail {
  margin-right: auto;
  margin-left: auto;
}
.home-banner .home-banner-slider .home-banner-content .home-banner-detail .home-banner-title {
  color: #ffffff;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .home-banner .home-banner-slider .home-banner-content .home-banner-detail .home-banner-title {
    font-size: 60px;
  }
}
.home-banner .home-banner-slider .home-banner-content .home-banner-detail .home-banner-paragraph {
  color: #FBFBFB;
  margin-bottom: 46px;
  font-size: 17px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .home-banner .home-banner-slider .home-banner-content {
    min-height: 600px;
    padding: 120px 0;
  }
  .home-banner .home-banner-slider .home-banner-content .home-banner-detail .home-banner-title {
    font-size: 40px;
  }
  .home-banner .home-banner-slider .home-banner-content .home-banner-detail .home-banner-paragraph {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .home-banner .home-banner-slider .home-banner-content .home-banner-detail .home-banner-title {
    font-size: 26px;
  }
}

/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/
.home-count-timmer {
  margin-top: -70px;
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
.home-count-timmer .time-counter-wrap {
  background-color: #ffffff;
  box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  border-radius: 25px;
}
.home-count-timmer .time-counter-wrap .time-counter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-count-timmer .time-counter-wrap .time-counter .counter-time {
  flex-grow: 1;
  margin-right: 5px;
}
.home-count-timmer .time-counter-wrap .time-counter .counter-time:last-child {
  margin-right: 0;
}
.home-count-timmer .time-counter-wrap .time-counter .counter-time span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: rgba(250, 3, 104, 0.54);
  line-height: 1.2;
  text-align: center;
}
.home-count-timmer .time-counter-wrap .time-counter .counter-time .label-text {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .home-count-timmer {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-count-timmer {
    margin-bottom: 60px;
    margin-top: -30px;
  }
  .home-count-timmer .time-counter-wrap .time-counter .counter-time span {
    font-size: 34px;
  }
}
@media screen and (max-width: 479px) {
  .home-count-timmer .time-counter-wrap {
    padding: 30px 0;
  }
  .home-count-timmer .time-counter-wrap .time-counter .counter-time {
    padding: 5px;
  }
  .home-count-timmer .time-counter-wrap .time-counter .counter-time .counter-days {
    font-size: 28px;
  }
  .home-count-timmer .time-counter-wrap .time-counter .counter-time .label-text {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/
.home-about-section {
  position: relative;
  z-index: 2;
}
.home-about-section .overlay {
  z-index: -1;
  background-image: url(assets/img/builderon-img19.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.home-about-section .about-us-inner {
  display: grid;
  grid-template-columns: 55% 45%;
}
.home-about-section .about-us-inner .about-left-content {
  position: relative;
  z-index: 2;
  padding-top: 208px;
}
.home-about-section .about-us-inner .about-left-content .pattern-overlay {
  background-image: url(assets/img/builderon-img17.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  max-width: 456px;
  max-height: 307px;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .home-about-section .about-us-inner .about-left-content .pattern-overlay {
    max-width: initial;
  }
}
.home-about-section .about-us-inner .about-left-content .section-head {
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: -50px;
  padding: 50px 48px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.home-about-section .about-us-inner .about-left-content .section-head .about-list {
  margin-top: 30px;
}
.home-about-section .about-us-inner .about-left-content .section-head .about-list ul {
  margin: 0;
  padding: 0;
}
.home-about-section .about-us-inner .about-left-content .section-head .about-list ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 17px;
}
.home-about-section .about-us-inner .about-left-content .section-head .about-list ul li:last-child {
  margin-bottom: 0;
}
.home-about-section .about-us-inner .about-left-content .section-head .about-list ul li i {
  margin-right: 5px;
  color: #CC2027;
}
.home-about-section .about-us-inner .about-right-content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 30px;
}
.home-about-section .about-us-inner .about-right-content .box-orange {
  max-width: 513px;
  max-height: 521px;
  right: 0;
  top: 30px;
  background-color: #CC2027;
  z-index: -1;
}
.home-about-section .about-us-inner .about-right-content .about-right-img {
  right: 50px;
  position: relative;
  background-image: url(assets/img/builderon-img18.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 630px;
  max-width: 513px;
  width: 100%;
  padding-bottom: 100%;
}
.home-about-section .about-us-inner .about-right-content .about-right-img .video-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 25px), -50%);
}
@media screen and (max-width: 767px) {
  .home-about-section .about-us-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-about-section .about-us-inner .about-left-content .section-head {
    margin-right: auto;
  }
  .home-about-section .about-us-inner .about-right-content .about-right-img {
    right: -50px;
    padding-bottom: 75%;
    width: 100%;
    min-width: calc(100% - 50px);
  }
  .home-about-section .about-us-inner .about-right-content .about-right-img .video-button {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 575px) {
  .home-about-section .about-us-inner .about-left-content .section-head {
    margin-left: auto;
  }
  .home-about-section .about-us-inner .about-right-content {
    padding-top: 0;
  }
  .home-about-section .about-us-inner .about-right-content .box-orange {
    display: none;
  }
  .home-about-section .about-us-inner .about-right-content .about-right-img {
    right: auto;
    min-height: auto;
    max-width: 100%;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 479px) {
  .home-about-section .about-us-inner .about-left-content .section-head {
    padding: 35px 24px;
  }
  .home-about-section .about-us-inner .about-right-content {
    padding-bottom: 0;
  }
}

/*--------------------------------------------------------------
>>> Home section-progress  
----------------------------------------------------------------*/
.home-progress-section {
  margin-top: -135px;
  padding-top: 255px;
  padding-bottom: 320px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(assets/img/builderon-img41.jpg);
}
.home-progress-section .overlay {
  background-color: #000000;
  opacity: 0.75;
  z-index: -2;
}
.home-progress-section .wave-pattern-bottom {
  background-image: url(assets/img/builderon-img21.png);
}
@media screen and (max-width: 767px) {
  .home-progress-section {
    padding: 178px 0 190px;
  }
}
.home-progress-section .counter-up-inner .counter-item-wrap .counter-item {
  display: flex;
  padding: 50px 20px 40px 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(3, 15, 39, 0.65);
  border: 2px solid rgba(253, 93, 20, 0.48);
}
@media screen and (max-width: 991px) {
  .home-progress-section .counter-up-inner .counter-item-wrap .counter-item {
    margin-bottom: 12px;
  }
}
.home-progress-section .counter-up-inner .counter-item-wrap .counter-item .count-img {
  text-align: center;
  margin-bottom: 16px;
}
.home-progress-section .counter-up-inner .counter-item-wrap .counter-item .count-img i {
  color: #CC2027;
  font-size: 60px;
}
.home-progress-section .counter-up-inner .counter-item-wrap .counter-item .counter-no {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .home-progress-section .counter-up-inner .counter-item-wrap .counter-item .counter-no {
    font-size: 18px;
  }
}
.home-progress-section .counter-up-inner .counter-item-wrap .counter-item .Completed {
  text-align: center;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> Home home-event  
----------------------------------------------------------------*/
.home-event-section {
  padding: 106px 0 110px;
  background-image: url(assets/img/eventum-img1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.home-event-section .overlay {
  background-color: #1E3A72;
  opacity: 0.85;
}
.home-event-section .type-of-event-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 50px;
}
.home-event-section .type-of-event-wrap .event-type {
  background-color: #ffffff;
  padding: 50px 40px 46px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}
.home-event-section .type-of-event-wrap .event-type:before {
  content: "";
  background-image: linear-gradient(30deg, #ffffff 69%, #CC2027 100%);
  opacity: 0.1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.home-event-section .type-of-event-wrap .event-type .event-icon-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.home-event-section .type-of-event-wrap .event-type .event-icon-content .event-icon {
  margin-bottom: 0;
}
.home-event-section .type-of-event-wrap .event-type .event-icon-content .event-icon a i {
  font-size: 75px;
  color: #CC2027;
  transition: all 0.4s;
}
.home-event-section .type-of-event-wrap .event-type .event-icon-content .event-icon a i:hover {
  color: #A0151B;
}
.home-event-section .type-of-event-wrap .event-type .event-icon-content .event-num {
  color: rgba(250, 3, 104, 0.1);
  margin-bottom: 0;
}
.home-event-section .type-of-event-wrap .event-type .event-detail .event-title a {
  transition: all 0.4s;
}
.home-event-section .type-of-event-wrap .event-type .event-detail .event-title a:hover {
  color: #A0151B;
}
.home-event-section .type-of-event-wrap .event-type .event-detail p {
  margin-bottom: 0;
}
.home-event-section .type-of-event-wrap .event-type:hover:before {
  background-image: linear-gradient(30deg, #ffffff 50%, #CC2027 100%);
  opacity: 0.3;
}
.home-event-section .type-of-event-wrap .event-type:hover .event-icon-content .event-num {
  color: rgba(250, 3, 104, 0.3);
}
@media screen and (max-width: 991px) {
  .home-event-section .type-of-event-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .home-event-section {
    padding: 60px 0;
  }
  .home-event-section .type-of-event-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
  .home-event-section .type-of-event-wrap .event-type {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .home-event-section .type-of-event-wrap {
    grid-template-columns: auto;
    grid-row-gap: 20px;
  }
  .home-event-section .type-of-event-wrap .event-type {
    padding: 30px 20px 26px;
  }
  .home-event-section .type-of-event-wrap .event-type .event-icon-content {
    margin-bottom: 20px;
  }
  .home-event-section .type-of-event-wrap .event-detail .event-title {
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
>>> Home home-comment  
----------------------------------------------------------------*/
.home-comment-section {
  margin-top: -134px;
  position: relative;
  z-index: 1;
}
.home-comment-section .container {
  max-width: 1332px;
  margin-right: auto;
  margin-left: auto;
}
.home-comment-section .comment-content {
  display: flex;
}
.home-comment-section .comment-content .comment-img,
.home-comment-section .comment-content .comment-fig {
  flex-basis: 28%;
}
.home-comment-section .comment-content .comment-detail {
  flex-basis: 44%;
  text-align: center;
  padding-top: 170px;
}
.home-comment-section .comment-content .comment-detail .comment-title {
  font-style: italic;
  margin-bottom: 35px;
  line-height: 1.3;
}
.home-comment-section .comment-content .comment-detail .comment-author {
  color: #CC2027;
  line-height: 1.3;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .home-comment-section .comment-content .comment-detail {
    padding-top: 95px;
  }
  .home-comment-section .comment-content .comment-detail .comment-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .home-comment-section .comment-content .comment-detail .comment-author {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .home-comment-section .comment-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-comment-section .comment-content .comment-img,
  .home-comment-section .comment-content .comment-fig {
    flex-basis: 60%;
  }
  .home-comment-section .comment-content .comment-detail {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 991px) {
  .home-comment-section .comment-content .comment-detail .comment-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .home-comment-section .comment-content .comment-detail .comment-author {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
>>> Home home-client-slider  
----------------------------------------------------------------*/
.home-client-slider-section {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home-client-slider-section {
    margin-bottom: 0;
  }
}
.home-client-slider-section .client-slider {
  padding: 50px 0px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 25px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 575px) {
  .home-client-slider-section .client-slider {
    padding: 30px 0;
  }
}
.home-client-slider-section .client-slider .client-logo-img {
  text-align: center;
}
.home-client-slider-section .client-slider .client-logo-img img {
  margin: auto;
}
@media screen and (max-width: 575px) {
  .home-client-slider-section .client-slider .client-logo-img img {
    width: 110px;
  }
}
@media screen and (max-width: 479px) {
  .home-client-slider-section .client-slider {
    padding: 20px 0px;
  }
}

/*--------------------------------------------------------------
>>> Home home-call  
----------------------------------------------------------------*/
.home-call-section {
  padding: 200px 0 60px;
  position: relative;
  z-index: 1;
  background-image: url(assets/img/builderon-img33.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-call-section .overlay {
  background-color: rgba(0, 0, 0, 0.26);
  z-index: -3;
}
.home-call-section .top-pattern {
  z-index: -1;
  background-image: url(assets/img/builderon-img20.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .home-call-section .top-pattern {
    background-size: cover;
    height: 150px;
  }
}
.home-call-section .bottom-pattern {
  background-image: url(assets/img/builderon-img21.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: cover;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 991px) {
  .home-call-section .bottom-pattern {
    height: 180px;
  }
}
.home-call-section .right-pattern {
  background-image: url(assets/img/builderon-img24.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
}
.home-call-section .call-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.home-call-section .call-inner .call-content {
  background-color: #CC2027;
  padding: 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 150px;
}
.home-call-section .call-inner .call-content .call-icon {
  background-image: url(assets/img/builderon-img22.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-call-section .call-inner .call-content .section-head-white {
  margin-bottom: 0;
}
.home-call-section .call-inner .call-content .section-head-white .secondary-color {
  color: #1E3A72;
}
@media screen and (max-width: 479px) {
  .home-call-section .call-inner .call-content .section-head-white .secondary-color {
    font-size: 20px;
  }
}
.home-call-section .call-inner .call-content .section-head-white .section-divider {
  display: inline-block;
  margin-bottom: 18px;
  border-top: 3px solid #1E3A72;
  width: 50%;
}
.home-call-section .call-inner .call-content .contact-info-list ul {
  padding: 0;
  margin: 0;
}
.home-call-section .call-inner .call-content .contact-info-list ul li {
  list-style-type: none;
  margin-bottom: 23px;
}
.home-call-section .call-inner .call-content .contact-info-list ul li:last-child {
  margin-bottom: 0;
}
.home-call-section .call-inner .call-content .contact-info-list ul li a h3 {
  color: #ffffff;
  margin-bottom: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 479px) {
  .home-call-section .call-inner .call-content .contact-info-list ul li a h3 {
    font-size: 19px;
  }
}
.home-call-section .call-inner .call-content .contact-info-list ul li a:hover h3 {
  color: #A0151B;
}
.home-call-section .call-inner .call-img {
  background-image: url(assets/img/builderon-img23.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .home-call-section {
    padding: 160px 0 100px;
  }
  .home-call-section .call-inner .call-content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .home-call-section .call-inner {
    grid-template-columns: 100%;
  }
  .home-call-section .call-inner .call-content {
    margin-bottom: 20px;
    padding: 40px 20px;
  }
  .home-call-section .call-inner .call-img {
    padding-bottom: 100%;
    background-position: center;
  }
}

/*--------------------------------------------------------------
>>> Home home-gallery  
----------------------------------------------------------------*/
.home-gallery-section {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-gallery-section {
    padding-bottom: 50px;
  }
}
.home-gallery-section .trangle-top {
  background-image: url(assets/img/builderon-img25.png);
  background-position: top left;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.home-gallery-section .trangle-bottom {
  background-image: url(assets/img/builderon-img26.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.home-gallery-section .gallery-nav {
  text-align: center;
  padding: 6px 0;
  margin-bottom: 30px;
}
.home-gallery-section .gallery-nav ul {
  margin: 0;
  padding: 0;
}
.home-gallery-section .gallery-nav ul li {
  display: inline-block;
  color: #1E3A72;
  cursor: pointer;
  list-style-type: none;
  margin: 0 5px;
  padding: 7px 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  transition: all 0.4s;
}
.home-gallery-section .gallery-nav ul li:first-child {
  margin-left: 0;
}
.home-gallery-section .gallery-nav ul li:last-child {
  margin-right: 0;
}
.home-gallery-section .gallery-nav ul li.is-checked {
  color: #ffffff;
  background-color: #A0151B;
}
.home-gallery-section .gallery-nav ul li:hover {
  color: #ffffff;
  background-color: #A0151B;
}
@media screen and (max-width: 575px) {
  .home-gallery-section .gallery-nav ul li {
    margin: 0 2px;
  }
  .home-gallery-section .gallery-nav ul li a {
    font-size: 13px;
  }
}
.home-gallery-section .gallery-container .gallery-grid {
  margin: 0 -10px;
}
.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 {
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-out;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .home-gallery-section .gallery-container .single-gallery .gallery-img a img {
    width: 100%;
  }
}
.home-gallery-section .gallery-container .single-gallery .gallery-img .img-box:before {
  background-color: rgba(3, 15, 39, 0.6);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.home-gallery-section .gallery-container .single-gallery .gallery-img:hover .img-box:before {
  opacity: 1;
}
.home-gallery-section .gallery-container .single-gallery .gallery-img:hover .facility-gallery-wrapper {
  opacity: 1;
}
.home-gallery-section .gallery-container .single-gallery .gallery-img .facility-gallery-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  z-index: 1;
}
.home-gallery-section .gallery-container .single-gallery .gallery-img .facility-gallery-wrapper a:before {
  content: none;
}
.home-gallery-section .gallery-container .single-gallery .gallery-img .facility-gallery-wrapper .facility-content {
  margin-top: 0px;
}
.home-gallery-section .gallery-container .single-gallery .gallery-img .facility-gallery-wrapper .facility-content a:before {
  content: none;
}
.home-gallery-section .gallery-container .single-gallery .gallery-img .facility-gallery-wrapper .facility-title {
  color: #ffffff;
  text-align: center;
}
.home-gallery-section .gallery-container .single-gallery .gallery-img .facility-gallery-wrapper .facility-title a:before {
  content: none;
}
.home-gallery-section .gallery-container .single-gallery .gallery-img .facility-gallery-wrapper .facility-info {
  color: #ffffff;
  text-align: center;
}

/*--------------------------------------------------------------
>>> Home home-testimonial
----------------------------------------------------------------*/
.home-testimonial-section .home-testimonial-inner {
  position: relative;
  z-index: 2;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left {
  background-color: #CC2027;
  position: relative;
  z-index: 1;
  padding: 50px 100px 40px 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .home-testimonial-section .home-testimonial-inner .home-testimonial-left {
    padding: 50px 50px 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  .home-testimonial-section .home-testimonial-inner .home-testimonial-left {
    padding: 50px;
  }
}
@media screen and (max-width: 479px) {
  .home-testimonial-section .home-testimonial-inner .home-testimonial-left {
    padding: 25px;
  }
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .overlay {
  background-image: url(assets/img/builderon-img02.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
}
@media screen and (max-width: 991px) {
  .home-testimonial-section .home-testimonial-inner .home-testimonial-left .overlay {
    background-size: cover;
  }
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .section-head {
  margin-bottom: 0;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .home-testimonial-content .author-img {
  height: 150px;
  width: 150px;
  overflow: hidden;
  margin-bottom: 25px;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail {
  font-style: italic;
  color: #ffffff;
  padding-left: 5px;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail p {
  margin-bottom: 25px;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail .author-info .author-name {
  margin-bottom: 0;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail .author-info .author-name,
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail .author-info .author-desc {
  color: #ffffff;
  line-height: 1.3;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .slick-dotted {
  margin-bottom: 40px;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-right .home-testimonial-img {
  margin-top: 50px;
  margin-left: -45px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-testimonial-section .home-testimonial-inner .home-testimonial-left {
    margin-bottom: 30px;
  }
  .home-testimonial-section .home-testimonial-inner .home-testimonial-right .home-testimonial-img {
    margin-left: 0;
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
>>> Home home-service
----------------------------------------------------------------*/
.home-service-section {
  position: relative;
  z-index: 1;
  background-color: #CC2027;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(assets/img/builderon-img4.png);
  padding-bottom: 230px;
}
.home-service-section .wave-pattern-bottom {
  background-image: url(assets/img/builderon-img9.png);
  height: 132px;
}
.home-service-section .service-type-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding-left: 26px;
}
@media screen and (max-width: 991px) {
  .home-service-section .service-type-group {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .home-service-section .service-type-group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-service-section .service-type-group .service-type {
  background-color: #1E3A72;
  padding: 37px 32px;
  display: flex;
  align-items: center;
}
.home-service-section .service-type-group .service-type .service-type-img {
  margin-right: 14px;
  text-align: center;
  width: 96px;
  overflow: hidden;
}
.home-service-section .service-type-group .service-type .service-detail a .service-title {
  color: #ffffff;
  margin-bottom: 5px;
  transition: all 0.4s;
}
.home-service-section .service-type-group .service-type .service-detail a:hover .service-title {
  color: #A0151B;
}
.home-service-section .service-type-group .service-type .service-detail .service-info {
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home-service-section .service-type-group {
    grid-gap: 10px;
  }
  .home-service-section .service-type-group .service-type {
    padding: 20px 10px;
  }
}

/*--------------------------------------------------------------
>>> Home home-blog
----------------------------------------------------------------*/
.home-blog-section {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.home-blog-section .pattern-overlay {
  background-image: url(assets/img/builderon-img055.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.05;
}
.home-blog-section .section-head {
  margin-bottom: 0;
}

.home-blog-btn {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .home-blog-btn {
    margin-top: 10px;
    text-align: center;
  }
}

.inner-blog-wrapper {
  margin-top: 50px;
  display: grid;
  grid-row-gap: 35px;
  grid-column-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .inner-blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .inner-blog-wrapper .item-3 {
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 767px) {
  .inner-blog-wrapper {
    grid-column-gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .inner-blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .inner-blog-wrapper .item-3 {
    grid-column: 1/span 1;
  }
}
.inner-blog-wrapper .post {
  border: 1px solid rgba(253, 93, 20, 0.52);
  background-color: #ffffff;
  overflow: hidden;
  transition: all 0.4s;
}
.inner-blog-wrapper .post:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.inner-blog-wrapper .post:hover .feature-image:before {
  content: none;
}
.inner-blog-wrapper .post .feature-image {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.inner-blog-wrapper .post .feature-image:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(75%, transparent));
  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;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .inner-blog-wrapper .post .feature-image img {
    width: 100%;
  }
}
.inner-blog-wrapper .post .entry-content {
  padding: 26px 28px 22px;
}
.inner-blog-wrapper .post .entry-content h5 {
  margin-bottom: 12px;
  line-height: 1.3;
}
.inner-blog-wrapper .post .entry-content .blog-link a {
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  color: #CC2027;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .inner-blog-wrapper .post .entry-content .blog-link a {
    font-size: 13px;
  }
}
.inner-blog-wrapper .post .entry-content .blog-link a:hover {
  color: #A0151B;
}

/*--------------------------------------------------------------
>>> Home home-contact
----------------------------------------------------------------*/
.home-contact-img-section {
  position: relative;
  z-index: 1;
  background-image: url(assets/img/builderon-img43.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}
@media screen and (max-width: 767px) {
  .home-contact-img-section {
    min-height: 415px;
  }
}
.home-contact-img-section .overlay {
  background-color: #000000;
  opacity: 0.6;
}
.home-contact-img-section .pattern-overlay {
  background-image: url(assets/img/builderon-img20.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 100% 200px;
}

.home-contact-section {
  position: relative;
  z-index: 2;
  margin-top: -148px;
}
@media screen and (max-width: 767px) {
  .home-contact-section {
    margin-top: -110px;
  }
}
.home-contact-section .home-contact-inner {
  padding-right: 26px;
}
@media screen and (max-width: 991px) {
  .home-contact-section .home-contact-inner {
    padding-right: 0;
  }
}
.home-contact-section .home-contact-inner .home-contact-inner-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 35px;
}
.home-contact-section .home-contact-inner .home-contact-inner-box .home-contact-img {
  background-image: url(assets/img/builderon-img44.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-contact-section .home-contact-inner .home-contact-inner-box .home-contact-info-title {
  background-color: #CC2027;
  padding: 40px 30px;
}
@media screen and (max-width: 479px) {
  .home-contact-section .home-contact-inner .home-contact-inner-box .home-contact-info-title {
    padding: 30px 20px;
  }
}
.home-contact-section .home-contact-inner .home-contact-inner-box .home-contact-info-title h5 {
  color: #ffffff;
  margin-bottom: 0;
}
.home-contact-section .home-contact-inner .accordion-content .card .card-header a {
  color: #A0151B;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .home-contact-section .home-contact-inner .accordion-content .card .card-header a {
    font-size: 13px;
  }
}
.home-contact-section .home-contact-inner .accordion-content .card .card-header a:before {
  color: #A0151B;
}
.home-contact-section .home-contact-inner .accordion-content .card .card-header a.collapsed {
  color: #1E3A72;
}
.home-contact-section .home-contact-inner .accordion-content .card .card-header a.collapsed:before {
  color: #1E3A72;
}
.home-contact-section .contact-form {
  padding: 50px 40px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .home-contact-section .contact-form {
    margin-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .home-contact-section .contact-form {
    padding: 35px 25px;
  }
}
.home-contact-section .contact-form h5 {
  background-color: #1E3A72;
  color: #ffffff;
  text-align: center;
  margin-bottom: 35px;
  padding: 17px;
  line-height: 1.3;
}
.home-contact-section .contact-form p input:not([type=submit]) {
  width: 100%;
  background-color: #fafafa;
}
.home-contact-section .contact-form p textarea {
  background-color: #fafafa;
}
.home-contact-section .contact-form input[type=submit] {
  width: 47%;
}
@media screen and (max-width: 991px) {
  .home-contact-section .contact-form input[type=submit] {
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  .home-contact-section .contact-form input[type=submit] {
    width: 100%;
  }
}

/*--------------------------------------------------------------
>>> Home home-subscribe
----------------------------------------------------------------*/
.home-subscribe-section {
  margin-bottom: -100px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .home-subscribe-section {
    margin-top: 60px;
  }
}
.home-subscribe-section .home-inner-subscribe-box {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: center;
  gap: 24px;
  padding: 64px 56px;
  overflow: hidden;
  border-radius: 4px;
  background-image: url(assets/img/apex/career.jpg);
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .home-subscribe-section .home-inner-subscribe-box {
    grid-template-columns: 1fr;
    padding: 44px 28px;
    text-align: center;
  }
}
/* slow Ken-Burns drift on the lifestyle photo behind the red wash */
.home-subscribe-section .home-inner-subscribe-box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: inherit;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.04);
  animation: apexKenBurns 26s ease-in-out infinite alternate;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .home-subscribe-section .home-inner-subscribe-box::after { animation: none; }
}
/* red duotone wash — photo shows through richly instead of a flat red block */
.home-subscribe-section .home-inner-subscribe-box .overlay {
  z-index: 1;
  background:
    linear-gradient(120deg, rgba(160, 24, 30, 0.92) 0%, rgba(204, 32, 39, 0.82) 55%, rgba(204, 32, 39, 0.62) 100%);
  opacity: 1;
}
.home-subscribe-section .home-inner-subscribe-box .section-head-white,
.home-subscribe-section .home-inner-subscribe-box .apex-cta-action {
  position: relative;
  z-index: 2;
}
/* CTA action column — center the (now bigger) button */
.home-subscribe-section .home-inner-subscribe-box .apex-cta-action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-subscribe-section .home-inner-subscribe-box .section-head-white {
  margin-bottom: 0;
  padding: 10px;
}
@media screen and (max-width: 479px) {
  .home-subscribe-section .home-inner-subscribe-box .section-head-white {
    padding: 0;
  }
}
.home-subscribe-section .home-inner-subscribe-box .home-subscribe-form {
  padding: 10px 10px 10px 40px;
}
@media screen and (max-width: 991px) {
  .home-subscribe-section .home-inner-subscribe-box .home-subscribe-form {
    padding: 10px;
  }
}
.home-subscribe-section .home-inner-subscribe-box .home-subscribe-form form .top-form {
  display: flex;
}
.home-subscribe-section .home-inner-subscribe-box .home-subscribe-form form .top-form p {
  background-color: transparent;
  padding: 0 7px;
  width: 50%;
}
.home-subscribe-section .home-inner-subscribe-box .home-subscribe-form form .top-form p:first-child {
  padding-left: 0;
}
.home-subscribe-section .home-inner-subscribe-box .home-subscribe-form form .top-form p:last-child {
  padding-right: 0;
}
.home-subscribe-section .home-inner-subscribe-box .home-subscribe-form form .top-form p input:not([type=submit]) {
  height: 52px;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .home-subscribe-section .home-inner-subscribe-box .home-subscribe-form form .top-form {
    display: block;
  }
  .home-subscribe-section .home-inner-subscribe-box .home-subscribe-form form .top-form p {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.home-subscribe-section .home-inner-subscribe-box .home-subscribe-form form input[type=submit] {
  display: block;
  width: 100%;
  border: 1px solid #ffffff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  transition: all 0.4s;
}
.home-subscribe-section .home-inner-subscribe-box .home-subscribe-form form input[type=submit]:hover {
  background-color: #A0151B;
  border-color: #A0151B;
}
@media screen and (max-width: 767px) {
  .home-subscribe-section .home-inner-subscribe-box {
    grid-template-columns: 100%;
  }
  .home-subscribe-section .home-inner-subscribe-box .home-subscribe-form {
    padding: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .home-subscribe-section .home-inner-subscribe-box {
    padding: 30px 20px;
  }
}

/*--------------------------------------------------------------
>>> Main Footer  
----------------------------------------------------------------*/
.site-footer {
  background-color: #1E3A72;
  position: relative;
  z-index: 1;
}
.site-footer .footer-overlay {
  background-image: url(assets/img/builderon-img31.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  opacity: 0.6;
}
.site-footer .top-footer {
  padding-top: 200px;
  padding-bottom: 75px;
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer {
    padding-top: 160px;
    padding-bottom: 35px;
  }
}
.site-footer .top-footer .textwidget {
  color: #d5d5d5;
}
.site-footer .footer-logo {
  margin-bottom: 20px;
}
.site-footer .footer-social-links {
  margin-top: 40px;
}
.site-footer .footer-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-social-links ul li {
  margin: 0 3px;
  display: inline-block;
}
.site-footer .footer-social-links ul li:first-child {
  margin-left: 0;
}
.site-footer .footer-social-links ul li:last-child {
  margin-right: 0;
}
.site-footer .footer-social-links ul li a {
  border: 1px solid rgba(255, 255, 255, 0.71);
  color: #ffffff;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  display: block;
  font-size: 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;
}
.site-footer .footer-social-links ul li a:hover {
  background-color: #A0151B;
  color: #ffffff;
  border-color: #A0151B;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-social-links {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .top-footer {
    padding-top: 130px;
    padding-bottom: 30px;
  }
  .site-footer .bottom-footer {
    margin-top: 0;
  }
}
.site-footer .bottom-footer {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.site-footer .bottom-footer .legal-list {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .site-footer .bottom-footer .legal-list {
    text-align: center;
    margin-top: 6px;
  }
}
.site-footer .bottom-footer .legal-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
.site-footer .bottom-footer .legal-list ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .site-footer .bottom-footer .legal-list ul li {
    padding: 0 10px;
  }
}
.site-footer .bottom-footer .legal-list ul li:before {
  content: "";
  background-color: white;
  height: 20px;
  width: 1px;
  right: -4px;
  top: -2px;
  color: rgba(248, 248, 248, 0.29);
  line-height: 1;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .site-footer .bottom-footer .legal-list ul li:before {
    height: 15px;
  }
}
.site-footer .bottom-footer .legal-list ul li:first-child {
  padding-left: 0;
}
.site-footer .bottom-footer .legal-list ul li:last-child {
  padding-right: 0;
}
.site-footer .bottom-footer .legal-list ul li:last-child:before {
  content: none;
}
.site-footer .bottom-footer .legal-list ul li a {
  text-align: center;
  color: #d5d5d5;
  margin-bottom: 0;
  line-height: 1;
  transition: all 0.4s;
}
@media screen and (max-width: 479px) {
  .site-footer .bottom-footer .legal-list ul li a {
    font-size: 10px;
  }
}
.site-footer .bottom-footer .legal-list ul li a:hover {
  color: #A0151B;
}
.site-footer .bottom-footer .copy-right {
  color: #d5d5d5;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .site-footer .bottom-footer .copy-right {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .site-footer .bottom-footer .copy-right {
    font-size: 12px;
  }
}

.top-footer .widget {
  padding-right: 28px;
  color: #d5d5d5;
}
.top-footer .widget .widget-title {
  color: #ffffff;
  margin-bottom: 25px;
  margin-top: 15px;
  font-size: 17px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-footer .widget .widget-title {
    font-size: 14px;
  }
}
.top-footer .widget ul li {
  margin-bottom: 20px;
}
.top-footer .widget ul li:last-child {
  margin-bottom: 0;
}
.top-footer .widget ul li a {
  color: #d5d5d5;
  display: inline-block;
}
.top-footer .widget ul li a:hover, .top-footer .widget ul li a:focus, .top-footer .widget ul li a:active {
  color: #A0151B;
}
.top-footer .widget .widget-underline li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.top-footer .widget .widget-underline li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.top-footer .widget .widget-underline li a {
  color: #d5d5d5;
  display: inline-block;
}
.top-footer .widget .widget-underline li a:hover, .top-footer .widget .widget-underline li a:focus, .top-footer .widget .widget-underline li a:active {
  color: #A0151B;
}
.top-footer .widget .gallery .gallery-item {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .top-footer .widget {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .top-footer .widget {
    padding-right: 0;
  }
}
.top-footer .footer-join-us {
  padding: 30px;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-radius: 25px;
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .top-footer .footer-join-us {
    margin: 0;
  }
}
.top-footer .footer-join-us .footer-form input {
  background-color: #ffffff;
  margin-bottom: 10px;
  width: 100%;
}
.top-footer .footer-join-us .footer-form button {
  width: 100%;
}

/*--------------------------------------------------------------
>>> Inner Banner  
----------------------------------------------------------------*/
.inner-baner-container {
  /* photo now lives on an animated ::after layer (Ken Burns) so the inline
     background-image set per page is inherited by that layer via currentSrc.
     We keep the inline bg on the container too as a fallback for no-anim. */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 40%;
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* Ken Burns slow zoom/pan on the photo itself */
.inner-baner-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 40%;
  transform: scale(1.02);
  transform-origin: center center;
  animation: apexKenBurns 24s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes apexKenBurns {
  0%   { transform: scale(1.02) translate(0, 0); }
  100% { transform: scale(1.14) translate(-1.5%, -2%); }
}
@media (prefers-reduced-motion: reduce) {
  .inner-baner-container::after { animation: none; transform: scale(1.02); }
}
@media screen and (max-width: 991px) {
  .inner-baner-container,
  .inner-baner-container::after {
    background-position: bottom center;
  }
}
/* Branded navy gradient wash (replaces flat 55% black scrim) */
.inner-baner-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(15, 27, 56, 0.86) 0%, rgba(15, 27, 56, 0.55) 45%, rgba(30, 58, 114, 0.42) 100%),
    linear-gradient(to bottom, rgba(8, 15, 34, 0.30) 0%, rgba(8, 15, 34, 0.55) 100%);
}
.inner-baner-container .wave-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.inner-baner-container .dozer-img {
  /* Overlay figure (builderon-img001.png) removed from all sub-page headers. */
  display: none !important;
  background-image: none !important;
}
.inner-baner-container .inner-banner-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  padding: 110px 0 250px;
}
.inner-baner-container .inner-title {
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.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: #A0151B;
}
.inner-baner-container .breadcrumb li.active {
  color: #b3b3b3;
}
.inner-baner-container .breadcrumb-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .inner-baner-container {
    min-height: 350px;
  }
  .inner-baner-container .wave-pattern {
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .inner-baner-container .inner-title {
    font-size: 30px;
  }
  .inner-baner-container .inner-banner-content .dozer-img {
    background-size: 50% auto;
  }
  .inner-baner-container .inner-banner-content p {
    font-size: 15px;
  }
}

.policy-page-section {
  padding-bottom: 100px;
}

/*--------------------------------------------------------------
>>> 404 Page  
----------------------------------------------------------------*/
.no-content-section {
  padding: 88px 0 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .no-content-section {
    padding: 50px 0;
  }
}
.no-content-section .city-pattern-overlay {
  opacity: 0.2;
}

.no-content-wrap {
  text-align: center;
}
.no-content-wrap .title-wrap {
  position: relative;
}
.no-content-wrap span {
  color: #e2e2e2;
  font-size: 300px;
  font-family: "Montserrat", 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: #1E3A72;
}
.no-content-wrap p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.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: 650px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f8f8f8;
  border: 1px solid #CC2027;
}
.no-content-wrap .search-form-wrap .search-form input {
  padding: 0 55px 0 20px;
  background-color: #f8f8f8;
  height: 52px;
}
.no-content-wrap .search-form-wrap .search-form button {
  padding: 10px 20px;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #CC2027;
}
@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;
  }
}

/*--------------------------------------------------------------
>>> 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: #CC2027;
}
.comming-soon-section .overlay {
  background-color: #1E3A72;
  opacity: 0.55;
  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: 50px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.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;
}
.comming-soon-section .comming-soon-content h5 {
  text-transform: capitalize;
}
.comming-soon-section .time-counter-wrap {
  margin-bottom: 70px;
}
.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: 172px;
  margin: 0 12px;
  padding: 25px;
  background-color: rgba(253, 93, 20, 0.31);
}
.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: #fff;
  display: block;
  font-weight: 500;
  line-height: 1.7;
}
.comming-soon-section .time-counter .counter-time [class*=counter-] {
  color: #ffffff;
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  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;
  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: #A0151B;
  border-color: #A0151B;
  color: #ffffff;
}
.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: 16px;
  padding: 0 10px;
}
.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: #A0151B;
}
.comming-soon-section .com-contact-info ul li a i {
  color: #CC2027;
  font-size: 14px;
}
@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: 991px) {
  .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 [class*=counter-] {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .comming-soon-section .comming-soon-content h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
>>> About US 
----------------------------------------------------------------*/
.about-page-section {
  position: relative;
  z-index: 1;
}
.about-page-section .trangle-right {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(assets/img/builderon-img25.png);
}
.about-page-section .city-line {
  background-image: url(assets/img/builderon-img19.png);
  background-position: 100% 25%;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.about-page-section .section-head {
  margin-bottom: 0;
  padding-right: 26px;
}
@media screen and (max-width: 991px) {
  .about-page-section .section-head {
    padding-right: 0;
  }
}
.about-page-section .about-info .about-quote {
  font-style: italic;
  margin-bottom: 15px;
}
.about-page-section .about-info .about-author-name {
  color: #CC2027;
  margin-bottom: 20px;
}
.about-page-section .about-info .about-list ul {
  padding: 0;
  margin: 0;
}
.about-page-section .about-info .about-list ul li {
  list-style-type: none;
  margin-bottom: 8px;
}
.about-page-section .about-info .about-list ul li:last-child {
  margin-bottom: 0;
}
.about-page-section .about-info .about-list ul li i {
  margin-right: 5px;
  color: #CC2027;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .about-page-section .about-info {
    margin-top: 30px;
  }
}
.about-page-section .about-img {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about-page-section .about-img .about-right-img {
  margin-left: -50px;
  margin-top: 60px;
  position: relative;
  background-image: url(assets/img/builderon-img18.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 460px;
  overflow: hidden;
}
.about-page-section .about-img .about-right-img .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 35px), -50%);
}
.about-page-section .about-img .about-left-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about-page-section .about-img .about-left-img img {
  border: 10px solid #ffffff;
}
.about-page-section .iconbox-container-bg {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  margin-top: 45px;
}
.about-page-section .iconbox-container-bg .iconbox-item-bg {
  padding: 40px 30px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.about-page-section .iconbox-container-bg .iconbox-item-bg .iconbox-content-bg i {
  width: 100px;
  height: 100px;
  line-height: 99px;
  display: inline-block;
  background-color: #CC2027;
  color: #ffffff;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 50%;
  font-size: 50px;
}
.about-page-section .iconbox-container-bg .iconbox-item-bg .iconbox-content-bg h5 {
  margin-bottom: 10px;
}
.about-page-section .iconbox-container-bg .iconbox-item-bg .iconbox-content-bg p {
  margin-bottom: 0;
}
.about-page-section .about-working-process {
  margin-top: 70px;
}
.about-page-section .about-working-process .process-steps-inner {
  margin-top: 50px;
}
.about-page-section .about-working-process .process-steps-inner .row {
  row-gap: 30px;
}
.about-page-section .about-working-process .process-steps-inner .row .item .phase .phase-img {
  text-align: center;
}
.about-page-section .about-working-process .process-steps-inner .row .item .phase .phase-info {
  margin-top: -80px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px 25px 26px;
  border-bottom: 3px solid #CC2027;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .about-page-section .about-working-process .process-steps-inner .row .item .phase .phase-info {
    margin-left: 17px;
    margin-right: 17px;
  }
}
@media screen and (max-width: 575px) {
  .about-page-section .about-working-process .process-steps-inner .row .item .phase .phase-info {
    border: none;
  }
}
.about-page-section .about-working-process .process-steps-inner .row .item .phase .phase-info .phase-desc {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .about-page-section .about-working-process .process-steps-inner .row .item .phase {
    margin-bottom: 30px;
    border: 3px solid #CC2027;
  }
  .about-page-section .about-working-process .process-steps-inner .row .item .phase:last-child {
    margin-bottom: 0;
  }
  .about-page-section .about-working-process .process-steps-inner .row .item .phase .phase-img img {
    width: 100%;
  }
}
.about-page-section .about-working-process .process-steps-inner .row .item:nth-child(even) .phase .phase-img {
  margin-top: -80px;
}
.about-page-section .about-working-process .process-steps-inner .row .item:nth-child(even) .phase .phase-info {
  margin-top: 0;
  border-bottom: none;
  border-top: 3px solid #CC2027;
  padding: 26px 25px 30px;
}
@media screen and (max-width: 575px) {
  .about-page-section .about-working-process .process-steps-inner .row .item:nth-child(even) .phase .phase-info {
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .about-page-section .iconbox-container-bg {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
  .about-page-section .iconbox-container-bg .item-3 {
    grid-column: 1/span 2;
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .about-page-section {
    margin-bottom: 60px;
  }
  .about-page-section .about-img {
    grid-template-columns: auto;
    margin-top: 50px;
  }
  .about-page-section .about-img .about-left-img img {
    border: 5px solid #ffffff;
  }
  .about-page-section .about-img .about-right-img {
    margin: 20px 0 0;
    border: 5px solid #ffffff;
  }
  .about-page-section .about-img .about-right-img .video-button {
    transform: translate(calc(-50% - 0px), -50%);
  }
  .about-page-section .about-working-process {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .about-page-section .about-img .about-left-img {
    min-height: 250px;
  }
  .about-page-section .iconbox-container-bg {
    grid-template-columns: auto;
    justify-content: center;
    margin-top: 30px;
  }
  .about-page-section .iconbox-container-bg .item-3 {
    grid-column: 1;
    max-width: 100%;
  }
  .about-page-section .iconbox-container-bg .iconbox-item-bg .iconbox-content-bg i {
    height: 80px;
    width: 80px;
    line-height: 78px;
    font-size: 40px;
  }
}

/*--------------------------------------------------------------
>>> team-page 
----------------------------------------------------------------*/
.team-page-section .team-section-inner .team-detail-page {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .team-page-section .team-section-inner .team-detail-page {
    padding-bottom: 30px;
  }
}
.team-page-section .team-section-inner .team-detail-page .map-pattern-overlay {
  background-position: center center;
  background-size: cover;
  opacity: 0.05;
}
.team-page-section .team-section-inner .team-detail-page .container .row .member-item:first-child .team-item {
  margin-left: 0;
}
.team-page-section .team-section-inner .team-detail-page .container .row .member-item:last-child .team-item {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .team-page-section .team-section-inner .team-detail-page .container .row .member-item {
    margin-bottom: 30px;
  }
  .team-page-section .team-section-inner .team-detail-page .container .row .member-item:last-child {
    margin-bottom: 0;
  }
}
.team-page-section .team-section-inner .team-detail-page .team-item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 18px;
  margin: 0 20px;
}
.team-page-section .team-section-inner .team-detail-page .team-item .orange-box-overlay {
  background-image: url(assets/img/builderon-img76.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 72% auto;
  opacity: 0.05;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-left-content {
  width: 50%;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-left-content .team-img {
  margin-bottom: 25px;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-left-content .socail-link .social-info {
  margin-bottom: 7px;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-left-content .socail-link .social-icon ul {
  padding: 0;
  margin: 0;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-left-content .socail-link .social-icon ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 3px;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-left-content .socail-link .social-icon ul li:first-child {
  margin-left: 0;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-left-content .socail-link .social-icon ul li:last-child {
  margin-right: 0;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-left-content .socail-link .social-icon ul li a i {
  height: 32px;
  width: 32px;
  line-height: 31px;
  font-size: 13px;
  border: 1px solid #CC2027;
  color: #CC2027;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-left-content .socail-link .social-icon ul li a:hover i {
  border-color: #A0151B;
  background-color: #A0151B;
  color: #ffffff;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-content {
  width: 50%;
  padding-left: 30px;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-content .author-desc {
  margin-bottom: 23px;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-content a .author-name {
  color: #CC2027;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-content a .author-name:hover {
  color: #A0151B;
}
.team-page-section .team-section-inner .team-detail-page .team-item .team-content .author-info {
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .team-page-section .team-section-inner .team-detail-page .team-item {
    padding: 15px 10px;
    margin-right: 0;
    margin-left: 0;
  }
  .team-page-section .team-section-inner .team-detail-page .team-item .team-left-content .socail-link .social-icon ul li {
    margin: 0;
  }
  .team-page-section .team-section-inner .team-detail-page .team-item .team-left-content .socail-link .social-icon ul li a i {
    height: 24px;
    width: 24px;
    line-height: 23px;
    font-size: 12px;
  }
  .team-page-section .team-section-inner .team-detail-page .team-item .team-content {
    padding-left: 15px;
  }
}
.team-page-section .home-client-slider-section {
  margin-bottom: 0px;
}
.team-page-section .home-client-slider-section .client-slider {
  box-shadow: none;
}

/*--------------------------------------------------------------
>>> team-detail-page
----------------------------------------------------------------*/
.team-detail-section .team-detail-info {
  position: relative;
  z-index: 1;
}
.team-detail-section .team-detail-info .city-pattern-overlay {
  background-size: 50% auto;
  opacity: 0.3;
}
.team-detail-section .author-img-wrapper .team-fig {
  overflow: hidden;
}
.team-detail-section .author-img-wrapper .team-fig img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.team-detail-section .author-img-wrapper .auther-quote {
  text-align: left;
  margin-right: 25px;
  background-color: #CC2027;
  padding: 30px;
  margin-top: -140px;
  position: relative;
  z-index: 1;
}
.team-detail-section .author-img-wrapper .auther-quote blockquote {
  text-align: left;
  padding: 0;
  margin-bottom: 0;
  margin-top: 50px;
}
.team-detail-section .author-img-wrapper .auther-quote blockquote:before {
  content: "\f10d";
  font-size: 40px;
  color: rgba(255, 255, 255, 0.6392156863);
  font-weight: 900;
  line-height: 1;
  height: 0.6em;
  display: block;
  background-color: transparent;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -60px;
  left: 22px;
}
.team-detail-section .author-img-wrapper .auther-quote blockquote:after {
  display: none;
}
.team-detail-section .author-img-wrapper .auther-quote blockquote p {
  color: #f8f8f8;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}
.team-detail-section .author-bio-date {
  padding-left: 36px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .team-detail-section .author-bio-date {
    padding: 0;
    margin-top: 40px;
  }
}
.team-detail-section .author-bio-date .author-name {
  color: #CC2027;
  margin-bottom: 23px;
}
.team-detail-section .author-bio-date .social-site-link {
  margin-bottom: 20px;
}
.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 3px;
  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: #A0151B;
  background-color: #A0151B;
}
.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: 8px;
  border: 1px solid #CC2027;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  transition: all 0.3s;
}
.team-detail-section .author-bio-date .social-site-link ul li a i {
  font-size: 15px;
  color: #CC2027;
  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 .author-disc p {
  color: #333333;
}
.team-detail-section .author-bio-date .qualification .qualification-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #111111;
  text-transform: capitalize;
}
.team-detail-section .author-bio-date .qualification .experience-detail {
  margin-bottom: 20px;
}
.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: #111111;
  margin-bottom: 6px;
  color: #CC2027;
}
.team-detail-section .author-bio-date .qualification .experience-detail span {
  color: #333333;
}
.team-detail-section .experience-info {
  margin-top: 50px;
}
.team-detail-section .experience-info .experience-heading {
  color: #111111;
  margin-bottom: 18px;
}
.team-detail-section .experience-info p {
  margin-bottom: 15px;
  color: #333333;
}
.team-detail-section .experience-wrappered {
  display: flex;
  padding-top: 20px;
  align-items: center;
}
.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: #333333;
  padding-bottom: 6px;
  margin-top: 6px;
  font-family: "Montserrat", sans-serif;
  vertical-align: middle;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}
.team-detail-section .experience-wrappered .experience-list ul li i {
  color: #CC2027;
  font-size: 14px;
  padding-right: 12px;
}
.team-detail-section .experience-wrappered .skill-container {
  padding: 28px 35px 28px;
  background-color: #fafafa;
}
.team-detail-section .experience-wrappered .skill-container .skill-wrapper {
  margin-bottom: 25px;
}
.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: #333333;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .team-detail-section .experience-wrappered .skill-container .skill-wrapper .skill-titile {
    font-size: 13px;
  }
}
.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;
  display: inline-block;
  font-size: 11px;
  background-color: transparent;
  top: 0;
  transform: translatey(15%);
}
.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;
  overflow: hidden;
  background-color: #d9d9d9;
  border-radius: 0;
}
.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-bar-wrap .ab-progress-bar {
  background-color: #CC2027;
  height: 16px;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .team-detail-section .experience-wrappered .skill-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .team-detail-section .experience-wrappered .skill-container {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
>>> career-page
----------------------------------------------------------------*/
.carrer-page-section {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .carrer-page-section {
    padding-bottom: 60px;
  }
}
.carrer-page-section .city-pattern-overlay {
  opacity: 0.3;
}
.carrer-page-section .trangle-left {
  opacity: 1;
}

.vacancy-container .vacancy-form {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #CC2027;
  padding: 30px 20px;
  text-align: center;
}
.vacancy-container .vacancy-form .form-title {
  background-color: #1E3A72;
  color: white;
  padding: 17px;
  text-transform: uppercase;
}
.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: 15px;
  color: #333333;
  background-color: #fafafa;
}
.vacancy-container .vacancy-form input:not([type=submit]) {
  width: 100%;
  border: none;
  padding: 15px;
  color: #333333;
  background-color: #fafafa;
  color: #414141;
}
.vacancy-container .vacancy-form input[type=submit] {
  border: 1px solid #ffffff;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 992px) {
  .vacancy-container .vacancy-form {
    margin-left: 20px;
  }
}

.vacancy-content {
  margin-bottom: 30px;
  padding: 39px;
  border: 1px solid rgba(253, 93, 20, 0.32);
  background-color: #ffffff;
}
.vacancy-content .vacancy-time {
  color: #CC2027;
  font-size: 15px;
}
.vacancy-content p {
  margin-bottom: 35px;
}

.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 {
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);
  border: none;
}

.about-service-wrap .section-head50 {
  padding-right: 26px;
}
.about-service-wrap .section-head50 .section-title {
  margin-bottom: 0;
}
.about-service-wrap .section-paragraph {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .about-service-wrap .section-head50 {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .about-service-wrap .section-paragraph {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .carrer-page-section .section-disc {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .carrer-page-section .section-disc {
    margin-left: 0;
    margin-right: 0;
  }
}
.carrer-page-section .iconbox-container {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .carrer-page-section .iconbox-container {
    padding-top: 10px;
    margin-top: 30px;
  }
}

.iconbox-item-3 {
  padding: 0 15px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .iconbox-item-3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .iconbox-item-3 {
    padding: 0;
  }
}
.iconbox-item-3:nth-child(even) .iconbox-icon {
  background-color: #CC2027;
}
@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 {
  border: 1px solid #CC2027;
  padding: 25px;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .iconbox-border {
    padding: 20px 15px;
  }
}
.iconbox-border .iconbox-icon {
  background-color: #CC2027;
  color: #ffffff;
  font-size: 32px;
  width: 76px;
  height: 76px;
  line-height: 74px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .iconbox-border .iconbox-icon {
    font-size: 25px;
    width: 56px;
    height: 56px;
    line-height: 54px;
  }
}
.iconbox-border .iconbox-content {
  width: -moz-calc(100% - 78px);
  width: -webkit-calc(100% - 78px);
  width: calc(100% - 78px);
  padding-left: 20px;
}
@media screen and (max-width: 479px) {
  .iconbox-border .iconbox-content {
    width: calc(100% - 56px);
    padding-left: 12px;
  }
}
.iconbox-border .iconbox-content .inbox-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.iconbox-border .iconbox-content p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
>>> career-detail-page
----------------------------------------------------------------*/
.career-detail-section {
  position: relative;
  z-index: 1;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .career-detail-section {
    padding-bottom: 110px;
  }
}
.career-detail-section .job-description {
  background-color: #CC2027;
  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: 24px 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 #ffffff;
}
.career-detail-section .job-description li span {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  color: #ffffff;
  text-transform: uppercase;
}
.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: uppercase;
}
.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.28);
    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: rgba(253, 93, 20, 0.18);
}
.career-detail-section .tab-container .nav-item a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
}
.career-detail-section .tab-container .nav-item:hover a {
  color: #A0151B;
  border-color: rgba(253, 93, 20, 0.18);
}
.career-detail-section .tab-container .active {
  border-color: rgba(253, 93, 20, 0.18) rgba(253, 93, 20, 0.18) #fff;
}
.career-detail-section .tab-container .active a {
  color: #A0151B;
}
.career-detail-section .tab-container .tab-content {
  background-color: #ffffff;
  padding: 20px;
  border-color: rgba(253, 93, 20, 0.18);
}
@media screen and (max-width: 767px) {
  .career-detail-section .tab-container .tab-content {
    border-width: 1px;
  }
}
@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 20px;
  }
}
.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 li {
  color: #333333;
}
.career-detail-section .sidebar {
  padding: 0;
}
.career-detail-section .sidebar .widget-bg {
  border-bottom: 3px solid #CC2027;
}
.career-detail-section .sidebar .widget-bg:last-child {
  margin-bottom: 0;
}
.career-detail-section .sidebar .widget-bg .bg-title {
  background-color: #1E3A72;
  text-transform: uppercase;
}
.career-detail-section .sidebar .widget-bg ul li {
  color: #333333;
  display: flex;
  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: #CC2027;
  line-height: 1.5;
}
.career-detail-section .sidebar .widget-bg ul li .list-txt {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #333333;
}
.career-detail-section .sidebar .widget-bg .accordion-content .card .card-header a {
  padding: 18px;
  padding-right: 35px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.career-detail-section .sidebar .widget-bg .accordion-content .collapse .card-body {
  color: #333333;
}
.career-detail-section .sidebar .widget-bg .widget-icon {
  background-color: #CC2027;
  margin-bottom: 25px;
}
.career-detail-section .sidebar .widget-bg p a {
  color: #CC2027;
  transition: all 0.4s;
}
.career-detail-section .sidebar .widget-bg p a:hover {
  color: #A0151B;
}
.career-detail-section .sidebar .widget-bg .or-style {
  color: #1E3A72;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-left: 35px;
  padding-right: 35px;
}
.career-detail-section .sidebar .widget-bg .or-style:before, .career-detail-section .sidebar .widget-bg .or-style:after {
  width: 25px;
  background-color: #1E3A72;
}
.career-detail-section .sidebar .upload-widget {
  position: relative;
  z-index: 1;
}
.career-detail-section .sidebar .upload-widget .city-pattern-overlay {
  opacity: 0.3;
  background-size: contain;
}

.involve-section {
  padding: 100px 0 220px;
  margin-bottom: -122px;
  background-image: url(assets/img/builderon-img52.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .involve-section {
    padding: 60px 0 180px;
  }
}
.involve-section .involve-info .section-head {
  color: #ffffff;
}
.involve-section .involve-info .section-title {
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> inquary-page
----------------------------------------------------------------*/
.inquary-page-section .inquary-form {
  margin-right: 26px;
}
@media screen and (max-width: 991px) {
  .inquary-page-section .inquary-form {
    margin-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .inquary-page-section .right-sidebar {
    margin-top: 30px;
  }
}
.inquary-page-section .right-sidebar .contact-details-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.inquary-page-section .right-sidebar .contact-details-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 25px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
}
.inquary-page-section .right-sidebar .contact-details-list ul li .icon {
  margin-right: 30px;
  text-align: center;
  display: inline-block;
}
.inquary-page-section .right-sidebar .contact-details-list ul li .icon i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border: 1px solid #CC2027;
  color: #CC2027;
  font-size: 32px;
  display: inline-block;
  position: relative;
  margin-right: 0;
}
@media screen and (max-width: 575px) {
  .inquary-page-section .right-sidebar .contact-details-list ul li .icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
}
.inquary-page-section .right-sidebar .contact-details-list ul li .details-content h5 {
  margin-bottom: 10px;
}
.inquary-page-section .right-sidebar .contact-details-list ul li .details-content span {
  display: inline-block;
}
.inquary-page-section .right-sidebar .contact-details-list ul li .details-content span a {
  color: #333333;
  transition: 0.4s all;
}
.inquary-page-section .right-sidebar .contact-details-list ul li .details-content span a:hover {
  color: #A0151B;
}
@media screen and (max-width: 479px) {
  .inquary-page-section .right-sidebar .contact-details-list ul li {
    padding: 20px;
  }
  .inquary-page-section .right-sidebar .contact-details-list ul li .icon {
    margin-right: 10px;
  }
}
.inquary-page-section .right-sidebar .map-section {
  position: relative;
  padding-bottom: 80%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inquary-page-section .right-sidebar .map-section {
    grid-column: 1/span2;
    padding-bottom: 50%;
    margin-right: 15px;
  }
}
@media screen and (max-width: 479px) {
  .inquary-page-section .right-sidebar .map-section {
    grid-column: 1;
    margin-right: 0;
    padding-bottom: 100%;
  }
}
.inquary-page-section .right-sidebar .map-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
>>> pricing-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;
}
@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 #CC2027;
  border-bottom: 4px solid #CC2027;
  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;
}
.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: #CC2027;
}
.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: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  color: #1E3A72;
  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: #CC2027;
  color: #CC2027;
  transition: 0.4s all;
}
.planing-page-section .pricing-table-inner .pricing-item .pricing-detail .ticket-btn a:hover {
  background-color: #A0151B;
  color: #ffffff;
  border-color: #A0151B;
}
@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;
  }
}

/*--------------------------------------------------------------
>>> project-detail-page
----------------------------------------------------------------*/
.project-detail-section {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .project-detail-section {
    padding-bottom: 50px;
  }
}
.project-detail-section .city-pattern-overlay {
  opacity: 0.3;
}
.project-detail-section .right-sidebar {
  padding-right: 26px;
}
@media screen and (max-width: 1199px) {
  .project-detail-section .right-sidebar {
    padding-right: 0;
  }
}
.project-detail-section .project-title {
  margin-bottom: 20px;
}
.project-detail-section .project-img img {
  width: 100%;
}
.project-detail-section .project-inner-detail h2 {
  margin-bottom: 20px;
}
.project-detail-section .project-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;
}
.project-detail-section .project-inner-detail .project-summary ul li {
  list-style: none;
  width: 50%;
  margin-bottom: 6px;
  color: #333333;
}
.project-detail-section .project-inner-detail .project-summary ul li i {
  color: #CC2027;
  margin-right: 5px;
}
@media screen and (max-width: 575px) {
  .project-detail-section .project-inner-detail .project-summary ul li {
    width: 100%;
  }
}
.project-detail-section .project-inner-detail .quote-wrapper {
  background-color: #f8f8f8;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 73px 32px 35px 32px;
}
@media screen and (max-width: 575px) {
  .project-detail-section .project-inner-detail .quote-wrapper {
    padding: 73px 20px 20px;
  }
}
.project-detail-section .project-inner-detail .quote-wrapper blockquote {
  margin: 0;
  padding: 30px 0;
}
.project-detail-section .project-inner-detail .quote-wrapper blockquote:before {
  content: "“";
  font-size: 140px;
  color: rgba(135, 135, 135, 0.39);
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0.6em;
  background-color: transparent;
  top: -50%;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .project-detail-section .project-inner-detail .quote-wrapper blockquote:before {
    top: -35%;
  }
}
.project-detail-section .project-inner-detail .quote-wrapper blockquote:after {
  display: none;
}
.project-detail-section .gallery-slider {
  margin-top: 0px;
}
.project-detail-section .gallery-slider .gallery-item .gallery-img img {
  margin: auto;
}
.project-detail-section .gallery-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-detail-section .gallery-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}
.project-detail-section .gallery-slider .slick-dots li button {
  background-color: rgba(253, 93, 20, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.project-detail-section .gallery-slider .slick-dots li button:before {
  display: none;
}
.project-detail-section .gallery-slider .slick-dots li button:hover {
  background-color: #1E3A72;
}
.project-detail-section .gallery-slider .slick-dots li.slick-active button {
  background-color: #CC2027;
}
.project-detail-section .project-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .project-detail-section {
    padding-bottom: 70px;
  }
}
.project-detail-section .left-sidebar {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .project-detail-section .left-sidebar {
    margin-top: 30px;
  }
}
.project-detail-section .left-sidebar .widget-bg {
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
.project-detail-section .left-sidebar .video-widget {
  overflow: hidden;
  margin: 0 30px;
}
.project-detail-section .left-sidebar .video-widget iframe {
  width: 100%;
  height: 150px;
  display: block;
}
.project-detail-section .left-sidebar .widget-service {
  padding: 80px 30px 25px 30px;
  margin-top: -40px;
  margin-bottom: 50px;
  background-color: white;
}
.project-detail-section .left-sidebar .widget-service ul {
  margin: 0;
  padding: 0;
}
.project-detail-section .left-sidebar .widget-service ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3607843137);
}
.project-detail-section .left-sidebar .widget-service ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.project-detail-section .left-sidebar .widget-service ul li .service-icon {
  margin-right: 15px;
}
.project-detail-section .left-sidebar .widget-service ul li .service-icon i {
  font-size: 32px;
  color: #ffffff;
  background-color: #CC2027;
  padding: 22px;
  text-align: center;
}
.project-detail-section .left-sidebar .widget-service ul li .service-content h5 {
  color: #111111;
  margin-bottom: 10px;
  margin-top: 8px;
}
.project-detail-section .left-sidebar .widget-service ul li .service-content p {
  color: #333333;
  margin-bottom: 0;
}
.project-detail-section .left-sidebar .sidebar-download {
  margin-bottom: 50px;
  background-color: white;
}
.project-detail-section .left-sidebar .sidebar-download .bg-title {
  margin-bottom: 25px;
  padding: 17px;
  background-color: #1E3A72;
  color: #ffffff;
  font-size: 18px;
}
.project-detail-section .left-sidebar .sidebar-download p {
  margin-bottom: 32px;
}
.project-detail-section .left-sidebar .sidebar-download a {
  display: inline-block;
  padding: 15px 30px;
  background-color: #CC2027;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.4s;
}
.project-detail-section .left-sidebar .sidebar-download a:nth-child(even) {
  border: 1px solid;
  border-color: #1E3A72;
  color: #1E3A72;
  background-color: #ffffff;
}
.project-detail-section .left-sidebar .sidebar-download a:nth-child(even) i {
  color: #1E3A72;
}
.project-detail-section .left-sidebar .sidebar-download a:hover {
  background-color: #A0151B;
  color: #ffffff;
  border-color: #A0151B;
}
.project-detail-section .left-sidebar .sidebar-download a:hover i {
  color: #ffffff;
}
.project-detail-section .left-sidebar .sidebar-download a i {
  margin-left: 10px;
  color: white;
  font-size: 15px;
  transition: all 0.4s;
}
.project-detail-section .left-sidebar .icon-list-content {
  padding: 30px 30px 17px;
  background-color: #CC2027;
  position: relative;
  z-index: 1;
}
.project-detail-section .left-sidebar .icon-list-content .overlay {
  background-image: url(assets/img/builderon-img02.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.12;
}
.project-detail-section .left-sidebar .icon-list-content .bg-title {
  margin-bottom: 30px;
  padding: 17px;
  background-color: #ffffff;
  color: #ffffff;
  color: #111111;
  text-align: center;
}
.project-detail-section .left-sidebar .icon-list-content ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
}
.project-detail-section .left-sidebar .icon-list-content ul li:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.project-detail-section .left-sidebar .icon-list-content ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .project-detail-section .left-sidebar .icon-list-content ul li a {
    font-size: 13px;
  }
}
.project-detail-section .left-sidebar .icon-list-content ul li a:hover {
  color: #1E3A72;
}
.project-detail-section .left-sidebar .icon-list-content ul li a:hover i {
  color: #A0151B;
}
.project-detail-section .left-sidebar .icon-list-content ul li i {
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
  transition: all 0.4s;
}

.gallery-slider {
  margin-top: 50px;
}
.gallery-slider .slick-slide {
  margin: 0 10px;
}
.gallery-slider .slick-list {
  margin: 0 -10px;
}

/*--------------------------------------------------------------
>>> faq-page
----------------------------------------------------------------*/
.faq-page-section {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .faq-page-section {
    padding-bottom: 50px;
  }
}
.faq-page-section .city-pattern-overlay {
  opacity: 0.2;
}

.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: 992px) {
  .faq-page-container .faq-right-info {
    margin-right: 44px;
  }
}

.accordion-content .card .card-header a {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .accordion-content .card .card-header a {
    font-size: 13px;
  }
}

.qsn-form-container {
  background-color: #CC2027;
  padding: 50px 40px;
  /* Firefox */
}
.qsn-form-container .qsn-title {
  margin-bottom: 20px;
  padding: 17px;
  background-color: #1E3A72;
  color: #ffffff;
  text-align: center;
}
.qsn-form-container .form-info {
  text-align: center;
}
.qsn-form-container form {
  padding-top: 10px;
  text-align: left;
}
.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%;
}
.qsn-form-container textarea {
  padding: 15px;
  border: none;
  background-color: #f8f8f8;
  color: #414141;
}
.qsn-form-container input[type=submit] {
  border: 1px solid #ffffff;
  background-color: transparent;
  text-align: left;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  padding: 16px 60px;
  transition: 0.4s all;
}
.qsn-form-container input[type=submit]:hover {
  background-color: #A0151B;
  border-color: #A0151B;
}
@media screen and (max-width: 767px) {
  .qsn-form-container input[type=submit] {
    padding: 16px 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 (min-width: 992px) {
  .qsn-form-container {
    margin-left: 12px;
  }
}
@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 .faq-image {
  position: relative;
  z-index: 1;
  text-align: center;
}
.faq-testimonial .testimonial-content {
  background-color: #CC2027;
  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: #ffffff;
}
.faq-testimonial .testimonial-content p {
  color: #ffffff;
}
.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 {
  margin-left: 38px;
}
@media screen and (max-width: 991px) {
  .faq-content-wrap {
    margin-left: 0;
  }
}
.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 {
  position: relative;
  z-index: 1;
}
.testimonial-page-section .testimonial-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
@media screen and (max-width: 991px) {
  .testimonial-page-section .testimonial-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .testimonial-page-section .testimonial-inner {
    grid-column-gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-page-section .testimonial-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.testimonial-page-section .testimonial-inner .testimonial-item {
  position: relative;
  z-index: 2;
  padding: 35px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.testimonial-page-section .testimonial-inner .testimonial-item .testimonial-content .rating-start-wrap {
  margin-bottom: 18px;
}
.testimonial-page-section .testimonial-inner .testimonial-item .testimonial-content .comment-info {
  margin-bottom: 33px;
  font-style: italic;
}
.testimonial-page-section .testimonial-inner .testimonial-item .testimonial-content .author-content {
  display: flex;
  align-items: center;
}
.testimonial-page-section .testimonial-inner .testimonial-item .testimonial-content .author-content .author-img {
  height: 64px;
  width: 64px;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
}
.testimonial-page-section .testimonial-inner .testimonial-item .testimonial-content .author-content .author-info {
  margin-left: 20px;
}
.testimonial-page-section .testimonial-inner .testimonial-item .testimonial-content .author-content .author-info .author-name {
  text-transform: uppercase;
  color: #CC2027;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
>>> search-page
----------------------------------------------------------------*/
.search-section .search-outer-wrap {
  margin-bottom: 60px;
}
.search-section .post {
  border: 1px solid #f8f8f8;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.search-section .post .entry-content {
  padding: 20px;
}
.search-section .post .entry-content h5 {
  margin-bottom: 5px;
}
.search-section .post .entry-content h5 a {
  color: #292929;
  transition: 0.4s all;
}
.search-section .post .entry-content h5 a:hover {
  color: #A0151B;
}
.search-section .post .entry-content .entry-meta {
  margin-bottom: 5px;
  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;
  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: #A0151B;
}
.search-section .post .entry-content .entry-meta .comment-info:before {
  content: none;
}
.search-section .post p {
  color: #333333;
}
.search-section .button-container .button-text {
  color: #CC2027;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
.search-section .button-container .button-text:after {
  content: " ..";
  display: inline-block;
}
.search-section .button-container .button-text:hover {
  color: #A0151B;
}
@media screen and (max-width: 767px) {
  .search-section .button-container .button-text {
    font-size: 13px;
    font-weight: 500;
  }
}
.search-section .post-navigation-wrap {
  margin-top: 10px;
}
.search-section .content-search-from {
  padding-top: 88px;
}
@media screen and (max-width: 767px) {
  .search-section .content-search-from {
    padding-top: 50px;
  }
}
.search-section .content-search-from .section-sub-title {
  margin-bottom: 18px;
  color: #333333;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.search-section .content-search-from .section-title {
  text-transform: uppercase;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .search-section .content-search-from .section-title {
    font-size: 30px;
  }
}
.search-section .content-search-from .search-form {
  margin-top: 40px;
  border: 1px solid #CC2027;
  padding: 0 55px 0 20px;
  background-color: #f8f8f8;
}
.search-section .content-search-from .search-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a7a7a7;
  opacity: 1;
  /* 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;
  height: 52px;
}
.search-section .content-search-from .search-form .search-btn {
  padding: 20px;
  top: 0;
  right: 0;
  background-color: #CC2027;
  transition: all 0.3s;
  height: 100%;
}
.search-section .content-search-from .search-form .search-btn:hover {
  background-color: #A0151B;
}
@media screen and (max-width: 575px) {
  .search-section .content-search-from .search-form .search-btn {
    padding: 12px;
  }
}

.pagination li {
  margin-left: 6px;
  margin-right: 6px;
  transition: all 0.5s;
}
.pagination li a {
  color: #333333;
  border: none;
  height: auto;
  width: auto;
  line-height: 1;
  text-align: center;
  border: none;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: 400;
}
.pagination li:hover a {
  background-color: transparent;
  color: #A0151B;
  border: none;
}
.pagination li.active a {
  background-color: transparent;
  color: #CC2027;
}

/*--------------------------------------------------------------
>>> single-page
----------------------------------------------------------------*/
.single-page-section .single-feature-img {
  margin-bottom: 20px;
}
.single-page-section .single-feature-img img {
  width: 100%;
}

/*--------------------------------------------------------------
>>> reservation-page
----------------------------------------------------------------*/
.reservation-page-section .pay-btn {
  border: none;
  margin-bottom: 50px;
}

.reservation-form .form-inner {
  background-color: #ffffff;
  margin-bottom: 50px;
  padding: 40px;
  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-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .blog-archive-section {
    margin-bottom: 60px;
  }
}
.blog-archive-section .primary .inner-blog-wrapper {
  margin-top: 0;
  display: grid;
  grid-row-gap: 35px;
  grid-column-gap: 35px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .blog-archive-section .primary .inner-blog-wrapper {
    grid-column-gap: 20px;
  }
}
@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 {
  border: 1px solid rgba(253, 93, 20, 0.52);
  background-color: #ffffff;
  overflow: hidden;
  transition: all 0.4s;
}
.blog-archive-section .primary .inner-blog-wrapper .post:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.blog-archive-section .primary .inner-blog-wrapper .post:hover .feature-image:before {
  content: none;
}
.blog-archive-section .primary .inner-blog-wrapper .post .feature-image {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.blog-archive-section .primary .inner-blog-wrapper .post .feature-image:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(75%, transparent));
  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;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@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: 26px 28px 22px;
}
.blog-archive-section .primary .inner-blog-wrapper .post .entry-content h5 {
  margin-bottom: 12px;
  line-height: 1.3;
}
.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .blog-link a {
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  color: #CC2027;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .blog-archive-section .primary .inner-blog-wrapper .post .entry-content .blog-link a {
    font-size: 13px;
  }
}
.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .blog-link a:hover {
  color: #A0151B;
}
.blog-archive-section .primary .post-navigation-wrap {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .blog-archive-section .secondary .sidebar {
    padding-left: 26px;
  }
}
.blog-archive-section .secondary .sidebar .search-widget .search-form {
  padding: 0 55px 0 20px;
  background-color: #f8f8f8;
}
.blog-archive-section .secondary .sidebar .search-widget .search-form input {
  background-color: #f8f8f8;
  height: 52px;
}
.blog-archive-section .secondary .sidebar .search-widget .search-form .search-btn {
  padding: 20px;
  top: 0;
  right: 0;
  background-color: #CC2027;
  transition: all 0.3s;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .blog-archive-section .secondary .sidebar .search-widget .search-form .search-btn {
    padding: 10px 20px;
  }
}
.blog-archive-section .secondary .sidebar .author_widget {
  background-color: #ffffff;
  text-align: center;
}
.blog-archive-section .secondary .sidebar .author_widget .avatar {
  margin-bottom: 20px;
  height: 100px;
  width: 100px;
}
.blog-archive-section .secondary .sidebar .author_widget .text-content {
  margin-bottom: 20px;
}
.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: 14px;
  text-align: center;
  height: 34px;
  width: 34px;
  line-height: 33px;
  border: 1px solid #d9d9d9;
  color: #333333;
  background-color: #ffffff;
  transition: all 0.4s;
}
.blog-archive-section .secondary .sidebar .author_widget .social-icon ul li a i:hover {
  background-color: #A0151B;
  color: #ffffff;
}
.blog-archive-section .secondary .sidebar .widget_latest_post ul li {
  display: flex;
  align-items: 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 img {
  object-fit: cover;
  width: 97px;
  height: 85px;
}
.blog-archive-section .secondary .sidebar .widget_latest_post .post-content h6 {
  color: #292929;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
}
.blog-archive-section .secondary .sidebar .widget_latest_post .entry-meta span a {
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .blog-archive-section .secondary .sidebar .widget_social .social-icon {
    width: 100%;
  }
}
.blog-archive-section .secondary .sidebar .widget_social .social-icon a {
  display: flex;
  align-items: center;
  border-radius: initial;
}
.blog-archive-section .secondary .sidebar .widget_social .social-icon a i {
  width: 45px;
  font-size: 20px;
  text-align: center;
}
.blog-archive-section .secondary .sidebar .widget_social .social-icon a span {
  background-image: none;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 30px 14px 6px;
  line-height: 1.2;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
}

/*--------------------------------------------------------------
>>> single-blog-page
----------------------------------------------------------------*/
.single-post-section .single-post-inner .single-post-heading {
  padding: 90px 0 50px;
}
@media screen and (max-width: 767px) {
  .single-post-section .single-post-inner .single-post-heading {
    padding: 60px 0 50px;
  }
}
@media screen and (max-width: 479px) {
  .single-post-section .single-post-inner .single-post-heading {
    padding: 60px 0 30px;
  }
}
.single-post-section .single-post-inner .single-post-heading .inner-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .single-post-section .single-post-inner .single-post-heading .inner-banner-content .inner-title {
    font-size: 29px;
  }
}
.single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta {
  border-top: 1px solid rgba(175, 175, 175, 0.17);
  border-bottom: 1px solid rgba(175, 175, 175, 0.17);
  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) {
  .single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 479px) {
  .single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta {
    margin-top: 10px;
  }
}
.single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta span {
  padding: 0 15px;
  position: relative;
  color: #1E3A72;
}
@media screen and (max-width: 479px) {
  .single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta span {
    padding: 0 10px;
  }
}
.single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta span:before {
  color: #ffffff;
  content: "";
  width: 1px;
  height: 26px;
  background-color: #878787;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta span:before {
    height: 24px;
  }
}
.single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta span:last-child:before {
  display: none;
}
.single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta .posted-on a:before {
  content: "\f073";
  color: #CC2027;
}
.single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta .byline a:before {
  content: "\f2bd";
  color: #CC2027;
}
.single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta .comments-link a:before {
  content: "\f086";
  color: #CC2027;
}
.single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta a {
  color: #878787;
  display: inline-block;
  line-height: 1.7;
}
.single-post-section .single-post-inner .single-post-heading .inner-banner-content .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: #CC2027;
  font-size: 13px;
}
.single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta a:hover, .single-post-section .single-post-inner .single-post-heading .inner-banner-content .entry-meta a:focus {
  color: #A0151B;
}
.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 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: #CC2027;
  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;
  font-family: "Montserrat", sans-serif;
  color: #414141;
  transition: all 0.4s;
}
.single-post-section .primary .right-sidebar .meta-wrap .tag-links a:hover {
  color: #A0151B;
}
.single-post-section .primary .right-sidebar .post-socail-wrap .social-icon-wrap .social-icon a {
  display: flex;
  justify-content: center;
}
.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;
  border-radius: 25px;
}
.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: #CC2027;
  font-weight: 500;
}
.single-post-section .primary .right-sidebar .author-wrap .author-content .button-text:hover {
  color: #A0151B;
}
@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);
  border-radius: 25px;
  float: right;
  padding: 20px;
}
.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: #CC2027;
  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;
}
.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: #A0151B;
}
@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: #CC2027;
  transition: all 0.4s;
}
.single-post-section .primary .right-sidebar .comment-form-wrap input[type=submit]:hover {
  background-color: #A0151B;
}
.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: 16px;
}
@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;
}
.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: #CC2027;
  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: #A0151B;
}
.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: #A0151B;
}
.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: "\f053";
}
.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: "\f054";
  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: 992px) {
  .single-post-section .secondary .sidebar {
    padding-left: 26px;
  }
}
.single-post-section .secondary .sidebar .search-widget .search-form {
  padding: 0 55px 0 20px;
  background-color: #f8f8f8;
}
.single-post-section .secondary .sidebar .search-widget .search-form input {
  background-color: #f8f8f8;
  height: 52px;
}
.single-post-section .secondary .sidebar .search-widget .search-form .search-btn {
  padding: 20px;
  top: 0;
  right: 0;
  background-color: #CC2027;
  transition: all 0.3s;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .single-post-section .secondary .sidebar .search-widget .search-form .search-btn {
    padding: 10px 20px;
  }
}
.single-post-section .secondary .sidebar .author_widget {
  background-color: #ffffff;
  text-align: center;
}
.single-post-section .secondary .sidebar .author_widget .avatar {
  margin-bottom: 20px;
  height: 100px;
  width: 100px;
}
.single-post-section .secondary .sidebar .author_widget .text-content {
  margin-bottom: 20px;
}
.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: 14px;
  text-align: center;
  height: 34px;
  width: 34px;
  line-height: 33px;
  border: 1px solid #d9d9d9;
  color: #333333;
  background-color: #ffffff;
  transition: all 0.4s;
}
.single-post-section .secondary .sidebar .author_widget .social-icon ul li a i:hover {
  background-color: #A0151B;
  color: #ffffff;
}
.single-post-section .secondary .sidebar .widget_latest_post ul li {
  display: flex;
  align-items: 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 img {
  object-fit: cover;
  width: 97px;
  height: 85px;
}
.single-post-section .secondary .sidebar .widget_latest_post .post-content h6 {
  color: #292929;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
}
@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: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .single-post-section .secondary .sidebar .widget_social .social-icon {
    width: 100%;
  }
}
.single-post-section .secondary .sidebar .widget_social .social-icon a {
  display: flex;
  align-items: center;
  border-radius: initial;
}
.single-post-section .secondary .sidebar .widget_social .social-icon a i {
  width: 45px;
  font-size: 20px;
  text-align: center;
}
.single-post-section .secondary .sidebar .widget_social .social-icon a span {
  background-image: none;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 30px 14px 6px;
  line-height: 1.2;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
}

/*--------------------------------------------------------------
>>> account-page
----------------------------------------------------------------*/
.account-section {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .account-section {
    margin-bottom: 60px;
  }
}
.account-section .account-title {
  margin-bottom: 30px;
}
.account-section .login-form {
  padding: 50px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  border-radius: 25px;
}
.account-section .login-form .form-group label {
  margin-bottom: 10px;
  color: #333333;
  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%;
  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;
  background-color: #a46497;
  transition: 0.4s all;
}
.account-section .login-form .login-btn:hover {
  filter: saturate(1.5) brightness(1.2);
}
.account-section .login-form .forget-btn {
  margin-top: 15px;
}
.account-section .login-form .forget-btn a {
  background-color: transparent;
  color: #CC2027;
  transition: color 0.4s;
  font-size: 12px;
  font-weight: 400;
}
.account-section .login-form .forget-btn a:hover {
  color: #A0151B;
}
@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 {
  filter: saturate(1.5) brightness(1.2);
}

/*--------------------------------------------------------------
>>> recover-page
----------------------------------------------------------------*/
.account-recover-section {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .account-recover-section {
    margin-bottom: 60px;
  }
}
.account-recover-section .recover-wrapper {
  border-radius: 25px;
  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: #333333;
  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 .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: 40px;
}
.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: #333333;
  }
  .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 #d9d9d9;
    color: #000;
    padding: 8px 16px;
    height: 50px;
  }
}

.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: 25px;
  padding: 10px 10px 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;
}
.product-item .product-image {
  position: relative;
  overflow: hidden;
}
.product-item .product-image a {
  display: block;
  overflow: hidden;
}
.product-item .product-image a img {
  -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 h5 {
  margin-bottom: 5px;
  padding: 25px 0 15px;
  color: #1E3A72;
}
.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: #A0151B;
}
.product-item .product-content .product-price {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  padding: 0 20px;
  margin-bottom: 30px;
}
.product-item .product-content .product-price del {
  color: #787878;
  opacity: 0.5;
}
.product-item .product-content .product-price ins {
  color: #CC2027;
  text-decoration: underline;
}
.product-item .product-content .button-primary {
  padding: 10px 15px;
}
.product-item .onsale {
  background: #CC2027;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  right: 10px;
  line-height: 30px;
  padding: 0px 12px;
  display: block;
  position: absolute;
  top: 10px;
  z-index: 3;
}
.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;
  margin-top: 18px;
  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, .pagination li.active a {
  background-color: #A0151B;
  color: #ffffff;
}
.pagination li a {
  color: #333333;
  padding: 15px;
  background-color: #f8f8f8;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.sidebar {
  padding-left: 26px;
}
@media screen and (max-width: 991px) {
  .sidebar {
    padding-left: 0;
  }
}
.sidebar .divider-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.sidebar .search_widget form input {
  height: 50px;
  background-color: #f8f8f8;
}
.sidebar .search_widget form .search-btn {
  font-size: 24px;
  top: 0;
  right: 0;
  font-size: 15px;
  background-color: #CC2027;
  color: white;
  padding: 16px;
  height: 100%;
  border-radius: initial;
}
.sidebar .widget_category_product_thumb {
  margin-bottom: 40px;
}
.sidebar .widget_category_product_thumb ul li {
  padding: 10px;
}
.sidebar .widget_category_product_thumb ul li .count,
.sidebar .widget_category_product_thumb ul li h5 {
  color: #292929;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
.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: "Montserrat", sans-serif;
}
.sidebar .widget.widget-product-thumb .product-content h6 a:hover {
  color: #A0151B;
}
.sidebar .widget.widget-product-thumb .product-content .entry-meta span:before {
  top: 25%;
}
.sidebar .widget.widget-product-thumb .product-content .entry-meta span a {
  font-size: 12px;
  color: #adadad;
  line-height: 1.3;
}
.sidebar .widget.widget-product-thumb .product-content .entry-meta span a:hover {
  color: #A0151B;
}
.sidebar .gallery-colum-3 .gallery-item {
  padding: 9px;
}
.sidebar .gallery-colum-3 .gallery-item a {
  overflow: hidden;
}

/*---------------------------
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: #CC2027;
}
#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: #f8f8f8;
}

.single-product-wrapp {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .single-product-wrapp {
    padding-top: 50px;
  }
}

/*---------------------------
procduct details css
----------------------------*/
.sale-tag {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #77a464;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  z-index: 1;
  border-radius: 50%;
  font-size: 13px;
}

.product-outer-wrap .product-thumbnails-outer {
  position: relative;
}

.single-product-item .feature-image img {
  margin: auto;
  border-radius: 5px;
}
.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: #A0151B;
  color: #ffffff;
}

.product-thumb-nav .single-product-item {
  padding: 10px 5px 0 5px;
}
.product-thumb-nav .single-product-item .feature-image {
  border-radius: 5px;
  overflow: hidden;
}
.product-thumb-nav .single-product-item .feature-image img {
  opacity: 0.5;
}
.product-thumb-nav .slick-center .feature-image img {
  opacity: 1;
}
.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-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  transition: color 0.4s;
}
.product-summary .breadcrumb-content ul li a:hover {
  color: #A0151B;
}
.product-summary .breadcrumb-content ul li:last-child a {
  color: #414141;
  font-weight: 600;
}
.product-summary .product-price {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1;
}
.product-summary .product-price ins {
  color: #CC2027;
}
.product-summary .product-price del {
  opacity: 0.5;
  display: inline-block;
  color: #CC2027;
}
.product-summary .product-desc {
  border-top: 1px solid #D9D9D9;
  margin-top: 25px;
  padding-top: 25px;
}
.product-summary .product-desc p {
  color: #333333;
}
.product-summary .cart-item input {
  width: 55px;
  height: 45px;
  padding-right: 0;
  text-align: center;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  padding: 0;
  color: #696A87;
  text-align: center;
}
.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: 10px 22px;
  background-color: #CC2027;
  color: #ffffff;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
  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: #292929;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 5px;
}
.product-summary .product-meta a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
}
.product-summary .product-meta a:hover {
  color: #A0151B;
}
.product-summary .product-meta span {
  color: #111111;
}
@media screen and (min-width: 992px) {
  .product-summary {
    margin-left: 20px;
  }
}
@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: "Montserrat", sans-serif;
  line-height: 1.1;
  padding: 15px 22px;
  color: #1E3A72;
}
.product-tab-outer .tab-container .responsive-tabs ul li a.active {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #d3ced2;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  color: #CC2027;
  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: #333333;
}
.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);
  border-radius: 25px;
  float: right;
  padding: 20px;
}
.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: #CC2027;
  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;
}
.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: #A0151B;
}
@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: #CC2027;
  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 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: #CC2027;
}
.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: #1E3A72;
}
.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form input[type=submit] {
  border-radius: 0;
  padding: 10px 15px;
  margin-top: 0;
  background-color: #CC2027;
  font-size: 16px;
  font-weight: 700;
  border-radius: 25px;
  display: inline-block;
  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: #A0151B;
}
@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-outer-wrap .tab-container {
  margin-top: 0;
}
.product-outer-wrap .tab-container table {
  background-color: #f7f7f7;
  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: 80px;
}
.related-product .product-item {
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .related-product {
    margin-top: 60px;
  }
}

.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: #1E3A72;
}
#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 {
  border-radius: 5px;
}

.ui-widget-content {
  color: inherit;
}

/*--------------------------------------------------------------
>>> cart-page
----------------------------------------------------------------*/
.cart-list-inner .left-item-total .table-responsive {
  padding: 35px;
  background-color: #f8f8f8;
  margin-bottom: 30px;
}
@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: #333333;
  font-family: "Montserrat", sans-serif;
  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: #333333;
  border-width: 1px;
  border-color: #d5d8dc;
  border-style: solid;
  padding: 2px;
}
.cart-list-inner .table tr td .product-name {
  color: #1E3A72;
  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 tr {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
  }
  .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: #1E3A72;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.cart-list-inner .updateArea {
  padding: 35px;
  background-color: #f8f8f8;
}
@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: flex;
  align-items: center;
  margin-bottom: 0;
  width: auto;
}
.cart-list-inner .updateArea .input-group-wrapper .form-control {
  width: auto;
  display: inline-block;
  padding: 15px;
  margin-right: 30px;
  color: #333333;
  flex: 2;
  background-color: #ffffff;
  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;
  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;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  width: auto;
  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: 55px;
}
@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 {
  padding: 35px;
  background-color: #f8f8f8;
}
.cart-list-inner .right-total form .balance-amt-wrapper .balance-title {
  margin-bottom: 16px;
  color: #1E3A72;
}
.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;
  background-color: #a46497;
  transition: all 0.4s;
}
.cart-list-inner .right-total form .balance-amt-wrapper .cheakout-btn:hover {
  background-color: #A0151B;
  border-color: #A0151B;
}
@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-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  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 .cheakout-title {
  color: #CC2027;
}

.checkout-field-wrap {
  padding: 40px;
  margin-bottom: 24px;
  background-color: #f8f8f8;
}
.checkout-field-wrap .coupon-field {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
}
.checkout-field-wrap .coupon-field label {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "Montserrat", 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;
  height: 50px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border: none;
  color: #333333;
}
.checkout-field-wrap .coupon-field .form-group input[type=submit] {
  line-height: 1;
  height: 50px;
  padding: 0 30px;
  background-color: #CC2027;
}
.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;
}
.checkout-field-wrap .form-group {
  margin-bottom: 15px;
}
.checkout-field-wrap .form-group label {
  display: block;
  margin-bottom: 15px;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
}
.checkout-field-wrap .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
  height: 50px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border: none;
  color: #333333;
  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: #333333;
}
@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;
  height: 55px;
  padding: 0 30px;
}
.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: #333333;
  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-top: 15px;
  }
}

.special-notes-wrap {
  margin-bottom: 0;
  padding: 40px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 479px) {
  .special-notes-wrap {
    padding: 40px 20px;
  }
}
.special-notes-wrap .Information-title {
  color: #CC2027;
}
.special-notes-wrap .form-group {
  margin-bottom: 0;
}
.special-notes-wrap .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
}
.special-notes-wrap .form-group textarea {
  background-color: #ffffff;
  padding: 16px;
  color: #333333;
  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 cheakout-title {
  margin-bottom: 30px;
}
.widget-table-summary table thead tr {
  background-color: transparent;
}
.widget-table-summary table thead tr th {
  padding-bottom: 16px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #787878;
}
.widget-table-summary table tbody tr td {
  color: #333333;
  border-right: none;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
}
.widget-table-summary table tbody tr td strong {
  color: #787878;
  font-size: 15px;
  font-weight: 700;
}
.widget-table-summary table tbody tr:last-child td {
  border-bottom: none;
}

.widget-paymet-bank .form-group label {
  color: #333333;
  margin-bottom: 0;
}
.widget-paymet-bank .form-group .desc {
  padding: 20px;
  font-size: 13px;
  margin-top: 15px;
}
.widget-paymet-bank .custom-radio-field img {
  width: 150px;
  margin-top: -5px;
}
.widget-paymet-bank .button-round {
  width: 100%;
  border: none;
  display: block;
  margin-top: 25px;
  text-align: center;
}
.widget-paymet-bank .place-order-btn {
  border: none;
  background-color: #a46497;
  color: #fff;
}
.widget-paymet-bank .place-order-btn:hover {
  background-color: #A0151B;
}

/*--------------------------------------------------------------
>>> contact-page
----------------------------------------------------------------*/
.contact-page-section .contact-page-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .contact-page-section .contact-page-inner {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .contact-page-section .contact-page-inner .content-left-imge {
    margin-right: 18px;
  }
}
@media screen and (max-width: 991px) {
  .contact-page-section .contact-page-inner .content-left-imge {
    margin-bottom: 30px;
  }
}
.contact-page-section .contact-page-inner .content-left-imge .contact-content {
  padding: 40px;
  margin-right: 40px;
  margin-top: -245px;
  background-color: #CC2027;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-page-section .contact-page-inner .content-left-imge .contact-content {
    margin-top: -130px;
  }
}
.contact-page-section .contact-page-inner .content-left-imge .contact-content .contact-title {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .contact-page-section .contact-page-inner .content-left-imge .contact-content .contact-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page-section .contact-page-inner .content-left-imge .contact-content .contact-title {
    font-size: 18px;
  }
}
.contact-page-section .contact-page-inner .content-left-imge .contact-content p {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .contact-page-section .contact-page-inner .content-right-info {
    margin-left: 18px;
  }
}
.contact-page-section .contact-page-inner .content-right-info .contact-form {
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.contact-page-section .contact-page-inner .content-right-info .contact-form p input:not([type=submit]) {
  width: 100%;
  background-color: #fafafa;
}
.contact-page-section .contact-page-inner .content-right-info .contact-form p textarea {
  background-color: #fafafa;
}
.contact-page-section .contact-page-inner .content-right-info .contact-form input[type=submit] {
  width: 47%;
}
@media screen and (max-width: 991px) {
  .contact-page-section .contact-page-inner .content-right-info .contact-form input[type=submit] {
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  .contact-page-section .contact-page-inner .content-right-info .contact-form input[type=submit] {
    width: 100%;
  }
}
.contact-page-section .contact-list-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 50px;
  grid-column-gap: 30px;
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  .contact-page-section .contact-list-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .contact-page-section .contact-list-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-page-section .contact-list-box .contact-package {
  background-color: #ffffff;
  padding: 65px 30px 25px;
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
}
.contact-page-section .contact-list-box .contact-package:nth-child(even) .contact-icon i {
  background-color: #1E3A72;
}
.contact-page-section .contact-list-box .contact-package .contact-icon {
  margin-bottom: 25px;
  margin-top: -80px;
}
.contact-page-section .contact-list-box .contact-package .contact-icon i {
  height: 56px;
  width: 56px;
  line-height: 55px;
  font-size: 28px;
  text-align: center;
  background-color: #CC2027;
  color: #ffffff;
}
.contact-page-section .contact-list-box .contact-package .contact-box-list ul {
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-list-box .contact-package .contact-box-list ul li {
  list-style: none;
  margin-bottom: 4px;
}
.contact-page-section .contact-list-box .contact-package .contact-box-list ul li a {
  color: #333333;
  transition: all 0.4s;
}
.contact-page-section .contact-list-box .contact-package .contact-box-list ul li a:hover {
  color: #A0151B;
}
.contact-page-section .contact-list-box .contact-package .contact-box-list ul li:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
>>> service-list-page
----------------------------------------------------------------*/
.service-list-page-section {
  position: relative;
  z-index: 1;
  background-color: #CC2027;
  padding-bottom: 280px;
}
.service-list-page-section .wave-pattern-bottom {
  z-index: 0;
  background-image: url(assets/img/builderon-img21.png);
}
.service-list-page-section .city-pattern-overlay {
  opacity: 0.8;
  background-position: 100% 84%;
}
.service-list-page-section .service-list-inner {
  position: relative;
  z-index: 1;
}
.service-list-page-section .service-list-inner .blueprint {
  background-image: url(assets/img/builderon-img50.png);
  background-position: top left;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.service-list-page-section .service-list-inner .types-of-service .row .item:nth-child(1), .service-list-page-section .service-list-inner .types-of-service .row .item:nth-child(3) {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .service-list-page-section .service-list-inner .types-of-service .row .item:nth-child(1), .service-list-page-section .service-list-inner .types-of-service .row .item:nth-child(3) {
    margin-top: 0;
  }
}
.service-list-page-section .service-list-inner .types-of-service .service-type {
  padding: 35px;
  text-align: center;
  background-color: #1E3A72;
  display: inline-block;
  margin-bottom: 20px;
}
.service-list-page-section .service-list-inner .types-of-service .service-type .service-icon {
  margin-bottom: 20px;
}
.service-list-page-section .service-list-inner .types-of-service .service-type .service-icon i {
  font-size: 50px;
  color: #CC2027;
}
.service-list-page-section .service-list-inner .types-of-service .service-type .service-title {
  margin-bottom: 10px;
}
.service-list-page-section .service-list-inner .types-of-service .service-type .service-title a {
  color: #ffffff;
  transition: all 0.4s;
}
.service-list-page-section .service-list-inner .types-of-service .service-type .service-title a:hover {
  color: #A0151B;
}
.service-list-page-section .service-list-inner .types-of-service .service-type .service-box-info {
  color: #ffffff;
  margin-bottom: 0;
}

.service-feature-section {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .service-feature-section {
    padding-bottom: 50px;
  }
}
.service-feature-section .map-pattern-overlay {
  background-image: url(assets/img/builderon-img055.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.05;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.service-feature-section .service-feature-info {
  padding-right: 26px;
}
@media screen and (max-width: 991px) {
  .service-feature-section .service-feature-info {
    padding-right: 0;
  }
}
.service-feature-section .service-feature-info .accordion-content .card .card-header a {
  color: #A0151B;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .service-feature-section .service-feature-info .accordion-content .card .card-header a {
    font-size: 13px;
  }
}
.service-feature-section .service-feature-info .accordion-content .card .card-header a:before {
  color: #A0151B;
}
.service-feature-section .service-feature-info .accordion-content .card .card-header a.collapsed {
  color: #1E3A72;
}
.service-feature-section .service-feature-info .accordion-content .card .card-header a.collapsed:before {
  color: #1E3A72;
}
.service-feature-section .feature-contact-form {
  padding: 50px 40px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .service-feature-section .feature-contact-form {
    margin-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .service-feature-section .feature-contact-form {
    padding: 35px 25px;
  }
}
.service-feature-section .feature-contact-form h5 {
  background-color: #1E3A72;
  color: #ffffff;
  text-align: center;
  margin-bottom: 35px;
  padding: 17px;
  line-height: 1.3;
}
.service-feature-section .feature-contact-form p input:not([type=submit]) {
  width: 100%;
  background-color: #fafafa;
}
.service-feature-section .feature-contact-form p textarea {
  background-color: #fafafa;
}
.service-feature-section .feature-contact-form input[type=submit] {
  width: 47%;
}
@media screen and (max-width: 991px) {
  .service-feature-section .feature-contact-form input[type=submit] {
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  .service-feature-section .feature-contact-form input[type=submit] {
    width: 100%;
  }
}

.service-progress-section .counter-up-inner .counter-item-wrap .counter-item {
  display: flex;
  padding: 50px 20px 40px 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 2px solid rgba(253, 93, 20, 0.48);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  .service-progress-section .counter-up-inner .counter-item-wrap .counter-item {
    margin-bottom: 12px;
  }
}
.service-progress-section .counter-up-inner .counter-item-wrap .counter-item .count-img {
  text-align: center;
  margin-bottom: 16px;
}
.service-progress-section .counter-up-inner .counter-item-wrap .counter-item .count-img i {
  color: #CC2027;
  font-size: 60px;
}
.service-progress-section .counter-up-inner .counter-item-wrap .counter-item .counter-no {
  color: #1E3A72;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .service-progress-section .counter-up-inner .counter-item-wrap .counter-item .counter-no {
    font-size: 18px;
  }
}
.service-progress-section .counter-up-inner .counter-item-wrap .counter-item .Completed {
  text-align: center;
  color: #1E3A72;
}

/*--------------------------------------------------------------
>>> service-detail-page
----------------------------------------------------------------*/
.service-detail-section .service-detail-inner-detail .right-sidebar {
  padding-right: 26px;
}
@media screen and (max-width: 991px) {
  .service-detail-section .service-detail-inner-detail .right-sidebar {
    padding-right: 0;
  }
}
.service-detail-section .service-detail-inner-detail .service-detail-img {
  margin-bottom: 18px;
  background-image: url(assets/img/builderon-img51.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 395px;
}
.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: #333333;
}
.service-detail-section .service-detail-inner-detail .project-summary ul li i {
  color: #CC2027;
  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: 25px;
}
.service-detail-section .service-detail-inner-detail .gallery-slider .gallery-item .gallery-img img {
  margin: auto;
}
.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(253, 93, 20, 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: #1E3A72;
}
.service-detail-section .service-detail-inner-detail .gallery-slider .slick-dots li.slick-active button {
  background-color: #CC2027;
}
.service-detail-section .service-detail-inner-detail .sidebar {
  padding: 0;
}
.service-detail-section .service-detail-inner-detail .sidebar .widget-form {
  padding: 30px 25px;
  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: #1E3A72;
  color: #ffffff;
  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 17px;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  background-color: #CC2027;
  position: relative;
  z-index: 1;
}
.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content .overlay {
  background-image: url(assets/img/builderon-img02.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.12;
}
.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content .bg-title {
  margin-bottom: 30px;
  padding: 17px;
  background-color: #ffffff;
  color: #ffffff;
  color: #111111;
}
.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  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 {
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  transition: all 0.4s;
}
.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content ul li a:hover {
  color: #1E3A72;
}
.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content ul li a:hover i {
  color: #A0151B;
}
.service-detail-section .service-detail-inner-detail .sidebar .icon-list-content ul li i {
  color: #ffffff;
  font-size: 18px;
  transition: all 0.4s;
}

.service-process-section {
  padding: 88px 0 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service-process-section {
    padding: 60px 0;
  }
}
.service-process-section .trangle-left {
  background-image: url(assets/img/builderon-img25.png);
  background-position: top left;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.service-process-section .trangle-right {
  background-image: url(assets/img/builderon-img26.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.service-process-section .iconbox-container-bg {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 30px;
}
.service-process-section .iconbox-container-bg .iconbox-item-bg {
  padding: 40px 45px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .service-process-section .iconbox-container-bg .iconbox-item-bg {
    padding: 30px;
  }
}
.service-process-section .iconbox-container-bg .iconbox-item-bg .iconbox-content-bg .number-title {
  font-size: 70px;
  font-weight: 900;
  color: #CC2027;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service-process-section .iconbox-container-bg .iconbox-item-bg .iconbox-content-bg .number-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.service-process-section .iconbox-container-bg .iconbox-item-bg .iconbox-content-bg h5 {
  margin-bottom: 10px;
}
.service-process-section .iconbox-container-bg .iconbox-item-bg .iconbox-content-bg p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .service-process-section .iconbox-container-bg {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
  .service-process-section .iconbox-container-bg .item-3 {
    grid-column: 1/span 2;
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .service-process-section .iconbox-container-bg {
    grid-template-columns: auto;
    justify-content: center;
    margin-top: 30px;
  }
  .service-process-section .iconbox-container-bg .item-3 {
    grid-column: 1;
    max-width: 100%;
  }
  .service-process-section .iconbox-container-bg .iconbox-item-bg .iconbox-content-bg i {
    height: 80px;
    width: 80px;
    line-height: 78px;
    font-size: 40px;
  }
}

/*--------------------------------------------------------------
>>> legal-page
----------------------------------------------------------------*/
.term-and-condition-section,
.policy-page-section {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .term-and-condition-section,
  .policy-page-section {
    margin-bottom: 60px;
  }
}

/*--------------------------------------------------------------
>>> 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: #A0151B;
}
.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: #CC2027;
  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 #CC2027;
  -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: #A0151B;
  color: #A0151B;
}
.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: #A0151B;
}
.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: #A0151B;
  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: "Montserrat", 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: #A0151B;
}
.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.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 .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;
}
.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: #CC2027;
  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: #A0151B;
}
.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: #A0151B;
  border-color: #A0151B;
  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;
}
.widget.price_handel_widget button {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  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: #CC2027;
  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;
}
.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: #A0151B;
}
.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: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.widget.widget_category_product_thumb li .product-content .count {
  color: #1E3A72;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  display: block;
}
.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: #1E3A72;
}
.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: #1E3A72;
  display: inline-block;
}
.sidebar .widget .widget-title-divider-center-bottom {
  border: 1px solid #CC2027;
  color: #CC2027;
  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: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(253, 93, 20, 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: #CC2027;
  margin-right: 8px;
  font-size: 18px;
}
.sidebar .icon-list-content ul li a {
  color: #1E3A72;
  line-height: 1.3;
  font-weight: 600;
}
.sidebar .icon-list-content ul li a:hover {
  color: #A0151B;
}
.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 {
  background-color: #f8f8f8;
  margin-bottom: 50px;
  padding: 30px;
}
.sidebar .widget-bg .bg-title {
  background-color: #CC2027;
  color: #ffffff;
  padding: 17px;
  text-align: center;
  margin-bottom: 25px;
}
.sidebar .sidebar-list ul {
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-list li {
  list-style: none;
  margin-bottom: 8px;
}
.sidebar .sidebar-list li i {
  color: #1E3A72;
  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: #CC2027;
  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: #CC2027;
  display: table;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 20px;
}
.sidebar .or-style:before, .sidebar .or-style:after {
  background-color: #CC2027;
  content: "";
  width: 60px;
  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;
}
/* ===== Apex header/menu size overrides (appended) ===== */
/* Smaller logo */
.site-identity img { max-width: 200px; }
/* Shorter top header (was 35px) */
.top-header { padding: 16px 0; }
/* Smaller, tighter menu (was 22px 14px / 15px) */
.site-header .main-navigation .navigation > ul > li { padding: 14px 11px; }
.site-header .main-navigation ul > li > a { font-size: 13px; }
.site-header .main-navigation ul li.menu-item-has-children > a { font-size: 13px; }
/* Trim the red nav bar height a touch via its dropdown carets/line-height */
.bottom-header .main-navigation { line-height: 1; }

/* Nav: social removed → let menu span full width and center the links */
.bottom-header .hb-group .main-navigation { width: 100%; max-width: 100%; flex: 0 0 100%; justify-content: center !important; }
.bottom-header .hb-group .main-navigation .navigation { text-align: center; }
.bottom-header .hb-group .main-navigation .navigation > ul { text-align: center; }

/* Smaller hero height */
.home-banner .home-banner-slider .home-banner-content { min-height: 540px; padding-top: 60px; }

/* Move hero button up (tighten gap under paragraph) */
.home-banner .home-banner-slider .home-banner-content .home-banner-detail .home-banner-paragraph { margin-bottom: 22px; }

/* Fix hairline color-break seams */
/* 1) seam under the red menu bar → pull hero up 1px to close sub-pixel gap */
.home-banner { margin-top: -1px; }
/* 2) torn-wave seams → overlap the wave 2px into the next section and fill any gap with the
      next section's red so a sub-pixel gap never shows as a color break */
.home-banner .wave-banner-patten-overlay { bottom: -1px; }
.wave-pattern-bottom { bottom: -2px; }
.wave-pattern-top { top: -2px; }

/* Quote section: cutout people bleed FULL to the section's bottom edge (not chopped),
   text centered between them, and a torn-paper transition into the carrier logos below. */
.home-comment-section { padding-bottom: 0; overflow: visible; }
.home-comment-section .comment-content { align-items: flex-end; min-height: 585px; } /* tall enough to show full people */
.home-comment-section .comment-content .comment-img,
.home-comment-section .comment-content .comment-fig { align-self: flex-end; flex-basis: 30%; }
.home-comment-section .comment-content .comment-detail { flex-basis: 40%; padding-top: 0; padding-bottom: 120px; } /* center text vs. people */
/* Show the whole person, sitting on the section's bottom edge (no mid-torso crop). */
.home-comment-section .comment-content .comment-img img,
.home-comment-section .comment-content .comment-fig img { width: 100%; max-width: 430px; height: auto; display: block; }
.home-comment-section .comment-content .comment-fig { text-align: right; }
.home-comment-section .comment-content .comment-fig img { margin-left: auto; }

/* Torn-paper transition from the quote (white) into the carrier-logos band. */
.home-client-slider-section { position: relative; background: #f8f8f8; padding: 74px 0 66px; margin-top: 0; }
.home-banner .home-banner-slider .slick-arrow { display: none !important; }

/* Get-started band: clean full-width family photo (family right-third) */
.home-call-section .pattern-overlay.right-pattern { display: none; }   /* orange/red corner shapes */
.home-call-section .call-inner .call-img { display: none; }            /* abstract image slot */
.home-call-section { background-position: right center; }

/* Keep heads clear of the torn top edge: bias the crop toward the image top */
.home-call-section { background-position: right 12%; }

/* Hero content vertically centered between header bottom and the torn-paper edge
   (the wave overlay eats ~180px at the bottom; pad it out so flex-centering is true) */
.home-banner .home-banner-slider .home-banner-content { padding-top: 0; padding-bottom: 190px; }

/* CEO video band: dark backdrop (the old dark bg lived on the removed left column) */
.home-testimonial-section { background-color: #101c33; }

/* FAQ width: full width minus 35% = 65% (per request). */
.home-faq-section .container { max-width: 65% !important; }
@media screen and (max-width: 991px) {
  .home-faq-section .container { max-width: 92% !important; }
}

/* Collage background: balance faces + sunlit peaks in the crop */
.home-call-section { background-position: right 38%; }


/* Carriers band: plain white, no grey torn strip. The grey #e9edf3 band + its
   wave-pattern-top torn edge were removed — they created a dead grey gap between
   the testimonial photos and the logos. Now the logos sit on white with tight
   padding directly under the testimonial section. */
.home-client-slider-section { background: #ffffff; }

/* Torn transition still applies to the CEO/testimonial section (img20/img49).
   Top padding 190px — midpoint between the original 230px and the tightened 150px
   (added ~50% of the white space back per request). Carrier bottom padding 25px
   (midpoint of 40/10) to match. */
.home-testimonial-section { position: relative; z-index: 1; background-color: #101c33; }
.home-testimonial-section .home-testimonial-inner { padding: 190px 0 40px !important; }
.home-client-slider-section { position: relative; z-index: 1; padding: 40px 0 25px; }

/* Lifestyle section — built EXACTLY like the template's home-call-section: the
   lifestyle photo is the SECTION BACKGROUND (cover), and the template's own torn
   dividers (wave-pattern-top img20 + wave-pattern-bottom img49) sit at the section
   edges. The torn white strips reveal the sections above/below while the photo
   fills the middle — the photo tears naturally, the TEMPLATE way. 200px top/bottom
   padding clears the torn edges (same as home-call-section). */
.apex-lifestyle-section {
  position: relative;
  z-index: 1;
  min-height: 560px;
  padding: 200px 0;
  background-image: url(assets/img/apex-lifestyle-band.png);
  background-position: center 42%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .apex-lifestyle-section { min-height: 360px; padding: 140px 0; }
}

/* Hero centering (restored — an earlier cleanup regex ate the flex rule) */
.home-banner .home-banner-slider .home-banner-content { min-height: 700px !important; display: flex !important; align-items: center; justify-content: center; padding-top: 0 !important; padding-bottom: 170px !important; }

/* Seam fix: the torn wave PNG's baked red is exactly #B11C22 — match the section
   behind it so the strip's edge is invisible */
.home-service-section { background-color: #B11C22; }

/* Carrier strip: static row of all carriers at once (replaces the slick
   carousel — no sliding). Same white card treatment as the template slider. */
.home-client-slider-section .apex-carrier-strip {
  padding: 50px 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 25px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.home-client-slider-section .apex-carrier-strip .client-logo-img {
  flex: 1 1 0;
  min-width: 120px;
  max-width: 180px;
  text-align: center;
  margin: 0;
}
.home-client-slider-section .apex-carrier-strip .client-logo-img img {
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home-client-slider-section .apex-carrier-strip {
    padding: 30px 20px;
  }
  .home-client-slider-section .apex-carrier-strip .client-logo-img {
    flex: 0 1 30%;
    min-width: 100px;
  }
}

/* Kill horizontal scrollbars — the hero slick slider lays its slides side-by-side
   before JS inits (FOUC), overflowing the viewport. This guard prevents any
   element from creating a horizontal scrollbar. Structure untouched. */
html, body { overflow-x: hidden; max-width: 100%; }
.home-banner, .home-banner-slider { overflow: hidden; }

/* Rep contact block (home-call-section): keep phone + email on ONE line each,
   never break across two lines. Scale the font down on narrow screens instead of
   wrapping or overflowing. */
.home-call-section .contact-info-list h3 { white-space: nowrap; }
@media screen and (max-width: 991px) {
  .home-call-section .contact-info-list h3 { font-size: 22px; }
}
@media screen and (max-width: 575px) {
  .home-call-section .contact-info-list h3 { font-size: 16px; }
}

/* Progress/stats section: swap the construction photo for an Apex team photo.
   The rep-CTA section (home-call-section) above it owns the torn-paper transition
   via its .bottom-pattern (z-index -1, at its bottom). This stats section must
   tuck its hard top edge UP behind that torn strip so the tear covers the seam.
   Sits BELOW the rep section in z-order so the torn strip overlays it. */
.home-progress-section {
  background-image: url(assets/img/apex/career.jpg) !important;
  margin-top: -200px !important;   /* = torn-strip height: top edge tucks fully behind it */
  z-index: 0 !important;           /* below home-call-section (z-index 1) so its torn strip wins */
}

/* Hero first-slide video background (flag-waving). Fills the slide behind the
   overlay + text; poster/bg image shows until it loads. */
.home-banner .home-banner-slider .apex-video-slide { position: relative; }
.apex-hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.home-banner .home-banner-slider .apex-video-slide .overlay { z-index: 1; }
.home-banner .home-banner-slider .apex-video-slide .container { position: relative; z-index: 2; }

/* Readability: slightly larger body font + more line spacing across the site. */
body { font-size: 17px; line-height: 1.75; }
p, li, .section-paragraph, .blog-info, .service-info, .entry-content p,
.single-post-content p, .single-page-content p, .about-content p, .accordion-body {
  font-size: 17px;
  line-height: 1.85;
}

/* FAQ page as a single, centered column with the accordion at 65% width.
   Hides the side form/testimonial columns; BOTH accordion groups (col-lg-7 in
   each faq-page-container) are constrained to 65% and centered, and their section
   headings are centered so everything lines up. */
.apex-faq-single .faq-page-container .row { justify-content: center; margin: 0; }
.apex-faq-single .faq-page-container .col-lg-5 { display: none; }
.apex-faq-single .faq-page-container .col-lg-7 {
  flex: 0 0 65%;
  max-width: 65%;
  margin: 0 auto;
}
.apex-faq-single .section-head,
.apex-faq-single .section-head50 { text-align: center; }
@media screen and (max-width: 991px) {
  .apex-faq-single .faq-page-container .col-lg-7 { flex: 0 0 92%; max-width: 92%; }
}

/* No orphan/widow words: balance heading line breaks so a single word never
   dangles on its own line (e.g. "GETTING / STARTED" -> "CARRIERS, TRAINING &
   GETTING STARTED" balanced across lines). Applies to all headings + key text. */
h1, h2, h3, h4, h5, .section-title, .inner-title, .home-banner-title,
.comment-title, .service-title, .blog-info, .entry-content h2, .entry-content h3 {
  text-wrap: balance;
}
p, .section-paragraph, li { text-wrap: pretty; }

/* ===== Apex header video play button (Docs2Video demo) ===== */
.apex-video-play {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 15px;
  transition: color .25s ease;
}
.apex-video-play:hover { color: #fff; }
.apex-video-play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #1E3A72;
  color: #fff;
  font-size: 20px;
  padding-left: 4px;
  box-shadow: 0 0 0 0 rgba(30,58,114,.55);
  animation: apexVideoPulse 2.2s infinite;
  transition: transform .25s ease, background .25s ease;
}
.apex-video-play:hover .apex-video-play-icon {
  transform: scale(1.06);
  background: #24468a;
}
@keyframes apexVideoPulse {
  0%   { box-shadow: 0 0 0 0 rgba(30,58,114,.55); }
  70%  { box-shadow: 0 0 0 18px rgba(30,58,114,0); }
  100% { box-shadow: 0 0 0 0 rgba(30,58,114,0); }
}

/* ===== Apex video play button centered over an image (Docs2Video) ===== */
.apex-video-figure { position: relative; display: block; }
.apex-video-figure img { display: block; width: 100%; }
.apex-video-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 45, 0.28);
  transition: background .25s ease;
  pointer-events: none;
}
.apex-video-figure:hover::after { background: rgba(10, 20, 45, 0.15); }
.apex-video-play--overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  gap: 12px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.apex-video-play--overlay .apex-video-play-icon {
  width: 78px;
  height: 78px;
  font-size: 26px;
}
.apex-video-play--overlay:hover { transform: translate(-50%, -50%); }

/* ===== Apex CTA button — bigger, animated hover (bottom CTA sections) ===== */
.apex-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 46px;
  background: #1E3A72;
  color: #fff !important;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(10, 20, 45, 0.32);
  transition: transform .28s cubic-bezier(.2,.7,.3,1), box-shadow .28s ease, background .28s ease;
  z-index: 0;
}
/* sheen sweep that wipes across on hover */
.apex-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: skewX(-18deg);
  transition: left .55s ease;
  z-index: -1;
}
.apex-cta-btn .apex-cta-arrow {
  display: inline-block;
  transition: transform .28s ease;
}
.apex-cta-btn:hover,
.apex-cta-btn:focus {
  background: #24468a;
  color: #fff !important;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 38px rgba(10, 20, 45, 0.42);
}
.apex-cta-btn:hover::before,
.apex-cta-btn:focus::before { left: 130%; }
.apex-cta-btn:hover .apex-cta-arrow { transform: translateX(5px); }

/* dual-button CTA (product pages: Get Started + Buy Now) */
.apex-cta-action--dual {
  flex-direction: column;
  gap: 16px;
}
.apex-cta-btn--ghost {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.85);
  box-shadow: none;
}
.apex-cta-btn--ghost:hover,
.apex-cta-btn--ghost:focus {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  box-shadow: 0 12px 30px rgba(10, 20, 45, 0.3);
}

/* ===== About page — scannable layout ===== */
.about-lead {
  font-size: 21px !important;
  line-height: 1.6 !important;
  font-weight: 600;
  color: #1E3A72;
  margin-bottom: 28px !important;
  text-wrap: balance;
}
.single-page-section .page-content h3 {
  margin-top: 38px;
  margin-bottom: 16px;
  color: #1E3A72;
  font-weight: 700;
}
.about-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 8px 0 4px;
}
@media screen and (max-width: 767px) {
  .about-paths { grid-template-columns: 1fr; }
}
.about-path-card {
  border: 1px solid #E9E9E7;
  border-top: 4px solid #1E3A72;
  border-radius: 10px;
  padding: 22px 24px;
  background: #FAFBFD;
}
.about-path-card h5 {
  color: #1E3A72;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 18px;
}
.about-path-card ul { margin: 0; }
.about-path-card ul li { margin-bottom: 8px; }
.about-cta-inline {
  margin-top: 40px;
  padding: 30px 32px;
  background: #F5F7FB;
  border-radius: 12px;
  text-align: center;
}
.about-cta-inline p {
  max-width: 640px;
  margin: 0 auto 22px !important;
  text-wrap: balance;
}

/* Founder block. The photo cell is a deliberate placeholder until Bill's photo
   is supplied — styled so it reads as "coming", not broken. */
.about-founder {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  align-items: center;
  margin: 8px 0 8px;
  padding: 28px 30px;
  background: #F5F7FB;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  .about-founder { grid-template-columns: 1fr; text-align: center; }
}
.about-founder-photo {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  background: #E3E9F4;
  border: 2px dashed #9DB6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #6B7A94;
  font-size: 13px;
  font-weight: 600;
  padding: 12px;
}
.about-founder-placeholder {
  color: #6B7A94;
  font-style: italic;
}
.about-founder-name {
  margin: 14px 0 0 !important;
  color: #14264D;
  font-size: 15px;
  line-height: 1.5;
}

/* ===== AI Technology page — perk grid ===== */
.ai-perk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 10px 0 4px;
}
@media screen and (max-width: 767px) {
  .ai-perk-grid { grid-template-columns: 1fr; }
}
.ai-perk {
  border: 1px solid #E9E9E7;
  border-radius: 12px;
  padding: 26px 26px 22px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ai-perk:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(10, 20, 45, 0.12);
  border-color: #C9D6EC;
}
.ai-perk-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1E3A72, #2B5AA0);
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
}
.ai-perk h5 {
  color: #1E3A72;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.ai-perk p { margin: 0; }
.about-path-card ul li a { color: #1E3A72; font-weight: 600; }

/* ===== Homepage differentiator band (only AI-powered insurance MLM + Zinnia) ===== */
.apex-differentiator {
  background: linear-gradient(135deg, #14264D 0%, #1E3A72 55%, #24468A 100%);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.apex-differentiator::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.apex-diff-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.apex-diff-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #9DB6E6;
  border: 1px solid rgba(157,182,230,0.4);
  border-radius: 20px;
  padding: 6px 16px;
  margin-bottom: 22px;
}
.apex-diff-title {
  color: #fff;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.28;
  margin-bottom: 18px;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .apex-diff-title { font-size: 26px; }
}
.apex-diff-sub {
  color: #C9D6EC;
  font-size: 18px;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 30px;
  text-wrap: balance;
}
.apex-diff-partner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 20px 40px;
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 32px;
}
.apex-diff-partner-label {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #9DB6E6;
  font-weight: 600;
}
.apex-diff-partner-name {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: .12em;
  color: #fff;
  line-height: 1.1;
}
.apex-diff-partner-note {
  font-size: 13px;
  color: #B9C7E4;
  font-style: italic;
}
.apex-diff-btn { margin-top: 4px; }

/* ============================================================
   POP KIT — shared scannable components for all site pages
   (icon grids, stat rows, step ribbons, pull-quotes)
   ============================================================ */

/* --- Big stat row --- */
.pop-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 32px 0 8px;
}
@media screen and (max-width: 767px) { .pop-stats { grid-template-columns: 1fr 1fr; } }
.pop-stat {
  text-align: center;
  padding: 22px 12px;
  background: #F5F7FB;
  border-radius: 12px;
}
.pop-stat-num {
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  color: #1E3A72;
  letter-spacing: -.01em;
}
.pop-stat-label {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* --- Icon feature grid --- */
.pop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 10px 0 6px;
}
@media screen and (max-width: 991px) { .pop-grid { grid-template-columns: 1fr 1fr; } }
@media screen and (max-width: 575px) { .pop-grid { grid-template-columns: 1fr; } }
.pop-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
@media screen and (max-width: 767px) { .pop-grid.cols-2 { grid-template-columns: 1fr; } }
.pop-card {
  border: 1px solid #E9E9E7;
  border-radius: 14px;
  padding: 26px 24px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.pop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(10,20,45,0.12);
  border-color: #C9D6EC;
}
.pop-card-icon {
  width: 54px; height: 54px;
  border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #1E3A72, #2B5AA0);
  color: #fff; font-size: 22px;
  margin-bottom: 15px;
}
.pop-card h5 { color: #1E3A72; font-weight: 700; font-size: 17px; margin-bottom: 8px; }
.pop-card p { margin: 0; font-size: 15px; line-height: 1.6; color: #495057; }

/* --- 1-2-3 step ribbon --- */
.pop-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 14px 0 6px;
  counter-reset: popstep;
}
@media screen and (max-width: 767px) { .pop-steps { grid-template-columns: 1fr; } }
.pop-step {
  position: relative;
  padding: 26px 22px 22px;
  border-radius: 14px;
  background: #F5F7FB;
  border-top: 4px solid #1E3A72;
}
.pop-step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: #1E3A72; color: #fff; font-weight: 800; font-size: 17px;
  margin-bottom: 12px;
}
.pop-step h5 { color: #1E3A72; font-weight: 700; font-size: 16px; margin-bottom: 6px; }
.pop-step p { margin: 0; font-size: 14.5px; line-height: 1.55; color: #495057; }

/* --- Pull-quote highlight --- */
.pop-quote {
  margin: 34px 0;
  padding: 28px 34px;
  border-left: 5px solid #CC2027;
  background: #FBF6F6;
  border-radius: 0 12px 12px 0;
}
.pop-quote p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #1E3A72;
  text-wrap: balance;
}
@media screen and (max-width: 575px) { .pop-quote p { font-size: 20px; } }

/* --- Icon check bullets --- */
.pop-checks { list-style: none; margin: 8px 0 6px; padding: 0; }
.pop-checks li {
  position: relative;
  padding: 8px 0 8px 34px;
  font-size: 15.5px;
  line-height: 1.5;
  color: #37352F;
}
.pop-checks li::before {
  content: "\f00c"; /* fontawesome check */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute; left: 0; top: 8px;
  color: #1B7F43;
  font-size: 14px;
}
.pop-checks.two-col { columns: 2; column-gap: 34px; }
@media screen and (max-width: 767px) { .pop-checks.two-col { columns: 1; } }

/* =============================================================
   Apex positioning pillars — "Insurance First. Technology Second.
   Ownership Always."

   Sits directly under the hero and carrier logos. Light section so it
   reads as a break between the dark hero and the dark service band,
   and so the three pillars are scannable at a glance rather than
   being read as body copy.
   ============================================================= */
.apex-pillars {
  background: #F6F8FC;
  padding: 76px 0;
}
.apex-pillars-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.apex-pillars-title {
  color: #14264D;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 14px;
  text-wrap: balance;
}
.apex-pillars-sub {
  color: #4A5A78;
  font-size: 18px;
  line-height: 1.7;
  max-width: 660px;
  margin: 0 auto 44px;
  text-wrap: balance;
}
.apex-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: left;
  margin-bottom: 40px;
}
.apex-pillar {
  background: #fff;
  border: 1px solid #E3E9F4;
  border-radius: 12px;
  padding: 30px 26px;
  box-shadow: 0 2px 10px rgba(20,38,77,0.04);
}
.apex-pillar-num {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  color: #9DB6E6;
  margin-bottom: 12px;
}
.apex-pillar-head {
  color: #14264D;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
}
.apex-pillar-copy {
  color: #4A5A78;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}
.apex-pillars-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 1199px) {
  .apex-pillars-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 767px) {
  .apex-pillars-grid { grid-template-columns: 1fr; gap: 18px; }
}
@media screen and (max-width: 767px) {
  .apex-pillars { padding: 56px 0; }
  .apex-pillars-title { font-size: 26px; }
  .apex-pillars-sub { font-size: 16px; margin-bottom: 32px; }
}

/* =============================================================
   Events — Launch Leadership Week (Dallas)
   Uses the same navy/terracotta palette and card treatment as the
   positioning pillars, so the page reads as part of the site rather
   than a one-off landing page.
   ============================================================= */
.apex-events-hero {
  background: linear-gradient(135deg, #14264D 0%, #1E3A72 55%, #24468A 100%);
  padding: 84px 0 72px;
  text-align: center;
  color: #fff;
}
.apex-events-eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: #9DB6E6; border: 1px solid rgba(157,182,230,.4);
  border-radius: 20px; padding: 6px 16px; margin-bottom: 20px;
}
.apex-events-title {
  color: #fff; font-weight: 800; font-size: 46px; line-height: 1.1;
  margin: 0 0 8px; text-wrap: balance;
}
.apex-events-place { color: #E4B07A; font-size: 24px; font-weight: 700; margin: 0 0 14px; }
.apex-events-tagline { color: #C9D6EC; font-size: 17px; margin: 0; }

.apex-events-flyer { background: #F6F8FC; padding: 48px 0; }
.apex-events-flyer img {
  display: block; width: 100%; max-width: 900px; margin: 0 auto;
  border-radius: 12px; box-shadow: 0 18px 44px rgba(20,38,77,.18);
}

/* Narrated walkthrough band. Deliberately dark: it sits between the light-grey
   flyer and the white schedule, so the contrast is what stops the eye on it.
   Reuses .apex-events-eyebrow, which is drawn for a dark background. */
.apex-events-pres {
  background: linear-gradient(135deg, #14264D 0%, #1E3A72 100%);
  padding: 64px 0; text-align: center;
}
.apex-events-pres-title {
  color: #fff; font-weight: 800; font-size: 32px; margin: 0 0 10px;
  max-width: 760px; margin-inline: auto; text-wrap: balance;
}
.apex-events-pres-sub {
  color: #C9D6EC; font-size: 17px; line-height: 1.6; margin: 0 auto 28px;
  max-width: 640px;
}
/* August 4, above the Dallas flyer. Dark, so it separates from the white hero
   and reads as the first thing rather than a footnote to the flyer below. */
.apex-events-aug4 {
  background: linear-gradient(135deg, #14264D 0%, #1E3A72 100%);
  padding: 56px 0 60px; text-align: center;
}
/* The banner IS the link. A clickable image with no affordance gets ignored, so
   it lifts on hover and carries a permanent hint underneath — people do not
   click pictures unless they are told the picture is a button. */
.apex-aug4-banner {
  display: block; max-width: 900px; margin: 0 auto 22px; text-decoration: none;
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 18px 44px rgba(0,0,0,.34);
  transition: transform .2s ease, box-shadow .2s ease;
}
.apex-aug4-banner:hover { transform: translateY(-3px); box-shadow: 0 22px 54px rgba(0,0,0,.44); }
.apex-aug4-banner img { display: block; width: 100%; height: auto; }
.apex-aug4-hint {
  display: block; background: #C0392B; color: #fff;
  font-size: 15px; font-weight: 700; letter-spacing: .04em;
  padding: 11px 16px;
}
.apex-flyer-lead {
  text-align: center; color: #5A6478; font-size: 17px; margin: 0 0 18px;
}

/* Two buttons, deliberately unequal. The three-minute version is the one a cold
   visitor should click; the nine-minute one is for people who already want the
   detail, so it's outlined rather than solid. */
.apex-pres-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.apex-btn-ghost {
  background: transparent !important; border: 1px solid rgba(255,255,255,.45) !important;
  color: #fff !important;
}
.apex-btn-ghost:hover { background: rgba(255,255,255,.12) !important; }

/* ── Join Now: the one button that always points at whatever is next ──────
   Sits directly under the hero because it is the single most useful thing on
   the page for someone who already knows they are coming. */
.apex-joinnow { background: #14264D; padding: 28px 0; }
.apex-joinnow-card { text-align: center; max-width: 640px; margin: 0 auto; }
.apex-joinnow-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: #E4B07A; margin-bottom: 8px;
}
.apex-joinnow-title { color: #fff; font-size: 24px; font-weight: 800; margin: 0 0 4px; }
.apex-joinnow-when { color: #C9D6EC; font-size: 15px; margin: 0 0 18px; }
.apex-joinnow-btn {
  display: inline-block; background: #C0392B; color: #fff !important;
  font-size: 16px; font-weight: 700; letter-spacing: .02em;
  padding: 14px 38px; border-radius: 8px; text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.apex-joinnow-btn:hover { background: #A93226; transform: translateY(-2px); }
/* Closed state. Deliberately still legible — a greyed-out button that reads as
   broken makes people email support; one that clearly says "not yet" does not. */
.apex-joinnow-btn.is-waiting {
  background: #3A4A6B; cursor: default; opacity: .72;
}
.apex-joinnow-btn.is-waiting:hover { background: #3A4A6B; transform: none; }
.apex-joinnow-hint { color: #9DB6E6; font-size: 13px; margin: 12px 0 0; }

/* ── The road to Dallas: recurring Zoom leadership presentations ──────────
   Light panel, deliberately. It sits between two dark navy blocks (the Aug 4
   banner above, and further down the CTA), and a third dark block in a row
   turns the page into one long slab where nothing stands out. */
.apex-road { background: #fff; padding: 60px 0 64px; text-align: center; }
.apex-road .apex-events-eyebrow { color: #B4552D; }
.apex-road .apex-events-pres-title { color: #14264D; }
.apex-road .apex-events-pres-sub { color: #4A5A78; max-width: 660px; margin-inline: auto; }
/* 900px to match the Aug 4 banner. This flyer carries a lot of small type —
   at 760px the three day-columns stop being legible, and an unreadable flyer
   is just a heavy decoration. */
.apex-road-banner {
  display: block; max-width: 900px; margin: 0 auto 26px;
  border-radius: 12px; overflow: hidden; box-shadow: 0 14px 36px rgba(20,38,77,.16);
}
.apex-road-banner[hidden] { display: none; }
.apex-road-banner img { display: block; width: 100%; height: auto; }

/* The three nights. Mirrors the banner's three columns so the text version and
   the artwork read as the same thing rather than two competing lists. */
.apex-road-nights {
  list-style: none; padding: 0; margin: 0 auto 8px; max-width: 900px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: left;
}
.apex-road-nights li {
  border: 1px solid #E3E9F4; border-left: 3px solid #B4552D; border-radius: 10px;
  padding: 16px 18px; background: #FCFDFF;
}
.apex-road-nights p { color: #4A5A78; font-size: 14.5px; margin: 6px 0 0; }
.apex-road-night {
  font-size: 12px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: #14264D;
}

/* Dates as chips rather than the three-across card grid used for Dallas. Six
   items in that grid would read as six events of equal weight to the three
   that matter; these are one recurring meeting, listed. */
.apex-road-dates {
  list-style: none; padding: 0;
  margin: 26px auto 14px; max-width: 720px;
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.apex-road-dates li {
  border: 1px solid #E3E9F4; border-radius: 10px;
  padding: 12px 18px; min-width: 104px; background: #fff;
  box-shadow: 0 2px 10px rgba(20,38,77,.05);
}
.apex-road-dow {
  display: block; font-size: 11px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: #9DB6E6; margin-bottom: 3px;
}
.apex-road-day { display: block; font-size: 19px; font-weight: 800; color: #14264D; }

/* Past dates: faded and struck through, not removed. Seeing that Tuesday has
   gone is what tells you Wednesday is next. */
.apex-road-dates li.is-past { opacity: .38; background: #F6F8FC; box-shadow: none; }
.apex-road-dates li.is-past .apex-road-day { text-decoration: line-through; }

.apex-road-foot {
  color: #6B7A94; font-size: 14.5px; margin: 0 auto 24px; max-width: 620px;
}
.apex-road-dial { margin-top: 18px; color: #4A5A78; font-size: 14.5px; }
.apex-road-dial-line { margin: 0 0 4px; }
.apex-road-dial-line strong { color: #14264D; }
.apex-road-dial-line a { color: #2B4C7E; font-weight: 600; }
.apex-road-ask {
  color: #4A5A78; font-size: 16px; margin: 22px auto 0; max-width: 560px;
  border-top: 1px solid #E3E9F4; padding-top: 22px;
}
.apex-road-ask p { margin: 0 0 10px; }
.apex-road-ask-lead { color: #14264D; font-weight: 700; }
.apex-road-ask-btn { margin-top: 8px; }

.apex-events-list { background: #fff; padding: 72px 0; }
.apex-events-h2 {
  text-align: center; color: #14264D; font-weight: 800; font-size: 32px; margin: 0 0 40px;
}
.apex-event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.apex-event-card {
  background: #fff; border: 1px solid #E3E9F4; border-radius: 12px;
  padding: 28px 24px; text-align: center;
  box-shadow: 0 2px 10px rgba(20,38,77,.05);
}
.apex-event-day {
  display: block; font-size: 12px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: #9DB6E6; margin-bottom: 6px;
}
.apex-event-date { display: block; font-size: 28px; font-weight: 800; color: #14264D; }
.apex-event-time { display: block; font-size: 15px; font-weight: 700; color: #B4552D; margin-top: 4px; }
.apex-event-theme { color: #4A5A78; font-size: 15px; margin: 14px 0 0; }
/* Which venue each date belongs to. The three events are in three different
   places, so the date alone is not enough to act on. */
.apex-event-where {
  margin: 14px 0 0; padding-top: 13px; border-top: 1px solid #E3E9F4;
  color: #14264D; font-size: 14px; font-weight: 700;
}
.apex-event-where span {
  display: block; color: #6B7A94; font-size: 13px; font-weight: 500; margin-top: 2px;
}

.apex-events-venue { background: #F6F8FC; padding: 64px 0; }
.apex-venue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.apex-venue-card {
  display: flex; flex-direction: column; align-items: flex-start;
  background: #fff; border: 1px solid #E3E9F4; border-radius: 14px; padding: 30px 28px;
}
.apex-venue-when {
  display: block; font-size: 12px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: #B4552D; margin-bottom: 10px;
}
.apex-venue-card .apex-venue-address { flex: 1; }
.apex-venue-note-wide {
  margin-top: 28px; background: #fff; border: 1px solid #E3E9F4; border-left: 3px solid #E4B07A;
  border-radius: 14px; padding: 22px 26px;
}
.apex-venue-inner {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;
  background: #fff; border: 1px solid #E3E9F4; border-radius: 14px; padding: 38px 36px;
}
.apex-venue-name { color: #14264D; font-weight: 800; font-size: 26px; margin: 0 0 4px; }
.apex-venue-sub { color: #6B7A94; font-size: 14px; margin: 0 0 16px; }
.apex-venue-address { font-style: normal; color: #4A5A78; font-size: 16px; line-height: 1.7; margin-bottom: 20px; }
.apex-venue-address a { color: #2B4C7E; font-weight: 600; }
.apex-venue-note {
  border-left: 3px solid #E4B07A; padding-left: 22px; color: #4A5A78; font-size: 16px;
}
.apex-venue-note-lead { color: #14264D; font-weight: 800; font-size: 19px; margin: 0 0 6px; }

.apex-events-cta {
  background: linear-gradient(135deg, #14264D 0%, #1E3A72 100%);
  padding: 72px 0; text-align: center;
}
.apex-events-cta-title {
  color: #fff; font-weight: 800; font-size: 32px; margin: 0 0 10px;
  max-width: 760px; margin-inline: auto; text-wrap: balance;
}
.apex-events-cta-sub { color: #C9D6EC; font-size: 17px; margin: 0 0 28px; }
.apex-events-cta-btn { display: inline-flex; align-items: center; gap: 8px; }

@media screen and (max-width: 991px) {
  .apex-event-grid { grid-template-columns: 1fr; gap: 16px; }
  .apex-venue-grid { grid-template-columns: 1fr; gap: 16px; }
  .apex-venue-inner { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .apex-venue-note { border-left: none; border-top: 3px solid #E4B07A; padding-left: 0; padding-top: 20px; }
}
@media screen and (max-width: 767px) {
  .apex-events-hero { padding: 56px 0 48px; }
  .apex-events-title { font-size: 32px; }
  .apex-events-place { font-size: 19px; }
  .apex-events-h2, .apex-events-cta-title, .apex-events-pres-title { font-size: 25px; }
  /* Two chips per row on a phone. Letting them wrap freely leaves a lone
     orphan on the last line and the block stops reading as a set. */
  .apex-road-nights { grid-template-columns: 1fr; gap: 12px; }
  .apex-road-dates { gap: 8px; }
  .apex-road-dates li { min-width: 0; flex: 1 1 calc(50% - 8px); padding: 10px 12px; }
  .apex-road-day { font-size: 17px; }
}

/* The other cut of the same invitation. Quiet on purpose: most visitors want
   the default, and a second equal-weight button would make them choose when
   they have no basis to. */
.apex-alt-note { color: #C9D6EC; font-size: 15px; margin: 18px 0 0; }
.apex-alt-note a { color: #fff; text-decoration: underline; }
