@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&family=Spartan:wght@400;500;600;700&display=swap');
html{
  overflow-x: hidden;
}
body{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #4f4f4f;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
a{
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
}

.poppins{
  font-family: 'Poppins', sans-serif;
}

h1{
  font-size: 40px;
}
h2{
  font-size: 30px;
}
h5{
  font-size: 18px;
  font-weight: 700;
}
p{
  font-size: 15px;
}
.big-p{
  font-size: 17px;
  line-height: 1.7;
}
.br-10{
  border-radius: 10px;
}
.opacity-80{
  opacity: .8;
}
.w-90{
  width: 90%;
}
.w-80{
  width: 80%;
}
.text-justify{
  text-align: justify;
}
.text-shadow{
  text-shadow: -5px 9px 4px rgb(0 0 0 / 52%);
}
.fw-small {
  font-weight: 400;
}
.fw-medium{
  font-weight: 500;
}
.fw-semibold{
  font-weight: 600;
}
.bg-purple{
  background-color: #463d7a;
}
.bg-green{
  background-color: #00bb9d;
}
.text-purple{
  color: #463d7a;
}
.text-cgreen{
  color: #00bb9d;
}
.text-white{
  color: #ffffff;
}
.mini-header{
  background: rgb(70,61,122);
background: linear-gradient(45deg, rgba(70,61,122,1) 0%, rgba(70,61,122,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 65%, rgba(0,187,157,1) 65%, rgba(0,187,157,1) 100%);
padding: 10px;
font-family: 'Spartan', sans-serif;
}
.mini-header ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.mini-header ul li{
  margin: 0 15px;
  color: #ffffff;
}
.mini-header ul li a{
  color: #ffffff;
}
.mini-header .social li{
  margin: 0 5px;
}
.mini-header .social li a{
  background-color: #ffffff;
  color: #00bb9d;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
}
.mini-header .social li a:hover{
  transform: translateY(4px)
}
.navbar{
    padding: 5px 15px;
    background-color: #ffffff;
    transition: .3s;
    box-shadow: 0 4px 33px 1px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 4px 33px 1px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 4px 33px 1px rgb(0 0 0 / 7%);
}
.blur{  
  background-color: rgba(255,255,255,.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  transition: .3s;
}
.navbar-brand img{
    max-height: 85px;
}
.navbar-light .navbar-nav .nav-link{
    color: #2b2b2b;
    font-family: 'Spartan', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #463d7a;
  font-weight: 700;
}
/* btn-15 */
.navbar-light .navbar-nav .nav-link::before{
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.navbar-light .navbar-nav .nav-link:hover::before{
  transform: scale3d(1,1,1);
}
.navbar-light .navbar-nav .nav-link::before{
  background: #463d7a;
  transform-origin: 100% 50%;
}
.navbar-light .navbar-nav .nav-link:hover::before{
  transform-origin: 0 50%;
}

/*  */
body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
.dropdown-item{
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Spartan', sans-serif;
  font-size: 13px;
  margin: 7px 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #01bb9d;
  background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}

.breadcrumb-item{
  font-size: 16px;
  text-shadow: -2px 4px 5px rgba(150, 150, 150, 0.31);
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #ffffff;
  content: "›";
}

.green-btn{
  background-color: #00ba9c;
  border-radius: 25px;
  border: 1px solid #00ba9c;
  padding: 4px 25px;
}

.footer .fas{
  margin-top: 4px;
}

/* Brochure Start*/

.download-brochure {
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 99;
}

.top-rightul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-rightul > li {
  margin-bottom: 25px !important;
}

.top-rightul li a {
  background-color: #463d7a;
  color: #ffffff;
  padding: 5px 8px;
  border: 2px solid #fff;
  font-size: 12px;
  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 25px;
}

#download_brochure .modal-content{
  padding: 30px;
  background-color: #463d7a;
}

#download_brochure .btn-close{
  position: absolute;
  right: -10px;
  top: -16px;
  color: #ffffff;
  background-color: #ffffff;
  opacity: 1;
  height: 25px;
  width: 25px;
  border-radius: 100%;
}

#download_brochure .form-control{
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
}

 #download_brochure   .form-select{
  background-color: #463d7a;
  border: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  background-image: url('../images/chevron-down.svg');
  color: #ffffff;
}

#download_brochure   .form-label {
  font-size: 18px;
}

footer {
    padding-bottom: 0 !important;
}

.copyright{
    padding: 20px 0;
}

.copyright p{
   margin-bottom: 0;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	


/* ============ mobile view ============ */
@media all and (max-width: 991px) {
	
	.offcanvas-header{ display:block; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; left:0;
	    height: 100vh;
	    z-index: 1200;
	    width:80%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
      background-color: #fff;
      padding: 30px;
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}

}	
/* ============ mobile view .end// ============ */
.owl-carousel.owl-drag .owl-item{
  width: 100%;
}
#masthead .owl-nav .owl-prev, #masthead .owl-nav .owl-next{
  position: absolute;
    top: 50%;
    transform: translateX(-20%);
    background: rgba(254, 193, 13, .3);
    width: 35px;
    cursor: pointer;
    height: 35px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#masthead .owl-nav .owl-prev:hover, #masthead .owl-nav .owl-next:hover{
  background: rgba(254, 193, 13, 1);
  transform: translateX(0);
}
#masthead .owl-nav .owl-prev {
  left: 20px;
}
#masthead .owl-nav .owl-next {
  right: 20px;
}
#masthead .owl-nav .owl-prev span, #masthead .owl-nav .owl-next span {
  font-size: 1.6875rem;
  line-height: 1;
  color: #fff;
}
#masthead .owl-nav{
  margin: 0;
}
.color-boxes{
  z-index: 1;
}
.color-boxes a{  
  width: 25%;
  text-align: center;
}
.color-boxes a{  
  padding: 60px 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: block;
  transition: .3s;
}
.color-boxes a:hover{  
  transform: translateY(-30px);
}
.color-boxes a:nth-child(1){  
  background-color: #463d7a;
}
.color-boxes a:nth-child(2){  
  background-color: #00bb9d;
}
.color-boxes a:nth-child(3){  
  background-color: #463d7a;
}
.color-boxes a:nth-child(4){  
  background-color: #00bb9d;
}
.section-padding{
  padding: 60px 0;
}
.h2center{
    color: #49407b;
    text-align: center;
    margin: 0 auto;
}
.h2center:after{
  content: '';
    display: block;
    width: 10vw;
    height: 2px;
    background-color: #463d7a;
    margin: 0 auto;
    margin-top: 10px;
}
.h2left{
  color: #49407b;
  text-align: left;
  margin: 0 auto;
}
.h2left:after{
content: '';
  display: block;
  width: 10vw;
  height: 2px;
  background-color: #463d7a;
  margin-top: 10px;
}
.partners img{
  border: 1px #ffffff solid;
  transition: .2s;
}
.partners img:hover{
  border: 1px #ddd solid;
  transform: scale(.95);
  border-radius: 6px;
}
.blue-bg-pattern{
  background-image:url('../images/home/pattern1.png');
  background-color: #25497e;
  background-size: cover;
  background-position: center;
}
.board .owl-nav .owl-prev, .board .owl-nav .owl-next, .news .owl-nav .owl-prev, .news .owl-nav .owl-next{
  position: absolute;
    top: -60px;
    right: 0;
    background: rgb(255 193 7) !important;
    width: 34px;
    cursor: pointer;
    height: 34px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.board .owl-nav .owl-prev, .news .owl-nav .owl-prev {
  margin-right: 50px;
}

.board .owl-nav .owl-prev span, .board .owl-nav .owl-next span, .news .owl-nav .owl-prev span, .news .owl-nav .owl-next span {
  font-size: 1.6875rem;
  line-height: 1;
  color: #fff;
}
.board .owl-nav, .news .owl-nav{
  margin: 0;
}
.board .item{
  transition: .3s;
}
.board .item:hover{
  transform: translateY(10px);
}
#video-tour .btn-close{
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #fec10d;
  border-radius: 100%;
  z-index: 1;
  padding: 10px;
    font-size: 12px;
}
.purple-bg-absolute{
  background-image:url('../images/home/pattern1.png');
  background-color: #463d7a;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  z-index: -1;
}
.transition{
  transition: .3s;
}
.play-btn:hover{
  transform: scale(1.2);
}
.offer-inner{
  position: relative;
  border-radius: 10px;
  margin: 1%;
  overflow: hidden;
  width: 23%;
}
.offer-inner:before{
  border-radius: 10px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.8) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  /* cursor: pointer; */
}
.offer-inner img{
  border-radius: 10px;
  transition: .3s;
  width: 100%;
}
.offer-inner:hover img{
  transform: scale(1.15);
}
.offer-inner h6{
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  transition: .3s;
}
.offer-inner:hover h6{
  bottom: 20px;
}
.home-courses .card{
  background-color: #463d7a;
  color: #ffffff;
  margin-top: 140px;
}
.home-courses{
  display: flex;
  justify-content: flex-end;
}
.home-courses img{
  position: absolute;
  width: 100%;
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-courses ul{
  list-style-image: url('../images/home/tick.png');
  margin-top: 30px;
  /* padding: 0; */
  font-size: 16px;
}
.home-courses ul li{
  margin-bottom: 15px;
}

.home-courses ul li a{
  color: #ffffff;
}
.news .item{
  box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 7%);
    transition: .3s;
}
.news .item:hover{
  transform: translateY(10px);
}
.news .item img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 350px;
  object-fit: contain;
}

.news .item .card{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}
footer{
  background-color: #463d7a;
  color: #fff;
}
footer ul{
  list-style: none;
  padding: 0;
  font-weight: 300;
}
footer ul li{
  margin-bottom: 10px;
}
footer ul li a, footer a{
  color: #fff;
}
footer ul li a:hover, footer a:hover{
  color: #fff;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background-color: #ffc107;
    color: #fff;
    width: 30px;
    height: 30px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #ffc107;
  color: #FFF;
}


@media (max-width:1024px){
  .color-boxes a {
    padding: 50px 15px;
    font-size: 16px;
}
h2 {
  font-size: 26px;
}
h1 {
  font-size: 36px;
}
h6, .home-courses ul{
  font-size: 14px;
}
.home-courses img {
  width: 85%;
}
.offer-inner {
  margin: 1%;
  width: 31%;
}

}

@media (max-width:768px){
.color-boxes a {
    padding: 30px 15px;
    font-size: 14px;
}
.big-p {
  font-size: 15px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 20px;
  padding: 18px;
}
.mini-header ul{
  font-size: 12px;
}
.home-courses img{
  position: relative;
}
.home-courses .card {
  margin-top: -50px;
}
h3 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
p, ul {
  font-size: 13px;
}
.btn-bars{
  padding: 0;
    width: 30px;
    height: 30px;
}
}

@media (max-width:576px){
.mini-header{
  padding: 8px 0;  
  background: linear-gradient(
45deg
, rgba(70,61,122,1) 0%, rgba(70,61,122,1) 50%, rgb(0 185 155) 50%, rgb(0 184 154) 55%, rgba(0,187,157,1) 55%, rgba(0,187,157,1) 100%);
}
.mini-header ul {
  font-size: 10px;
}
.mini-header ul li {
  margin: 1px 0;
}
.navbar {
  padding: 5px 5px;
}
.navbar-brand img {
  max-height: 60px;
}
.color-boxes a {
  padding: 20px 10px;
  font-size: 11px;
}
.color-boxes {
  flex-wrap: wrap;
}
.color-boxes a {
  width: 50%;
}
.color-boxes a:nth-child(1){
  order: 1;
}
.color-boxes a:nth-child(2){
  order: 2;
}
.color-boxes a:nth-child(3){
  order: 4;
}
.color-boxes a:nth-child(4){
  order: 3;
}
#masthead .owl-item img {
  display: block;
  height: auto;
  /* min-height: 40vh; */
  width: 100%;
  /* object-fit: cover; */
}
.section-padding {
  padding: 30px 0;
}
.big-p {
  font-size: 12px;
}
p, ul {
  font-size: 11px;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 16px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.home-courses ul {
  font-size: 11px;
}
.offer-inner {
  margin: 2%;
  width: 46%;
}
.home-courses .card {
  margin-top: -20px;
}
.home-courses img {
  width: 100%;
}
.home-courses ul{
  margin-top: 15px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  padding: 10px;
}
.dropdown-item {
  font-size: 10px;
  white-space: normal;
}
.fotm-bg-pattern .form-control, .fotm-bg-pattern .form-select {
  font-size: 14px;
}
.home-courses ul{
  font-size: 14px;
}

#download_brochure   .form-label {
  font-size: 16px;
}
}