/*  
Theme Name: Outdoor World
Theme URI:
Version: 2025
Description: Outdoor World
Author: Outdoor World
Author URI: https://outdoorworld.world
*/

/* CSS Document 
Theme Name: Inspectron Ltd
*/
:root {
  --default: #035e5f;
  --primary: #008e90;
  --secondary: #000000;
  --secondary-light: #ffdfd9;
  --swiper-theme-color: #e40e16;
  --black: #333333;
  --gray: #666666;
  --lightgray: #f0ebeb;
  --dark: #252525;
}

.gray-bg {
  background: var(--gray);
}

html,
body {
  height: 100%;
}
body {
  font-family: "Figtree", sans-serif;
  font-size: 0.9rem;
  font-smoothing: antialiased;
  color: var(--secondary);
  font-weight: 400;
  padding-top: 80px;
}
img {
  max-width: 100%;
  height: auto;
}
strong,
b,
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 600 !important;
}
.bolder {
  font-weight: 900 !important;
}
a,
button,
input[type="submit"] {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
button:focus {
  outline: none;
}
a,
.btn-link,
.text-red {
  color: var(--primary);
}
a:hover,
a:focus {
  color: var(--black);
}
a:hover,
a:focus,
button,
.btn {
  text-decoration: none;
}
label {
  font-weight: normal;
}
iframe {
  width: 100% !important;
}
small {
  font-size: 90%;
}
sub,
sup {
  font-size: 50%;
}
hr {
  border-width: 2px;
}
.row-gap {
  margin: 0 -5px;
}
.row-gap [class*="col-"],
.row-gap .col {
  padding: 0 5px;
}
.form-control {
  box-shadow: none !important;
  color: var(--default);
  font-size: 0.9rem;
}
.form-control-lg {
  font-size: 0.9rem;
  height: 50px;
}
.form-control-sm {
  font-size: 0.725rem;
  height: 40px;
}
.form-control:focus {
  border-color: var(--primary);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: var(--light-red);
  border-color: var(--light-red);
  opacity: 1;
  color: #696969;
}
textarea.form-control {
  max-height: 80px;
  padding: 0.7rem 1rem;
}
textarea.h-large {
  max-height: 150px;
}
.font2 {
  font-family: var(--font2);
}
select.form-control,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(assets/images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: 0 !important;
}
select:focus,
option:focus {
  outline: 0 !important;
}
select[multiple].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding-right: 25px;
  height: auto;
}
select::-ms-expand {
  display: none;
}
select.select-primary:focus,
select.select-primary {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  background-image: url(assets/images/caret-white.svg);
}
.form-group {
  margin-bottom: 1.2rem;
}
.btn {
  overflow: hidden;
  box-shadow: none !important;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}
.btn-lg {
  font-size: 1rem;
}
.btn-link {
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: var(--secondary);
  text-decoration: none;
}

.btn-outline-default,
.bootstrap-select > .btn.btn-outline-default,
.btn-default.disabled,
.btn-default:disabled {
  border-color: var(--black);
  color: var(--black);
}
.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default:active,
.btn-outline-default:not(:disabled):not(.disabled):active,
.btn-outline-default:not(:disabled):not(.disabled).active,
.show > .btn-outline-default.dropdown-toggle {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.bootstrap-select.show > .dropdown-toggle.btn-outline-primary.bs-placeholder,
.bootstrap-select > .dropdown-toggle.btn-outline-primary.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.btn-outline-primary.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.btn-outline-primary.bs-placeholder:hover,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: var(--default);
  border-color: var(--default);
  color: var(--white);
}

.btn-outline-primary,
.bootstrap-select > .btn.btn-outline-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  border-color: var(--primary);
  color: var(--primary);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.btn-outline-secondary,
.bootstrap-select > .btn.btn-outline-secondary,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  border-color: var(--secondary);
  color: var(--secondary);
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.btn-default,
.btn-default.disabled,
.btn-default:disabled {
  background-color: var(--gray);
  border-color: var(--gray);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.btn-outline {
  border-color: var(--secondary);
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--secondary);
  padding: 15px 50px;
  text-transform: uppercase;
}
.btn-outline:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.border-light {
  border-color: #ccc !important;
}
.text-muted {
  color: #a2a2a2 !important;
}
.section {
  padding: 50px 0;
}
.section-sm {
  padding: 40px 0;
}
.regular {
  font-weight: 400 !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.h1,
h1 {
  font-size: 3rem;
}
.h2,
h2 {
  font-size: 2.4rem;
}
.h3,
h3 {
  font-size: 1.4rem;
}
.h4,
h4 {
  font-size: 1.2rem;
}
.h5,
h5 {
  font-size: 0.9rem;
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-color: #eee;
}
p {
  line-height: 1.5rem;
}
.bg-default {
  background-color: var(--default);
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-light-pink {
  background-color: #fce7e8 !important;
}
.bg-dark {
  background-color: var(--dark) !important;
}
.bg-gray {
  background-color: var(--lightgray) !important;
}
.bg-lightgray {
  background-color: #f8f8f8 !important;
}
.text-primary,
.blue {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.red {
  color: var(--secondary) !important;
}
.text-default {
  color: var(--default) !important;
}
.text-black {
  color: var(--black) !important;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.relative {
  position: relative;
}

.swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper-pagination.static {
  position: static;
  margin: 15px 0 0;
}
.swiper-pagination-bullet {
  padding: 20px 0;
  width: 25px;
  height: 6px;
  background: none;
  position: relative;
  opacity: 1;
  transition-duration: 0.4s;
}
.swiper-pagination-bullet-active {
  width: 40px;
}
.swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 100px;
  background: #969696;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.swiper-pagination-bullet-active:before {
  background: var(--primary);
}
.swiper-button-next,
.swiper-button-prev {
  background: var(--white);
  width: 54px;
  height: 54px;
  border-radius: 100px;
  opacity: 0.9;
  position: relative;
  position: absolute;
  top: 50%;
  left: 10px;
}
.swiper-button-next {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -6px 0 0 -4px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}
.swiper-button-prev:after {
  margin: -6px 0 0 -6px;
  border-width: 6px 10px 6px 0;
  border-color: transparent #fff transparent transparent;
}
.swiper-nav.static div {
  position: static;
  text-align: center;
  margin: 0;
}

.bootstrap-select > .btn {
  background: var(--white);
  border: 1px solid #ced4da;
  box-shadow: none !important;
  color: var(--default);
  text-transform: none;
  font-weight: 400;
  border-radius: 0.7rem;
  padding-left: 1rem;
}
.dropdown .dropdown-toggle:after {
  content: "\f078";
  font-family: "FontAwesome";
  border: none;
  line-height: normal;
  font-size: 11px;
  margin-top: -13px;
  margin-left: 1rem;
}
.dropup .dropdown-toggle:after {
  content: "\f077";
}
.bootstrap-select .no-results {
  padding: 1rem;
  margin: 0;
  font-size: 0.85rem;
  background: var(--white);
  color: var(--default);
}
.bootstrap-select > .btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary {
  color: var(--white);
}
.bootstrap-select > .btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary {
  color: var(--white);
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #777;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-menu {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0.2rem 0;
  margin: 0;
}
.dropdown-item,
.dropdown-menu a {
  color: var(--default);
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  white-space: inherit;
  display: block;
}
.dropdown-item.active,
.dropdown-item.active:hover {
  background: none;
  font-weight: 600;
  color: var(--primary);
}
.bootstrap-select .dropdown-header {
  color: var(--default);
  font-weight: 500;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 10px;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  height: 50px;
}
.bootstrap-select.form-control-lg .dropdown-toggle .filter-option-inner-inner {
  padding: 5px 0;
}
.bootstrap-select.form-control-lg .dropdown-toggle::after {
  width: auto;
}
.rounded-top {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
.rounded-left {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
.rounded-right {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.btn-light,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: var(--default);
  background-color: var(--white);
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--light-red);
  color: var(--default);
}

.btn-radio,
.btn-checkbox {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  font-size: 0.9rem;
}
.btn-radio:last-child,
.btn-checkbox:last-child {
  margin-right: 0;
}
.btn-radio input[type="radio"] + label,
.btn-checkbox input[type="checkbox"] + label {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  color: var(--default);
  font-weight: normal;
}
.btn-radio input[type="radio"],
.btn-checkbox input[type="checkbox"] {
  display: none;
}
.btn-checkbox input[type="checkbox"] + label:before {
  border: 2px solid #ced4da;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  border-radius: 4px;
  position: absolute;
  top: 0px;
  background: transparent;
}
.btn-checkbox input[type="checkbox"]:checked + label:before {
  background: var(--primary);
  border-color: var(--primary);
}
.btn-checkbox input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border: solid transparent;
  border-width: 0 0 2px 2px;
  line-height: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -ms-transform: rotate(-45deg) scale(2);
  -webkit-transform: rotate(-45deg) scale(2);
  transform: rotate(-70deg) scale(2);
}
.btn-checkbox input[type="checkbox"]:checked + label:after {
  -ms-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  border-color: #fff;
}
.btn-radio input[type="radio"] + label:before {
  border: 2px solid #ced4da;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 50%;
  background: #fff;
}
.btn-radio input[type="radio"]:checked + label:before {
  border-color: var(--primary);
  background: var(--primary);
}
.btn-radio input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border: solid transparent;
  border-width: 0 0 2px 2px;
  line-height: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -ms-transform: rotate(-45deg) scale(2);
  -webkit-transform: rotate(-45deg) scale(2);
  transform: rotate(-70deg) scale(2);
}
.btn-radio input[type="radio"]:checked + label:after {
  -ms-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  border-color: #fff;
}
.btn-radio input[type="radio"]:disabled + label,
.btn-checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.5;
}
.checkbox-inline,
.radio-inline {
  padding: 0 20px 15px 0;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 0;
}
.radio-group {
  padding-top: 8px;
}
.radio-group.lg {
  padding-top: 12px;
}

.btn-swiper {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 0.725rem;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  padding: 0.6rem 0;
  display: inline-block;
  vertical-align: middle;
}
.btn-swiper .fa {
  font-size: 0.85rem;
  transition-duration: 0.4s;
  position: relative;
  left: 0;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 0 0 0.2rem;
}
.btn-swiper:hover .fa {
  left: 0.3rem;
}

.icon-span-filestyle {
  display: none;
}
.group-span-filestyle {
  background: #050708;
}
.group-span-filestyle .btn,
.group-span-filestyle .btn-default:active:focus,
.group-span-filestyle .btn-default:active:hover {
  color: #fff;
  background: none;
  border: none;
}
.group-span-filestyle .btn:before {
  display: none;
}
.ui-datepicker .ui-datepicker-title select {
  height: auto;
}
.input-group {
  z-index: 0;
}
.ci-head .title {
  margin: 0;
  color: var(--default);
  font-size: 35px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
}
.ci-head h5 {
  color: var(--black);
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.ci-head p {
  margin: 10px 0 0;
  font-size: 1rem;
  color: var(--light-gray);
}

.search-input {
  background-color: var(--primary);
  height: 80px;
  width: 100%;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 80px 0 0;
  position: fixed;
  top: -80px;
  right: 0;
  z-index: 100;
  cursor: pointer;
  background-size: 18px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.search-input .input-group {
  width: 100%;
}
.search-input.open {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.btn-search-close {
  background: #000;
  color: #fff;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  font-size: 2rem;
  font-weight: 300;
  cursor: pointer;
}
.btn-search-close:hover {
  background: #111;
}
.btn-input-search {
  background: url(assets/images/search-ico.png) center no-repeat;
  width: 80px;
  border: none;
  display: inline-block;
  background-size: 18px;
  cursor: pointer;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 27px;
  z-index: 99999;
}
.btn-input-search:hover {
  opacity: 1;
}
.search-input .form-control {
  border: none;
  background: none;
  padding: 0 10px 0 30px;
  color: #fff;
  box-shadow: none;
  font-size: 1.2rem;
  font-weight: 300;
  height: 80px;
}
.search-input .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d7d7d7 !important;
}
.search-input .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #d7d7d7 !important;
}
.search-input .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #d7d7d7 !important;
}
.search-input .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #d7d7d7 !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: 80px;
  transition-duration: 0.6s;
}
.header-primary {
  background: var(--white);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 7px 50px;
}
/*.navbar-brand {padding:0; margin: 0; position:absolute; top:8px; left:30px;}*/
.navbar-brand {
  width: 150px;
}
#navbar .nav-link {
  color: var(--black);
  padding: 0.7rem 0;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
.header-top {
  background: var(--secondary);
  padding: 0.5rem 1.5rem;
}
.header-top .social-connect a {
  color: var(--white);
  padding: 0.4rem;
  font-size: 1.2rem;
}
.header-top .nav-link {
  color: var(--white);
  padding: 0 1rem;
  text-transform: uppercase;
  border-right: solid 1px var(--white);
  line-height: 1;
  font-size: 0.8rem;
}
.header-top .nav-link:hover {
  color: var(--secondary);
}
.header-top .nav-item:last-child .nav-link {
  border: none;
}
.header-top .btn-secondary:hover {
  background: var(--white);
  color: var(--primary);
  border-color: var(--white);
}

#navbar .nav-link:after {
  position: absolute;
  content: "";
  width: 0;
  transition-duration: 0.4s;
  left: 0;
  bottom: 7px;
  height: 3px;
  background-color: var(--primary);
}
#navbar .navbar-nav .nav-item:hover .nav-link:after,
#navbar .nav-link:hover:after,
#navbar .nav-link.active:after,
#navbar .current-page-ancestor .nav-link:after {
  width: 20px;
}

.toggle-btn {
  width: 55px;
  height: 50px;
  margin: 0;
  display: block;
  padding: 0;
  border: none;
  background: 0 0;
  position: absolute;
  top: 7px;
  right: 20px;
  z-index: 99999;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: none;
  cursor: pointer;
}
.toggle-btn.is-active {
  right: 179px;
  top: 10px;
  z-index: 999999;
  background: #fff;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  box-shadow: 0 0 8px #000;
}
.toggle-btn span,
.toggle-btn:after,
.toggle-btn:before {
  content: "";
  display: block;
  height: 2px;
  right: 12px;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  width: 50px;
  background-color: var(--black);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 29px;
}
.toggle-btn span {
  top: 10px;
}
.toggle-btn.is-active span {
  right: -30px;
  opacity: 0;
  color: #fff;
}
.toggle-btn.is-active:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #000;
}
.toggle-btn:after {
  top: 29px;
}
.toggle-btn.is-active:before,
.toggle-btn.is-active:after {
  width: 16px;
  top: 18px;
  right: 10px;
}
.toggle-btn.is-active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #000;
}
.toggle-btn:before {
  top: 19px;
}

.hp-swiper img {
  /*position: absolute; top: 0; left: 0;*/
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: auto;
}
.hero-banner {
  height: 100px;
  overflow: hidden;
  position: relative;
  padding-bottom: 35%;
}
.hero-slider-caption h4 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
}
.hero-slider-caption h2 {
  font-size: 6rem;
  text-transform: uppercase;
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  font-weight: 900;
  line-height: 97px;
}
.hp-hero-slider .swiper-button-prev {
  right: 145px !important;
  left: inherit;
}
.hp-hero-slider .swiper-button-next,
.hp-hero-slider .swiper-button-prev {
  bottom: 40px;
  top: inherit;
  width: 60px;
  height: 60px;
  right: 80px;
  background: var(--white);
}
.hp-hero-slider .swiper-button-next:hover,
.hp-hero-slider .swiper-button-prev:hover {
  background: var(--primary);
}
.hp-hero-slider .swiper-button-next::after,
.hp-hero-slider .swiper-button-prev::after {
  color: var(--primary);
}
.hp-hero-slider .swiper-button-next:hover:after,
.hp-hero-slider .swiper-button-prev:hover:after {
  color: var(--white);
}
.hp-hero-slider .swiper-pagination-bullet-active:before {
  background: var(--white);
}

.tourism-figure .col:last-child {
  border: none;
}
.tourism-figure .figure strong {
  font-weight: 500;
  font-size: 42px;
  color: var(--white);
  line-height: normal;
  font-family: "Figtree", sans-serif;
}
.tourism-figure .figure small {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.figure img {
  display: inline-block;
  vertical-align: inherit;
}

.intro-title {
  transform: rotate(-90deg) translateY(0);
  position: absolute;
  bottom: 90px;
  left: -56px;
  letter-spacing: 2px;
  color: var(--black);
  font-weight: 500;
}
.ci-intro .ci-head h5 {
  font-size: 18px;
}
.ci-intro p {
  margin: 0;
}
.ci-intro img {
  object-fit: cover;
  width: 100%;
}

.card-prod .card-img {
  background: var(--white);
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.card-prod .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.9s;
}
.card-prod:hover .card-img img,
.card-prod:hover .card-offer-img img {
  transform: scale(1.1);
}
.card-prod .card-price {
  position: relative;
  color: var(--black);
  font-size: 0.9rem;
  transition-duration: 0.4s;
  margin: 0;
}
.card-prod .card-price small {
  font-weight: 600;
  font-size: 10px;
  color: #746f71 !important;
  position: relative;
}
.card-prod .deliverd {
  color: var(--metalic-green);
  font-size: 12px;
  font-weight: 500;
}
.card-prod .card-price span {
  font-size: 10px;
  color: #838383;
  font-weight: 400;
  padding-top: 5px;
}

.top-selling .card-footer {
  background: inherit;
  padding: 10px 5px;
  border: inherit;
}
.top-selling .card-footer h3 {
  font-family: "Figtree", sans-serif;
  color: var(--secondary);
  font-size: 20px;
}
.top-selling .card-footer p {
  font-size: 15px;
  color: #626262;
  padding-top: 5px;
}
.top-selling .card-footer span {
  font-size: 10px;
  color: #838383;
  font-weight: 400;
  padding-top: 5px;
}
.top-selling .swiper-pagination,
.ci-products .swiper-pagination {
  position: relative;
  bottom: -17px;
}
.top-selling .card-footer .fund-raise p {
  font-size: 13px;
  letter-spacing: 1px;
}
.top-selling .card-footer .fund-raise b {
  color: var(--secondary);
  font-weight: 500;
}

.why-list {
  list-style: none;
  padding-left: 0;
}
.why-list li img {
  padding-right: 10px;
}
.why-list li {
  margin-bottom: 15px;
}

.navList.nav-tabs {
  border: 0;
}
.navList.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--primary) !important;
  border: none;
  color: #fff !important;
  font-weight: 800;
}
.navList.nav-tabs .nav-link {
  background: #e2e2e2;
  border-radius: 0;
  border: none;
  color: var(--dark);
}

.lg-outer,
.lg-backdrop {
  z-index: 99999;
}

.exciting-child {
  position: absolute;
  right: -193px;
  top: -119px;
}
.counter {
  z-index: 9999;
}

.ci-service .ambulance-block {
  padding: 50px 80px 100px 50px;
}
.bg-texture {
  background: url("assets/images/black-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.bulk-order {
  background-image: url(assets/images/volunteer.jpg);
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
  padding-bottom: 35%;
}
.design-it {
  background-image: url(assets/images/design-it.jpg);
  height: 699px;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
}
.trust-slide {
  background-image: url(assets/images/trust-slide.jpg);
  height: 100px;
  padding-bottom: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
}
.order-capton {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.8rem;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  padding: 0 39px;
}
.order-capton p {
  text-transform: none;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-family: "Figtree", sans-serif;
}
.order-capton .btn {
  text-transform: none;
  font-family: "Figtree", sans-serif;
}
.wd-heading h4 {
  font-size: 25px;
  font-family: "Figtree", sans-serif;
}

#footer {
  background-color: var(--secondary);
  color: var(--white);
  padding: 40px 0 20px;
}
.footer-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav .nav-link,
.footer-nav .menu li a {
  padding: 0.5rem 0 0.5rem 1rem;
  color: var(--white);
  opacity: 0.7;
  position: relative;
  display: inline-block;
}
.footer-nav .nav-link:hover,
.footer-nav .menu li a:hover {
  opacity: 1;
}
.footer-nav .nav-link:before,
.footer-nav .menu li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 7px;
  left: 0;
  transition-duration: 0.4s;
}
.footer-nav .nav-link:hover:before,
.footer-nav .menu li a:hover:before {
  left: 5px;
}
.footer-title {
  position: relative;
  text-transform: uppercase;
  font-size: 17px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.5rem 0 0.5rem 2rem;
}
.footer-contact a:hover {
  color: var(--white);
}
.footer-contact a.call {
  background: url(assets/images/call-icon.png) no-repeat 0 center;
}
.footer-contact a.mail {
  background: url(assets/images/mail-icon.png) no-repeat 0 center;
}

.footer-bottom {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.copyright {
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom .nav-item {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.footer-bottom .nav-item:last-child {
  border: none;
}
.footer-bottom .nav-link {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 1rem;
  line-height: 1;
}

.footer-social {
  padding: 10px 0;
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 1px 0;
}
.footer-social .title {
  font-family: "Figtree", sans-serif;
}
.footer-social a {
  width: 30px;
  height: 30px;
  padding: 0;
  color: var(--white);
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
}
.footer-social a.fb {
  background: #537abd;
}
.footer-social a.tw {
  background: #1ea0f1;
}
.footer-social a.insta {
  background: #7247cc;
}
.footer-social a.ytube {
  background: #bc091c;
}

.inner-banner .col-item {
  width: 100%;
  background-repeat: no-repeat;
  background-color: #999;
  background-size: cover;
  height: 100px;
  position: relative;
  padding-bottom: 32%;
  overflow: hidden;
}
.inner-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

.inner-banner.about-banner .col-item {
  height: 100px;
  padding-bottom: 49%;
}
.career-banner.inner-banner .data-caption {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 2;
  height: auto;
  background: none;
  text-align: center;
}
.inner-banner .data-caption {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
  height: auto;
  background: none;
}
.inner-banner .data-caption p {
  font-size: 15px;
  color: var(--white);
}
.inner-banner .data-caption .title {
  color: #fff;
  font-size: 40px;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
  font-weight: 800;
  text-transform: uppercase;
}
.career-banner.inner-banner .data-caption p,
.career-banner.inner-banner .data-caption .title {
  color: var(--primary);
}

.contact-info {
  margin-top: 40px;
}
.contact-info address {
  font-size: 17px;
}
.contact-info address strong {
  font-size: 15px;
  color: #292929;
  font-weight: 700;
  display: block;
}
.contact-info h5 {
  color: var(--secondary);
  font-weight: 600;
}
.cnt_add,
.cnt_phone,
.cnt_email {
  position: relative;
  padding-left: 35px;
}
.cnt_add:before {
  content: "";
  background: url(assets/images/map-pointer.png) no-repeat;
  position: absolute;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
}
.cnt_phone:before {
  content: "";
  background: url(assets/images/cnt-call.png) no-repeat;
  position: absolute;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
}
.cnt_email:before {
  content: "";
  background: url(assets/images/cnt-mail.png) no-repeat;
  position: absolute;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
}
.page-cform {
  background: var(--white);
  margin: -8rem 0 0;
  border-radius: 25px;
  border: 2px solid;
  border-color: var(--lightgray);
}
.hp-cform-title {
  font-size: 27px;
  color: var(--secondary);
  text-transform: uppercase;
  font-weight: 500;
}
.hp-cform-title small {
  font-size: 18px;
  line-height: 0.8;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.4px;
  display: block;
}
.form-head {
  margin-bottom: 30px;
}
.contact-form .form-group {
  margin-bottom: 14px;
}
.input-line .form-control {
  border-color: var(--lightgray);
  border-radius: 4px;
  background: none;
  font-size: 15px;
  box-shadow: none;
}
.input-line select option {
  color: #000 !important;
}
.btn-more.form-btn {
  border-color: #fff;
  color: #fff;
}
.btn-more.form-btn:hover,
.btn-more:focus {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.next-page {
  padding: 5rem 0;
  color: var(--black);
  text-decoration: none;
  background-color: var(--lightgray);
}
.next-page:hover {
  color: var(--black);
}
.next-page svg {
  display: inline-block;
  transition-duration: 0.4s;
}
.next-page:hover svg {
  transform: translateX(10px);
}
.next-page .font-secondary {
  font-size: 2rem;
  text-transform: uppercase;
}

.donate {
  position: absolute;
  right: 20px;
  top: 45%;
  background-color: #22b6af;
  padding: 20px 60px 20px 60px;
  color: var(--white);
}
.donate h4 {
  font-size: 50px;
  color: var(--white);
  font-weight: 600;
  margin: 0;
}
.donate p {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}
.donate img {
  width: 70px;
  margin-bottom: 15px;
}

.CI-adventure .title {
  font-size: 50px;
}

.tiles {
  list-style: none;
}
.tiles.justified-gallery {
  width: auto;
  height: 100%;
}
.tiles > li {
  margin-bottom: 20px;
}
.tiles > li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.tiles > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.tiles > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.work-item .cover-img {
  padding-bottom: 25%;
  overflow: hidden;
  height: 100px;
  background-color: #999;
  position: relative;
}
.work-item .cover-img,
.service-gallery.cover-img {
  padding-bottom: 50%;
  background-color: var(--gray);
}
.work-item .rich-text {
  position: relative;
  z-index: 2;
  margin-top: -60px;
  font-size: 1rem;
}

.sec-banner {
  padding: 200px 0 60px;
  background: #112c2a;
  color: var(--white);
}
.card-apmt {
  background: #e9f1fd !important;
}
.sec-map {
  margin-top: -350px;
}

.section-title p {
  margin-top: 10px;
  color: var(--secondary);
}

.ci-vsn {
  height: 210px;
}

.ci-page h3,
.ci-page h4 {
  color: var(--black);
}
.ci-page p {
  font-size: 16px;
}

.info-card {
  float: left;
  -webkit-perspective: 600px;
}
.front,
.back {
  transition: -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.front {
  overflow: hidden;
  width: 268px;
  height: 285px;
  position: absolute;
  z-index: 1;
}
.back {
  width: 268px;
  height: 285px;
  -webkit-transform: rotateY(-180deg);
  display: block;
  position: relative;
  background: #00425d;
}
.back h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}
.back p {
  color: #fff;
  margin-top: 15px;
  margin-top: 20px;
}
.info-card:hover .back {
  -webkit-transform: rotateY(0);
}
.info-card:hover .front {
  -webkit-transform: rotateY(180deg);
}
.ci-career {
  background: url(assets/images/jj-shukla.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.info-card .panel-body h3 {
  background: #00425d;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  color: #fff;
  padding: 7px 0;
  font-size: 18px;
}

.ci-stream a {
  margin-bottom: 10px;
}
h4.sub-name {
  background: var(--secondary);
  color: #fff;
  padding: 5px 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 5px;
}

.login-modal .modal-header {
  text-align: center;
  border-bottom: none;
  padding: 0;
}
.login-modal .modal-header .ci-head .title {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.login-modal .modal-dialog {
  margin-top: 130px;
  max-width: 380px;
}
.login-modal .modal-header .close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  font-weight: 800;
  color: #555;
}
.login-modal .modal-content {
  padding: 40px 35px 30px 35px;
  border-radius: 20px;
}
.login-modal .form-control {
  background: inherit;
  border-color: #666;
  border-width: 1px;
  border-radius: 4px;
  font-size: 12px;
}
.login-modal .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.login-modal .midLinks {
  font-size: 12px;
}

.dashboard .dash-title {
  font-size: 2rem;
}
.btn-file {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding: 0;
  bottom: -5px;
  left: 100px;
  background: var(--primary);
  color: #fff;
  text-align: center;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
}
.fileupload .thumbnail {
  width: 130px;
  height: 120px;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.dashboard .form-control {
  color: var(--black);
}

/*Responsive Start*/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  #navbar .nav > li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  #header .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #navbar .nav-item {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  body {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: relative;
    left: 0;
    padding-top: 52px;
  }
  body.no-scroll {
    overflow: hidden;
    left: -200px;
  }
  .toggle-btn {
    display: block;
    right: 0;
  }
  .header-top {
    justify-content: right;
    padding-right: 53px;
  }
  .navbar-brand {
    width: 100px;
    left: 10px;
    top: 7px;
  }
  .header-primary {
    padding: 7px 25px;
  }
  #navbar {
    display: none;
  }
  #navbar {
    position: fixed;
    background: #fff;
    overflow: auto;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    z-index: 99999;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  #navbar.open {
    right: 0;
  }
  #navbar .nav {
    margin-top: 45px;
  }
  #navbar .nav > li {
    float: none;
  }
  #navbar .nav > li > a {
    color: #1c234c;
    padding: 15px 27px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    font-weight: 500;
  }
  #navbar .nav > li + li {
    border: none;
  }
  #navbar .nav > li.open > a {
    color: #000;
  }
  .no-scroll .bg-overlay {
    display: block;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
  }
  .ci-head .title br {
    display: none;
  }
  .search-input,
  .btn-search-close,
  .search-input .form-control {
    height: 60px;
  }
  #navbar .nav-link::after {
    top: 25px;
  }
  .ci-service .ambulance-block {
    padding: 30px 20px;
  }
  .bulk-order {
    padding-bottom: 0;
    height: 100%;
  }
  .order-capton {
    font-size: 2.4rem;
  }
  .order-capton p br {
    display: none;
  }
  .inner-banner .data-caption .title {
    font-size: 30px;
    text-align: center;
  }
  .inner-banner .data-caption {
    top: 38%;
  }
  .donate {
    padding: 8px 47px 8px 36px;
    left: 15px;
    bottom: 0;
    right: inherit;
    top: inherit;
  }
  .donate img {
    width: 57px;
    margin-bottom: 0px;
  }
  .donate h4 {
    font-size: 28px;
  }
  .header-top .nav-link {
    padding: 0 0.9rem;
  }
  .section {
    padding: 40px 0;
  }
  .hp-category {
    height: auto;
    padding-top: 160px;
  }
  .footer-social {
    border-bottom: 0;
  }
  .footer-bottom .nav {
    justify-content: center;
  }
  .sec-banner .title {
    font-size: 2.2rem;
  }
  .sec-banner {
    padding: 150px 0 30px;
  }
  .page-cform {
    margin-top: 20px;
  }
  .tourism-counter .title-head .title {
    font-size: 35px;
  }
  .tourism-figure {
    text-align: center;
  }
  .bg-texture {
    background-position: top center;
    background-repeat: inherit;
    margin-top: 30px;
  }
  .exciting-child {
    display: none;
  }
  .tourism-figure .figure small {
    font-size: 16px;
  }
  .tourism-figure .figure strong {
    font-size: 28px;
  }
  .tourism-counter {
    display: none;
  }
  .ci-counter {
    background: #e7e7e7;
    padding: 15px 0;
  }
  .blog-title {
    padding-left: 0;
  }
  .date-box {
    right: 0 !important;
    top: -84px;
    left: inherit;
    font-size: 30px;
    line-height: 21px;
  }
  .month {
    font-size: 16px;
  }
  .front,
  .back {
    width: 100%;
  }
  .step-nav .text {
    display: none;
  }
  .sub-table {
    width: inherit;
  }
  .ci-course {
    height: auto;
    margin-bottom: 10px;
  }
}
