@import "https://fonts.googleapis.com/css?family=Nunito:400,600,700";
:root {
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3A77BF;
  --bs-primary-rgb: 58, 119, 191;
  --bs-secondary: #6c757d;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success: #6f42c1;
  --bs-success-rgb: 111, 66, 193;
  --bs-info: #06c1d6;
  --bs-info-rgb: 6, 193, 214;
  --bs-warning: #ff6900;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger: #ff0000;
  --bs-danger-rgb: 255, 0, 0;
  --bs-light: #f8f9fa;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark: #212529;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #03346e;
  --bs-secondary-text-emphasis: #666f76;
  --bs-success-text-emphasis: #693db9;
  --bs-info-text-emphasis: #06b6ca;
  --bs-warning-text-emphasis: #ff6900;
  --bs-danger-text-emphasis: #f20000;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgba(19, 206, 103, 0.15);
  --bs-secondary-bg-subtle: rgba(108, 117, 125, 0.15);
  --bs-success-bg-subtle: rgba(111, 66, 193, 0.15);
  --bs-info-bg-subtle: rgba(6, 193, 214, 0.15);
  --bs-warning-bg-subtle: rgba(255, 193, 7, 0.15);
  --bs-danger-bg-subtle: rgba(255, 0, 0, 0.15);
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgba(19, 206, 103, 0.2);
  --bs-secondary-border-subtle: rgba(108, 117, 125, 0.2);
  --bs-success-border-subtle: rgba(111, 66, 193, 0.2);
  --bs-info-border-subtle: rgba(6, 193, 214, 0.2);
  --bs-warning-border-subtle: rgba(255, 193, 7, 0.2);
  --bs-danger-border-subtle: rgba(255, 0, 0, 0.2);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs--border-color: #e9ecef;
  --bs--body-color: #212529;
  --bs--body-color-rgb: 33, 37, 41;
  --bs--body-bg: #fff;
  --bs--body-bg-rgb: 255, 255, 255;
  --bs--body-secondary-color: rgba(33, 37, 41, 0.75);
  --bs--body-secondary-color-rgb: 33, 37, 41;
  --bs--body-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs--body-tertiary-color-rgb: 33, 37, 41;
  --bs--body-tertiary-bg: #f8f9fa;
  --bs--body-tertiary-bg-rgb: 248, 249, 250;
  --bs--body-emphasis-color: #000;
  --bs--body-emphasis-color-rgb: 0, 0, 0;
  --bs-font-sans-serif: Public Sans, sans-serif;
}
.body{
  font-size: 22px;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  
}


.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-56 {
  font-size: 56px !important;
}
.fs-64 {
  font-size: 64px !important;
}
.fs-80 {
  font-size: 80px !important;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #fff;
}
.main-title-border {
  height: 2px;
  width: 60px;
  margin: 15px 0px;
}
.sec_subtitle {
  max-width: 600px;
}
 .drop-point-section {
      background-image: url("{% static 'assets/img/plastic.jpg' %}");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: bottom center;
  
      min-height: 396px;
      margin-bottom: 40px;
      padding-top: 60px;
      padding-bottom: 80px;
    }
     
.bg-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(32, 32, 32, 0.5), rgba(6, 7, 7, 0.5));
  z-index: 1;
}

/* Solid Black Transparent Overlay */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/* Gradient Overlay with #42a5f5 and transparency */
.bg-overlay1-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(2, 166, 118, 0.6), rgba(0, 90, 91, 0.6));
  z-index: 1;
}

/* Solid Black Transparent Overlay */
.bg-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 90, 91, 0.5);
  z-index: 1;
}

.position-relative > .row {
  position: relative;
  z-index: 2;
}
.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.btn {
  padding: 12px 26px;
}
.btn-outline-primary {
  letter-spacing: 1px;
  transition: all 0.5s;
  border-radius: 5px;
  text-transform: capitalize;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open > .dropdown-toggle.btn-outline-primary {
  background: rgba(19, 206, 103, 0.15);
  border-color: #3A77BF !important;
  color: #3A77BF !important;
}
.btn-primary {
  border: 2px solid #3A77BF;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #0693e3 !important;
  border-color: #0693e3 !important;
  color: #fff !important;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-primary-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary-text-emphasis);
  --bs-btn-active-border-color: var(--bs-primary-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-primary-text-emphasis);
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: rgba(var(--bs-primary), 0.6);
  --bs-btn-hover-border-color: var(--bs-primary-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-primary);
  --bs-btn-active-bg: rgba(var(--bs-primary), 0.6);
  --bs-btn-active-border-color: var(--bs-primary-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-primary-text-emphasis);
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-secondary-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary-text-emphasis);
  --bs-btn-active-border-color: var(--bs-secondary-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-secondary-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-secondary-text-emphasis);
}
.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--bs-secondary);
  --bs-btn-hover-bg: rgba(var(--bs-secondary), 0.6);
  --bs-btn-hover-border-color: var(--bs-secondary-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-secondary);
  --bs-btn-active-bg: rgba(var(--bs-secondary), 0.6);
  --bs-btn-active-border-color: var(--bs-secondary-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-secondary-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-secondary-text-emphasis);
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-success);
  --bs-btn-border-color: var(--bs-success);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-success-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-success-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-success-text-emphasis);
  --bs-btn-active-border-color: var(--bs-success-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-success-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-success-text-emphasis);
}
.btn-outline-success {
  --bs-btn-color: var(--bs-success);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--bs-success);
  --bs-btn-hover-color: var(--bs-success);
  --bs-btn-hover-bg: rgba(var(--bs-success), 0.6);
  --bs-btn-hover-border-color: var(--bs-success-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-success);
  --bs-btn-active-bg: rgba(var(--bs-success), 0.6);
  --bs-btn-active-border-color: var(--bs-success-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-success-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-success-text-emphasis);
}
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-info);
  --bs-btn-border-color: var(--bs-info);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-info-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-info-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-info-text-emphasis);
  --bs-btn-active-border-color: var(--bs-info-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-info-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-info-text-emphasis);
}
.btn-outline-info {
  --bs-btn-color: var(--bs-info);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--bs-info);
  --bs-btn-hover-color: var(--bs-info);
  --bs-btn-hover-bg: rgba(var(--bs-info), 0.6);
  --bs-btn-hover-border-color: var(--bs-info-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-info);
  --bs-btn-active-bg: rgba(var(--bs-info), 0.6);
  --bs-btn-active-border-color: var(--bs-info-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-info-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-info-text-emphasis);
}
.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-warning);
  --bs-btn-border-color: var(--bs-warning);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-warning-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-warning-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-warning-text-emphasis);
  --bs-btn-active-border-color: var(--bs-warning-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-warning-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-warning-text-emphasis);
}
.btn-outline-warning {
  --bs-btn-color: var(--bs-warning);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--bs-warning);
  --bs-btn-hover-color: var(--bs-warning);
  --bs-btn-hover-bg: rgba(var(--bs-warning), 0.6);
  --bs-btn-hover-border-color: var(--bs-warning-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-warning);
  --bs-btn-active-bg: rgba(var(--bs-warning), 0.6);
  --bs-btn-active-border-color: var(--bs-warning-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-warning-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-warning-text-emphasis);
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-danger);
  --bs-btn-border-color: var(--bs-danger);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-danger-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-danger-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-danger-text-emphasis);
  --bs-btn-active-border-color: var(--bs-danger-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-danger-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-danger-text-emphasis);
}
.btn-outline-danger {
  --bs-btn-color: var(--bs-danger);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--bs-danger);
  --bs-btn-hover-color: var(--bs-danger);
  --bs-btn-hover-bg: rgba(var(--bs-danger), 0.6);
  --bs-btn-hover-border-color: var(--bs-danger-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-danger);
  --bs-btn-active-bg: rgba(var(--bs-danger), 0.6);
  --bs-btn-active-border-color: var(--bs-danger-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-danger-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-danger-text-emphasis);
}
.btn-light {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-light-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-light-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-light-text-emphasis);
  --bs-btn-active-border-color: var(--bs-light-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-light-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-light-text-emphasis);
}
.btn-outline-light {
  --bs-btn-color: var(--bs-light);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-hover-bg: rgba(var(--bs-light), 0.6);
  --bs-btn-hover-border-color: var(--bs-light-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-light);
  --bs-btn-active-bg: rgba(var(--bs-light), 0.6);
  --bs-btn-active-border-color: var(--bs-light-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-light-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-light-text-emphasis);
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-dark-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-dark-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-dark-text-emphasis);
  --bs-btn-active-border-color: var(--bs-dark-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-dark-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-dark-text-emphasis);
}
.btn-outline-dark {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: rgba(var(--bs-dark), 0.6);
  --bs-btn-hover-border-color: var(--bs-dark-text-emphasis);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-dark);
  --bs-btn-active-bg: rgba(var(--bs-dark), 0.6);
  --bs-btn-active-border-color: var(--bs-dark-text-emphasis);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-dark-text-emphasis);
  --bs-btn-disabled-border-color: var(--bs-dark-text-emphasis);
}
body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
p{
  font-size: 16px;
  line-height: 1.8;
  color: #212529;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
}
h1.fw-bold,
h2.fw-bold,
h3.fw-bold,
h4.fw-bold,
h5.fw-bold,
h6.fw-bold {
  font-weight: 600 !important;
}
a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}
::selection {
  background: rgba(166, 175, 189, 0.3);
}
::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}
.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  background-color: #3A77BF;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all 0.5s;
}
.back_top i {
  color: #fff;
  line-height: 35px;
  font-size: 32px;
  display: block;
}
.testi_boxes {
  border: 1px solid #FBFBFB;
  border-top: 4px solid #3A77BF;
}
.testi_icon i {
  height: 64px;
  width: 64px;
  line-height: 64px;
  border-radius: 10px 10px 0px;
}
.form-control {
  box-shadow: none !important;
  height: 48px;
  border: 2px solid #e9ecef;
}
.form-control:focus {
  border-color: #3A77BF;
}
textarea.form-control {
  height: 130px;
}
.cta-desc {
  max-width: 635px;
}
.free-trial-form .form-control {
  height: 50px;
  box-shadow: none;
}
.free-trial-form .form-control:focus {
  border-color: #3A77BF;
}
.modal-open .modal {
  background: rgba(27, 31, 37, 0.8);
}
.features {
  margin-top: 32px;
}
.features-icon {
  width: 26px;
  height: 26px;
  top: 14%;
  transform: translateY(-50%);
}
.footer_detail .fot_social .social-icon {
  border: 2px solid #6c757d;
  transition: all 0.5s;
  width: 42px;
  height: 42px;
  line-height: 38px;
}
.footer_detail .fot_social .social-icon:hover {
  border-color: #3A77BF;
  color: #3A77BF !important;
}
.footer_detail .footer_menu li a {
  font-weight: 500;
  transition: all 0.5s;
}
.footer_detail .footer_menu li a:hover {
  color: #3A77BF !important;
}
.footer_detail .footer_logo {
  height: 34px;
}
.footer_detail .copy-rights {
  line-height: 43px;
}
.footer_detail .fot_bor {
  height: 2px;
  background: #343a40;
}
.footer_detail .footer_menu li::after {
  content: "|";
  margin: 0 20px;
  color: #6c757d;
}
.footer_detail .footer_menu li:last-child:after {
  content: "";
}
.bg-cta-img {
  background-image: url("../images/bg-cta-img.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.5;
}
.logo_img img {
  max-height: 100px;
  width: auto !important;
  opacity: 0.6;
}
.img-testimonial {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.home-bg-img {
  background-image: url("../img/sargasso.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}
.cta-bg-img {
  background-image: url("../img/bg1.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}
.cta-bg-img {
  background-image: url("../img/bg1.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}
.header_title {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  text-transform: capitalize;
}
.header_subtitle {
  line-height: 1.8;
  font-size: 18px;
  max-width: 575px;
  color: rgba(255, 255, 255, 0.6) !important;
}
.play-btn {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #000 !important;
  background-color: #fff;
  width: 70px;
  height: 70px;
  display: block;
  font-size: 30px;
  line-height: 66px;
  margin-top: 10px;
  text-align: center;
  transition: all 0.5s;
}
.play-btn:hover {
  background-color: #3A77BF;
  color: #fff !important;
  border-color: #3A77BF;
}
.home-half {
  padding: 200px 0px;
}
.bg-gradient {
  background: #000;
  background: -webkit-linear-gradient(to right, #3c405a, #101010);
  background: linear-gradient(to right, #3c405a, #101010);
}
.bg-pattern {
  background-image: url(../images/pattern.png);
}
.bg-home-slider .carousel-control-next,
.carousel-control-prev {
  width: 6%;
}
.bg-home-slider .carousel-item {
  background-position: center center !important;
  background-size: cover !important;
}
.carousel-control-prev > span,
.carousel-control-next > span {
  font-size: 50px;
}
.half-slider {
  padding: 200px 0px;
}
.work_number {
  top: 50%;
  color: #A8F1FF;
  transform: translateY(-50%);
}
.custom-nav {
  padding: 0px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;

  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
}
.custom-nav.stickyadd {
  background-color: #ffffff;
  padding: 0px 0;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.custom-nav .navbar-nav li a {
  color: #232323;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 7px 0 !important;
  position: relative;
  margin: 0 18px;
  font-weight: 600;
  transition: all 0.4s;
}
.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
  border-color: #3A77BF;
  color: #3A77BF;
}
.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a {
  border-color: #3A77BF;
  color: #3A77BF;
}
.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}
.custom-nav.stickyadd .navbar-nav li a {
  color: #000;
}
.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #3A77BF;
}
.logo .logo-light {
  display: inline-block;
}
.stickyadd .logo .logo-dark {
  display: inline-block;
}
.stickyadd .logo .logo-light {
  display: none;
}
.logo .logo-dark {
  display: none;
}
.navbar-brand.logo img {
  margin-top: 0;
  padding: 0;
  height: 75px;
  width: auto !important;
}

.price_box {
  padding: 40px 25px;
}
.price_box .price_divider {
  width: 100%;
  height: 2px;
  background: #e9ecef;
  margin: 40px 0px;
}
.price_box .price_features {
  padding: 0px 40px;
}
.price_box .icon-success,
.price_box .icon-danger {
  height: 22px;
  width: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 15px;
}
.price_box .plan_price {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .custom-nav {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #fff !important;
  }
  .custom-nav .navbar-nav li a:before {
    content: "";
    display: none;
  }
  .custom-nav .navbar-nav li a {
    margin: 0 0px;
    padding: 6px 0;
    color: #000;
  }
  .custom-nav .navbar-nav li.active a {
    color: #3A77BF;
  }
  .custom-nav > .container {
    width: 90%;
  }
  .custom-nav .logo .logo-dark {
    display: inline-block;
  }
  .custom-nav .logo .logo-light {
    display: none;
  }
  .custom-nav .navbar-brand.logo img {
    height: 26px;
  }
  .navbar-nav {
    margin-top: 0px;
  }
  .navbar-toggler {
    font-size: 29px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
  }
  .header_title {
    font-size: 38px;
    line-height: 1.2;
  }
  .header_subtitle {
    font-size: 15px;
    line-height: 1.8;
  }
  .h-100vh {
    height: auto;
  }
  .clip-home {
    clip-path: none;
  }
  .vertical-content {
    display: inherit;
  }
  .home-bg-color,
  .h-100vh.jarallax,
  .home-bg-img,
  .home-bg-color-gradient,
  .h-100vh,
  .home-half,
  .half-slider {
    padding: 125px 0 130px 0;
  }
  .custom-nav .navbar-brand.logo img {
    height: 26px;
  }
  .copy-rights {
    line-height: 26px;
  }
  .logo_img img {
    margin-top: 16px;
  }
  .features-icon {
    top: 9%;
  }
  .features-desc {
    margin-left: 13%;
  }
  .features-heading {
    line-height: 1.4;
    font-size: 24px;
  }
  .work_border_left {
    border: none;
  }
  .price_box.active {
    transform: scale(1);
  }
  .price_box .price_features {
    padding: 0px 20px;
  }
  .copy-rights {
    line-height: 26px;
  }
  .footer_menu li::after {
    display: none;
  }
  .footer_menu li {
    display: block;
  }
  .float_none.float-end,
  .float_none.float-start {
    float: none !important;
    text-align: center;
  }
  .carousel-control-prev > span,
  .carousel-control-next > span {
    font-size: 30px;
  }
  .bg-home-slider .carousel-control-next,
  .carousel-control-prev {
    width: 10%;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .features-desc {
    margin-left: 7% !important;
  }
  .features-icon {
    top: 11% !important;
  }
}
.services_boxes {
  padding: 15px;
}
.services_boxes .services_icon i {
  font-size: 36px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: rgb(232, 249, 255);
  border-radius: 10px 10px 0px;
}
.services_boxes .services_desc a i {
  position: relative;
  top: 1px;
}
.team_box {
  border: 1px dotted #ced4da;
}
.team_box .follow_btn {
  padding: 10px 15px;
}
.team_box .team_social li a {
  height: 35px;
  width: 35px;
  line-height: 33px;
  transition: all 0.5s;
}
.team_box .team_social li:hover a {
  border-color: #3A77BF !important;
  background: rgba(19, 206, 103, 0.12);
  color: #3A77BF !important;
}
.bg-video {
  background-image: url(../img/bg.jpg);
  background-size: cover;       /* Ensures it covers the section */
  background-position: center;  /* Keeps it centered */
  background-repeat: no-repeat;
}
.bg-donate {
  background-image: url(../img/market2.jpg);
  min-height: 40vh;
  padding: 4rem 0;
  background-size: cover;       /* Ensures it covers the section */
  background-position: center;  /* Keeps it centered */
  background-repeat: no-repeat;
}

.video-subtitle {
  max-width: 600px;
  text-align: center;
}
.video-btn-white a {
  padding: 4px 10px 4px 5px;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
}
.video-btn-white a span {
  position: relative;
  top: -5px;
}
.video-btn-white i {
  background: #3A77BF;
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 50%;
  font-size: 26px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
} /*# sourceMappingURL=style.min.css.map */

/*carousel*/

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: 1; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-dots {
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid #4d4d4d;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
        .owl-carousel .owl-dots .owl-dot.active:after {
          border-color: #fff; }
  .owl-carousel.home-slider {
    position: relative;
    height: 650px;
    z-index: 0; }
    .owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 650px;
      position: relative;
      z-index: 0; }
      @media (max-width: 1199.98px) {
        .owl-carousel.home-slider .slider-item {
          background-position: center center !important; } }
      .owl-carousel.home-slider .slider-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        opacity: .3; }
      .owl-carousel.home-slider .slider-item .slider-text {
        height: 650px;
        position: relative; }
        .owl-carousel.home-slider .slider-item .slider-text .text {
          z-index: 0;
          color: rgba(255, 255, 255, 0.9); }
        .owl-carousel.home-slider .slider-item .slider-text h1 {
          font-size: 9vw;
          font-weight: 800;
          text-transform: uppercase;
          color: #fff;
          line-height: 1; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              font-size: 12px; } }
        .owl-carousel.home-slider .slider-item .slider-text h2 {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-family: inherit;
          font-weight: 400;
          color: white;
          color: #f5e4c3;
          display: inline-block;
          position: relative;
          letter-spacing: 4px; }
    .owl-carousel.home-slider .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%; }
      .owl-carousel.home-slider .owl-nav .owl-prev,
      .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        outline: none !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0; }
        @media (prefers-reduced-motion: reduce) {
          .owl-carousel.home-slider .owl-nav .owl-prev,
          .owl-carousel.home-slider .owl-nav .owl-next {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
        .owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .owl-carousel.home-slider .owl-nav .owl-next span:before {
          font-size: 12px;
          color: rgba(255, 255, 255, 0.5);
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          @media (prefers-reduced-motion: reduce) {
            .owl-carousel.home-slider .owl-nav .owl-prev span:before,
            .owl-carousel.home-slider .owl-nav .owl-next span:before {
              -webkit-transition: none;
              -o-transition: none;
              transition: none; } }
        .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
          color: #fff; }
      .owl-carousel.home-slider .owl-nav .owl-prev {
        left: 0;
        margin-left: 0; }
      .owl-carousel.home-slider .owl-nav .owl-next {
        right: 0;
        margin-right: 0; }
    .owl-carousel.home-slider:hover .owl-nav .owl-prev,
    .owl-carousel.home-slider:hover .owl-nav .owl-next {
      opacity: 1; }
    .owl-carousel.home-slider:hover .owl-nav .owl-prev {
      margin-left: 50px; }
    .owl-carousel.home-slider:hover .owl-nav .owl-next {
      margin-right: 50px; }
    .owl-carousel.home-slider .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 40px;
      width: 100%;
      text-align: center; }
      @media (max-width: 767.98px) {
        .owl-carousel.home-slider .owl-dots {
          bottom: 5px; } }
      .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4); }
        .owl-carousel.home-slider .owl-dots .owl-dot.active {
          background: #fff; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

/*
=============== 
Menu
===============
*/

.filter-btn {
  color: #232323;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background: #fff;
  margin-left: 4px;

  

 
}
.filter-btn:hover {
  color: (--bs-dark);

}
.section-center {
  display: flex;
  flex-wrap: wrap ;
  margin-top: 10px;
  padding: 0 2rem;
  justify-content: center;
  gap: 1rem;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: 300px;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}
