<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Template Name :  Responsive Bootstrap Landing Template
* Version : 1.0.0
* Created by : Mehedi002
* File : Main css file
*/

/* @import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@100;200;300;400;500;600;700;800&amp;display=swap"); */
/* @font-face {
  font-family: "Tajawal";
  src: url('../fonts/harir_regular.ttf') format('truetype');
} */

@font-face {
  font-family: "Tajawal";
  src: url('../fonts/Tajawal_Regular.ttf');
}

body {
  font-family: "Tajawal", sans-serif;
  text-align: right;
  font-size: 14px;
  line-height: 17px;
  word-wrap: break-word;
  color: #151462;
  background: #fdf9f3;
  overflow-x: hidden;
  font-weight: 300;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
}

p {
  font-family: "Tajawal", sans-serif;
  color: #888;
  line-height: 24px;
  font-weight: 400;
  right: -1px;
  margin-top: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

/*======================
        Helper
========================*/
.nav-bg {
  background: url(../image/nav-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 375px;
  position: relative;
}
.nav-bg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../image/shape.png) no-repeat;
  background-size: 100% 100%;
  width: 45%;
  height: 350px;
}
.section-title {
  margin-bottom: 100px;
  margin-top: 100px;
}
.story-title h3 {
  position: relative;
  display: inline-block;
}
.story-title h3::before {
  content: '';
  position: absolute;
  left: -65px;
  top: -12px;
  height: 115px;
  width: 50px;
  background: url("../image/what.png") no-repeat;
  background-size: 100% 100%;
}
.section-title h3 {
  font-weight: 400;
  font-size: 23px;
  line-height: 43px;
  color: #f14c2c;
  margin: 0;
  margin: 0;
}
.section-title h2 {
  font-size: 31px;
  font-weight: 700;
  color: #1b1a68;
  line-height: 44px;
}
.section-title h2 span {
  font-weight: 300;
}
.section-title h2 img {
  width: 30px;
  height: 35px;
  margin-right: 10px;
}
.section-title p {
  font-size: 18px;
  color: #0c186e;
}

.blue-title {
  background: #0c186e;
  color: #fff;
  display: inline-block;
  margin-top: 100px;
  margin-bottom: 25px;
}
.blue-title h4 {
  font-weight: 400;
  margin: 0;
  padding: 15px 30px;
  font-size: 28px;
}
.blue-title h4 span {
  font-size: 22px;
}
/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}

@media (min-width: 576px) {
  .site-navbar {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
}

.site-header--absolute {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}

@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    right: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left
    .container-fluid
    .nav-item.has-megamenu:hover
    &gt; .sub-menu {
    transform: translateX(0%) translateY(-10px);
    right: 0%;
    margin-right: 20px;
  }
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
}

.site-header--menu-right .menu-block-wrapper {
  position: static;
  margin-top: 65px;
}

.site-header--menu-right .menu-block {
  margin-right: auto;
}

@media (min-width: 992px) {
  .site-header--menu-right &gt; .container-fluid .sub-menu.megamenu {
    right: 100%;
    transform: translateX(100%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-right
    &gt; .container-fluid
    .nav-item.has-megamenu:hover
    &gt; .sub-menu {
    transform: translateX(100%) translateY(-10px);
    right: 100%;
    margin-right: -20px;
  }
}

@media (min-width: 768px) {
  .container-fluid .site-navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .container-fluid .site-navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .header-btns {
    margin-left: 0;
  }
}

.top-contact-menu-wraper .header-btn {
  order: 3;
}

.top-contact-menu-wraper .mobile-menu-trigger {
  order: 4;
}

@media (min-width: 992px) {
  .top-contact-menu-wraper .nav-link-item {
    color: #fff !important;
  }
  .top-contact-menu-wraper .site-menu-main .nav-link-item {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .top-contact-menu-wraper .navbar {
    flex-wrap: wrap;
    padding: 30px 0px 0px 0px;
  }
  .top-contact-menu-wraper .brand-logo {
    min-width: 50%;
    order: 1;
    padding-bottom: 30px;
  }
  .top-contact-menu-wraper .header-btn {
    order: 4;
  }
  .top-contact-menu-wraper .menu-block-wrapper {
    min-width: calc(100% - 256px);
    order: 3;
    background: #1d263a;
    border-radius: 0px 0px 5px 0px;
  }
  .top-contact-menu-wraper .top-contact-block {
    order: 2;
    min-width: 50%;
    display: flex !important;
    justify-content: flex-end;
    padding-bottom: 8px;
  }
  .top-contact-menu-wraper .menu-block {
    margin-right: initial;
  }
}

.top-contact-block ul {
  display: flex;
  align-items: center;
}

.top-contact-block ul li {
  display: inline-flex;
  align-items: center;
}

.top-contact-block span {
  height: 30px;
  width: 1px;
  background: rgba(29, 36, 58, 0.12);
  margin: 0px 35px;
}

.top-contact-block img {
  margin-left: 12px;
}

.top-contact-block a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1d263a;
}

@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.site-menu-main {
  margin-bottom: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-right: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-right: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.navbar {
  /* padding-top: 20px;
  padding-bottom: 20px; */
}

@media (min-width: 992px) {
  .navbar {
    /* padding-top: 0;
    padding-bottom: 0; */
  }
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: #213053;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  position: relative;
}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 35px !important;
    padding-bottom: 33px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
}

.dark-mode-texts .nav-link-item {
  color: #fff;
}

.site-menu-main .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #fff;
  box-shadow: 2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 0px;
  transition: opacity 0.5s ease, top 0.5s ease, margin-top 0.5s ease,
    background-color 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    top: 100%;
    min-width: 227px;
    max-width: 227px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    right: 100%;
  }
}

.site-menu-main .sub-menu--item {
  color: var(--color-headings);
  font-size: 15px;
  font-weight: 600;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    color: #000;
  }
}

.site-menu-main .sub-menu--item &gt; a {
  color: inherit;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item &gt; a {
    transition: 0.4s;
  }
}

.site-menu-main .sub-menu--item:hover &gt; a {
  color: #1787fc;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding: 30px;
    min-width: 925px;
    right: 50%;
    transform: translateX(50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translateX(50%) translateY(-10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    right: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
}

@media (min-width: 1366px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1300px;
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s;
  color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-right: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-right: 0px;
    padding-left: 10px;
  }
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: #1787fc !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover &gt; .sub-menu {
    top: 100%;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 0px 0px 15px 15px;
    border-top: 3px solid #1787fc;
  }
}

.site-menu-main &gt; li .sub-menu &gt; ul &gt; li &gt; a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main &gt; li .sub-menu.mega-menu {
  right: 50%;
  transform: translateX(50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-right: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #000;
    width: 24px;
    position: relative;
  }
  .reveal-header .mobile-menu-trigger span {
    background-color: #fff !important;
  }
  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  .reveal-header .mobile-menu-trigger span:before,
  .reveal-header .mobile-menu-trigger span:after {
    background-color: #fff !important;
  }
  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #fff;
  }
  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #fff;
  }
  .site-header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .site-header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .site-header .menu-block.active {
    transform: translate(0%);
  }
  .site-menu-main &gt; li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .site-menu-main &gt; li &gt; a {
    line-height: 50px;
    height: 50px;
    padding: 0 15px 0 50px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-menu-main &gt; li &gt; a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .site-header .menu-block .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-menu-main &gt; li .sub-menu.mega-menu,
  .site-menu-main &gt; li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-menu-main &gt; li .sub-menu.active {
    display: block;
  }
  .site-menu-main &gt; li .sub-menu &gt; ul &gt; li &gt; a,
  .site-menu-main &gt; li .sub-menu.mega-menu &gt; .list-item &gt; ul &gt; li &gt; a {
    display: block;
  }
  .site-menu-main &gt; li .sub-menu.mega-menu &gt; .list-item &gt; ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-right: auto;
  }
  .site-menu-main a {
    display: flex;
    align-items: center;
  }
  .site-menu-main i {
    margin-right: 15px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .site-header--menu-center .navbar {
    /* padding-top: 20px;
    padding-bottom: 20px; */
  }
  .site-header--menu-center .menu-block-wrapper {
    /* position: absolute !important;
    left: 50%;
    transform: translateX(-50%); */
  }
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
}

.reveal-header {
  background: #0d152e !important;
}

.reveal-header .nav-link-item {
  color: #fff !important;
}

.reveal-header .btn {
  color: #fff !important;
}

.reveal-header .btn:hover {
  color: #fff !important;
}

.reveal-header .dark-version-logo {
  display: block !important;
}

.reveal-header .light-version-logo {
  display: none !important;
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover &gt; .sub-menu {
    top: 100%;
  }
  .reveal-header li.nav-item-has-children:hover &gt; .megamenu {
    top: 112%;
  }
}

.menu-block.active .nav-link-item {
  color: #000;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

ul.site-menu-main .nav-item i {
  transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i {
  transform: rotate(-180deg);
}

li.sub-menu--item.nav-item-has-children:hover i {
  transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
  transform: rotate(-90deg) !important;
  transition: all 0.4s ease-in-out;
}

.single-dropdown-block h3 {
  opacity: 0.5;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.1px;
  line-height: normal;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: none;
}

@media (min-width: 992px) {
  .single-dropdown-block h3 {
    display: block;
  }
}

.landing-2-menu .navbar {
  border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}

.btn {
  position: relative;
  z-index: 5;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  line-height: 28px;
  letter-spacing: -0.53px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.landing-1-menu .header-btn-l1 .btn {
  min-width: 129px;
  height: 45px;
  box-shadow: 0 16px 36px rgba(241, 139, 98, 0.3);
  border-radius: 15px;
  background-color: #ff7139;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
}

/*====================
      Banner CSS
======================*/
.brand-logo {
  position: absolute;
  top: 30px;
  right: -100px;
}
.site-menu-main {
  margin-top: 5px;
}
.site-menu-main .nav-link-item {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
.site-menu-main .nav-link-item:hover {
  color: #fdded8;
}
.banner-sec {
  background: url("../image/banner-sec.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 30px;
}
@media (min-width: 1400px) {
  .banner-sec .container {
    max-width: 1500px;
  }
  .site-wrapper .container {
    /* max-width: 1500px; */
  }
}
.banner-top-img {
  margin-bottom: -50px;
}
.banner-left-img {
  margin-top: -25px;
}
.banner-right-img {
  margin-top: -130px;
}
.banner-sec .col-lg-4 {
  padding: 0;
}
.banner-text {
  margin-top: 0px;
}
.banner-text h2 {
  color: #fff;
  font-size: 50px;
}
.banner-text h3 {
  color: #fff;
  font-size: 28px;
}
.banner-text a {
  /* text-transform: uppercase;
  background: #fff;
  box-shadow: 0 0 10px #fff;
  padding: 20px 50px;
  color: #f44b2c;
  font-size: 22px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 40px;
  transition: 0.7s;
  font-weight: 400; */
}
.banner-text a:hover {
  /* background: #f44b2c;
  color: #fff; */
}
.banner-bot-img {
  margin-top: -100px;
  float: left;
}
/*====================
      Help CSS
======================*/
.help-sec {
  background: url("../image/help-bg.png") no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.help-sec::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 245px;
  height: 220px;
  background: url(../image/sun.png) no-repeat;
  background-size: 100%;
}
.help-sec::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 45px;
  background-color: #efa34d;
  width: 360px;
  height: 25px;
  border-radius: 25px;
  transform: rotate(7deg);
}
.help-text {
  margin-top: 75px;
  padding-right: 50px;
}
.help-text h2 {
  color: #5e5e5e;
  font-weight: 400;
  font-size: 40px;
}
.help-text h2 span {
  color: #efa34d;
  font-weight: 700;
}
.help-text p {
  font-size: 18px;
  color: #000;
  line-height: 1.7;
}
.video-pop {
  position: relative;
}
.popup-youtube {
  width: 100px;
  height: 100px;
  background: #efa34d;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 36px;
  box-shadow: 0 0 10px #fff;
  position: absolute;
  right: 40%;
  top: 40%;
  transition: 0.5s;
}
.popup-youtube:hover {
  color: #efa34d;
  background: #fff;
  box-shadow: 0 0 20px #fff;
}
/*====================
     Committed CSS
======================*/
.committed-sec {
  margin-top: -50px;
  margin-bottom: 135px;
}
.committed-title {
  text-align: center;
  margin-bottom: 130px;
}
.committed-title h2 {
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 99;
}
.committed-title h2 span {
  color: #317016;
}
.committed-title h2:before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 250px;
  height: 11px;
  border-radius: 3px;
  background: #e5f8dd;
  z-index: -1;
}
.single-commit {
  position: relative;
}
.single-commit:before {
  content: "";
  position: absolute;
  right: -60px;
  top: -50px;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  background: #e5f8dd;
  z-index: -1;
}
.commit-text h3 {
  font-size: 27px;
  color: #317016;
  margin-top: 15px;
}
.commit-text p {
  font-size: 20px;
  color: #6d6d6d;
  line-height: 1.5;
}
/*====================
      Details CSS
======================*/
.details-sec {
  background: url("../image/deatil-bg.png") no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}
.details-sec::before {
  content: "";
  position: absolute;
  right: 0;
  top: -270px;
  width: 200px;
  height: 300px;
  background: url(../image/Help-Center-Character.png) no-repeat;
  background-size: 100%;
}
.details-sec .col-md-4 {
  padding: 0 25px;
}
.single-detail {
  height: 400px;
  /* width: 100%; */
  background-size: 100%;
  position: relative;
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 50px;
  /* transition: 0.7s; */
}
/* .single-detail:hover h3 {
  padding-top: 75px;
} */
/* .single-detail:hover p {
  display: block;
} */
.single-detail h3 {
  color: #fff;
  font-size: 35px;
  position: relative;
  z-index: 999;
  display: block;
  padding-top: 125px;
  /* transition: 0.5s; */
}
.single-detail p {
  display: block;
  position: relative;
  z-index: 999;
  color: #fff;
  /* display: none; */
}
.detail-01 {
  background: url("../image/home-sec2-1.jpg") no-repeat;
}
.detail-02 {
  background: url("../image/home-sec2-2.jpg") no-repeat;
}
.detail-03 {
  background: url("../image/home-sec2-3.jpg") no-repeat;
}
.detail-04 {
  background: url("../image/home-sec2-4.jpg") no-repeat;
}
.detail-05 {
  background: url("../image/home-sec2-5.jpg") no-repeat;
}
.detail-06 {
  background: url("../image/home-sec2-6.jpg") no-repeat;
}
.detail-01:before {
  /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.7; */
}
.detail-02:before {
  /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.8; */
}
.detail-03:before {
  /* content: "";
  left: 0;
  top: 0;
  background: #f44b2c;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.6; */
}

/*====================
      Events CSS
======================*/
.events-sec {
  /* background: url("../image/event-bg.png") no-repeat; */
  background-color: #fffff4;
  background-size: cover;
  /* padding-top: 90px;
  padding-bottom: 170px;
  position: relative; */
}
.events-title {
  text-align: center;
  margin-bottom: 80px;
}
.events-title h2 {
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 99;
}
.events-title h2 span {
  color: #317016;
}
.events-title h2:before {
  content: "";
  position: absolute;
  left: -35px;
  bottom: 5px;
  width: 150px;
  height: 8px;
  border-radius: 3px;
  background: #317016;
  z-index: -1;
  opacity: 0.3;
}

.single-event {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
}

.event-image {
  padding: 15px;
  padding-left: 0;
}
.event-text {
  padding: 15px;
}
.event-text .date span {
  color: #317016;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  display: block;
}
.event-text .sub-title a h5 {
  color: #1c455f;
  font-size: 24px;
}
.event-text .location a {
  color: #1c455f;
  font-size: 18px;
  margin-top: 70px;
  display: block;
}
.event-text .location a i {
  color: #efa34d;
  margin-left: 5px;
}
.event-date {
  padding: 15px 25px;
  background: url(../image/event-date.png) no-repeat;
  background-size: cover;
  transition: 0.7s;
  width: 30%;
  border-radius: 10px 0 0 10px;
  text-align: center;
}
.event-date h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  padding-top: 75px;
  transition: 0.7s;
}
.single-event:hover .event-date h3 {
  padding-top: 40px;
}
.event-date h3 span {
  font-size: 16px;
}
.event-date a {
  background: #fff;
  color: #e94f37;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 5px;
  font-weight: 400;
  display: none;
  box-shadow: 0 0 10px #fff;
  transition: 0.7s;
}
.single-event:hover .event-date a {
  display: inline-block;
}
.event-date a:hover {
  background: #e94f37;
  color: #fff;
}
.calender {
  background: url(../image/calender.png) no-repeat;
  background-size: 100%;
  width: 95%;
  height: 540px;
}
.cln-btn a {
  color: #393939;
  font-size: 18px;
  padding: 15px 25px;
  font-weight: 400;
  border: 1px solid #393939;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
}
.cln-btn a i {
  margin-right: 25px;
}

/*====================
        Testimonial CSS
  ======================*/
.testimonial-sec {
  padding-top: 125px;
  padding-bottom: 150px;
}
.review-slider {
  /* background: #f9f9f9;
  border-radius: 10px;
  padding: 50px 85px; */
  position: relative;
}
/* .review-slider:before {
  content: "";
  position: absolute;
  background: url("../image/left-quote.png") no-repeat;
  background-size: 100%;
  width: 95px;
  height: 80px;
  left: -45px;
  top: -40px;
} */
/* .review-slider:after {
  content: "";
  position: absolute;
  background: url("../image/testimonial-right.png") no-repeat;
  background-size: 100%;
  width: 245px;
  height: 208px;
  right: -60px;
  bottom: -60px;
  z-index: -1;
} */
.single-review p {
  font-size: 22px;
  color: #49494a;
  line-height: 1.7;
}
.single-review h5 {
  font-weight: 400;
  color: #0c186e;
  font-size: 25px;
  margin-top: 35px;
  margin-bottom: 0;
}
.single-review h6 {
  color: #848484;
  font-weight: 400;
  font-size: 19px;
  margin-top: 10px;
}
.review-slider .slick-dots {
  bottom: -50px;
  right: 0;
}
.review-slider .slick-dots li button:before {
  font-size: 50px;
}
.review-slider .slick-dots li:hover button:before {
  color: #efa34d;
}
.review-slider .slick-dots li.slick-active button:before {
  color: #efa34d;
}

/*====================
      Our Story CSS
======================*/
.our-story-sec {
  margin-bottom: 175px;
}
.single-story {
  height: 420px;
  border-radius: 50px;
  padding-top: 175px;
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s;
  text-align: center;
}
.single-story::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  transition: 0.5s;
}
.single-story:hover::before {
  background: rgba(0, 0, 0, 0.8);
}
.single-story-01 {
  background: url(../image/our-01.png) no-repeat;
  background-size: cover;
}

.single-story-02 {
  background: url(../image/our-02.png) no-repeat;
  background-size: cover;
}
.single-story-03 {
  background: url(../image/our-01.png) no-repeat;
  background-size: cover;
}
.single-story-04 {
  background: url(../image/our-01.png) no-repeat;
  background-size: cover;
}
.single-story-05 {
  background: url(../image/our-01.png) no-repeat;
  background-size: cover;
}
.single-story-01 {
  background: url(../image/our-01.png) no-repeat;
  background-size: cover;
}
.single-story h3 {
  position: relative;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}
.single-story a {
  position: relative;
  font-size: 16px;
  padding: 15px 50px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  margin-top: 100px;
  display: inline-block;
  transition: 0.5s;
}
.single-story a:hover {
  background: #fff;
  color: #efa34d;
}
/*====================
  Our Story Single CSS
======================*/
.our-story-single-sec {
  margin-top: 70px;
  margin-bottom: 120px;
}
.our-story-single-sec .title h2 {
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 60px;
  color: #0c186e;
}
.our-story-single-sec .title h2 span {
  font-weight: 700;
}
.our-story-image img {
  border-radius: 50px;
}
.our-story-single-content h3 span {
  font-weight: 400;
}
.our-story-single-content h3 {
  font-size: 26px;
  color: #f14c2c;
  margin: 0;
}
.our-story-single-content p {
  font-size: 14px;
  color: #0c186e;
  line-height: 32px;
  padding-left: 75px;
}
/*====================
      Mission CSS
======================*/
.mission-sec {
  margin-bottom: 225px;
  margin-top: 45px;
}

.mission-content p {
  font-size: 22px;
  color: #020101;
  line-height: 35px;
}

.mission-content p span {
  font-size: 25px;
  color: #f14c2c;
  font-weight: 700;
}
.mission-table {
  margin-top: 75px;
  margin-bottom: 100px;
}
.mission-table tr {
  line-height: 70px;
}
.mission-table td {
  border: 0;
}
.mission-table td:first-child {
  font-size: 25px;
  color: #f14c2c;
  font-weight: 700;
  width: 10%;
}
.mission-table td:last-child {
  font-size: 22px;
  color: #020101;
}
/*====================
      Award CSS
======================*/
.award-sec {
  margin-top: 35px;
  margin-bottom: 115px;
}

.single-award tr {
  margin-bottom: 15px;
  border-radius: 16px;
  background: #fff;
  display: block;
  border: 1px solid #707070;
}
.single-award td {
  padding: 0;
  border: 0;
}
.single-award td:first-child {
  width: 50px;
  position: relative;
  text-align: center;
}
.single-award td h5 {
  font-size: 25px;
  font-weight: 600;
  color: #ff9e3f;
  writing-mode: vertical-rl;
  text-align: center;
  margin-right: 5px;

  position: absolute;
  top: 50%;
  margin-top: -50%;
}
.single-award td h6 {
  font-size: 25px;
  font-weight: 600;
  color: #ff9e3f;
  writing-mode: vertical-rl;
  text-align: center;
  margin-right: 5px;

  position: absolute;
  top: 22%;
}
.single-award td h4 {
  font-size: 19px;
  font-weight: 800;
  color: #f14c2c;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-award td p {
  font-size: 14px;
  color: #000000;
  margin: 0;
  margin-top: 25px;
}
.single-award td:nth-child(2) {
  width: 170px;
}
.single-award td:nth-child(2) img {
  width: 170px;
}
.single-award td:last-child {
  padding: 25px;
}
/*====================
  Tour Video CSS
======================*/
.tour-video-sec {
  margin-top: 35px;
  margin-bottom: 200px;
}
.tour-video {
  height: 550px;
  line-height: 550px;
  background: url(../image/video-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
.tour-video::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.tour-video a {
  color: #fff;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(27, 26, 104, 0.6);
  display: inline-grid;
  position: relative;
  z-index: 99;
}
.tour-video a i {
  line-height: 75px;
  font-size: 32px;
}
/*====================
   Board member CSS
======================*/
.board-mem-img img {
  width: 100%;
}
.single-member {
  margin-bottom: 120px;
  text-align: center;
}
.member-image {
  background: #ffffff;
  padding: 10px;
  border-radius: 60px;
  display: inline-block;
}
.member-image img {
  border-radius: 60px;
}
.single-member a {
  display: block;
  margin-top: 30px;
  font-size: 21px;
  font-weight: 700;
  color: #f14c2c;
  line-height: 19px;
}
.single-member h6 {
  font-size: 15px;
  font-weight: 400;
  color: #0c186e;
  margin-top: 10px;
  line-height: 18px;
}
.single-member-content {
  background: #ff9e3f;
  padding: 40px 80px;
  border-radius: 120px 0 0 120px;
  margin-top: 15px;
  position: relative;
  margin-right: 50px;
}
.single-member-content::before {
  content: "";
  position: absolute;
  right: -5%;
  top: 0;
  width: 110%;
  height: 100%;
  border: 2px solid #0c186e;
  border-radius: 120px 0 0 120px;
}
.single-member-content::after {
  content: "";
  background: url(../image/bg-qout.png) no-repeat;
  background-size: 100% 100%;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  right: -120px;
  margin-top: -80px;
}
.single-member-content p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
/*====================
    Memberslider CSS
======================*/
.member-slider-sec {
  margin-bottom: 225px;
}

.member-slider .mem-img img {
  display: inline-block;
  border-radius: 20px;
  text-align: center;
}
.member-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.member-slider li {
  display: inline-block;
  margin: 3px;
}
.member-slider h3 {
  color: #1b1a68;
  font-size: 17px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.member-slider-sec .slider-arrow {
  position: relative;
}
.member-slider-sec .next {
  display: block;
  position: absolute;
  top: -200px;
  left: 0;
  cursor: pointer;
  border-radius: 40px;
  font-size: 22px;
  color: #fff;
  z-index: 99;
  width: 35px;
  height: 35px;
  background: #707070;
  border-radius: 100%;
  line-height: 35px;
}
.member-slider-sec .prev {
  display: block;
  position: absolute;
  top: -200px;
  right: 0;
  cursor: pointer;
  border-radius: 40px;
  font-size: 22px;
  color: #fff;
  z-index: 99;
  width: 35px;
  height: 35px;
  background: #707070;
  border-radius: 100%;
  line-height: 35px;
}
/*====================
      Desert CSS
======================*/
.desert-sec {
  margin-bottom: 150px;
}
.desert-sec .title h2 {
  text-align: center;
  font-size: 28px;
  color: #f14c2c;
  margin-bottom: 60px;
}
.desert-sec img {
  float: left;
}
/*====================
  Executive Team CSS
======================*/
.executive-team-sec {
  margin-bottom: 250px;
}
.executive-banner-image img {
  width: 100%;
  margin-bottom: 110px;
}
.executive-team-sec h3 {
  font-size: 28px;
  color: #0c186e;
  text-align: center;
}
.executive-team-sec h3 span {
  font-weight: 300;
}
.ex-team-single {
  margin-top: 50px;
  text-align: center;
  margin-top: 150px;
}
.ex-team-details {
  background: #0c186e;
  padding: 25px;
  border-radius: 25px;
  padding-top: 75px;
  margin-top: -60px;
}
.ex-team-details h4 {
  font-size: 21px;
  color: #ff9e3f;
}
.ex-team-details h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0;
}
.ex-team-content {
  background: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  border: 2px solid #0c186e;
  margin-top: 50px;
}
.ex-team-content p {
  color: #0c186e;
  font-size: 22px;
  line-height: 35px;
}
/*====================
    We Do CSS
======================*/
.back-btn {
  margin-right: 100px;
  margin-top: 50px;
  font-size: 25px;
  color: #0C186E;
  display: inline-block;
  font-weight: 400;
}
.we-do-sec {
  margin-bottom: 100px;
}
.we-do-content p,.ex-content p  {
  font-size: 22px;
  padding-right: 50px;
  line-height: 1.8;
}
.we-do-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 75px;
  margin-left: 50px;
}
.we-do-content ul li {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.do-member {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 75px;
  text-align: center;
  margin: 30px;
}
.do-mem-slider .do-member {
  margin: 0;
  width: 80% !important;
  margin-top: 50px;
}
.do-member .image img {
  border-radius: 65px;
  width: 100%;
}
.do-member .do-content h3 a {
  color: #0C186E;
  font-size: 28px;
  margin-top: 25px;
  display: inline-block;
}
.do-member .do-content p {
  color: #234602;
  font-size: 19px;
  line-height: 35px;
}
.do-member .do-content .read-more {
  font-size: 19px;
  font-weight: 700;
  padding: 15px 35px;
  border-radius: 10px;
  background: #F14C2C;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
}
.extra-text-sec {
  margin-bottom: 150px;
}
.ex-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-right: 50px;
}

.ex-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #FF9E3F;
  line-height: 30px;
  margin-right: 100px;
  position: relative;
}
.ex-content h3 span {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FF9E3F;
  display: inline-block;
  right: -50px;
  top: -3;
  text-align: center;
  line-height: 35px;
  color: #fff;
}
.ex-content h4 img {
  height: 35px;
  width: 35px;
  margin-left: 10px;
}
.ex-content-img img {
  border-radius: 65px;
  float: left;
}
.do-video-sec {
  margin-bottom: 50px;
  margin-top: 50px;
}
.do-video-sec .video-panel {
  height: 445px;
  line-height: 445px;
  background: #837C74;
}
.do-video-sec .video-panel a {
  color: #fff;
  border-radius: 50%;
  background: #EFA34D;
  z-index: 99;
  display: inline-grid;
  position: relative;
  width: 75px;
  height: 75px;
}
.do-video-sec .video-panel a i {
  color: #fff;
  font-size: 28px;
  line-height: 75px;
}
.do-video-sec h5 {
  font-size: 26px;
  line-height: 45px;
  color: #000;
  padding: 0 150px ;
  margin-top: 35px;
}
.do-content h4 {
  font-size: 29px;
  color: #1B1A68;
  line-height: 1.6;
}
.do-content h4 span {
  width: 16px;
  height: 16px;
}
.do-content p {
  font-size: 18px;
  line-height: 32px;
  color: #0C186E;
  margin-top: 25px;
}
.unit-image img {
  border-radius: 65px;
}
/*====================
    timeline CSS
======================*/
.timeline-sec {
  margin-bottom: 50px;
}
.timeline {
  width: 100%;
  margin: 0 auto;
}
.timeline .events ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.timeline .events ul::before {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
  height: 5px;
  background: #B5B5B5;
  right: 0%;
}
.timeline .events ul li {
  position: relative;
  transition: .5s;
}
.timeline .events ul li:before {
  content: '';
  position: absolute;
  bottom: -30px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #B5B5B5;
  right: 50%;
  margin-right: -10px;
}
.timeline .events ul li.selected:before {
  content: '';
  position: absolute;
  bottom: -35px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0C186E;
  right: 50%;
  margin-right: -10px;
}
.timeline .events ul li:hover:before {
  content: '';
  position: absolute;
  bottom: -35px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0C186E;
  right: 50%;
  margin-right: -10px;
}
.timeline .events ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #B5B5B5;
}
.timeline .events ul li.selected a {
  color: #0C186E;
}
.timeline .events ul li:hover a {
  color: #0C186E;
}
.timeline-text {
  margin-top: 100px;
  margin-bottom: 75px;
}
.timeline-text h3 {
  font-size: 30px;
  font-weight: 700;
  color: #0C186E;
}
.timeline-text p {
  font-size: 22px;
  line-height: 45px;
  color: #000000;
  font-weight: 400;
}
.timeline-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 25px;
}
.timeline-text li {
  font-size: 22px;
  line-height: 45px;
  color: #000000;
  font-weight: 400;
}
/*====================
  time slider CSS
======================*/
/* Position the image container (needed to position the left and right arrows) */
.time-slider {
  position: relative;
  margin-top: 100px;
  transition: .5s;
}

/* Hide the images by default */
.time-slider .mySlides {
  display: none;
  transition: .5s;
}
.time-slider .mySlides img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 15px;
  transition: .5s;
}
/* Add a pointer when hovering over the thumbnail images */
.time-slider .cursor {
  cursor: pointer;
}

.time-slider .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.time-slider .column {
  float: right;
  width: 25%;
}
.time-slider .column img {
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}
/* Add a transparency effect for thumnbail images */
.time-slider .demo {
  opacity: 0.4;
  transition: .5s;
}

.time-slider .active,
.time-slider .demo:hover {
  opacity: 1;
}
/*====================
      Footer CSS
======================*/
/*====================
      Footer CSS
======================*/
/*====================
      Footer CSS
======================*/
/*====================
      Footer CSS
======================*/
.footer-sec {
  background: url("../image/footer-bg.png") no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}
.footer-sec:before {
  content: "";
  position: absolute;
  left: -100px;
  top: -225px;
  background: url("../image/Help-Center-Characters18.png");
  width: 450px;
  height: 320px;
  z-index: 999;
}
.mission-footer.footer-sec:before {
  background: url("../image/mission-footer.png");
}
.footer-sec:after {
  content: "";
  position: absolute;
  right: -100px;
  top: -220px;
  background: url("../image/Help-Center-Characters-painting.png");
  width: 400px;
  height: 280px;
  z-index: 999;
}
.footer-af:after {
  display: none !important;
}
.footer-bf:before {
  display: none !important;
}
.footer-content h4 {
  color: #fff;
  font-size: 20px;
  position: relative;
  margin-bottom: 35px;
}
.footer-content h4:before {
  content: "";
  width: 36px;
  height: 6px;
  border-radius: 3px;
  background: #f44b2c;
  bottom: -15px;
  right: 0;
  position: absolute;
}
.footer-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-content li {
  line-height: 2;
}
.footer-content li a {
  font-size: 15px;
  color: #fff;
}
.footer-content li a i {
  margin-left: 5px;
}
.footer-bottom {
  padding: 25px 0;
  border-top: 2px dotted #edeffd;
  border-bottom: 2px dotted #edeffd;
  margin-top: 50px;
}
.footer-bottom-left li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.footer-bottom-left li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  background: #fff;
  height: 15px;
  width: 2px;
}
.footer-bottom-left li:first-child {
  margin-right: 0;
}
.footer-bottom-left li:last-child:before {
  display: none;
}
.footer-bottom-left li a {
  color: #fff;
  font-size: 16px;
}

.footer-bottom-right {
  text-align: left;
}
.footer-bottom-right li {
  display: inline-block;
  margin: 0 10px;
}
.footer-bottom-right li:last-child {
  margin-left: 0;
}
.footer-bottom-right a i {
  color: #fff;
  font-size: 18px;
}

/*====================
    Contact CSS
======================*/
.contact-us-sec {
  margin-top: 75px;
  margin-bottom: 50px;
}
.contact-us-sec h3 {
  color: #0C186E;
  font-size: 36px;
  margin-right: 50px;
}
.contact-details {
  margin-right: 75px;
}
.contact-details p {
  color: #FF9E3F;
  font-size: 19px;
}
.contact-details p b {
  font-size: 24px;
  margin-left: 5px;
}
.contact-details p a {
  color: #FF9E3F;
  text-decoration: underline !important;
}
.location-area {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
.location-area h4 {
  color: #0C186E;
  font-size: 24px;
  margin-bottom: 25px;
}
.location-area iframe {
  width: 100%;
  height: 500px;
  border-radius: 15px;
}
.contact-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-top: 25px;
}
.contact-icons li {
  display: inline-block;
  font-size: 25px;
  margin-right: 20px;
}
.contact-icons li .fa-facebook {
  color: #4267B2;
}
.contact-icons li .fa-twitter-square {
  color: #1DA1F2;
}
.contact-icons li .fa-instagram {
  color: #79094f;
}
.contact-form-sec {
  margin-top: 75px;
  margin-bottom: 100px;
}
.contact-form-sec h3 {
  color: #0C186E;
  font-size: 36px;
  margin-bottom: 50px;
  margin-right: 50px;
}
.contact-form {
  background: #FAECDB;
  padding: 50px;
  border-radius: 50px;
}
.contact-form input.form-control {
  height: 55px;
  margin-bottom: 25px;
  box-shadow: none;
  border-radius: 0;
}
.contact-form textarea.form-control {
  box-shadow: none;
  border-radius: 0;
}
.contact-btn {
  background: #0C186E;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-top: 25px;
}
.contact-btn:hover {
  color: #fff;
}

/*====================
      FAQ CSS
======================*/
.faq-sec {
  margin-top: 50px;
  margin-bottom: 150px;
}
.faq-sec .title h2 {
  color: #1B1A68;
  font-size: 36px;
  margin-bottom: 50px;
}
.faq-sec .accordion-item .accordion-button {
  border-radius: 0;
}
.faq-sec .accordion-button,.faq-sec .accordion-item:last-of-type .accordion-button.collapsed {
  border: 2px solid #1B1A68;
  padding: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #1B1A68;
  margin-bottom: 25px;
  border-radius: 0;
}
.faq-sec .accordion-button:focus {
  box-shadow: none;
  border-color: #777;
}
.faq-sec .accordion-collapse {
  border: none;
}

.faq-sec .accordion-header {
  border-radius: 0;
}
.faq-sec .accordion-button:not(.collapsed),.faq-sec .accordion-button:focus {
  background: transparent;
  color: #1B1A68;
  border: 2px solid #1B1A68;
}
.faq-sec .accordion-body {
  padding: 0;
  padding-bottom: 25px;
}
.faq-sec .accordion-body p {
  margin-top: 0;
  font-size: 16px;
  color: #000000;
  line-height: 2;
  margin-bottom: 0;
  background: #E2E4F2;
  padding: 35px;
  padding-bottom: 75px;
  position: relative;
}

.faq-sec .accordion-button:after {
  /* symbol for "opening" panels */
  font-family:'FontAwesome';
  content:"\f067";
  float: left;
  color: inherit;
  background: none;
  color: #1B1A68;
}
.faq-sec .accordion-button:not(.collapsed)::after {
  /* symbol for "collapsed" panels */
  content:"\f068";
  background: none;
  color: #1B1A68;
}

/*====================
    volunteer-sec CSS
======================*/
.volunteer-sec {
  margin-top: 75px;
  margin-bottom: 150px;
}
.volunteer-img img {
  width: 100%;
  margin-bottom: 75px;
}
.volunteer-content {
  padding: 0 75px ;
}
.volunteer-content h3 {
  font-size: 36px;
  color: #1B1A68;
}
.volunteer-content p {
  padding-right: 25px;
  font-size: 22px;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 50px;
}
.single-program {
  margin-bottom: 75px;
  position: relative;
}
.single-program h4 {
  font-size: 19px;
  color: #FF9E3F;
}
.single-program h4 span {
  background: #FF9E3F;
  color: #FFF;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  font-size: 15px;
  margin-left: 3px;
}
.single-program p {
  font-size: 18px;
  padding-right: 0;
  margin-bottom: 20px;
  width: 90%;
}
.single-program a {
  color: #FFF;
  background: #FF9E3F;
  display: inline-block;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;

  position: absolute;
  left: 0;
}

.volunteer-img img {
    border-radius: 100px;
}

/*====================
    involvement CSS
======================*/
.involvement-sec {
  margin-bottom: 150px;
}
.involvement-sec h3 {
  color: #1B1A68;
  font-size: 26px;
}
.involvement-sec p {
  color: #000000;
  font-size: 14px;
}
.involvement-sec .section-title p {
  font-size: 18px;
}
.involvement-sec img {
  width: 92%;
}
.involvement-sec a {
  color: #FF9E3F;
  border: 1px solid #FF9E3F;
  background: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  transition: .5s;
}
.involvement-sec a:hover {
  color: #fff;
  background: #FF9E3F;
}
.intern-text {
  margin-top: 75px;
  margin-left: 75px;
}
.intern-img,.fann-img,.comm-img {
  text-align: left;
}
.corporate-text {
  margin-top: 100px;
  margin-right: 75px;
}
.fann-text {
  margin-top: 75px;
  margin-left: 75px;
}
.seminar-text span {
  width: 60%;
  display: block;
}
.seminar-text span b {
  font-weight: 700;
  color: #000;
  margin-top: 15px;
  display: inline-block;
}
.comm-text {
  margin-top: 50px;
  margin-left: 75px;
}

/*====================
    affiliation CSS
======================*/
.affiliation-sec {
  margin-bottom: 150px;
}
.affiliation-sec
.section-title {
  margin-bottom: 50px;
}
.single-affiliation {
  padding: 15px;
  background: #fff;
  height: 150px;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to right, #F26522, #8DC53E);
  text-align: center;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.single-affiliation img {
  max-width: 100%;
}
/*====================
    Partner CSS
======================*/
.partner-sec {
  margin-bottom: 150px;
}
.partner-sec .section-title {
  margin-bottom: 50px;
}
.single-partner {
  padding: 15px;
  background: #fff;
  height: 120px;
  border: 4px solid;
  border-image-slice: 1;
  border-width: 4px;
  border-image-source: linear-gradient(to right, #F26522, #8DC53E);
  text-align: center;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.single-partner img {
  max-width: 100%;
}
/*====================
    Wishlist CSS
======================*/
.wishlist-sec {
  margin-bottom: 200px;
}
.wish-image {
  padding: 50px;
  padding-top: 0;
}
.wish-image img {
  width: 100%;
}
.wish-content p {
  font-size: 28px;
  color: #0C186E;
  font-weight: 700;
  line-height: 1.8;
}
.wish-content a {
  margin-top: 100px;
  text-align: center;
  display: inline-block;
}

/*====================
    Our shop CSS
======================*/
.our-shop-sec {
  margin-bottom: 100px;
}
.single-product {
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0,0,0,.16);
  padding: 15px;
}
.product-image img {
  width: 100%;
  margin-bottom: 15px;
}
.product-content h4 a {
  color: #1B1A68;
  font-size: 14px;
  font-weight: 500;
}
.product-content p {
  font-size: 12px;
  margin-bottom: 25px;
  margin-top: 0;
}
.product-btn {
  text-align: left;
  display: block;
}
.product-btn a {
  display: block;
  font-size: 15px;
  color: #FF9E3F;
  text-decoration: underline !important;
  font-weight: 700;
  display: inline-block;
}
</pre></body></html>