:root {
    --theme-orange: #FF6D03;
    --light-orange: #FFEADB; 
    --bglight-orange: #FFFBF9; 
           --black: #000000; 
           --white: #ffffff; 
       --dark-blue: #232E35;
    --heading-font:  'Oswald', sans-serif;
    --content-font:  'Poppins', sans-serif;
  }
body{
    font-family: var(--heading-font);
} 
.container {
	max-width: 1440px !important;
}
img {
    max-width: 100%;
}
a{
    color: var(--theme-orange);
}
a:hover{
    color: var(--black);
}
.heading-section {
    margin-bottom: 20px;
}
.section-heading{
    font-family: var(--heading-font);
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 74px;
}
.small-title{
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    font-family: var(--content-font);
    padding-left: 15px;
    color: var(--theme-orange);
}
.small-title span {
    position: relative;
}
.small-title::before{
    content: " ";
    position: absolute;
    background-color:  var(--light-orange);
    width: 36px;
    height: 36px;
    border-radius: 30px;
    z-index: -1;
    transform: translate(0px, -50%);
    top: 50%;
    left: 0px;
}
.theme-btn {
    background:  #fff;
    border-radius: 4px;
    font-family: var(--heading-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #0266c2;
    padding: 15px 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    outline: none;
    text-transform: none;
    box-shadow: 4px 4px 0px #a9d5fe;
}

.theme-btn:hover {
    background: var(--white);
    color: #000;
}
.gif-btn a.theme-btn {
    margin: 0 4px;
    padding: 15px 23px;
    background: #0266c2;
    color: #fff;
    text-decoration: none;
}

/* Header Css */
.navbar-nav li:hover {
    background: #0d6efd;
    padding: 10px;
    border-radius: 4px;
}

header .main-menu{
    display: flex;
}

.main-menu a.nav-item {
    color: var(--white);
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 15px;
    font-family: var(--heading-font);
    letter-spacing: 1px;
}

.main-menu a.nav-item.sign-up-button {
    background: #0266c2;;
    border-radius: 4px;
    line-height: 40px;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    text-transform: uppercase;
}

.main-menu ul.navbar-nav {
    align-items: center;
}
header.sticky nav {
    background: var(--black);
    box-shadow: 0px 9px 14px rgb(0 0 0 / 22%);
}

header nav.navbar {
    transition: all ease 0.5s;
    background: #000;
}
.main-menu .dropdown i {
    color: var(--white);
}

.main-menu .dropdown>a {
    padding-right: 0px;
}

.main-menu .dropdown:hover .dropdown-menu {
    display: block;
    height: auto;
    background: none;
    border-radius: 0px;
    text-align: right;
    padding-top: 30px;
    border: none;
    box-shadow: none;
    right: 0px;
    min-width: 220px;
}

.main-menu .dropdown .dropdown-menu li a {
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    color: var(--white);
    text-decoration: none;
    border-bottom: 1px solid #7e7e7e;
}
.main-menu .dropdown .dropdown-menu li a:hover {
    background: var(--theme-orange);
}

.main-menu .dropdown:hover .dropdown-menu li {
    background: rgb(0 0 0 / 55%);
}


/* banner section Css Start*/
.banner-section {
    margin-top: 6%;
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-heading {
    font-size: 100px;
    color: #fff;
}

.banner-sub-heading {
    color: #fff;
    font-size: 18px;
    padding: 25px 0px;
}
/* banner section Css End*/


/* <-- Footer Section CSS Start --> */

.footer {
    background-color: #111111;
}

.footer .footer-section {
    padding: 50px 0px;
    color: var(--white);
}
.footer .title {
    color: var(--white);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.footer .content a {
    color: var(--theme-orange);
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 60px;
}
.footer a {
    text-decoration: none;
}
.footer li {
    display: inline-block;
}

.footer ul {
    padding-left: 0px;
}
.footer .adderess-section {
    text-align: right;
}
.footer .adderess {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
}
.footer .copyright-text {
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
}
.footer-menu a{
    color: var(--white);
    padding-right: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
.terms-privacy a{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding-right: 30px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-menu a:hover, .terms-privacy a:hover{
    color: var(--theme-orange);
}

/* <-- Footer Section CSS End --> */





@media(max-width: 1400px){
.courses-list-main li a{
        width: 100%;
        padding: 20px 10px;
    }
}
@media(max-width: 1100px){
    .courses-list-main{
            justify-content: normal;
    }
    ul.location-page li a{
        width: 100%;
        padding: 20px 10px;
    }
    
    .courses-list-main li{
        width: 33.33%;
    }
}

@media(max-width: 992px){
    ul.location-page li{
         width: 33.33%;
    }
     .courses-list-main li{
         width: 50%;
    }
    .courses-list-main li a{
     
        padding: 10px;
    }
}
@media(max-width: 767px){
    ul.location-page li, .courses-list-main li{
         width: 50%;
    }
    ul.location-page, .courses-list-main {
        margin-top: 40px;
    }
    ul.location-page li a, .courses-list-main li a {
        padding: 10px;
    }
}

@media(max-width: 480px){
    ul.location-page li, .courses-list-main li{
         width: 100%;
    }
    ul.location-page, .courses-list-main {
        margin-top: 12px;
    }
}


body{margin-top:20px;}
.section-title {
    position: relative;
}
.section-title h2 {
    color: #1d2025;
    position: relative;
    margin: 0;
    font-size: 24px;
}
@media (min-width: 768px) {
    .section-title h2 {
        font-size: 28px;
    }
}
@media (min-width: 992px) {
    .section-title h2 {
        font-size: 34px;
    }
}
.section-title.title-ex1 h2 {
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .section-title.title-ex1 h2 {
        padding-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .section-title.title-ex1 h2 {
        padding-bottom: 40px;
    }
}
.section-title.title-ex1 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 110px;
    height: 1px;
    background-color: #d6dbe2;
}
@media (min-width: 768px) {
    .section-title.title-ex1 h2:before {
        bottom: 17px;
    }
}
@media (min-width: 992px) {
    .section-title.title-ex1 h2:before {
        bottom: 25px;
    }
}
.section-title.title-ex1 h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 40px;
    height: 1px;
    background-color: #0cc652;
}
@media (min-width: 768px) {
    .section-title.title-ex1 h2:after {
        bottom: 17px;
    }
}
@media (min-width: 992px) {
    .section-title.title-ex1 h2:after {
        bottom: 25px;
    }
}
.section-title.title-ex1.text-center h2:before {
    left: 50%;
    transform: translateX(-50%);
}
.section-title.title-ex1.text-center h2:after {
    left: 50%;
    transform: translateX(-50%);
}
.section-title.title-ex1.text-right h2:before {
    left: auto;
    right: 0;
}
.section-title.title-ex1.text-right h2:after {
    left: auto;
    right: 0;
}
.section-title.title-ex1 p {
    font-family: "Montserrat", sans-serif;
    color: #8b8e93;
    font-size: 14px;
    font-weight: 300;
}


/* second-section */
.second-section {
    padding: 30px 0px;
}
.gif-btn-card h6 {
    font-size: 10px;
}
.gif-btn-card {
    background: #f5f5f6;
    padding: 40px 35px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.gif-btn-card:before {
    position: absolute;
    content: "";
    top: 0;
    right: -35px;
    width: 88px;
    height: 88px;
    background: #0266c2;
    opacity: 0.2;
    border-radius: 8px;
    transform: rotate(45deg);
}
.gif-btn-card:after {
    position: absolute;
    content: "";
    top: 30px;
    right: -35px;
    width: 88px;
    height: 88px;
    background: #a157ea;
    opacity: 0.2;
    border-radius: 8px;
    transform: rotate(45deg);
}
.gif-btn-card h2 {
    font-size: 26px;
    font-weight: 600;
}
.gif-btn-card .btn {
    font-size: 11px;
    border-radius: 100px;
    padding: 0 25px;
    border: 0;
    color: #fff;
    float: right;
}
.gif-btn-card .btn.btn-primary {
    border: 0 !important;
}
.gif-btn-card.featured {
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.gif-btn-card:hover .btn {
    background: #0cc652;
    border-color: #0cc652;
}
p.gif-btn span {
    display: inline-block;
    padding: 45px 15px 50px;
    padding-right: 0;
    font-size: 50px;
    font-weight: 600;
    color: #0cc652;
    position: relative;
}

.pricing-offers {
    padding: 0 0 10px;
}
.pricing-offers li {
    padding: 0 0 16px;
    line-height: 18px;
}
ul li {
    list-style-type: none;
}
.btn.btn-mid {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.gif-btn img {
    border-radius: 10px;
}

@media (max-width: 767px) {
    .gif-box {
        margin: 10px 0px;
    }
    .owl-item .content {
        padding: 0 15px;
    }
}
/* second-section */




.container{
    max-width: 1440px;
  }
  
  .navbar-dark .navbar-nav .nav-link:hover {
      color: #ce1111d7;
  }
  
  .navbar-brand img {
    width: 100%;
    max-width: 180px;
  }
  .carousel-inner img {
    width: 100%;
    height: 400px;
    margin-top: 77px;
  }
  
  .fixed-top {
    background: #f2f3f5;
}
  .navbar-dark .navbar-nav .nav-link {
      color: #006aa7;
      font-weight: 700;
      padding-right: 25px;
      text-decoration: none;
      position: relative;
      display: inline;
  }
  .banner {
    width: 100%;
    margin-top: 94px;
  }
  .bnr {
    padding-left: 0px;
  }
  table.toplist-table{
    display:block;
    width:100%;
    height:100%;
    float:left;
    color: #fff;
}
  table.toplist-table tbody{
    height:100%;
    display:block;
    width:100%;
    padding:0;
    border:0;
    background:0 0;
}
.table-box-list a:hover{
    color: #000;
}
  table.toplist-table tbody ul{
    list-style:none;
    padding-left:10px;
    margin:0;
}
table.toplist-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
table.toplist-table tr th{font-size:13px;font-weight:500;color:rgb(255, 255, 255)}table.toplist-table tr th:nth-child(1){-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;padding: 9px 60px;}table.toplist-table tr th:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 41%;flex:0 0 41%}table.toplist-table tr th:nth-child(3){-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}table.toplist-table tr td:nth-child(1){-webkit-box-flex:0;-ms-flex:0 0 28%;flex:0 0 28%; text-align: center;}
    
  table.toplist-table tbody tr {
    margin-bottom: 10px;
    background: linear-gradient(156.75deg, #1C18E9 -19.5%, #9F59DD 32%, #7520DD 80.38%);
    border-radius: 5px;
    position: relative;
  }
  
  table.toplist-table tr td:nth-child(3){-webkit-box-flex:0;-ms-flex:0 0 23%;flex:0 0 23%; text-align: center;}
  table.toplist-table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    text-align: center;
  }
  .toptb {
    background: #f0ffff05 !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    border-radius: 0px !important;
  }
    table.toplist-table tr td:nth-child(4) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
      flex: 0 0 38%;
      text-align: center;
  }
  table.toplist-table tr td:nth-child(2) p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 24px;
  }
  .tabl{
  margin-top: 0px;}
  
  table.toplist-table tr td:nth-child(1) p {
    margin-bottom: 0;
    font-size: 12px;
    color: #ffffff;
  }
  table.toplist-table tr td:nth-child(1) img {
    width:180px;
    padding-top: 10px;
  }
  .play-now-btn a {
    background: #fdfdfd;
    padding: 10px 30px;
    text-decoration: none;
    color: #0266c2;
    border: 1px solid;
    border-radius: 5px;
}
  .button1 a {
    background: #fdfdfd;
    padding: 10px 30px;
    text-decoration: none;
    color: #008793;
    border-radius: 5px;
    
  }
  .play-now-btn a:hover {
    background: #809d1d;
    text-decoration: none;
    color: #fff;
  }
  .button1 a:hover {
    background: #a9d5fe;
    color: #000;
    border: 1px solid;
  }
  
/* footer */
.begameliglogo {
    background: #000000;
    padding: 15px 0;
}
.begamelig {
    width: 150px;
}
.Terms {
    color: #fff;
    margin-top: 16px;
}
.begameliglogo .logo {
    width: 100%;
    max-width: 60px;
    float: right;
}
.copyright {
    color: #fff;
    background: linear-gradient(156.75deg, #1C18E9 -19.5%, #9F59DD 32%, #7520DD 80.38%);
    text-align: center;
    padding: 15px 0;
}
.copyright a {
    color: #ffffff;
}
@media (max-width: 767px){
.begameliglogo {
    text-align: center;
}
.begameliglogo .logo {
    float: none;
}
.gif-btn a.theme-btn {
    padding: 15px 23px;
    font-size: 16px;
}
.gif-btn-card {
    padding: 20px 40px 10px ;
}
}
/* footer */
  .first-section .container {
    padding: 0px;
  }
  
  .third-section {
    background-color: #006aa7;
  }
  .third-section .container {
    padding-left: 0px !important;
  }

  
  @media (max-width: 768px)  {
    .container {
      padding: 0px 15px !important;
    }
    .banner-section {
      margin-top: 20px;
  }
      .bnr {
          padding: 0px 15px;
      }
      .banner-section .tb {
        margin: 30px 15px;
    }
      .banner-section .box, .first-section .box {
        margin: 10px 0;
      }
      .tb2 {
        padding: 15px;
      }
      .tb3 {
        padding-right: 15px;
    }
      .content-section {
        padding: 15px;
      }
      .content-section .pra {
        margin-top: 0px;
      }
      .Terms {
        padding: 25px 0;
        text-align: center;
      }
      .copyright {
        text-align: center;
        padding: 20px 0px;
        margin: 0;
        float: none;
      }
      table.toplist-table tr td:nth-child(1) img {
        margin: 0 0 0 10px;
      }
      .play-now-btn a {
        padding: 10px 15px;
        background: transparent;
        border:1px solid;
      }
      .button1 a {
        background: transparent;
        padding: 10px 15px;
        border:1px solid;
        color: #fff;
      }
      .link {
        padding-left: 15px;
    }
    }
  
    @media (min-width: 1440px) {
        .banner-section, .first-section, .table-section, .content-section, .third-section .container {
          padding: 0 15px;
        }
        .top-header-section .navbar-brand {
          padding: 15px 15px;
        }
        .link {
          padding: 40px 0 40px 15px;
      }
      
      }


      /* <!-- Table Section Start -->   */
    .table-section {
        padding: 30px 0;
    }
    .table-box-list a {
        display: inline-block;
        background: none;
        font-size: 16px;
        border: 2px solid #a9d5fe;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        text-align: center;
        line-height: 3em;
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: 0.5s;
        color: #fff;
    }
    .left-section {
        background: linear-gradient(156.75deg, #1C18E9 -19.5%, #9F59DD 32%, #7520DD 80.38%);
        padding: 15px;
        border-radius: 10px;
    }
    @media (max-width: 767px)  {
        .table-responsive {
            margin: 10px 0;
        }
        .table-section {
            padding-top: 0;
        }
    }
    /* <!-- Table Section End --> */


    @media (max-width: 1199px){
        header .container{
            max-width: 100%;
        }
        .our-process-section .content h4 {
            margin: 0px;
            font-weight: 500;
            font-size: 22px;
            line-height: 28px;
        }
        .home-slider .banner-heading {
            font-size: 80px;
        }
    }
@media (max-width: 992px){
    .navbar-brand img{
        max-width: 110px;
    }
    .main-menu a.nav-item {
        font-size: 12px;
        padding: 0px 5px;
    }
    .table-box-list a {
        font-size: 12px;
    }
    .gif-btn a.theme-btn {
        margin: 0 4px;
        padding: 15px 6px;
        background: #0266c2;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        width: 100%;
        text-align: center;
    }
    .gif-btn-card {
        background: #f5f5f6;
        padding: 40px 10px;
        position: relative;
        border-radius: 2px;
        overflow: hidden;
    }
    .gif-btn img {
        border-radius: 10px;
        width: 100%;
    }
    .banner-heading {
        font-size: 60px;
        color: #fff;
    }
}

@media screen and (max-width: 1399px) and (min-width: 993px) {
    .gif-btn a.theme-btn {
        padding: 15px 10px;
    }
    .gif-btn-card {
        padding: 40px 15px;
    }
  }