@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital@1&family=Licorice&display=swap');

:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
  }


.whatsapp_float{
    position: fixed;
    bottom: 60px;
    right: 40px;
    z-index: 99;
}

@media (max-width:578px){
    .whatsapp_float{
        bottom: 50px;
        right: 20px;
    }
}

@media (max-width:578px){
    #services{
        font-size: 18px;
    }
}
/* How Online Course Work Start */
.How-online-course-work{
    background-color: #efefef !important;
    padding-bottom: 30px !important;
}
.How-online-course-work-heading1{
    color:#0d2e4e;
    color: #1a5999;
    font-weight: bold;
}
.How-online-course-work-p{
    color: #0f3357 !important;
    font-size: 18px;
}
.How-online-course-work .card-title{
    color: #1a5999;
    font-weight: bold !important;
}
@media (max-width:578px){
    .How-online-course-work-heading1{
        font-size: 28px;
    }
    .How-online-course-work-p{
        
        font-size: 14px;
    }
}
.How-online-course-work .col-first{
    margin-top: 10px;
    /* margin-bottom: 10px; */
    background-color: rgb(255, 254, 254);
}

.How-online-course-work .card-img-top {
    width: 80%;
    margin-top:20px;
}

.How-online-course-work .card-text{
    padding: 20px !important;
    padding-top: 0 !important;
    font-size: 16px !important;
}

/* How Online Course Work End */


/* Our Book Section Start */

.our-book-section{
    padding: 30px;
    margin-top: 0 !important;
   
    background-color: #c8d6e5;
    background-color: #e6fafe;
    /* margin-bottom: 20px !important; */
}


.book-display hr{
    color: black;
    background-color: black;
}
.btn-book-know-more{
    margin-top: 20px;
    background-color: black;
    color: white !important;
    font-size: 32px !important;
    border: 2px solid #feca57 !important;
    border-radius: 10px !important;
}
.btn-book-know-more:hover{
   
    color: #feca57 !important;
}
@media (max-width:578px){
    .btn-book-know-more{
        
        font-size: 16px !important;
        
    }
}
/* Our Book Section End */

/* Book By Tils Page Styling Start */
.book-Tils-h2{
    font-style: italic;
}
@media (max-width:578px){
    .book-Tils-h2{
        font-size: 14px;
    }
}
.book-display{
    margin-top: 25px;
}


.book-right-col h3{
    /* margin-top: 50px; */
    font-weight: bold;
    color: #1a5999;
}
@media (max-width:578px){
    .book-right-col h3{
        margin-top: 1px;
        font-size: 14px;
        text-align: center;
       
    }
    .book-right-col{
        margin-top: 20px;
    }
    
}

.book-right-col ul{
    font-size: 18px;
}
@media (max-width:578px){
    .book-right-col ul{
        font-size: 14px;
    }
    
}





/* Buy Now Button Styling Start */
/* .buyNow a {
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #2196F3;
    font-weight: 800;
    text-align: center;
    
    margin-top: 20px;
} */

.tag {
    display: inline-block;

    width: auto;
    height: 76px;
    
    background-color: #979797;
    background-color: red;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    
    border-left: 1px solid #979797;

    /* This makes room for the triangle */
    margin-left: 19px;
    
    position: relative;
    
    color: white;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 38px;

    padding: 0 10px 0 10px;
}

/* Makes the triangle */
.tag:before {
    content: "";
    position: absolute;
    display: block;
    left: -38px;
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-right: 38px solid red;
}

/* Makes the circle */
.tag:after {
content: "";
background-color: white;
border-radius: 50%;
width: 4px;
height: 4px;
display: block;
position: absolute;
left: -9px;
top: 34px;
}

.grab-button{
    margin-top: 20px;
    padding: 10px;
}

.steps-payment li{
    margin-bottom: 10px;
    font-size: 16px;;
}
/* Buy Now Button Styling End */


/* Book By Tils Page Styling Start */


/* Testimoniol Start New */
.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
   
}

.owl-carousel .owl-item .card {
    margin-top: 30px;
    padding: 30px;
    position: relative;
    background-color: white;
   
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -10px;
    left: 50%;
    color: #101c81;
    font-size: 14px;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}
.testi-new {
    margin-top: 0 !important;
    background-color: #101c81;
    background: linear-gradient(to right, #101c81, #2a6ba3);
     
}
.testi-new .testimonial{
    margin-top: 14px;
    margin-bottom: 2px;
    text-align: center !important;
    
    font-size: 20px;
}


/* Testimoniol New End */


/* Test Your English Section Home Page Start */

.form-action-test-english-level{
    margin-bottom: 20px;
}
.form-action-test-english-level .form-heading{
    font-size: 21px !important;
    color: #00015e;
}

.btn-dive-in{
    margin-bottom: 30px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #c03e30;
}

.form-action-test-english-level .heading-main{
    font-weight: bold;
    color: #00015e;
}


.form-action-test-english-level .head-bold{
    font-weight: bold;
    font-size: 24px !important; 
    color: black;
    color: #e60000;
    
}

.form-action-test-english-level ul li{
    font-weight: bold;
    margin-bottom: 5px;
}

@media (max-width:578px){
    .form-action-test-english-level .heading-main{
        font-size: 20px;
    }
    .form-action-test-english-level .form-heading{
        font-size: 16px;
        font-weight: bold;
    }

    .form-action-test-english-level .form-heading{
        font-size: 18px !important;
        color: #00015e;
    }

    .form-action-test-english-level .head-bold{
        font-weight: bold;
        font-size: 18px !important; 
        color: #e60000;
        
    }
}
/* Test Your English Section Home Page End */



/* Flash Button */
/* Flash Button Start */
.button-flash{
	background-color: #004A7F;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: Arial;
	font-size: 20px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

/* Flash Button End */



/* Commate Page Design Start */

.commate-section .heading1{
    color: #056dac !important;
    font-weight: bold;
}
    


.commate-section .heading2{
   
    color: #056dac;
    font-weight: bold;
}
.commate-section p{
    color: black;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: justify;
}

.commate-section .span-p{
    color: #056dac;
    font-size: 16px;
    font-style: italic;
}

.commate-section ul li{
    font-size: 18px;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.span-color-1{
    color: #056dac;
    font-weight: bold;
}

.span-color-2{
    color: #056dac;
    font-weight: bold;
}

.testi-commate{
    margin-top: 30px !important;
}

.testi-heading{
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

.select-commate{
    background-color: rgb(238, 237, 237);
    padding: 20px;
}
.select-commate > h5{
    color: blue;
    font-size: 18px;
}
@media (max-width:578px){
    .commate-section h1{
        font-size: 17px;
        color: #056dac;
    }

    .commate-section h2{
        font-size: 16px;
        color: #056dac;
    }

    .commate-section p{
        
        font-size: 14px;
        
    }

    .commate-section .span-p{
        
        font-size: 13px;
        
    }
    .commate-section ul li{
        font-size: 14px;
    }
    
}


/* Commate Page Design End */



/* Vimeo Video Player Styling Start */
.videoPlayerCommate .video {
    width: 85%;
    position: relative;
    
}

.videoPlayerCommate .video .video-height {
    padding-top: 60%;
    display: block;
}

.videoPlayerCommate iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10%;
    /* border: 3px solid black; */
}

/* Vimeo Video Player Styling End */



/* Form Signup Start */
.card-signup {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .card-signup .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
  }

  .card-signup .card-img-left {
    width: 45%;
    /* Link to your background image using in the property below! */
/*
    background: scroll center url('https://source.unsplash.com/WEQbe2jBg40/414x512');
    background-size: cover;
*/
  }

  .card-signup .card-body {
    padding: 2rem;
  }
.form-signup {
    width: 100%;
    
  }

  .form-signup .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
  }

  .form-label-group {
    position: relative;
    margin-bottom: 1rem;
  }

  .form-label-group input {
    height: auto;
    border-radius: 2rem;
  }

  .form-label-group>input,
  .form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
  }

  .form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
  }

  .form-label-group input::-webkit-input-placeholder {
    color: transparent;
  }

  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }

  .form-label-group input::-ms-input-placeholder {
    color: transparent;
  }

  .form-label-group input::-moz-placeholder {
    color: transparent;
  }

  .form-label-group input::placeholder {
    color: transparent;
  }

  .form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
  }

  .form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 10px;
    color: #777;
  }

/* Form Signup End */


/* New Banner */

.banner-new{position:relative;}
.banner-new img{width:100%;}
.banner-new .container{position: absolute; left:0; right:0; top:30%; text-align:left; transform:translateY(-30%)}
.banner-new .overlay{background-color: black;}

.home_slider_title{
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

/* Type Write */
@media (max-width:578px){
    /* .home_slider_title{
        font-size: 10px;
    } */
  .typewrite{
    font-size: 12px !important;
  }
}
/* Type Write End */
/* New Banner End */


/* Index Page Course Section Start */
.courses-main-display{
    background-color: rgb(217, 222, 223);
    /* background-color: rgb(22, 209, 247); */
    background-color: #efefef;
    padding-top: 20px;
}
.courses-main-display .course-head{
    margin-top: 4px !important;
    padding: 0;
    margin-bottom: 0px !important;
}


.courses-main-display .card{
    margin-top: 0px !important;
}

  .fancy {
    line-height: 0.5;
    text-align: center;
  }
  .fancy span {
    display: inline-block;
    position: relative;  
  }
  .fancy span:before,
  .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid rgb(245, 20, 20);
    border-top: 1px solid rgb(245, 20, 20);
    top: 0;
    width: 50px;
  }
  .fancy span:before {
    right: 100%;
    margin-right: 15px;
  }
  .fancy span:after {
    left: 100%;
    margin-left: 15px;
  }

  .owl-carousel .owl-item .card .name-course {
    position: absolute;
    top: 200px;
    left: 10%;
    right: 10%;
    text-align: center;
    color: #101c81;
    font-size: 14px;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
    
}

.index-course-description .head-course{
   
    font-size: 30px;
    
}

.index-course-description .desc-course{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: rgb(88, 87, 87);
}

  @media (max-width:578px){
    .fancy span:before,
    .fancy span:after {
        width: 30px;
    }
    .fancy{
        font-size: 11px !important;
    }
    .course-head{
        font-size: 26px !important;
    }
    .index-course-description .head-course{
        
        font-size: 24px;
       
    }
    .index-course-description .desc-course{
        
        font-size: 13px;
        
    }
  }

/* Index Page Course Section End */


/* Index Page our-latest-feaures Start */
.our-latest-feaures{
    
    margin-bottom: 20px;
}

.our-latest-feaures .btn{
    margin-top: 20px;
    /* border: 1px solid black; */
    border-radius: 15px;
    padding: 10px 20px 10px 20px;
    background-color: rgba(255, 255, 255, 0.1);
   border: none;
}



.our-latest-feaures h2{
    color: #ffffff;
}
.our-latest-feaures p{
    color: #a07676;
    color: #fff;
}

.feature-heading{
    background-color: rgb(141, 114, 114);
    /* background-color: #efefef; */
    padding-bottom: 40px;
    
}
.feature-box{
    position: relative;
    top: -30px;
}
.feature-box .card{
   padding: 20px;
   margin-bottom: 20px;
  
}
.feature-box .card-title{
    color: #fff;
    
}

.feature-box .card-text{
    color: rgb(199, 172, 172);
    color:rgba(255, 255, 255, 0.7) !important;
}

.feature-box-1{
    background-color: #5cb100;
    bottom: -10px;
}

.feature-box-2{
    background-color: #ec661f;
    bottom: -10px;
}

.feature-box-3{
    background-color: #4fb0dc;
    bottom: -10px;
}

.col-gap{
    column-gap: 2rem;
}
/* Index Page our-latest-feaures Start */



/* Index Page Course Categories */
.course-category{
    background-color: #efefef;

}
.course-category .mainHeading h1{
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Licorice', cursive;
    font-size : 100px;
    color : red;
    font-weight: bold;
}
.border-1 {
    margin-bottom: 0;
    margin-top :1px;
    padding:0;
    background-color: black;
    width: 90%;
    font-weight: bolder;
    line-height: 20px;
   
}
.online-course-categories{
    background-color: #efefef;
    
    
}
.online-course-categories .mainHeading h1{
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Licorice', cursive;
    font-size : 100px;
    color : red;
    font-weight: bold;
}

.online-course-categories .heading{
    color : red;
    font-weight: bold;
}

.online-course-categories .subHeading{
    color : red;
    font-weight: bold;
}

.online-course-categories .col-right{
    
    margin-top: 120px;
    
}
.col-right h1{
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Licorice', cursive;
    font-size: 120px;
}
.col-right h3{
    font-size: 26px;
}

@media (max-width:578px){
    .course-category .mainHeading h1{
        font-size: 60px;
    }
    .online-course-categories .heading{
        font-size: 3rem;

    }
    .online-course-categories .col-right{
    
        margin-top: 5px;
        
    }
    .col-right h1{
        font-size: 70px;
    }
    .col-right h3{
        font-size: 22px;
    }
}