html {
  font-size: 16px;
}

body::after, body::before {
  display: none !important;
}

.site {
  margin: 0 !important;
}

.site-content {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-inner {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

div#primary {
  float: none;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.container-full {
  max-width: 1610px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.container-fluid {
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.custom-container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.container-xsmall {
  max-width: 798px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container-xsmall {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .container-xsmall {
    max-width: 100%;
    padding: 0 20px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

a {
  border-color: #002A3A;
  color: #002A3A;
}
a:hover {
  border-color: #002A3A;
  color: #002A3A;
}

.link {
  text-decoration: underline;
  border-color: #002A3A;
  color: #002A3A;
}
.link:hover {
  border-color: #002A3A;
  color: #002A3A;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Barlow";
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.w-form {
  margin: 0 0 15px;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid;
}

.form-input {
  height: auto;
  min-height: 44px;
  margin-bottom: 0px;
  padding: 8px 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #000000;
  color: #ffffff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.w-button:hover {
  background-color: transparent;
  color: #000000;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

input.w-button {
  -webkit-appearance: button;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .w-layout-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .w-layout-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .w-layout-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.w-layout-grid.w-layout-grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
@media (max-width: 991px) {
  .w-layout-grid.w-layout-grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.dec p {
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .dec p {
    font-size: 14px;
    line-height: 25px;
  }
}
.dec p:empty {
  display: none;
}

.desc p {
  font-size: 17px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .desc p {
    font-size: 14px;
    line-height: 24px;
  }
}
.desc p:empty {
  display: none;
}

.heading-style-h1 {
  font-family: "Barlow";
  font-size: 86px;
  font-weight: bold;
  line-height: 60px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .heading-style-h1 {
    font-size: 35px;
    line-height: 30px;
  }
}

.heading-style-h2 {
  font-family: "Barlow";
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .heading-style-h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .heading-style-h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.heading-style-h3 {
  font-family: "Barlow";
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .heading-style-h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .heading-style-h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.heading-style-h4 {
  font-family: "Barlow";
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .heading-style-h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .heading-style-h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

.heading-style-h5 {
  font-family: "Barlow";
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .heading-style-h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .heading-style-h5 {
    font-size: 20px;
  }
}

.heading-style-h6 {
  font-family: "Barlow";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .heading-style-h6 {
    font-size: 18px;
  }
}

.container-fluid-right {
  padding-left: calc((100% - 1360px + 80px) / 2);
}
@media (max-width: 1360px) {
  .container-fluid-right {
    padding-left: calc((100% - 1170px + 80px) / 2);
  }
}
@media (max-width: 1199px) {
  .container-fluid-right {
    padding-left: calc((100% - 1010px + 80px) / 2);
  }
}
@media (max-width: 991px) {
  .container-fluid-right {
    padding-left: calc((100% - 800px + 80px) / 2);
  }
}
@media (max-width: 767px) {
  .container-fluid-right {
    padding-left: 45px;
  }
}

.text-right {
  text-align: right;
}

.text16-description {
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .text16-description {
    font-size: 14px;
    line-height: 25px;
  }
}
.text16-description.lineheight-36 {
  line-height: 36px;
}
@media (max-width: 767px) {
  .text16-description.lineheight-36 {
    line-height: 25px;
  }
}
.text16-description.lineheight-36 p {
  line-height: 36px;
}
@media (max-width: 767px) {
  .text16-description.lineheight-36 p {
    line-height: 25px;
  }
}
.text16-description p {
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .text16-description p {
    font-size: 14px;
    line-height: 25px;
  }
}

.bg-gradient {
  position: relative;
}
.bg-gradient::after {
  background: transparent linear-gradient(90deg, #262828 0%, #606261 10%, #929594 20%, #B5B9B8 30%, #CBCFCF 40%, #D6DBDA 50%, #DCE0E0 60%, #DDE2E2 70%, #DEE2E2 80%, #DEE2E2 90%, #DEE2E2 100%) 0% 0% no-repeat padding-box;
  opacity: 0.12;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-gradient .container {
  position: relative;
  z-index: 1;
}
.bg-gradient .row {
  position: relative;
  z-index: 1;
}

.bg-gradient-2 {
  position: relative;
}
.bg-gradient-2::after {
  background: transparent linear-gradient(90deg, #262828 0%, #606261 10%, #929594 20%, #B5B9B8 30%, #CBCFCF 40%, #D6DBDA 50%, #DCE0E0 60%, #DDE2E2 70%, #DEE2E2 80%, #DEE2E2 90%, #DEE2E2 100%) 0% 0% no-repeat padding-box;
  opacity: 0.12;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-gradient-2 .container {
  position: relative;
  z-index: 1;
}

.hide-add-to-cart .single_add_to_cart_button {
  display: none;
}
.hide-add-to-cart .qty {
  display: none;
}

.request-quote {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  order: 10;
  padding: 16px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #8a5620;
  background-color: #8a5620;
  color: #ffffff;
  text-align: center;
  min-width: 224px;
  border-radius: 5px;
  font-weight: 600;
  font-family: "Montserrat";
  transition: all 0.3s;
  text-transform: capitalize;
  line-height: 17px;
}
.request-quote:hover {
  border-color: #8a5620;
  background-color: transparent;
  color: #8a5620;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: calc(100% - 0px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 80px;
}

.hidden {
  display: none;
}

.popup-content {
  background-color: #ffffff;
  margin: 0px auto;
  padding: 0px;
  border: 1px solid #707070;
  max-width: 1382px;
  position: relative;
  width: calc(100% - 40px);
}
.popup-content .gform_wrapper {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 30px 40px;
}
.popup-content .gform_wrapper .gform_confirmation_message p {
  color: green;
  font-size: 22px;
}
.popup-content .gform_wrapper .gform_heading h2 {
  margin-bottom: 15px;
  font-family: "Barlow";
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .popup-content .gform_wrapper .gform_heading h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .popup-content .gform_wrapper .gform_heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.popup-content .gform_wrapper .gform_footer.top_label input {
  border-color: #EE8127 !important;
  background-color: #EE8127 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  border: 3px solid transparent !important;
  font-weight: 600 !important;
  outline: none !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding: 13px 10px !important;
  min-width: 224px !important;
}
.popup-content .gform_wrapper .gform_footer.top_label input:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: transparent !important;
  color: #EE8127 !important;
  border-color: #EE8127 !important;
}
.popup-content .gform_wrapper.gform-theme--framework .gform_validation_errors {
  background-color: #ffffff;
}
.popup-content .gform_wrapper.gform-theme--foundation .gform_fields {
  column-gap: 40px;
}
@media (max-width: 767px) {
  .popup-content .gform_wrapper.gform-theme--foundation .gform_fields {
    display: block;
  }
}
.popup-content .gform_wrapper.gform-theme--foundation .gfield--type-name .ginput_complex span {
  margin: 0;
  padding: 0;
}
.popup-content .gform_wrapper.gform-theme--foundation .gform-grid-row {
  column-gap: 40px;
}
@media (max-width: 767px) {
  .popup-content .gform_wrapper.gform-theme--foundation .gform-grid-row {
    display: grid;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .popup-content .gform_wrapper .gform_body .gfield {
    margin-bottom: 20px;
  }
}
.popup-content .gform_wrapper .gform_body .gfield.gfield_error input,
.popup-content .gform_wrapper .gform_body .gfield.gfield_error textarea {
  border-color: #c02b0a;
}
.popup-content .gform_wrapper .gform_body .gfield label {
  font-size: 16px;
  line-height: 1;
  color: #262828;
  letter-spacing: 0;
  font-weight: 500;
}
.popup-content .gform_wrapper .gform_body .gfield input,
.popup-content .gform_wrapper .gform_body .gfield textarea {
  border: 2px solid #252828;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1;
  color: #262828;
  background-color: transparent;
  letter-spacing: 0;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  outline: none;
  height: 48px;
}
.popup-content .gform_wrapper .gform_body .gfield input::placeholder,
.popup-content .gform_wrapper .gform_body .gfield textarea::placeholder {
  font-size: 16px;
  line-height: 1;
  color: #5F6467;
  letter-spacing: 0;
  font-weight: 500;
  outline: none;
}
.popup-content .gform_wrapper .gform_body .gfield textarea {
  min-block-size: 98px;
  height: 98px;
}
.popup-content .gform_wrapper .gform_body .gfield .ginput_container_select select {
  border: 2px solid #252828;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  color: #5F6467;
  background-color: transparent;
  letter-spacing: 0;
  font-weight: 500;
  outline: none;
  width: 100%;
  max-width: 100%;
  padding: 21px 30px;
  box-shadow: none;
  height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url(../images/select-bg.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 27px) center;
}
.popup-content .gform_wrapper .gform_footer {
  justify-content: flex-end;
  position: relative;
}
.popup-content .gform_wrapper .gform_footer span {
  position: absolute;
  right: 40;
}
.popup-content .gform_wrapper #gform_submit_button_1 {
  border-color: #002A3A;
  background-color: #002A3A;
  color: #ffffff;
  border-radius: 5px;
  border: 3px solid transparent;
  font-weight: 600;
  outline: none;
  font-size: 18px;
  line-height: 21px;
  padding: 13px 10px;
  min-width: 224px;
  box-shadow: none;
}
@media (max-width: 991px) {
  .popup-content .gform_wrapper #gform_submit_button_1 {
    margin-top: 22px;
  }
}
.popup-content .gform_wrapper #gform_submit_button_1.active, .popup-content .gform_wrapper #gform_submit_button_1:focus, .popup-content .gform_wrapper #gform_submit_button_1:hover {
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  color: #002A3A;
  border-color: #002A3A;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #EE8127;
  float: right;
  font-size: 38px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.wow {
  visibility: hidden;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  line-height: 1;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .slick-slider .slick-prev, .slick-slider .slick-next {
    width: 38px;
    height: 38px;
  }
}
.slick-slider .slick-prev.slick-prev, .slick-slider .slick-next.slick-prev {
  left: 10px;
  background: url("./../../assets/images/leftarrow.svg") rgba(255, 255, 255, 0.6);
  background-position: 70% center;
  background-repeat: no-repeat;
  background-size: 40px;
}
@media (max-width: 767px) {
  .slick-slider .slick-prev.slick-prev, .slick-slider .slick-next.slick-prev {
    background-size: 23px;
  }
}
.slick-slider .slick-prev.slick-next, .slick-slider .slick-next.slick-next {
  right: 20px;
  background: url("./../../assets/images/rightaerrow.svg") rgba(255, 255, 255, 0.6);
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: 40px;
}
@media (max-width: 767px) {
  .slick-slider .slick-prev.slick-next, .slick-slider .slick-next.slick-next {
    background-size: 23px;
  }
}

.logo_box img {
  width: 210px;
  margin: 0 auto;
  height: 120px;
  object-fit: contain;
}

.page-template-template-blog .blog-banner {
  position: relative;
  margin-bottom: 30px;
}
.page-template-template-blog .blog-banner img {
  width: 100%;
  max-width: 100%;
  height: 432px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .page-template-template-blog .blog-banner img {
    height: 281px;
  }
}
.page-template-template-blog .blog-banner h1 {
  font-size: 70px;
  line-height: 85px;
  color: #002A3A;
  font-weight: bold;
  margin-top: 61px;
  margin-bottom: 10px;
  max-width: 1200px;
  position: absolute;
  top: 120px;
  left: 50%;
  right: 0;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 5px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
@media (max-width: 1439px) {
  .page-template-template-blog .blog-banner h1 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 1279px) {
  .page-template-template-blog .blog-banner h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .page-template-template-blog .blog-banner h1 {
    margin: 0;
    top: 100px;
  }
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-BoldItalic.eot");
  src: url("../fonts/Barlow/Barlow-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-BoldItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-BoldItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-BoldItalic.ttf") format("truetype"), url("../fonts/Barlow/Barlow-BoldItalic.svg#Barlow-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-Bold.eot");
  src: url("../fonts/Barlow/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Bold.woff") format("woff"), url("../fonts/Barlow/Barlow-Bold.ttf") format("truetype"), url("../fonts/Barlow/Barlow-Bold.svg#Barlow-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-ExtraBold.eot");
  src: url("../fonts/Barlow/Barlow-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ExtraBold.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ExtraBold.woff") format("woff"), url("../fonts/Barlow/Barlow-ExtraBold.ttf") format("truetype"), url("../fonts/Barlow/Barlow-ExtraBold.svg#Barlow-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-ExtraBoldItalic.eot");
  src: url("../fonts/Barlow/Barlow-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ExtraBoldItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Barlow/Barlow-ExtraBoldItalic.svg#Barlow-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-LightItalic.eot");
  src: url("../fonts/Barlow/Barlow-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-LightItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-LightItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-LightItalic.ttf") format("truetype"), url("../fonts/Barlow/Barlow-LightItalic.svg#Barlow-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-Italic.eot");
  src: url("../fonts/Barlow/Barlow-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Italic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Italic.woff") format("woff"), url("../fonts/Barlow/Barlow-Italic.ttf") format("truetype"), url("../fonts/Barlow/Barlow-Italic.svg#Barlow-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-ExtraLightItalic.eot");
  src: url("../fonts/Barlow/Barlow-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ExtraLightItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Barlow/Barlow-ExtraLightItalic.svg#Barlow-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-ExtraLight.eot");
  src: url("../fonts/Barlow/Barlow-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ExtraLight.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ExtraLight.woff") format("woff"), url("../fonts/Barlow/Barlow-ExtraLight.ttf") format("truetype"), url("../fonts/Barlow/Barlow-ExtraLight.svg#Barlow-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-Light.eot");
  src: url("../fonts/Barlow/Barlow-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Light.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Light.woff") format("woff"), url("../fonts/Barlow/Barlow-Light.ttf") format("truetype"), url("../fonts/Barlow/Barlow-Light.svg#Barlow-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-BlackItalic.eot");
  src: url("../fonts/Barlow/Barlow-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-BlackItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-BlackItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-BlackItalic.ttf") format("truetype"), url("../fonts/Barlow/Barlow-BlackItalic.svg#Barlow-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-Regular.eot");
  src: url("../fonts/Barlow/Barlow-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Regular.woff") format("woff"), url("../fonts/Barlow/Barlow-Regular.ttf") format("truetype"), url("../fonts/Barlow/Barlow-Regular.svg#Barlow-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-Black.eot");
  src: url("../fonts/Barlow/Barlow-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Black.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Black.woff") format("woff"), url("../fonts/Barlow/Barlow-Black.ttf") format("truetype"), url("../fonts/Barlow/Barlow-Black.svg#Barlow-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-Medium.eot");
  src: url("../fonts/Barlow/Barlow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Medium.woff") format("woff"), url("../fonts/Barlow/Barlow-Medium.ttf") format("truetype"), url("../fonts/Barlow/Barlow-Medium.svg#Barlow-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-SemiBoldItalic.eot");
  src: url("../fonts/Barlow/Barlow-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-SemiBoldItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Barlow/Barlow-SemiBoldItalic.svg#Barlow-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-SemiBold.eot");
  src: url("../fonts/Barlow/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow/Barlow-SemiBold.ttf") format("truetype"), url("../fonts/Barlow/Barlow-SemiBold.svg#Barlow-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-Thin.eot");
  src: url("../fonts/Barlow/Barlow-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-Thin.woff2") format("woff2"), url("../fonts/Barlow/Barlow-Thin.woff") format("woff"), url("../fonts/Barlow/Barlow-Thin.ttf") format("truetype"), url("../fonts/Barlow/Barlow-Thin.svg#Barlow-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-ThinItalic.eot");
  src: url("../fonts/Barlow/Barlow-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-ThinItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-ThinItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-ThinItalic.ttf") format("truetype"), url("../fonts/Barlow/Barlow-ThinItalic.svg#Barlow-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-MediumItalic.eot");
  src: url("../fonts/Barlow/Barlow-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow/Barlow-MediumItalic.woff2") format("woff2"), url("../fonts/Barlow/Barlow-MediumItalic.woff") format("woff"), url("../fonts/Barlow/Barlow-MediumItalic.ttf") format("truetype"), url("../fonts/Barlow/Barlow-MediumItalic.svg#Barlow-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #5F6467;
  font-family: "Barlow";
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
body a:focus {
  outline: none;
}
body input:focus {
  outline: none;
}
body textarea:focus {
  outline: none;
}
body button:focus {
  outline: none;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0 !important;
}

h1 {
  font-family: "Barlow";
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

h2 {
  font-family: "Barlow";
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3 {
  font-family: "Barlow";
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

h4 {
  font-family: "Barlow";
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
  }
}

h5 {
  font-family: "Barlow";
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Barlow";
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

header.site-header {
  padding: 22px 0;
  background: url("../images/header_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  header.site-header {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  header.site-header {
    padding: 13px 0;
  }
}
@media (max-width: 909px) {
  header.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media (min-width: 910px) {
  header.site-header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-animation: bar 1s ease;
  }
}
header.site-header .site-header-main {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}
@media (max-width: 909px) {
  header.site-header .site-header-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.site-header .site-header-main .site-header-menu {
  margin: 0;
}
@media (max-width: 909px) {
  header.site-header .site-header-main .site-header-menu {
    padding: 30px 0;
    display: block;
    position: fixed;
    top: 76px;
    left: 100%;
    width: 100%;
    background: url(../images/header_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s linear;
  }
  header.site-header .site-header-main .site-header-menu nav {
    padding: 0 40px;
  }
}
@media (max-width: 909px) and (max-width: 767px) {
  header.site-header .site-header-main .site-header-menu nav {
    padding: 0 20px;
  }
}
@media (max-width: 909px) {
  header.site-header .site-header-main .site-header-menu.toggled-on {
    left: 0;
  }
}
header.site-header .site-header-main .site-header-menu ul {
  gap: 30px;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  header.site-header .site-header-main .site-header-menu ul {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  header.site-header .site-header-main .site-header-menu ul {
    gap: 15px;
  }
}
@media (max-width: 909px) {
  header.site-header .site-header-main .site-header-menu ul {
    gap: 0px;
    flex-flow: column;
  }
}
header.site-header .site-header-main .site-header-menu ul::after, header.site-header .site-header-main .site-header-menu ul:before {
  display: none;
}
header.site-header .site-header-main .site-header-menu ul li a {
  color: #ffffff;
  transition: all 0.3s linear;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Barlow";
}
@media (max-width: 991px) {
  header.site-header .site-header-main .site-header-menu ul li a {
    font-size: 18px;
    line-height: 30px;
  }
}
header.site-header .site-header-main .site-header-menu ul li a:hover {
  color: #6393B6;
}
header.site-header .site-header-main .site-branding {
  line-height: 0;
}
header.site-header .site-header-main .site-branding a {
  line-height: 0;
}
@media (max-width: 1199px) {
  header.site-header .site-header-main .site-branding a img {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  header.site-header .site-header-main .site-branding a img {
    max-width: 170px;
  }
}
@media (max-width: 909px) {
  header.site-header .site-header-main .site-branding a img {
    max-width: 130px;
  }
}
header.site-header .site-header-main button.menu-toggle {
  font-size: 0;
  position: relative;
  border: none;
  width: 50px;
  height: 50px;
  outline: none;
  background: transparent;
}
header.site-header .site-header-main button.menu-toggle:focus {
  background-color: transparent;
}
header.site-header .site-header-main button.menu-toggle:After {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/toggle.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
header.site-header .site-header-main button.menu-toggle.toggled-on::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/close.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
header.site-header .site-header-main button.menu-toggle.toggled-on::after {
  display: none;
}

@keyframes bar {
  0% {
    top: -100px;
  }
  100% {
    top: 0%;
  }
}
footer.site-footer {
  padding: 50px 0;
  background: #002A3A;
}
@media (max-width: 767px) {
  footer.site-footer {
    padding: 50px 0 30px;
  }
}
footer.site-footer .container {
  display: flex;
  flex-flow: column;
  gap: 50px;
}
@media (max-width: 1199px) {
  footer.site-footer .container {
    gap: 30px;
  }
}
footer.site-footer .container .row .col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  footer.site-footer .container .row .col {
    gap: 50px;
  }
}
footer.site-footer .container .row .col .left-area {
  width: 30%;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 767px) {
  footer.site-footer .container .row .col .left-area {
    width: 100%;
  }
}
footer.site-footer .container .row .col .left-area .logo-footer a {
  display: flex;
  align-items: center;
  width: max-content;
}
@media (max-width: 991px) {
  footer.site-footer .container .row .col .left-area .logo-footer a {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  footer.site-footer .container .row .col .left-area .logo-footer a img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  footer.site-footer .container .row .col .left-area .logo-footer a img {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  footer.site-footer .container .row .col .left-area .logo-footer a img {
    max-width: 240px;
  }
}
footer.site-footer .container .row .col .left-area .social {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  footer.site-footer .container .row .col .left-area .social {
    display: none;
  }
}
footer.site-footer .container .row .col .left-area .social a {
  line-height: 1;
  width: 55px;
  height: 55px;
  transition: all 0.3s linear;
  border-radius: 100%;
}
footer.site-footer .container .row .col .left-area .social a:hover {
  background-color: #6393B6;
  border-color: #6393B6;
}
footer.site-footer .container .row .col .right-area {
  width: 35%;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
@media (max-width: 1199px) {
  footer.site-footer .container .row .col .right-area {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  footer.site-footer .container .row .col .right-area {
    width: 100%;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    gap: 30px;
  }
}
footer.site-footer .container .row .col .right-area .top {
  color: #EDEDED;
}
@media (max-width: 767px) {
  footer.site-footer .container .row .col .right-area .top {
    text-align: center;
  }
}
footer.site-footer .container .row .col .right-area .top p {
  font-size: 17px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 0;
  color: #EDEDED;
}
@media (max-width: 767px) {
  footer.site-footer .container .row .col .right-area .top p {
    font-size: 16px;
  }
}
footer.site-footer .container .row .col .right-area .top p:first-child {
  color: #6393B6;
}
@media (max-width: 767px) {
  footer.site-footer .container .row .col .right-area .top p:first-child {
    display: none;
  }
}
footer.site-footer .container .row .col .right-area .top p a {
  color: #EDEDED;
  transition: all 0.3s linear;
}
footer.site-footer .container .row .col .right-area .top p a:hover {
  color: #6393B6;
}
@media (min-width: 768px) {
  footer.site-footer .container .row .col .right-area .social {
    display: none;
  }
}
footer.site-footer .container .row .col .right-area .social {
  line-height: 0;
}
footer.site-footer .container .row .col .right-area .social a {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.site-footer .container .row.copy-right .col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer.site-footer .container .row.copy-right .col {
    justify-content: center;
    max-width: 270px;
    margin: auto;
    text-align: center;
  }
}
footer.site-footer .container .row.copy-right .col .txt p {
  color: #EDEDED;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
footer.site-footer .container .row.copy-right .col .txt p a {
  color: #EDEDED;
  transition: all 0.3s linear;
  font-size: 16px;
  font-weight: 500;
}
footer.site-footer .container .row.copy-right .col .txt p a:hover {
  color: #6393B6;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.button-group.is-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn.view-btn {
  background: #ffffff;
  padding: 16px;
  display: inline-flex;
  border: 1px solid #ffffff;
  border-radius: 50px;
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
  min-width: 298px;
  text-align: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .btn.view-btn {
    min-width: 255px;
  }
}
.btn.view-btn:hover {
  background-color: #6393B6;
  border-color: #6393B6;
  color: #ffffff;
}

.section_hero {
  width: 100%;
  padding-top: 400px;
  padding-bottom: 230px;
  margin-top: -171px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .section_hero {
    padding-top: 370px;
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .section_hero {
    padding-top: 320px;
    padding-bottom: 150px;
  }
}
@media (max-width: 909px) {
  .section_hero {
    padding-top: 210px;
    padding-bottom: 120px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section_hero {
    padding-top: 170px;
    padding-bottom: 80px;
  }
}
.section_hero .inner-html .heading-style-h2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 1199px) {
  .section_hero .inner-html .heading-style-h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section_hero .inner-html .heading-style-h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section_hero .inner-html .heading-style-h2 {
    font-size: 17px;
    letter-spacing: 1px;
  }
}

section.section_about {
  background-color: #223c75;
  padding-top: 80px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  section.section_about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  section.section_about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  section.section_about {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: right;
  }
}
section.section_about .inner-html .text-wrapper {
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 767px) {
  section.section_about .inner-html .text-wrapper {
    max-width: 100%;
  }
}
section.section_about .inner-html .text-wrapper p {
  margin: 0;
  color: #E7E7E7;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  section.section_about .inner-html .text-wrapper p {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  section.section_about .inner-html .text-wrapper p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  section.section_about .inner-html .text-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}

.section_solution {
  padding-top: 70px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 767px) {
  .section_solution {
    background-image: url("../images/mobile-bg.png") !important;
  }
}
@media (max-width: 991px) {
  .section_solution {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section_solution {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  .section_solution .inner-html {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section_solution .inner-html .solution_grid {
  margin-top: 80px;
  margin-bottom: 150px;
}
@media (max-width: 1199px) {
  .section_solution .inner-html .solution_grid {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section_solution .inner-html .solution_grid {
    margin: 60px 0;
  }
}
@media (min-width: 993px) {
  .section_solution .inner-html .solution_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-content: space-between;
    align-items: stretch;
  }
}
.section_solution .inner-html .solution_grid .solution_grid_box {
  display: flex;
  flex-flow: column;
  gap: 25px;
}
@media (max-width: 1199px) {
  .section_solution .inner-html .solution_grid .solution_grid_box {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .section_solution .inner-html .solution_grid .solution_grid_box {
    max-width: unset;
    gap: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.section_solution .inner-html .solution_grid .solution_grid_box .img-wrap {
  text-align: center;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .section_solution .inner-html .solution_grid .solution_grid_box .img-wrap {
    width: 60px;
    height: 60px;
  }
}
.section_solution .inner-html .solution_grid .solution_grid_box .text-wrap {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .section_solution .inner-html .solution_grid .solution_grid_box .text-wrap {
    max-width: 220px;
  }
}
.section_solution .inner-html .solution_grid .solution_grid_box .text-wrap .heading-style-h5 {
  color: #223C75;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .section_solution .inner-html .solution_grid .solution_grid_box .text-wrap .heading-style-h5 {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .section_solution .inner-html .solution_grid .solution_grid_box .text-wrap .heading-style-h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.section_solution .inner-html .solution_grid .solution_grid_box .text-wrap p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #5F6467;
}
@media (max-width: 991px) {
  .section_solution .inner-html .solution_grid .solution_grid_box .text-wrap p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section_solution .inner-html .solution_grid .solution_grid_box .text-wrap p {
    font-size: 14px;
    line-height: 24px;
  }
}
.section_solution .inner-html .solution_grid .slick-list {
  margin: 0 40px;
}
@media (max-width: 767px) {
  .section_solution .inner-html .solution_grid .slick-list {
    margin: 0 20px;
  }
}
.section_solution .inner-html .solution_grid button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  font-size: 0;
  outline: none;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .section_solution .inner-html .solution_grid button {
    width: 30px;
    height: 30px;
  }
}
.section_solution .inner-html .solution_grid button.slick-prev {
  left: 0;
  background-image: url(../images/left_slide.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .section_solution .inner-html .solution_grid button.slick-prev {
    left: -15px;
  }
}
.section_solution .inner-html .solution_grid button.slick-next {
  right: 0;
  background-image: url(../images/right_slide.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .section_solution .inner-html .solution_grid button.slick-next {
    right: -15px;
  }
}

.section-title {
  font-size: 25px;
  line-height: 24px;
  color: #012A3A;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 18px;
  }
}

.custom-card .card {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .custom-card .card {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .custom-card .card {
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.custom-card .card:nth-child(even) {
  flex-direction: row-reverse;
}
.custom-card .card:nth-child(even) .card-content {
  padding: 40px 40px 40px 70px;
}
@media (max-width: 767px) {
  .custom-card .card:nth-child(even) .card-content {
    padding: 10px 45px 45px;
  }
}
.custom-card .card:nth-child(even) .card-content::before {
  left: 0;
  right: -200px;
}
@media (max-width: 767px) {
  .custom-card .card:nth-child(even) .card-content::before {
    right: 0;
  }
}
.custom-card .card-sub-title {
  font-weight: 500;
  font-style: italic;
  color: #012A3A;
}
.custom-card .card-image {
  width: 29.3333%;
  position: relative;
  z-index: 1;
  min-width: 385px;
}
@media (max-width: 991px) {
  .custom-card .card-image {
    min-width: 265px;
  }
}
@media (max-width: 767px) {
  .custom-card .card-image {
    min-width: initial;
    width: 100%;
    max-width: 310px;
    margin: auto;
  }
}
.custom-card .content-inner {
  position: relative;
}
.custom-card .card-content {
  background: #F5F5F5;
  padding: 40px 70px 40px 50px;
  width: 70.66666%;
  position: relative;
}
@media (max-width: 767px) {
  .custom-card .card-content {
    width: 100%;
    padding: 10px 45px 45px;
  }
}
.custom-card .card-content::before {
  content: "";
  background: #F5F5F5;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200px;
  right: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .custom-card .card-content::before {
    top: -190px;
    left: 0;
  }
}
.custom-card .card-content p {
  font-size: 14px;
  line-height: 25px;
}
.custom-card .card-content .content {
  margin-top: 15px;
}

.section-structure .inner-html {
  max-width: 650px;
  display: flex;
  flex-flow: column;
}
@media (max-width: 767px) {
  .section-structure .inner-html {
    max-width: 290px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-structure .inner-html .text-wrapper {
  display: flex;
  flex-flow: column;
  gap: 25px;
}
.section-structure .img-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 58px;
}
@media (max-width: 767px) {
  .section-structure .img-wrapper {
    margin-top: 20px;
    max-width: 250px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-structure .img-wrapper img {
  width: 100%;
  max-width: 140px;
}

section.section-solutions_deliver {
  padding-top: 70px;
  padding-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  section.section-solutions_deliver {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  section.section-solutions_deliver .container-full {
    padding-left: 0;
    padding-right: 0;
  }
}
section.section-solutions_deliver .inner-html .title-wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  section.section-solutions_deliver .inner-html .title-wrap {
    margin-bottom: 40px;
  }
}
section.section-solutions_deliver .inner-html .title-wrap .heading-style-h4 {
  color: #fff;
}
section.section-solutions_deliver .inner-html .solutions-slider-wrap .slick-track {
  display: flex;
}
section.section-solutions_deliver .inner-html .solutions-slider-wrap .solutions_box {
  background: #fff;
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 33px;
  padding: 45px 50px;
  margin: 0 10px 0 38px;
  height: auto;
}
@media (max-width: 767px) {
  section.section-solutions_deliver .inner-html .solutions-slider-wrap .solutions_box {
    padding: 36px 20px 40px 20px;
    margin: 0 15px;
  }
}
section.section-solutions_deliver .inner-html .solutions-slider-wrap .solutions_box img {
  height: 77px;
}
section.section-solutions_deliver .inner-html .solutions-slider-wrap .solutions_box .heading-style-h6 {
  font-size: 20px;
  text-align: center;
  color: #002A3A;
}
@media (max-width: 767px) {
  section.section-solutions_deliver .inner-html .solutions-slider-wrap .solutions_box .heading-style-h6 {
    font-size: 16px;
  }
}

section.section-partnerships {
  padding-top: 89px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  section.section-partnerships {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  section.section-partnerships .container-full {
    padding-left: 0;
    padding-right: 0;
  }
}
section.section-partnerships .inner-html .title-wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  section.section-partnerships .inner-html .title-wrap {
    margin-bottom: 40px;
  }
}
section.section-partnerships .inner-html .title-wrap .heading-style-h4 {
  color: #002A3A;
}
section.section-partnerships .partner-slider-wrap .slick-track {
  display: flex;
  align-items: center;
}
section.section-partnerships .partner-slider-wrap .slick-track .logo_box {
  margin: 0 15px;
}
section.section-partnerships .partner-slider-wrap .slick-track .logo_box .logo-link {
  height: 100px;
  display: flex;
}
section.section-partnerships .partner-slider-wrap .slick-track .logo_box img {
  height: auto;
  width: auto;
}
section.section-partnerships .partner-slider-wrap .logo_box {
  margin: 0 48px;
}
@media (max-width: 767px) {
  section.section-partnerships .partner-slider-wrap .logo_box {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  section.section-partnerships .partner-slider-wrap.slick-slider .slick-prev {
    left: 20px;
  }
}
@media (max-width: 767px) {
  section.section-partnerships .partner-slider-wrap.slick-slider .slick-next {
    right: 20px;
  }
}

.section-contract {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("./../../assets/images/bg-red-gradient.jpg");
}
@media (max-width: 767px) {
  .section-contract {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-contract .section-title {
  color: #ffffff;
}
.section-contract .inner-html .title-row {
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .section-contract .inner-html .title-row {
    margin-bottom: 40px;
  }
}
.section-contract .inner-html .title-row .heading-style-h4 {
  color: #fff;
}
.section-contract .inner-html .sub-title h4 {
  color: #ffffff;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .section-contract .inner-html .sub-title h4 {
    font-size: 16px;
    font-weight: 500;
  }
}
.section-contract .inner-html .content-row {
  display: flex;
  flex-flow: column;
  gap: 69px;
}
@media (max-width: 767px) {
  .section-contract .inner-html .content-row {
    gap: 38px;
  }
}
.section-contract .inner-html .content-row .sub-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section-contract .inner-html .content-row .sub-title {
    margin-bottom: 30px;
  }
}
.section-contract .inner-html .content-row .sub-title .heading-style-h4 {
  color: #fff;
}
.section-contract .inner-html .content-row .cont-box-main {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 767px) {
  .section-contract .inner-html .content-row .cont-box-main {
    justify-content: center;
  }
}
.section-contract .inner-html .content-row .cont-box-main .cont-box {
  width: 100%;
  max-width: calc(33.33% - 70px);
}
@media (max-width: 1199px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box {
    max-width: calc(33.33% - 15px);
  }
}
@media (max-width: 767px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box {
    max-width: 100%;
    position: relative;
    padding: 0 0px;
  }
}
.section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap {
  background: #002a3a;
  padding-top: 28px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap {
    width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap {
    width: 281px;
    margin: 0 auto;
  }
}
@media (max-width: 370px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap {
    width: 240px;
    margin: 0 auto;
  }
}
.section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap h6 {
  font-weight: 500;
  line-height: 25px;
  padding-left: 34px;
  padding-right: 34px;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap h6 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
  }
}
@media (max-width: 991px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap h6 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap h6 {
    padding-left: 26px;
    padding-right: 26px;
    min-height: auto;
  }
}
@media (max-width: 370px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap h6 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap .heading-style-h4 {
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap .heading-style-h4 {
    font-size: 18px;
  }
}
.section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap .text-wrap-inner {
  display: none;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 40px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap .text-wrap-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap .text-wrap-inner {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (max-width: 370px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap .text-wrap-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap .text-wrap-inner ul {
  margin-top: 20px;
}
.section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap .text-wrap-inner ul li {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  text-align: left;
}
.section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap .text-wrap-inner ul li .desc p {
  font-size: 14px;
}
.section-contract .inner-html .content-row .cont-box-main .cont-box .text-wrap .text-wrap-inner ul li .desc:first-child {
  max-width: 85px;
  min-width: 85px;
  text-align: right;
}
.section-contract .inner-html .content-row .cont-box-main .cont-box .btn-wrap {
  background-color: #5f6467;
}
.section-contract .inner-html .content-row .cont-box-main .cont-box .btn-wrap.active span {
  transform: rotate(180deg) translateY(-5px);
}
.section-contract .inner-html .content-row .cont-box-main .cont-box .btn-wrap button {
  color: #fff;
  letter-spacing: 0;
  padding: 14px 30px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: transparent;
  width: 100%;
  flex-direction: column;
  font-family: "Barlow";
}
@media (max-width: 1024px) {
  .section-contract .inner-html .content-row .cont-box-main .cont-box .btn-wrap button {
    font-size: 18px;
  }
}
.section-contract .inner-html .content-row .cont-box-main .cont-box .btn-wrap button:hover {
  background: transparent;
}

.slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li.slick-active button:before {
  background-color: #fff;
}

.slick-dots li button:before {
  content: "";
  /* font-size: 22px; */
  /* line-height: 20px; */
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #fff;
}

.section-certification {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 67px;
  padding-bottom: 140px;
  background-position: center;
}
@media (max-width: 767px) {
  .section-certification {
    padding: 40px 0;
  }
}
.section-certification .title-row {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .section-certification .title-row {
    margin-bottom: 40px;
  }
}
.section-certification .title-row .heading-style-h4 {
  color: #002A3A;
}
.section-certification .certi-cards-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  gap: 50px;
  max-width: 1140px;
  width: 100%;
  margin: auto;
}
@media (max-width: 991px) {
  .section-certification .certi-cards-row {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .section-certification .certi-cards-row {
    display: block;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-certification .certi-cards-row .slick-track {
  display: flex !important;
}
.section-certification .certi-cards-row .slick-slide {
  height: inherit !important;
}
.section-certification .certi-cards-row .slick-dots {
  margin-top: 20px;
}
.section-certification .certi-cards-row .certi-cards-column {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 38px 43px;
}
@media (max-width: 1199px) {
  .section-certification .certi-cards-row .certi-cards-column {
    padding: 28px 15px;
  }
}
@media (max-width: 767px) {
  .section-certification .certi-cards-row .certi-cards-column {
    padding: 28px 40px;
    min-height: 323px;
  }
  .section-certification .certi-cards-row .certi-cards-column img {
    margin: 0 auto;
  }
}
.section-certification .certi-cards-row .certi-cards-column span {
  height: 120px;
  display: block;
  margin: 0 auto;
  margin-bottom: 13px;
}
.section-certification .certi-cards-row .certi-cards-column .certi-text {
  font-size: 17px;
  color: #002A3A;
  line-height: 30px;
}
.section-certification .certi-cards-row .certi-cards-column .certi-text p strong:first-child {
  display: block;
}
@media (max-width: 1199px) {
  .section-certification .certi-cards-row .certi-cards-column .certi-text {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-certification .certi-cards-row .certi-cards-column .certi-text h6 {
  font-size: 17px;
  color: #002A3A;
}
@media (max-width: 1199px) {
  .section-certification .certi-cards-row .certi-cards-column .certi-text h6 {
    font-size: 14px;
  }
}

section.section-industries {
  background-color: #6393B6;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 97px;
  background-position: center;
}
@media (max-width: 767px) {
  section.section-industries {
    padding: 40px 0;
  }
}
section.section-industries .title-row {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  section.section-industries .title-row {
    margin-bottom: 40px;
  }
}
section.section-industries .title-row .heading-style-h4 {
  color: #ffffff;
}
section.section-industries .industries-cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  gap: 58px;
  max-width: 1026px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.section-industries .industries-cards-row {
    display: block;
    text-align: center;
  }
}
section.section-industries .industries-cards-row .slick-track {
  display: flex !important;
}
section.section-industries .industries-cards-row .slick-slide {
  height: inherit !important;
}
section.section-industries .industries-cards-row .slick-dots {
  margin-top: 20px;
}
section.section-industries .industries-cards-row .industries-cards-column {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 38px 108px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  section.section-industries .industries-cards-row .industries-cards-column {
    padding: 28px 15px;
  }
}
@media (max-width: 767px) {
  section.section-industries .industries-cards-row .industries-cards-column {
    margin: 0 auto;
    padding: 40px 60px;
    width: 100% !important;
    max-width: 248px;
  }
  section.section-industries .industries-cards-row .industries-cards-column img {
    margin: 0 auto;
  }
}
section.section-industries .industries-cards-row .industries-cards-column span {
  display: flex;
  margin: 0 auto;
  margin-bottom: 13px;
  height: 120px;
  align-items: center;
}
section.section-industries .industries-cards-row .industries-cards-column .industries-text h4 {
  color: #002A3A;
}
@media (max-width: 767px) {
  section.section-industries .industries-cards-row .industries-cards-column .industries-text h4 {
    font-size: 16px;
  }
}

.section-clients {
  padding-top: 80px;
  padding-bottom: 110px;
}
@media (max-width: 1200px) {
  .section-clients {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-clients {
    padding: 70px 0 45px;
  }
}
@media (max-width: 991px) {
  .section-clients .container-full {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-clients .heading-style-h4 {
  color: #002A3A;
}
.section-clients .sub-title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .section-clients .sub-title-wrap {
    margin-bottom: 15px;
  }
}
.section-clients .gov-slider-wrap {
  margin-bottom: 50px;
  padding-left: 60px;
  padding-right: 70px;
}
@media (max-width: 991px) {
  .section-clients .gov-slider-wrap {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .section-clients .gov-slider-wrap {
    padding: 0 0px;
  }
}
.section-clients .gov-slider-wrap .gov_box {
  position: relative;
  text-align: center;
  padding: 15px 30px 30px 30px;
}
@media (max-width: 767px) {
  .section-clients .gov-slider-wrap .gov_box {
    padding: 15px 30px 20px 30px;
  }
}
.section-clients .gov-slider-wrap .gov_box:after {
  position: absolute;
  content: "";
  width: 86px;
  background-color: #9C1B20;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.section-clients .gov-slider-wrap .gov_box .heading-style-h5 {
  font-size: 25px;
  color: #223C75;
  line-height: 35px;
  text-align: center;
}
@media (max-width: 1400px) {
  .section-clients .gov-slider-wrap .gov_box .heading-style-h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
.section-clients .client-slider-wrap {
  padding: 0 50px;
}
@media (max-width: 991px) {
  .section-clients .client-slider-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-clients .client-slider-wrap .slick-track {
  display: flex;
  align-items: center;
}
.section-clients .client-slider-wrap .slick-track .logo_box {
  margin: 0 15px;
  height: 100px;
  display: flex;
}
.section-clients .client-slider-wrap .slick-track .logo_box img {
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .section-clients .client-slider-wrap.slick-slider .slick-prev {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .section-clients .client-slider-wrap.slick-slider .slick-next {
    right: 20px;
  }
}

.sub-inner-title {
  font-size: 21px;
  color: #012A3A;
  font-weight: 600;
}

.agencies-rules {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 58px;
  max-width: 1140px;
  width: 100%;
  margin: 90px auto;
}
@media (max-width: 991px) {
  .agencies-rules {
    gap: 20px;
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  .agencies-rules {
    gap: 30px;
    margin: 30px auto;
    max-width: 315px;
  }
}

.agencies-images {
  width: calc(34% - 29px);
}
@media (max-width: 991px) {
  .agencies-images {
    width: calc(34% - 10px);
  }
}
@media (max-width: 767px) {
  .agencies-images {
    width: 100%;
  }
}

.agencies-content {
  width: calc(66% - 29px);
}
@media (max-width: 991px) {
  .agencies-content {
    width: calc(66% - 10px);
  }
}
@media (max-width: 767px) {
  .agencies-content {
    width: 100%;
  }
}
.agencies-content h6 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .agencies-content h6 {
    margin-bottom: 20px;
  }
}
.agencies-content .agencies-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 500px;
  gap: 20px;
}
@media (max-width: 767px) {
  .agencies-content .agencies-list {
    grid-template-columns: auto;
    max-width: 100%;
    padding-left: 20px;
    gap: 0;
  }
}
.agencies-content .agencies-list .list {
  font-size: 15px;
  line-height: 30px;
  color: #5F6467;
}

section.section-careers {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
section.section-careers .row-full {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  section.section-careers .row-full {
    flex-direction: column;
  }
}
section.section-careers .row-full .heading-style-h4 {
  margin-bottom: 42px;
}
@media (max-width: 1024px) {
  section.section-careers .row-full .heading-style-h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
section.section-careers .row-full .col-half {
  width: 50%;
}
@media (max-width: 991px) {
  section.section-careers .row-full .col-half {
    width: 100%;
  }
}
section.section-careers .row-full .career-left-img {
  width: 60%;
}
section.section-careers .row-full .career-left-img img {
  width: 100%;
}
section.section-careers .row-full .career-left-img img.mobile-img {
  display: none;
}
@media (max-width: 991px) {
  section.section-careers .row-full .career-left-img img.mobile-img {
    display: block;
  }
}
section.section-careers .row-full .career-left-img img.desktop-img {
  display: block;
}
@media (max-width: 991px) {
  section.section-careers .row-full .career-left-img img.desktop-img {
    display: none;
  }
}
@media (min-width: 1700px) {
  section.section-careers .row-full .career-left-img {
    width: 50%;
  }
}
@media (max-width: 1299px) {
  section.section-careers .row-full .career-left-img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  section.section-careers .row-full .career-left-img {
    width: 100%;
  }
}
section.section-careers .row-full .career-right {
  width: 40%;
  background-color: #223C75;
  color: #ffffff;
  padding: 85px 120px;
}
@media (min-width: 1700px) {
  section.section-careers .row-full .career-right {
    width: 50%;
  }
}
@media (max-width: 1599px) {
  section.section-careers .row-full .career-right {
    padding: 45px 40px;
  }
}
@media (max-width: 1299px) {
  section.section-careers .row-full .career-right {
    width: 50%;
    padding: 35px 20px;
  }
}
@media (max-width: 991px) {
  section.section-careers .row-full .career-right {
    width: 100%;
    padding: 33px 45px;
  }
}
section.section-careers .row-full .career-right .career-content {
  max-width: 629px;
  margin: 0 auto;
}
@media (max-width: 1299px) {
  section.section-careers .row-full .career-right .career-content {
    max-width: 100%;
  }
}
section.section-careers .row-full .career-right p {
  font-weight: 400;
}
@media (max-width: 1299px) {
  section.section-careers .row-full .career-right p {
    font-size: 14px;
    line-height: 24px;
  }
}
section.section-careers .row-full .career-right p a {
  color: #ffffff;
  text-decoration: underline;
}
section.section-careers .row-full .career-right .heading-style-h6 {
  margin-bottom: 40px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  section.section-careers .row-full .career-right .heading-style-h6 {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
section.section-careers .row-full .career-right .btn.view-btn {
  margin-top: 40px;
}

section.section-contact {
  padding-top: 110px;
  padding-bottom: 112px;
  max-width: 806px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.section-contact {
    padding-top: 55px;
    padding-bottom: 82px;
  }
}
section.section-contact .ginput_container_fileupload .gform_fileupload_rules {
  display: none;
}
section.section-contact .heading-style-h4 {
  color: #002A3A;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  section.section-contact .heading-style-h4 {
    margin-bottom: 43px;
  }
}
@media (max-width: 991px) {
  section.section-contact .contact-form-sec .gform-theme--foundation .gform-grid-row {
    flex-flow: column;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  section.section-contact .contact-form-sec {
    padding: 0 25px;
  }
}
@media (max-width: 400px) {
  section.section-contact .contact-form-sec {
    padding: 0 0px;
  }
}
section.section-contact .contact-form-sec .name_first {
  margin-right: 53px;
}
@media (max-width: 991px) {
  section.section-contact .contact-form-sec .name_first {
    padding: 0 6px;
    margin-right: 0px;
  }
}
section.section-contact .contact-form-sec .name_last {
  padding-left: 0;
}
@media (max-width: 991px) {
  section.section-contact .contact-form-sec .name_last {
    padding: 0 6px;
  }
}
section.section-contact .contact-form-sec .gform_ajax_spinner {
  position: absolute;
  right: 5px;
  top: 5px;
}
section.section-contact .contact-form-sec .ginput_container_select {
  position: relative;
}
section.section-contact .contact-form-sec .ginput_container_select:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #5F6467;
  position: absolute;
  opacity: 0.53;
  content: "";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
section.section-contact .contact-form-sec .gform_footer {
  justify-content: end;
}
section.section-contact .contact-form-sec .gform_footer .gform_button {
  min-width: 260px !important;
  margin-top: 44px !important;
  border-radius: 15px !important;
  background: #9C1C20 !important;
  font-size: 20px !important;
  letter-spacing: 0.6px !important;
  color: #FFFFFF !important;
  text-transform: capitalize !important;
  opacity: 1;
  padding: 15px 26px !important;
}
@media (max-width: 991px) {
  section.section-contact .contact-form-sec .gform_footer .gform_button {
    margin-top: 0px !important;
  }
}
section.section-contact .contact-form-sec .gform_fields {
  column-gap: 53px;
  row-gap: 35px;
}
@media (max-width: 991px) {
  section.section-contact .contact-form-sec .gform_fields {
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
  }
}
section.section-contact .contact-form-sec select {
  font-size: 20px;
  font-weight: 500 !important;
  font-family: "Barlow" !important;
  color: #707070 !important;
  line-height: 24px;
}
@media (max-width: 991px) {
  section.section-contact .contact-form-sec select {
    font-size: 16px;
  }
}
section.section-contact .contact-form-sec textarea {
  background: #E7E7E7;
  border-radius: 15px;
  border: 0;
  box-shadow: none;
  padding: 15px 26px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Barlow";
}
@media (max-width: 991px) {
  section.section-contact .contact-form-sec textarea {
    font-size: 16px;
  }
}
section.section-contact .contact-form-sec .gform-field-label {
  font-size: 20px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  section.section-contact .contact-form-sec .gform-field-label {
    font-size: 16px;
  }
}
section.section-contact .contact-form-sec input[type=file] {
  padding: 8px 20px !important;
}
section.section-contact .contact-form-sec input, section.section-contact .contact-form-sec select {
  background: #E7E7E7;
  border-radius: 15px;
  height: 55px;
  border: 0;
  box-shadow: none;
  padding: 15px 26px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Barlow";
}
@media (max-width: 991px) {
  section.section-contact .contact-form-sec input, section.section-contact .contact-form-sec select {
    font-size: 16px;
  }
}
section.section-contact .contact-form-sec input::placeholder, section.section-contact .contact-form-sec select::placeholder {
  letter-spacing: 1px;
  color: #707070;
  opacity: 1;
  font-size: 20px;
  font-weight: 500;
  font-family: "Barlow";
}
@media (max-width: 991px) {
  section.section-contact .contact-form-sec input::placeholder, section.section-contact .contact-form-sec select::placeholder {
    font-size: 16px;
  }
}
section.section-contact .contact-form-sec input:focus, section.section-contact .contact-form-sec input:active, section.section-contact .contact-form-sec select:focus, section.section-contact .contact-form-sec select:active {
  border: 0;
  box-shadow: none;
}

.privacy-policy .main-wrapper .hero_section_main {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 35px;
}
@media (max-width: 1200px) {
  .privacy-policy .main-wrapper .hero_section_main {
    padding-top: 130px;
    padding-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .privacy-policy .main-wrapper .hero_section_main {
    padding-top: 100px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .privacy-policy .main-wrapper .hero_section_main {
    padding-top: 80px;
    padding-bottom: 35px;
  }
}
.privacy-policy .main-wrapper .hero_section_main .title-wrap {
  font-size: 45px;
  line-height: 65px;
  font-weight: 500;
  color: #707070;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .privacy-policy .main-wrapper .hero_section_main .title-wrap {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .privacy-policy .main-wrapper .hero_section_main .title-wrap {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .privacy-policy .main-wrapper .hero_section_main .title-wrap {
    font-size: 24px;
    line-height: 2;
  }
}
.privacy-policy .main-wrapper .privacy_outer {
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .privacy-policy .main-wrapper .privacy_outer {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .privacy-policy .main-wrapper .privacy_outer {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .privacy-policy .main-wrapper .privacy_outer {
    padding-bottom: 50px;
  }
}
.privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner a {
  font-size: 24px;
  line-height: 50px;
  color: #707070;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (max-width: 1200px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner a {
    font-size: 22px;
    line-height: 1.8;
  }
}
@media (max-width: 991px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner a {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner a {
    font-size: 18px;
  }
}
.privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner a:hover {
  color: #6393B6;
}
.privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner p {
  font-size: 24px;
  line-height: 50px;
  color: #707070;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 1200px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner p {
    font-size: 22px;
    line-height: 1.8;
  }
}
@media (max-width: 991px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner p {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner p {
    font-size: 18px;
  }
}
.privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner h4 {
  font-size: 24px;
  line-height: 50px;
  font-weight: 600;
  color: #707070;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner h4 {
    font-size: 22px;
    line-height: 2;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner h4 {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner h4 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner ul {
  list-style-position: inside;
  margin-left: 30px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner ul {
    margin-top: 10px;
    margin-left: 15px;
  }
}
.privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner ul li {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  color: #707070;
  font-weight: normal;
  padding-left: 25px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner ul li {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner ul li {
    font-size: 18px;
  }
}
.privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner ul li:after {
  position: absolute;
  top: 17px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: #707070;
  border-radius: 100%;
}
.privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner ul li:last-child {
  margin-bottom: 0;
}
.privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner .content a {
  font-size: 24px;
  line-height: 50px;
  color: #707070;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (max-width: 1200px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner .content a {
    font-size: 22px;
    line-height: 1.8;
  }
}
@media (max-width: 991px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner .content a {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner .content a {
    font-size: 18px;
  }
}
.privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner .content a:hover {
  color: #6393B6;
}
.privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner .content address {
  font-size: 24px;
  line-height: 50px;
  color: #707070;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 1200px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner .content address {
    font-size: 22px;
    line-height: 1.8;
  }
}
@media (max-width: 991px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner .content address {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .privacy-policy .main-wrapper .privacy_outer .privacy-policy-inner .content address {
    font-size: 18px;
  }
}

.our-philosophy {
  padding-top: 55px;
  padding-bottom: 110px;
  background-size: cover;
}
@media (max-width: 767px) {
  .our-philosophy {
    padding: 75px 0;
    background-position: center;
  }
}
.our-philosophy .section-title {
  color: #ffffff;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .our-philosophy .section-title {
    margin-bottom: 50px;
  }
}

.philosophy-description {
  max-width: 370px;
}
@media (max-width: 767px) {
  .philosophy-description {
    text-align: center;
    margin: auto;
    max-width: 270px;
  }
}
.philosophy-description .heading-style-h6 {
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: bold;
}
.philosophy-description p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

.philosophy-row {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 48px;
  max-width: 1140px;
  margin: auto;
}
.philosophy-row .list-items {
  display: flex;
  gap: 16px;
  width: calc(50% - 24px);
}
@media (max-width: 767px) {
  .philosophy-row .list-items {
    width: 100%;
  }
}
.philosophy-row .list-items .icon {
  min-width: 70px;
  width: 70px;
}
@media (max-width: 767px) {
  .philosophy-row .list-items .icon {
    margin: auto;
  }
}
.philosophy-row h3 {
  margin-bottom: 10px;
  color: #223C75;
}
@media (max-width: 767px) {
  .philosophy-row h3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .philosophy-row.slick-slider .slick-prev {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .philosophy-row.slick-slider .slick-next {
    right: -15px;
  }
}
.philosophy-row .slick-dots {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .philosophy-row .slick-dots li {
    margin: 0;
    width: 11px;
    height: 11px;
  }
}
.philosophy-row .slick-dots li button {
  padding: 0;
  background: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #6393B6;
  opacity: 1;
  border-radius: 9999px;
  font-size: 0;
}
.philosophy-row .slick-dots li button::before {
  border: 0;
  width: 11px;
  height: 11px;
}
.philosophy-row .slick-dots li.slick-active button::before {
  background: #6393B6;
}

.our-philosophy h2.heading-style-h3 {
  text-align: left;
  font-family: "Barlow";
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
}

@media (min-width: 1921px) {
  .blog_cta_section {
    margin-bottom: -127px;
  }
}
.blog_cta_section {
  background-color: #9C1C20;
  background-image: url(/wp-content/uploads/Mask-Group-97.png);
  padding-top: 80px;
  padding-bottom: 179px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -123px;
}
@media (max-width: 1699px) {
  .blog_cta_section {
    margin-bottom: -95px;
  }
}
@media (max-width: 1599px) {
  .blog_cta_section {
    margin-bottom: -136px;
  }
}
@media (max-width: 1299px) {
  .blog_cta_section {
    margin-bottom: -67px;
  }
}
@media (max-width: 1199px) {
  .blog_cta_section {
    margin-bottom: -32px;
  }
}
@media (max-width: 991px) {
  .blog_cta_section {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .blog_cta_section {
    padding-top: 94px;
    padding-bottom: 86px;
    background-position: right;
    background-image: url(/wp-content/uploads/bg_mobile_01.png);
  }
}
.blog_cta_section .inner-html .text-wrapper {
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 0;
}
@media (max-width: 767px) {
  .blog_cta_section .inner-html .text-wrapper {
    max-width: 100%;
  }
}
.blog_cta_section .inner-html .text-wrapper .section-title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 18px;
  color: #fff;
}
@media (max-width: 991px) {
  .blog_cta_section .inner-html .text-wrapper .section-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
  }
}
.blog_cta_section .inner-html .text-wrapper p {
  margin: 0;
  color: #E7E7E7;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .blog_cta_section .inner-html .text-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}
.blog_cta_section .inner-html .text-wrapper .btn {
  margin-top: 61px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #6393B6;
  border-color: #6393B6;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 19px;
  font-weight: 600;
  min-width: 237px;
  border-radius: 15px !important;
}
.blog_cta_section .inner-html .text-wrapper .btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #6393B6;
}
@media (max-width: 991px) {
  .blog_cta_section .inner-html .text-wrapper .btn {
    margin-top: 33px;
  }
}

.blog_cta_section .inner-html .text-wrapper .section-title {
  font-weight: 600;
}

.blog_cta_section .inner-html .text-wrapper {
  text-align: left;
}

.blog_cta_section .inner-html .text-wrapper .btn {
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
}

.blogfilter {
  padding: 60px 0 0;
  max-width: 1184px;
  margin: 0 auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blogfilter {
    padding: 50px 0 0;
    padding-left: 27px;
    padding-right: 27px;
  }
}
.blogfilter__filterbar {
  padding-bottom: 46px;
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .blogfilter__filterbar {
    padding-bottom: 40px;
  }
}
.blogfilter__filterbar span {
  color: #A2A3A3;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}
.blogfilter__filterbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 10px;
}
.blogfilter__filterbar ul li a, .blogfilter__filterbar ul li button {
  transition: all 500ms;
  background-color: transparent;
  background-color: #5F6467;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  box-shadow: none;
  border-radius: 10px 10px 0px 0px;
  min-height: 34px;
  padding: 6px 17px;
  border: 0;
}
.blogfilter__filterbar ul li a:hover, .blogfilter__filterbar ul li button:hover {
  background-color: #9C1C20;
  color: #ffffff;
}
.blogfilter__filterbar ul li.active a, .blogfilter__filterbar ul li.active button {
  background-color: #9C1C20;
  color: #ffffff;
}
.blogfilter__cardgrid {
  padding: 0px 0 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
.blogfilter__cardgrid .container-custom {
  max-width: 1184px;
  margin: 0 auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .blogfilter__cardgrid .container-custom {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.blogfilter__cardgrid--item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  background-color: #ffffff;
  width: 100%;
  max-width: calc((100% - 24px) / 3);
}
@media (max-width: 1199px) {
  .blogfilter__cardgrid--item {
    max-width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 567px) {
  .blogfilter__cardgrid--item {
    max-width: 100%;
  }
}
.blogfilter__cardgrid--itemimage {
  position: relative;
}
.blogfilter__cardgrid--itemimageinner {
  position: relative;
  line-height: 0;
}
.blogfilter__cardgrid--itemimageinner img {
  width: 100%;
  height: 173px;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}
.blogfilter__cardgrid--tag {
  position: absolute;
  top: 20px;
  left: 16px;
}
.blogfilter__cardgrid--tag p {
  font-size: 20px;
  line-height: 28px;
  width: fit-content;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 25px;
  border-radius: 15px;
}
.blogfilter__cardgrid--bigtext {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.blogfilter__cardgrid--bigtext h2 {
  font-size: 145px;
  line-height: 155px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
}
.blogfilter__cardgrid--content {
  padding: 20px;
  height: calc(100% - 173px);
  display: flex;
  flex-flow: column;
}
.blogfilter__cardgrid--content-title {
  min-height: 73px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blogfilter__cardgrid--content-title a {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 500ms;
  color: #212526;
  display: block;
  width: 100%;
}
.blogfilter__cardgrid--content-title a:hover {
  color: #9C1C20;
}
.blogfilter__cardgrid--content-desc {
  padding-top: 9px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #212526;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blogfilter__cardgrid--content-desc p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #212526;
}
.blogfilter__cardgrid--content-btn {
  padding-top: 18px;
  margin-top: auto;
}
.blogfilter__cardgrid--content-btn a {
  max-width: 172px;
  margin: auto;
  display: block;
  padding: 9px;
  text-align: center;
  width: 100%;
  background-color: #7E8285;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  transition: all 500ms;
  border-radius: 15px;
  margin-left: 0;
}
.blogfilter__cardgrid--content-btn a:hover {
  background-color: #002A3A;
  border-radius: 15px;
}
.blogfilter__cardgridinner {
  gap: 42px 12px;
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 1199px) {
  .blogfilter__cardgridinner {
    gap: 24px 12px;
  }
}
.blogfilter__loadmore {
  padding-top: 60px;
}
.blogfilter__loadmore a {
  max-width: 237px;
  margin: auto;
  display: block;
  padding: 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  transition: all 500ms;
  border-radius: 15px;
  background: #6393B6;
  font-size: 16px;
  line-height: 21px;
}
.blogfilter__loadmore a:hover {
  background-color: #9C1C20;
  border-radius: 15px;
}

.page-template-template-blog header.site-header {
  position: absolute;
  left: 0;
  right: 0;
}

.blog_list_top_section {
  margin-bottom: 36px;
}
.blog_list_top_section .container {
  max-width: 1184px;
  margin: 0 auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  overflow: visible;
}
@media (max-width: 991px) {
  .blog_list_top_section .container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media (max-width: 767px) {
  .blog_list_top_section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog_list_top_section .container .row-col .col-item {
  display: flex;
  flex-flow: wrap;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #ffffff;
}
.blog_list_top_section .container .row-col .col-item .left-col {
  padding: 196px 118px 98px 82px;
  width: 50.5%;
}
@media (max-width: 1199px) {
  .blog_list_top_section .container .row-col .col-item .left-col {
    padding: 196px 61px 45px 49px;
  }
}
@media (max-width: 767px) {
  .blog_list_top_section .container .row-col .col-item .left-col {
    width: 100%;
    padding: 35px 61px 45px 49px;
  }
}
.blog_list_top_section .container .row-col .col-item .left-col .text-wrapper {
  display: flex;
  flex-flow: column;
  gap: 25px;
}
.blog_list_top_section .container .row-col .col-item .left-col .text-wrapper .section-title {
  font-size: 25px;
  line-height: 35px;
  color: #212526;
}
.blog_list_top_section .container .row-col .col-item .left-col .text-wrapper p {
  font-size: 16px;
  line-height: 30px;
  color: #212526;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.blog_list_top_section .container .row-col .col-item .left-col .text-wrapper a.btn.view-btn {
  background: #9C1C20;
  color: #fff;
  border-radius: 15px;
  font-size: 16px;
  padding: 8px;
  line-height: 1;
  min-width: 172px;
  width: fit-content;
}
.blog_list_top_section .container .row-col .col-item .left-col .text-wrapper a.btn.view-btn:hover {
  background: #6393B6;
}
.blog_list_top_section .container .row-col .col-item .right-col {
  width: 49.5%;
}
@media (max-width: 767px) {
  .blog_list_top_section .container .row-col .col-item .right-col {
    width: 100%;
    order: -1;
    height: 281px;
    position: relative;
    overflow: hidden;
  }
}
.blog_list_top_section .container .row-col .col-item .right-col .img-box {
  line-height: 0;
  height: 100%;
}
.blog_list_top_section .container .row-col .col-item .right-col .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.blog_list_top_section .container .row-col .col-item .left-col .text-wrapper p {
  font-weight: normal;
}

.page-template-template-blog header.site-header {
  position: absolute;
  left: 0;
  right: 0;
}

.single-post header.site-header {
  position: absolute;
  left: 0;
  right: 0;
}
.single-post .inner_section .inner-banner img {
  width: 100%;
  max-width: 100%;
  height: 432px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .single-post .inner_section .inner-banner img {
    height: 281px;
  }
}
.single-post .inner_section .inner-banner .inner_container {
  max-width: 922px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 43px;
  padding-right: 43px;
}
@media (max-width: 767px) {
  .single-post .inner_section .inner-banner .inner_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-post .inner_section .inner-banner .inner_container h1 {
  font-size: 70px;
  line-height: 85px;
  color: #002A3A;
  font-weight: bold;
  margin-top: 61px;
  margin-bottom: 10px;
  max-width: 1200px;
  position: absolute;
  top: 120px;
  left: 50%;
  right: 0;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 5px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
@media (max-width: 1439px) {
  .single-post .inner_section .inner-banner .inner_container h1 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 1279px) {
  .single-post .inner_section .inner-banner .inner_container h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .single-post .inner_section .inner-banner .inner_container h1 {
    margin: 0;
    top: 100px;
  }
}
.single-post .inner_section .post-categories {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-flow: wrap;
  margin: 25px 0 36px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-post .inner_section .post-categories {
    margin: 30px 0 46px;
    margin-bottom: 0;
  }
}
.single-post .inner_section .post-categories a {
  color: #fff;
  background: #5F6467;
  border-radius: 10px 10px 0px 0px;
  display: block;
  width: fit-content;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 7px 14px;
}
.single-post .singledetails-wrapper {
  position: relative;
  padding-bottom: 0px;
}
.single-post .singledetails-wrapper .singledetails {
  font-size: 17px;
  line-height: 30px;
  color: #212526;
  font-weight: 400;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails {
    font-size: 15px;
  }
}
.single-post .singledetails-wrapper .singledetails h1, .single-post .singledetails-wrapper .singledetails h2, .single-post .singledetails-wrapper .singledetails h3, .single-post .singledetails-wrapper .singledetails h4, .single-post .singledetails-wrapper .singledetails h5, .single-post .singledetails-wrapper .singledetails h6 {
  color: #012A3A;
  font-size: 25px;
  line-height: 35px;
}
.single-post .singledetails-wrapper .singledetails .container-fluid {
  max-width: 922px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 43px;
  padding-right: 43px;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-post .singledetails-wrapper .singledetails .container-fluid .row {
  margin: 0;
}
.single-post .singledetails-wrapper .singledetails .container-custom {
  display: flex;
  flex-flow: column;
  gap: 46px;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .container-custom {
    gap: 30px;
  }
}
.single-post .singledetails-wrapper .singledetails .singledetails__leftpart--zigzag .row {
  display: flex;
  margin: 0;
  gap: 27px;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .singledetails__leftpart--zigzag .row {
    flex-flow: column;
    gap: 40px;
  }
}
.single-post .singledetails-wrapper .singledetails .singledetails__leftpart--zigzag .row .col-lg-6 {
  flex: 1;
}
.single-post .singledetails-wrapper .singledetails .singledetails__leftpart--zigzag .row .col-lg-6 .singledetails__leftpart--zigzag-text.content.content_black {
  display: flex;
  align-items: center;
  height: 100%;
}
.single-post .singledetails-wrapper .singledetails .singledetails__leftpart--zigzag .row .col-lg-6 .singledetails__leftpart--zigzag-imagebox {
  line-height: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .singledetails__leftpart--zigzag .row .col-lg-6 .singledetails__leftpart--zigzag-imagebox {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}
.single-post .singledetails-wrapper .singledetails .singledetails__leftpart--zigzag .row .col-lg-6 .singledetails__leftpart--zigzag-imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .singledetails__leftpart--zigzag .row .col-lg-6 .singledetails__leftpart--zigzag-imagebox img {
    height: 283px;
  }
}
.single-post .singledetails-wrapper .singledetails .singledetails__leftpart--content.content.content_black img {
  width: 100%;
  height: 438px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .singledetails__leftpart--content.content.content_black img {
    height: 283px;
  }
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .singledetails__leftpart--content.content.content_black img {
    margin-left: -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
  }
}
.single-post .singledetails-wrapper .singledetails .singledetails__leftpart--content.content.content_black p {
  margin-bottom: 32px;
}
.single-post .singledetails-wrapper .singledetails .singledetails__leftpart--content.content.content_black p:last-child {
  margin-bottom: 0;
}
.single-post .singledetails-wrapper .singledetails .related-posts {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  background: #fff;
  padding: 39px 43px 48px;
  margin-left: -43px;
  width: calc(100% + 86px);
  margin-top: 7px;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .related-posts {
    margin-left: -30px;
    width: calc(100% + 60px);
    padding: 21px;
  }
}
.single-post .singledetails-wrapper .singledetails .related-posts h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  text-transform: capitalize;
  color: #002A3A;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .related-posts h3 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.single-post .singledetails-wrapper .singledetails .related-posts ul {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .related-posts ul {
    margin-top: 20px;
  }
}
.single-post .singledetails-wrapper .singledetails .related-posts ul li {
  margin-bottom: 8px;
}
.single-post .singledetails-wrapper .singledetails .related-posts ul li:last-child {
  margin-bottom: 0;
}
.single-post .singledetails-wrapper .singledetails .related-posts ul li:last-child a {
  border: 1px solid rgba(0, 42, 58, 0.5);
  border-radius: 5px;
  color: #5F6467;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
  padding: 15px 23px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post .singledetails-wrapper .singledetails .related-posts ul li:last-child a:after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.56 31.97'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23afb1b3;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='cls-1' points='0 3.58 3.58 0 19.56 15.98 3.58 31.97 0 28.39 12.4 15.98 0 3.58'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-left: auto;
  background-position: center;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .related-posts ul li:last-child a {
    font-size: 14px;
    line-height: 20px;
    padding: 11px 23px;
  }
}
.single-post .singledetails-wrapper .singledetails .singledetails__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .singledetails__navigation {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}
.single-post .singledetails-wrapper .singledetails .singledetails__navigation .singledetails__navigation-btn a {
  font-size: 17px;
  line-height: 20px;
  color: #212526;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .singledetails__navigation .singledetails__navigation-btn a {
    font-size: 14px;
    line-height: 17px;
  }
}
.single-post .singledetails-wrapper .singledetails .singledetails__navigation .prevbtn a::before {
  content: "";
  width: 25px;
  height: 40px;
  background-image: url(/wp-content/uploads/left-arrow-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .singledetails__navigation .prevbtn a::before {
    width: 18px;
    height: 30px;
  }
}
.single-post .singledetails-wrapper .singledetails .singledetails__navigation .nextbtn a::after {
  content: "";
  width: 25px;
  height: 40px;
  background-image: url(/wp-content/uploads/right-arrow-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .single-post .singledetails-wrapper .singledetails .singledetails__navigation .nextbtn a::after {
    width: 18px;
    height: 30px;
  }
}