/*
Theme Name: TT Global Foundation
Author: Catenation I
Author URI: https://wwww.catenationi.com/
Description: TT Global stands as the personification of an idea that developed and developing countries should be equated based on their prowess in Information Technology. This vision set us on a mission to provide affordable assets for companies in less privileged regions by repurposing pre-owned IT devices from their financially well-off counterparts.
Version: 1.3
Requires PHP: 7.0
Text Domain: TT Global Foundation
*/
/* CSS Document */
@import url('http://fonts.cdnfonts.com/css/avenir-lt-std');
:root {
  --default: #808080;
  --primary: #797979;
  --secondary: #929292;
  --dark: #4d4d4d;
  --light: #f9f9f9;
  --swiper-theme-color: #1d3c50;
  --gray: #808080;
  --darkgray: #666666;
  --lightgray: #f9f8f7;
  --white: #ffffff;
  --black: #000000;
  --blue: #002e9a;
  --font-default: 'Heebo', sans-serif;
  --font-primary: 'Helvetica', sans-serif;
  --font-secondary: 'Avenir LT Std', sans-serif;
}

/* Fonts */
@font-face {
    font-family: 'Helvetica';
    src: url('assets/fonts/HelveticaMedium.woff2') format('woff2'),
        url('assets/fonts/HelveticaMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('assets/fonts/Helvetica-Bold.woff2') format('woff2'),
        url('assets/fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('assets/fonts/HelveticaNeueLT-Light.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeueLT-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Fonts */

html, body {
  height: 100%;
}
body {
  font-family: 'Heebo', sans-serif;
  color: #606060;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  padding-top: 90px;
}
img {
  max-width: 100%;
  height: auto;
}
strong, b, .bold {
  font-weight: 700;
}
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;
    outline: 0
}
a, .btn-link, .text-red {
  color: #606060;
}
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, small {
  font-size: 85%;
}
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, .form-select {
  box-shadow: none !important;
  color: var(--default);
  font-size: 0.8rem;
  height: 45px;
  padding: .375rem 1rem;
  border-radius: 0.5rem;
}
.form-control-lg, .form-select {
  font-size: 0.9rem;
  height: 50px;
}
.form-control-sm, .form-select-sm {
  font-size: 0.75rem;
  height: 36px;
}
.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 {
  min-height: 80px;
  padding: .7rem 1rem;
}
textarea.h-large {
  min-height: 150px;
}
select.form-control, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(assets/images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: 0 !important;
  background-size: 12px
}
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 {
  font-size: 0.9rem;
  padding: 0 25px;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  border-radius: 0.3rem;
  box-shadow: none;
}
.btn:focus {
  box-shadow: none;
}
.btn-lg {
  font-size: 0.9rem;
  height: 50px;
  line-height: 46px;
}
.btn-sm {
  font-size: 0.725rem;
  height: 36px;
  line-height: 32px;
}
.btn-icon {
  padding: 0 1rem;
}
.btn.btn-icon {
  line-height: 45px;
}
.btn-sm.btn-icon {
  line-height: 36px;
}
.btn .fa {
  font-size: 1.2rem;
}
.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-outline-light:hover svg path {
  fill: var(--dark);
}
.btn-primary {
  font-size: 16px;
  font-family: 'Avenir LT Std', sans-serif;
  background: inherit;
  border: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
  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: inherit;
  border-color: none;
  color: var(--white);
}
.btn-more {
  font-size: 16px;
  font-family: 'Avenir LT Std', sans-serif;
  font-weight: 300;
  color: #606060;
  text-decoration: inherit;
  display: inline-flex;
  align-items: center;
  flex-flow: row !important;
    padding-right: 40px;
}
.btn-more.arrow-only {padding-right: 30px; height: 30px;}
.btn-more:before {
  background: url(assets/images/more-arrow.svg) no-repeat;
  background-position: -28px 0;
  border: 1px solid #606060;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  display: inline-block;
  -webkit-transition: background-position .3s cubic-bezier(.25, .46, .45, .94);
  transition: background-position .3s cubic-bezier(.25, .46, .45, .94);
  height: 28px;
  width: 28px;
  background-size: 51px 22px;
  position: absolute;
  right: 0;
}
.btn-more:hover:before, .banner-caption .btn-more:hover:before, .CIfounder .btn-more:hover:before, .btn-more.text-white:hover:before {
  background-position: 0 0;
}
.btn-secondary.dropdown-toggle {
  background-color: #ff6600;
  color: var(--white);
  border-color: #ff6600;
}
.border-light {
  border-color: #ccc !important;
}
.text-muted {
  color: #a2a2a2 !important;
}
.section {
  padding: 100px 0;
}
.section-sm {
  padding: 40px 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica', 'Arial', sans-serif;
}
.h1, h1 {
  font-size: 3.5rem;
}
.h2, h2 {
  font-size: 2.4rem;
}
.h3, h3 {
  font-size: 1.8rem;
}
.h4, h4 {
  font-size: 1.2rem;
}
.h5, h5 {
  font-size: .9rem;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #999;
}
.font-default { font-family: var(--font-default)}
.font-primary { font-family: var(--font-primary)}
.font-secondary { font-family: var(--font-secondary)}
.light { font-weight: 300;}
.regular { font-weight: 400}
.medium { font-weight: 500}
.semi-bold { font-weight: 600}
.bold { font-weight: 700}
.bolder { font-weight: 900}
.bg-default {
  background-color: var(--default);
}
.bg-gradient {
  background: linear-gradient(270deg, rgba(200, 202, 241, 1) 0%, rgba(255, 175, 211, 1) 100%) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-dark {
  background-color: var(--dark) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-light {
  background-color: var(--light) !important;
}
.bg-lightgray {
  background-color: var(--lightgray) !important;
}
.bg-gray {
  background-color: var(--gray) !important;
}
.bg-darkgray {
  background-color: var(--darkgray) !important;
}
.bg-lightblue {
  background-color: var(--lightblue) !important;
}
.bg-lightyellow {
  background-color: var(--lightyellow) !important;
}
.bg-lightpink {
  background-color: var(--lightpink) !important;
}
.text-default {
  color: var(--default) !important
}
.text-gray {
  color: #666 !important
}
.text-primary {
  color: var(--primary) !important
}
.text-blue {
  color: var(--blue) !important
}
.text-dark {
  color: var(--dark) !important
}
.text-secondary {
  color: var(--secondary) !important
}
.text-red {
  color: var(--secondary) !important
}
.text-black {
  color: var(--black) !important
}
.text-large {
  font-size: 1rem;
}
.text-medium {
  font-size: 0.8rem;
}
.text-small {
  font-size: 0.7rem;
}
button.btn-block {
  width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.relative {
  position: relative;
}
.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 {
  display: flex;
  align-items: center
}
.dropdown .dropdown-toggle:after {
  content: '\f107';
  font-family: 'FontAwesome';
  border: none;
  line-height: normal;
  font-size: 1.2rem;
}
.bootstrap-select.lg > .btn {
  height: 50px;
  line-height: 46px;
}
.dropup .dropdown-toggle:after {
  content: '\f106';
}
.bootstrap-select .no-results {
  padding: 1rem;
  margin: 0;
  font-size: .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 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-menu {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: none;
  padding: 0.2rem 0;
  margin: 0;
  animation-name: DropDownSlide;
  animation-duration: .3s;
  animation-fill-mode: both;
  top: 100% !important;
}
.dropup.dropdown .dropdown-menu {
  top: auto !important;
  bottom: 100%;
}
.dropdown .dropdown-menu-end[style], .dropdown .dropdown-menu-right {
  left: auto !important;
  right: 0 !important;
}
.dropdown-item-text {
  color: var(--primary);
  padding: .5rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
}
.dropdown-item, .dropdown-menu a {
  color: #666;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  white-space: inherit;
  display: block;
  font-weight: 500;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: rgba(248, 248, 252, 0.5);
  color: #1d2c48;
}
.dropdown-item.active, .dropdown-item.active:hover {
  background: var(--primary);
  font-weight: 600;
  color: var(--white);
}
@keyframes DropDownSlide {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(-10px);
  }
}
.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;
}
.card.shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important
}
.rounded {
  border-radius: 0.8rem !important;
}
.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(--primary);
  background-color: var(--white);
}
.btn-light:hover {
  background: var(--lightgray);
  border-color: var(--lightgray);
}
.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;
}
.wpcf7-list-item label {
  margin: 0;
}
.btn-radio input[type="radio"] + label, .btn-checkbox input[type="checkbox"] + label, .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label, .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 24px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  color: var(--default);
  font-weight: normal;
  line-height: 1.4;
}
.btn-radio input[type="radio"], .btn-checkbox input[type="checkbox"], .wpcf7-list-item input[type="radio"], .wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.btn-checkbox input[type="checkbox"] + label:before, .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:before {
  border: 2px solid #ced4da;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  border-radius: 4px;
  position: absolute;
  top: 0px;
  background: transparent;
}
.btn-checkbox input[type="checkbox"]:checked + label:before, .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background: var(--secondary);
  border-color: var(--secondary);
}
.btn-checkbox input[type="checkbox"] + label:after, .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 5px;
  width: 8px;
  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, .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-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, .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label:before {
  border: 2px solid #ced4da;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  position: absolute;
  top: 2px;
  border-radius: 50%;
  background: #fff;
}
.btn-radio input[type="radio"]:checked + label:before, .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before {
  border-color: var(--secondary);
  background: var(--secondary);
}
.btn-radio input[type="radio"] + label:after, .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 5px;
  width: 8px;
  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, .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-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;
}
.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 40px;
  background-color: var(--primary);
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: '';
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #fff;
}
.swiper-button-prev:after {
  content: '\f053';
}
.swiper-button-next:after {
  content: '\f054';
}
.relative.swiper-nav .swiper-button-next, .relative.swiper-nav .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.swiper-button-next:focus, .swiper-button-prev:focus {
  outline: none !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  background: none;
  cursor: 'not-allowed';
}
.swiper-button-prev.swiper-button-disabled:after, .swiper-button-next.swiper-button-disabled:after {
  color: var(--primary);
}
.swiper-button-next {
  margin-left: 10px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
  color: var(--white);
}
.swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
}
.pagination-static .swiper-button-next, .pagination-static .swiper-button-prev, .pagination-static .swiper-pagination {
  position: static;
}
.pagination-static .swiper-pagination {
  margin: 1rem 0;
}
.swiper-pagination-bullet {
  padding: 0;
  width: 12px;
  height: 30px;
  background: transparent;
  position: relative;
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid;
  border-color: var(--white);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.swiper-pagination-bullet-active {
  width: 50px;
    
}
.swiper-pagination-bullet-active:before {
  opacity: 1;
  border: none;
  width: 100%;
  background: var(--white);
  height: 12px;
    border-radius: 15px;
}
.ci-home { height: 100%;}
.ci-home .col-right {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
.brand-logo {
  max-width: 150px;
}
.is-fixed .brand-logo {
  max-width: 130px;
}
.home-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 90px;
  background: #fff;
    transition-duration: 0.4s;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}
.is-fixed .home-header, .is-fixed .search-input { height: 75px}
.home-header .nav-item {
  margin-left: 1.8rem;
}
.home-header .nav-link {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0;
  font-family: 'Avenir LT Std', sans-serif;
}
.home-header .nav-link:before, .ci-footer .nav-link:before, #ciHeader .nav-link:before, .work-title:before, .footerNav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  background-color: var(--primary);
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}
.home-header .nav-link.active:before, .home-header .nav-link:hover:before, .ci-footer .nav-link:hover:before, #ciHeader .nav-link:hover:before, .CIwork a:hover .work-title:before, .footerNav .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.ci-head .title {
  font-size: 40px;
  margin: 0;
  font-weight: 300;
  color: #606060;
}
.footer-bottom {
  font-size: 0.75rem;
}
.bottom-nav .nav-item {
  margin-left: 1rem;
}
.ci-footer .nav-link {
  padding: 0.4rem 0;
  color: var(--black);
  position: relative;
  display: inline-block;
}
.ci-footer .nav-link:before {
  background-color: var(--dark);
}
.card-holiday .card-img, .card-deals .card-img, .card-catg .card-img {
  position: relative;
  overflow: hidden; /*background-color: var(--lightgray);*/
}
.card-holiday .card-body {
  position: relative;
  z-index: 2;
  margin-top: -1rem;
  line-height: 1.2;
  transition-duration: 0.4s;
  top: 0;
}
.cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-holiday:hover .card-body {
  top: -8px
}
.card-deals {
  line-height: 1.4;
}
.card-deals .card-header, .card-catg .card-header, .ci-GravitySpecials .card .card-header, .card-package .card-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.progress {
  height: 8px;
}
.progress-bar {
  border-radius: 0.25rem;
  background-color: var(--secondary);
}
.inr {
  min-width: 24px;
  min-height: 24px;
  font-size: 0.8rem;
  line-height: 24px;
}
.card-catg .h3 {
  font-size: 1.2rem;
}
.CIwork {
  margin-top: -140px;
}
.CIwork .work-title {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Heebo', sans-serif;
    display: inline-block;
    position: relative;
}
.CIwork .work-title:before { bottom: -5px}

.CIwork a:hover {
  color: var(--primary);
}
.CIwork .card:hover .btn-more:before {
  background-position: 0 0;
}
.card-catg .card-img img {
  transition-duration: 0.4s;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    
}
.card-catg:hover .card-img img {
  transform: scale(1.1);
}
.card-catg .card-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.work-gray {
  height: 280px;
}
.card-catg .card-img {
  height: 100px;
  padding-bottom: 75.8%;
}
.fa-chevron-right, .fa-chevron-left {
  font-size: 0.7rem
}
.card-catg .badge, .ci-GravitySpecials .card .badge {
  border-radius: 2rem;
  font-size: 0.65rem;
  padding: 0.4rem 1rem 0.4rem 1.2rem;
  text-transform: uppercase;
  z-index: 2;
}
.ci-home-banner {
  height: 100%;
  z-index: 222;
}
.ci-home-banner .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
}

.ci-home-banner .swiper-horizontal > .swiper-pagination-bullets, .ci-home-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0;
  bottom: 0;
  padding: 1.5rem  3rem;
  text-align: right
}
.banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
}
.banner-caption {
  position: absolute;
  z-index: 11;
    width: 500px;
    font-weight: 300; font-size: 18px;
}
.banner-caption h2 {
  font-size: 45px;
  font-weight: 500;
    margin: 0 0 1.5rem
}
.pagebanner .banner-caption h2 {
  line-height: normal;
}
.banner-caption .btn-more:before, .CIfounder .btn-more::before, .btn-more.text-white:before {
  background: url(assets/images/more-arrow-white.svg) no-repeat;
  border: 1px solid #fff;
  background-position: -28px 0;
  background-size: 51px 22px;
}
.CIWork .RowMinus {
  margin-top: -50px;
  z-index: 333;
  position: relative;
}
.Cardwork h5 {
  letter-spacing: 0.2rem;
  font-weight: 800;
}
.btn-link {
  text-decoration: none;
  display: inline-block;
  align-items: end;
  padding: 0.5rem 0;
  color: var(--white);
  font-weight: 700;
  line-height: 1.2;
}
.btn-link:hover, .btn-link:focus {
  color: var(--lightgray);
}
.btn-link .btn-arrow-primary svg {
  margin-left: 0.3rem;
  fill: var(--white);
  transition-duration: 0.4s;
  height: 20px;
  width: 20px;
  padding: 2px;
}
.btn-link:hover svg {
  margin-left: 0.5rem;
}
.aboutslide {
  height: 330px;
}
.breadcrumb li {
  font-size: 12px;
}
.breadcrumb > li + li::before {
  content: '-';
  padding: 0 5px;
}
.CICounter .counterTitle {
  font-size: 22px;
  line-height: 35px;
}
.CICounter .count-number, .CICounter h1 {
  font-size: 35px;
  font-weight: 800;
}
.vission {
  background: url(assets/images/vision-bg.jpg);
  background-repeat: no-repeat;
  padding: 7% 10%;
}

.CIfundingBlock { font-size: 15px; font-weight: 300;}
.servicePara { background: #fafafa; font-size: 16px;}
.serviceParaImg { position: relative; overflow: hidden; height: 100%;}
.serviceParaImg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.CInews h3 {
  font-size: 22px;
}
.text-sm { font-size: 16px;}
.datepicker {
  position: absolute;
  right: 30px;
  top: 20px;
  background: var(--primary);
  color: #fff;
  padding: 10px 23px;
  text-align: center;
}
.datepicker p {
  font-size: 17px;
}
.datepicker .date {
  font-size: 34px;
  font-weight: 700;
}
.CInews a:hover {
  color: var(--primary);
}
.PageHead .title {
  font-size: 35px;
  font-weight: 400;
}

.WorkArea h2 {
  font-size: 30px;
  font-weight: 400;
}
.CI-vector:before {
  content: '';
  position: absolute;
  top: -80px;
  left: -65px;
  background: url(assets/images/tt-icon-vectorsmall.png);
  background-repeat: no-repeat;
  width: 227px;
  height: 222px;
  z-index: 777;
}
.project-img:after {
  content: '';
  position: absolute;
  bottom: -79px;
  right: -77px;
  background: url(assets/images/tt-icon-vectorsmall.png);
  background-repeat: no-repeat;
  width: 227px;
  height: 222px;
  z-index: 777;
}
.highlight-text {
  font-size: 1.15rem !important;
}
.CIMission .border-left {
  border-left: 1px solid #fff;
  padding-left: 60px;
}
.colPadding {
  padding: 0 50px 0 100px;
}
.CIproject {
    font-size: 16px;
    font-weight: 300
}
.CIproject .project-title h2 {
  font-size: 2.2rem;
  font-weight: 800;
}
.offerGrid {
  overflow: hidden;
  max-height: 430px;
}
.CInews .form-select {
  height: 39px;
  border-radius: 5px;
  padding: .375rem 1.8rem .375rem 7px;
}
.CIAbout p {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
}
.about-pd {
  padding: 124.5px 0;
}
.TeamDetail h3 {
  font-size: 1.3rem;
}
.TeamDetail p {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0 23px;
}
.TeamDetail p:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  background: var(--gray);
  width: 18px;
  height: 3px;
}
.founder-swiper .swiper-slide {
  width: auto !important;
}
.CIfounder .btn-more, .CIproject .btn-more {
  font-size: 20px;
}
.ProjectModule {position: relative; overflow: hidden; background: #f2f2f2; height: 100px; padding-bottom: 36%;}
.ProjectModule img {position: absolute; width: 100%; height: 100%; object-fit: cover; top: 0; left: 0;}
.rich-text {
  margin-top: -140px;
  position: relative;
  z-index: 2;
}
.CIproject .project-title {
  letter-spacing: -0.05px;
  font-size: 28px;
  font-weight: 400;  
}
.CIproject .project-title { border-bottom-color: #A0A09F !important;}

.news-list {border-bottom-color: #A0A09F !important; border-top-color: #A0A09F !important;}

.founderleft { position: relative; padding-right: 300px}
.founderleft:before {content: ''; width: 220px; height: 100%; background: url("assets/images/logo-icon.svg") no-repeat center; background-size: 100%; position: absolute; top: 0; right: 0; opacity: 0.2}
.CIfounder p {
  font-size: 22px;
  font-weight: 300;
}
.founder-title { font-weight: 500;}
.founder-img {
  margin-top: -495px;
}
.CIFounder {
  padding: 6% 0;
}
.colLeft {
  margin-top: -180px;
}
.card-catg.card-project {
  border-radius: 0 !important;
}
.btn-arrow-primary svg {
  background: var(--secondary);
  height: 40px;
  width: 40px;
  padding: 10px;
  border-radius: 100px;
  margin-left: 0.3rem;
}
.btn-toggle-search svg {
  background: var(--primary);
  height: 32px;
  width: 40px;
  padding: 8px;
  border-radius: 5px;
  margin-left: 0.3rem;
}
.card-project .projectImg1 {
  padding-bottom: 80%;
}
.card-project .projectImg2 {
  padding-bottom: 50%;
}
.ciFooter {
  background-color: #e6e6e6;
  font-size: 0.8rem;
  padding-top: 40px;
}
.ciFooter .h4 { font-size: 1rem}
.footer-logo {
  max-width: 200px;
  display: inline-block;
}
.footer-logo img { width: 200px; margin-top: 15px;}
.footerNav .footerTitle {
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Helvetica', 'Arial', sans-serif;
}
.footerNav .nav-link {
  color: var(--white);
  padding: 0.2rem 0;
  position: relative;
  display: inline-block;
  font-size: 0.85rem;
}
.footerNav .nav-link:before { background: #fff;}
.footerNav .nav-link:hover {
  color: var(--white);
}
.ciFooter a:before {
  height: 1px;
}
.ciFooterUsp {
  margin-top: -50px;
}
.ciUspIcon {
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
  line-height: 60px;
}
.ciFooterContact a {
  position: relative;
}
.ciFooterContact .h5 {
  font-size: 1.2rem;
}
.SiteBy {
  opacity: 0.5;
  font-size: 0.75rem;
}
.ciFooterSocial a {
  color: var(--white);
  min-width: 30px;
  height: 30px;
  font-size: 0.95rem;
  text-align: center;
  line-height: 30px;
  background: #6b6b6b;
  margin-left: 5px;
  border-radius: 5px;
}
.ciFooterAppBtn a {
  line-height: 1.2;
  text-decoration: none;
  color: var(--white);
  white-space: nowrap;
  background: var(--black);
}
.ciFooterAppBtn a:hover {
  background: #333;
}
.ci-social a {
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  margin: 0 0.2rem 0 0;
  text-align: center;
  border-radius: 50%;
  color: var(--dark);
  font-size: 1rem;
}
.ci-social a:hover {
  background-color: var(--dark);
  color: var(--white);
}
.card-tsmnl {
  height: 100%;
}
.card-tsmnl-header {
  max-width: 300px;
  margin: -2.5rem 0 0 2rem
}
.card-tsmnl .card-body {
  background: url(assets/images/quote.svg) no-repeat 30px 20px;
  padding: 1rem 1rem 1rem 6rem;
}
.card-tsmnl p {
  margin: 0;
}
.card-tsmnl p + p {
  margin: 1rem 0 0;
}
.tsmnl-author-img {
  min-width: 50px;
  min-height: 50px;
  border-width: 2px;
  display: flex;
}
.rating-star .fa {
  margin: 0 0.1rem 0 0;
  font-size: 1rem
}
.rating-swiper .swiper-slide {
  min-height: 100%;
  height: auto;
  padding: 50px 0 10px;
}
.filters-button-group button {
  padding: 0.5rem 0;
  background: none;
  border: solid transparent;
  border-width: 0 0 2px;
  margin-right: 1.5rem;
  color: var(--dark);
  font-weight: 500;
  z-index: 2;
  position: relative;
}
.filters-button-group button.is-checked {
  color: var(--secondary);
  border-color: var(--secodnary);
}
.company-logo {
  min-width: 140px;
  width: 140px;
  padding-right: 1.5rem;
}
.sec-offer .hero-image {
  background-color: #f2f2f2;
  height: 550px;
  position: relative;
}
.grid-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.card-theme .card-img, .ci-GravitySpecials .card .card-img, .card-package .card-img, .trip-card .card-img, .rich-img {
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
}
.secSmallPackage .rich-text {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.card-about.quickForm {
  margin-top: -200px;
}
.card-package .card-title {
  z-index: 2;
  width: 75%;
}
.card-package .block__title {
  line-height: 2.2;
  font-size: 0.85rem;
}
.card-package .block__title span {
  background-color: var(--white);
  color: var(--black);
  padding: 0.3rem 0.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.secPackageForm {
  margin-top: -30px;
  z-index: 2;
}
.search-input, .createPlanCta, .ciHolidayForm .dropdown-group {
  position: relative;
  z-index: 3;
}
#ciHeader {
  height: 80px;
  padding: 0 30px;
}
.ciHeaderLogo {
  padding: 0;
  line-height: 80px;
}
.ciHeaderLogo img {
  height: 60px;
}
#ciHeader .btn-user {
  padding: 0;
  width: 40px;
  line-height: 36px;
  height: 40px;
  border-radius: 50%;
}
#ciHeader .nav-link {
  position: relative;
  padding: 0;
  line-height: 80px;
  color: var(--black);
  font-size: 0.8rem;
  font-weight: 500;
}
#ciHeader .nav-link.active {
  color: var(--secondary);
}
#ciHeader .nav-link.active svg path {
  fill: var(--secondary);
}
#ciHeader .nav-item {
  margin: 0 1rem;
}
#ciHeader .nav-link:before {
  height: 2px;
  bottom: 0;
  background-color: var(--secondary);
}
#ciHeader .nav-link.active:before {
  transform: scale(1);
}
.trip-card .card-img {
  width: 220px;
  flex: 0 0 220px;
  padding-bottom: 80%;
}
.tripPlaceList li {
  margin-right: 1rem;
  position: relative;
  padding-right: 1rem;
}
.tripPlaceList li:after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
}
.tripPlaceList li:last-child:after {
  display: none;
}
.tripPlaceList li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.tripNight .icon, .tripDay .icon {
  background-color: var(--lightpink);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.tripDay .icon {
  background-color: var(--lightblue);
}
.trip-card .card-footer {
  margin: 0 -2px;
  border-start-start-radius: 0 !important;
  border-start-end-radius: 0 !important;
  position: relative;
  top: 2px;
}
.tripFeatureTab .nav-item {
  margin-right: 2rem;
}
.tripFeatureTab .nav-link {
  color: var(--white);
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  padding: 0.5rem 0;
}
.tripFeatureTab .nav-link.active {
  background-color: transparent;
}
.tripFeatureTab .nav-link.active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  top: 100%;
  left: 0;
}
.tripFeatureTab .nav-icon {
  margin-right: 0.3rem;
}
.cardFilter .card-header {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--dark);
  position: relative;
}
.cardFilter .card-header:before, .cardFilter .card-header:after {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  top: 22px;
  right: 15px;
  background-color: var(--dark);
  transition-duration: 0.4s;
  transform: rotate(0deg);
}
.cardFilter .card-header.collapsed:before {
  transform: rotate(180deg);
}
.cardFilter .card-header:after {
  transform: rotate(0deg);
  opacity: 0;
}
.cardFilter .card-header.collapsed:after {
  opacity: 1;
  transform: rotate(90deg);
}
.cardFilter .btn-checkbox input[type="checkbox"] + label {
  line-height: 1.2;
  padding-left: 30px;
  font-size: 14px;
  color: #444;
}
.cardFilter .btn-checkbox input[type="checkbox"] + label::before {
  border-width: 1px;
}
.slider-handle {
  width: 14px;
  height: 14px;
  background: #176199 !important;
}
.slider-track {
  background: #ccc !important;
  box-shadow: none;
}
.slider.slider-horizontal {
  width: 100%;
}
.slider.slider-horizontal .slider-track {
  height: 4px;
}
.slider-selection {
  background: #176199 !important;
  box-shadow: none;
}
.min-slider-handle {
  margin-left: -1px !important;
}
.tripSortBy label {
  top: 5px;
}
.tripSortBy .form-select {
  box-shadow: none;
}
.tripHeadTitle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: var(--secondary);
  padding: 0 0 0 30px;
}
.tripHeadIcon {
  width: 48px;
  display: inline-block;
  margin-left: -48px;
}
.tripDo ul, .tripDont ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.tripDo ul li, .tripDont ul li {
  background: url(assets/images/check-circle.svg) no-repeat 0 2px;
  background-size: 18px;
  padding: 0 0 0.3rem 1.8rem;
}
.tripDont ul li {
  background-image: url(assets/images/close-circle.svg);
}
.tabs-outline {
  border: none;
}
.tabs-outline .nav-item {
  margin: 0 2rem 0 0;
}
.tabs-outline .nav-link {
  border: none;
  font-weight: 500;
  padding: 0.4rem 0;
  border-bottom: solid 2px transparent;
  color: #999;
}
.tabs-outline .nav-link.active {
  border-color: var(--dark);
}
.tripStickyNav {
  z-index: 2;
}
.tripStickyNav .nav-item {
  margin-right: 1.5rem;
}
.tripStickyNav .nav-link {
  color: var(--white);
  font-weight: 500;
  padding: 0.7rem 0;
}
.search-input {
  background-color: var(--primary);
  height: 90px;
  line-height: 90px;
  width: 100%;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: -90px;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}
.search-input .input-group {
  width: 100%;
    height: 100%;
}
.search-input.open {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.btn-search-close {
  background: transparent;
  color: var(--white);
  width: 60px; 
    line-height: normal;
  padding: 0;
  border: none;
  font-size: 2.4rem;
  font-weight: 300;
  cursor: pointer;
}
.btn-input-search {
  background: url("assets/images/search-icon.svg") center no-repeat;
  width: 60px;
  height: 100%;
  border: none;
  background-size: 22px;
  cursor: pointer;
  font-size: 0;
}
.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.5rem;
  font-weight: 300;
  height: 100%;
line-height: normal
}
.search-input .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #ddd !important;
}
.search-input .form-control::-moz-placeholder { /* Firefox 19+ */ color: #ddd !important;
}
.search-input .form-control:-ms-input-placeholder { /* IE 10+ */ color: #ddd !important;
}
.search-input .form-control:-moz-placeholder { /* Firefox 18- */ color: #ddd !important;
}
.thank-msg {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 13% 0;
}
.thank-block {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.thank-block h3 {
  color: #444;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  margin: 0;
}
.thank-block p {
  font-size: 18px;
  color: #999999;
}
.thank-block a .fa {
  font-size: 18px;
  padding: 0 5px;
  vertical-align: middle;
}
.thank-block .btn {
  margin-top: 40px;
  color: #fff;
}
.thank-msg .btn-more {
  margin-left: -30px;
}
.thank-msg .btn-more::before {
  left: 113px;
}

.scroll-down { position: absolute; bottom: 10px; z-index: 2001; left: 50%; height: 70px; text-align: center; transform: translateX(-50%);}
.scroll-down:after { content: ''; width: 2px; position: absolute; left: 50%; top: 25px; display: block; height: 40px; background: #fff; animation-name: keyframe21; animation-duration: 2000ms; animation-timing-function: linear; animation-fill-mode: both; animation-play-state: running; animation-iteration-count: infinite;}
.scroll-down span { display: block; color: #fff; font-size: 0.85rem;}


@keyframes keyframe21 {
      0% {
          transform: translate(0,0);
      }
      50% {
          transform: translate(0,0);
         
      }
      70% {
          transform: translate(0px,15px);          
      }
      75% {
          transform: translate(0,0);
           height: 10px;
      }
      80% {
          transform: translate(0px,10px);
          
      }
      90% {
          transform: translate(0,0);
          height: 40px;
      }
      100% {
          transform: translate(0,0);
      }
  }

.inner-banner { height: 100px; padding-bottom: 30%; position: relative; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%;}
.inner-banner:before { content: ''; width: 100%; height: 100%; background: var(--primary); position: absolute; z-index: -101; top: 0; left: 0;}
.inner-banner-caption { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 0 3rem; background: rgba(0,0,0,0.2)}
.inner-banner-title { font-size: 45px; color: #fff; margin: 0; font-weight: 500} 
.about-richtext { font-size: 16px;}
.about-richtext p, .founder-richtext p { margin-bottom: 30px; font-weight: 300; font-size: 16px;}
.about-richtext p+p { margin: 0}
.text-justify { text-align: justify;}

.with-bg { position: relative;}
.with-bg .container{ position: relative; z-index: 2}
.cover-img { position: absolute; width: 100%; height: 100%; object-fit: cover; top: 0; left: 0; transition-duration: 0.4s;}
.founder-richtext {line-height: 1.6; font-weight: 300; padding: 4rem;}
.sub-title { font-size: 35px;}
 
.vision-mission { font-size: 30px; letter-spacing: -0.05px}
.vision-mission h3 { font-size: 23px;}
.sus-funding .sub-title { font-size: 35px;}
.sus-funding .text-content { font-size: 16px;}

.title-md { font-size: 30px;}
.work-head { border-bottom-color: #ccc !important;}
.work-item .col-text { font-size: 14px; font-weight: 300}
.work-item .col-text h3 { font-size: 27px; font-weight: 400; margin: 0 0 1rem}
.work-item .col-img { position: relative; min-height: 270px; overflow: hidden;}
.work-item .col-img:hover img { transform: scale(1.05)}
.single-project-head h4 { font-size: 18px; color: var(--gray); font-weight: 300; margin-bottom: 1.5rem; font-family: var(--font-default);}
.single-project-head h1 { font-size: 45px; margin-bottom: 0.5rem }
.single-project-head p { font-size: 16px; font-weight: 300}
.project-parallax { padding-bottom: 40%;}
.project-overview, .project-tile { font-size: 17px; font-weight: 300; line-height: 1.8;}
.project-overview p, .project-overview ul, .project-overview ol { margin-bottom: 30px;}
.project-overview p strong { font-weight: 500}
.seprator-line { border-bottom:solid 2px #3293F5; width: 140px;}
.seprator-line.brown { border-bottom-color:#ef5027;}
.seprator-line.green { border-bottom-color:#90D7BD;}
.project-tile .col-img { position: relative; padding-bottom: 32%}
.project-tile p { margin: 0;}
.project-tile p+p { margin-top: 30px;}

.sec-people-story { background: #f2f2f2; font-size: 16px; font-weight: 300; padding-bottom: 380px; line-height: 1.8}
.sec-people-story h3, .sec-people-story  h4 { font-weight: 300; margin-bottom: 1.5rem;}
.people-story { margin-top: -300px}
.people-story .col-text {background: #f2f2f2; font-size: 16px; font-weight: 300; line-height: 1.8}
.people-story .col-text p { margin-bottom: 30px;}
.people-story-img { position: relative; overflow: hidden; height: 100%;}
.contact-form { margin-top: -200px;}
.section.contact-title { padding: 5rem 0 9rem}

.ci-home { position: relative; overflow: hidden;}
.ci-home:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: var(--primary); z-index: -101;}
.caption-top { position: absolute; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; left: 0; z-index: 2000; padding: 0 3rem; text-align: center; background: rgba(0,0,0,0.5)}
.caption-top h4 { letter-spacing: 5px; text-transform: uppercase; font-size: 16px;}
.caption-top h2 { font-weight: 300; font-size: 60px;}

blockquote { position: relative; display: flex; gap: 1.5rem; padding: 2rem 0}
blockquote:before {content: '\f10d'; font-family: 'FontAwesome'; font-size: 30px; display: flex; align-items: flex-start; position: relative; top: -2rem; opacity: 0.5;}
blockquote:after {content: '\f10e'; font-family: 'FontAwesome'; font-size: 30px; display: flex; justify-content: end; align-items: flex-end; position: relative; top: 2rem;  opacity: 0.5;}

.single-news-overview { font-size: 16px; font-weight: 300;}
.single-news-overview p, .single-news-overview ul, .single-news-overview ol, .single-news-overview h2, .single-news-overview h3, .single-news-overview h4 { margin-bottom: 30px;}

.news-item {  font-size: 16px;}
.news-item h4 {  font-size: 17px;}
.news-img { flex: 0 0 180px; height: 100px; position: relative; background-color: #f2f2f2;}
.news-img img{ position: absolute; width: 100%; height: 100%; object-fit: cover; top: 0; left: 0;}
.toggle-btn { display: none;}
.wpcf7 form .wpcf7-response-output {margin: 0.5rem 0 0 !important;}

.vision-mission h3, .pharmacies-desc h3 { font-weight: 300; margin-bottom: 1.5rem;}

/*Responsive*/
@media only screen and (min-width:1200px) {
    .container { max-width: 1200px !important;}
}
@media only screen and (max-width:1199px) {
  body {padding-top: 70px;}  
  .container {max-width: 100%;}
  .home-header { height: 70px;}  
  .brand-logo {max-width: 120px;}
  .is-fixed .brand-logo {max-width: 100px;}
  .home-header .nav-link { font-size: 14px;}
  .search-input { height: 70px; top: -70px}
  .is-fixed .search-input, .is-fixed .home-header { height: 60px;}
    .search-input .form-control { font-size: 1rem;}
    .inner-banner { padding-bottom: 40%;}

 
  
  
}
@media only screen and (min-width:768px) {
  
 
}
@media only screen and (max-width:991px) {
    .inner-banner-caption { padding: 1rem}
    .inner-banner-title, .single-project-head h1 { font-size: 32px;}
    .sub-title, .sus-funding .sub-title { font-size: 28px;}
 
}
@media only screen and (max-width:767.5px) {
    body {padding-top: 60px; font-size: 14px;}      
    .search-input .form-control { font-size: 0.9rem; padding: 0 15px}    
    .home-header, .is-fixed .home-header, .is-fixed .search-input, .search-input { height: 60px;}
    .brand-logo {max-width: 120px;}
    .is-fixed .brand-logo, .brand-logo {max-width: 110px;}
    .btn-search-close { width: 40px; font-size: 2rem;}
    .btn-input-search { width: 40px; background-size: 18px}
    .footer-logo { max-width: 120px;}
    
  .section {padding: 40px 0;}
  .h1, h1 {font-size: 36px; }
  .h2, h2 {font-size: 32px; }
  .h3, h3 {font-size: 28px; }
  .h4, h4 {font-size: 0.9rem;}
  p br {display: none;}
    
  #collpaseNav, #navbar {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    background: #333;
    transition-duration: 0.4s;
    z-index: 11;
    flex-wrap: nowrap;
  }  
  #navbar {
    padding: 1rem;
  }
  .home-header .nav-item {
    width: 100%;
    margin: 0;
  }
  .home-header .nav-link {
    line-height: normal;
    padding: 1rem 2rem;
    color: var(--white);
    
    position: relative;
  }
  .home-header .nav-link:before {
    display: none;
  }
  #navbar .nav-link.active {
    background-color: var(--white);
  }
  .open #collpaseNav, .open #navbar {
    right: 0;
    padding: 20px 0;
  }
  .toggle-btn {
    position: fixed;
    z-index: 12;
    cursor: pointer;
    width: 60px;
    height: 60px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: block;
    right: 0;
    top: 0;    
  }  
  body.open .toggle-btn {    
    
  }
  .toggle-btn:focus {
    outline: none;
  }
  .toggle-btn span, .toggle-btn span:before, .toggle-btn span:after {
    left: 0;
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background: var(--primary);
    cursor: pointer;
  }
  .toggle-btn span {
    top: 28px;
    left: 15px;
  }
  .toggle-btn span:before {
    top: -7px;
  }
  .toggle-btn span:after {
    bottom: -7px;
  }
  .toggle-btn span, .toggle-btn span:before, .toggle-btn span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  body.open .toggle-btn span {
    background-color: transparent
  }
  body.open .toggle-btn span:before, body.open .toggle-btn span:after {
    top: 0;
    width: 28px;
  }
  body.open .toggle-btn span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
      background: var(--white);
  }
  body.open .toggle-btn span:after {
    top: 10px;
    width: 28px;
    left: 0px;
      background: var(--white);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  .backdrop {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
  }
  body.open {
    overflow: hidden;
  }  
  body.open .backdrop {
    opacity: 1;
    visibility: visible;
    display: block;
  }
    .btn-toggle-search {  position: relative; right: 50px; }
    .ci-home { height: auto;}
    .ci-home .parallax { padding-bottom: 70%; height: 100px;}
    .caption-top { padding:1rem 1.5rem}
    .caption-top h4 { font-weight: 500; font-size: 12px;}
    .caption-top h2, .single-project-head h1 {font-size: 30px;}
    .about-pd { padding: 60px 10px;}
    .CIAbout p, .vision-mission h3 { font-size: 18px;}
    .ci-head .title { font-size: 32px;}
    .CIwork .work-title { font-size: 16px;}
    .CIwork {margin-top: -80px;}
    .work-gray {height: 190px;}
    .ProjectModule { padding-bottom: 55%;}
    .CIproject, .news-item { font-size: 14px;}
    .CIproject .project-title, .vision-mission, .work-item .col-text h3 { font-size: 22px;}
    .rich-text {margin-top: -58px;}    
    .CIfounder .btn-more, .CIproject .btn-more, .btn-more, .about-richtext p, .founder-richtext p, .sus-funding .text-content, .text-sm {font-size: 14px; line-height: 30px; line-height: 1.5}
    .btn-more { line-height: 30px !important;}
    .news-img {flex: 0 0 110px; height: 65px;}
    .post-date { font-size: 12px; color: #999; font-weight:400}
    
    .inner-banner { padding-bottom: 60%;}
    .inner-banner-caption {justify-content: flex-end}
    .inner-banner-title, .sub-title, .sus-funding .sub-title, .title-md { font-size: 28px;}
    .founder-richtext { padding: 2rem}
    .serviceParaImg {padding-bottom: 50%;}
    .project-overview, .project-tile, .servicePara, .single-project-head p, .sec-people-story, .people-story .col-text { font-size: 15px; line-height: 1.6}
    .project-tile .col-img {position: relative; padding-bottom: 63%;}
    .work-item .col-img {min-height: inherit; padding-bottom: 55%; display: block;}
    .single-project-head h4 { font-size: 14px}
    .seprator-line { width: 70px;}
    .people-story-img { height: auto;padding-bottom: 95%;}
    .people-story { margin-top: 40px;}
    blockquote { gap: 1rem; }
    .contact-form {margin-top: -155px;}
  
}
@media only screen and (max-width:575px) {
    .ci-home .parallax { padding-bottom: 135%;}
    
}