
/* 
Theme : Sanjay 1.0,
Version : 1.0,
Author : Sanjay
*/
/**************************************
                General
**************************************/

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

}
html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}
html::-webkit-scrollbar{
  width: 2px;
  background-color: #7595ff4d;
}
html::-webkit-scrollbar-thumb{
  background: var(--theme-blue-gradient);
  border-radius: 50rem;
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
a, button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  
}
ol,ul{
padding: 0;
margin: 0;
list-style-type: none;
}

body{
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
}

a,a:hover,a:focus{
  color: currentColor;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  text-decoration: none;
}
h1{
  font-family: 'Butler Bold';
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s; 
}
h2,h3,h4 {
  
  transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s; 
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
main{
  overflow: hidden;
}
img {
max-width: 100%;
height: auto;
}
.container-fluid{
  padding: 0 135px;
}
/**************************************
      Menu
**************************************/
.topbar{
  background: #FFBD15;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 1px;
  gap: 4px;
}
.topbar p{
color: #060606;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 41px;
text-transform: capitalize;
margin: 0;
}
.join-btn{
  width: 103px;
  height: 33px;
  border-radius: 60px;
  background: #0B0B0B;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-btn:hover{
  background: #00B2E3;
  color: #ffffff;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 17px;
}
#header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}

/**************************************
                Helper Class
**************************************/
.section-gap{
  padding: 60px 0;
}
.primary-btn{
  border: 0;
  border-radius: 60px;
  background: #00B2E3;
  color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 22px;
letter-spacing: 0.4px;
text-transform: capitalize;
  padding: 16px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.primary-btn:hover{
  background-color: #FDCB4D;;
}
.btn-big{
  border-radius: 60px;
  background: #FDCB4D;
  color: #181818;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0.44px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 18px 35px;
}
.btn-big:hover{
  background-color: #000000;
  color: #fff;
}
.container {
  max-width: 1200px;
}
.btn-group{
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-group img{
  transition: all 0.5s;
}
.btn-group img:hover{
  transform: scale(1.1);
}
.header.sticky {
  background: #011120;
  animation: slideDown 0.35s ease-out;
  position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0px 0px 10px 0px #000;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}
/*************************************
                Home Page
**************************************/
.hero{
  background-image: url(../img/banner-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -50px;
}
/* .blockquote {
  position: relative;
}
.blockquote h1 {
  position: relative;
  border: 2px solid #fff;
  border-radius:20px;
  padding: 25px;
}
.blockquote h1:after {
  content:"";
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3; 
}

.blockquote h1:before {
  content:"";
  position: absolute;
  width: 80px;
  border: 6px solid #40312a;
  bottom: -3px;
  left: 50px;
  z-index: 2;
}
.blockquote h3 {
  position: relative;
  margin: 0;
  padding-top: 15px;
  z-index: 1;
  margin-left:130px;
  padding-left:12px;
}

.blockquote h3:first-letter {
margin-left:-12px;
} */
h1{
  color: #FFF;
  font-family: 'nirmalab';
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1.68px;
  margin-bottom: 10px;
}
.hero h3{
  color: #FFBD15;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}
.hero p span{
  color: #FFBD15;
}
.hero p{
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 41px;
  text-transform: lowercase;
  margin-bottom: 24px;
}

.banner-content {
  width: 60%;
  padding-block: 248px;
  margin-top: 100px;
  padding-bottom: 135px;
}
.hero{
  overflow: hidden;
}
.hero .container-fluid{
  position: relative;
}
.banner-img img {
  position: absolute;
  text-align: center;
  z-index: 1;
  bottom: 0;
  right: 8%;
}
.social-media {
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 1%;
  z-index: 1;
  gap: 10px;
  align-items: center;
}
.social-media .line{
  width: 149px;
height: 2px;
background-color: #fff;
}
.social-media a{
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(46px);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16%;
}
.social-media a:hover{
  background: #00B2E3;
}
/************************************
   Tab Menu
************************************/
.tab-menu {
  background: #FFF;
  box-shadow: 0px 17px 35px 0px rgba(0, 0, 0, 0.11);
  z-index: 999;
  position: relative;
}
.tab-menu.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.tab-menu ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-menu ul li{
  display: block;
  width: 100%;
  text-align: center;
}
.tab-menu ul li a{
  color: #000;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 41px;
text-transform: capitalize;
padding-block: 20px;
display: block;
position: relative;
}
.tab-menu ul li.active a::after{
  content: '';
  background: #FFBD15;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/********************************
    About
************************************/
h2{
color: #000;
font-family: 'nirmalab';
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 55px;
margin-bottom: 5px;
}
p{
  color: #4C4C4C;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
h5{
color: #000;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 28px;
text-transform: capitalize;
margin-bottom: 10px;
}
.list-item{
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.list-item p{
color: #000;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 50px;
text-transform: capitalize;
width: 47%;
position: relative;
padding-left: 42px;
}
.list-item p::before{
  content: '';
  background-image: url(../img/check.webp);
  width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
.control {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-video {
  position: relative;
}
.about-video a{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-video a:hover span{
  background: rgb(0, 178, 227);
  transform: scale(1.1);
}
.about-video a span {
  position: absolute;
    z-index: 10;
    box-sizing: content-box;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 178, 227, 0.72);
    width: 121px;
    height: 70px;
    transition: all .5s
}
.about{
  background: #FFFAF6;
}
.about .btn-big{
  background: #0077B5;
  color: #fff;
  padding: 9px 9px;
  padding-right: 20px;
  margin-top: 10px;
}
.about .btn-big:hover{
  background: #045480;
}
.about .btn-big:hover span{
  background-color: #0077B5;
}
.about .btn-big span{
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background-color: #045480;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.mx-auto{
  margin-inline: auto;
}
h6{
color: #000;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 20px;
text-transform: capitalize;
margin-bottom: 10px;
}
.box{
border-radius: 28px;
background: #FFF;
box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.05);
display: flex;
align-items: center;
gap: 20px;
padding: 15px 25px;
transition: all .5s;
}
.box h4{
color: #000;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 35px;
text-transform: capitalize;
width: 70%;
}
.box span{
width: 116px;
height: 116px;
border: 1px solid #D7D7D7;
position: relative;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
position: relative;
}
.box span::after{
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px solid #D7D7D7;
}
.box:hover{
  transform: translateY(-5px);
}
.box:hover span{
  background-color: rgb(0 178 227 / 4%);
  border: 1px solid #00b2e3;
}
.box:hover span::after{
  border: 1px solid #00b2e3;
}
.promote h2{
  margin-bottom: 10px;
}
.promote h6{
  margin-bottom: 10px;
}
.promote p{
  margin-bottom: 50px;
}
.help{
  background-image: url(../img/help-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-block: 80px;
}
.help :is(h2,h5,p){
  color: #fff;
  margin-bottom: 20px;
}
.help .list-item p{
  width: 100%;
  margin-bottom: 10px;
}
.help .btn-big{
  margin-top: 30px;
}
.help .img1{
  position: absolute;
  bottom: 0;
  left: 0;
}
ul.tabs{
  margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 40px;
    gap: 20px;
}
ul.tabs li{
  background: none;
    padding: 10px 25px;
    cursor: pointer;
    border: 1px solid #D8D8D8;
    height: 65px;
    display: block;
    border-radius: 50rem;
    color: #242424;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px;
letter-spacing: 0.4px;
text-transform: capitalize;
display: flex;
    align-items: center;
    gap: 10px;
    transition: all .5s;
}
ul.tabs li img{
  width: 40px;
}
ul.tabs li.current,ul.tabs li:hover{
background: #FFBD15;
box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.12);
}

.tab-content{
  display: none;
  background-color: #FFF;
border: 1px solid #EBEBEB;
filter: drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.05));
  padding: 35px;
  border-radius: 20px;
}
.tab-content h2{
  margin-bottom: 15px;
}
.tab-content.current{
  display: inherit;
}
.tab-content .list-item p{
  padding-left: 30px;
width: 100%;
}
.tab-content .list-item p::before{
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background-color: #00B2E3;
  box-shadow: 0px 0px 0px 3px rgb(0 178 227 / 21%);
  background-image: none;
  border-radius: 50%;
  top: 20px;
  left: 7px;
}
.logo-slider{
  border-radius: 28px;
border: 1px solid #E2E2E2;
padding: 20px;
height: 80%;
display: flex;
    align-items: center;
    justify-content: center;
}
.logo-item{
  height: 100%;
}
.edu-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: #00b2e300;
  color: transparent;
  border-radius: 50%;
}
.slick-dots li {
  position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    padding: 2px;
    cursor: pointer;
    border: 1px solid #00B2E3;
    border-radius: 50%;
}
.slick-dots li.slick-active button{
  background: #00b2e3;
}
.slick-dots {
  bottom: -40px;
}
.happy-client h2{
  margin-bottom: 40px;
}
.happy-client .slick-list{
  margin: 0 -15px;
}
.happy-client .slick-slide{
  margin: 0 15px;
}
.video-box img{
  width: 100%;
  height: 100%;
}
.video-box a img{
  filter: brightness(0) saturate(100%) invert(76%) sepia(57%) saturate(1646%) hue-rotate(344deg) brightness(105%) contrast(104%);
  width: 20px;
  height: auto;
}
.text-center{
  text-align: center;
}
.video-box{
  position: relative;
}
.happy-client .video-box{
  position: relative;
  overflow: clip;
}
.happy-client .video-box img{
  transition: all .5s;
}
.happy-client .video-box:hover img{
  transform: scale(1.1);
  opacity: .9;
}
.video-box a{
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box a img{
  position: relative;
  z-index: 2;
}
.video-box a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: 0;
}
.video-box a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
  border-radius: 50%;
  transition: all .5s;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.slick-arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #00B2E3;
  border-left: 1px solid #00B2E3;
  display: inline-block;
  transform: rotate(135deg);
  margin-right: 5px;
  opacity: 1;
  transition: all .5s;
}
.slick-arrow.slick-prev::before {
  transform: rotate(316deg);
  margin-left: 8px;
}
.slick-arrow {
  width: 38px;
height: 38px;
  border-radius: 50%;
  background-color: #FFF;
filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.25));
  z-index: 1;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.slick-arrow:hover,.slick-arrow:focus{
  background-color: #00B2E3;
}
.slick-arrow:hover::before,
.slick-arrow:focus::before{
  border-top: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
}
.happy-client{
  background-image: url(../img/happy-client-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.c-logo{
  border-radius: 8px;
border: 1px solid #E5E5E5;
background: #FFF;
width: 202px;
height: 103px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
transition: all .5s;
}
.c-logo:hover{
  transform: translateY(-5px);
}
.client-logo {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 25px;
  justify-content: center;
  margin-top: 40px;
}
.goal{
  position: relative;
    background-image: url(../img/goal-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    padding-bottom: 0;
}
.img2 {
  margin-bottom: -5px;
} 
.goal :is(h2,p){
  color: #fff;
}




/* Modal */
.fade {
  transition: opacity .15s linear;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem;
  pointer-events: none;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1.75rem * 2);
  height: 100%;
}
.modal-dialog {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgb(0, 9, 19);
  box-shadow: 0px 0px 18px 0px rgb(136,254,231);
  background-clip: padding-box;
  border-radius: 20px;
  outline: 0;
  overflow: hidden;
}
.modal form {
  padding: 30px 10px;
}
.enqform .btn-close {
  position: absolute;
    right: 0px;
    top: 0;
    box-shadow: 0px 0px 3px 0px #00000040;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff1f;
    opacity: 1;
    font-size: 25px;
    color: rgb(136,254,231);
    z-index: 10;
    transition: all .4s;
}
.enqform .btn-close:hover{
  background: #ffffff00;
}
.modal .contact{
  background-color: rgb(0, 9, 19);
}
.modal .contact img{
  z-index: 1;
  bottom: 0px;
    left: -62px;
    width: 70%;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
  width: 400px;
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  border-left: 1px solid #1313132d;
  transform: translateX(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.offcanvas-header,
.offcanvas .offcanvas-header.form-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  position: relative;
  background: var(--theme-color-gradient);
}

.offcanvas .heading-section h2 {
  position: relative;
  bottom: unset;
  font-size: 40px;
}

.offcanvas .heading-section {
  margin: 0;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
  background: url(../img/help-bg.webp);
}
.form-input {
  width: 100%;
    font-size: 18px;
    padding: 16px 22px;
    background-color: #ffffff33;
    border: 0;
    border-radius: 10px;
    outline: none;
    color: #fff;
    margin-bottom: 10px;
}
select option{
  color: #000;
}
.form-input:focus{
  outline: 1px solid var(--theme-light);
}
.form-input::placeholder{
  color: #fff;
}
.form-group.submit-btn {
  position: relative;
  z-index: 9;
}
.submit-btn .primary-btn{
  width: 100%;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.offcanvas-body::-webkit-scrollbar {
  width: 0;
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.show {
  opacity: .5;
}

.fade {
  transition: opacity .15s linear;
}

button.btn-close img {
  border-bottom: 1px solid #6f5036;
  padding-bottom: 4px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(132deg) brightness(110%) contrast(101%);
}

button.btn-close {
  width: 50px;
  height: 50px;
  opacity: 1;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50%;
  flex-direction: column;
  gap: 5px;
  background: #00B2E3;
  transition: all .5s;
  /* position: absolute;
    right: 9px;
    top: 10px; */

}

button.btn-close:hover {
  background-color: #000;
}

/************************************
    Footer
************************************/
footer{
  background-image: url(../img/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 60px;
  padding-bottom: 20px;
}
footer .social-media{
  position: relative;
  bottom: unset;
  right: unset;
}
footer h4{
color: #FFF;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 35px;
text-transform: capitalize;
position: relative;
margin-bottom: 20px;
}
footer h4::after{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 20px;
height: 2px;
  background:#FFBD15;
}
footer p,footer ul li a{
  font-size: 18px;
  color: rgb(255, 255, 255);
}
footer ul li a{
  padding: 10px;
  display: block;
}
footer a:hover p,footer ul li a:hover{
  color: #FFBD15;
}
footer .logo{
  margin-bottom: 20px;
}
.list {
  margin-bottom: 15px;
}
.location-list{
  position: relative;
  padding-left: 25px;
}
.location-list img{
  position: absolute;
  left: 0;
  top: 7px;
}
.country-list p{
  display: flex;
  align-items: center;
  gap: 6px;
}
.information h2{
  margin-bottom: 15px;
}

.information a{
  color: #00B2E3;
}
.information ol{
  list-style-type: auto;
  padding-left: 18px;
}
.information ul{
  list-style-type: disc;
  padding-left: 22px;
}

.img-slider {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
    border: 1px solid #E2E2E2;
    padding: 20px;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.img-slider .edu-logo {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 170px;
  transition: opacity 0.5s ease, left 0.5s ease;
}
.img-slider .edu-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-slider .edu-logo.active {
  display: block;
  transition: opacity 0.5s ease, left 0.5s ease;
}

.slider-dots {
  text-align: center;
  margin-top: 20px;
}

.slider-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff00;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
}
.slider-dot:after{
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #00b2e3;
  border-radius: 50%;
  transform: scale(1.7);
}
.slider-dot.active {
  background-color: #00b2e3;
}



/* fixed icon css start */

#enquire_btn {
  background-color: #42B24A;
  border: 1px solid #fff;
  position: fixed;
  top: 80%;
  right: -47px;
  padding: 9px 20px 9px 60px;
  z-index: 1000;
  rotate: -90deg;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 6px 0 #00000075;
}
a#enquire_btn.enquire-now {
    top: 44%;
    padding: 9px 20px;
    right: -25px;
    background-color:#00b2e3;
}

#enquire_btn:hover {
  background-color: #000;
}

#enquire_btn:hover p {
  color: #fff;
}

.popup_icon {
  position: absolute;
  top: 0px;
  left: 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  border-radius: 0px;
}

#enquire_btn p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
}

#popup {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(50, 50, 50, 0.9);
  z-index: 100000;
}

/* fixed icon css end */


/* contact page css */

.Contact h2 {
  margin-bottom: 15px;
}

.contact_con {
  display: grid;
  grid-template-columns: auto auto;
  align-items: start;
  justify-content: start;
}

.contact_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00b2e3;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 4px solid #01112041;
  padding: 8px;
  transition: all 0.5s;
  margin-right: 20px;
}

.contact_con:hover .contact_icon {
  background-color: #011120;
}

.contact_txt h3 {
  font-size: 20px;
  line-height: 36px;
  position: relative;
  color: #011120;
  transition: all 0.5s;
}

.contact_con:hover .contact_txt h3 {
  color: #00b2e3;
}

.contact_txt h3::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 35px;
  background-color: #00b2e3;
}

.contact_con .contact_txt a {
  transition: all 0.5s;
}

.contact_con:hover .contact_txt a {
  color: #FFBD15 !important;
}

.form_design :is(input:not([type=radio]):not([type=checkbox]):not([type=submit]), select, textarea) {
  border: 1px solid #00b2e3 !important;
  border-radius: 5px;
  background-color: transparent;
  padding: 12px 15px;
  color: #242424;
  background-color: #fff;
  width: 100%;
  font-size: 13px;
  margin: 7px 0;
  border: none;
  font-family: var(--body-font);
}

.form_design :is(input:not([type=radio]):not([type=checkbox]):not([type=submit]), select, textarea):focus-visible {
  outline: none;
}

.form_design textarea {
  height: 80px;
}

.form_design input[type=submit] {
  border: 1px solid var(--main-clr);
  padding: 15px 40px;
  color: #fff;
  width: 100%;
  cursor: pointer;
  width: fit-content;
  margin-top: 10px;
  border-radius: 50px;
  font-size: 16px;
  transition: all 0.5s;
}

.form_design input[type=submit]:hover {
  color: #000;
}

.contact_form {
  padding: 20px;
  box-shadow: 0px 0px 8px 0px #58585886;
}

.map iframe {
  width: 100%; 
  height: 450px;
  border:0;
}



.social-media .social_icon1:hover {
  background-color: #1877F2;
}

.social-media .social_icon2:hover {
  background-color: #0077B5;
}

.social-media .social_icon3:hover {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social-media .social_icon4:hover {
  background-color: #000;
}
.social-media .social_icon5:hover {
  background-color: #FF0000;
}



/*******************************
  Responsive
********************************/
@media (max-width: 1920px) { 
  
}

@media (max-width: 1440px), (max-width: 1366px){
  h1 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 0px;
}
.hero h3 {
  font-size: 30px;
  margin-bottom: 3px;
}
.hero p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
.banner-img img {
  right: 8%;
  width: 32%;
}
.banner-content {
  width: 65%;
  padding-block: 117px;
  margin-top: 122px;
}
p {
  font-size: 14px;
  line-height: 22px;
}
h5 {
  font-size: 24px;
}
.list-item p {
  font-size: 20px;
    line-height: 22px;
    padding-left: 30px;
}
ul.tabs li {
  padding: 7px 13px;
  height: 56px;
  font-size: 20px;
  gap: 7px;

}
ul.tabs {
  gap: 16px;
}
.list-item p::before {
  top: 2px;
  background-size: 20px;
  background-repeat: no-repeat;
}
h2 {
  font-size: 30px;
  line-height: 36px;
}
h6 {
  font-size: 18px;
}
.box {
  gap: 12px;
  padding: 12px 15px;
}
.box span {
  width: 100px;
  height: 100px;
  padding: 18px;
}
.box span::after {
  inset: 7px;
}
.box h4 {
  font-size: 22px;
  line-height: 27px;
  width: 64%;
}
.help .list-item p {
  width: 100%;
  margin-bottom: 10px;
  line-height: 22px;
  padding-left: 28px;
}
.help :is(h2,h5,p) {
  margin-bottom: 16px;
}
.help .img1 {
  position: absolute;
    bottom: 0px;
    left: 40px;
    width: 47%;
}
.img2 {
  margin-bottom: -5px;
  width: 75%;
}
.client-logo {
  gap: 20px 20px;
}
.c-logo {
  width: 139px;
  height: 70px;
}
footer p {
  font-size: 14px;
}
.location-list img {
  position: absolute;
  left: 0;
  top: 3px;
}
.tab-content .list-item p::before {
  top: 8px;
  left: 7px;
}
.help {
  padding-block: 35px;
}
.help .btn-big {
  margin-top: 12px;
}
a#enquire_btn.enquire-now {
    top: 32%;
}
}
@media (max-width: 1366px) {
 
}
@media (max-width: 1199.98px) { }

@media (max-width: 991.98px) { 
 
}
@media (max-width: 575.98px) { 
  .container-fluid {
    padding: 0 10px;
}
.topbar p {
  font-size: 12px;
  line-height: 22px;
}
.join-btn {
  width: 90px;
  height: 28px;
  font-size: 13px;

}
.flex-between {
  padding-block: 6px;
}
.primary-btn {
  font-size: 14px;
  padding: 10px 20px;
}
h1 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
}
.hero h3 {
  font-size: 18px;
  line-height: 27px;
}
.hero p {
  font-size: 14px;
  line-height: 22px;
}
.banner-content {
  width: 100%;
  padding-block: 79px;
  margin-top: 60px;
  padding-bottom: 10px;
  text-align: center;
}
.banner-img img {
  right: 1%;
  position: relative;
  width: 100%;
}
.social-media .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.btn-big {
  font-size: 14px;
  padding: 0px 23px;
}
.tab-menu ul li a {
  font-size: 16px;
  line-height: 41px;
  padding-block: 1px;
}
.section-gap {
  padding: 30px 0;
}
h2 {
  font-size: 20px;
  line-height: 24px;
}
h5 {
  font-size: 18px;
}
p {
  line-height: 20px;
}
.list-item p::before {
  background-size: 14px;
  background-repeat: no-repeat;
  top: 1px;
}
.list-item p {
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
  margin-bottom: 6px;
}
.about .btn-big span {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.about .btn-big {
  padding: 5px 6px;
  padding-right: 12px;
}
.about-video a span {
  width: 70px;
  height: 45px;
  padding: 22px;
  box-sizing: border-box;
}
h6 {
  font-size: 14px;
}
.box span {
  width: 80px;
  height: 80px;
  padding: 18px;
}
.box {
  gap: 12px;
  padding: 6px 15px;
}
.box h4 {
  font-size: 18px;
  line-height: 24px;
  width: 64%;
}
.help {
  padding-block: 30px;
}
.help h2{
  line-height: 30px;
}
.help .img1 {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.help .btn-big {
  margin-top: 10px;
}
ul.tabs {
  margin-block: 30px;
  gap: 8px;
  flex-wrap: wrap;
}
ul.tabs li {
  padding: 8px 8px;
    height: 38px;
    font-size: 13px;
    line-height: 28px;
    gap: 5px;
}
ul.tabs li img {
  width: 20px;
}
.tab-content {
  padding: 15px;
}
.tab-content .list-item p {
  padding-left: 25px;
  width: 100%;
}
.tab-content .list-item p::before {
  top: 4px;
  left: 7px;
}
.slick-dots {
  bottom: -30px;
}
.client-logo {
  gap: 10px 10px;
}
.c-logo {
  width: 105px;
  height: 50px;
}
footer {
  padding-block: 30px;
  padding-bottom: 10px;
}
.social-media a {
  width: 43px;
  height: 43px;
}
.offcanvas-header, .offcanvas .offcanvas-header.form-box {
  padding: .3rem 1rem;
}
.offcanvas .heading-section h2 {
  position: relative;
  bottom: unset;
  font-size: 26px;
}
.contact_txt h3 {
  font-size: 16px;
  line-height: 34px;
}
.contact_icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.popup_icon{
  width: 40px;
}
#enquire_btn p{
  font-size: 12px;
}
}

