/* 

TemplateMo 586 Scholar

https://templatemo.com/tm-586-scholar

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
  padding-left: 15px;
}

img {
  width: 100%;
  overflow: hidden;
}


/* 4444444444444 */

.headerLogos {
  display: flex;
  /* Use flexbox for side-by-side alignment */
  align-items: center;
  /* Vertically align items */
  justify-content: space-between;
  /* Add space between the items */
  padding: 3px;
  /* Optional: Add padding around the container */
}

.logo-title {
  display: flex;
  /* Align the logo image and text side by side */
  align-items: center;
  /* Center-align the logo image and text vertically */
}

.logo-img {
  height: 50px;
  /* Adjust the size of the logo image */
  width: auto;
  margin-right: 5px;
}

.logo-img2 {
  height: 40px;
  /* Adjust the size of the second image */
  width: auto;
  margin-left: -20px;
}

/* .header-img{
  height: 50px;
  width: auto;
  padding: 0px 0px 10px 0px ;
} */

/* 
.logo-title {
  display: flex;
  align-items: center;
}

.logo-img {
  max-height: 200px;
  max-width: 100px;
  margin-left: 5px;
}

.logo-img2 {
max-height: 100px;
max-height: 250px;
  margin-left: 5px;
} */


.sup-text {
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: red;
  font-size: 20px;
}



/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #7a6ad8;
  color: #fff;
}

::-moz-selection {
  background: #7a6ad8;
  color: #fff;
}

.section {
  padding-top: 30px;
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 20px 0;
  line-height: 44px;
}

.section-heading h2 em {
  color: #7a6ad8;
  font-style: normal;
}

.section-heading h6 {
  color: #7a6ad8;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-button a {
  display: inline-block;
  background-color: #7a6ad8;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  border-radius: 20px;
  transition: all .3s;
  margin-bottom: 20px;
}

.main-button a:hover {
  background-color: #8506fc;
  color: #fff;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/
/* 
.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #7a6ad8;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #7a6ad8;
  border-radius: 50%;
} */



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
  background-color: #0062a9 !important;
  border-radius: 0px 0px 25px 25px;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: absolute;
  background-color: transparent;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex
}

.header-area .main-nav .logo {
  -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;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
  /* padding-right: 0px; */
  /* border-right: 1px solid rgba(250, 250, 250, 0.3); */
}

.background-header .main-nav .logo,
.background-header .main-nav #search {
  margin-top: 18px;
}

.header-area .main-nav #search {
  position: relative;
}

.header-area .main-nav #search input {
  background-color: rgba(255, 255, 255, 0.10);
  height: 44px;
  width: 250px;
  border-radius: 23px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0px 20px 0px;
}

.header-area .main-nav #search input::placeholder {
  color: rgba(250, 250, 250, 0.75);
}

.header-area .main-nav #search i {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 15px;
  font-size: 16px;
}

.header-area .main-nav ul.nav {
  border-radius: 0px 0px 25px 25px;
  flex-basis: 100%;
  margin-right: 0px;
  justify-content: right;
  -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;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 5px;
  padding-right: 5px;
  height: 40px;
  line-height: 40px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

.background-header .main-nav .nav {
  margin-top: 20px;
}

.background-header .main-nav .nav li {
  /* height: 80px; */
  line-height: 80px;
}

.header-area .main-nav .nav li:hover a {
  opacity: 0.8;
}

.header-area .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
  opacity: 1;
}

.background-header .main-nav .nav li:hover a {
  opacity: 0.8;
}

.background-header .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 10px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

.visible {
  display: inline !important;
}

@media (max-width: 1200px) {
  /* .header-area .main-nav .nav li {
    padding-left: 2px;
    padding-right: 2px;
  }

  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  } */

  /* .header-area .menu-trigger {
    display: block !important;
  } */


  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }

  .header-area .main-nav .logo {
    position: absolute;
    /* left: 30px;cm */
    top: 0px;
  }

  .background-header .main-nav .logo {
    top: 0px;
  }

  .background-header .main-nav .border-button {
    top: 0px !important;
  }

  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #fff !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    background-color: transparent;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: 0px;
    margin-top: 30px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }

  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #0062a9;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 5px;
  }


}

@media (max-width: 767px) {

  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }

  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #fff;
    background-color: #0062a9;
    /* border-radius: 0px 0px 25px 25px; */
  }

  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    /* border-top: 1px solid #ddd; */
    background-color: #0062a9;
    height: 50px;
  }

  .background-header .main-nav .nav li:last-child,
  .header-area .main-nav .nav li:last-child {
    border-radius: 0px 0px 25px 25px;
  }

  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }

  .header-area .main-nav .logo {
    position: absolute;
    /* left: 30px;cm */
    top: 0px;
  }

  .background-header .main-nav .logo {
    top: 0px;
  }

  .background-header .main-nav .border-button {
    top: 0px !important;
  }

  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #fff !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    background-color: transparent;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: 0px;
    margin-top: 30px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }

  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #7867d8;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-color: #0062a9;
  /* background-image: url(../images/banner-bg.jpg); */
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 120px 0px;
  border-bottom-right-radius: 390px;
}

:root {
  --primary-color: slategrey;
}

* {
  box-sizing: border-box;
}

.carousel-container {
  border-radius: 0px 30px 0px 30px;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  margin: auto;
  z-index: 0;
}

.mySlides {
  display: none;
}

/* cm */
.mySlides img {
  display: block;
  width: 100%;
  height: 530px;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border-radius: 0 8px 8px 0;
  background: rgba(173, 216, 230, 0.1);
  user-select: none;
}

.next {
  right: 0;
  border-radius: 8px 0 0 8px;
}

.prev:hover,
.next:hover {
  background-color: rgba(173, 216, 230, 0.3);
}

.header-text {
  color: #f2f2f2;
  border-radius: 10px;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  width: 80%;
  font-size: 54px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.2);
}

.main-banner .header-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.5);
}

.main-banner .header-text a {
  /* color: #fff; */

  color: #fff !important
}

.main-banner .header-text p {
  color: #fff;


}

.number {
  color: #f2f2f2;
  font-size: 16px;
  background-color: rgba(173, 216, 230, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 8px 12px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.dots-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}

.dots {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  background-color: rgba(173, 216, 230, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.active,
.dots:hover {
  background-color: rgba(173, 216, 230, 0.8);
}

.animate {
  -webkit-animation-name: animate;
  -webkit-animation-duration: 1s;
  animation-name: animate;
  animation-duration: 2s;
}

@keyframes animate {
  from {
    transform: scale(1.1) rotateY(10deg);
  }

  to {
    transform: scale(1) rotateY(0deg);
  }
}


/* Responsive Styles */

@media (max-width: 1920px) {
  .header-text {
    bottom: 40px;
    font-size: 45px;
    padding: 5px 10px;
  }

  .main-banner .header-text h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: -50px;
  }

  .prev,
  .next {
    padding: 10px;
    font-size: 18px;
  }

  .mySlides img {
    display: block;
    width: 100%;
    height: 80vh;
  }
}


@media (max-width: 1200px) {
  .header-text {
    bottom: 40px;
    font-size: 45px;
    padding: 5px 10px;
  }

  .main-banner .header-text h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: -50px;
  }

  .prev,
  .next {
    padding: 10px;
    font-size: 18px;
  }

  .mySlides img {
    display: block;
    width: 100%;
    height: 530px;
  }
}



@media (max-width: 768px) {

  /* cm1 */
  .header-text {
    bottom: 40px;
    font-size: 40px;
    padding: 5px 10px;
  }

  .main-banner .header-text h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: -50px;
  }

  .prev,
  .next {
    padding: 10px;
    font-size: 18px;
  }

  .mySlides img {
    display: block;
    width: 100%;
    height: 530px;
  }
}

@media (max-width: 480px) {
  .header-text {
    bottom: 20px;
    font-size: 16px;
  }

  .main-banner .header-text h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .prev,
  .next {
    font-size: 14px;
  }

  .dots {
    height: 10px;
    width: 10px;
  }
}






/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/



.about-us {
  position: relative;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: 130px;
}

.about-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 84%;
  background-color: #0062a9;
  content: '';
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  /* max-height: 62vh; */

}

.accordion img {
  height: 70vh;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 40px !important;
  /* margin-bottom: 30px; */
  border: none;
}

.accordion-item .accordion-button {
  outline: none;
  box-shadow: none;
  border-radius: 40px !important;
}



h2.accordion-header button {
  padding: 15px 25px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
}

.accordion-button::after {
  font-size: 12px;
  font-weight: 500;
  background-image: none;
  content: '+';
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #7a6ad8;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  line-height: 32px;
  content: '-';
}


.about-us .section-heading {
  padding: 0px 0px 0px 0px;
}

.about-us .section-heading h2 {
  color: #fff;
}

.about-us .section-heading p {
  color: #fff;

}

.about-us .section-heading .main-button {
  margin-top: 10px;
}

/* 
@media (max-width: 1920px) {
  .accordion img {
    height: 62vh;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    object-fit: cover; 
    width: 100%; 
    
  }
}

@media (max-width: 1366) {
  .accordion img {
    height: 80vh;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
   
  }
} */


@media (max-width: 1920px) {
  .accordion img {
    height: 62vh;
  }
}

/* @media (max-width: 1366) {
  .accordion img {
    height: 80vh;
  }
} */

@media (min-width: 1024px) and (max-width: 1366px) {
  .accordion img {
    max-height: 85vh;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    height: 85vh;
  }

  .about-us:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 84%;
    background-color: #0062a9;
    content: '';
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    max-height: 85vh;

  }
}






/*
--------------------------------------------- 
Popup Overlay
--------------------------------------------- 
 */

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  width: 100%;
  border-radius: 8px;
}

.text-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: left;
  margin: 50px 0px 0px 50px;
}

.text-overlay-main {
  font-size: 0;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-family: 'Times New Roman', Times, serif
}

.text-overlay-sub {
  font-size: 30px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif
}

.ubar-text {
  font-size: 48px;
  font-weight: bold;
  display: inline;
}

.erp-text {
  font-size: 30px;
  color: #fff;
  display: inline;
}


.popup-image {
  float: right;
  /* width: 700px;
  height: 350px; */
  max-height: 350px;
  max-width: 700px;
  margin: 0 0 10px 15px;
  border-radius: 8px;
}

.popup_image2 {
  max-width: 700px;
  max-height: 450px;
  margin: 0 0 10px 15px;
  border-radius: 8px;
}

.popup_image4 {
  height: 700px;
  width: 800px;
}

button:hover {
  background-color: #2980b9;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #ffffff;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

/* The Close Button */
.close {
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
}

.close:hover,
.close:focus {
  color: #ff5b5b;
}


.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;

  transition: color 0.3s ease;
}

.close-button:hover {
  color: #333;
}


@media (max-width: 1366px) {
  .popup-content {
    max-width: 100%;
    padding: 15px;
    overflow: auto;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .popup-content {
    max-width: 100%;
    padding: 15px;
    overflow: auto;
    height: 100%;
  }

  .popup-image {
    width: 100%;
    height: auto;
    float: none;
    margin: 10px 0;
  }

  .popup_image2 {
    width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 8px;
  }

  .popup_image4 {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }

}

@media (max-width: 768px) {

  .text-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: left;
    margin: 0px 0px 0px 0px;
  }

  .text-overlay-main {
    font-size: 0;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Times New Roman', Times, serif
  }

  .ubar-text {
    font-size: 30px;
    font-weight: bold;
    display: inline;
  }

  .erp-text {
    font-size: 15px;
    color: #fff;
    display: inline;
  }

  .text-overlay-sub {
    font-size: 12px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif
  }



  .popup-content {
    max-width: 100%;
    padding: auto;
    overflow: auto;
    height: 100%;
  }

  .popup-image {
    width: 100%;
    height: auto;
    float: none;
    margin: 10px 0;
  }

  .popup_image2 {
    width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 8px;
  }

  .popup_image4 {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }

  h1 {
    font-size: 18px;
    margin: 10px 0;
  }

  p {
    font-size: 14px;
  }

  .close-button {
    font-size: 20px;
  }
}


@media (max-width: 375px) {

  .popup_image4 {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }

  .text-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: left;
    margin: 0px 0px 0px 0px;
  }

  .text-overlay-main {
    font-size: 0;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Times New Roman', Times, serif
  }

  .text-overlay-sub {
    font-size: 10px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif
  }

  .ubar-text {
    font-size: 18px;
    font-weight: bold;
    display: inline;
  }

  .erp-text {
    font-size: 10px;
    color: #fff;
    display: inline;
  }


  .popup-content {
    padding: 10px;
    height: 100%;
  }

  h1 {
    font-size: 16px;
    margin: 10px 0;
  }

  p {
    font-size: 12px;
  }

  .ticks-list span {
    font-size: 12px;
  }

  .read-more-show,
  .read-more-hide {
    font-size: 12px;
  }

  .close-button {
    font-size: 18px;
  }
}



/* 
---------------------------------------------
 Ticks List 
 ---------------------------------------------
 */

.ticks-list {

  text-align: left;
}

.ticks-list span {
  align-items: center;
  font-size: 16px;
}

/* Icon Styling */
.ticks-list i.fa-check {
  color: green;
  margin-right: 8px;
  /* Space between icon and text */
}


.hide {
  display: none;
}



/* 
---------------------------------------------
Blog style
 ---------------------------------------------
 */

.blog-card {
  display: flex;
  margin: 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.blog-card .meta {
  position: relative;
  width: 40%;
  overflow: hidden;
}

.blog-card .photo {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-in-out;
}

.blog-card .content {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-card .meta:hover .photo {
  transform: scale(1.2);
}

.blog-card .meta:hover .content {
  transform: translateX(0);
}

.blog-card .details {
  padding: 10px;
  font-size: 14px;
}

.blog-card .description {
  padding: 20px;
  flex: 1;
}

.blog-card h1,
.blog-card h2 {
  margin: 0;
  font-family: 'Arial', sans-serif;
}

.blog-card .read-more a {
  text-decoration: none;
  color: #3498db;
  font-weight: bold;
}



/* 
---------------------------------------------
section Style
--------------------------------------------- 
*/

:root {
  --background-dark: #2d3548;
  --text-light: rgba(255, 255, 255, 0.6);
  --text-lighter: rgba(255, 255, 255, 0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}


.hero-section {
  align-items: flex-start;
  /* background-image: linear-gradient(15deg, #0f4667 0%, #2a6973 150%); */
  display: flex;
  min-height: 100%;
  justify-content: center;
  padding: var(--spacing-xxl) var(--spacing-l);

}

.card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media(min-width: 540px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(min-width: 960px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  list-style: none;
  position: relative;
  height: 250px;
  border-radius: var(--spacing-l);
}

.card:before {
  content: '';
  display: block;
  /* padding-bottom: 150%; */
  width: 100%;
}

.card__background {
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition:
    filter 200ms linear,
    transform 200ms linear;
}

.card:hover .card__background {
  transform: scale(1.05) translateZ(0);
}

/* 
.card-grid:hover > .card:not(:hover) .card__background{
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
} */


.card__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* Center text horizontally */
  color: white;
  padding: 10px;
  text-align: center;
}


.card__heading {
  color: var(--text-lighter);
  font-size: 1.9rem;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  word-spacing: 100vw;
  margin-top: 150px;

}

.card__background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}






/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services .service-item:hover .icon img {
  margin-top: -10px;
}

.services .service-item {
  position: relative;
  margin-top: 95px;
}

.services .service-item .icon {
  width: 190px;
  height: 190px;
  display: inline-block;
  text-align: center;
  line-height: 190px;
  background-color: #7a6ad8;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -95px;
}

.services .service-item .icon img {
  max-width: 86px;
  transition: all .2s;
}

.services .service-item .main-content {
  border-radius: 25px;
  padding: 80px 30px 50px 30px;
  background-color: #f1f0fe;
  margin-bottom: 30px;
  margin-right: 80px;
  transition: all .4s;
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
  transition: all .4s;
}

.services .service-item p {
  color: #4a4a4a;
  margin-bottom: 25px;

}



.service_events_item .service-thumb {
  position: relative;
  border-radius: 0px 25px 0px 0px;
  overflow: hidden;
}

.service_events_item .service-thumb span.category {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #7a6ad8;
  background-color: rgba(250, 250, 250, 0.95);
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
}

.service_events_item .service-thumb img {
  margin-bottom: -5px;
  /* height: 200px; */

}


.service_events_item {
  background-color: #0062a9;
  border-radius: 0px 25px 0px 25px;
  margin-bottom: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
}


.service_events_item .down-content {
  padding: 20px 30px 25px 30px;
}

.service_events_item .down-content span.author {
  color: #7a6ad8;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}

.service_events_item .down-content h4 {
  font-size: 22px;
  font-weight: 600;
  transition: all .3s;
  color: #fff;
}

.service_events_item .down-content p {
  color: #fff;
}

.service_events_item:hover .down-content h4 {
  color: #7a6ad8;
}


/* 
---------------------------------------------
Courses Style
--------------------------------------------- 
*/

.courses {
  margin-top: 160px;
}

.event_filter {
  text-align: center;
}

.event_filter {
  background-color: #f1f0fe;
  border-radius: 50px;
  padding: 15px 40px;
  list-style: none;
  margin: 0 auto 70px;
  max-width: max-content;
}

.event_filter li {
  display: inline-block;
  margin: 0px 20px;
}

.event_filter li a {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all .3s;
}

.event_filter li .event_filter li a.is_active,
.event_filter li a:hover {
  color: #7a6ad8;
}

.events_item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.events_item .thumb img {
  margin-bottom: -5px;
}

.events_item .thumb span.category {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #7a6ad8;
  background-color: rgba(250, 250, 250, 0.95);
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
}

.events_item .thumb span.price {
  position: absolute;
  right: -30px;
  top: -50px;
  background-color: rgba(122, 106, 216, 0.95);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s;
}

.events_item .thumb span.price h6 {
  margin-top: 72px;
  margin-left: 22px;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.events_item .thumb span.price em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  vertical-align: top;
}

.events_item {
  background-color: #f1f0fe;
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
}

.events_item .down-content {
  padding: 20px 30px 25px 30px;
}

.events_item .down-content span.author {
  color: #7a6ad8;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}

.events_item .down-content h4 {
  font-size: 22px;
  font-weight: 600;
  transition: all .3s;
}

.events_item:hover .down-content h4 {
  color: #7a6ad8;
}

.events_item:hover .thumb span.price {
  transform: scale(1.2);
}


/* 
---------------------------------------------
Facts Style
--------------------------------------------- 
*/

.fun-facts {
  position: relative;
  padding: 120px 0px 80px 0px;
  overflow: hidden;
}

.fun-facts:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 95%;
  height: 100%;
  background-color: #7a6ad8;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

/* .fun-facts:after {
  background: url(../images/contact-dec-01.png);
  position: absolute;
  left: 15%;
  opacity: 0.5;
  top: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
} */

.fun-facts .counter {
  text-align: center;
  margin-bottom: 40px;
}

.fun-facts h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.fun-facts h2::after {
  content: '+';
  margin-left: 5px;
}

.fun-facts p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
}


/* 
---------------------------------------------
Project Style
--------------------------------------------- 
*/

.team-member {
  margin: 15px 0;
}

.card {
  width: 100%;
  height: 250px;
  perspective: 1000px;
}

.card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 15px;
  /* padding: 5px; */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-front img {
  /* background-color: #fff; */
  border-radius: 12px;
}

.card-back {
  background-color: #f7f7f7;
  transform: rotateY(180deg);
}

.category {
  font-size: 18px;
  color: #666;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  color: #333;
  margin-top: 5px;
  text-align: center;
}

.social-icons {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

.social-icons li a {
  font-size: 18px;
  color: #333;
  transition: color 0.3s;
}

.social-icons li a:hover {
  color: #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .card {
    height: 250px;
  }
}

@media (max-width: 576px) {
  h4 {
    font-size: 18px;
  }

  .category {
    font-size: 16px;
  }
}




/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact-us {
  margin-top: 100px;
  position: relative;
  padding: 50px 0px;
}

.contact-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 70%;
  height: 100%;
  background-color: #549cee;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}


.contact-us .section-heading {
  margin-top: -100px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.contact-us .section-heading p {
  margin-top: 30px;
  color: #fff;
}

/* .contact-us .section-heading h6,a,h4 {
  color: #fff !important;
} */


.contact-us .special-offer {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 120px;
  display: inline-block;
  position: relative;
}

.contact-us .special-offer span.offer {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7a6ad8;
  width: 80px;
  padding: 30px 8px;
  line-height: 25px;
  height: 120px;
  border-radius: 15px 60px 60px 15px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
}

.contact-us .special-offer span.offer em {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.contact-us .special-offer h6 {
  font-size: 15px;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-us .special-offer h6 em {
  font-style: normal;
  /* color: #7a6ad8; */
  color: #fff;
  font-weight: 600;
}

.contact-us .special-offer h4 {
  font-size: 22px;
  font-weight: 600;
}

.contact-us .special-offer h4 em {
  font-style: normal;
  color: #7a6ad8;
}

.contact-us .special-offer a {
  position: absolute;
  right: 30px;
  /* top: 35px; */
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background-color: #7a6ad8;
  color: #fff;
  border-radius: 50%;
}

.contact-us .contact-us-content {
  border-radius: 25px;
  padding: 30px;
  background-color: #0062a9;
  position: relative;
  z-index: 1;
}

.contact-us .contact-us-content::before {
  background: url(../images/contact-dec-01.png);
  position: absolute;
  left: 50%;
  transform: translateX(-149px);
  opacity: 0.5;
  top: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

.contact-us .contact-us-content::after {
  background: url(../images/contact-dec-02.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 183px;
  height: 149px;
  content: '';
  z-index: 2;
}

#contact-form input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(249, 235, 255, 0.15);
  border: none;
  outline: none;
  font-weight: 300;
  padding: 0px 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

#contact-form input::placeholder {
  color: #fff;
}

#contact-form textarea {
  width: 100%;
  height: 120px;
  border-radius: 25px;
  background-color: rgba(249, 235, 255, 0.15);
  border: none;
  outline: none;
  font-weight: 300;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

#contact-form textarea::placeholder {
  color: #fff;
}

#contact-form button {
  border: none;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  padding: 0px 25px;
  border-radius: 25px;
  color: #7a6ad8;
  transition: all .4s;
  position: relative;
  z-index: 3;
}

#contact-form button:hover {
  opacity: 0.8;
}

.contact-us-content .more-info {
  text-align: center;
  background: rgb(85, 0, 227);
  background: linear-gradient(90deg, rgba(85, 0, 227, 1) 0%, rgba(198, 61, 255, 1) 100%);
  border-radius: 0px 0px 23px 23px;
  padding: 45px 30px 15px 30px;
}

.contact-us-content .more-info .info-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact-us-content .more-info i {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.contact-us-content .more-info h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}


.responsive-image {
  width: 80%;
  /* height: 1%; */
  max-width: 100%;
  /* Optional: Ensures image doesn't exceed its original size */
  margin-top: 100px;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background-color: #0062a9;
  min-height: 150px;
  /* border-radius: 150px 150px 0px 0px; */
}


footer p a {
  color: #fff;
  transition: all .3s;

  z-index: 3;
  margin: 5px 0;
  display: block;
}

footer a {
  display: block;
  /* makes each link take full width → new line */
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
  /* spacing between links */
  text-decoration: none;
  transition: color 0.3s;

}

footer p a:hover {
  opacity: 0.75;
}

footer h2 {
  font-size: 24px;
}


/* For exact 1366×768 screens */
@media screen and (max-width: 1366px) and (max-height: 768px) {
  footer {
    /* padding: 30px 60px; */
    font-size: 13px;
  }

  footer h2 {
    font-size: 16px;
  }

  footer p {
    font-size: 12px;
  }

  footer a {
    font-size: 16px;
  }




  footer img {
    height: 100px;
    width: 100px;
  }
}



/* 
---------------------------------------------
tab Contant 
---------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400&display=swap");


.tab-container {
  border-radius: 8px;
  overflow: hidden;
  overflow-x: auto;
  margin: 0 auto;
  width: 100%;
  /* Adjust for responsiveness */
  max-width: 100%;
  /* Ensure max size */
  filter: drop-shadow(2px 4px 6px #e0e0e0);
  padding-bottom: 100px;



}

.tabs {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* white-space: nowrap;  */
  gap: 10px;
  margin: 20px 0;
  padding: 10px;
  scrollbar-color: #cccccc transparent;
  height: 100px;
}

.tab-content img {
  height: 300px;
  background-size: cover;
  border-radius: 10px;
}

.tab {
  flex: 1;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  background: #f1f1f1;
  border: none;
  outline: none;
  font-size: 15px;
  color: #fff;
  border-radius: 8px;
  margin-right: 2px;
  border: 1px solid #e7e7e7;
  background-color: #0062a9;


  &:last-child {
    margin-right: 0;
  }

  &.active {
    background: #fff;
    border: 1px solid transparent;
    border-bottom: 2px solid #007bff;
    font-weight: bold;
    color: #333;
    position: relative;
    top: 1px;
  }

  &:hover:not(.active) {
    background-color: #e2e1e1;
    border-bottom: 2px solid #989797;
  }
}


.tab-content {
  background-color: #0062a9;
  padding: 50px 0px 50px 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e0e0e0;
  border-radius: 15px;
  /* height: 80%; */
}

.tab-content h1,
p {
  color: #fff;
  padding-bottom: 10px;
}

.tabs button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  background-color: #0062a9;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tabs button.active {
  background-color: #007bff;
  color: #fff;
}

.tabs button img {
  margin-right: 5px;
  height: 50px;
  width: 50px;
}

.tabs::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for cleaner UI */
}



/* Responsive Design */

/* Tablet Devices */
@media (max-width: 768px) {
  .tab-container {
    padding: 10px;
    margin-bottom: 50px;
  }

  .tab {
    flex: 1 0 48%;
    /* Allow two tabs per row */
    font-size: 14px;
  }

  .tab-content {
    padding: 15px;
    padding-left: 50px;
  }

  .tab img {
    width: 80%;
    height: auto;
  }

  .tabs button {
    padding: 8px 10px;
    font-size: 12px;
  }


}



/* Mobile Devices */
@media (max-width: 480px) {
  .tab {
    flex: 1 0 100%;
    /* Stack tabs vertically */
    font-size: 13px;
    padding: 8px 10px;
  }

  .tab-content {
    padding: 10px;
    font-size: 14px;
  }

  .tabs {
    gap: 5px;
    /* Reduce spacing between tabs */
  }

  .tab-container {
    width: 100%;
    /* Use full width for small screens */
  }
}

/* ---------------------------------------------
 all Over Version 
 ---------------------------------------------
  */

.details {
  justify-content: center;
  height: 40vw;
  width: 100%;
  border-radius: 20px;
  padding: 30px 200px 10px 200px;

}

.details img {
  justify-content: center;
  height: 40vw;
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 480px) {

  .details {
    justify-content: center;
    height: 35vw;
    width: 100%;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;

  }

  .details img {
    height: 40vw;
    width: 100%;
    border-radius: 20px;
  }
}

@media (max-width: 1240px) {

  .details {
    justify-content: center;
    height: 35vw;
    width: 100%;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;

  }

  .details img {
    height: 40vw;
    width: 100%;
    border-radius: 20px;
  }
}

/* 6666666666666666666666666666 */

@import url('https://fonts.googleapis.com/css?family=Indie+Flower&display=swap');



.slider {
  height: 100vh;
  width: 100%;
  /* position: relative; */
  /* margin: auto; */
}

.slide {
  display: none;
  height: 80%;
  width: 100%;
}

/* img {
  height: 80%;
  width: 100%;
  filter: contrast(90%);
  justify-content: center;
  border-radius: 20px;
} */




.show {
  animation: fade 0.5s ease-out;
}

@keyframes fade {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}



/*
---------------------------------------------
 project Large and Lite Version
 ---------------------------------------------
   */


.courses-container {
  font-family: 'Muli', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.course {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  /* Allow wrapping for smaller screens */
  margin: 30px;
  overflow: hidden;
  width: 80%;
  max-width: 100%;
}

.course h6 {
  opacity: 0.6;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.course h2 {
  letter-spacing: 1px;
  margin: 10px 0;
  color: #fff;
}

.course p {
  color: #fff;
}

.course-preview {
  color: #fff;
  padding: 30px;
  max-width: 300px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-preview img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.course-info {
  padding: 30px;
  position: relative;
  width: calc(100% - 300px);
  background-color: #0062a9;
  flex: 2;
}


/* Adjustments for tablets */
@media (max-width: 768px) {
  .course {
    flex-direction: column;
    /* Stack content vertically */
  }

  .course-preview,
  .course-info {
    width: 100%;
    flex: unset;
  }

  .course-preview img {
    width: 100vh;
    /*height: auto; */
    justify-content: center;

  }

  .course-info {
    padding: 10px;
  }
}

/* Adjustments for mobile phones */
@media (max-width: 480px) {
  .course {
    margin: 10px;
  }

  .course-info {
    padding: 5px;
  }

  .course-preview {
    padding: 5px;
  }

  .course h2 {
    font-size: 18px;
  }

  .course p {
    font-size: 14px;
    padding-right: 10px;
  }
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/
/* MM */
body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area {
    top: 0px;
  }

  /* .header-area .main-nav .logo h1 {
    border-right: none;
  } */

  .main-banner {
    background-color: #0062a9;
    border-bottom-right-radius: 0px;


  }

  .main-banner .item {
    padding: 80px 30px 120px 30px !important;
  }

  .main-banner .owl-nav {
    left: 30px !important;
  }

  .event_filter {
    padding: 15px 20px;
  }

  .event_filter li {
    display: inline-block;
    margin: 0px 10px;
  }

  /* bro */
  .header-text {
    color: #f2f2f2;

    border-radius: 10px;
    font-size: 20px;
    padding: 12px;
    position: absolute;
    /* bottom: 60px;*/
    left: 50%;
    /* top: 20%; */
    width: 100%;
    transform: translate(-50%);
    text-align: center;
  }

  .accordion img {
    height: 50vh;
    border-radius: 10px;
    margin-bottom: -70px;
  }

  .header-area .main-nav .logo-img2 {
    height: 50px;
    /* Adjust the size of the second image */
    width: auto;
    margin-left: -60px;
  }

}

@media (max-width: 992px) {

  .header-area .main-nav #search input,
  .header-area .main-nav #search i {
    display: none;
  }

  .header-area .main-nav .logo h1 {
    font-size: 34px;
    height: 50px;
  }

  .header-area .main-nav .logo .logo-img {
    /* border-right: none; */
    height: 50px;
  }

  .header-area .main-nav .logo-img2 {
    height: 36px;
    /* Adjust the size of the second image */
    width: auto;
    margin-left: -26px;
  }

  .main-banner {
    border-bottom-right-radius: 0px;
    background-color: #0062a9;

  }

  .main-banner .item {
    padding: 100px 60px 140px 60px;
    margin-left: 0px;
    text-align: center;
  }

  .main-banner .item h2,
  .main-banner .item p {
    width: 100%;
  }

  .main-banner .item h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .main-banner .item .buttons {
    display: inline-block;
    text-align: center;
  }

  .main-banner .item .buttons .main-button {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .main-banner .owl-nav {
    left: 50% !important;
    transform: translateX(-60px) !important;
    bottom: 60px;
  }

  .main-banner .owl-nav .owl-prev i {
    bottom: 0px;
  }

  .main-banner .owl-nav .owl-next i {
    bottom: 0px;
    position: absolute;
    left: 65px;
  }

  .services {
    margin-top: 80px;
  }

  .about-us {
    margin-top: 100px;
  }

  .accordion {
    padding: 40px 25px 10px 25px;
  }

  .accordion img {
    height: 50vh;
    border-radius: 50px;
    margin-bottom: -70px;
  }

  .services .service-item .icon {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }

  /* .about-us .section-heading {
    margin-left: 0px;
    margin-top: 120px;
  } */

  .about-us .section-heading {
    margin-left: 0px;
    margin-top: 120px;
    margin-bottom: 0px;
    background-color: #0062a9;
    padding: 20px;
    border-radius: 20px;
  }

  .about-us::before,
  .testimonials::before,
  .contact-us::before {
    display: none;
  }

  .about-us .section-heading p,
  .testimonials .section-heading p,
  .contact-us .section-heading p {
    margin-top: 30px;
  }

  .about-us .section-heading .main-button {
    margin-top: 30px;
  }

  .about-us .main-button a {
    background-color: #7a6ad8;
    color: #fff;
  }

  .courses {
    margin-top: 100px;
  }

  .event_filter ul li {
    display: block;
    margin: 12px 5px;
  }

  .fun-facts {
    margin-top: 70px;
  }

  .fun-facts::before {
    width: 95%;
  }

  .team {
    margin-top: 160px;
  }

  .team-member {
    margin-bottom: 140px;
  }

  .testimonials {
    margin-top: -50px;
    padding: 0px;
  }

  .testimonials .section-heading {
    margin-left: 0px;
    margin-top: 40px;
  }

  .testimonials .item {
    padding: 40px 40px 60px 40px;
  }

  .testimonials .item h4 {
    font-size: 17px;
  }

  .testimonials .item img {
    margin-right: 15px;
  }

  .testimonials .owl-nav {
    display: none;
  }

  .events {
    margin-top: 80px;
  }

  .events .item {
    margin-bottom: 66px;
  }

  .events .item .image img {
    position: relative;
    max-width: 100%;
  }

  .events .item ul {
    margin-top: -40px;
  }

  .events .item ul li:first-child {
    width: 100% !important;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }

  .events .item ul li:nth-child(2) {
    width: 40% !important;
  }

  .events .item ul li {
    display: inline-block;
    width: 28% !important;
  }

  .events .item ul li:last-child {
    text-align: right;
  }

  .events .item a {
    bottom: 150px;
    top: auto;
  }

  .events .item ul li h6 {
    font-size: 14px;
  }

  .contact-us {
    padding-top: 20px;
  }

  .contact-us .section-heading {
    margin-right: 0px;
    background-color: #7a6ad8;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;

  }

  .contact-us .special-offer {
    background-color: #f1f0fe;
    margin-bottom: 60px;
    padding: 34px 30px 34px 100px;
    width: 100%;
  }

  .contact-us .special-offer h4 {
    font-size: 17px;
  }

  .contact-us .special-offer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 15px;
    right: 15px;
  }

  .contact-us .contact-us-content {
    padding: 30px;
  }

  footer {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav #search input {
    width: 200px;
  }

  .header-area .main-nav .nav li.has-sub:after {
    right: 15px;
  }

  .fun-facts:before {
    width: 95%;
  }

  .main-banner {
    border-bottom-right-radius: 0px;
    background-color: #0062a9;

  }

  /* .accordion img {
    height: 56vh;
    width: 47vw;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
  } */
}


@media (max-height: 1366px) .accordion img {
  height: 56vh;
  width: 47vw;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}


/* 5656565656565656565656565656565656565656565656 */

.accordion-button {
  color: #333;
  font-weight: bold;
  border: 1px solid #ddd;
  box-shadow: none;
  /* border-radius: 25px; */

}

.accordion-button:hover {
  background-color: #e9ecef;
  color: #0062a9;
}

.accordion-button:not(.collapsed) {
  background-color: #0062a9;
  color: white;
  /* border-radius: 20px 0px 0px 0px; */
}

.accordion-body {
  padding: 20px;
  border-top: 1px solid #ddd;
}

.expand_details {
  margin-top: 50px;
}

.details-item {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

/* 
.expand_container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto
  margin-top:1000px;
} */

@media (min-width: 576px) {
  .expand_container {
    max-width: 540px;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .expand_container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .expand_container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .expand_container {
    max-width: 1140px
  }
}

@media (min-width: 1400px) {
  .expand_container {
    max-width: 1320px
  }
}





/* ---------------------------------------------
 animation 
 ---------------------------------------------
 */


/* .about-us {
  animation-duration: 3s;
  animation-name: slide-in;
}

@keyframes slide-in {
  from {
    translate: 150vw 0;
    scale: 200% 1;
  }

  to {
    translate: 0 0;
    scale: 100% 1;
  }
}


 @keyframes slideInFromLeft {
  from {
    transform: translateX(-100%); 
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%); 
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-left, .hero-section {
 
  padding: 20px;
  margin: 10px;
  color: white;
  text-align: center;
  border-radius: 5px;
}
  .hero-section {
  animation: slideInFromLeft 1s ease-out;
}


.slide-left {
  animation: slideInFromRight 1s ease-out;
}

 */