@import "../font/bootstrap-icons.min.css";
@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;family=Syne:wght@600;700;800&amp;display=swap";
body {
  font-family: manrope, sans-serif;
  font-size: 14px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: syne, sans-serif;
}
a {
  text-decoration: none;
  color: #1b1b1b;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #283897;
}
.btn {
  font-size: 14px;
  padding: 12px 30px !important;
  font-weight: 600;
}
.btn-primary {
  background: #283897;
  background: linear-gradient(
    135deg,
    hsla(231, 58%, 38%, 1) 0%,
    hsla(231, 100%, 50%, 1) 100%
  );
  background: -moz-linear-gradient(
    135deg,
    hsla(231, 58%, 38%, 1) 0%,
    hsla(231, 100%, 50%, 1) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    hsla(231, 58%, 38%, 1) 0%,
    hsla(231, 100%, 50%, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#283897",endColorstr="#FF6A00",GradientType=1 );
  border-color: #283897 !important;
  color: #fff;
}
.btn-primary:hover {
  background: #283897;
  background: linear-gradient(
    360deg,
    hsla(231, 58%, 38%, 1) 0%,
    hsla(231, 100%, 50%, 1) 100%
  );
  background: -moz-linear-gradient(
    360deg,
    hsla(231, 58%, 38%, 1) 0%,
    hsla(231, 100%, 50%, 1) 100%
  );
  background: -webkit-linear-gradient(
    360deg,
    hsla(231, 58%, 38%, 1) 0%,
    hsla(231, 100%, 50%, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#283897",endColorstr="#FF6A00",GradientType=1 );
  border-color: #283897 !important;
  color: #fff;
}
.btn-outline-primary {
  border-color: #283897 !important;
  color: #283897;
}
.btn-outline-primary:hover {
  background-color: #283897 !important;
  border-color: #283897 !important;
  color: #fff;
}
.bg-primary {
  background-color: #283897 !important;
}
.shadow {
  box-shadow: 0 10px 40px 0 rgba(47, 47, 47, 0.1) !important;
}
.bg-light {
  background-color: #fef5e3 !important;
}
.bg-light-gra{
  --bs-bg-opacity: 1;
      background-color: rgba(248, 249, 250, var(--bs-bg-opacity)) !important;
}
.text-primary {
  color: #283897 !important;
}
.bg-homepage {
  background-image: url(../img/banner-4.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-purple{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.play-button {
  left: 44%;
  top: 38%;
}
.people-img {
  width: 70px;
}
.some-insight-video {
  margin-bottom: -18rem;
}
.some-insight-video-play-button {
  left: 46%;
}
.build-something-together {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/20618\ \(1\).jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -10rem;
}
.box:hover {
  background-color: #283897;
  border-color: #283897 !important;
  color: #fff;
  transition: ease 0.5s;
}
.box:hover i {
  color: #fff !important;
}
.design:hover .overlay {
  opacity: 0.9 !important;
  transition: ease 0.5s;
}
.credit-profile-img {
  width: 40px;
}
.posted-profile {
  width: 22px;
}
.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}
.transition-3d-hover:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.gradient-text {
  color: #000;
}
.icon {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-img {
  width: 40px;
}
.admin-icon {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-sm {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-nav a.nav-link.py-4 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.osahan-main-nav{
    border-bottom: 1px solid rgba(242, 242, 242, 0.85);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.osahan-main-nav .fixed-top{
    animation: fadeInDown 0.3s ease-out forwards;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.elements-nav{
    position: relative !important;
    margin-bottom: 60px;
}
.osahan-main-nav .logo img{
    width: 100%;
    height: 70px;
}
.app-nav .navbar-nav .nav-link:hover {
  color: #283897;
}
.app-nav .navbar-nav .nav-link.active {
  color: #283897;
}
.osahan-header-logo .logo {
  height: 30px;
}
.navbar-nav .dropdown-menu {
  box-shadow: 0 24px 21px rgb(0 0 0/11%) !important;
}
#services .card img{
    height: 220px;
}
#services .card{
    border: none !important;
}
#services .card .card-title{
    font-size: 26px;
    font-weight: 600;
}
#services .card .card-title:hover{
    text-decoration: underline;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@keyframes dropdown-show {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInDown {
    from {
      opacity: 0;
      transform: scale(0.9);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
.dropdown-menu:hover .dropdown-item {
  opacity: 0.6;
}
.dropdown-menu .dropdown-item:hover {
  opacity: unset;
  font-weight: 500;
}
.dropdown-item {
  transition: all 0.2s ease-in-out;
  padding-right: 40px;
}
.dropdown-item:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.dropdown-item:after {
  content: "\ea6c";
  font-family: remixicon !important;
  font-style: normal;
  position: absolute;
  right: 0;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dropdown-item:hover:after {
  opacity: unset;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dropdown-item {
  position: relative;
}
#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 10px 40px 0 rgba(47, 47, 47, 0.1) !important;
  background-color: #fff;
  color: #2d2a3e;
  width: 50px;
  border-radius: 100px;
  cursor: pointer;
  height: 50px;
  border: 3px solid #ebebeb;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
#back-to-top:hover {
  box-shadow: 0 10px 40px 0 rgba(47, 47, 47, 0.1) !important;
  background-color: #2d2a3e;
  color: #fff;
}
#sidebar .offcanvas-header .link-light {
  color: #000 !important;
}
#sidebar .offcanvas-body .nav-item .nav-link {
  text-align: center;
  padding: 15px 20px !important;
}
#sidebar .offcanvas-body .nav-item.dropdown {
  position: unset !important;
}
#sidebar .offcanvas-body .dropdown-menu {
  position: relative !important;
  transform: unset !important;
  box-shadow: none !important;
}
#sidebar .offcanvas-body .dropdown-menu .dropdown-mega-content .col-lg-3 {
  border: none !important;
  padding: 15px !important;
  text-align: center;
}
.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
[data-bs-theme="dark"] .page-loading {
  background-color: #121519;
}
.page-loading.active {
  opacity: 1;
  visibility: visible;
}
.page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.page-loading.active > .page-loading-inner {
  opacity: 1;
}
.page-loading-inner > span {
  display: block;
  font-family: inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #6f788b;
}
[data-bs-theme="dark"] .page-loading-inner > span {
  color: #fff;
  opacity: 0.6;
}
.page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  vertical-align: text-bottom;
  background-color: #d7dde2;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}
[data-bs-theme="dark"] .page-spinner {
  background-color: rgba(255, 255, 255, 0.25);
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#about h1{
  color: #423e3e;
  font-size: 31px;
}
#about .lead{
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}
.bg-img{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/2233.jpg);
}
.page-title-section{
    background-size:cover;
    background-position:center;
    padding: 80px 0
}
.page-title-section h1{font-size:60px;font-weight:600;letter-spacing:1px;line-height:1;color:#fff;margin-bottom:0}
.page-title-section ul{margin-bottom:0;margin-top:15px}
.page-title-section ul li{display:inline-block}
.page-title-section ul li:last-child a{color:#2c7ae7}
.page-title-section ul li:after{
    content:"\f1d5";
    color:#fff;
    font-weight:700;
    padding:0 10px;
    vertical-align:middle
}
.page-title-section ul li:last-child:after{content:none}
.page-title-section ul li a{color:#fff;font-size:18px;font-weight:500}
@media screen and (max-width: 991px){
    .page-title-section{padding:90px 0}
    .page-title-section h1{font-size:48px}
}
@media screen and (max-width: 767px){
    .page-title-section{padding:70px 0}
    .page-title-section h1{margin-bottom:10px;font-size:30px;line-height:30px}
    .page-title-section ul{margin-top:5px}
}