*{
    margin: 0;
    margin: auto;
    padding: 0;
    font-family: 'Lato','Poppins', sans-serif;
  
     }
     html,body
  {
      width:100%;
      height: 100%;
      margin: 0px;
      padding:0px;
      overflow-x: hidden;
      scroll-behavior: smooth;
  }
  @media(max-device-width: 700px){
  html,body{

    margin: 0px;
    padding:0px;
    overflow-x: hidden;
  }}

     .header{
        
        padding-top: 20px;
        padding-bottom:20px;
        width:100%;
        background:transparent;
        background-position: center;
        background-size:auto;
        position: relative;
        top: 0%;
        align-items: center;
        background-color: #ffffff;
     }
    
    
    .header img{
        padding-left: 30px;
        width: 100px;
        height: 60px;
        flex-basis: 20%;
        align-items: center;
    }


    .header h1{
        padding-left: 40px;
        padding-top: 5px;
        font-weight: 600;
        color: #960465;
        font-size: 18px;
    }


    nav{
        width: 90%;
        overflow:auto;
        z-index: 999;
        position: relative;
        display: flex;
        background-color: #ffffff;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        box-sizing: border-box;
        box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
        border-radius: 20px;
    }
    
    .nav-links{
        flex: 1;
        padding-top: 5px;
        text-align: right;
        padding-right: 20px;
    }
    .nav-links ul li{
        list-style: none;
        display: inline-block;
        padding: 0px 15px;
        position: relative;
    }
    .nav-links ul li a{
        font-family: 'Poppins', sans-serif;
         font-weight: 600;
        color: rgb(245, 53, 6);
        text-decoration: none;
        font-size: 17px;
    }    
    .nav-links ul li::after
    {
        font-size: 22px;
        content:'';
        width:0%;
        
        margin: auto;
    }
    .nav-links ul li a:hover{
        color: #07a14c;
       
    }
    .nav-links ul li:hover::after{
       
        width: 100%;
    }
    
    .hero-btn{
        display: inline-block;
        text-decoration: none;
        padding: 6px 8px;
        font-size: 22px;
        position: relative;
        cursor: pointer;
        background:rgb(245, 53, 6);
        color: #ffffff !important;
        border-radius: 10px;
        box-shadow: 0 5px 10px 0px rgba(161, 159, 159, 0.4);
    }
    .hero-btn:before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 30%;
        background-color: rgba(255,255,255,0.2);
        transform: translateX(-150%) skewX(-30deg);
        transition: transform 0.7s ease-in-out;
        
    }
    .hero-btn:hover::before{
        transform: translate(240%) skewX(-30deg);
    }
    .hero-btn:hover{
        border-radius: 10px;
        background: #07a14c;
        color: honeydew;
        transition: 0.7s ease-out;
    }
    .hero-btn:active{
        background:#4853ee;
    }
    
    .hero-btn:focus{
        background:#4853ee;
    }
    
    .Background{
        margin: 0;
        padding: 0%;
    }
    nav .fa{
        display: none;
    }
    

            @media(max-device-width: 700px){
                .header h1{
                    padding-right:50px;
                    padding-top: 5px;
                    font-weight: 600;
                    color: #960465;
                    font-size: 18px;
                    margin-right: 40px;
                }
                .header h1 img{
                    display: none;
                }
                .header img{
                    padding-left: 20px;
                    padding-right: 10px;
                    width: 100px;
                    margin: 0;
                }
                
            .nav-links ul li{
                display: block;
            }
            .nav-links{
                position: fixed;
                background:#e9e9e9;
            
                height: 100vh;
                width: 300px;
                top: 0;
                right: -300px;
                text-align: left;
                z-index: 2;
                transition: 0.5s;
            }

            nav .fa-bars{
                position: fixed;
                right: 35px;
                background-color:#7a39f3;
                box-sizing: border-box;
                padding: 8px 8px;
                border-radius: 5px;
                color: rgb(255, 254, 254);
            }
            nav .fa-times{
                background-color:#e9e9e9;
                box-sizing: border-box;
                padding: 8px 8px;
                border-radius: 5px;
                margin: 0;
                color: rgb(255, 0, 128);
            }
            
            nav .fa{
                display: block;
                margin: 10px;
                font-size: 22px;
                cursor: pointer;
            }
            .nav-links ul{ 
                margin: 0px;
                padding: 0;
            }
            .nav-links ul li:nth-child(odd){
                background-color:#eeeeee;
            }
            .nav-links ul li{ 
                width: 300px ;
                text-align: left; 
                display: block;
                box-sizing: border-box;
                padding-bottom: 20px;
                padding-top: 20px;
                
            }
            .nav-links ul li a{
                font-family: 'Poppins', sans-serif;
                font-weight: 600;
                color:rgb(32, 46, 241);
                text-decoration: none;
                font-size: 17px;
                line-height: 50px;
                padding-left: 20px;
            }   
            .hero-btn{
                display: inline-block;
                text-decoration: none;
                padding: 5px 5px;
                font-size: 22px;
                position: relative;
                cursor: pointer;
                background:rgb(32, 46, 241);
                color: #ffffff !important;
                border-radius: 10px;
                box-shadow: 0 5px 10px 0px rgba(161, 159, 159, 0.4);
            }
            .hero-btn:before{
            display: none;
            }
            .hero-btn[id=login]{
                display:inline-block;
                text-decoration: none;
                padding-top: 0px;
                font-size: 17px;
                position: relative;
                cursor: pointer;
                background:rgb(255, 255, 255);
                color: #6914b8 !important;
                border-radius: 10px;
                width: 100%;
                text-align: center;
            }

            }





    /*--Slideshow in Header--*/
    
    * {box-sizing: border-box;}
    body {font-family: Verdana, sans-serif;}
    .myhSlides {display: none;}
   
    
    /* Slideshow container */
    .slideshow-container {
      max-width: 1280px;
      position: relative;
      margin: auto;
      height: 533px;
    }
    .slideshow-container .img{
        position: relative;   
    } 
    .dotline{
    
    margin:-40px;
    z-index:9999;
    cursor:pointer;
    }
    
    
    /* The dots/bullets/indicators */
    .dot {
      height: 12px;
      width: 12px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }
    
    .active {
      background-color: #bbb;
    }
    
    /* Fading animation */
    .fade {
      animation-name: fade;
      animation-duration: 1.5s;
    }
   .sliderimg{
       display: none;
   }
   

    @keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
    }
    
             /* On smaller screens, decrease text size */
             @media(max-device-width: 700px){
                * {box-sizing: border-box;}
                .slideshow-container{
                    width: 90%;
                    position: relative;
                    margin: auto;
                    min-height: 150px;
                    align-items: center;
                  } 
                  .myhSlides .fade{
                  margin: 0 10% 0 10%;
                  width: fit-content;
                  min-height: fit-content;}

                  .slideshow-container .myhSlides .img{
                    width: fit-content;
                    position: relative;
                    margin: auto;
                    min-height: fit-content;
                }  
            }

/*--BG Container--*/

.row {
    display: flex;
}
    .row .Notification{
        flex-basis: wrap;
        left:0;
        flex-basis: 50%;
        padding: 0;
        margin: 0;
    }
    .row .Notification img{
        width: 500px; 
        height: 450px; 
        margin-top: 20px; 
        border-radius: 10px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .ExamNotification {
        margin-left: 40px;
        padding: 0;
        width: auto; 
        
    }
    .ExamNotification table{
        margin: 0px;
        padding: 0; 
       
    }
    .ExamNotification th{
        font-family: sans-serif;
        font-weight: 600;
       color: #f5047c;
       text-decoration: none;
       font-size: 44px;
       text-align: left;
    }
    .ExamNotification td{
        font-family: sans-serif;
        font-weight: 550;
        padding-top: 10px;
        padding-bottom: 8px;
        text-align: left;
        color: #011c96;
        font-size: 20px;
        box-sizing: border-box;
        border-bottom: #dbebfd 1px solid;
    }
   

    .Background .Notification .container
    {
       
        background-size:cover;
        position: relative;
        height:500px;
        background-color: #ffffff;  
        margin-right: 60px;
       
    }
    
     .container .Form-box{
        
        margin-top: 15px;
        padding:20px 20px;
        width: 420px;
        box-shadow: 5px 5px rgba(0, 0, 0, 0.1), 5px 5px rgb(250, 249, 250);
        background-image: linear-gradient(rgba(7, 128, 165, 0.9),rgba(17, 129, 233, 0.9));
        border-radius: 10px;
        font-family: 'Poppins',sans-serif;
    }
   .Form th{
        color: #ffffff;
        align-items: center;
        font-size: 20px;  
        font-weight: 600;
        font-family: 'Poppins',sans-serif;
        padding-bottom: 5px;
    }
    
    .Form-box td{
        color: #ffffff;
        text-align: left;
        font-size: 20px; 
        height: 50px;
        
    }
    table{
        width: 100%;
        border-collapse: collapse;
       
    }
    
    input{
        background-color: #ffffff;
        width:380px;
        font-size: 14px;
        height:35px;
        border-width: 1px;
        border-color: rgb(207, 203, 203);
        border-radius: 10px;
        color: rgb(85, 83, 83);
        padding-left: 10px;
        box-sizing: border-box;
        box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
        border:none;
        outline:none;
    }
    input:hover{
        font-size: 13.5px;
        transition: 0.3s;
        transform: scaleY(5px);
    }
    
    input[type=file]
    {
        color: #808080;
        padding: 7px;
    }
    
    input[type=submit]
    
    {
        width: 380px;
        color: #ffffff;
        background-color:#3a2c8b;
        font-size: 16px;
        font-weight: 600;
        box-sizing: border-box;
        box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
        cursor:pointer;
    }
    input[type=submit]:hover{
        background-color:#690169;
        font-size: 16px;
        transition: 0.2s;
    }
    input[type=submit]:active{
        background:#4853ee;
    }
    
    input[type=submit]:focus{
        background:#4853ee;
       
    }
    

    select{
        
        margin-left: 20px;
        height: 35px;
        color: #f5047c;
        width:150px;
        border-color:rgb(207, 203, 203);
        border-radius: 8px;
        font-size: 16px;
        outline:none;
    }
    option{
        height: 20px;
        width:max-content;
        font-size: 16px;
        color: #f5047c;
        text-align: left;
        outline:none;
        padding-top: 10px; 
    }


            @media(max-device-width: 700px) {
            .row ,  .Background{
                display: flex;
                width: 100%;
                margin: 0%;
                padding: 0px;
                position: relative;
            }  
            .row .Notification img{
               display: none;
            }
            .ExamNotification{
                flex-direction: column;
                margin: 0%;
                padding: 0;
                width: 400px;
            }
            .ExamNotification .hero-btn{
                width: 100%;
                padding: 8px;
                text-align: center;
            }
            .slideshow-container {
                max-width: 1280px;
                position: relative;
                margin: auto;
                height: 100px;
                margin: 15px;
            }
            .ExamNotification th{
                font-size: 32px;
                width: 100%;
                padding-top: 10px;
                
            }
            .ExamNotification td{
                font-size: 14px;
                
            }
            .ExamNotification .tr{
            margin-left: 50px;}
            /*----Mobile screen enquiry form---*/

            .Background .Notification .container
            {
                margin-top: 10px;
                margin-left: 0px;
                background-size:cover;
                position: relative;
                height:500px;
                background-color: #ffffff; 
                padding: 0px; 
                align-items: center;
            }
            
            .container .Form-box{
                align-items: center;
                width:350px;
                margin-left: 0px;
                margin-top: 0px;
                padding:10px 10px;
                box-shadow: 5px 5px rgba(0, 0, 0, 0.1), 5px 5px rgb(250, 249, 250);
                background-image: linear-gradient(rgb(202, 247, 232,0.9),rgb(160, 238, 190,0.9));
                border-radius: 10px;
                font-family: 'Poppins',sans-serif;
            }
            .Form th{
                color: #f5047c;
                text-align: center;
                font-size: 20px;  
                font-weight: 600;
                font-family: 'Poppins',sans-serif;
                padding-bottom: 5px;
            }
            
            .Form-box td{
                color: #f5047c;
                text-align: left;
                font-size: 16px; 
                padding-top: 5px;
                
            }
            table{
                width: 100%;
                
                
            }
            
            input{
                background-color: #ffffff;
                width:330px;
                font-size: 14px;
                height:35px;
                border-width: 1px;
                border-color: rgb(207, 203, 203);
                border-radius: 10px;
                color: rgb(85, 83, 83);
                box-sizing: border-box;
                box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
                border:none;
                outline:none;
            }
            input:hover{
                font-size: 12px;
                transition: 0.3s;
                transform: scaleY(5px);
            }
            
        
        
            input[type=submit]
            
            {
                width: 310px;
                color: #ffffff;
                background-color:#f5047c;
                font-size: 16px;
                box-sizing: border-box;
                box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
                cursor:pointer;
                align-items: center;
                align-self: center;
            }
            input[type=submit]:hover{
                background-color:#07a14c;
                font-size: 16px;
                transition: 0.2s;
            }
            input[type=submit]:active{
                background:#07a14c;
            }
            
            input[type=submit]:focus{
                background:#ee48e0;
                
            }
            
        
            select{
                margin-left: 0px;
                margin-top: 5px;
                height: 35px;
                color: #3004f5;
                width:150px;
                border-color:rgb(207, 203, 203);
                border-radius: 8px;
                font-size: 16px;
                outline:none;
            }
            option{
                height: 20px;
                width:max-content;
                font-size: 14px;
                color: #3004f5;
                text-align: left;
                outline:none;
                padding-top: 10px; 
            }
        
            
            } 


    
    
/*----Header slider----*/
.headerslide{
    height:550px;
}
.headerposter{
    align-items: center;
    margin:0 3% 0 3%;
    position: relative;
}
.headerposter2{
    align-items: center;
    margin:0 3% 0 3%;
    position: relative;
    top: -559px;
    transition: 0.3s;
}
.headerslide .row{
    display: flex;
    flex-direction: row;
}





/*----Why Axel----*/
.WhyAxel{
    width:100%;
    padding-bottom: 40px;
    padding-top: 40px;
    /*-background-image:linear-gradient(rgba(240, 240, 240, 0.95),rgba(243, 243, 243, 0.95));-*/
    background-position: center;
}
.WhyAxel h1{
        font-size: 36px;
        color:#007aff;
        text-align: center;
        margin-bottom: 20px;
    }
.row{
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
.WhyAxel-col{
    flex-basis: 22%;
    margin:0;
}
.WhyAxel-img{
    padding-top: 10px;
    padding-bottom: 10px;
}
.WhyAxel-col img{
    height:100px;
    width:100px;
}
.WhyAxel-col h{
    padding-top: 10px;
    font-size: 20px;
    color: #f50440;
    font-weight: 600;
}
.WhyAxel-col p{
    font-size: 15px;
    color: #8d0729;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

            @media(max-device-width: 700px) {
                .WhyAxel .row { 
                    flex-direction: column;
                    margin: 0;
                    padding: 0;
                    border: none;
                }
                .WhyAxel-col{
                    margin-bottom: 20px;
                }
            }

/*----Videos----*/
    

  .Videos{
        width: 100%;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 0px;
        }
        .videos-section1{
            background-color: #ecf7f2;
            margin: 0;
            padding: 0;
        }
        .videos-section2{
            background-color:rgb(10, 121, 155);
            margin: 0;
            padding: 0;
        }
        .row{
            
            display: flex;
            flex-wrap: wrap;
            justify-content:space-between;
            flex-direction: row;
            padding-bottom: 0px;
            margin-bottom: 0px;
            
        }
        .Videos-col{
            height: 240px;
            align-items: center;
            margin-bottom: 50px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
    .Videos h1{
        padding: 30px;
        font-size: 36px;
        /*color:#07c073;*/
        color:#040f4e;
    }
    .videos-section2 h1{
        padding: 30px;
        font-size: 36px;
        /*color:#07c073;*/
        color:#ffffff;
    }
    .Videos-col-m{
        display: none;
    }

            @media(max-device-width: 700px) {
                .Videos .row   { 
                        flex-direction: column;
                        margin: 0;
                        align-items: center;
                        border: none;
                    }
                    .Videos h1,  .videos-section2 h1{
                        font-size: 24px;}   
                }

/*--Slideshow in Announcement--*/


  
.SlideshowAnnounce{
    background: #e5f3f8;
    position: relative;
    height: auto;
    align-items: center;
    margin-top: 0;
}
.slideshowAnnounce-container h1{
        font-size: 36px;
        color:rgb(7, 84, 107);
        font-weight: 800;
        text-align: center; 
        padding-top: 20px;
        }
.slideshowAnnounce-container .mySlides{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin:auto;
    padding-top: 20px;
    text-align: center;
    background-color: #e5f3f8;
   
}



.slideshowAnnounce-container .mySlides img{
    height:400px;
    width:400px;
    min-width: 400px;
    margin: 20px 20px 20px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.slideshowAnnounce-container .mySlides a{
    margin-bottom: 20px;
}



.slideshowAnnounce-container .mySlides .container {
    position: relative;
  }

.slideshowAnnounce-container .mySlides img:hover {
    opacity: 0.5;
    display: block;
    height: auto;
    transition: .3s ease;
    backface-visibility: hidden;
}
.slideshowAnnounce-container .mySlides .middle {
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .slideshowAnnounce-container .mySlides .container:hover .image {
    opacity: 0.2;
  }
  .slideshowAnnounce-container .mySlides .container:hover .middle {
    opacity: 1;
  }


            @media(max-device-width: 700px) {
                .slideshowAnnounce-container .mySlides{ 
                    flex-direction: column;
                }
                .slideshowAnnounce-container .mySlides img{
                    height:300px;
                    width:300px;
                    min-width: 300px;
                    margin: 20px 20px 20px 20px;
                    border-radius: 8px;
                    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                    
                }
            }

 /*----Courses List-------*/
 .courselist
    {
        margin: 0;
        padding-top:10px;
        height: 80vh;
        text-align:center;
        font-family:'Poppins', sans-serif;
        background: #fcfcfd;
        float:left;
        position: relative;
       
        z-index: 100;
        width: 100%;
    }
 .testimonials-text h4{
    font-weight: 600;
    font-size: 24px;
    padding-top: 6px;
    color: #3b08f3;
    z-index: 18;
    align-items: center;
    padding-bottom: 6px;
}
.courselist .listing-carousel-button{
    position: absolute;
    top:50%;
    width: 60px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    z-index:100;
    cursor: pointer;
    background: #007aff;
    box-shadow: 0 9px 26px rgba(58, 87, 135, 0.45);
    transition: all 200ms linear;
    outline: none;  
    font-size: 32px;
}

/*----------------Testimonials--------------------*/

.testimonials
    {
        background-color: #ffffff;
        margin: 0;
        padding: 0;
        height:100%;
        text-align:center;
        font-family:'Poppins', sans-serif;

        float:left;
        position: relative;      
        z-index: 100;
        width: 100%;
        
    }

    .section-title 
    {
        
        float:left;
        position: relative;
        width: 100%;
        padding-bottom: 35px;
    }
    .section-title p{
       color: #7d93b2;
       font-size: 16px;
       line-height: 20px;
       max-width: 550px;
       margin: 0 auto;
    }
    .section-title h2{
        float: left;
        width: 100%;
        text-align: center;
        color: #007aff;
        font-size: 34px;
        font-weight: 800;
        position: relative;
        padding-top: 15px;
    }
    .section-seperator{
        float: left;
        width: 100%;
        position: relative;
        margin: 20px 0;
        
    }
    .section-seperator:before{
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        height: 3px;
        width: 50px;
        border-radius: 3px;
        z-index: 2;
        background-color: #007aff;
        margin-left: -25px;
    }
    .swiper-container{
        width:100%;
        height: 100%;
    }
    
    .listing-carousel-button{
        position: absolute;
        top:50%;
        width: 60px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        z-index:100;
        cursor: pointer;
        background: #007aff;
        box-shadow: 0 9px 26px rgba(58, 87, 135, 0.45);
        transition: all 200ms linear;
        outline: none;  
        font-size: 25px;
    }
    .listing-carousel-button.listing-carousel-button-next{
        right: 0px;
        margin-right: 60px;
        padding-right: 20px;
        border-radius: 0 60px 60px 0;
        
    }
    .listing-carousel-button.listing-carousel-button-prev{
        left: 0px;
        margin-left: 60px;
        padding-left: 20px;
        border-radius: 60px 0 0 60px;
    }
    .listing-carousel-button.listing-carousel-button-next:hover{
        right: -5px;
        background: rgba(6,27,65,0.4);
    }
    .listing-carousel-button.listing-carousel-button-prev:hover{
        left: -5px;
        background: rgba(6,27,65,0.4);
    }
    .testi-item{
        transition: all .3s ease-in-out;
        transform: scale(0.9);
        opacity: 0.9;
    }
    .testimonials-text{
        padding: 75px 50px 50px;
        overflow: hidden;
        background: #f3ebf7;
        border: 1px solid #f3fcff;
        border-radius: 10px;
        transition: all .3s ease-in-out;
        
    }
    .testimonials-text-after{
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        color: #ccc;
        opacity: .3;
        font-size: 35px;
        transition: all 400ms linear;
        bottom: 25px;
        right: 30px;
    }
    .testimonials-text-before{
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        color: #ccc;
        opacity: .3;
        font-size: 35px;
        transition: all 400ms linear;
        top: 25px;
        left: 30px;
    }
    .testimonials-text .listing-rating{
        float: none;
        display: inline-block;
        margin-bottom: 12px;
    }
    .listing-rating i{
        color:#007aff;
    }
    .testimonials-avatar h3{
        font-weight: 600;
        color: #f50c33;
        font-size: 24px;
    }
    .testimonials-avatar h4{
        font-weight: 400;
        font-size: 18px;
        padding-top: 6px;
        color: #f3082f;
        z-index: 18;
    }
    .testimonials-carousel .swiper-slide{
        padding: 30px 0 0 0;
    }
    .testi-avatar{
        position: absolute;
        left: 50%;
        top: -30px;
        width:90px;
        height: 90px;
        margin-left: -45px;
        z-index: 20;
    }
    .testi-avatar img{
        width: 90px;
        height: 90px;
        float: left;
        border-radius: 100%;
        border: 6px solid #fff;
        box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
    }
    .swiper-slide-active .testimonials-text{
        background: #fff;
        box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
    }
    .testimonials-text p{
        color: #05113b;
        font-size: 16px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-style: italic;
        line-height: 24px;
        padding-bottom: 10px;
        font-weight: 500;
    }
    .text-link{
        position: absolute;
        bottom: 0;
        padding: 15px 0;
        border-radius: 10px 10px 0 0;
        background: #f9f9f9;
        border: 1px solid #eee;
        box-shadow: 0 10px 15px rgba(0,0,0,0.03);
        left:50%;
        width: 200px;
        margin-left: -100px;
    }
    .swiper-slide-active .testi-item{
        opacity: 1;
        transform: scale(1.0);
    }
    .tc-pagination{
        float: left;
        margin-top: 10px;
        width: 100% !important;
    }
    .tc-pagination_wrap {
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 100%;
    }
    .tc-pagination2{
        float: none;
        display: inline-block;
        padding: 14px 0;
        background: #fff;
        border-radius: 30px;
        min-width: 250px;
        border-bottom: 0;
    }
    .tc-pagination .swiper-pagination-bullet .tc-pagination2 .swiper-pagination-bullet{
        opacity: 1;
        background: #384f95;
        margin: 0 2px;
        width: 10px;
        height: 10px;
        transition: all 300ms ease-in-out;
    }


            @media(max-device-width: 700px) {

                .listing-carousel-button  { 
                        margin-top: 50%;
                        
                    }
                .courselist, .testimonials{
                    
                    height: fit-content;
                }
                .swiper-slide{
                    height: 30vh;
                  
                }
                .listing-carousel-button.listing-carousel-button-next{
                    right: 0px;
                    margin-right: 20px;
                    padding-right: 20px;
                    border-radius: 0 60px 60px 0;
                    
                }
                .listing-carousel-button.listing-carousel-button-prev{
                    left: 0px;
                    margin-left: 20px;
                    padding-left: 20px;
                    border-radius: 60px 0 0 60px;
                }  
            }




/*----------------footer--------------------*/
.footer{
    margin-top: 0px;
    background-color: rgb(7, 84, 107);
    width: 100%;
    display: flex;
}
.address{
    flex-basis: 30%;
    padding-left: 70px;
}

.footer p{
    font-size: 16px;
      margin-top: 10px;
      margin-bottom: 0px;
      padding-top: 0;
      text-align: left;
      color: #fff;
}
.address h2{
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    padding-top: 0;
    text-align: left;
    color: #fff;
    font-weight:500;
}
.address h3{
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
      margin-top: 0px;
      padding-top: 0;
      text-align: left;
      color: #fff;
      font-weight:300;
}

.address {
    margin:0px;
    padding-top: 30px;
    padding-bottom: 30px;
}



.Useful-links{
    padding-top: 5px;
    text-align: left;
    align-items: left;
}
.Useful-links .ul{
        padding-top: 5px;
       
        text-align: left;
        display: flex;
        align-items: left;
    }
    .Useful-links ul li{
        flex-direction: column;
        margin-left: 18px;
        color: rgb(255, 255, 255);
    }
    .Useful-links ul li a{
        font-family: 'Poppins', sans-serif;
         font-weight: 600;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 14px;
    }    
    .Useful-links ul li::after
    {
        font-size: 16px;
        content:'';
        width:0%;
        margin: auto;
    }
    .Useful-links ul li a:hover{
        color: #8feeba; 
    }
    .nav-links ul li:hover::after{
        width: 100%;
    }
            @media(max-device-width: 700px){
                

                .address{
                
                    padding-left: 5px;
                }
                .footer, .address, .addresshead{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    align-self: center;
                    margin: 0;
                }
                .Useful-links{
                    line-height: 25px;
                }
                .h2 .p{
                    align-items:left;
                }

            }





/*----------------Social--------------------*/
.Social{
    display: block;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #f1f7f8;
}

.icon-bar {
    z-index: 99999;
    position: fixed;
    top: 50%;
    right:10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-radius: 10px;
    background-color: #616161;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .icon-bar a {
   
    text-align: center;
    padding: 12px;
    padding-right: 15px;
    padding-left: 15px;
    transition: all 0.1s ease;
    color: rgb(255, 255, 255);
    font-size: 20px;
    background: #616161;
    display: block;
    border-radius: 10px;
    box-sizing: border-box;
    
  }
  .icon-bar a:hover { 
    background-color: #ffffff;
  }
  .icon-bar a[class=facebook]:hover {
    box-shadow:linear-gradient(#3b5998,#ffffff);
    color:#3b5998;
  }
  .icon-bar a[class=whatsapp]:hover {
    color:#05aa42;
  }
  .icon-bar a[class=instagram]:hover {
    color: #f09433; 
  }
  .icon-bar a[class=linkedin]:hover {
    color:#0e76a8;
  }
  .icon-bar a[class=youtube]:hover {
    color:#ff0000;
  }
  
  .icon-bar-m{
      display: none;
  }

            @media(max-device-width: 700px){
                .icon-bar {
                display: none;
                }
                .icon-bar-m {
                    align-items: center;
                    position: relative;
                    display: block;       
                    background-color: transparent;
                    box-sizing: border-box;
                    width: 300px;
                    margin: 30px 0 0 0;
                }

                .icon-bar-m .row{
                    display: flex;
                    margin: 1px;
                    padding: 0;
                } 
                .icon-bar-m a{
                    background-color: white;
                    padding: 3px;
                    display: block;
                    width:30px;
                    border-radius: 3px;
                    box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);

                } 
                
                .icon-bar-m a[class=facebook-m]{
                    color:#3b5998;
                }
                .icon-bar-m a[class=whatsapp-m]{
                    color:#05aa42;
                }
                .icon-bar-m a[class=instagram-m]{
                    color: #f09433; 
                }
                .icon-bar-m a[class=linkedin-m]{
                    color:#0e76a8;
                }
                .icon-bar-m a[class=youtube-m]{
                    color:#ff0000;
                }
            }

 
/*------Scrollbar-----*/  
/* width */
::-webkit-scrollbar {
    width: 8px;
    margin-right:5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
  border-radius:10px;
    background: #106597; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(31, 143, 248); 
  }

 







  /*--------Course Blog-------*/
.Blog{
    position: relative;
    height: fit-content;
    width: 100%;
}
.Blog h4{
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    margin: 10px;
    font-size: 40px;
    font-family: 'Heebo', sans-serif;
    align-items: center;
}
h4 span{ 
    padding: 0px 10px 5px 10px;
    border-radius: 10px;
    background-image: linear-gradient(rgb(107, 22, 243),rgb(84, 1, 238));
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);

}
  .coursesblog{
      align-items: center;
      width: 100%;
      margin-bottom: 10px;
  }

.coursesblog h2{
    font-size: 36px;
    color:#007aff;
    text-align: center;
    margin-bottom: 20px;
}
.coursesblog .row{
display: flex;
text-align: center;
}

.coursesblog .row .container{
    flex-basis: 33%;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 5px 5px 0px rgba(161, 159, 159, 0.4);
    border: rgb(236, 236, 236) 2px solid;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 20px 10px;
    max-width: 350px;
    height:fit-content;
    width: fit-content;
}
.coursesblog .row .container:hover{
    box-shadow: 0 10px 20px 0px rgba(161, 159, 159, 0.4);
    box-sizing: border-box;
}
.coursesblog .row .container div h3{
    color: #dd0861;
    text-align: left;
    padding-left: 5px;
    height: 58px;
}
.coursesblog .row .container p{
    text-align: left;
    padding-left: 5px;
    color: #0f0875;
    text-align: justify;
    text-justify: inter-word;
}

.Blog .coursesblog .row  .container img{
    width: 300px;
    height: 300px;
    margin: 10px 10px;
}



/*----Blog page----*/

.blogcontent{
    position: relative;
    margin: 0;
    padding: 0;
}
.blogcontent .row{
    display: flex;
    
    margin-left: 0;
    margin-right: 10px;
    padding: 0;
}
.blogcontent .row .menurow1 {
    flex-basis: 23%;
    margin-top: 0px;
    margin-left: 0;
    padding-left: 0;
}
.blogcontent .row .menurow2 {
    flex-basis: 77%;

}
.blogcontent .menurow2 .row  .contentrow{
    flex-basis: 50%;
    text-align: left;
}
.blogcontent .row .menurow1 .menu{
    text-align: left;
    position: relative;
    width: 200px;
    margin: 0;
    padding: 0;
}
.blogcontent .row .menurow1 .menu ul{
    width: 300px;
    list-style:none;
    text-align: left; 
    display: block;
    box-sizing: border-box; 
    border-radius: 10px;  
    cursor: pointer;
}
.blogcontent .row .menurow1 .menu ul li{
    padding: 0 15px 0 15px;
}
.blogcontent .row .menurow1 .menu ul li:hover{
    padding-left: 12px;
    background: rgb(255, 255, 255);
}
.blogcontent .row .menurow1 .menu ul li a:hover{
    color: #007aff;
}

.blogcontent .row .menurow1 .menu ul li a{
    font-size: 16px;
    color: rgb(42, 42, 43);
    text-decoration: none;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px 0 15px 0;
    margin: 0;

}

.menu ul li:nth-child(odd){
    background-color:#eeeeee;
}
.menu ul li:nth-child(even){
    background-color:#e4e2e2;
}


.blogcontent img{
    border-radius: 10px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blogcontent h1{
    font-size: 48px;
    color: rgb(20, 101, 207);
    contain: content;
    font-family: 'Poppins', 'San-Serif';
    font-weight: 700;
    margin: 20px 20px;
    line-height: 70px;
}
.blogcontent h3{
    font-size: 36px;
    color: rgb(13, 5, 126);
    contain: content;
    font-family: 'Poppins', 'San-Serif';
    font-weight: 700;
    margin: 20px 20px;
    line-height: 70px;
}
.blogcontent .menurow2 h2{
    color:rgb(18, 60, 248);
    margin-left: 5px;
    padding-left: 0px;
    text-align: left;
}
.blogcontent .menurow2 ul li{
    color: #05aa42;
    margin-left: 50px;
}
.blogcontent .menurow2 table{
    width: fit-content;
    margin-left: 0;
}
.blogcontent .menurow2 tr:nth-child(odd){
 background-color: #f7f7f7;   
}
.blogcontent .menurow2 tr:nth-child(even){
    background-color: #f0f0f0; 
   }
.blogcontent .menurow2 td{
    padding-left: 10px;
    padding: 10px;
}
.blogcontent p{
    font-size: 18px;
    color: rgb(16, 3, 48);
    contain: content;
    font-family: 'Poppins', 'San-Serif';
    margin: 20px 80px 20px 20px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 40px;
}
                @media(max-device-width: 700px){
                    .coursesblog{
                        align-items: center;
                        
                        }
                        .coursesblog .row{
                            margin: 0;
                            text-align: center;
                            flex-direction: column;
                        }
                        .coursesblog .row .container{
                            min-width: 400px;
                            height: fit-content;
                            margin: 10px 20px;
                            padding: 10px 10px;
                            
                        }
                        .coursesblog .row .container .img{
                            min-width:350px;
                            min-height: 350px; 
                        }
                        .coursesblog .row .container div a{
                            margin-top: 5px;
                            height: 40px;
                            text-align: center;
                            padding-top: 10px;
                            font-size: 20px;
                        }
                        .blogcontent .row {
                            flex-direction: column-reverse;
                        }
                        .blogcontent .row .menurow2 .row .contentrow img{
                            margin: 20px;
                            width: 400px;
                        } 
                        .blogcontent h1{
                            min-width: 400px;
                        }
                }


/*--Policies Page--*/

#accordion{
    margin: 50px auto;
    width: 80%;
}
#accordion li{
    list-style:none;
    width: 100%;
    margin-bottom: 10px;
    background: rgb(249, 249, 249);
    padding: 10px;
    border-radius: 4px;
    contain: content;
    text-align: justify;
    text-justify: inter-word;
}
#accordion li label{
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    color: #3b7efa;
}
#accordion li label span{
    transform: rotate(90deg);
    font-size: 22px;
    color: #3b7efa;
    margin-right: 0;
}
#accordion label + input[type="radio"]{
    display:none;
}
#accordion .content{
    padding: 0 10px;
    line-height: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}
#accordion label + input[type="radio"]:checked + .content{
    max-height: fit-content;
}
#accordion .content label{
    color: #001946;
    font-size: 18px;
    font-weight: 600;
    margin-left: -10px;
}