/******** Google Fonts ********/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/******** Color Schemes ********/

:root {
  --c-primary-orange: #ff4b0c;
  --c-orange-dark: #e8470f;
  --c-white: #ffffff;
  --c-black-text: #000000;
  --c-primary-text: #505050;
  --c-hd-color: #1c1d19;
  --c-body-text:#505050;
  --ff-primary: "DM Sans", sans-serif;
  --ff-heading: "Barlow Semi Condensed", sans-serif;
}


/******** CSS Resets ********/
* {
  padding: 0;
  margin: 0 auto;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:focus, a:hover {
  outline: none;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: var(--c-primary-text);
  line-height: 34px;
  font-weight: 400;
}

body {
  font-family: var(--ff-primary);
  font-size: 18px;
  color: var(--c-primary-text);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-heading);
  margin-bottom: 0;
  color: var(--c-hd-color);
}

/******** Utility Classes ********/

.container {
  width: 100%;
  max-width: 1410px;
}

.custom-pad {
  padding: 120px 0;
}

/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+toggle-nav-css-start=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+*/

.navbar-default .navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-default .navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggler {
  border-color: #5f4b8b;
  background: #5f4b8b;
  outline: none;
}

.navbar-toggler {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-header {
  display: none;
}

.wrape-thumbnail{float:right; width:47%; height:auto; margin-left:26px;}

.wrape-thumbnail-full{width:100%; height:auto; margin-bottom:20px;}

/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+toggle-nav-css-end=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+*/

/* ==============================header=================================== */
.top-header .header-main-right {
  display: none;
}

.header-main .container-fluid {
  padding-left: 80px;
}
.header-main-right-top-wrap {
  display: flex;
  margin-left: 0;
  flex-wrap: wrap;
  align-items: center;
}
.header-social ul {
  display: flex;
  gap: 0 10px;
  margin-left: 30px;
}
.custom-header nav ul.navbar-nav > li {
  margin-left: 26px;
}
.custom-header nav ul li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.custom-header nav ul li a.active{position:relative;}
.custom-header nav ul li a.active:before{content:''; width:95%; height:2px; bottom:-1px; left:-2px; position:absolute;}
.header-social ul li a:hover{
  color: var(--c-primary-blue);
  
}
li.has_sub_menu {
  position: relative;
}
li.has_sub_menu > a::after{
  content: '\f107';
  font-family:FontAwesome;
  margin-left: 10px;
}
.custom-submenu {
  position: absolute;
  width: 410px;
  background-color: var(--c-primary-orange);
}
.custom-submenu.lebel-2 {
  right: -100%;
  top: 0;
}
ul.custom-submenu li a {
  color: var(--c-white) !important;
  font-size: 16px;
  padding: 10px 15px !important;
  display: block;
  border-bottom: 1px solid var(--c-white);
}
ul.custom-submenu li a:hover{
  background-color: var(--c--dark-blue);
}
ul.custom-submenu li:last-child a{
  border-bottom: 0;
}
.custom-submenu li.has_sub_menu > a::after{
  position: absolute;
  right: 15px;
  margin-left: 0;
}
.custom-submenu{
  display: none;
}
.custom-header nav ul li:hover .custom-submenu.lebel-1{
  display: block;
}
.custom-submenu.lebel-1 li:hover .custom-submenu.lebel-2{
  display: block;
}
.header-main .navbar {
  flex-wrap: wrap;
}
.navbar-nav {
  position: relative;
  z-index: 9;
}


/* ==================================header-top================================ */
.top-header form input {
  height: 50px;
  color: #fff !important;
}
.srch-bnt {
  background-color: var(--c-primary-orange);
  border: 0;
  font-family: var(--ff-heading);
  font-weight: 700;
  text-transform: uppercase;
  width: 116px;
}
.top-header form input::placeholder{
  color: #ffff;
}
.top-header form input.form-control {
  background-color: #53595b;
  border-radius: 0;
  border: 0;
  font-size: 13px;
}

.custom-header {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
}
.top-header form {
  width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header{
  text-align: center;
}
.top-header p{
  color: var(--c-white);
  letter-spacing: 2px;
}
.top-header p a{
  color: var(--c-white);
}
.top-header {
  text-align: center;
  border-bottom: 1px solid #606060;
}

/* =============================header-main=========================== */
.custom-header {
  background-color: rgba(35,38,40,0.40);
  transition: all 0.3s ease-in-out;
}
.header-btn {
  font-size: 16px;
  font-family: var(--ff-heading);
  text-transform: uppercase;
  font-weight: 800;
  color: var(--c-white);
  background-color: #53595b;
  padding: 34px 16px;
  display: inline-block;
  margin: 2px 2px;
}
.header-main-right ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.membership-btn {
  font-family: var(--ff-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--c-white);
  display: flex;
  align-items: center;
  gap: 0 12px;
  text-transform: uppercase;
}
.custom-header nav ul.navbar-nav > li:first-child{
  margin-left: 0;
}
.header-main-right {
  border-left: 1px solid #606060;
}
.header-main-right ul li {
  margin-left: 0;
}
.header-main {
  border-bottom: 1px solid #606060;
}
.header-btn span {
  margin-right: 8px;
}
.header-btn:hover {
  background-color: var(--c-primary-orange);
  color: var(--c-white);
}
.membership-btn:hover {
  color: var(--c-primary-orange);
}
.custom-header{
transition: all ease-in-out .3s;
}
.custom-header.fixed-top{
    transition: all ease-in-out .3s;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all ease-in-out .3s;
}
.custom-header.fixed-top .top-header {
  display: none;
}
.header-btn{
  transition: all ease-in-out .3s;
}
.custom-header.fixed-top  .header-btn {padding: 13px 16px;}
.custom-header.fixed-top {
  background-color: rgba(35,38,40,0.70);
}



/* ===================================CUSTOM_BANNER============================ */

#banner-caro .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  bottom: 20px;
  left: 50px;
  margin-top: 0;
}
#banner-caro .owl-dots::after {
  content: '/' counter(slides-num);
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  padding-left: 5px;
  position: absolute;
  right: -70px;
  font-family: var(--ff-heading);
  color: var(--c-white);
}

#banner-caro .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  margin-right: 5px;
}
#banner-caro .owl-dot span {
  display: none;
}
#banner-caro .owl-dot.active::before {
  content: '0' counter(slides-num);
  display: inline-block;
  vertical-align: middle;
  font-size: 70px;
  position: absolute;
  left: -8px;
  top: -30px;
  line-height: 51px;
  font-family: var(--ff-heading);
  font-weight: 700;
  -webkit-text-stroke: 1px var(--c-white);
  -webkit-text-fill-color: transparent;
}
.banner-item {
  height: 100vh;
  background-size: cover;
  position: relative;
  z-index: 9;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: start;
  min-height: 667px;
}
.banner-content {
  width: 1100px;
  padding-left: 60px;
  padding-right: 200px;
  border-left: 1px solid #636363;
  margin-top: 200px;
}
.banner-content ul {
  display: flex;
  margin-bottom: 10px;
}
.banner-content ul li {
  margin-left: 0;
  margin-right: 48px;
  font-family: var(--ff-heading);
  color: var(--c-white);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
.banner-content ul li::after {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: var(--c-white);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.banner-content ul li:last-child::after{
  display: none;
} 
.banner-content h2 {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--c-white);
  padding-right: 100px;
  line-height: 96px;
  margin-bottom: 34px;
}
.banner-content h2 span {
  font-size: 100px;
  -webkit-text-stroke: 2px var(--c-white);
  -webkit-text-fill-color: transparent;
}
.custom-btn {
  display: inline-flex;
  height: 60px;
  width: 180px;
  background-color: var(--c-primary-orange);
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--c-white);
  font-family: var(--ff-heading);
  font-size: 16px;
}
.custom-btn:hover{
  background-color: var(--c-orange-dark);
  color: var(--c-white);
}
.banner-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.30);
  z-index: -1;
}
#banner-caro .owl-nav {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 46px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  transform: translateY(50%);
}
#banner-caro .owl-nav::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #606060;
  top: 50%;
  transform: translateY(-50%);
}
.custom-banner {
  position: relative;
  z-index: 9;
}
.custom-banner::after {
  content: '';
  position: absolute;
  height: 645px;
  width: 602px;
  background-image: url(../images/banner-captcha.png);
  right: 50px;
  bottom: -80px;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ======================================Custom Experience================================= */

.custom-heading h3 {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--c-hd-color);
  line-height: 72px;
}
.custom-heading {
  margin-bottom: 40px;
}
.exp-top-content .custom-btn {
  margin-top: 30px;
}
.exp-top-content {
  padding: 0 60px;
}
ul.exp-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.exp-item {
  margin: 0;
  width: 20%;
  padding: 60px 26px 0;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.exp-item:first-child{
  padding-left: 0;
}
.exp-item:last-child {
  padding-right: 0;
  border-right: 0;
}
.exp-icon img {
  height: 52px;
  object-fit: contain;
}
.exp-icon {
  margin-bottom: 24px;
}
.exp-card-content h4 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 16px;
}
.exp-card-content p {
  font-size: 15px;
  line-height: 26px;
  min-height: 78px;
}
.exp-card-content a {
  color: #273648;
  font-size: 16px;
  height: 38px;
  width: 38px;
  border: 1px solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-top: 22px;
}
.exp-card-content a:hover{
  background-color: var(--c-primary-orange);
  border-color: var(--c-primary-orange);
  color: var(--c-white);
}


/* ========================================================Custom course===================================================== */

.course-img {
  position: relative;
}
.course-img h5 {
  position: absolute;
  right: -54px;
  rotate: -90deg;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b7b7b7;
  top: 120px;
  letter-spacing: 1px;
}
.course-img h5 span {
  color: var(--c-primary-orange);
}
.bullet-img {
  position: absolute;
  bottom: -40px;
  right: 20px;
}
.custom-heading h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.60px;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 10px;
  display: inline-block;
}
.course-content > h6 {
  font-family: var(--ff-primary);
  margin: 50px 0;
}
.custom-heading h6::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--c-primary-orange);
  bottom: 0;
  left: 0;
}
.custom-heading h6 span::before {
  content: '';
  position: absolute;
  bottom: -3px;
  height: 7px;
  width: 7px;
  background-color: var(--c-primary-orange);
  border-radius: 50%;
  left: 0;
}
.custom-heading h6 span::after {
  content: '';
  position: absolute;
  bottom: -3px;
  height: 7px;
  width: 7px;
  background-color: var(--c-primary-orange);
  border-radius: 50%;
  right: 0;
}
.course-content .custom-heading h3 {
  padding-right: 130px;
}
.course-content ul {
  display: flex;
}
.course-content ul li {
  margin-left: 0;
  margin-right: 20px;
}
.course-content ul li a {
  font-family: var(--ff-heading);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--c-primary-orange);
  width: 126px;
  display: inline-flex;
  border: 1px solid var(--c-primary-orange);
  height: 60px;
  justify-content: center;
  align-items: center;
}
.common-section {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 50%;
}
.common-section-content ul {
  margin-top: 40px;
}
.common-section-content ul li a{
  width: 160px;
}
.common-section.range {
  background-position: 0% 100%;
}
.cus-firearms .common-section-content {
  padding-right: 60px;
}
.range .common-section-content {
  padding-left: 60px;
}
.training .common-section-content ul li a {
  width: 220px;
}
.subs-content > p {
  width: 30%;
  margin: 0 auto;
}
.subs-frm-wrap {
  padding: 50px;
}
.custom-nws {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23%;
}

/* ========================================================CUSTOM FOOTER================================================= */

.custom-footer {
  background-color: #191a1c;
  padding-top: 118px;
}
.footer-col > h4 {
  color: var(--c-white);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 28px;
}
.footer-col > h4::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 1px;
  background-color: var(--c-primary-orange);
  bottom: 0;
  left: 0;
}
.footer-col > h4::after {
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: var(--c-primary-orange);
  border-radius: 50%;
  bottom: -3px;
  left: 44px;
}
.footer-col > ul li a {
  font-size: 16px;
  color: #ababab;
}
.footer-col > ul li a span {
  margin-right: 6px;
}
.footer-col > ul li {
  margin-bottom: 10px;
}
.footer-col.f-col-3 ul li a h4 {
  color: var(--c-white);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 18px;
}
.footer-col.f-col-3 ul li a p {
  font-size: 16px;
  color: #ababab;
  line-height: 26px;
  padding-right: 60px;
  margin-bottom: 24px;
}
.office-hrs {
  background-color: #212325;
  display: inline-block;
  padding: 30px 30px 20px;
  min-width: 272px;
  position: relative;
}
.office-hrs ul {
  padding-left: 50px;
}
.office-hrs ul li {
  margin-bottom: 28px;
}
.office-hrs h5 {
  color: #4b4b4b;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 28px;
  position: absolute;
  left: -36px;
  rotate: -90deg;
  top: 90px;
}
.office-hrs ul li h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #cacaca;
  margin-bottom: 6px;
}
.office-hrs ul li h6 {
  color: var(--c-white);
  font-size: 15px;
}
.footer-appo a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--ff-heading);
  color: var(--c-primary-orange);
}
.footer-appo a span{
  margin-right: 4px;
}
.office-hrs ul {
  padding-left: 50px;
  margin-bottom: 50px;
}
.captcha-box {
  position: absolute;
  width: 90px;
  height: 50px;
  background-color: #191a1c;
  right: 0;
  bottom: 0;
}
.captcha-box::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 50px solid #191a1c;
  left: -12px;
}
.footer-top {
  padding-bottom: 64px;
  border-bottom: 1px solid #606060;
}
.f-b-r ul {
  display: flex;
  justify-content: end;
}
.f-b-r ul li {
  margin-right: 0;
  margin-left: 16px;
}
.f-b-r ul li a {
  font-size: 17px;
  color: #b4b4b4;
}
.f-b-l p {
  font-size: 17px;
  color: #b4b4b4;
  font-weight: 300;
}
.f-b-m {
  text-align: center;
}
.footer-btm {
  padding: 30px 0;
}

.custom-inner-banner {
  padding: 260px 0 120px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.inner-banner-content h1 {
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 700;
  color: var(--c-white);
  letter-spacing: 1px;
}
.cus-quotetion {
  margin-top: 20px;
  background-color: #ececec;
  padding: 20px;
}
.shooters-world-content .custom-heading {
  margin-bottom: 10px;
}
.cus-quotetion h5 {
  font-size: 24px;
  font-weight: 700;
}
.cus-quotetion p {
  font-size: 20px;
  margin-top: 8px;
  font-style: italic;
}
.location-img-wrap {
  position: relative;
}
.location-caro-text {
  position: absolute;
  bottom: 0;
  background-color: var(--c-primary-orange);
  width: 400px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location-caro-text h4 {
  color: var(--c-white);
  font-weight: 600;
  font-size: 28px;
}
.location-caro-text::after {
  content: '';
  position: absolute;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 59px solid #ff4b0c;
  right: -40px;
}
.sht-wrld {
  background-color: #f9f9f9;
}
.cus-exp-abt-right img {
  width: 100%;
}
.cus-exp-abt-left {
  padding-right: 60px;
}
.cus-exp-abt-right{
  position: relative;
}
.cus-exp-abt-right::before {
  content: '';
  position: absolute;
  height: 160px;
  width: 160px;
  border-left: 10px solid var(--c-primary-orange);
  border-top: 10px solid var(--c-orange-dark);
  left: -30px;
  top: -30px;
}
.cus-exp-abt-right::after {
  content: '';
  position: absolute;
  height: 160px;
  width: 160px;
  border-right: 10px solid var(--c-primary-orange);
  border-bottom: 10px solid var(--c-orange-dark);
  right: -30px;
  bottom: -30px;
}
.cus-exp-abt .row:nth-child(2) {
  margin: 100px 0 100px;
}
.cus-exp-abt .row:nth-child(2) .cus-exp-abt-left {
  padding-right: 0;
  padding-left: 60px;
}
.cus-exp-abt .row:nth-child(2) .cus-exp-abt-right::before{
border-right: 10px solid var(--c-primary-orange);
right: -30px;
left: auto;
border-left: 0;
}
.cus-exp-abt .row:nth-child(2) .cus-exp-abt-right::after{
border-left: 10px solid var(--c-primary-orange);
left: -30px;
right: auto;
border-right: 0;
}
.cus-exp-abt-right img {
  height: 510px;
  object-fit: cover;
}
.cus-exp-abt {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.contact-left {
  background-color: #121D24;
  padding: 60px 40px 112px;
}
.contact-left .custom-heading h3, .contact-left .custom-heading h6 {
  color: #fff;
}
.contact-left ul li a {
  position: relative;
  color: var(--c-white);
  padding-left: 30px;
}
.contact-left ul li {
  border-bottom: 1px solid #1d2e39;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.contact-left ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.contact-left ul li a span {
  color: var(--c-primary-orange);
  position: absolute;
  left: 0;
}
.contact-cus-wrap {
  background-color: var(--c-white);
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}
.contact-right {
  padding: 60px 60px;
}
.contact-right form input , .contact-right form select {
  border-radius: 0;
  margin-bottom: 20px;
  height: 50px;
}
.form-btn input {
  width: 100%;
  height: 60px !important;
  background-color: var(--c-primary-orange);
  color: var(--c-white);
  text-transform: uppercase;
  border: 0;
  font-family: var(--ff-heading);
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 20px;
}
.custom-map iframe {
  display: block;
  width: 100%;
}
.custom-map {
  overflow: hidden;
}
.custom-contact-info {
  position: relative;
  z-index: 9;
  margin-bottom: -200px;
}
.service-card {
  display: flex;
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 36px;
  align-items: center;
  z-index: 9;
  margin-bottom: 60px;
  transform: translateY(0);
}
.service-card:hover{
  transform: translateY(-20px);
}
.service-card::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.36);
  z-index: -1;
}
.service-card h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-white);
  font-style: italic;
}

.service-card span {
  position: absolute;
  bottom: -18px;
  background-color: var(--c-hd-color);
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.service-card span img {
  height: 20px;
}
.service-card span:hover{
  background-color: var(--c-primary-orange);
}
.custom-nws.bgc {
  background-color: #f9f9f9;
}
.service-details-image img {
  height: 540px;
  object-fit: cover;
}
.service-inner-images-wrap img {
  width: 49%;
}
.service-inner-images-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
  margin: 20px 0;
}
.service-details-left h5 {
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0;
}
.service-details-left .custom-heading {
  margin-top: 20px;
  margin-bottom: 20px;
}
.service-deatils-right {
  background-color: #f9f9f9;
  padding: 30px;
}
.service-deatils-right ul li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #dbdbdb;
}
.service-deatils-right h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.service-deatils-right ul li a {
  color: var(--c-orange-dark);
}
.service-deatils-right ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-col ul.menu li a {
  padding: 0;
  color: #ababab;
}
.footer-col ul.menu li{
	margin-bottom:12px;
}
.header-main-right-top-wrap .nav-item a:hover {
  color: var(--c-primary-orange);
}
.mem-frm-wrp {
  width: 80%;
  margin: 0 auto;
  padding: 60px;
  box-shadow: 0 0px 14px rgba(0,0,0,0.06);
  text-align: left;
}
.mem-frm-wrp .gfield--type-select {
  width: 100%;
}
.mem-frm-wrp .gfield {
  width: 100%;
}
.mem-frm-wrp .gform_button.button {
  width: 230px;
  height: 60px;
  background-color: var(--c-primary-orange);
  border: 0;
  margin: 0 auto;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--ff-heading);
  letter-spacing: 5px;
  color: var(--c-white);
}

.thead-dark {
  background-color: var(--c-primary-orange);
}
.mem-table-inner-wrp tbody {
  border-top: 0 !important;
}
.mem-table-inner-wrp .thead-dark th {
  color: var(--c-white);
  font-family: var(--ff-heading);
  font-size: 24px;
  padding: 22px 20px;
}
.f-b-m img {
  height: 70px;
}
.mem-table-inner-wrp tbody tr th {
  font-family: var(--ff-heading);
  font-weight: 500;
  font-size: 18px;
  padding: 12px 20px;
}
.mem-table-inner-wrp tbody tr td{
	font-size:16px;
	padding: 12px 20px;
}
.mem-table-inner-wrp tbody tr:nth-child(2n) {
  background-color: #f9f9f9;
}
.mem-table-inner-wrp tbody tr td sub {
  transform: translateY(-4px);
  display: inline-block;
  font-size: 11px;
}
.mem-table-inner-wrp tbody tr td span {
  color: #00b536;
  font-size: 16px;
  margin-right: 6px;
}
.mem-table-inner-wrp tbody tr td > i {
  color: red;
  font-size: 25px;
  transform: translateY(2px);
}
.top-header .navbar-brand img {
  height: 100px;
  margin: 20px 0;
}
.main-nav .navbar-brand {
  display: none;
}



















