/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
font-family: "Righteous";
src: url("../fonts/BalooChettan-Regular.ttf");
src: url("../fonts/BalooChettan-Regular.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: "Montserrat", sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: scroll;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 40px;
     padding-bottom: 0px;
}

.padding_0{
     padding: 0px;
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    padding: 20px 0px;
}
.bg-light {
    background-color: transparent !important;
}
.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}
.logo_mobile{
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}
.mobile_menu{
    width: 100%;
    float: left;
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.navbar-nav { align-items: center; }
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}


.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
}
.menu_main li {
    float: left;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #050101;
}
.menu_main li a{
    color: #050101;
}
.menu_main li a:hover{
    color: #050101;
}


.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
    float: left;
}

.menu_main{
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 57%;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
}

.banner_section{
    width: 100%;
    float: left;
}

.your_text {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
   /* text-transform: uppercase; */
    text-align: center;
}

.there_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    text-align: center;
}

.images_1{
    width: 100%;
    float: left;
}

.start_bt{
    width: 17%;
    margin: 0 auto;
    text-align: center;
}

.read_bt {
    width: 100%;
    float: left;
    margin: 40px 0px;
}
.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #0a47f6;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
}
.read_bt a:hover{
    background-color: #ffffff;
    color: #000;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #ffffff;
    border-radius: 20px;
}
.carousel-indicators {
    bottom: -30px;
}
.carousel-indicators .active {
    background-color: transparent;
    border: 3px solid #fff;
}

.banner_section_2{
    width: 100%;
    float: left;
    padding-top: 80px;
}
.box_main {
    width: 100%;
    float: left;
    background-color: #c41463;
    height: auto;
    padding: 30px;
}
.box_main.active {
    background-color: #162a87;
}

.box_main:hover {
    background-color: #162a87;
}
.internet_icon {
    width: 21%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    color: #000;
    font-size: 30px;
    color: #000;
    border-radius: 100px;
    padding: 12px 0px;
}


.broadband_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
}
.box_main h4.active{ color: #ffffff ; }
.box_main:hover h4{ color: #ffffff ; }
.box_main:hover .many_text{
     color: #ffffff ;
}
.box_main .many_text.active{
     color: #ffffff ;
}

.many_text {
    width: 71%;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.about_section{
    width: 100%;
    float: left; 
    background-image: url(../images/about-bg.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover; 
    padding-bottom: 90px;  
}

.image_2{
    width: 100%;
    float: left;
}
.live_text {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #020907;
    font-weight: bold;

}
.welcome_text {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #020907;
    padding-top: 30px;
}
.lorem_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
   margin-left: 0px;
}

.read_bt1 {
    width: 30%;
    float: left;
    margin-top: 0px;
}
.read_bt1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2e3192;
    text-align: center;
    padding: 10px 0px;
    border-radius: 0px;
}
.read_bt1 a:hover{
    color: #ffffff;
    background-color: #c41463;
}
.product_section {
    width: 100%;
    float: left;
    background-color: #112986;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}
.tariffs_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fff;
}
.choose_text{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.lorem_text1 {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #ffffff;
    margin-left: 0px;
    text-transform: uppercase;
}
.right_icon{
    padding-left: 20px;
}

.see_more{
    width: 30%;
    float: left;
    margin-top: 30px;
}
.see_more a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    background-color: #d0971c;
    padding: 10px 0px;
    text-align: center;
}
.see_more a:hover{
    color: #000;
    background-color: #ffffff;
}
.classes_section{
    width: 100%;
    float: left;
    background-image: url(../images/classes-bg.png);
    height: auto;
    padding-bottom: 60px; 
}
.popular_text{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1b2e89;
    text-align: center;
    text-transform: uppercase;
}

.week_number_text{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
}

.projects_section2{
    width: 100%;
    float: left;
    padding-top: 60px;
}

.container_main1 {
    /* position: relative; */
    width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99999;
}

.container_main1:hover .image {
  opacity: 0.3;
}

.container_main1:hover .middle {
  opacity: 1;
}

.text {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #fff;
}
.container_main2 {
    width: 100%;
    float: left;
}
.container_main1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 92%;
    height: 100%;
    background-color: rgb(27,46,137,.7);
    z-index: 11;
    display: none;
}
.container_main1:hover::after{
    display: block;
}

.readmore_bt{
    width: 17%;
    margin: 0 auto;
    text-align: center;
}

.read_bt2 {
    width: 100%;
    float: left;
    margin: 40px 0px;
}
.read_bt2 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2e3192;
    text-align: center;
    padding: 13px 0px;
}
.read_bt2 a:hover{
    background-color: #000;
    color: #ffffff;
}
.success_section {
    width: 100%;
    float: left;
    background-image: url(../images/success-bg.png);
    height: auto;
    padding-bottom: 67px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.our_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #feffff;
    text-align: center;
    text-transform: uppercase;
}
.Success_text {
    width: 99%;
    float: left;
    font-size: 34px;
    color: #feffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 80px;
}
.lorem_long_text {
    width: 60%;
    font-size: 16px;
    color: #f6f9f8;
    text-align: center;
    margin: 0 auto;
}
.read_bt3 {
    width: 100%;
    float: left;
    margin: 40px 0px;
}
.read_bt3 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #d0971c;
    text-align: center;
    padding: 13px 0px;
}
.read_bt3 a:hover{
    background-color: #ffffff;
    color: #000;
}
.contact_section{
    width: 100%;
    float: left;
}
.contact_text{
    width: 100%;
    float: left;
    font-size: 34px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
.contact_us_text{
    color: #2e3192;
}
.contact_section2{
    width: 100%;
    float: left;
    padding-top: 80px;
}

.mail_section {
    width: 80%;
    float: left;
}
.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    background-color: transparent !important;
    border-bottom: 2px solid #171717 !important;
    padding-right: 20px;
    border: 0px;
    padding-top: 20px;
}
.massage_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    background-color: transparent !important;
    border-bottom: 2px solid #171717 !important;
    padding-right: 20px;
    border: 0px;
    height: 70px;
    padding-top: 30px;
}
.send_bt {
    width: 25%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
.send_bt a{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #2e3192;
    padding: 10px 0px;
    text-transform: uppercase;
}
.send_bt a:hover{
    color: #ffffff;
    background-color: #000;
}
.Locations_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #020000;
    padding-top: 20px;
}
.map_icon{
    padding-left: 15px;
}

.padding_left_0{
    padding-left: 0px; 
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #000202;
    height: auto;
    padding-bottom: 90px;
}
.fooer_logo {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.customer_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.footer_lorem_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin-left: 0px;
}
.footer_lorem_text1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin-left: 0px;
    margin-bottom: 0;

}
.footer_lorem_text2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin-left: 0px;
    margin-bottom: 0;
    margin-top: 0;
}
.social_icon{
    width: 100%;
    float: left;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
    display: inline-flex;
}
.social_icon li {
    float: left;
    padding-right: 25px;
    padding-top: 20px;
}
.time_main {
    padding-top: 20px;
    width: 100%;
    float: left;
}

.margin_top0{
    margin-top: 90px;
}
.monday_text{
    padding-left: 58px;
}
.monday_text1{
    padding-left: 58px;
}
.monday_text2{
    padding-left: 50px;
}
.monday_text3{
    padding-left: 75px;
}
.monday_text4{
    padding-left: 55px;
}
.monday_text5{
    padding-left: 66px;
}

.margin_0{
    margin: 90px 0px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #52c396;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}
.copyright_text a{
    color: #ffffff;
}
.copyright_text a:hover{
    color: #ef5051;
}


/* This is where the lecture schedule table CSS starts */
:root {
    --bg-table-stripe: #dfecf8;
    --b-table: #103452;
    --caption: #242423;
}

table {
    background-color: #c5d9f3;
    border-collapse:collapse;
  	font-family: 'Montserrat'', Helvetica, sans-serif
}

th {
    text-align:left
}

.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em;
      font-weight: 700;
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: .84em
    }

    .dcf-table tbody {
      border-bottom: 1px solid var(--b-table);
      border-top: 1px solid var(--b-table);
      font-size: .84em
    }

    .dcf-table tfoot {
      font-size: .84em
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid var(--b-table)
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
      vertical-align: top
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

    @media only screen and (max-width:42.09em) {
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
.dcf-w-100\% {
  width: 100%!important;
		}

.fcc-btn {
    background-color: rgba(10,40,74,1);
    color: white;
    padding: 3px 3px;
    text-decoration: none;
    border-radius: 2px;
}

.fcc-btn-large {
    background-color: rgba(10,40,74,1);
    color: white;
    padding: 8px 8px;
    text-decoration: none;
    border-radius: 2px;   
}

.center_paragraph {
    text-align: center;
}

.attention {
    font-weight: 700;
}




