/*----------------------------------------*/


/*  Google Fonts
/*----------------------------------------*/


/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*  Theme default CSS
/*----------------------------------------*/

body {
  background: #ffffff;
  color: #353e68;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 32px;
}

img {
  max-width: 100%;
}

a:focus {
  outline: 0px solid;
}

ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  padding: 0px;
  margin: 0px;
}

p {
  margin: 0 0 25px;
  color: #353e68;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000;
}

h1 {
  font-size: 64px;
  line-height: 84px;
  margin: 0 0 15px;
}

h2 {
  font-size: 52px;
  line-height: 72px;
  margin: 0 0 15px;
}

h3 {
  font-size: 40px;
  line-height: 49px;
  margin: 0 0 15px;
}

h4 {
  font-size: 38px;
  line-height: 45px;
  margin: 0 0 15px;
}

h5 {
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 10px;
}

h6 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 5px;
}

.mg-auto {
  margin: 0 auto;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #000;
  outline: 0 none;
  font-weight: 400;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

a:hover,
a:focus {
  text-decoration: none;
}

:focus {
  outline: none;
}

button {
  outline: none;
}

button:hover,
button:focus {
  outline: none;
}

input,
textarea,
select {
  border: 1px solid #e9e9e9;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  border-radius: 0px;
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #4c59cd;
  color: #4c59cd;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 20px;
  border: 1px solid #e9e9e9;
}

input[type="radio"] {
  width: 17px;
  height: 17px;
  margin-right: 2px;
  border: 1px solid #e9e9e9;
}

input[type=checkbox]:after {
  content: " ";
  background-color: #fff;
  display: inline-block;
  visibility: visible;
}

input[type=checkbox]:checked:after {
  content: "\2714";
  color: #6e048c;
  border: 1px solid #e9e9e9;
  padding: 0px 5px;
}

label {
  font-size: 16px;
  font-weight: 500;
  color: #9a9a9a;
}

label i {
  border-radius: 50px;
  padding: 2px 7px;
  border: 1px solid #9a9ab0;
}

label a {
  color: #6e048c;
}

.mg-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.btn-blue {
  border: 1px solid #a9a9a9;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 13px 50px;
  cursor: pointer;
  border-radius: 0px;
  /*display: block;*/
  width: fit-content;
}

.btn-blue:hover {
  background: #353e68;
  color: #fff
}


/*loader*/

#loader-wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  z-index: 9999999999999;
  width: 100%;
  background: #fff
}

#loader-wrapper img {
  height: 150px;
  animation: wdszoom0 5s linear 0s infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes wdszoom0 {
  100% {
    transform: scale(1.1)
  }
}


/*--------------------------------*/


/* ======= GLOBAL ======= */

::-webkit-scrollbar {
  width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 0px;
  background: #000;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

.row-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-equal-height>[class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.topbar {
  background: #353e68;
  padding: 4px 0;
}

.smonly{
display: none;}

.socialmedias {
  text-align: right;
}

.socialmedias ul {
  list-style: none;
  line-height: 0;
}

.socialmedias ul li {

  display: inline-block;
  margin: 0;
  padding: 0;
}

.socialmedias a {
   width: 23px;
    height: 23px;
    text-align: center;
    color: #353e68;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    border-radius: 100%;
    font-size: 14px;

}

.socialmedias a:hover {
  background: #000;
  color: #fff;
}


/*menu*/

.nav-btn {
  /*margin-top: 20px;*/
  text-align: right;
}

.navbar-collapse {
  justify-content: center;
}

.navbar {
  padding: 0em !important;
}

.navbar-nav {
  margin-left: auto;
}


.navbar-nav li {
  border-right: 1px solid #353e68;
  padding: 12px 30px;
}

.navbar-nav li:last-child {
  border-right: 0px solid #353e68;
  padding-right: 0;
}

.navbar-nav li a {
  color: #000000;
  font-size: 18px;

  font-weight: 500;
  text-transform: uppercase;

}

.navbar-nav li .active {
  color: #000;
  border-bottom: 1px solid #000;
}

.navbar-nav li:last-child a {
  margin-right: 0px;
}

.navbar-nav>li:hover a {
  color: #353e68;

}

.navbar-nav>li.contact-menu a {
  background: #fff;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 8px;
  color: #000 !important;
  border: 1px solid #fff;
}

.navbar-nav>li.contact-menu a:hover {
  border: 1px solid #D2F3FF;
  background: #D2F3FF;
  color: #353e68 !important;
}

.head-sec {
  background: #fff;
  padding: 20px 0px !important;
  position: relative;
  margin-bottom: 0px;
  /*border-bottom: 0px solid;*/
  /*border-bottom: 1px solid #e9e9e9;*/
  position: relative;
  z-index: 999;
  width: 100%;
}

.stick {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1999;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  color: #4c59cd;
}

.head-sec.stick .navbar-toggler:not(:disabled):not(.disabled) {
  color: #4c59cd;
}

.head-sec.stick {
  padding: 20px 0px !important;
  border-bottom: 0px solid #ff3b00;
  box-shadow: 2px 1px 9px #a7a0a063;
  -webkit-box-shadow: 2px 1px 9px #a7a0a063;
  -moz-box-shadow: 2px 1px 9px #a7a0a063;
}

.head-sec.stick .navbar-nav li a {
  color: #000;
}

.head-sec.stick .navbar-nav li a:hover {
  color: #353e68;

}

.head-sec.stick .navbar-nav>li.contact-menu a {
  background: #D2F3FF;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 40px;
  color: #353e68 !important;
  border: 1px solid #353e68;
}

.head-sec.stick .navbar-nav>li.contact-menu a:hover {
  border: 1px solid #353e68;
  background: #353e68;
  color: #D2F3FF !important;
}

.sticky-logo {
  display: none;
}

.normal-logo {
  width: 300px;
}

.head-sec.stick .sticky-logo {
  width: 200px;
  display: block;
}

.head-sec.stick .normal-logo {
  display: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  font-size: 25px;
  border: 0px !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}


/*title*/

.title-sec {
  position: relative;
  margin-bottom: 0px;
}

.title-sec h5 {
  margin-bottom: 0px;
}

.title-sec p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 32px;
  width: 55%;
  margin: 0 auto;
}

.btn-grey {
  border: 2px solid #000000;
  background: #000000;
  border-radius: 14px;
  padding: 10px 35px;
  color: #fff;
}

.btn-grey.round {
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.004em;
  padding: 15px 60px;
  display: block;
  width: fit-content;
}

.btn-grey.round img {
  margin-right: 10px;
}

.btn-grey:hover img {
  filter: brightness(0%);
  -webkit-filter: brightness(0%);
}

.btn-grey:hover {
  background: #fff;
  color: #000;
}


/*hero*/

.slider {
  position: relative;

}


.slider .owl-theme .owl-dots {
  position: absolute;
  bottom: 190px;
  z-index: 99996;
  left: 0;
  right: 0;
}

.slider .owl-theme .owl-dots .owl-dot span {
  margin: 0px 0px;
  background: #4d59cd;
  width: 70px;
  height: 5px;
  border-radius: 0;
  margin-right: 5px;
}

.slider .owl-theme .owl-dots .owl-dot.active span {
  background: #52bbf6;
  width: 70px;
  border-radius: 0;
}


.main-hero::after,
.main-hero::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0B0825;
  opacity: 0;
}

.main-hero>* {
  z-index: 100;
}

.main-hero {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  display: flex;
  align-items: end;
  position: relative;
  padding-bottom: 17%;

}

.banner-bg::after,
.banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0B0825;
  opacity: 0.2;
}

.banner-bg>* {
  z-index: 1000;
}

.banner-bg {
  background-color: #0A0B27;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.banner-bg iframe {
  width: 100%;
  height: 100%;
}

.hero,
.hero_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero {
  
  overflow: hidden;
    position: absolute;
    background-size: cover;
    background-image: url(https://img.youtube.com/vi/DlbAEDTO464/maxresdefault.jpg);
    background-position: center center;
}


.hero_video,
.hero iframe {
  position: absolute;
  top: 0;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}


.hero iframe {
  opacity: 0;
}

.hero iframe.loaded {
  opacity: 1;
}

.hero_content {
  z-index: 8675309;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(205, 170, 147, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(205, 170, 147, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(205, 170, 147, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(205, 170, 147, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(205, 170, 147, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(205, 170, 147, 0);
  }
}

.main-hero .title-secm {
  position: relative;
  background: #00000066;
  padding: 15px 20px;
  border-radius: 10px;
  display: table;
}

.main-hero .title-secm h1 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0;
}

.main-hero .title-secm p {
  color: #fff;
  font-size: 27px;
  line-height: 40px;
  font-weight: 300;
}


.main-hero .title-secm.inner-title-sec {
  width: 595px;
  background: rgba(16, 16, 16, 0.4);
  backdrop-filter: blur(10px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 25px;
  padding: 50px;
  margin: 0 auto;
  text-align: center;
}

.main-hero .title-secm.inner-title-sec h2 {
  font-weight: 400;
}


.bcumb-bg::after,
.bcumb-bg::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0B0825;
  opacity: 0;
}

.bcumb-bg>* {
  z-index: 1000;
}

.bcumb-bg {
  background-color: #353e68;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bcumb-bg .bcumblink ul {
  border-bottom: 1px solid #fff;
  list-style: none;
  display: table;
  margin: 0 auto;
  margin-bottom: 10px;


}

.bcumb-bg .bcumblink ul li {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  line-height: 36.52px;
  margin-right: 10px;
}

.bcumb-bg .bcumblink ul li:last-child {
  margin-right: 0px;
}

.bcumb-bg .bcumblink ul li a {
  color: #fff;
}

.bcumb-bg .bcumblink ul li a:hover {
  color: #353e68;
}

.firsttext {
  padding: 70px 0;
  /*border-bottom: 1px solid #7f7f7f;*/
}

.firsttext p:last-child {
  margin: 0;
}

.firsttextline {
  background-color: #7f7f7f;
  position: relative;
  height: 1px;
  width: 100%;
}


.firsttextline:before {
  border-right: solid 30px transparent;
  border-left: solid 30px transparent;
  border-bottom: solid 30px #7f7f7f;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  content: '';
  bottom: 100%;
  left: 50%;
  height: 0;
  width: 0;
}

.about-sec {
  padding: 70px 0 90px;
}

.about-sec p {
  text-align: justify;
}


.card-sec {
  padding: 70px 0 90px;
}

.card-item {
  border: 1px solid #e8dfdf;
  background: #fff;
  padding: 50px;
  margin-bottom: 20px;


}

.card-item i {

  background: #4c59cd;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 20px !important;
  font-size: 24px;
  color: #fff;

}

.card-item p {
  margin: 0;
}

.contact-sec {
  padding: 0px 0 100px;
}

.popup{
background: #000000c2;
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    z-index: 99999999;
    overflow: auto;
    top: 0;
    margin: 0 auto;
}

.popuphide{
  display: none;
}
.closepop{
      position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    display: none;
    font-size: 30px;
    cursor: pointer;
        z-index: 999;
}
.closepopflex{
  display: flex;
}

.popup .popcontent{

width: 100%;
}
.popup .popcontent iframe{
  width: 100%;
  height: 100vh;
}
footer {
  background: #edeff3;
  padding: 70px 0;
  position: relative;
  text-align: center;
}

footer:before {
  border-right: solid 30px transparent;
  border-left: solid 30px transparent;
  border-bottom: solid 30px #edeff3;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  content: '';
  bottom: 100%;
  left: 50%;
  height: 0;
  width: 0;
}

footer ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}

footer ul li a {
  color: #000;
  font-size: 16px;
}

footer ul li:last-child {
  margin-right: 0px;
}

footer p {
  margin: 0;
  color: #000;
  font-size: 15px;
}


/*---*/
