@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Maven+Pro:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap');

html {
  scroll-behavior: smooth;
}
body{
  font-family: 'poppins', sans-serif;
  overflow-x: hidden!important;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
}

*{
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

.loader-container {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #134e97;
  z-index: 99999 !important;
  text-align: center;
  overflow:hidden;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.16s;
  color: #fff;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.loader,
.loader::before,
.loader::after {
    background-color: #fff;
    width: 10px;
    height: 40px;
    animation: load 1s ease-in-out infinite;
    -webkit-animation: load 1s ease-in-out infinite;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.16s;
    color: #fff;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}
.loader::before,
.loader::after{
    content: '';
    position: absolute;
    top: 0;
}
.loader::before{
    left: -15px;
    animation-delay: 0.32s;
}
.loader::after {
    left: 15px;
}

@keyframes load{
    0%, 80%, 100%{
        height: 40px;
        box-shadow: 0 0;
    }
    40%{
       height: 50px;
       box-shadow: 0 -24px;
    }
}

body::-webkit-scrollbar {
    width: 8px;
}
body.thin::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #f6f6f6;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #8b8b8b;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #8b8b8b;
}

a {
  text-decoration: none !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  color: #000;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
a:focus,
a:active,
button:focus,
button:active,
input:active,
input:focus,
select:active,
select:focus,
textarea:focus,
textarea:active {
  box-shadow: none !important;
  outline: 0 !important;
}

.go-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  bottom: 60px;
  z-index: 2500;
  text-align: center;
  line-height: 46px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.go-top:hover {
  background-color: #0c4891;
  color: #fff;
}
.mob-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 2900;
}
.mob-overlay.active {
  opacity: .85;
  visibility: visible;
  transition: all .3s;
}
.sidebar-wrapper {
  display: none;
}

/*start header navbar */
.info__nav {
  padding: 20px 0;
  background-image: url(../img/frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #000;
}
.main_logo img {
  max-width: 237px;
}
.infoCont_wrap {
  display: flex;
  align-items: center;
}
.cont__num {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
}
.contact_icon {
  margin-inline-end: 6px;
}
.contact_number {
  color: #fff;
  font-size: 22px;
}
.info__divider {
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: #fff;
  margin: 0 28px;
}
.social__link {
  color: #fff;
  font-size: 20px;
  margin: 0 12px;
}
.social__link:hover, .contact_number:hover {
  color: #0584EF;
}
.info__flexB {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.desktop__menu {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerNav {
  background-color: #fff;
  border-bottom: 5px solid #fafafa;
}
.my__navbar .nav-link {
  font-size: 20px;
  font-weight: 500;
  color: #282828;
  padding: 0;
  padding-inline-end: 50px;
}
.my__navbar .nav-item.active .nav-link,
 .my__navbar .nav-link:hover {
  color: #0584EF;
}
.lang__btn {
  color: #282828;
  font-size: 24px;
}
.lang__btn:hover {
  color: #0584EF;
}
.navbar-toggler {
  color: #fff;
  padding: 0;
  font-size: 28px;
}


/*** start header section ***/
.header__card {
  position: relative;
  height: 100%;
}
.header__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.colFlex__end {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}
.colFlex__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 38px;
}
.white__bk {
  padding: 15px 50px 15px 19px;
  background-color: rgba(255, 255, 255, 0.84);
  margin-bottom: 22px;
  width: fit-content;
}
.white__bk h3 {
  color: #000;
  font-size: 28px;
  font-style: italic;
}
.dark__bk {
  padding: 14px 23px 20px 19px;
  background-color: rgba(0, 0, 0, 0.87);
  width: fit-content;
}
.dark__bk h4 {
  color: #fff;
  font-size: 26px;
  font-style: italic;
}

/*** start about section ***/
.about__section {
  padding: 114px 0 60px 0;
}
.relative__container {
  position: relative;
  padding-inline-start: 50px;
}
.relative__container::before {
  position: absolute;
  content: '';
  width: 19px;
  height: 161px;
  background-color: #0584EF;
  left: 0;
  top: 0;
}
.about__title {
  color: #000;
  font-size: 44px;
  margin-bottom: 10px;
}
.about__des {
  color: #000;
  font-size: 24px;
}

/*** start events section ***/
.events__section {
  padding: 60px 0;
}
.title__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 31px;
  border-bottom: 1px solid #0584EF;
  margin-bottom: 40px;
}
.main__title {
  font-size: 36px;
  color: #000;
}
.show__link {
  font-size: 12px;
  color: #0584EF;
}
.event__card {
  font-family: 'Maven Pro', sans-serif;
  background: #FFF;
  border: 1px solid #ECEFF4;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin: 0 10px;
}
.event__thumb {
  display: block;
  width: 100%;
  position: relative;
}
.users__span {
  position: absolute;
  left: 27px;
  bottom: 20px;
  z-index: 2;
  width: 74px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.ev__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
}
.evCard__content {
  padding: 18px 20px;
}
.user__icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-inline-end: 7px;
}
.user__icon::before {
  content: url(../img/user.svg);
}
.user__num {
  color: #02A1F5;
  font-size: 14px;
}
.event__date {
  display: block;
  font-size: 14px;
  color: #777795;
  margin-bottom: 8px;
}
.evCard_title {
  font-weight: 800;
  font-size: 22px;
  color: #0A0A0A;
  margin-bottom: 8px;
  max-width: 370px;
}
.evCard__content p {
  font-size: 16px;
  color: #4D4D4D;
  margin-bottom: 25px;
}
.subs__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 36px;
  border: 1px solid #0584EF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 12px;
  color: #0584EF;
  overflow: hidden;
}

/*** start clients section **/
.clients__section {
  margin: 100px 0;
  background-color: #0584EF;
  padding: 28px 0 120px 0;
}
.clients__container {
  background-image: url(../img/bk.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.center__title {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  width: fit-content;
  padding: 20px;
  border-bottom: 10px solid #D9D9D9;
  margin: auto;
  margin-bottom: 70px;
}
.client__card {
  font-family: 'Inter', sans-serif;
  height: 390px;
  padding: 37px 16px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  text-align: center;
}
.clientCard__img {
  display: block;
  width: 140px;
  height: 124px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
}
.clientCard_name {
  color: #000;
  font-size: 18px;
  margin-bottom: 12px;
}
.client__card p {
  font-size: 16px;
  color: #6D6D6D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/*** start gallery section ***/
.gallery__Card {
  position: relative;
  height: 462px;
  width: 100%;
}
.galCard__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galCard__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 38px;
}
.album__btn {
  width: 210px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: italic;
  color: #000;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.84);
}
.album__btn i {
  margin-inline-start: 6px;
  font-size: 14px;
}

/*** start teams section ***/
.team__Card {
  position: relative;
  width: 100%;
  height: 347px;
}
.teamCard__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teamCard__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 26px;
}
.teamCard__name {
  font-weight: 700;
  font-size: 18px;
  color: #02A1F5;
  display: block;
}
.job__title {
  display: block;
  font-size: 15px;
  color: #FFF;
}
.mb__90 {
  margin-bottom: 90px;
}

/*** start news section ***/
.news__Card {
  padding: 12px;
  display: flex;
  font-family: 'Maven Pro', sans-serif;
  min-height: 293px;
  background: #FFF;
  border: 1px solid #ECEFF4;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.newsCard__thumb {
  display: block;
  width: 46%;
  min-width: 46%;
  position: relative;
}
.newsCard__img {
  min-width: 100%;
  width: 100%;
}
.three_line p {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 400px;
}

/*** start footer ***/
footer {
  background-image: url(../img/Frame2.png);
  background-color: #000;
}
.footer__wrapper {
  padding-block: 50px;
}
.footer__logo {
  display: inline-block;
  margin-inline-end: 10px;
}
.footer__logo img {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.flinks__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer__link {
  font-size: 18px;
  color: #FFF;
}
.copy__rights {
  padding: 31px 0;
  color: #fff;
  font-size: 14px;
}
.copy__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.all_rights {
  color: #fff;
  font-size: 14px;
  margin-inline-end: 30px;
}
.copyLink {
  color: #fff;
  font-size: 14px;
  margin-inline-end: 30px;
  text-decoration: underline;
}

/*** about page ***/
.topInner__Section {
  padding: 118px 0 80px 0;
  background-image: url(../img/about.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.breadcrumb {
  justify-content: center;
  background-color: transparent;
  font-size: 26px;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: "|";
  color: #fff;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
  font-weight: 500;
}

/*** event page ***/
.innerEvent__card {
  margin: unset;
  margin-bottom: 66px;
  width: 100%;
}
.nav-tabs.events__tabs {
  border-bottom: 3px solid #EBF5FF;
  margin-bottom: 50px;
}
.nav-tabs .nav-link {
  color: #CCCCCC;
  font-size: 20px;
  border: none;
  border-bottom: 3px solid #EBF5FF;
  margin-inline-end: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #0584EF;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #0584EF;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 3px solid #0584EF;
}
.dotts {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #CCCCCC;
  margin-inline-end: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.pagination {
  align-items: center;
  justify-content: flex-end;
}
.page-link {
  margin-inline: 3px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-item:first-child .page-link {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #0584EF;
  margin-inline-end: 16px;
  color: #fff;
}
.page-item:last-child .page-link {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #CCCCCC;
  margin-inline-start: 16px;
  color: #fff;
}
.mb__30 {
  margin-bottom: 30px;
}
.mb__48 {
  margin-bottom: 48px;
}
.font__lg {
  font-size: 30px;
}
.mb__120 {
  margin-bottom: 120px;
}
.blog__details_wrap p {
  font-size: 22px;
  color: #4D4D4D;
}

/*** contact page ***/
.contact__section {
  padding: 120px 0;
}
.centerBold_title {
  font-size: 44px;
  color: #191919;
  margin-bottom: 46px;
  text-align: center;
}
.sm__title {
  font-size: 18px;
  color: #757575;
  margin-bottom: 66px;
  text-align: center;
}
.contact__form {
  border-bottom: 1px solid #DEDEDE;
}
.contact__form .form-control {
  padding-inline-start: 20px;
  background: rgba(248, 248, 248, 0.88);
  border: 1px solid rgba(123, 95, 57, 0.28);
  height: 60px;
  font-size: 16px;
  color: #555555;
  margin-bottom: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.contact__form .form-control::placeholder {
  font-size: 16px;
  color: #757575;
}
.contact__form textarea {
  min-height: 260px;
  resize: none;
}
.submit__btn {
  display: block;
  margin: 74px 0;
  height: 70px;
  width: 354px;
  background-color: #02A1F5;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.info__row__details {
  padding-top: 78px;
}
.contact__card {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #191919;
  color: #fff;
  font-size: 16px;
  padding: 25px 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.contact__card:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.contact__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  font-size: 30px;
  border: 2px solid #FFFFFF;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
.call__icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url(../img/phone-call.svg);
  background-size: cover;
}
.map__icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url(../img/map-pin.svg);
  background-size: cover;
}
.contact__des {
  padding-inline-start: 20px;
  max-width: 190px;
}
.contact__des span, .contact__des a {
  display: block;
  color: #fff;
  font-size: 16px;
}

/*** gallery details ***/
.grid__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 22px;
  row-gap: 17px;
}
.wide__column {
  grid-column: 3/5;
  grid-row: 1/3;
}
.category__card {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.category__card img {
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.category__card:hover img{
  transform: scale(1.3)rotate(-10deg);
  -webkit-transform: scale(1.3)rotate(-10deg);
  -moz-transform: scale(1.3)rotate(-10deg);
  -ms-transform: scale(1.3)rotate(-10deg);
  -o-transform: scale(1.3)rotate(-10deg);
}
.about__des p{
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}