@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&display=swap');

*,
*::after,
*::before{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root{
  --font: 'DM Sans', sans-serif;

}
html{
  scroll-behavior: smooth;
}

body{
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

/* .container{
  border-right: 2px solid red;
  border-left: 2px solid red;
} */

a{
  text-decoration: none;
  color: #000;
}

ul,li{
  list-style: none;
  padding: 0;
  margin: 0;
}

button{
  border: none;
  outline: none;
  background-color: transparent;
}



.img-fluid{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  outline: none;
  border: none;
}



/* BANNER START */
.banner{
  position: relative;
  height: 600px;
  padding: 0;
  margin: 0;
}



.banner header{
  position: absolute;
  left: 0;top: 0;right: 0;
  transition: 0.3s ;
}

header.sticky{
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  transition: 0.3s ;
}

.banner header .header-top{
  padding: 15px 0;
  margin: 0;
}

.banner header .header-top .logo-block{
  width: 10rem;
}

.banner header .header-top .primary-nav{
  position: relative;
}

.banner header .header-top .primary-nav .search-block{
  position: absolute;
}

.banner header .header-top .primary-nav ul{
  padding: 0;
  margin: 0;
}

.banner header .header-top .primary-nav ul li{
  padding: 0;
  margin: 0;
}

.banner header .header-top .primary-nav ul li a{
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}

.banner header .header-top .primary-nav ul li a:hover{
  color: #20A59A;
}

.banner header .header-top .primary-nav ul li button{
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

.banner header .header-top .primary-nav ul li button:hover{
  color: #20A59A;
}


.banner header .header-top .primary-nav .search-block{
  padding: 0;
  margin: 0;
  width: 100%;
  display: none;
}

.banner header .header-top .primary-nav .search-block .form-control{
  font-family: inherit;
  font-size: 16px;
  color: #000;
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 8px;
  padding: 10px 15px;
  margin: 0 0 15px 0;
}

.banner header .header-top .primary-nav .search-block .form-control::placeholder{
  color: #000;
}

.banner header .header-top .primary-nav .search-block .form-control:focus{
  border: none;
  outline: none;
  box-shadow: none;
}

.banner .hero-text{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.banner .hero-text .content{
  display: flex;
  flex-direction: column;
}

.banner .hero-text .content h1{
  order: 2;
  color: #fff;
  font-family: inherit;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0;
  margin: 22px 0;
}

.banner .hero-text .content h2{
  order: 1;
  font-family: inherit;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}

.banner .hero-text .content a{
  width: 15%;
  order: 3;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #20A59A;
  padding: 10px 12px;
  transition: 0.3s ease;
}

.banner .hero-text .content a:hover{
  background-color: #298d85;
}

/* Banner End */







/* classes-section-start */

.classes-section{
  padding: 50px 0 0 0;
  margin: 0;
}


.classes-section .container .div{
  position: relative;
  top: -90px;
}

.classes-section .container .logo-block{
  background-color: #1EA69A;
  height: 450px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.classes-section .container .logo-block .icon a{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.classes-section .container .logo-block .icon {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.classes-section .container .logo-block .icon:nth-child(1) {
  background-color: #189489;
}

.classes-section .container .logo-block .icon:nth-child(2) {
  background-color: #1a9e93;
}

.classes-section .container .logo-block .icon .bi{
  font-size: 50px;
  color: #fff;
}

.classes-section .container .logo-block span{
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
}

.classes-section .container .card{
  background-color: #fff;
  border: none;
  padding: 0;
  height: 345px;
  background: #fff;
  padding: 10px 15px;
}

.classes-section .container .card h5{
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  text-transform: capitalize;
  padding: 0;
  margin: 0 0 10px 15px;
  position: relative;
}

.classes-section .container .card h5::before{
  content: '';
  position: absolute;
  width: 3px;
  height: 21px;
  background-color: #20A59A;
  top: 44%;
  left: -6%;
  transform: translate(-50%, -40%);
}

.classes-section .container .card .card-img{
  padding: 0;
  margin: 0 0 10px 0;
}

.classes-section .container .card h6{
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  text-transform: capitalize;
  padding: 0;
  margin: 0 0 10px 15px;
}

.classes-section .container .card p{
  font-family: inherit;
  font-size: 14px !important;
  font-weight: 400;
  color: #8f8b8b;
  line-height: 1.4;
  text-transform: capitalize;
  padding: 0;
  margin: 0 0 10px 15px;
}

.classes-section .container .card a{
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  color: #20A59A;
  line-height: 1.3;
  text-transform: capitalize;
  padding: 0;
  margin: 0 0 10px 15px;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  transition: 0.3s ease;
}

.classes-section .container .card a:hover{
  color: #000;
}




/* classes-section-end */




/* about-edufair-section-start */

.about-edufair-section{
  padding: 0;
  margin: 0;
  padding-bottom: 50px;
  padding-top: 50px;
}

.about-edufair-section .container .left-img-block{
  padding: 0;
  margin: 0;
}

.about-edufair-section .container .left-img-block .content-wraper .img{
  padding: 0;
  margin: 0;
}

.about-edufair-section .container .right-text-block{
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.about-edufair-section .container .right-text-block .content-wraper{
  padding: 20px;
  margin: 0;
  width: 78%;
}

.about-edufair-section .container .right-text-block .content-wraper h4{
  font-family: inherit;
  font-size: 25px;
  color: #000;
  line-height: 1.3;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  position: relative;
}

.about-edufair-section .container .right-text-block .content-wraper h4::after{
  position: absolute;
  content: '';
  bottom: -4px;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #1DA696;
}

.about-edufair-section .container .right-text-block .content-wraper p{
  font-family: inherit;
  font-size: 14px;
  color: #8f8b8b;
  line-height: 1.3;
  font-weight: 400;
  margin:0 0 10px 0;
}

.about-edufair-section .container .right-text-block .content-wraper a{
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    background-color: #30A199;
    padding: 5px 10px;
    margin-top: 40px;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.about-edufair-section .container .right-text-block .content-wraper a:hover{
  background-color: #298d85;
}


/* about-edufair-section-end */



/* footer start */

footer{
  padding: 20px 20px;
  margin: 0;
  background-color: #262626;
  height: 370px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .footer-contact-wrapper .logo-block {
  width: 10rem;
  margin-bottom: 20px;
}

footer .footer-contact-wrapper .text-block{
  padding: 0;
  margin: 0;

}

footer .footer-contact-wrapper .text-block ul{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

footer .footer-contact-wrapper .text-block ul li{
  padding: 0;
  margin: 0;
}

footer .footer-contact-wrapper .text-block ul li a{
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s ease;
}

footer .footer-contact-wrapper .text-block ul li a:hover{
  color: #7e7878;
}

footer .footer-contact-wrapper .text-block ul li a .bx{
  font-size: 22px;
}

footer .company-wrapper{
  padding: 0;
  margin: 0;
} 

footer .company-wrapper h4{
  font-family: inherit;
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 15px;
}

footer .company-wrapper ul{
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .company-wrapper ul li{
  padding: 0;
  margin: 0;
}

footer .company-wrapper ul li a{
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}

footer .company-wrapper ul li a:hover{
  color: #7e7878;
}

footer .useful-link-wrapper h4{
  font-family: inherit;
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 15px;
}

footer .useful-link-wrapper ul{
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .useful-link-wrapper ul li{
  padding: 0;
  margin: 0;
}

footer .useful-link-wrapper ul li a{
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .useful-link-wrapper ul li a:hover{
  color: #7e7878;
}


footer .support-wrapper h4{
  font-family: inherit;
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 15px;
}

footer .support-wrapper ul{
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .support-wrapper ul li{
  padding: 0;
  margin: 0;
}

footer .support-wrapper ul li a{
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .support-wrapper ul li a:hover{
  color: #7e7878;
}

footer .community-wrapper h4{
  font-family: inherit;
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 15px;
}

footer .community-wrapper ul{
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .community-wrapper ul li{
  padding: 0;
  margin: 0;
}

footer .community-wrapper ul li a{
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .community-wrapper ul li a:hover{
  color: #7e7878;
}

/* footer end */










@media only screen and (max-width: 1400px){

  .banner .hero-text .content a {
    width: 18%;
}

}




@media only screen and (max-width: 1200px){

.banner .hero-text .content a {
    width: 20%;
}

.my-slider .slick-arrow.btn-prev {
  left: 91%;
}

.my-slider .slick-arrow.btn-prev {
    left: 87% !important;
}

.my-slider .slick-arrow.btn-next {
    right: 38px !important;
}

}




@media only screen and (max-width: 995px){
  .d-flex.justify-content-between.align-items-center {
    gap: 40px;
}

ul.d-flex.gap-5.align-items-center {
  gap: 25px !important;
}

.banner header .header-top .primary-nav { 
    width: 79%;
}

.banner .hero-text .content a {
    width: 27%;
}

.banner .hero-text .content a {
  font-size: 11px;
}

.banner .hero-text .content h1{
  font-size: 41px;
}

.classes-section .container .card {
    height: 375px;
}

div#courses {
  padding: 50px 0 0 0;
}

.my-slider .slick-arrow.btn-prev{
    left: 85% !important;
}

.my-slider .slick-arrow.btn-next{
    right: 25px !important;
}

.col-lg-4.col-md-8 {
  margin-bottom: 35px;
}

.col-lg-4.col-md-4 {
  margin-bottom: 35px;
}

footer {
    height: 410px;
}

}

@media only screen and (max-width: 768px){
  .d-flex.justify-content-between.align-items-center {
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: center !important;
}

.classes-section .container .card {
    height: 488px;
}

.my-slider .slick-arrow.btn-prev {
    left: 80% !important;
}

.course-section  .content-wrapper {
    height: 550px !important;
}

.banner .hero-text .content a {
    width: 31%;
}

.course-section .container .slider-section .my-slider div .text-block {
    padding: 2px !important;
}

h4{
    font-size: 20px;
    font-weight: 600;
}

.about-edufair-section .container .right-text-block .content-wraper {
    width: 100%;
}

footer {
    height: 500px;
}

}