@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
 margin: 0;
 padding: 0;
}
a, a:hover{
    text-decoration: none;
}
img{
    vertical-align: middle;
    border: none;
}
ol,ul{
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li{
    margin: 0;
    padding: 0;
}
body{
   font-family: 'Roboto', sans-serif;
}
h4{
    font-size: 40px;
    color:#EC539A;
    font-weight: 600;
    font-family: "Poppins",sans-serif;  
}
/*---Common Style---*/
/*--- Loader---*/


/*---dd---*/
.top-header{
    background: #fff;
}
.top-header a{
    text-decoration: none;
    padding: 8px 16px;
    color: #6e6f72;
    font-size: 14px;
    font-weight: 400;
}
.top-header i{
    margin-right: 5px;
}
.header{
    background: transparent;
    position: relative;
    
}
/*--- End Top Header---*/

navbar {
    padding: 50px 0px !important;
    box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
}

ul.dropdown-menu {
    width: 14vw;
    border-radius: 0px;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 16px;
    text-decoration: none;
    padding: 0px;
    list-style-type: none;
    animation: mymove 0.5s;
    background-color: #fff;
    box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
}

li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.dropdown-menu li:hover a {
    color: #EC539A;
    margin-left: 10px;
    transition: .5s;
}

.dropdown-menu li {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    display: block;
}

.dropdown-menu li a {
    color: #444;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.5s;
}

@keyframes mymove {
    from {
        left:100px;
        height: 0px;
        opacity: 0;
        border-bottom: 0px;
    }

    to {
        height: auto;

    }
}

.navbar-nav a.nav-link {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 0px !important;
    
}

ul.navbar-nav li.nav-item {
    margin: 0 20px;
}

ul.navbar-nav .nav-item:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    transition: width .5s ease, background-color .5s ease;
}

.navbar-nav .nav-item:hover:after {
    width: 100%;
    background: #030D4A;
}
.nav-item i:hover{
    transform: rotate(18deg);
  
}
.navbar-nav{
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    
}
.navbar-nav .nav-item .nav-link{
    color: #092581;
    font-weight: 600;
    transition: 0.5s;
}
.navbar-nav .nav-item .nav-link:hover{
    color: #030D4A;
}
.admisson{
    padding: 0px 50px;
    font-size: 20px;
    color: #0A2279;
    background: #092581;
    padding: 8px 30px;
    border-radius: 32px 32px 0 32px;
    color: #fff;
    transition: 0.5s;
    
}
.admisson:hover{
   background: #EC539A;
    transition: 0.5s;
}
.admisson a{
     color: #fff;
     font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    
}
.admisson a:hover{
    color: #fff;
    transition: 0.3s;
}

.banner{
    height: 100vh;
    background: rgba(221, 239, 255, 0.69);
    border-radius: 0 0 50% 50%;
    padding: 40px 0px;
}
.banner .round-design{
    position: absolute;
    left: -20%;
    top: -30%;
    background: #baddfd;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    z-index: -9999;
    
}
.design-st{
    position: absolute;
    top:-30%;
    right: ;
    z-index: -9999;
    overflow: ;
    width: 100%;
    height: px;
}
.banner .banner-content{
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%,-50%);
}

.banner .banner-content h5{
    color: #EC539A;
    font: 25px;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
  
}
.banner .banner-content h1{
    font-size: 45px;
    font-family: "Poppins",sans-serif; 
    font-weight: 600;
    word-spacing: 4px;
    line-height: 50px;
    padding-bottom: 40px;

}
.custom-btn{
    background: #EC539A;;
    border:none;
    padding: 15px 32px;
    border-radius: 32px 32px 0 32px;
    transition: 0.5s ease;
  
}
.custom-btn:hover{
    background: #0C3EA2;
    transition: 0.5s ease;
}
.banner a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.banner a:hover{
    color: #e6d9f2;
}

/*----Start Marketi section-----*/

.markte{
    padding: 40px 20px;
    text-align: center;
}

.advers h3{
    font-size: 50px;
    color:#EC539A;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
    
}
.advers p{
    color: #6a6868;
    font-size: 25px;
    font-weight: 600;
    font-family: "poppins",sans-serif;
}
.advers p:hover{
    color: #0C3EA2;
}

.learn-section {
    padding: 50px 10px;
    background: #f6fafd;
    text-align: center;
}

.shape {
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 5px;
  fill: transparent;
  stroke: #0C3EA2;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.text {
  font-family: 'Poppins';
  font-size: 35px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #EC539A;
  top: -48px;
  position: relative;
  font-weight: 600;
  text-align: center;
    
}
.svg-wrapper:hover .shape {
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke-dasharray: 960;
}
.like-us p{
    margin-top: -10px;
    font-size: 18px;
    color: #6a6868;
    font-family: "Poppins",sans-serif;
    margin-bottom: 40px;
}
.Sub-content h5{
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #171F32;
}
.Sub-content p{
    text-align: left;
    color: #7A7A7A;
}

.custom-sub{
    background: #e8e8e8;
    padding: 30px 20px;
    border-radius: 20px;
    transition: 0.5s;
}
.custom-sub:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
     transition: box-shadow 0.3s ease-in-out;
}
.mt-cus{
    margin: 35px 0px;
}

/*----Start Our Courses-----*/

.our-courses{
    padding: 70px 20px;
    text-align: center;
    position: relative;
}
.our-courses .course-heading p{
    color: #a39e9e;
    font-size: 16px;
    font-weight: 600;
    font-family: "poppins",sans-serif;
    margin-bottom: 50px;
}
.sub-course-content{
    padding: 10px 10px;
}
.sub-course-content h5{
    font-size: 17px;
    text-align: left;
    font-weight: 600;
    color: #030D4A;
     transition: 0.5s;
}
.sub-course-content h5:hover{
    color: #EC53B3;
    transition: 0.5s;
}
.sub-course-content p{
    font-size: 14px;
    text-align: left;
     margin: 8px 0px;
    color:#212020;
    
}
.student span{
    color:#EC539A;
    font-weight: 600;
    font-size: 17px;
    margin-right: 15px;
}
.student p{
    font-weight: 600;
    margin-right: 15px;
}

.overlay{
    position: absolute;
    height: 242px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0;
    left: 0;
    transition: .5s;
    background: rgba(7, 6, 6, 0.47);
    opacity: 0;
}
.overlay:hover{
   opacity: 1; 
}
.overlay i{
    background: #EC539A;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
     transition: .5s;
    
}
.overlay-content i:hover{
    transform: rotate(380deg);
     transition: .5s;

}
.rating{
    padding: 20px 10px;
}
.rating span{
    margin-right: 7px;
    color: #FCB903;
    font-size: 16px;
}
.course-button {
    padding: 40px 0px;
}
.course-button a{
   background: #030D4A;;
    border:none;
    padding: 15px 45px;
    border-radius: 32px 32px 0 32px;
    transition: 0.5s ease;
    color: #fff;
    font-weight: 600;
     font-size: 20px;
  
}
/*----End Our Courses-----*/

.testimonial{
    padding: 70px 0px;
    background: #F6FAFD;
}
.gtco-testimonials {
  position: relative;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
border-radius: 15px 100px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}

/*----End Our Courses-----*/
.clint-area h4{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;

}
.clint-area{
    padding: 70px 0 0;
}
.slick-slide{
    margin: 0 20x;
}
.slick-slide img{
    width: 100%;
    
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slide:focus{
     outline: none;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    
}

.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}


/*----End Our Courses-----*/

/*----Start Testimonial Courses-----*/
.bootdey{
    padding: 70px 0px;
}
.team-list img {
  width: 50%;
}

.team-list .content {
  width: 50%;
}

.team-list .content .follow {
  position: absolute;
  bottom: 24px;
}

.team-list:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.team, .team-list {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.team .content .title, .team-list .content .title {
  font-size: 18px;
}

.team .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team .member-position, .team .team-social {
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  margin: auto 10%;
  z-index: 99;
}

.team .team-social {
  bottom: 40px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.team:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.team:hover .overlay {
  opacity: 0.6;
}

.team:hover .team-social {
  opacity: 1;
}

@media (max-width: 768px) {
  .team-list img,
  .team-list .content {
    width: 100%;
    float: none !important;
  }
  .team-list img .follow,
  .team-list .content .follow {
    position: relative;
    bottom: 0;
  }
}

.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd;
}
.social-icon li a {
    color: #35404e;
    border: 1px solid #35404e;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 15px;
    width: 32px;
    line-height: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}
.rounded {
    border-radius: 5px !important;
}

.para-desc {
    max-width: 600px;
}
.text-muted {
    color: #8492a6 !important;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px;
}






.curveArea {
  width: 100%;
  height: 700px;
  margin: 0 auto;
}

.mainBox {
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.curveSection {
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(#9C4BEB, #5039D4);
  top: 25%;
  left: -50%;
  right: 0;
  position: relative;
  border-top: 20px solid rgba(218, 206, 253, 0.77);
}



.footer-content{
    padding: 100px 0px;
}

.widget-about p{
    margin: 25px 0px;
    color:#C2C7C8;
    font-size: 14px;
    font-family: "Poppins",sans-serif;
    text-align: left;
    line-height: 25px;
    letter-spacing: 1px;
}
.footer-widget-title{
    color:#fff;
    font-size: 30px;
    margin-bottom: 20px;
    
}
.footer-menu{
    padding: 0px 20px;
}
.footer-menu a{
    margin: 15px 0px;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins",sans-serif;
}
.footer-menu a:hover{
    color: #EC53B3;
}
.footer-menu li{
    margin: 10px 0px;
}
.footer-menu p {
   color:#C2C7C8;
}
.footer-contet-text{
    text-align: center;
}

.curveArea .footer-sub p{
    text-align: center!importent;
    color: #fff;    
    margin-top: 45px;
}
