/*************************************/
/*          Custom css Start         */
/*************************************/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/*@media(min-width: 1440px) {
    .container {
        max-width: 90%;
    }
}*/

section {
    padding: 100px 0;
}

.card {
    border-radius: 0;
    border: none;
}

.card-body {
    padding: var(--bs-card-spacer-y) 0;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;	
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

.btn_1 {
    background-color: #1A1A1A;
    border-color: #1A1A1A;
    border-radius: 10px;
    color: #fff;
    min-width: 162px;
    min-height: 45px;
    font-weight: 500;
}

.btn_2 {background-color: #021F3A;border-color: #021F3A;color: #fff;border-radius: 10px;padding: 10px 20px;font-size: 16px;border: 0;}
    .btn_2:hover {
        background-color: #011221;
    }
.btn_3 {
    font-size: 12px;
    background: #021F3A;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border: 1px solid #021F3A;
}

h1.h1_heading {
    color: #151515;
    font-size: 65px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.traning h3,.lorem h3 ,.courses h3,.lesson h3,.my-plans h3,.creted_courses h3{
    font-size: 48px;
    font-weight: 700;
    color: #151515;
    width: fit-content;
    margin: 0 auto 20px;
}
.lesson h3{
    color: #fff;
}
.left h3{
    margin: 0;
}
.cta {
    background-color: #0F3D3E;
}
.left .sub_heading{
    margin-bottom: 20px;
}



p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #151515;
}

/*************************************/
/*          Custom css end         */
/*************************************/

/*------------Header starts------------*/

/*------------Header Ends------------*/

header {
    padding: 12px 0px;
  }
  header .navbar-brand {
    width: 85px;
}
  header .navbar-nav {
    margin-left: auto
  }

  header .navbar-nav .nav-item.active a {
    color: #000;
    /* font-weight: 500; */
    letter-spacing: .5px;
  }
.btn:hover{
    background-color: initial;
}

header .navbar-toggler{
    border: none;
 }
 header .navbar-toggler:focus{
   box-shadow: none;
}
  /* header .nav-item {
    padding-right: 18px;
  } */

  header .profile-dropdown {
    padding-right: 0;
  }
.nav-link{
    color: #000000;
}
  /* header .login_icon {
    border: 1px solid #021F3A;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  } */

  header .login_icon img {
    margin-left: 17px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 18px;
  }

  header .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 53px;
    position: absolute;
    right: 5px;
    min-width: fit-content;
  }
  .nav-link:hover {
    color: #000;
}

@media (max-width: 1199px){
    .navbar-brand{
        max-width: 170px;
    }
}

@media(max-width:991px) {    }

/* header css end */

/*------------Footer starts------------*/
.footer_logo {
    max-width: 85px;
}
.footer p{
    color: #FFFFFF;
    font-weight: 500;
}
.footer {
    background-color: #1B1B1B;
    padding: 80px 0 100px;
    margin-top: -1px;
}


.footer_social_icon {
    display: flex;
}

.footer_social_icon span {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.footer_social_icon span:last-of-type{
    margin-right: 0;
}

.footer_social_icon span i {
    color: #0E3553;
}

.footer_heading h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.footer_heading ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer_heading ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


/*------------Footer end------------*/



.contact-icon i{
    color: #021F3A;
    font-size: 30px;
}

.navbar-nav{
    align-items: center;
}
.header-demo-btn{
    /* padding: 0px 17px; */
    margin-left: 20px;
    margin-right: 15px;
    padding: 0 !important;
    line-height: 1.2;
}

/* back to top */
#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 99999;
    border-color: #021F3A;
    background-color: #021F3A;
    color: #fff;
}
   
.the_date {
    position: absolute;
    border: none;
    top: 10.8px;
    left: 105px;
    font-size: 16px;
    color: #000;
    background: transparent;
    width: 100px;
    cursor: none;
    pointer-events: none;
}
.the_date:focus {
    border: none !important;
} 
.select2-container--default .select2-results__option[aria-disabled=true] img {
    display: none;
}
.btn_try_now:hover {
    color: #fff !important;
    background-color: #011221;
}
.btn_1:hover {
    color: #fff !important;
    background-color: #000000;
}

.courses ul li p strong{
    font-size: 30px;
}
@media (min-width:1200px){
    .the_date {
        position: absolute;
        border: none;
        top: 9.8px;
    }
}