@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed:wght@400;700&display=swap');
@font-face {
    font-family: 'apolloregular';
    src:url('fonts/APOLLO.woff2') format('woff2')
      font-display: swap;
}

@font-face {
    font-family: 'apolloregular';
    src: url('../fonts/apollo-webfont.woff2') format('woff2'),
         url('../fonts/apollo-webfont.woff') format('woff'),
         url('../fonts/apollo-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
        font-display: swap;

}
.nav-tabs .nav-link {
    font-family: 'apolloregular';
    font-size: 16px;
    letter-spacing: 1px;
}
.table>tbody>tr>td, .table>tfoot>tr>td {
    font-size: 14px;
}
.tab-pane form label, .tab-pane form .form-control{
    font-size: 14px;
}
.alerthide-success, .alerthide-danger{
    display: none;
}
.alerthide-password-success, .alerthide-password-danger{
     display: none;
}
.error{
    color: #9e0a0a;
    font-size: 12px;
}
.page-section {
  padding: 5rem 0 !important;
}
.page-section.abouts{ padding-top: 3rem !important;}
.page-wrapper{
    padding: 3.75rem 0 !important;
}

input:focus{ outline: none;}

.white{ color:white !important;}
/*header*/
a, button{transition:all 200ms ease-in;}

.dropdown-parent{position: relative;}

.dropdowns{   display: none;   list-style: none;
  padding: 10px;
  margin: 0;
  /*width: 100%;*/
  position: absolute;
  text-align: center;
  left: 0;
  border-radius: 2px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  background-color: #fff;
}

.dropdown-parent:hover .dropdowns{ display: block;}
.dropdowns li{padding: 10px 5px; text-align: center;}
.dropdowns a{color: #1d1d1d;}
.dropdowns a:hover{color:#0f999e;}

.social-links {
width: 85.22px;
  position: absolute;
  right: 0;
  font-size: 0;
  top: 0;
}
.social-links a{ height: 42.61px; width: 42.61px;
   font-size: 20px; line-height:42.61px; text-align: center; display: inline-block;}

.bnrheading{
    font-family: 'apolloregular';
font-size: 40px;
font-weight: bold;
color: #969595;
width: fit-content;
letter-spacing: 2px;
margin-bottom: 0.5rem;
}
.bnrheading b{ font-size:46.48px; display: block; padding-top: 14px;}

.bnrPara{
  font-size: 26px;
  color: #000000;
letter-spacing: 1px;
  margin-bottom: 2rem;
}

.blue{color:#53b0c8;}
.pinkshade{color:#ad7eb0;}
.redpink{color:#ee5b60;}

header.masthead {
  padding:50px 0px;
     height: calc(100vh - 79px);
 background: url("../img/BANNER.jpg");
  background-color: #fff;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size:auto 92%;
      display: flex;
}


.navbar-brand img{ width:179px;}

.navbar-scrolled .navbar-brand img{ width: 140px ; transition: all 200ms ease-in-out;}

.abouthome{text-align:center;}

.abouthome.abouts{text-align:left; background-color:#f8f8f8;     padding-bottom:0px !important; }


.abouthome.abouts .p-2.align-self-end{     padding-bottom:0rem !important;}

h1.heading{  font-size: 40px;
  color:#e46e6a;
  text-align: center; margin-bottom: 0;
}
h1.heading b{  font-size:26px; display: block;
  color:#787878;
  font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
}


.abouts.abouthome h1.heading{ text-align:left;}

.ranbowline{display: block; text-align: center; margin-bottom: 14px;}
.abouts.abouthome .ranbowline{ text-align:left;}

p.slimpara{ font-family: 'Roboto', sans-serif;   font-size: 16px;
  color: #888888;
  line-height: 1.444;
  text-align: justify;}

  .mainButton{
    border-radius: 25px;
   background-image: -moz-linear-gradient( 0deg, rgb(237,165,119) 0%, rgb(228,110,106) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(237,165,119) 0%, rgb(228,110,106) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(237,165,119) 0%, rgb(228,110,106) 100%);
  box-shadow: 0px 11px 13px 0px rgba(27, 66, 113, 0.16);
    font-size: 16px;
    color: #fff !important;
    line-height: 1.2;
    text-align:center;
    padding: 15px 40px;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 20px auto;

  }
  .mainButton:hover{     background-image: -moz-linear-gradient( 0deg, rgb(110,223,255) 0%, rgb(182,119,242) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(110,223,255) 0%, rgb(182,119,242) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(110,223,255) 0%, rgb(182,119,242) 100%);}

    .abouthome  .mainButton{ margin: 15px 1px;}

/*my services Section*/
* {box-sizing: border-box;}
.srvicesSec{background-color: #f8f8f8;}

.srvicesSec .card{  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 4.226px 9.063px 13px 0px rgba(6, 100, 147, 0.1); border:0px; }

.myRow{
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.myRow > .column {
  width:calc( 25% - 30px);
margin: 15px;
background-color: #ffffff;
border-radius: 4px;
overflow: hidden;
box-shadow: 4.226px 9.063px 13px 0px rgba(0, 0, 0, 0.07);
}
.srvice{padding: 15px 20px;}
.srvice h3{
    font-family: 'apolloregular';
  color: #39b4b8;
font-size: 1.25rem;
margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.srvice .slimpara{ font-size: 16px;}

.iconing{ background: rgb(0,142,148);}
  .iconing img{width: 100%; height: auto;}
.basicMoreButton{
  color: #3ba8ad !important;
  line-height: 1.2;
  display: block;
  text-align: right;
  font-family: 'Roboto', sans-serif;
}
.basicMoreButton:hover{color: #703bd3 !important;}

/*counter*/
.counter{ background-image: -moz-linear-gradient( 0deg, rgb(123,212,239) 0%, rgb(145,106,182) 21%, rgb(228,109,106) 39%, rgb(236,141,81) 65%, rgb(207,196,101) 86%, rgb(175,201,95) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(123,212,239) 0%, rgb(145,106,182) 21%, rgb(228,109,106) 39%, rgb(236,141,81) 65%, rgb(207,196,101) 86%, rgb(175,201,95) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(123,212,239) 0%, rgb(145,106,182) 21%, rgb(228,109,106) 39%, rgb(236,141,81) 65%, rgb(207,196,101) 86%, rgb(175,201,95) 100%);}

   .counters{padding:30px 25px;  text-align: center; border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.078);
  box-shadow: 3.381px 7.25px 13px 0px rgba(0, 0, 0, 0.04); color: #fff; }
   .counterNumber{ font-size: 85.13px; padding: 0; margin: 0; letter-spacing: -2px;}
   .counterNumberb{ font-size: 18px;}
     .counters h3,   .counters h4{ font-family: 'Roboto Condensed', sans-serif; font-weight:700;}


/*testimonials Section*/
.testimonials{
  background-image:url(../assets/img/bnrTestImonals.jpg);
  background-color: #14385e;
  background-position: center center;
  background-size: cover;
}
.avtar{   border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: rgb(94, 56, 56);
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.08);
  width: 95px;
  margin-top: 11px;
  margin-bottom: 15px;
}

.block-Span{ display: block;
  font-size: 19px;
  color: rgb(254, 31, 25);
  font-weight: bold;
  margin-top: 10px;
  font-weight: bold;
}

.testimonials .bnrheading{
  font-size: 2.875rem;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  }

  .testimonials p{color:#fff; font-size: 1.25rem; font-weight:normal; }
  .testimonials p span{display: block; margin-top: 0.8rem; color:#ffd245;}
  .testimonials .carousel-item{min-height: 240px;}

  .testimonials .carousel-indicators{top:100%;}


    /* myFooter*/

    .myFooter{background-color: #1e1e1e; padding:65px 0px 0px;position: relative;  }

    .socil-media a{
    height: 40px;
    font-size: 18px;
    width: 40px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 40px;
    margin: 0px 1px;
    display: inline-block;
    border-radius: 3px;
}

    .socil-media a:hover{  background-color: rgba(112, 193, 216, 1); color:#fff;}

.footer-logo{    width: 100%;
    margin-bottom: 13px;
    max-width: 146px;}


    .myFooter h3{  font-size: 18px;
      color: #fff06d;
      line-height: 1.2; letter-spacing: 2px;}

      .myFooter p{
           font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        color: rgb(111, 111, 111);
        line-height: 1.3;
        font-weight: 500;
         color: #f6f6f6;

      }
      .myFooter p a{
        font-size: 16px;
       font-family: 'Roboto Condensed', sans-serif;
        color:#ececec;
        line-height: 1.5;
        font-weight: normal;
        margin-bottom:5px;
        display: block;
      }
.copyRight{  font-size: 14px;
font-weight: normal;
  color: #9f9e9e;
  line-height: 1.2; padding:25px 0px; background-color:#181818; margin-top:20px;}


      .myFooter p a:hover{ color: #61f8ff;}

      .myFooter hr{ width: 80px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); margin: 0; margin-bottom: 15px; }

/*****************RR Css***************/

.add_field_button{
    background: green;
    color: #fff;
    border: none;
    margin-bottom: 10px;
    padding: 5px 20px;
}
.auth-page-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.form-title {
    margin-bottom: 15px;
}
.form-title h1{
    display: inline-block;
    font-size: 27px;
    margin-left: 5px;
}
.pd0{
    padding: 0px 15px !important;
}
.pdt90{
    padding-top:90px !important;
}
.course-content .courses-title h5{
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.course-content .courses-title p{
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.course-list-item{
    margin: 0;
    padding: 0px 0px;
    list-style: none;
}
.course-list-item li{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0px;
}
.course-list-item li a{
    display: block;
    cursor: pointer;
}
.play_status{
    color: #41aeb2;
    font-size: 12px;
}
.course-list-item li:nth-last-child(1){
    border-bottom: 0px;
}
.cart{ position: relative; display: inline-block;}
.cart-products{padding: 10px 0px; border-bottom:1px solid rgba(0, 0, 0, 0.1);}
.cart-products .p-2{ padding: 0px !important;}
.cart-products i.icon{ height:30px; width: 30px; font-size:18px; border-radius: 100%;
  background-color: #ffaf45; line-height: 30px; margin-left: 10px; color: #fff;}
  .cart-products i.icon:hover{background-color: rgb(254, 31, 25);}


.cart .dropdowns {
  display: none;
  list-style: none;
  padding:5px 10px;
  margin: 0;
  margin-top: 10px;
  min-width:250px;
  position: absolute;
  text-align: left;
  left: inherit;
  right: 0;

  border-radius: 2px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);

}
.iteam-title{font-size: 14px;
max-width: 118px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
color: #717171;
}
.cart-img{width: 50px; margin-right: 10px; border-radius: 3px;  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);}


.cart .dropdowns::before{content: ""; height:20px; width: 20px;
transform: rotate(45deg); position: absolute; display: block;
   background-color: #fff; border: 1px solid rgba(0,0,0,0.1);
   border-bottom-color: transparent;
   border-right-color: transparent;
   top: -10px; right: 12px; }

   .totalvalue .p-2{ padding: 0px !important; }
   .cartCheckout{display: block; margin-top:10px; padding:10px 20px; color: #fff;
     background-color: #3ab4b7; color: #fff !important; border-radius: 3px;}
     .cartCheckout:hover{ background-color: #9fd25a;}


.post_img_wrapper img{
   width: 100%;
   height: auto;
}
.latest_post_text .latest_post_title{
  font-size: 12px;

}
.latest_post_text .archive_cat_author_date{
    font-size: 10px;
    color: rgb(59, 168, 173);
}
.font12{
    font-size: 12px;
}
.no-cart{
    text-align: center;
    background: #e57773;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 40px 30px;
}
.no-cart h3{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.cart-icon-big{
    font-size: 50px;
    color: #fff;
    margin-bottom: 5px;
}
.cart-count{
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 11px;
    width: 15px;
    height: 15px;
    background: #eb6c72;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    color: #fff;
}
@media screen and (max-width: 992px) {

.cart .dropdowns {
min-width:220px;}
.iteam-title {
  max-width: 98px;
}
.cart-img {
width: 40px;
}

nav.navbar .container{position: relative; align-items: flex-start;}

.moblemenu{position: absolute; right: 0; top: 5px;}
.navbar-scrolled .moblemenu{ top: 0px;}
.cart{display: inline-block;}
}

.cart-product-title{
    font-size: 16px !important;
}
.alert{
    font-size: 12px !important;
}
.price_box{
    /*max-width: 241px;*/
    float: right;
    width: 100%;
}
.price_box .card-header{
    background-color: #3ab4b7;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.price_box .card-body{
    text-align: center;
    font-size: 45px;
    color: #3ab4b7;
}
.center-text{
    text-align: center !important;
}
.primary-btn{
    background: none;
    color: #3ba8ad;
    font-size: 16px;
    padding: 10px 0px;
    text-transform: capitalize;

}
.primary-btn:hover{ color:#e56f6a;}
.mg_15{
    margin:15px 0px;
}

.inner-page-header{
    background-image: -webkit-linear-gradient( 0deg, rgb(109,57,212) 0%, rgb(240,149,100) 25%, rgb(183,113,162) 50%, rgb(183,217,125) 78%, rgb(238,101,113) 100%);
}
.inner-page-header h1.page-title{
    padding: 150px 20px 50px;
    color: #fff;
}
.auth-btn {
            background: rgba(0, 0, 0, 0.1);
            color: #fff;
            font-size: 15px;
            line-height:1.3;
            padding: 10px 20px !important;
            margin-left: 10px;
            border-radius:20px;
            display: inline-block;
            background-image: -moz-linear-gradient( 0deg, rgb(237,165,119) 0%, rgb(228,110,106) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(237,165,119) 0%, rgb(228,110,106) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(237,165,119) 0%, rgb(228,110,106) 100%);
  box-shadow: 0px 11px 13px 0px rgba(27, 66, 113, 0.16);
}
.auth-btn:hover{ background-image: -moz-linear-gradient( 0deg, rgb(110,223,255) 0%, rgb(182,119,242) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(110,223,255) 0%, rgb(182,119,242) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(110,223,255) 0%, rgb(182,119,242) 100%); color:#fff;}

.form-wrapper{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 10px rgb(0, 0, 0 ,0.15);
}
.luminous-home{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
}
.icon-box {
    text-align: center;
    width: 40px;
    display: inline-block;
    height: 40px;
    background: #3ab4b7;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 25px;
}
.icon-box i{

    color: #fff;
}
a.text_color{
    color: #1d1d1d;
    font-size: 12px;
}
a.text_color:hover{
    text-decoration:none;
}
.profile_sec {
    width: 40px;
    height: 40px;
    background: #3ab4b7;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-top: -7px;
    margin-left: 20px;
}
.profile_sec a i{
    color: #fff;
}
.dropdown-menu{
    width: 200px;
    right: 0;
    left: inherit !important;
    margin-right: -80px !important;
    top: 51px !important;
    background: #3ab4b7 !important;
    padding: 0 !important;
    border:0px !important;
}
.dropdown-menu .dropdown-item:hover{
    background: #3ab4b7 !important;
    color: #fff;
}
.dropdown-menu .dropdown-item{
    color: #fff;
}
.dropdown-menu::before {
    height: 15px;
    width: 15px;
    position: absolute;
    display: inline-block;
    background-color: #3ab4b7;
    top: -8px;
    content: '';
    left: 50%;
    margin-left: -8px;
    transform: rotate(45deg);
    z-index: -1;
}
.head_btn{
    font-size: 12px !important;
    margin: -4px 5px 0px 5px !important;
}

.course_box .card-title{
    font-size: 18px;
    color:#3ba8ad;
}

.course_box .card-text{
    font-size: 14px;
    text-align: justify;
    color:#888888;
}


.main-section{
    background-color: #F8F8F8;
}

.total-header-section{
    border-bottom:1px solid #d2d2d2;
}
.total-section p{
    margin-bottom:20px;
}
.cart-detail{
    padding:15px 0px;
}
.cart-detail-img img{
    width:100%;
    height:100%;
    padding-left:15px;
}
.cart-detail-product p{
    margin:0px;
    color:#000;
    font-weight:500;
}
.cart-detail .price{
    font-size:12px;
    margin-right:10px;
    font-weight:500;
}
.cart-detail .count{
    color:#C2C2DC;
}
.checkout{
    border-top:1px solid #d2d2d2;
    padding-top: 15px;
}
.checkout .btn-primary{
    border-radius:50px;
    height:50px;
}
.dropdown-menu:before{
    content: " ";
    position:absolute;
    top:-20px;
    right:50px;
    border:10px solid transparent;
    border-bottom-color:#fff;
}

.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.thumbnail img {
    width: 100%;
}

.thumbnail .caption{
    margin: 7px;
}

.page {
    margin-top: 50px;
}

.btn-holder{
    text-align: center;
}

.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
        width:20%;
        display: inline !important;
    }
    .actions .btn{
        width:36%;
        margin:1.5em 0;
    }

    .actions .btn-info{
        float:left;
    }
    .actions .btn-danger{
        float:right;
    }

    table#cart thead { display: none; }
    table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
    table#cart tbody tr td:first-child { background: #333; color: #fff; }
    table#cart tbody td:before {
        content: attr(data-th); font-weight: bold;
        display: inline-block; width: 8rem;
    }



    table#cart tfoot td{display:block; }
    table#cart tfoot td .btn{display:block;}

}

    @media screen and (max-width: 768px) {
        .abouthome.abouts .align-self-end img{width:100%;}
        .navbar {
    padding: 0.5rem 0.5rem !important;
}
.counters {
    max-width: 250px;
    margin: 15px auto;

}

        h1.heading {
    font-size: 31px;

}


.counter{  background-image: -moz-linear-gradient( -90deg, rgb(123,212,239) 0%, rgb(145,106,182) 21%, rgb(228,109,106) 39%, rgb(236,141,81) 65%, rgb(207,196,101) 86%, rgb(175,201,95) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(123,212,239) 0%, rgb(145,106,182) 21%, rgb(228,109,106) 39%, rgb(236,141,81) 65%, rgb(207,196,101) 86%, rgb(175,201,95) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(123,212,239) 0%, rgb(145,106,182) 21%, rgb(228,109,106) 39%, rgb(236,141,81) 65%, rgb(207,196,101) 86%, rgb(175,201,95) 100%);}

        .abouthome.abouts .d-flex{ flex-wrap: wrap;}
        .abouthome.abouts .p-2{padding:0px !important;}

        .center_text{
            text-align: left;
        }
        .auth-btn{
            margin-left: 0px;
        }
      .subscibeNew{

        padding:30px 20px;

        top:-50px;
    }

    .subForm input[type="text"]{border: 0;

      min-width: 300px;}
      .page-section.contactAction{padding-bottom: 4rem !important;}

      header.masthead {

    height: calc(100vh - 63px);

    background-size: 140% auto;
        background-position: bottom center;
    align-items: flex-start !important;
    text-align: center;
    display: flex;
}


    }

@media screen and (max-width: 992px) {
  .page-section {
    padding: 2.5rem 0 !important;
}

.page-wrapper {
    padding: 2.5rem 0 !important;
}

  .navbar-brand img{ width:100px;}
  .navbar-scrolled .navbar-brand img{ width: 100px ; }
  #mainNav {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
    background-color: #fff;
    transition: background-color 0.2s ease;
}
.bnrPara{
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.myRow > .column {
  width:calc( 50% - 30px);
}
}

@media screen and (max-width: 460px) {
  .myRow > .column {
    width:calc( 100% - 30px);
  }
  .page-section {
       padding: 3.5rem 0 !important;
}
.page-wrapper {
    padding: 2rem 0 !important;
}
}
