body
{
    font-family: 'Roboto', sans-serif;
}

a
{
    text-decoration: none;
}
p
{
    letter-spacing:0.5px;
}
ul
{
    margin:0px;
    padding:0px;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6
{
    color: #1F1F1E;
    font-family: 'Lato', sans-serif;
    margin: 0 0 15px;
    padding: 0;
    transition: 0.3s;
    font-weight:700;
}
h2 
{
    font-size: 30px;
    line-height: 45px;
    font-weight: 900;
}
/* start header */
.nav-bg-home
{
    background-color: #E3EBF7;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0px;
    width:100%;
    box-shadow: 0 3px 6px rgb(54 54 54 / 8%);
    z-index:999;
}
.nav-bg-white
{
    background-color: white;
}
.navbar-nav-2
{
    /*margin-left: auto;*/
    /* margin-right: auto; */
}
.navbar-dark .navbar-nav .nav-link
{
    color: #0000009e;
    font-size: 15px;
    font-weight: 500;
    padding-right: 28px;
}
.nav-white
{
    color: #000000 !important;
}
.logo-wd
{
    width: 12%;
}
.logo-1
{
    width: 100%;
    height: auto;
}
.btn-theme
{
    display: inline-block;
    font-size: 16px;
    padding: 14px 40px 14px 40px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    transition-duration: 0.3s;
    background: #159ad5;
    border-radius: 5px;
    height:50px;
}
.btn-theme:hover
{
    color:#fff;
}
.btn-theme::before
{
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #1F1F1E;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
}
.btn-theme:hover::before
{
    height: 400%;
    opacity: 1;
}
.home_banner
{
    position:relative;
    background: #EAF1ED;
    padding-bottom: 85px;
    padding-top: 170px;
}
.banner_text h2
{
    font-size: 60px;
    line-height: 60px;
    margin-top: -14px;
}
.banner_text p
{
    margin-bottom: 30px;
    margin-top: -5px;
    font-size: 17px;
    line-height: 27px;
    color: #717173;
}
.hero_ellipse_icon .ellipse1 
{
    position: absolute;
    right: 50%;
    top: 20%;
    margin-right: -130px;
    animation: animationFramesOne 20s infinite linear;
}
.hero_ellipse_icon .ellipse2
{
    position: absolute;
    top: 30%;
    right:10%;
    /*margin-right: -130px;*/
    animation: animationFramesOne 20s infinite linear;
}
.hero_ellipse_icon .ellipse4
{
    position: absolute;
    bottom: 30%;
    right:30%;
    /*margin-right: -130px;*/
    animation: animationFramesOne 20s infinite linear;
}
.pt-80
{
    padding-top:80px;
}
.category_section
{
    padding-bottom: 80px;
    background: #ffffff;
}
.head_header 
{
    text-align: center;
    padding-bottom: 40px;
    margin: auto;
}
.head_header h3
{
    position: relative;
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 1.1;
    color: #1F1F1E;
    margin-top: 0px;
}
.module_item
{
    padding: 15px 15px 25px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0e9e9;
    margin-bottom: 30px;
    transition: .4s;
}
.module_item img
{
    width:100%;
    height:225px;
    object-fit:cover;
}
.module_item:hover
{
    border: 1px solid #159ad5;
    transition: .4s;
}
.module_tital
{
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: .2px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.module_tex
{
    font-size:15px;
    color:#212529;
}
.module_chapter 
{
    padding-bottom: 20px;
    color: #717173;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 21px;
}
.module_chapter::after {
    position: absolute;
    content: "";
    width: 68%;
    height: 4px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
}
.feat_cour_less i {
    color: #717173;
    margin-right: 5px;
    font-size: 17px;
}
.feat_cour_less_1
{
    background-color:#dedede;
    color:#717173;
    padding:5px;
    border-radius:4px;
}
.module_video
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-next
{
    font-size: 20px;
    background: #159ad5;
    color: #fff;
    width: 37px;
    height: 37px;
    display: inline-block;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
    padding: 0px;
}
.btn-next:hover
{
    background:#1F1F1E;
    color:#fff;
}
.bg-footer
{
    background: #EBF2EE;
    padding-top: 60px;
}
footer ul li {
    margin: 0px;
    padding: 0px;
}
.bg-footer ul li {
    display: block;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 8px;
}
.bg-footer ul li a
{
    color: #1F1F1E;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
}
.footer_logo img
{
    height:60px;
}
.footer_logo ul 
{
    margin-top: 17px;
    margin-bottom: 20px;
}
.footer_logo ul li {
    display: block;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 8px;
}
.footer_logo ul li a {
    font-size:14px;
    color: #1F1F1E;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.footer_socil ul 
{
    text-align: left;
}
.footer_socil ul li 
{
    display: inline-block;
    text-align: left;
    margin-right: 4px;
}
.footer_socil ul li a 
{
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}
.quick_link h5
{
    color: #1F1F1E;
    padding-bottom: 15px;
    font-size: 22px;
}
.footer_form input
{
    border: none;
    border-radius: 5px;
    height: 45px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    outline:0px;
}
.footer_form textarea
{
    border: none;
    border-radius: 5px;
    height: 45px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    height: 75px;
    resize: none;
    outline: none;
    padding-top: 7px;
    outline:0px;
}
.btn-alt
{
    font-size: 16px;
    background: #159ad5;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0px 0px;
    font-weight: 500;
    width: 128px;
    margin-top: 10px;
    border: none;
    line-height:45px;
}
.subfooter
{
    background: transparent;
    padding: 24px 15px 31px;
    text-align: center;
}
.subfooter p 
{
    color: #717173;
    margin: 0px;
    font-size: 14px;
}
.breadcrump_outer
{
    text-align: center;
    color: #fff;
    background: transparent url(../images/breadcrump.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    padding-top:170px;
    padding-bottom:80px;
}
.breadcrump_inner h3
{
    color: #fff;
    text-transform: capitalize;
    font-size: 55px;
    letter-spacing: 0px;
    padding-bottom: 8px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    margin-top: -35px;
}
.breadcrump_inner h4 {
    color: #ddd;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: -25px;
    font-weight: 500;
}
.single_course
{
    padding: 80px 0px;
    background: #ffffff;
}
.module_single h4
{
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 16px;
    line-height: 1.1;
}
.module_single h6 span
{
    color:#fff;
    padding:5px;
    border-radius:4px;
    background-color:#159ad5;
    font-size:14px;
}
.chapter-list
{
    margin-top:20px;
}
.chapter-list ul li
{
    margin-top:40px;
}
.chapter-list .title
{
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight:700;
}
.chapter-list .para
{
    margin: 0 0 10px 0;
    font-size:15px;
}
.module_description
{
    margin-top:30px;
}
.module_description h2
{
    font-size:26px;
    margin-top:30px;
    margin-bottom:10px;
}
.module_description p
{
    font-size:14px;
}
.module_bread
{
    display:flex;
    align-items:center;
}
.module_bread span
{
    margin-right:10px;
}
.module_bread a
{
    margin-right:10px;
}
.modules_category
{
    padding:10px;
    border-radius:4px;
    border: 1px solid #159ad5;
}
.modules_category
{
    flex-flow: column;
    top: 90px;
    position: sticky;
}
.modules_category ol
{
    padding-left: 15px;
    padding-right: 15px;
}
.modules_category ol li
{
    list-style:none;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #dedede;
    
}

/*header*/

#offcanvasRightLabel
{
    margin-bottom: 0px;
    font-size: 23px;
    font-weight: 700;
    color: #159ad5;
}
.offcanvas-body h4
{
    font-size:16px;
    font-weight:700;
    margin-bottom:20px;
}
.offcanvas-body h4 a
{
    color:#000;
}
.offcanvas-body h4 a:hover
{
    color:#159ad5;
}

/*serach header*/

.search-bar-wrapper 
{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    width: 300px;
    height: 50px;
    border-radius: 4px;
    /*box-shadow: rgb(0 0 0) 0px 0px 2px 0px, rgb(0 0 0 / 28%) 0px 0px 1px 0px;*/
    margin-right: 20px;
    position: relative;
    transition: all 0.5s;
    margin-left: auto;
}
.active 
{
    width: 50px;
}
.search-bar-wrapper i 
{
    width: 32px;
    cursor: pointer;
    position: absolute;
    font-size: 16px;
    left: 15px;
}
.input {
    background-color: transparent;
    border: none;
    margin: 10px 50px;
    width: 100%;
    outline: none;
    font-size: 14px;
    color: rgb(151, 151, 151);
    transition: all 1s;
    transition-delay: 0.5s;
}
.serach_flex
{
    display:flex;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.module_description table 
{
    width: 100%;
    font-size: .875em;
    margin: 20px 0 45px 0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom:0px;
}
.module_description table th
{
    background: #159ad5;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 8px 10px;
    font-weight:500;
}
.module_description table td {
    text-align: center;
    padding: 8px 10px;
}
.module_description table th strong
{
    font-weight:500;
}
td {
    border-bottom: 1px solid #E1E1E1;
}
.module_description ol
{
    padding-left:15px;
}
.module_description ol li
{
    font-size: 14px;
    margin-bottom:8px;
}
.module_description a
{
    color:#0d6efd !important;
}
.module_description a em
{
    color:#0d6efd !important;
}
.module_description h3
{
    font-size:22px;
}
.breadcrump
{
    padding:140px 0px 40px 0px;
    background:url('../images/header.jpg');
}
.sub_breadcrump
{
    text-align:center;
}
.sub_breadcrump h2
{
    color: #fff;
    text-transform: capitalize;
    font-size: 55px;
    letter-spacing: 0px;
    padding-bottom: 8px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    margin-top: -35px;
}
.sub_breadcrump h6
{
    color:#fff;
}
.sub_section
{
    padding:80px 0px;
    background: #ffffff;
}
.signup_form input
{
    height: 55px;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 20px;
    border-radius: 3px;
    border: 1px solid #D9D0D0;
    outline: none;
    background: transparent;
    border-radius: 5px;
    font-size:14px;
}
.term-and-condition
{
    display: flex;
    margin-bottom: 5px;
    margin-top: -5px;
}
.term-and-condition input {
    float: left;
    height: 17px !important;
    width: 17px !important;
    margin-right: 8px;
    margin-top: 6px;
}
.term-and-condition label {
    font-size: 14px;
    margin-left: 0px;
    margin-top: 5px;
    line-height: 1.5;
}
.lost_pass
{
    font-size:14px;
}
.btn-secondary
{
    height: 100%;
    margin-left: 10px;
    padding: 10px 22px;
}
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(100px, 72px) rotate(72deg);
    transform: translate(100px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@media(max-width:600px)
{
    .logo-wd
    {
        width: 31%;
    }
    .home_banner
    {
        padding-top: 150px;
    }
    .banner_text h2
    {
        font-size:30px;
        line-height: 40px;
    }
    .hero_ellipse_icon .ellipse1
    {
        left:10%;
        top:60%;
    }
    .hero_ellipse_icon .ellipse4
    {
        top:75%;
        left:55%;
    }
    .hero_ellipse_icon .ellipse2
    {
        top:50%;
        left:60%;
    }
    .pt-80
    {
        padding-top:30px;
    }
    .category_section
    {
        padding-bottom:30px;
    }
    .head_header h3
    {
        font-size: 30px;
    }
    .head_header
    {
        padding-bottom: 25px;
    }
    .quick_link
    {
        margin-bottom:30px;
    }
    .breadcrump_inner h3
    {
        font-size: 35px;
        margin-bottom:0px;
    }
    .breadcrump_outer
    {
        padding-top: 180px;
        padding-bottom: 70px;
    }
    .single_course
    {
        padding:30px 0px;
    }
    .module_single h4
    {
        font-size: 25px;
    }
    .chapter-list ul li
    {
        margin-top:20px;
    }
    .set-mob
    {
        justify-content:center !important;
    }
    .sub_breadcrump h2
    {
        font-size:28px;
    }
    .breadcrump
    {
        padding-top:180px;
        padding-bottom: 16px;
    }
    .sub_section{
        padding:40px 0px;
    }
    .wrap
    {
        padding:30px !important;
    }
}