@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* Font family
-----------------------------------------------

font-family: "Nunito", sans-serif;
font-family: "Montserrat", sans-serif;

-----------------------------------------------*/

:root {
  --primarycolor: #d39c0d;
  --greencolor: #3e6f00;
  --violetcolor: #7f71a1;
  --browncolor: #a46543;
  --headingcolor: #2c4a6b;

  --blackcolor: #000;
  --whitecolor: #fff;
  --errorcolor: #c73931;
  --selection: #d9d9d9;

  --font-Nunito: "Nunito", sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  list-style: none;
}

body,
ul,
li,
a {
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 16px;
  color: var(--blackcolor);
}

body {
  max-width: 100%;
  overflow-x: hidden !important;
  background: var(--whitecolor) !important;
}

/* == CONTAINER-CSS START :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.container,
.e-con-inner,
.elementor-container {
  max-width: 100% !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1240px) {

  .container,
  .e-con-inner,
  .elementor-container {
    max-width: 87% !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 0 !important;
  }

  /* IF YOU WANT THE SECTION IN THE CONTAINER MEANS ADD THE CLASS NAME HERE */
  .home-about .e-con-inner,
  .how-it-works .e-con-inner,
  .home-services-outer .e-con-inner {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* == CONTAINER-CSS END :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

hr.wp-block-separator {
  color: transparent !important;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.userway_buttons_wrapper {
  bottom: 100px !important;
}

/* == SELECTION-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

::-moz-selection {
  background: var(--selection);
  color: var(--blackcolor);
}

::-webkit-selection {
  background: var(--selection);
  color: var(--blackcolor);
}

::selection {
  background: var(--selection);
  color: var(--blackcolor);
}

/* == SELECTION-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* == BACKEND-ISSUES-CLEAR-CODE-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body.elementor-editor-active .common-outer ul {
  float: none;
  width: auto;
  margin: 0px;
}

body.elementor-editor-active .common-outer ul li {
  float: none;
  width: auto;
  color: #000;
  font-size: 20;
  line-height: 32px;
  font-weight: 400;
  position: relative;
  padding: 0 10px;
}

body.elementor-editor-active .common-outer ul li::before {
  position: absolute;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0%;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  display: none;
}

.elementor-editor-active ul li::before {
  display: none !important;
}

/* == BACKEND-ISSUES-CLEAR-CODE-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* == TYPOGRAPHY-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

h1,
h2,
h3,
h4,
h5,
h6,
.common-outer h1,
.common-outer h2,
.common-outer h3,
.common-outer h4,
.common-outer h5,
.common-outer h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: var(--font-Nunito);
  color: var(--blackcolor);
}

.common-outer h1 a,
.common-outer h2 a,
.common-outer h3 a,
.common-outer h4 a,
.common-outer h5 a,
.common-outer h6 a {
  color: var(--greencolor) !important;
}

h1,
h1 a,
h1 strong,
.common-outer h1,
.common-outer h1 a {
  font-family: var(--font-Nunito) !important;
  font-weight: 600;
  font-size: 86px;
  color: var(--blackcolor);
  text-align: initial;
  line-height: 85px !important;
  margin: 40px 0 20px !important;
}

h2,
h2 a,
h2 strong,
.common-outer h2,
.common-outer h2 a {
  font-family: var(--font-Nunito) !important;
  font-weight: 600;
  font-size: 53px;
  color: var(--blackcolor);
  line-height: 55px;
  margin: 40px 0 20px;
}

h3,
h3 a,
.common-outer h3,
.common-outer h3 a {
  font-family: var(--font-Nunito) !important;
  font-weight: 600;
  font-size: 45px;
  color: var(--blackcolor);
  line-height: 50px;
  margin: 40px 0 20px;
}

h4,
h4 a,
.common-outer h4,
.common-outer h4 a {
  font-family: var(--font-Nunito) !important;
  font-weight: 600;
  font-size: 34px;
  color: var(--blackcolor);
  line-height: 40px !important;
  margin: 40px 0 20px;
}

h5,
h5 a,
h5 strong,
.common-outer h5,
.common-outer h5 a,
h5.elementor-image-box-title {
  font-family: var(--font-Nunito) !important;
  font-weight: 600;
  font-size: 24px;
  color: var(--blackcolor);
  line-height: 30px;
  margin: 40px 0 20px;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

h6,
h6 a,
h6 strong,
.common-outer h6,
.common-outer h6 a {
  font-family: var(--font-Nunito) !important;
  font-weight: 500;
  font-size: 20px;
  color: var(--blackcolor);
  line-height: 25px !important;
  letter-spacing: 0 !important;
  text-transform: none;
}

.elementor-widget-heading .elementor-heading-title {
  margin-bottom: 0 !important;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700 !important;
}

strong {
  font-weight: 700 !important;
}

.common-outer blockquote p {
  margin-bottom: 0;
}

a {
  text-decoration: underline !important;
  color: #004815;
  font-weight: 500;
  transition: 0.5s ease;
  font-size: 16px;
  line-height: 28px !important;
}

a:hover {
  color: var(--blackcolor);
  transition: 0.5s ease;
}

p {
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 16px;
  color: var(--blackcolor) !important;
  line-height: 28px !important;
  padding: 0px;
  margin-bottom: 18px !important;
}

h1.hidden-heading-tag {
  display: none;
}

blockquote {
  padding: 60px 60px !important;
  background: linear-gradient(137deg,
      rgba(69, 108, 154, 1) 0%,
      rgba(58, 90, 125, 1) 100%);
  border-left: 5px solid var(--primarycolor);
  border-right: 5px solid var(--primarycolor);
}

/* == TYPOGRAPHY-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* == COMMON-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.common-outer {
  padding-top: 60px;
  padding-bottom: 60px;
}

body.home .common-outer {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* == COMMON-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* UL LI / OL LI CSS CODE START ::::::::::::::::::::::::::::::::::::::: */

.common-outer ul {
  margin: 20px 0 20px 20px !important;
}

.common-outer ul li {
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 16px;
  color: var(--blackcolor) !important;
  line-height: 28px !important;

  padding: 0px 0px 0px 18px;
  margin-bottom: 5px;
  position: relative;
}

.common-outer ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  border-radius: 2px;
  top: 9.3px;
  background: url(../images/ul-li-bullet.svg) !important;
  background-repeat: no-repeat !important;
}

.common-outer ol {
  padding-left: 17px;
  margin: 0 0 20px 20px;
}

.common-outer ol li {
  list-style-type: decimal;
}

.common-outer ol li {
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 16px;
  color: var(--blackcolor) !important;
  line-height: 28px !important;

  padding: 0px;
  margin-bottom: 10px;
}

/* UL LI / OL LI CSS CODE END ::::::::::::::::::::::::::::::::::::::: */

/* == FORM-TYPOGRAPHY-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

::placeholder {
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 16px;
  color: var(--blackcolor) !important;
  line-height: 28px !important;
}

label {
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 16px;
  color: var(--blackcolor) !important;
  line-height: 18px !important;
  padding: 0px;
  margin-bottom: 18px !important;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.wpcf7-not-valid {
  border: none;
  border-bottom: 1px solid var(--errorcolor) !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.invalid .wpcf7-response-output {
  text-align: center;
  color: var(--errorcolor);
  border: 2px solid var(--errorcolor) !important;
  width: 100%;
  font-weight: 400;
  margin: 10px 0px 7px !important;
  font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #007e0b;
  width: 100%;
  font-weight: 400;
  margin: 10px 0px 7px !important;
  font-size: 14px;
  color: #007e0b;
  text-align: center;
}

input {
  width: 100%;
  padding: 21px 13px;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--whitecolor);
  font-family: var(--font-Montserrat);
  font-size: 16px;
}

textarea {
  width: 100%;
  padding: 11px 13px;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--whitecolor);
  height: 85px;
  resize: none;
  font-family: var(--font-Montserrat);
  font-size: 16px;
}

.wpcf7-spinner {
  margin-top: 13px !important;
}

/* wpcf7 form wpcf7-response-output :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* == IMAGE-WRAP-CSS_START == 
============================================= ==================*/

.alignnone {
  margin: 5px 30px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 20px auto 20px auto;
}

.alignright {
  float: right;
  margin: 0px 0 20px 40px;
}

.alignleft {
  float: left;
  margin: 10px 60px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 40px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 40px 30px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 12px !important;
}

/* IMAGE-WRAP-CSS_END == 
===============================================================*/

/* GREY BACKGROUND SECTION TYPOGRAPY CSS ::::::::::::::::::::::::::  */

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg ul li,
.dark-bg ol li {
  color: var(--whitecolor) !important;
}

.dark-bg p {
  font-weight: 300;
}

.dark-bg ul li::before {
  /* background: var(--whitecolor) !important; */
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(155deg) brightness(102%) contrast(102%);
}

.dark-bg a {
  text-decoration: underline !important;
  color: var(--whitecolor) !important;
}

/* DARK BACKGROUND SECTION TYPOGRAPY CSS ::::::::::::::::::::::::::  */

/* SCROLL_TO_TOP_CSS_START :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

a.ScrollTop {
  position: fixed !important;
  width: 53px;
  height: 53px;
  right: 30px;
  bottom: 120px;
  font-size: 0;
  transition: 0.5s ease;
  z-index: 99999;
  cursor: pointer !important;
  border-radius: 60px;
  background: var(--secondarycolor) !important;
  overflow: hidden;
  border: 1.5px solid #7b417b !important;
  background: var(--whitecolor) !important;
  transition: 0.5s ease;
}

a.ScrollTop::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-arrow.svg);
  background-position: center;
  background-size: 41%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  transition: 0.5s ease;
  transform: rotate(-90deg);
}

a.ScrollTop:hover {
  background: #7b417b !important;
  transition: 0.5s ease;
}

a.ScrollTop:hover::after {
  transition: 0.5s ease;
  filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

/* SCROLL_TO_TOP_CSS_END :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* INNERPAGE BANNER CSS CODE START ::::::::::::::::::::::::::::::::::::::::::::::::::: */

.banner-wrapper {
  height: 330px;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.banner-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgb(0 0 0 / 30%) 0%,
      rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
}

.banner-wrapper img.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-title-overlay h2 {
  text-align: center;
  margin: 0;
  color: var(--whitecolor) !important;
  font-size: 65px !important;
  line-height: 68px !important;
}

.banner-title-overlay {
  position: absolute;
  z-index: 9;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
  width: 55%;
}

/* INNERPAGE BANNER CSS CODE END ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* BUTTON CSS CODE START :::::::::::::::::::::::::::::::::::::::::::::::: */

/* BUTTON CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::: */

/* ERROR PAGE CSS CODE START ::::::::::::::::::::::::::::::::::::::::::: */

.error-title h4 {
  margin-top: 0;
  text-align: center;
}

/* ERROR PAGE CSS CODE END ::::::::::::::::::::::::::::::::::::::::::: */

/* HEADER CSS CODE START :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.header-outer {
  padding: 10px 20px 10px 30px;
  display: flex;
  justify-content: space-between;
  background: #535454;
  align-items: center;
  position: relative;
}

.header-outer::before {
  position: absolute;
  content: "";
  width: 476px;
  height: 100%;
  background-image: url(../images/banner-bac.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}

/* .page-id-347 .header-outer::before {
  width: 399px;
} */

.home .header-outer::before {
    width: 432px;
}

.header-logo-outer {
  width: 20%;
  margin-bottom: -80px;
}

.header-logo-outer a img {
  width: 230px;
  height: 170px;
  object-fit: contain;
  transition: 0.3s ease;
}

.header-outer.sticky {
  position: fixed;
  z-index: 99999;
  width: 100%;
  transition: 0.3s;
}

.header-outer.sticky .header-logo-outer a img {
  width: 192px;
  height: 80px;
  object-fit: contain;
  transition: 0.3s ease;
}

.header-outer.sticky .header-logo-outer {
  width: 20%;
  margin-bottom: 0;
}

/* DESKTOP MENU CSS CODE START :::::::::::::::::::::::::::::::::::::::::::: */

/* header#masthead {
    position: sticky !important;
    top: 0;
}

header#masthead.sticky .header-logo-outer {
    margin-bottom: 0;
} */

.header-menu-outer {
  width: 75%;
}

.hfe-nav-menu .sub-arrow {
  font-size: 13px !important;
}

.header-logo-outer .elementor-element {
  display: flex;
  justify-content: flex-start;
}

.header-menu-outer ul {
  margin-right: 0 !important;
  margin-left: auto;
  column-gap: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-menu-outer ul::before,
.header-menu-outer ul::after {
  display: none !important;
}

@media (min-width: 1340px) {
  .header-menu-outer ul li a {
    font-size: 14px !important;
  }
}

.header-menu-outer ul li a {
  padding: 6px 6px !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: var(--whitecolor) !important;
  font-family: var(--font-Nunito) !important;
  transition: 0.25s ease;
}

.header-menu-outer ul li {
  position: relative;
  display: flex;
  justify-content: center;
}

.header-menu-outer ul>li:hover a,
.header-menu-outer ul>li:hover,
.header-menu-outer ul li.current-menu-item a,
.header-menu-outer ul li.current-menu-parent a,
.header-menu-outer ul li.current-menu-parent ul li.current-menu-item a {
  color: #cfb654 !important;
  transition: 0.25s ease;
}

.header-menu-outer ul li ul.sub-menu li::before,
.header-menu-outer ul li ul.sub-menu li::after {
  display: none !important;
}

.header-menu-outer ul li ul.sub-menu a {
  /* color: var(--blackcolor) !important; */
  width: 100%;
  color: #fff !important;
  transition: 0.5s ease;
  padding: 10px 10px 10px 30px !important;
}

.header-menu-outer ul li ul.sub-menu a:hover {
  /* color: #cfb654 !important; */
  /* color: #597239 !important; */
  background-color: #f8f8f830;
  /* transition: 0.5s; */

  transition: 0.5s ease;
}

.header-menu-outer ul li ul.sub-menu {
  /* background-color: rgba(0, 0, 0, 0.7) !important; */
  background-color: #597239 !important;
}

.header-menu-outer ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background-image: url(../images/active-menu-left-border.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: -4px;
  opacity: 0;
  transition: 0.5s ease;
}

.header-menu-outer ul li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background-image: url(../images/active-menu-right-border.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  right: -4px;
  opacity: 0;
  transition: 0.5s ease;
}

.header-menu-outer ul li:hover::before,
.header-menu-outer ul li:hover::after,
.header-menu-outer ul li.current-menu-item::after,
.header-menu-outer ul li.current-menu-item::before,
.header-menu-outer ul li.current-menu-parent::after,
.header-menu-outer ul li.current-menu-parent::before {
  opacity: 1;
  transition: 0.5s ease;
}

.header-menu-outer ul li:hover::before {
  left: 0px;
  transition: 0.5s ease;
}

.header-menu-outer ul li:hover::after {
  right: 0px;
  transition: 0.5s ease;
}

@media (min-width: 1024px) {
  .header-menu-outer nav {
    width: 100% !important;
  }
}

/* SUBMENU DESIGN :::::::::::::: */

.header-menu-outer ul li ul.sub-menu {
  width: 260px !important;
  top: 100% !important;
  left: auto !important;
  right: auto !important;
}

/* DESKTOP MENU CSS CODE END :::::::::::::::::::::::::::::::::::::::::::: */

/* HEADER CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*FOOTER CSS CODE START:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.footer-top {
  max-width: 91%;
  margin: auto;
  width: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  justify-content: space-between;
}

.footer-outer {
  padding: 50px 0 0 0;
  position: relative;
}

.footer-outer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1f242ed9;
  top: 0;
  left: 0;
}

.footer-top-con {
  align-items: flex-start;
}

.footer-top-con img {
  width: 240px;
}

.footer-top .footer-top-con {
  width: 29%;
  gap: 30px;
}

.footer-top .footer-top-menu {
  width: 61%;
  padding: 0;
  gap: 65px;
}

.footer-top-con p {
  color: #ffff !important;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  max-width: 100%;
  margin: auto;
  z-index: 9;
  padding: 20px 55px;
  border-top: 1px solid #ffffff3d;
}

.footer-bottom .footer-web-logo img {
  height: 60px;
  width: 134px;
  object-fit: contain;
}

.footer-top .footer-top-menu h4 {
  font-size: 30px;
}

.footer-top .footer-top-menu .footer-menu ul {
  display: flex;
  flex-direction: column;
  margin-right: 0 !important;
  /* padding-left: 4px; */
}

.footer-top .footer-top-menu .footer-menu ul li a {
  padding: 0 !important;
  text-decoration: none !important;
  font-family: var(--font-Montserrat);
  font-weight: 300;
  font-size: 16px;
  line-height: 28px !important;
  margin-bottom: 3px;
  position: relative;
  transition: 0.3s ease;
}

.footer-top .footer-top-menu .footer-menu ul li a:hover,
.footer-top .footer-top-menu .footer-menu ul li.current-menu-item a {
  color: #d39c0d !important;
  transition: 0.3s ease;
}

.footer-top .footer-top-menu .company-info-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff !important;
  font-weight: 300 !important;
  padding-left: 30px;
}

.footer-top .footer-top-menu .company-info-box .company-phone a {
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 300 !important;
  transition: 0.3s ease;

}

.footer-top .footer-top-menu .company-info-box .company-phone a:hover {
  color: #d39c0d !important;
  transition: 0.3s ease;
}

.footer-bottom span,
.footer-bottom span a {
  /* font-size: 15px; */
  font-size: 16px;
  font-family: "Montserrat";
  color: #fff;
  font-weight: 300 !important;
  transition: 0.3s ease;
}

.footer-bottom span a {
  text-decoration: none !important;
}

.footer-bottom span a:hover {
  color: #d39c0d !important;
  transition: 0.3s ease;
}

/*---TOP TO SCROLL-------------*/

.scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 120px;
  font-size: 0 !important;
  transition: 0.5s ease;
  z-index: 99;
  cursor: pointer !important;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 #b5b5b5;
  background: #ffffff;
}

.scroll-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/eagle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  transition: 0.5s ease;
}

.scroll-top:hover::before {
  top: -50px;
  transition: 0.5s ease;
}

.scroll-top::after {
  position: absolute;
  content: "UP";
  width: 100%;
  height: fit-content;
  background-position: center;
  background-size: contain;
  text-align: center;
  top: 55px;
  right: 0;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  font-size: 16px;
  color: var(--blackcolor) !important;
  line-height: 28px !important;
  transition: 0.5s ease;
}

.scroll-top:hover::after {
  top: 12px;
  transition: 0.5s ease;
}

/*FOOTER CSS END::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*HOME BANNER CSS START::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.home-banner .e-con-inner {
  max-width: 100% !important;
  display: flex;
  justify-content: space-between !important;
  padding: 0 !important;
  position: relative;
  padding: 0 20px 0 0px !important;
}

.home-banner .e-con-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}

.home-banner {
  padding: 0;
}

.home-banner .e-con-inner .banner-con {
  width: 56%;
  padding: 0;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.home-banner .e-con-inner .banner-menu {
  width: 36%;
  padding: 0;
  position: relative;
}

.home-banner .e-con-inner .banner-menu::before {
  position: absolute;
  content: "";
  width: 690px;
  height: 100%;
  background-image: url(../images/banner-bac.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}

.home-banner .e-con-inner .banner-con h1 {
  text-transform: uppercase;
  line-height: 110px !important;
  color: #fff;
  padding-bottom: 10px;
  position: relative;
  margin-top: 0 !important;
}

.home-banner .e-con-inner .banner-con h1::before {
  position: absolute;
  content: "";
  width: 640px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
}

.home-banner .e-con-inner .banner-con p {
  color: #fff !important;
}

.home-banner .e-con-inner .banner-menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 25px;
  padding-top: 85px;
}

.home-banner .e-con-inner .banner-menu nav ul li::before {
  display: none !important;
}

.home-banner .e-con-inner .banner-menu nav ul li a {
  padding: 0 !important;
  text-decoration: none !important;
  font-family: var(--font-Nunito) !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px !important;
  position: relative;
  transition: 0.5s ease;
}

.home-banner .e-con-inner .banner-menu nav ul li a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background-color: transparent !important;
  top: -5px;
  left: -25px;
  /* background-image: url(../images/banner-icon.png); */
  background-image: url(../images/eagle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: 0.5s ease;
  z-index: -1;
}

.home-banner .e-con-inner .banner-menu nav ul li {
  width: fit-content;
  z-index: 9;
}

.home-banner .e-con-inner .banner-menu nav ul li:hover a::before,
.home-banner .e-con-inner .banner-menu nav ul li.current-menu-item a::before {
  opacity: 1;

  transition: 0.5s ease;
}

.home-banner .e-con-inner .banner-menu nav ul li a:hover,
.home-banner .e-con-inner .banner-menu nav ul li.current-menu-item a {
  /* font-size: 33px; */
  color: #a46543 !important;
  padding-left: 20px !important;
  transition: 0.5s ease;
}

.home-banner .e-con-inner .banner-menu nav ul li:first-child a:hover,
.home-banner .e-con-inner .banner-menu nav ul li.current-menu-item:first-child a.hfe-menu-item {
  color: #ce9500 !important;
}

.home-banner .e-con-inner .banner-menu nav ul li:nth-child(2) a:hover,
.home-banner .e-con-inner .banner-menu nav ul li.current-menu-item:nth-child(2) a.hfe-menu-item {
  color: #a08a58 !important;
}

.home-banner .e-con-inner .banner-menu nav ul li:nth-child(3) a:hover,
.home-banner .e-con-inner .banner-menu nav ul li.current-menu-item:nth-child(3) a.hfe-menu-item {
  color: #a08a58 !important;
}

.home-banner .e-con-inner .banner-menu nav ul li:nth-child(4) a:hover,
.home-banner .e-con-inner .banner-menu nav ul li.current-menu-item:nth-child(4) a.hfe-menu-item {
  color: #569a00 !important;
}

.home-banner .e-con-inner .banner-menu nav ul li:nth-child(6) a:hover,
.home-banner .e-con-inner .banner-menu nav ul li.current-menu-item:nth-child(6) a.hfe-menu-item {
  color: #476f9a !important;
}

.home-banner .e-con-inner .banner-menu nav ul li:nth-child(5) a:hover,
.home-banner .e-con-inner .banner-menu nav ul li.current-menu-item:nth-child(5) a.hfe-menu-item {
  color: #786a9c !important;
}

.home-banner .e-con-inner .banner-menu nav ul li:nth-child(7) a:hover,
.home-banner .e-con-inner .banner-menu nav ul li.current-menu-item:nth-child(7) a.hfe-menu-item {
  color: #0f8ec4 !important;
}

.home-banner .e-con-inner .banner-con .banner-btns {
  padding: 0;
}



.yellow-btn a {
  font-size: 15px;
  font-family: "Montserrat" !important;
  color: #fff !important;

  font-weight: 600 !important;
  padding: 12px 30px;
  text-decoration: none !important;
  background-color: #d39c0d !important;
  border: 2px solid #d39c0d;
  transition: 0.5s ease;
  border-radius: 0 !important;
  text-transform: capitalize;
}


.common-btn a {
  font-size: 15px;
  font-family: "Montserrat" !important;
  color: #fff;
  /* color: #000; */
  font-weight: 600 !important;
  padding: 12px 30px;
  text-decoration: none !important;
  background-color: #d39c0d !important;
  border: 2px solid #d39c0d;
  transition: 0.5s ease;
  border-radius: 0 !important;
  text-transform: capitalize;
}

.common-btn a:hover,
.yellow-btn a:hover {
  font-size: 15px;
  font-family: "Montserrat" !important;
  color: #d39c0d !important;
  padding: 12px 30px;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border: 2px solid #d39c0d;
  transition: 0.5s ease;
}

.white-btn a {
  background-color: #fff !important;
  color: #637a5e !important;
  border: 2px solid #619c66;
  transition: 0.5s ease;
}

.white-btn a:hover {
  background-color: #619c66 !important;
  transition: 0.5s ease;
  color: #ffffff !important;
  border: 2px solid #619c66 !important;
}

.green-btn a {
  background-color: #3e6f00 !important;
  transition: 0.5s ease;
  color: #ffffff !important;
  border: 2px solid #3e6f00 !important;
}

.green-btn a:hover {
  background-color: #fff !important;
  color: #3e6f00 !important;
  border: 2px solid #3e6f00;
  transition: 0.5s ease;
}

/*HOME BANNER CSS CODE END:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*HOME ABOUT CSS CODE START::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.home-about .e-con-inner {
  /* max-width: 91% !important; */
  padding-top: 40px !important;
  display: flex;
  gap: 120px;
  overflow: hidden;
  padding-bottom: 18px !important;
}

.home-about {
  padding: 0 !important;
  /* padding-bottom: 60px !important; */
}

.home-about .e-con-inner .home-about-con {
  padding: 0 !important;
}

.home-about .e-con-inner .home-about-img {
  padding: 0;
  gap: 35px;
  padding-top: 60px;
  position: relative;
}

.home-about .e-con-inner .home-about-img::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 340px;
  height: 340px;
  background-position: center;
  top: -104px;
  left: -163px;
  opacity: 0.5;
}

.common-heading p {
  font-family: "Montserrat" !important;
  padding-bottom: 12px;
  position: relative;
  width: fit-content;
  font-weight: 500;
  font-size: 20px;
  color: var(--blackcolor);
  line-height: 25px !important;
  letter-spacing: 0 !important;
  text-transform: none;
}

.common-heading p::before {
  position: absolute;
  content: "";
  width: 85px;
  height: 1px;
  background-color: #917d49;
  bottom: 0;
  left: 0;
}

.dark-bg .common-heading h6::before {
  background-color: #fff;
}

.dark-bg .common-heading h6::after {
  background-color: #fff;
}

.common-heading p::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #917d49;
  bottom: -3px;
  left: 85px;
  border-radius: 55px;
}

.common-heading h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #2c4a6b;
}

.home-about .e-con-inner .home-about-con .home-about-content h3 {
  line-height: 35px;
  font-family: "Montserrat" !important;
  text-transform: capitalize;
  font-weight: 500;
  padding-right: 10px;
  margin-top: 0;
  font-size: 24px;
  color: var(--blackcolor);
}

.home-about .e-con-inner .home-about-con .home-about-content {
  padding-left: 35px;
}

/* .home-about .e-con-inner .home-about-img .gray-box, */
.home-about .e-con-inner .gray-box {
  padding: 20px 10px;
  border: 1px solid #2c4a6b;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* .home-about .e-con-inner .home-about-img .gray-box, */
.home-about .e-con-inner .gray-box h6 {
  font-family: "Montserrat" !important;
}

.home-about .e-con-inner .home-about-img .about-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.home-about .e-con-inner .home-about-img .about-img {
  position: relative;
  padding-bottom: 115%;
  overflow: hidden;
}

/*HOME ABOUT CSS CODE END::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*HOME MAP SECTION CSS CODE START:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.home-map img {
  width: 100%;
}

.home-map .e-con-inner {
  max-width: 100% !important;
}

/*HOME MAP SECTION CSS CODE END:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* HOME HOW IT WORK CSS CODE START::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.how-it-works .e-con-inner {
  /* max-width: 91% !important; */
  padding-top: 60px;
  column-gap: 150px !important;
  display: flex;
  justify-content: flex-end !important;
}

.how-it-works .e-con-inner .common-heading h2 {
  width: 66%;
}

.how-it-works .e-con-inner .three-steps {
  width: 48%;
  position: relative;
  gap: 5px;
  padding-top: 25px;
}

.how-it-works .e-con-inner .three-steps::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 92%;
  background-image: url(../images/who-we-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 45px;
  left: 37px;
}

.how-it-works .e-con-inner .how-work-img {
  width: 34%;
  top: -10px;
}

.how-it-works .e-con-inner .three-steps .step-process .step-content {
  width: 100%;
}

.how-it-works .e-con-inner .three-steps .step-process .step-heading {
  width: 100px;
  height: 100px;
}

.how-it-works .e-con-inner .three-steps .step-process {
  gap: 45px;
}

.how-it-works .e-con-inner .three-steps .step-process .step-heading h4 {
  padding: 0;
  border: 2px solid #917d49;
  border-radius: 60px;
  font-size: 34px;
  margin: 0;
  margin-top: 12px;
  background-color: #fff;
  color: #c46a3c;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-it-works .e-con-inner .three-steps .step-process .step-content h3 {
  text-transform: capitalize;
  font-size: 28px;
  line-height: 30px;
  font-family: var(--font-Nunito) !important;
  font-weight: 600;
}

.how-it-works .e-con-inner .three-steps .common-btn {
  padding-left: 125px;
  /* top: -20px; */
}

.how-it-works .e-con-inner .how-work-img .work-img-1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.how-it-works .e-con-inner .how-work-img .work-img-1 {
  position: relative;
  padding-bottom: 102%;
  overflow: hidden;
}

.how-it-works .e-con-inner .how-work-img .work-img-2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.how-it-works .e-con-inner .how-work-img .work-img-2 {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}

.how-it-works .e-con-inner .how-work-img .work-img-3 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.how-it-works .e-con-inner .how-work-img .work-img-3 {
  position: relative;
  padding-bottom: 85%;
  overflow: hidden;
}

.how-it-works {
  position: relative !important;
  overflow: hidden !important;
}

.how-it-works::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 630px;
  height: 630px;
  background-position: center;
  bottom: auto;
  right: -260px;
  left: auto;
  top: 40%;
  opacity: 0.7;
}

/* HOME HOW IT WORK CSS CODE END::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*GREEN BOX CSS CODE START::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.ammution-green {
  margin: 40px 0px !important;
}

.green-box {
  background-color: #597239;
  padding: 30px 0;
  margin-top: 60px;
}

.green-box h2 {
  font-family: "Montserrat" !important;
  font-weight: 600;
  font-size: 41px;
  color: #fff;
  line-height: 50px;
  width: 90%;
  margin: auto;
}

/*GREEN BOX CSS CODE END::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*HOME SERVICES CSS START::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.home-services-outer {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* .home-services-outer .e-con-inner {
  max-width: 91% !important;
} */

.home-services-outer .home-services-heading {
  width: 58% !important;
}

.home-services-outer .home-services-who {
  width: 42% !important;
}

.home-services-outer .home-services-who h3 {
  font-size: 40px;
  margin-bottom: 10px;
}

.home-services-outer .home-services-who h3 strong {
  color: #2c4a6b;
  font-weight: 600 !important;
}

.home-services-outer .home-services-who ul {
  padding-left: 25px;
  margin: 0 !important;
}

.home-services-outer .home-services-who ul li {
  margin-bottom: 5px;
}

/* .home-services-outer .home-services-who ul li::before {
  display: none !important;
} */

/* .home-services .services-home-wrapper {
  display: flex;
  padding-top: 40px;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
} */

.home-services .services-home-wrapper {
    display: flex;
    padding-top: 40px;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.home-services .services-home-wrapper .service-item {
  transition: 0.5s ease;
  overflow: hidden;
  position: relative;
}

.home-services .services-home-wrapper .service-item::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -120px;
  width: 120px;
  height: 120px;
  background-image: url(../images/eagle-trans.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: 0.5s ease;
}

.home-services .services-home-wrapper .service-item:hover::before {
  bottom: -40px;
  opacity: 0.5;
  transition: 0.5s ease;
}

.home-services .services-home-wrapper .service-item {
  width: 30%;
  background: linear-gradient(180deg, rgb(206 149 0) 40%, rgb(0 0 0) 180%);
}

.home-services .services-home-wrapper .service-item:hover {
  background: linear-gradient(180deg, rgb(206 149 0) 40%, rgb(206 149 0) 40%);
  transition: 0.5s ease;
}

/* .home-services .services-home-wrapper .service-item a.service-link-wrapper {
  padding: 50px 30px 105px 30px;
  position: relative;
  display: block;
  text-decoration: none !important;
} */

.home-services .services-home-wrapper .service-item a.service-link-wrapper {
    padding: 20px 20px 80px 20px;
    position: relative;
    display: block;
    text-decoration: none !important;
}

.home-services .services-home-wrapper .service-item.service-193 {
  background: linear-gradient(180deg,
      rgba(71, 111, 154, 1) 22%,
      rgb(0 0 0 / 75%) 200%);
}

.home-services .services-home-wrapper .service-item.service-193:hover {
  background: linear-gradient(180deg,
      rgba(71, 111, 154, 1) 22%,
      rgba(71, 111, 154, 1) 22%);
}

.home-services .services-home-wrapper .service-item.service-194 {
  background: linear-gradient(180deg,
      rgba(86, 154, 0, 1) 22%,
      rgb(0 0 0 / 79%) 200%);
}

.home-services .services-home-wrapper .service-item.service-194:hover {
  background: linear-gradient(180deg,
      rgba(86, 154, 0, 1) 22%,
      rgba(86, 154, 0, 1) 22%);
}

.home-services .services-home-wrapper .service-item.service-195 {
  background: linear-gradient(180deg,
      rgba(160, 138, 88, 1) 22%,
      rgb(0 0 0 / 77%) 200%);
}

.home-services .services-home-wrapper .service-item.service-195:hover {
  background: linear-gradient(180deg,
      rgba(160, 138, 88, 1) 22%,
      rgba(160, 138, 88, 1) 22%);
}

.home-services .services-home-wrapper .service-item.service-196 {
  background: linear-gradient(180deg,
      rgba(120, 106, 156, 1) 22%,
      rgb(0 0 0 / 81%) 200%);
}

.home-services .services-home-wrapper .service-item.service-196:hover {
  background: linear-gradient(180deg,
      rgba(120, 106, 156, 1) 22%,
      rgba(120, 106, 156, 1) 22%);
}

.home-services .services-home-wrapper .service-item.service-1552 {
  background: linear-gradient(180deg, #0f8ec4 40%, rgb(0 0 0) 180%) !important;
}

.home-services .services-home-wrapper .service-item.service-1552:hover {
  background: linear-gradient(180deg, #0f8ec4 40%, #0f8ec4 180%) !important;
}

.home-services .services-home-wrapper .service-item h3.service-title {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    color: var(--whitecolor);
    font-family: var(--font-Nunito) !important;
    font-weight: 600;
    font-size: 30px;
}

.home-services .services-home-wrapper .service-item h4.service-title a {
  color: #fff !important;
  text-decoration: none !important;
}

.home-services .services-home-wrapper .service-item h4.service-title a:hover {
  font-size: 34px;
  text-decoration: none !important;
}

.home-services .services-home-wrapper .service-item p,
.home-services .services-home-wrapper .service-item ul li {
  color: #fff !important;
}

.home-services .services-home-wrapper .service-item ul li::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(322deg) brightness(116%) contrast(89%);
}

.home-services .services-home-wrapper .service-item .service-readmore {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    bottom: 20px;
    left: 38px;
    cursor: pointer;
    transform: rotate(-55deg);
    transition: 0.5s ease;
}

.home-services .services-home-wrapper .service-item {
  transition: 0.5s ease;
}

.home-services .services-home-wrapper .service-item:hover .service-readmore {
  transform: rotate(0deg);
  transition: 0.5s ease;
}

.home-services .services-home-wrapper .service-item .service-readmore::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/circle-btn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
}

/*HOME SERVICES CSS END::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*HOME FIREARM SAFETY SECTION CSS START::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.dark-bg .common-heading p::before,
.dark-bg .common-heading p::after,
.common-heading.dark-bg p::before,
.common-heading.dark-bg p::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(102%) contrast(101%);
}

.firearm-outer {
  padding: 60px 0 0 0;
}

.firearm-outer .e-con-inner {
  max-width: 91% !important;
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
}

.firearm-outer .e-con-inner .firearm-con {
  width: 43%;
  top: -25px;
}

.firearm-outer .e-con-inner .firearm-heading h2 {
  font-weight: 400;
}

.firearm-outer .e-con-inner .firearm-heading {
  width: 55%;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper {
  /* display: flex;
  align-items: flex-end; */
  display: flex;
  /* align-items: flex-end; */
  display: grid;
  grid-template-columns: 1fr 0.6fr 1fr;
  padding-top: 40px;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-left {
  /* width: 42%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  border-left: 1px solid #ffffff29 !important;
  margin-bottom: 30px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  border-left: 1px solid #ffffff29 !important;
  margin-bottom: 30px;
  height: fit-content;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-center {
  /* width: 28%; */
  width: 100%;
  display: flex;
  align-items: flex-end
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-right {
  /* width: 45%;
  margin-bottom: 30px;
  padding: 40px;
  background: #ffffff1f; */
  width: 100%;
  margin-bottom: 60px;
  padding: 40px;
  background: #ffffff1f;
  display: flex;
  align-items: center;
}

.tab-image {
  width: 100%;
  height: 410px;
}

.tab-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-center .tab-image,
.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-right .tab-content {
  display: none;
  transition: 0.5s ease;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-center .tab-image.active,
.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-right .tab-content.active {
  display: block;
  transition: 0.5s ease;
}

/* .firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-center .tab-image img{
    transform: scale(1.2);
} */

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-left .tab-item h3.tab-title {
  text-transform: capitalize;
  font-family: "Montserrat" !important;
  font-weight: 500;
  margin-top: 10px;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 24px;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-left .tab-item span.tab-number {
  color: #fff;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-left .tab-item {
  padding-left: 30px;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-left .tab-item:hover span.tab-number,
.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-left .tab-item:hover h3.tab-title,
.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-left .tab-item.active span.tab-number,
.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-left .tab-item.active h3.tab-title {
  transition: 0.5s ease;
  color: #ffc631 !important;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-left .tab-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  left: 0;
  bottom: 6px;
  background-color: #fff !important;
  transition: 0.5s ease;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-left .tab-item.active::before {
  height: 55%;
  transition: 0.5s ease;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-right h3 {
  margin-top: 0;
  text-transform: capitalize;
  transition: 0.5s ease;
  font-family: var(--font-Nunito) !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-right .tab-content p a.common-btn.yellow-btn {
  font-size: 15px;
  font-family: "Montserrat" !important;
  color: #fff;
  font-weight: 600 !important;
  padding: 12px 30px;
  text-decoration: none !important;
  background-color: #d39c0d !important;
  border: 2px solid #d39c0d;
  transition: 0.5s ease;
  border-radius: 0 !important;
}

.firearm-outer .firearm-tab .firearm-tabs-wrapper .firearm-tabs-right .tab-content p a.common-btn.yellow-btn:hover {
  font-size: 15px;
  font-family: "Montserrat" !important;
  color: #d39c0d !important;
  padding: 12px 30px;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border: 2px solid #d39c0d;
  transition: 0.5s ease;
}

/*HOME FIREARM SAFETY SECTION CSS END::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*HOME THREE BLOCK CSS START::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.three-block-outer .e-con-inner {
  max-width: 91% !important;
}

.three-block-outer .e-con-inner .second-block {
  padding: 40px 20px;
  background: linear-gradient(180deg,
      rgba(90, 81, 113, 1) 19%,
      rgba(136, 108, 33, 1) 79%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44%;
}

.three-block-outer .e-con-inner .second-block h2 {
  font-size: 60px;
  text-align: center;
  color: #fff;
}

.three-block-outer .e-con-inner .second-block p {
  font-size: 24px;
  text-align: center;
  color: #fff !important;
}

.three-block-outer .e-con-inner .first-block {
  padding: 70px 30px 70px 0;
  position: relative;
  width: 39%;
}

.three-block-outer .e-con-inner .first-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/gun-transparent.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.three-block-outer .e-con-inner .third-block {
  padding: 70px 0px 70px 50px;
}

.three-block-outer .e-con-inner .first-block h3 {
  font-weight: 600;
  font-family: "Montserrat" !important;
  font-size: 34px;
  line-height: 40px !important;
}

/*HOME THREE BLOCK CSS START::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*HOME CALL GUN CSS START::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.cal-gun-outer {
  padding: 50px 0;
  position: relative;
}

.cal-gun-outer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9f8130bf;
  top: 0;
  left: 0;
}

.cal-gun-outer .e-con-inner {
  max-width: 91% !important;
  display: flex;
  gap: 55px;
  align-items: center !important;
  z-index: 9;
}

.cal-gun-outer .common-heading h6::before {
  width: 160px;
  height: 2px;
  background-color: #ffffff;
}

.cal-gun-outer .common-heading h6::after {
  background-color: #ffffff;
  left: 154px;
}

.cal-gun-outer .right-white {
  width: 55%;
}

.cal-gun-outer .left-white {
  width: 45%;
}

.cal-white-outer {
  padding: 40px 30px;
  background: #fff;
}

.cal-white-outer .cal-white h3 {
  font-family: "Montserrat" !important;
  margin-top: 0 !important;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  color: var(--blackcolor);
  line-height: 30px;
  margin: 40px 0 20px;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.cal-white-outer .cal-white h3::before {
  position: absolute;
  content: "";
  width: 245px;
  height: 2px;
  background-color: #917d49;
  bottom: 0;
  left: 0;
}

.cal-white-outer .cal-white p strong {
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

/*HOME CALL GUN CSS END::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*HOME SAFE GUN CSS START::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.safe-gun-outer {
  padding: 70px 0;
}

.page-id-2523 .safe-gun-outer {
  margin: 0;
}

.safe-gun-outer .e-con-inner {
  max-width: 91% !important;
  gap: 10px;
}

.safe-gun-outer .safe-gun-img-outer {
  width: 40%;
}

.safe-gun-outer .safe-gun-con {
  width: 60%;
  gap: 15px;
}

.safe-gun-outer .safe-gun-img-outer .safe-gun-img {
  position: relative;
  padding-bottom: 110%;
  overflow: hidden;
}

.safe-gun-outer .safe-gun-img-outer .safe-gun-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.page-id-2523 .safe-gun-outer .safe-gun-img-outer .safe-gun-img img {
  padding: 10px 0;
  object-fit: contain !important;

}

.page-id-2523 .common-outer {
    padding-bottom: 0px !important;
}

.page-id-2523 .home-contact {
      padding-top: 80px !important;
    
}


.page-id-2523 .safe-gun-outer .safe-gun-img-outer .safe-gun-img {
  background-color: #fff;

}

/*HOME SAFE GUN CSS END::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*HOME CONTACT CSS START:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.home-contact {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 0;
}

.home-contact .e-con-inner {
  display: flex;
  flex-direction: row !important;
  overflow: visible;
  box-shadow: 0 0 20px 0 #efefef;
  max-width: 95% !important;
  margin-left: 0;
}

.home-contact .e-con-inner .home-contact-head {
  width: 50%;
  position: relative;
  height: 450px;
  margin-top: -20px;
}

.home-contact .e-con-inner .home-contact-head::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/cont-back.svg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 2px;
  z-index: 0;
}

.home-contact .e-con-inner .home-contact-head .contact-head {
  height: 100%;
  z-index: 10;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-right: 106px;
  flex-direction: column;
}

.home-contact .e-con-inner .home-contact-head .contact-head h2 {
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%) rotate(56deg);
  color: white;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  white-space: nowrap;
  font-family: "Montserrat" !important;
  text-transform: uppercase;
}

.home-contact .home-contact-form {
  display: flex;
  justify-content: center;
  padding-right: 100px;
}

.home-contact .home-contact-form form ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
}

.home-contact .home-contact-form form ul li {
  margin: 0;
  padding: 0;
  width: 46%;
}

.home-contact .home-contact-form form ul li.comments {
  width: 100%;
}

input {
  padding: 10px 10px;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  font-family: var(--font-Montserrat) !important;
}

textarea {
  width: 100%;
  padding: 0px 13px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  height: 55px;
  resize: none;
  font-family: var(--font-Montserrat) !important;
  font-size: 16px;
}

.home-contact .home-contact-form form ul li::before {
  display: none !important;
}

.home-contact .home-contact-form form .common-btn.yellow-btn {
  width: 100%;
}

.home-contact .home-contact-form form .common-btn.yellow-btn p {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.home-contact .home-contact-form form .common-btn.yellow-btn p input {
  font-size: 15px;
  width: fit-content;
  font-family: "Montserrat" !important;
  color: #fff;
  /* color: #000; */
  font-weight: 600 !important;
  padding: 14px 60px;
  text-decoration: none !important;
  background-color: #d39c0d !important;
  border: 2px solid #d39c0d;
  transition: 0.5s ease;
  border-radius: 0 !important;
  cursor: pointer;
}

.home-contact .home-contact-form form .common-btn.yellow-btn p input:hover {
  font-size: 15px;
  font-family: "Montserrat" !important;
  color: #d39c0d;
  padding: 14px 60px;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border: 2px solid #d39c0d;
  transition: 0.5s ease;
}

/*HOME CONTACT CSS END:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* HIDE MOBILE */
.mobile-accordion {
  display: none;
}

/* HIDE DESKTOP ON MOBILE */
@media (max-width: 991px) {
  .desktop-tabs {
    display: none;
  }

  .mobile-accordion {
    display: block;
  }

  .accordion-item {
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
  }

  .accordion-header {
    background: #111;
    color: #fff;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
  }

  .accordion-header h5 {
    margin: 0;
    font-size: 18px;
  }

  .accordion-content {
    display: none;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 30px 20px;
  }

  .accordion-overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    color: #fff;
    border-radius: 10px;
  }

  .accordion-item.active .accordion-header {
    background: #c59d5f;
  }
}

/*HOME PAGE CSS CODE END:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*ABOUT US PAGE CSS CODE START::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.page-id-330 .common-outer {
  padding: 0;
}

.page-banner-wrapper .page-banner {
  padding: 90px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  height: 100% !important;
}

.page-banner-wrapper .page-banner-left img {
  position: absolute;
  width: 420px;
  height: 200px;
  object-fit: cover;
  left: 5%;
  top: 35%;
  z-index: 9;
}

.page-banner-wrapper {
  position: relative !important;
  height: 372px;
}

.page-banner-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #757575;
  opacity: 0.6;
}

.page-banner-wrapper::after {
  position: absolute;
  content: "";
  width: 659px;
  height: 100%;
  background-image: url(../images/banner-bac.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}

/* .page-id-347 .page-banner-wrapper::after {
    width: 588px;
} */

.page-banner-wrapper .page-banner .page-banner-content {
  z-index: 1;
}

.page-banner-wrapper .page-banner h1,
.page-banner-wrapper .page-banner p {
  color: #fff !important;
  text-align: right;
  max-width: 800px;
}

.about-green {
  margin-top: 0;
}

.page-id-330 .home-about .e-con-inner .home-about-con .home-about-content h4 {
  margin-top: 0;
}

.about-green {
  margin-top: 0;
}

.about-green .e-con-inner {
  max-width: 91% !important;
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
}

.about-green .e-con-inner .green-cont h3 {
  width: 100%;
  font-size: 31px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.about-green .e-con-inner .green-head {
  width: 25%;
}

.about-green .e-con-inner .green-cont {
  width: 70%;
}

.about-green .e-con-inner .green-head h3 {
  text-align: left;
}

.about-page-wel .common-heading h2 {

  margin-bottom: 0 !important;
}

.what-about-makes .safe-gun-img-outer .safe-gun-img {
  padding-bottom: 80%;
}

.case-study-about {
  padding: 0px 0 80px 0;
  position: relative;
}

.case-study-carousel .owl-stage-outer::before {
    position: absolute;
    content: "";
    background-image: url(../images/about-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 350px;
    background-position: center;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    opacity: 0.2;
}

.case-study-about .e-con-inner .firearm-con {
  width: 43%;
  top: 0;
}

.case-study-carousel {
    padding: 30px;
    position: relative;
    width: 80%;
    margin: auto;
    background: #cfb654;
    display: flex !important;
    flex-direction: column;
    gap: 20px;
}

.case-study-carousel .owl-stage-outer {
    background: #faebd7;
    position: relative;
}

.case-study-carousel .owl-stage-outer .owl-item {
    padding: 30PX;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 44%;
    width: 100%;
    left: 0;
    padding: 0 15px;
}

.owl-nav button {
    width: 35px;
    height: 45px;
}

.owl-nav button.owl-prev span.carousel-prev {
    width: 100%;
    height: 100%;
    background: url(../images/left-arrow.png) !important;
    background-repeat: no-repeat !important;
    display: block;
    background-size: 30px !important;
    background-position: center !important;
}

.owl-nav button.owl-prev span.carousel-prev::before,
.owl-nav button.owl-next span.carousel-next::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    background-image: url(../images/active-menu-left-border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    left: -4px;
    opacity: 1;
    transition: 0.5s ease;
  filter: brightness(0) saturate(100%) invert(0%) sepia(86%) saturate(7500%) hue-rotate(149deg) brightness(105%) contrast(112%);
}

.owl-nav button.owl-prev span.carousel-prev::after,
.owl-nav button.owl-next span.carousel-next::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    background-image: url(../images/active-menu-right-border.svg);
  filter: brightness(0) saturate(100%) invert(0%) sepia(86%) saturate(7500%) hue-rotate(149deg) brightness(105%) contrast(112%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    right: -4px;
    opacity: 1;
    transition: 0.5s ease;
}

.owl-nav button.owl-next span.carousel-next {
    width: 100%;
    height: 100%;
    background: url(../images/right-arrow.png) !important;
background-repeat: no-repeat !important;
    display: block;
    background-size: 30px !important;
    background-position: center !important;
}

.owl-nav button.owl-prev {
    left: -50px;
    position: absolute;
}

.owl-nav button.owl-next {
    right: -50px;
    position: absolute;
}


/* .case-study-about .e-con-inner {
  row-gap: 80px !important;
} */

.owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: -40px;
    width: 100%;
    left: 0;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    opacity: 1;
    border-radius: 0;
    background: rgb(122 119 119 / 0%);
    border-width: 2.2px !important;
    border-style: solid !important;
    border-color: rgb(207 182 84) !important;
    border-image: none !important;
}

.owl-dots button.owl-dot.active {
    background: rgb(207 182 84);
}

.case-study-carousel .owl-item h3.case-study-title {
    text-transform: capitalize;
    font-family: "Montserrat" !important;
    font-weight: 500;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 28px;
}

.case-study-carousel .owl-item .case-study-content h3 {
    text-transform: capitalize;
    font-family: "Montserrat" !important;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 22px;
}

.case-study-about .firearm-tab .latest-post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}

.case-study-about .firearm-tab .latest-post-grid a.post-item .post-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.case-study-about .firearm-tab .latest-post-grid a.post-item {
  text-decoration: none !important;
  padding: 15px;
  background: #fff;
  height: fit-content;
}

.case-study-about .firearm-tab .latest-post-grid a.post-item:nth-child(2) {
  margin-top: 30px;
}

.case-study-about .firearm-tab .latest-post-grid a.post-item .post-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case-study-about .firearm-tab .latest-post-grid a.post-item .post-content p {
  text-align: center;
  color: #000 !important;
  text-decoration: none !important;
}

.case-study-about .firearm-tab .latest-post-grid a.post-item .post-content h5 {
  text-align: center;
  color: #000 !important;
  text-decoration: none !important;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 10px;
}

.case-study-about .firearm-tab .latest-post-grid a.post-item .post-image {
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;
}

.case-study-about .firearm-tab .latest-post-grid a.post-item .post-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.about-testi-outer {
  /* padding: 100px 0; */
  padding: 70px 0;
}

.about-testi-outer .e-con-inner {
  max-width: 91% !important;
  gap: 170px;
  display: flex;
  align-items: center !important;
  position: relative;
}

.about-testi-outer .testi-con {
  padding: 80px 0;
}

.about-testi-outer .safe-gun-img-outer {
  padding: 80px 0px 80px 70px;
  border-left: 1px solid #2c4a6b;
}

.about-testi-outer .safe-gun-img-outer .owl-stage-outer h6.testimonial-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.about-testi-outer .safe-gun-img-outer .owl-nav {
  display: flex;
  gap: 10px;
}

.about-testi-outer .safe-gun-img-outer .owl-nav button span {
  font-size: 30px;
}

.about-testi-outer .e-con-inner::before {
  position: absolute;
  content: "";
  background-image: url(../images/test-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
  background-position: center;
  bottom: auto;
  right: auto;
  left: 0;
  top: 0;
  /* opacity: 1; */
  opacity: 0.2;
}

.about-testi-outer .testi-con .testi-heading h2 {
  border-bottom: 1px solid #2c4a6b;
  padding-bottom: 30px;
}


/*ABOUT US PAGE CSS CODE END::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


/*404 PAGE CSS CODE START::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.error404 .common-outer .page-notfound-section center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error404 .common-outer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.error404 .common-outer .page-notfound-section center h1 {
  margin-top: 0 !important;
}

/*404 PAGE CSS CODE END::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*SURRENDER A FIRE ARM  PAGE CSS CODE START::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.surrender-head .e-con-inner .how-it-heading {
  /* width: 63%; */
  width: 50%;
  padding-bottom: 70px;
}


.surrender-head .e-con-inner {
  position: relative;
  /* max-width: 91% !important; */
}

.surrender-head .e-con-inner::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 290px;
  background-position: center;
  top: 0;
  right: 0;
  opacity: 0.5;
}

.safe-surrender .e-con-inner {
  max-width: 91% !important;
  padding: 70px 0;
  gap: 50px;
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

.safe-surrender .e-con-inner .safe-sure-image {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.safe-surrender .e-con-inner .safe-sure-image img {
  width: 48%;
}

.what-we-accept .e-con-inner {
  max-width: 91% !important;
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 65px !important;
  padding: 50px 0;
}

.what-we-accept::before {
  display: none;
}

.what-we-accept .e-con-inner .what-we-accept-heading {
  width: 46%;
}

.what-we-accept .e-con-inner .surrender-work {
  width: 54%;
}

.what-we-accept .e-con-inner .surrender-work .common-heading h2 {
  /* width: 100%; */
  text-align: right;
  width: 636px;
}

.what-we-accept .e-con-inner .what-we-accept-heading .what-we-accept-img {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
}

.what-we-accept .e-con-inner .what-we-accept-heading .what-we-accept-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.what-we-accept .e-con-inner .surrender-work .three-steps .step-process .step-content {
  padding: 20px;
  width: 100%;
  box-shadow: 0 0 20px 0 #efefef;
}

.what-we-accept .e-con-inner .surrender-work .three-steps {
  width: 100%;
  gap: 35px;
}

.what-we-accept .e-con-inner .surrender-work .three-steps .step-process {
  gap: 25px;
}

.what-we-accept .e-con-inner .surrender-work .three-steps .step-process .step-content h5 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.what-we-accept .e-con-inner .surrender-work .three-steps .step-process .step-content p {
  margin-bottom: 0 !important;
}

.what-we-accept .e-con-inner .what-we-accept-heading .common-heading h2 {
  width: 100% !important;
}

.page-id-534 .green-box {
  padding: 30px 0 !important;
  position: relative;
  overflow: hidden;
}

.page-id-534 .green-box::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 210px;
  background-position: center;
  top: -23px;
  left: 48%;
  opacity: 1;
}

.page-id-534 .about-green .e-con-inner .green-cont h3 {
  font-size: 45px;
}

.legal-safe-outer .e-con-inner {
  max-width: 91% !important;
  gap: 60px;
  padding-top: 70px;
  align-items: center !important;
  position: relative;
  padding-bottom: 60px;
}

.legal-safe-outer .e-con-inner::before {
  position: absolute;
  content: "";
  width: 450px;
  height: 450px;
  background-image: url(../images/eagle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: auto;
  right: 0;
  opacity: 0.5;
  transition: 0.5s ease;
}

.legal-safe-outer .e-con-inner .legal-image {
  width: 30%;
  position: relative;
  padding-bottom: 30%;
  overflow: hidden;
}

.legal-safe-outer .e-con-inner .legal-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  padding: 25px;
  background-color: #886B21;
}

.legal-safe-outer .e-con-inner .legal-content {
  width: 70%;
}

.legal-safe-outer .e-con-inner .legal-content h5 {
  font-family: "Montserrat" !important;
  margin-top: 0 !important;
  padding-bottom: 20px;
  position: relative;
}

.legal-safe-outer .e-con-inner .legal-content h5::before {
  position: absolute;
  content: "";
  width: 245px;
  height: 2px;
  background-color: #917d49;
  bottom: 0;
  left: 0;
}

/*SURRENDER A FIRE ARM  PAGE CSS CODE END::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*CONTACT US PAGE CSS CODE START::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.contact-outer .e-con-inner {
  max-width: 91% !important;
  gap: 60px;
  display: flex;
  padding: 10px 0 50px;
  align-items: center !important;
}

.page-id-563 .common-outer {
  padding-bottom: 0px !important;
}

.contact-outer .e-con-inner .contact-address {
  width: 50%;
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-outer .e-con-inner .contact-map {
  width: 50%;
}

.contact-outer .e-con-inner .contact-address .contact-locations {
  padding: 25px;
  display: flex;
  background: #ce9500;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-outer .e-con-inner .contact-address .contact-locations::before {
  content: "";
  position: absolute;
  right: 0px;
  left: auto;
  bottom: -20px;
  width: 90px;
  height: 90px;
  background-image: url(../images/eagle-trans.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
  transition: 0.5s ease;
  top: auto;
}

/* .contact-outer .e-con-inner .contact-address .contact-locations:hover::before{
  bottom: -40px;
  opacity: 0.5;
  transition: 0.5s ease;
} */

.contact-outer .e-con-inner .contact-address .contact-locations svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(29deg) brightness(103%) contrast(102%);
  width: 33px;
  height: 33px;
  opacity: 0;
  position: relative;
}

.contact-outer .e-con-inner .contact-address .contact-locations {
  position: relative;
}

.contact-outer .e-con-inner .contact-address .contact-locations::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 16%;
}

.contact-outer .e-con-inner .contact-address .contact-locations.phone::after {
  background-image: url(../images/phone.svg);
}

.contact-outer .e-con-inner .contact-address .contact-locations.time::after {
  background-image: url(../images/deadline.svg);
}

.contact-outer .e-con-inner .contact-address .contact-locations.email::after {
  background-image: url(../images/email.svg);
}

.contact-outer .e-con-inner .contact-address .contact-locations.our-shop::after {
  background-image: url(../images/gun-target.svg);
}

.contact-outer .e-con-inner .contact-address .contact-locations h5,
.contact-outer .e-con-inner .contact-address .contact-locations p,
.contact-outer .e-con-inner .contact-address .contact-locations p a {
  margin: 0 !important;
  color: #fff !important;
  text-align: center;
  text-transform: capitalize;
}

.contact-outer .e-con-inner .contact-map h3 {
  margin-top: 0;
}

.contact-outer .e-con-inner .contact-map iframe {
  height: 400px;
}



/* CONTACT US PAGE CSS CODE START:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.contact-details {
  gap: 0;
  display: flex;
  justify-content: center;
}

.contact-details .contact-de {
  padding: 30px;
  position: relative;
  color: var(--whitecolor);
  gap: 12px !important;
  display: flex;
  justify-content: center;
  transition: 0.5s ease;
  font-size: 20px;
}

.contact-details .contact-de::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  right: 10px;
  left: auto;
  top: auto;
  opacity: 0.09;
  transition: 0.5s ease;
}

.contact-details .contact-de:hover::before {
  /* opacity: 0.08; */
  transition: 0.5s ease;
  right: 30px;
}

.contact-details .contact-de.contact-phone {
  background: linear-gradient(180deg, rgb(206 149 0) 40%, rgb(0 0 0) 180%);
}

.contact-details .contact-de.contact-phone::before {
  background: url(../images/phone.png);
}

.contact-details .contact-de.contact-loc {
  background: linear-gradient(180deg, rgba(71, 111, 154, 1) 22%, rgb(0 0 0 / 75%) 200%);
}

.contact-details .contact-de.contact-loc::before {
  background: url(../images/location.png);
}

.contact-details .contact-de.contact-hours {
  background: linear-gradient(180deg, rgba(86, 154, 0, 1) 22%, rgb(0 0 0 / 79%) 200%);
}

.contact-details .contact-de.contact-hours::before {
  background: url(../images/clock.png);
}

.contact-details .contact-de h3 {
  /* text-transform: uppercase; */

  text-transform: capitalize;
  margin: 0;
  color: var(--whitecolor);
  font-family: var(--font-Nunito) !important;
  font-weight: 600;
  font-size: 34px;
}

.contact-details .contact-de a {
  color: var(--whitecolor);
  font-size: 20px;
  text-decoration: none !important;
}

.contact-details .contact-de a:hover {
  text-decoration: none !important;
  transition: 0.5s ease;
  color: #000000;
}


/* CONTACT FORM SECTION::::::::::::::: */

.contact-form {
  padding: 0 50px;
}

.contact-form ul {
  margin: 0 !important;
}

.contact-form ul li {
  padding: 0;
  margin: 0 !important;
}

.contact-form ul li::before {
  display: none !important;
}

.contact-form ul li input {
  padding-top: 13px;
  padding-bottom: 13px;
}

.contact-form form .common-btn.yellow-btn p input {
  font-size: 15px;
  width: fit-content;
  font-family: "Montserrat" !important;
  color: #fff;
  /* color: #000; */
  font-weight: 600 !important;
  padding: 14px 60px;
  text-decoration: none !important;
  background-color: #d39c0d !important;
  border: 2px solid #d39c0d;
  transition: 0.5s ease;
  border-radius: 0 !important;
  cursor: pointer;
}

.contact-form form .common-btn.yellow-btn p input:hover {
  font-size: 15px;
  font-family: "Montserrat" !important;
  color: #d39c0d;
  padding: 14px 60px;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border: 2px solid #d39c0d;
  transition: 0.5s ease;
}

.contact-form h2 {
  margin-top: 20px;
  margin-bottom: 15px !important;
  color: #2c4a6b !important;
  font-size: 50px !important;
}

.contact-top {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}

.contact-top::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  top: 0;
  right: 0;
  background: antiquewhite;
  left: auto;
}

/* CONTACT US PAGE CSS CODE END:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ::::::::::::::::::::service page design changes:::::::::::::::::::::::::::::::: */

.surrender-head .e-con-inner .surrender-services {
  width: 47%;
}

.surrender-head .e-con-inner .surrender-heading {
  width: 53%;
}

.surrender-services .services-home-wrapper {
  flex-direction: column;
}

.surrender-services .services-home-wrapper .service-item {
  width: 100%;
  transition: 0.5s ease;
}

.surrender-services .services-home-wrapper .service-item .service-content {
  display: none;
}

.surrender-services .services-home-wrapper .service-item .service-title {
  height: auto !important;
}

.surrender-services .services-home-wrapper .service-item a.service-link-wrapper {
  padding: 25px 83px 25px 30px;
}

.surrender-services .services-home-wrapper {

  gap: 10px;
}

.surrender-services .services-home-wrapper .service-item h3.service-title {
  margin-bottom: 0;
}

.surrender-services .services-home-wrapper .service-item .service-readmore {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  bottom: auto;
  right: 38px !important;
  cursor: pointer;
  left: auto;
  top: auto;
  transform: rotate(-55deg);
  transition: 0.5s ease;

}

.surrender-service {
  padding-bottom: 60px;
}


.surrender-services .services-home-wrapper .service-item:hover .service-readmore {
  right: -100px !important;
  transition: 0.5s else;

}


.page-id-581 .surrender-head .e-con-inner::before {
  display: none;
}

.page-id-581 .common-outer {
  padding-bottom: 0 !important;
}


/* --------------------------------------------------------- */

.home-services .services-home-wrapper .service-item.service-708 {
  background: linear-gradient(180deg, rgb(218 76 3) 40%, rgb(0 0 0) 180%);
}

.home-services .services-home-wrapper .service-item.service-708:hover {
  background: linear-gradient(180deg,
      rgb(218 76 3) 22%,
      rgb(218 76 3) 22%);
}

.home-banner .e-con-inner .banner-menu nav ul li:nth-child(2) a:hover {
  color: rgb(218 76 3) !important;

}

/* --------------------------------------------------------- */

.sell-welcome-outer .e-con-inner .home-about-img .about-img {
  padding-bottom: 90%;
}

.sell-tab-outer {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.sell-tab-outer .e-con-inner {
  padding-bottom: 0 !important;
}

.sell-disposal-con .transferred-img .safe-gun-img {
  position: relative;
  padding-bottom: 90%;
  overflow: hidden;
}

.sell-disposal-con .transferred-img .safe-gun-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.training-outer-section .e-con-inner {
  display: flex;
  gap: 25px !important;
}

.training-content-outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px !important;
}

.training-content-outer-1 {
  grid-template-columns: 1fr 1fr 1fr !important;
}

/* @media (min-width: 1200px) {
  .training-content-outer-1 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
} */

.training-content-outer .training-content-inner,
.training-content-outer-1 .training-content-inner {
  background: #ffffff38;
  padding: 20px;
}

.training-content-outer .training-content-inner h3,
.training-content-outer-1 .training-content-inner h3 {
  line-height: 35px;
  font-family: "Montserrat" !important;
  text-transform: capitalize;
  font-weight: 500;
  padding-right: 10px;
  margin-top: 0;
  font-size: 24px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.compliance-owners-outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.compliance-owners-outer .compliance-owner-heading h3 {
  margin-top: 0;
}

.compliance-owners-outer .e-con-inner {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 30px !important;
}

.compliance-owners-outer .e-con-inner .firearm-heading {
  width: 100%;
}

.compliance-owners-outer .e-con-inner .compliance-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 45px;
}

.compliance-owners-outer .e-con-inner .compliance-list .firearm-con {
  width: 100%;
  top: 0;
}

.complaince-2 {
  background: #2c4a6b !important;
}

.compliance-three-outer {
  padding: 0 !important;
}

.compliance-three-outer .e-con-inner {
  padding: 0 !important;
}

.compliance-three-outer .e-con-inner .second-block {
  background: linear-gradient(180deg, rgb(44 74 107) 19%, rgb(90 81 113) 79%) !important;
}

.ser-compailance-heading h3 {
  line-height: 35px;
  font-family: "Montserrat" !important;
  text-transform: capitalize;
  font-weight: 500;
  padding-right: 10px;
  margin-top: 0;
  font-size: 24px;
}

.families-who-section .e-con-inner {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 30px !important;
}

.families-who-section .e-con-inner .families-who-heading {
  width: 100%;
}

.families-who-section .e-con-inner .families-who-heading h3 {
  color: #2c4a6b !important;
  margin-top: 0;
}

.families-who-section .e-con-inner .families-who-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 45px;
}

.families-who-section .e-con-inner .families-who-content .families-who-cont {
  background: #8181814f;
  padding: 20px;
  width: 100%;
  top: 0;
}

.families-who-section .e-con-inner .families-who-content .families-who-cont h3 {
  margin-top: 0;
  text-transform: capitalize;
  transition: 0.5s ease;
  font-family: var(--font-Nunito) !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.compliance-three-outer .e-con-inner .second-block h2 {
  font-size: 35px;
  line-height: 50px;
}

.compliance-three-outer .e-con-inner .second-block p {
  font-size: 16px;
}

.page-id-1765 .common-outer {
  padding-bottom: 0;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
  height: 45px;
  width: 45px;
}





/* ============================== Blog ================================ */

.blog_post_inner {
  width: 100%;
}

.blog-item {
  width: 31.5%;
  margin-bottom: 70px;
}

.blog-item a {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-decoration: none !important;
}

.blog-item a .blog_thumb img {
  width: 100%;
  height: fit-content;
  display: block;
}

.blog-item a .blog_content {
  position: relative;
  padding-left: 55px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.blog-item a .blog_content::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #917D49;
  top: 12px;
  left: 0;
}

.blog-item a .blog_content h6 {
  font-size: 16px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'Montserrat' !important;
  width: fit-content;
}

.blog-item a .blog_content .blog_post_title h5.post-title {
  margin-top: 10px;
  text-transform: capitalize;
}

.blog-item a .blog_content .blog-btn.common-btn span {
  font-size: 15px;
  font-family: "Montserrat" !important;
  color: #fff !important;
  color: #000;
  font-weight: 600 !important;
  padding: 12px 30px;
  text-decoration: none !important;
  background-color: #d39c0d !important;
  border: 2px solid #d39c0d;
  transition: 0.5s ease;
  border-radius: 0 !important;
  text-transform: capitalize;
}

.blog-item a .blog_content .blog-btn.common-btn span:hover {
  font-size: 15px;
  font-family: "Montserrat" !important;
  color: #d39c0d !important;
  padding: 12px 30px;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border: 2px solid #d39c0d;
  transition: 0.5s ease;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.blog-pagination a.page-numbers {
  width: 40px;
  height: 40px;
  color: #000 !important;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 600;
  text-decoration: none !important;
  align-items: center;
}

.blog-pagination span.page-numbers.current,
.blog-pagination a.page-numbers:hover {
  background-color: #EEAE08 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 600;
  text-decoration: none !important;
  align-items: center;
}

.blog-pagination a.next.page-numbers,
.blog-pagination a.prev.page-numbers {
  width: fit-content;
}

.blog-pagination a.next.page-numbers:hover,
.blog-pagination a.prev.page-numbers:hover {
  background: none !important;
  color: #EEAE08 !important;
}


/* Sidebar Button */

.sidebar-icon {
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 9999;
  padding: 20px 10px 20px 10px;
  font-size: 25px;
  border-radius: 3px;
  background: #214f87;
  color: var(--blackcolor) !important;
  cursor: pointer;
}

.sidebar-icon p {
  margin: 0 !important;
  color: #fff !important;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 18px;
  font-weight: 500;
}


.sidebar-outer h4.active::after {
  transform: rotate(90deg);
}

/* Closed State */

.sidebar-outer {
  width: 450px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  background: #D39C0D;
  padding: 10px 70px 10px 20px;
  border-radius: 0;
  height: fit-content;
  position: fixed;
  right: 0;
  z-index: 999;
  top: -50px;
  transform: translateX(600px) translateY(168px);
  transition: .5s;
}

.sidebar-outer.toggle-sidebar,
.sidebar-outer.active {
  transform: translateX(0) translateY(168px);
  transition: .5s;
  overflow: hidden;
}

.sidebar-outer.toggle-sidebar,
.sidebar-icon {
    display: none !important;
}

.blog-outer ul#sidebarwidgeted {
  margin: 0px !important;
}

.blog-outer li#categories::before {
  left: 6px;
  top: 14px;
}

.blog-outer li#archives::before {
  left: 6px;
  top: 14px;
}

.blog-outer .sidebar-starting {
  width: 100%;
}

.blog-outer ul.categories-inner.toggle-content,
.blog-outer ul.current-archive.toggle-content {
  margin: 0 !important;
  padding: 10px 6px 10px 10px;
  max-height: 150px;
  overflow-y: scroll;
  background: #fff;
  color: #fff !important;
}

.blog-outer ul.categories-inner.toggle-content li,
.blog-outer ul.current-archive.toggle-content li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--blackcolor);
  color: var(--blackcolor) !important;
  padding-left: 0;
}

.blog-outer ul.categories-inner.toggle-content li:last-child,
.blog-outer ul.current-archive.toggle-content li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  border: 0;
}


.blog-outer ul.categories-inner.toggle-content li::before,
.blog-outer ul.current-archive.toggle-content li::before {
  display: none;
}

/* Widget Box */
.sidebar-outer .widget {
  background: transparent;
  margin-bottom: 0px;
  padding: 0px;
}


.sidebar-outer .widget::before {
  display: none !important;
}

.sidebar-outer .widget:last-child {
  margin-bottom: 0;
}



/* Titles */
.sidebar-outer h1,
.sidebar-outer h2,
.sidebar-outer h3,
.sidebar-outer h4,
.sidebar-outer .widget-title,
.sidebar-outer .wp-block-heading {
  margin: 0;
  font-size: 30px;
  position: relative;
  transition: 0.5s ease;
}

.sidebar-outer h4 {
  display: flex;
  color: #ffffff;
  padding: 10px 0;
  align-items: center;
}

.sidebar-outer li#categories h4 {
  border-bottom: 1px solid #fff;
}

.sidebar-outer h1:after,
.sidebar-outer h2:after,
.sidebar-outer h3:after,
.sidebar-outer h4:after,
.sidebar-outer .widget-title:after,
.sidebar-outer .wp-block-heading:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/circle-btn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: auto;
  top: auto;
  left: auto;
  right: 0px;
  /* filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(20%) hue-rotate(98deg) brightness(102%) contrast(96%); */
}

/* Hide Lists Initially */
.sidebar-outer .widget ul {
  display: none;
  margin-top: 10px;
  padding-left: 15px;
}

.sidebar-outer li {
  margin-bottom: 6px;
}

.sidebar-outer a {
  text-decoration: none !important;
  color: #000;
  text-decoration: none !important;
}


.sidebar-outer.toggle-sidebar ul#sidebarwidgeted li ul::-webkit-scrollbar {
  width: 4px;
}

.sidebar-outer.toggle-sidebar ul#sidebarwidgeted li ul::-webkit-scrollbar-thumb {
  background: #917d49;
  border-radius: 10px;
  cursor: pointer;
}

.sidebar-outer.toggle-sidebar ul#sidebarwidgeted li ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px transparent;
  border-radius: 10px;
}


.blog-single-header .blog-single-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 25px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  /* border-radius: 50px; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.blog-single-header .blog-single-meta {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  border-color: var(--primarycolor);
}

.blog-single-header .blog-single-meta span,
.blog-single-header .blog-single-meta span a {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}

.blog-single-header .blog-single-meta span a {
  color: var(--headingcolor);
  font-weight: 600;
}

.blog-single-header .blog-single-meta span a {
  color: var(--primarycolor);
}

.blog-single-header .blog-single-meta .meta-divider {
  color: #d1d5db;
  font-size: 12px;
  margin: 0 2px;
  user-select: none;
}

.blog-single-header {
  margin-bottom: 30px;
}

.single-post h1 {
  font-size: 55px;
  line-height: 57px !important;
}



.blog-single-image {
  display: flex;
  flex-wrap: wrap;
  float: right;
  margin-left: 25px;
  margin-bottom: 30px;
  width: 40%;
  height: 100%;
  position: relative;
  padding-bottom: 30%;
  margin-top: -78px;
}

.blog-single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.blog-single-back {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.getting-acc-outer {
    padding-bottom: 50px;
}

.page-id-347 .page-banner-wrapper::after {
    width: 592px;
}