
/********************** Common CSS Start **********************/
/* font-family: 'Raleway', sans-serif;
 font-family: 'Roboto', sans-serif;
*/
body{
    padding-top: 88px;
    /*font-family: 'kiro', 'Roboto';*/
    font-family: 'Roboto', sans-serif;
    color: #333333;
}
body{
    color: #333333;
}
.section{
    width: 100%;
    float: left;
    margin: 0;
    padding: 40px 0;
}
h1,h2,h3,h4{
    font-weight: 700;
    color: #000;
}
h2{
    font-size: 40px;
}
p{
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}
strong{
    font-weight: 900;
}
.form-control{
    border: 1px solid #B4B4B4;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 4px;
}
textarea.form-control{
    padding-top: 10px;
    height: 120px;
}
select{
    background-image: url(../images/downarrow.svg);
    background-repeat: no-repeat;
    background-position : calc(100% - 12px) center;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    font-family: 'Roboto', sans-serif;
}
label{
    font-family: 'Roboto', sans-serif;
    color: #000;
}
.custom-control{
    padding-left: 30px;
}
.custom-control-label::before{
    width: 20px;
    height: 20px;
    top: 2px;
    left: -30px;
}
.custom-control-label::after{
    width: 20px;
    height: 20px;
    background-size: 70%;
    top: 2px;
    left: -30px;
}
.star{
    color: #FF0000;
}
::-webkit-input-placeholder {
    color:red;
}
::-moz-placeholder {
    color:red;
}
::-ms-placeholder {
    color:red;
}
::placeholder {
    color:red;
}
a{
    color: #1563B0;
    text-decoration: underline;
}
a:hover{
    color: #1563B0;
    text-decoration: none;
}
.btn-primary{
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background-color: #404041;
    border:0;
    padding: 0 20px;
    -webkit-box-shadow: 0px 3px 20px 2px rgba(64,64,65,0.29);
    -moz-box-shadow: 0px 3px 20px 2px rgba(64,64,65,0.29);
    box-shadow: 0px 3px 20px 2px rgba(64,64,65,0.29);
}
.btn-primary.lg{
    height: 60px;
    line-height: 60px;
    padding: 0 45px;
    font-size: 23px;
}
.btn-primary:hover{
    background-color:#000;
}
.btn-secondary{
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background-color: #1563B0;
    border:0;
    padding: 0 20px;
    -webkit-box-shadow: 0px 3px 20px 2px rgba(0,102,255,0.29);
    -moz-box-shadow: 0px 3px 20px 2px rgba(0,102,255,0.29);
    box-shadow: 0px 3px 20px 2px rgba(0,102,255,0.29);
}
.btn-secondary:hover{
    background-color:#000;
}
.btn-secondary.lg{
    height: 60px;
    line-height: 60px;
    padding: 0 45px;
    font-size: 23px;
}
.btn-arrow-left:before{
    content: "";
    width: 15px;
    height: 11px;
    display: inline-block;
    background:url(../images/arrow-left.svg) no-repeat 0 0;
    margin-right: 15px;
    position: relative;
    top: 2px;
}
.btn-arrow-right:after{
    content: "";
    width: 15px;
    height: 11px;
    display: inline-block;
    background:url(../images/arrow-right.svg) no-repeat 0 0;
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.btn-outline-primary{
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    border:1px solid #0073b9;
    background-color: #0073b9;
    padding: 0 40px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.btn-outline-primary:hover{
    background-color:#000;
    border:1px solid #fff;
}
.btn-outline-primary.red {
    border: 1px solid #0073b9;
    padding: 0 40px;
    color: #ffffff;
    -webkit-box-shadow: 0px 3px 20px 2px rgb(0 115 185 / 29%);
    -moz-box-shadow: 0px 3px 20px 2px rgba(0,115,185,0.29);
    box-shadow: 0px 3px 20px 2px rgb(0 115 185 / 29%);
}
.btn-outline-primary.red:hover{
    background-color:#0073b9;
    border:1px solid #0073b9;
    color: #FFF;
}
.bg-image{
    background-repeat: no-repeat;
    background-size: cover;
}
.divider{
    width: 100%;
    float: left;
}
.link01{
    font-size: 14px;
    color: #0073b9;
    border-bottom: 1px solid #0073b9;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    margin: 5px 0 0 20px;
    padding: 0 0 5px 0;
    transition: all 0.5s ease-in-out;
}
.link01:hover{
    color: #000;
}
@media (min-width: 767px){
    .link01{
        font-size: 16px;
    }
}
.list01{
    margin:0 0 30px 0;
    padding: 0;
}
.list01 li{
    list-style: none;
    font-size: 16px;
    background: url(../images/icon-tick.svg) no-repeat 0 5px;
    color: #fff;
    margin:0 0 20px 0;
    padding: 0 0 0 30px;
}
.list02{
    margin:0 0 30px 0;
    padding: 0;
}
.list02 li{
    list-style: none;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    position: relative;
    margin:0 0 10px 0;
    padding: 0 0 0 20px;
}
.list02 li:before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0073b9;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 10px;
}
.heading-group{
    margin-bottom: 20px;
}
.heading{
    font-size: 24px;
    margin-bottom: 5px;
}
.heading.red{
    color: #0073b9;
}
.heading.white{
    color: #ffffff;
}
.sub-heading{
    font-size: 14px;
    margin-bottom: 0;
}
@media (min-width: 767px){
    .heading-group{
        margin-bottom: 40px;
    }
    .heading{
        font-size: 36px;
    }
    .sub-heading{
        font-size: 16px;
    }
}
/*Responsive*/
@media (min-width: 768px){
    .section{
        padding: 60px 0;
    }
}
/********************** Nav CSS Start **********************/
.navbar{
    background-color: #000;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(11,48,77,0.21);
    -moz-box-shadow: 0px 0px 10px 2px rgba(11,48,77,0.21);
    box-shadow: 0px 0px 10px 2px rgba(11,48,77,0.21);
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .tel{
    font-size: 16px;
    color: #0071bc;
    font-weight: 900;
    padding-bottom: 5px;
    display: inline-block;
}
.navbar .tel:hover{
    text-decoration: none;
    color: #464648;
}
.navbar .navbar-brand{
    margin: 0;
    padding: 0;
}
.navbar .navbar-brand img{
    height: 88px;
}
.navbar .container{
    position: relative;
}
.stellarnav > ul > li > a{
    padding: 12px 15px
}
.stellarnav > ul > li.active > a{
    color: #0073b9;
    font-weight: 700;
}
.stellarnav .btn-signin{
    margin-left: 15px;
}
.stellarnav .btn-signin a{
    background-color: #0073b9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #0073b9;
    padding-left: 35px;
    padding-right: 35px;
}
.stellarnav .btn-signin a:hover{
    background-color: transparent;
    color: #0073b9 !important;
}
.stellarnav.mobile > ul > li.btn-signin{
    margin-right: 15px;
}
.stellarnav.mobile > ul > li.btn-signin > a{
    margin-top: 20px;
}
.stellarnav .menu-toggle span.bars{
    margin-right: 0;
}
/*Responsive*/
@media (min-width: 961px){
    .stellarnav{
        width: auto;
    }
    .stellarnav.light > ul > li > a {
        padding: 15px 20px;
        color: #0073b9;
    }
    .stellarnav.light > ul > li.active > a{
        color: #464648;
    }
    .stellarnav li a {
        padding: 10px 15px;
    }
    .stellarnav.light > ul > li.active > a:before{
        content: "";
        background-color: #0073b9;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
@media (max-width: 960px){
    body{
        padding-top: 70px;
    }
    .stellarnav{
        overflow: inherit;
        width: auto;
    }
    .navbar .navbar-brand{
        max-width: 190px;
    }
    .navbar .getintouch{
        display: none;
    }
    .stellarnav.light{
        position:absolute;
        top: 0;
        background-color: transparent;
    }
    .stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle{
        float: right;
        margin-top: 10px;
        padding-right: 0;
        display: block;
    }
    .stellarnav.mobile.active:after{
        content: "";
        background-color: rgba(0,0,0,0.7);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
    }
}
@media (min-width: 768px){
    .navbar .getintouch-text{
        display: inline-block;
        font-size: 16px;
        padding-right: 5px;
    }
    .navbar .tel{
        font-size: 25px;
        padding-bottom: 0;
    }
    .navbar .socials{
        display: inline-block;
    }
}
/********************** Banner CSS Start **********************/
.banner{
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 35px 0;
    display: flex !important;
    align-items: center;
}
.caption-box{
    float: left;
    text-align: center;
    width: 100%;
}
.caption-box h1{
    font-size:30px;
    margin-bottom: 20px;
}
.caption-box h1 br{
    display: none;
}
.caption-box p{
    color: #88cfe8;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 10px;
}
.caption-box .btn{
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 18px;
}
.home-playvideo{
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    font-weight: 300;
}
.home-playvideo img{
    width: 80px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.home-playvideo a, .home-playvideo a:hover{
    color: #FFF;
}
.slider .slick-track{
    display: flex !important;
}
.slider .slick-slide{
    height: inherit !important;
}
/*Responsive*/
@media (min-width: 768px){
    .banner{
        min-height: 600px;
    }
    .caption-box{
        text-align: left;
    }
    .caption-box h1{
        font-size:45px;
        margin-bottom: 40px;
    }
    .caption-box p{
        font-size: 28px;
    }
    .caption-box .btn{
        height: 60px;
        line-height: 60px;
        padding: 0 45px;
        font-size: 23px;
    }
    .home-playvideo{
        font-size: 17px;
    }
    .home-playvideo img{
        width: 160px;
        margin-bottom: 15px;
    }
    .banner.sm{
        height: 320px;
    }
}
/********************** Slider CSS Start **********************/
.slider .banner.slick-slide{
    padding: 40px 0;
}
.slider .slick-arrow{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 100;
    text-indent: -999px;
    overflow: hidden;
    border: 0;
    border-radius: 50px;
    outline: none;
    margin-top: -40px;
    -webkit-box-shadow: 0px 4px 20px 0px rgb(62, 62, 62);
    -moz-box-shadow: 0px 4px 20px 0px rgb(62, 62, 62));
    box-shadow: 0px 4px 20px 0px rgb(62, 62, 62);
}
.slider .slick-prev{
    left:20px;
    background:#FFF url(../images/arrow-prev.png) no-repeat center center;
}
.slider .slick-next{
    right: 20px;
    background:#FFF url(../images/arrow-next.png) no-repeat center center;
}
.slider .slick-dots{
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 15px;
}
.slider .slick-dots li{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}
.slider .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #fff;
    border: 0;
    text-indent: -999px;
    overflow: hidden;
}
.slider .slick-dots li.slick-active button{
    background-color: #0073b9;
}
/*Responsive*/
@media (min-width: 768px){
    .slide{
        height: 513px;
    }
    .slide .caption-box h1{
        font-size:50px;
    }
    .slide .caption-box p{
        font-size: 28px;
    }
}
/********************** Courses box Start **********************/
.courses-wrapper{
    background-color: #E8E8E8;
}
.courses-wrapper .coursesbox{
    background-color: #FFF;
    border-radius: 4px;
    border: 0;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
}
.courses-wrapper .coursesbox .pic-box{
    height: 200px;
    overflow: hidden;
    background-size: cover !important;
}
.courses-wrapper .course-col{
    margin-bottom: 20px;
}
.courses-wrapper .pic-box img{
    width: 100%;
}
.courses-wrapper .info{
    margin:15px 15px 20px 15px;
}
.courses-wrapper h2{
    color: #0073b9;
    font-size: 20px;
    font-weight: 600;
    min-height: 50px;
}
.courses-wrapper .lessons{
    font-size: 16px;
    font-weight: 600;
}
.courses-wrapper .price{
    text-align: right;
}
.courses-wrapper .price {
    background-color: #EBEBEB;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #0073b9;
    font-weight: 700;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    margin: 0;
}
@media (max-width: 767px){
    .courses-wrapper .coursesbox .pic-box{
        height: 120px;
    }
    .courses-wrapper .info{
        margin:10px;
    }
    .courses-wrapper h2{
        font-size: 16px;
        min-height: 40px;
    }
    .courses-wrapper .lessons{
        font-size: 12px
    }
    .courses-wrapper .btn-primary{
        font-size: 12px;
        padding: 0 5px;
    }
    .courses-wrapper .price {
        font-size: 12px;
        position: relative;
        top: -3px;
    }
}
/********************** benefit Section Start **********************/
.benefit{
    background-color: #ffffff;
}
.benefit .heading{
    margin-bottom: 25px;
}
.benefit-pic{
    position: relative;
}
.benefit-pic:after{
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    background-color: #000;
    right: -15px;
    bottom: -16px;
    z-index:1;
}
.benefit-pic img{
    width: 100%;
    position: relative;
    border:8px solid #FFF;
    position: relative;
    z-index: 2;
}
/********************** benefit partner Section Start **********************/
.benefit-partners{
    background-color: #fff;
}
/*.benefit-partners .container{
     max-width: 1400px;
}
*/
.benefit-partners .benefits-card-col{
    margin-bottom: 30px;
}
.benefit-partners .benefits-card{
    border:0;
    box-shadow: none;
}
.benefit-partners .benefits-card .icon-box{
    flex: 0 0 90px;
}
.benefit-partners .benefits-card p{
    margin-bottom: 0;
    font-weight: 500;
}
.benefit-partners .btn{
    margin-top: 40px;
}
@media (max-width: 767px){
    .benefit-partners .heading-group{
        text-align: center;
    }
    .benefit-partners .benefits-card{
        text-align: center;
    }
    .benefit-partners .benefits-card .icon-box{
        flex: 0;
        margin-bottom: 10px;
    }
    .benefit-partners .benefits-card .icon-box img{
        width: 45px;
    }
    .benefit-partners .benefits-card p{
        font-size: 14px;
    }
    .benefit-partners .btn{
        width: 100%;
        margin-top: 20px;
    }
}
/********************** recent-blog Section Start **********************/
.recent-blog{
    background-color: #e8e8e8;
}
.recent-blog .news-pic{
    flex: 0 0 100px;
}
.recent-blog .news-heading{
    margin-left: 15px;
}
.recent-blog .news-heading h3{
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
}
.recent-blog .news-heading h3 a{
    color: #000;
    text-decoration: none;
}
.recent-blog .news-heading h3 a:hover{
    color: #000;
    text-decoration: none;
}
.recent-blog .news-heading .link01{
    margin-left: 0;
    margin-top: 0;
    font-size: 13px;
    padding-bottom: 3px;
}
@media (max-width: 991px){
    .recent-blog .newsbox{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .recent-blog .news-heading h3{
        font-size: 16px;
    }
}
/********************** Testimonials Section Start **********************/
.testimonials{
    background-color: #fff;
    text-align: center;
    padding-bottom: 0;
    padding-top: 90px;
}
.testimonials .inner{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(210,210,210,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(210,210,210,1);
    box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.16);
}
.testimonials .inner {
    background-color: #f4f4f4;
}
.testimonial-box{
    max-width: 630px;
    margin: 0 auto;
}
.testimonial-box .review{
    font-weight: 300;
    color: #000000;
    line-height: 2;
    font-size: 20px;
}
.testimonial-box .reviewer{
    color: #0073b9;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}
.testimonial-box .reviewer img{
    display: inline-block;
}
.testimonial-box .reviewer p{
    font-weight: 600;
    color: #000;
    margin-top: 5px;
}
.testimonials .slick-slide{
    padding: 20px;
    outline: none;
}
.testimonials .slick-arrow{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 55%;
    z-index: 100;
    text-indent: -999px;
    overflow: hidden;
    border: 0;
    border-radius: 50px;
    outline: none;
    margin-top: -40px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(210,210,210,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(210,210,210,1);
    box-shadow: 0px 0px 20px 0px rgba(210,210,210,1);
}
.testimonials .slick-prev{
    left:0;
    background:#FFF url(../images/arrow-prev.png) no-repeat center center;
}
.testimonials .slick-next{
    right: 0;
    background:#FFF url(../images/arrow-next.png) no-repeat center center;
}
.testimonials .slick-dots{
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.testimonials .slick-dots li{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}
.testimonials .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #C5C5C5;
    border: 0;
    text-indent: -999px;
    overflow: hidden;
}
.testimonials .slick-dots li.slick-active button{
    background-color: #0073b9;
}
@media (max-width: 767px){
    .testimonials{
        padding-top: 40px;
    }
    .testimonial-box .review{
        font-size: 16px;
    }
}
/********************** *Call to Action Section Start **********************/
.call-to-action{
    background-color: #e8e8e8;
    padding: 40px 0;
}
.call-to-action .heading{
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.call-to-action .heading{
    color: #0073b9;
}
.call-to-action .btn{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
@media (max-width: 1024px){
    .call-to-action .heading{
        margin-bottom: 15px;
    }
    .call-to-action .heading br{
        display: none;
    }
}
/********************** *Footer Section Start **********************/
.footer{
    background-color: #0073b9;
    padding: 60px 0 20px 0;
}
.footer-heading{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.footer-contact p{
    font-family: 'Roboto', sans-serif;
    margin: 0 0 25px 0;
    line-height: 1;
}
.footer-contact .contact-heading{
    font-size: 16px;
    color:#6E6E6E;
    display: block;
    margin-bottom: 5px;
}
.footer-contact a{
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
}
.footer-contact a:hover{
    color: #000;
    text-decoration: none;
}
.footer .socials a{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    top: -4px;
    position: relative;
    margin-right: 5px;
}
.footer .socials a:hover{
    background-color: transparent;
    border: 1px solid #fff;
    color:#FFF;
}
.footer .links{
    margin: 0 0 1rem 0;
    padding: 0;
}
.footer .links li{
    list-style: none;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0 0 8px 12px;
}
.footer .links li:after{
    content: "";
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 9px;
}
.footer .links li a{
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.footer .links li:hover a{
    color: #000000;
}
.footer hr{
    background-color: #FFF;
    opacity: 0.2;
    margin-bottom: 40px;
    margin-top: 50px;
}
.copyright{
    font-size: 16px;
    color: #FFF;
    opacity: 0.44
}
/*Responsive*/
@media (max-width: 767px){
    .footer{
        padding: 40px 0 10px 0;
    }
    .footer .contact-col .footer-heading, .footer .socials-col .footer-heading{
        display: none;
    }
    .footer .socials{
        display: flex;
        justify-content: space-between;
        padding: 0 8%;
    }
    .footer .socials a{
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .footer-contact{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-contact p{
        display: flex;
    }
    .footer-contact .contact-heading{
        margin-bottom: 0;
        position: relative;
        top:5px;
        flex:0 0 70px;
    }
    .footer hr{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .copyright{
        font-size: 13px;
    }
}
/************************************************************ Course Page ************************************************************/
.inner-banner{
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 35px 0;
    display: flex !important;
    align-items: center;
}
.inner-banner h1{
    font-size: 40px;
}
.inner-banner nav{
    display: inline-block;
    margin: 0 auto;
}
@media (min-width: 767px){
    .inner-banner h1{
        font-size: 50px;
    }
}
.breadcrumb{
    text-align: center;
    background-color: transparent;
    color: #FFF;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumb a{
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}
.breadcrumb-item.active{
    color: #FFF;
    font-weight: 400;
}
.page-link{
    color: #000000;
    text-decoration: none;
}
.page-item.active .page-link{
    background-color: #1563B0;
}
.white-bg{
    background-color: #FFF;
}
.courses-list.courses-wrapper .course-col{
    margin-bottom: 30px;
}
.filterform{
    background-color: #E8E8E8;
    padding: 15px 0;
}
.searchform{
    position: relative;
}
.searchform .form-control{
    padding-right: 55px;
}
.searchform .btn-search{
    width: 50px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background:url(../images/search.svg) no-repeat center center;
    border: 0;
    overflow: hidden;
    text-indent: -999px;
}
@media (min-width: 992px){
    .searchform{
        max-width: 324px;
    }
}
/************************************************************ Course Details Page ************************************************************/
.couse-details .inner-banner{
    height: 340px;
}
.couse-details .inner-banner .leadtxt{
    font-size: 22px;
    font-weight: 600;
    color: #FEA846;
}
.couse-details .breadcrumb-section{
    margin-top: -40px;
    position: relative;
}
.content h2, .content h3, .content h4, .content h5{
    color: #0073b9;
}
.content h2{
    font-size: 30px;
}
.content h3{
    font-size: 25px;
}
.content p{
    line-height: 1.8;
    color: #000000;
    margin-bottom: 1.5rem;
}
.accordion .card-header:after {
    content: "";
    width: 18px;
    height: 10px;
    background:url(../images/downarrow.svg) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    right: 5px;
    top: 23px;
    transform: rotateZ(180deg);
}
.accordion .card-header.collapsed:after {
    content: "";
    transform: rotateZ(0deg);
}
.accordion .card{
    background-color: transparent;
    border: 0;
}
.accordion .card-header{
    background-color: transparent;
    border-bottom:1px solid #C0C0C0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0 !important;
    padding: 15px 0;
    position: relative;
}
.accordion .card-body{
    padding: 15px 0;
    border-bottom:1px solid #C0C0C0
}
.summary-col{
    position: inherit;
}
.summary-wrapper{
    margin-top: -280px;
}
#summary{
    background-color: #FFF;
    box-shadow:0 0 6px 3px rgba(0,0,0,0.16);
    padding: 12px;
}
.videobox{
    position: relative;
    height: 190px;
    background-size: cover !important;
    background-position: center center !important;
}
.videobox img{
    width: 100%;
}
.videobox .playicon{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background:url(../images/red-play-icon.svg) no-repeat center center;
    cursor: pointer;
    z-index: 9;
}
.videobox .labelbox{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    text-align: center;
}
.pricebox{
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.pricebox span{
    font-size: 23px;
}
.moneyback{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 13px;
    color: #888888;
    margin: 0;
    padding: 20px 0;
}
.coursedtl{
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding-top: 25px;
    padding-bottom: 15px;
}
.coursedtl h2{
    font-size: 20px;
    font-weight: 700;
}
.coursedtl table td{
    font-family: 'Roboto', sans-serif;
    border: 0;
    font-weight: 500;
    padding: 2px 0;
}
.coursedtl table td.text-right{
    color: #B1191A;
}
.share{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: 800;
    padding: 25px 0 10px 0;
    cursor: pointer;
}
.share img{
    margin-top: -5px;
}
.share:hover{
    color: #B1191A;
}
@media (max-width: 992px){
    .summary-wrapper{
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #summary{
        position: static !important;
    }
    #summary + div{
        display: none !important;
    }
    .couse-details .breadcrumb-section{
        margin-top: 0;
        border-bottom: 1px solid #CCC;
        padding: 15px;
    }
    .couse-details .breadcrumb, .couse-details .breadcrumb a{
        color: #000;
    }
    .couse-details .breadcrumb-item.active{
        color: #000;
    }
}
/************************************************************ Checkout Page ************************************************************/
.titlebar{
    background-color: #E8E8E8;
    padding: 30px 0;
}
.titlebar h1{
    font-size: 40px;
}
.checkoutform-box{
    max-width: 800px;
    background-color: #FFF;
    box-shadow:0 0 16px 3px rgba(0,0,0,0.05);
    border-radius: 15px;
    border: 1px solid #D4D4D4;
    padding: 50px 65px;
    margin: 0 auto;
}
.checkoutform-box .heading{
    color: #1563B0;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #D4D4D4;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
}
.checkoutform-box .table td{
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding:15px 0;
}
.checkoutform-box .table .no-border td{
    border-top: 0;
}
.checkoutform-box .paypal img{
    margin-top: -19px;
    position: relative;
    top: 6px;
    margin-left: 5px;
}
.checkoutform-box .paypal .link{
    font-size: 13px;
    margin-left: 10px;
}
.checkoutform-box .quick-info{
    font-family: 'Roboto', sans-serif;
    color: #000000;
}
.checkoutform-box .quick-info p{
    color: #000;
}
.checkoutform-box .guide{
    background-color: #EFEFEF;
    padding: 23px 30px 20px 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}
.checkoutform-box .guide p{
    font-size: 14px;
}
.checkoutform-box .guide:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid #EFEFEF;
    position: absolute;
    left: 35px;
    top: -12px;
}
.btn-checkout .btn{
    width: 410px;
}
@media (max-width: 767px){
    .checkoutform-box{
        padding: 30px 15px;
    }
    .checkoutform-box .guide{
        padding: 15px;
    }
    .btn-checkout .btn{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
/************************************************************ My Account Page ************************************************************/
.dark-breadcrumb a{
    color: #000;
}
.dark-breadcrumb .breadcrumb-item.active{
    color: #000;
}
.myaccount{
    background-color: #F4F6F8;
}
.myaccount .left-box{
    width: 225px;
    float: left;
}
.myaccount .right-box{
    margin-left: 264px;
    min-height: 500px;
    background-color: #FFF;
    box-shadow:0 0 16px 3px rgba(0,0,0,0.05);
    border-radius: 15px;
    border: 1px solid #D4D4D4;
    padding: 35px 35px;
}
.myaccount .heading{
    margin-bottom: 25px;
}
.nav-box{
    margin: 30px 0 0 0;
    padding: 0;
}
.nav-box ul{
    margin: 0;
    padding: 0;
}
.nav-box ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-box ul li a{
    height: 56px;
    line-height: 56px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    border-radius: 4px;
    margin: 0;
    padding: 0 0 0 10px;
}
.nav-box ul li:hover a{
    color: #777;
}
.nav-box ul li.active a{
    background-color: #1563B0;
    color: #FFF;
}
.nav-box ul li svg{
    margin-top: -3px;
}
.nav-box ul li.active svg{
    fill: #FFF;
}
.nav-box ul li span{
    width: 40px;
    text-align: center;
    display: inline-block;
}
.table.trans{
    font-family: 'Roboto', sans-serif;
    color: #000;
}
.table.trans th{
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    border-top: 0;
    padding-right: 0;
    padding-left: 0;
}
.table.trans td{
    padding-right: 0;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.p-status{
    width: 100%;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    padding: 3px 20px;
}
.p-status.successful{
    background-color: #D4EDDA;
    color: #155757;
}
.p-status.faild{
    background-color: #f8d7da;
    color: #721c24;
}
.p-status.pending{
    background-color: #fff3cd;
    color: #856404;
}
.mycourses{
    background-color: transparent;
}
.learing-status{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #1563B0;
    font-weight: 500;
    margin: 0;
    padding: 20px 0 0 0;
}
.myaccount .btn-signin{
    display: none !important;
}
.myaccount .stellarnav{
    margin-left: auto;
}
.myac-nav{
    width: 180px;
    border-left: 1px solid #313131;
    padding-left: 25px;
    margin-left: 15px;
    position: relative;
}
.myac-nav .userinfo{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
    color: #1563b0;
    cursor: pointer;
    padding-right: 15px;
    position: relative;
}
.myac-nav .userinfo:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    position: absolute;
    right: 0;
    top: 45%;
}
.myac-nav .userinfo .welcome{
    font-size: 12px;
    font-weight: 300;
    opacity: 0.5;
}
.myac-nav .userinfo span{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.myac-nav .nav-box{
    display: none;
}
.myac-nav:hover .nav-box{
    display: block;
}
.myac-nav .nav-box{
    width: 168px;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #000;
    margin: 0;
    padding: 27px 0 10px 0;
}
.myac-nav .nav-box ul li a{
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    padding-left: 10px;
}
.myac-nav .nav-box ul li.active a{
    background-color: #2b2b2b;
    border-radius: 0;
}
.myac-nav .nav-box ul li svg{
    fill: #FFF;
    width: 13px;
    margin-top: -1px;
}
.myac-nav .nav-box ul li span{
    width: 25px;
}
.myac-nav .nav-box ul li.active:hover{
    opacity: 1;
}
.myac-nav .nav-box ul li:hover{
    opacity: 0.8;
}
@media (max-width: 1200px){
    .table.trans{
        width: 670px;
    }
    .myac-nav{
        width: 140px;
    }
}
@media (max-width: 767px){
    .myaccount .left-box{
        display: none;
    }
    .myaccount .right-box{
        margin-left: 0;
        padding: 15px;
    }
    .btn-box {
        display: flex;
    }
    .btn-box .btn{
        padding-left: 0 !important;
        padding-right: 0 !important;
        flex: 1;
    }
    .learing-status{
        font-size: 13px;
        padding-top: 10px;
    }
    .myac-nav{
        width: 24px;
        padding-left: 0;
        border-left: 0;
        margin-left: 10px;
    }
    .myac-nav .userinfo:before{
        content: "\f2bd";
        font: normal normal normal 21px/1 FontAwesome;
    }
    .myac-nav .userinfo:after{
        display: none;
    }
    .myac-nav .userinfo span{
        display: none;
    }
}
/************************************************************ My Course Details Page ************************************************************/
.mycoursesdtl .chapter{
}
.mycoursesdtl .chapter > .card{
    background-color: #FFF;
    box-shadow:0 0 16px 3px rgba(0,0,0,0.05);
    border-radius: 4px !important;
    border: 1px solid #D4D4D4 !important;
    margin-bottom: 30px;
}
.mycoursesdtl .chapter .card > .card-header{
    padding: 10px 20px;
    font-size: 20px;
    color: #1563B0;
    font-weight: 700;
    border-bottom: 0 !important;
}
.mycoursesdtl .chapter .card > .card-body{
    border-bottom: 0;
    border-top: 1px solid #D4D4D4 !important;
    padding: 20px;
}
.mycoursesdtl .chapter .card > .card-header:after{
    right: 20px;
    top: 22px;
}
.mycoursesdtl .lessons > .card{
    background-color: #1563B0;
    box-shadow:0 0 16px 3px rgba(0,0,0,0.05);
    border-radius: 4px !important;
    border: 1px solid #D4D4D4 !important;
    margin-bottom: 30px;
}
.mycoursesdtl .lessons .card > .card-header{
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-bottom: 0 !important;
}
.mycoursesdtl .lessons .card > .card-header[aria-expanded="true"]{
    background-color: #F2F2F2;
    color: #000000;
}
.mycoursesdtl .lessons .card > .card-body{
    border-bottom: 0;
    border-top: 0px solid #D4D4D4 !important;
    padding: 20px;
    padding-top: 0;
    background-color: #F2F2F2;
}
.mycoursesdtl .lessons .card > .card-header:after{
    right: 20px;
    top: 21px;
}
.progress-wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
}
.progress-wrapper p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}
.progress-wrapper .progress{
    border-radius: 50px;
    border: 1px solid #1563B0;
    background-color: transparent;
}
.progress-wrapper .progress-bar{
    background-color: #CDAB44;
}
/************************************************************ Ccntact Page ************************************************************/
.contactform{
    background-color: #FFF;
    box-shadow:0 0 16px 3px rgba(0,0,0,0.05);
    border-radius: 15px !important;
    border: 1px solid #D4D4D4 !important;
    padding: 40px 40px;
    margin-bottom: 30px;
}
.contactform .heading{
    color: #1563B0;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #D4D4D4;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
}
.contactform .btn-primary{
    height: 56px;
    font-size: 20px;
}
.contactform textarea{
    height: 152px;
}
.contactbox{
    min-height: 190px;
    display: flex;
    flex-flow: row;
    align-items: center;
    background-color: #E8E8E8;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}
.contactbox .inner{
    width: 100%;
}
.contactbox .iconbox{
    width: 83px;
    height: 83px;
    border-radius: 100px;
    border: 1px solid #000;
    display: inline-block;
    line-height: 80px;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
}
.contactbox p{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000;
    margin: 0;
    padding: 0;
}
.contactbox p a{
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.contactbox:hover{
    background-color: #1563B0;
}
.contactbox:hover a{
    color: #FFF;
}
.contactbox:hover .iconbox{
    border: 1px solid #FFF;
}
.contactbox:hover svg{
    fill: #fff;
}
@media (max-width: 767px){
    .contactform{
        padding: 25px 15px;
    }
}
/************************************************************ About Page ************************************************************/
.aboutsection{
    background-color: #E8E8E8;
    overflow: hidden;
}
.aboutsection p{
    color: #000;
    line-height: 1.8;
}
.aboutsection p.lead{
    font-weight: 500;
}
.about-pic{
    position: relative;
}
.about-pic:after{
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    background-color: #0073b9;
    right: -25px;
    bottom: -25px;
    z-index:1;
}
.about-pic img{
    width: 100%;
    position: relative;
    border:10px solid #FFF;
    position: relative;
    z-index: 2;
}
.playvideo{
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/red-play-icon.svg) no-repeat center center;
    background-size: 77px;
    text-indent: -1000px;
    overflow: hidden;
}
.mission{
    background-color: #0073b9;
}
.mission p{
    line-height: 1.8;
}
.plan{
    min-height: 426px;
    background: #000 url(../images/plan-img.jpg) no-repeat right bottom;
    display: flex;
    align-items: center;
}
.plan p{
    line-height: 1.8;
}
@media (max-width: 992px){
    .plan{
        min-height: inherit;
        position: relative;
        background-position: center center;
    }
    .plan:before{
        content: "";
        background-color: #000;
        opacity: 0.8;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
}
.partners{
    padding-top: 120px;
    padding-bottom: 30px;
}
.partners p{
    color: #000;
    line-height: 1.8;
}
@media (max-width: 992px){
    .partners{
        padding-top: 70px;
        padding-bottom: 20px;
    }
}
/*pagination*/
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #04658b;
    border-color: #04658b;
}
.pagination .page-item a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #04658b;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}
.pagination .page-item a:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.pagination .page-item a:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.pagination {
    margin-top: 20px;
}
.page-item:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-item:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
/*end pagination*/
/*header menu*/
.stellarnav {
    margin-left: auto;
}
/*end header menu*/
.error {
    color:red;
}
/*@media (min-width: 767px){
     .mycoursesdtl .lessons .lesson_file{
         width: 80%;
    }
     .mycoursesdtl .lessons .lesson_file_iframe{
         width: 80%;
         height: 500px;
    }
}
*/
.mycoursesdtl .lessons .lesson_file{
    height: 400px;
}
.text-muted{
    text-decoration: none;
    margin-left: 3px;
}
.pagination > a{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #04658b;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}
/*.pagination > :first-child{
     border-top-left-radius: .25rem;
     border-bottom-left-radius: .25rem;
     position: relative;
     display: block;
     padding: .5rem .75rem;
     margin-left: -1px;
     line-height: 1.25;
     color: #04658b;
     background-color: #fff;
     border: 1px solid #dee2e6;
     text-decoration: none;
}
*/
.touchPDF > .pdf-outerdiv > .pdf-toolbar {
    color: #000;
}
/*.touchPDF > .pdf-outerdiv{
     transform: scale(1) !important;
}
*/
/*popup video*/
#modal-video .modal-body{
    padding: 0px;
}
#modal-video .modal-body .close{
    position: absolute;
    z-index: 99;
    right: -13px;
    top: -15px;
    font-size: 29px;
    color: #fff;
    background-color: #0073b9;
    opacity: 1;
    border: 1px solid #0073b9;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    line-height: 1px;
}
#modal-video .modal-body .close span{
    line-height: 1px;
    position: relative;
    top: -2px;
}
#modal-video .modal-body .close{
    outline: unset;
}
.modal.show .modal-dialog{
    padding-top: 100px;
}
.launch-modal{
    text-decoration: none;
}
.launch-modal:focus{
    outline: unset;
}
/*social sharing*/
.socialCircle-item {
    width: 80px;
    height: 80px;
    position: absolute;
    background: #333;
    margin: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
}
.socialCircle-container {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto;
}
.socialCircle-center {
    width: 120px;
    height: 120px;
    background: #35DBCD;
    margin: 50%;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    cursor: pointer;
}
#apply_coupon{
    margin-top:30px;
}
.remove_discount{
    font-size: 20px;
    line-height: 1;
    padding-right: 20px;
    color: #0073b9;
    cursor: pointer;
}
.news_page .news-heading{
    /*text-align: center;
    */
    padding: 15px;
}
.news_page .news-heading a{
    text-decoration: none;
}
.news_page .newsbox{
    margin-bottom: 30px;
    background-color: #f3f3f3;
    border-radius: 4px;
    border: 0;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
}
.news_page .news-heading h6{
    font-weight: bold;
}
.news_page .news-pic img{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.table.trans th, .table.trans td {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}
.our-clients h1{
    margin-bottom: 30px;
}
.editable-input input.error{
    border-color: red;
}
.addthis_inline_share_toolbox{
    text-align:center;
    margin-bottom: 40px;
    clear: both;
    font-size: 25px;
    font-weight: bold;
}
.section-share-it{
    padding-top:30px;
}
.testimonials{
    padding-bottom:60px;
}
.tr_transaction_details{
    display: none;
}
.transaction_details{
    cursor:pointer;
    font-size: 15px;
    color: #0073b9;
    margin-left: 8px;
}
/************************************************************ Share widget Start ************************************************************/
.sharewidget ul{
    margin: 0;
    padding: 0;
}
.sharewidget ul li{
    list-style: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0;
}
.sharewidget .fa {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
.sharewidget a{
    text-decoration: none;
}
.sharewidget .fa:hover {
    opacity: 0.7;
}
.sharewidget .fa-facebook {
    background: #3B5998;
    color: white;
}
.sharewidget .fa-whatsapp {
    background: #25D366;
    color: white;
}
.sharewidget .fa-twitter {
    background: #55ACEE;
    color: white;
}
.sharewidget .fa-linkedin {
    background: #007bb5;
    color: white;
}
.sharewidget .fa-envelope {
    background: #FF755C;
    color: white;
}
/************************************************************ Share widget End ************************************************************/
.tr_transaction_details p{
    font-size: 14px;
    margin-bottom: 5px;
}
.owl-carousel .owl-item img{
    height: 200px;
}
.news_category{
    font-size: 15px;
    color: #0073b9;
    font-weight:bold;
}
.line_break_amount{
    color: #838484;
    text-decoration: line-through;
}
.regular_price{
    text-decoration: line-through !important;
    color: #838484 !important;
}
.newsbox .news-pic{
    height: 200px;
    overflow: hidden;
    background-size: cover !important;
}
.home_newsbox .news-pic{
    height: auto;
}
.newsbox .news-heading .news_category{
    margin-bottom:0px;
}
.contactbox a{
    text-decoration: none;
}
.contactbox a:hover, .contactbox a .twitter_link:hover{
    color: #fff;
}
.mycoursesdtl .lessons audio.lesson_file {
    height: 50px;
}
.download_file{
    color: #1563B0;
    text-decoration: none;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 0;
    padding: 0 20px;
    -webkit-box-shadow: 0px 3px 20px 2px rgb(40 167 69 / 0.29);
    -moz-box-shadow: 0px 3px 20px 2px rgb(40 167 69 / 0.29);
    box-shadow: 0px 3px 20px 2px rgb(40 167 69 / 0.29);
}
.btn-success:hover {
    background-color: #000;
}
.our-clients .owl-carousel .owl-item img {
    height: auto;
}
.view_btn{
    margin-right: 20px;
}
/*button bottom*/
.courses-wrapper .btn-primary{
    position: absolute;
    bottom: 10px;
    width: auto;
    left: 10px;
    right: 10px;
}
.courses-wrapper .info{
    padding-bottom: 45px;
}
/*cryogen new css*/
.banner .caption-box h1 br {
    display: block;
}
.caption-box{
    width:auto;
}
/*.home-playvideo{
     background: rgb(0 0 0 / 70%);
}
*/
.caption-box h1 {
    background: rgb(0 0 0 / 0%);
    padding: 40px 30px;
}
.slider_btn{
    background-color: #000;
}
.slider_btn:hover{
    background-color: #0073b9;
    ;
}
.navbar {
    background-color: #fff;
}
.navbar {
    background-color: #fff;
}
.stellarnav.dark {
    background: rgb(255 255 255);
}
.stellarnav.dark li a {
    color: #404041;
}
.stellarnav.dark li.btn-signin a {
    color: #fff;
}
.paragraph.white{
    color: #ffffff;
}
.footer-contact .contact-heading {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    opacity: 0.44;
}
.footer .socials a:hover {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.list01.color_blue li {
    list-style: none;
    font-size: 16px;
    background: url(../images/icon-tick.png) no-repeat 0 5px;
    color: #00a0d0;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    font-weight: 700;
}
.sub-heading, .paragraph, .stellarnav li a {
    font-weight: 700;
}
.stellarnav li a:hover {
    color: #0073b9;
}
.team_div {
    padding: 20px;
    background-color: #0073b9;
    margin: 15px 0px;
    color: #fff;
    border-radius: 5px;
}
.team_div h3 {
    color: #fff;
}
/*.courses-wrapper.mycourses .info {
     padding-bottom: 0px;
}
 .courses-wrapper.mycourses .info {
     margin: 15px 15px 5px 15px;
}
*/
.courses-wrapper .btn-outline-primary {
    position: absolute;
    bottom: 10px;
    width: auto;
    left: 10px;
    right: 10px;
}
.contactbox:hover p {
    color: #FFF;
}
.stellarnav.desktop li.has-sub a:hover {
    background: #0073b9;
    color: #fff;
}
.stellarnav.desktop li.has-sub a:hover a:after {
    background: #0073b9;
    color: #fff;
}
.stellarnav li.has-sub > a:after {
    border-top: 6px solid #404041;
}
.stellarnav.dark ul ul {
    background: rgb(241 241 241);
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff;
    content: "/";
}
.course_dates{
    color:#0073b9;
}
.course_dates .cd_from, .course_dates .cd_to{
    color: #fff;
    background-color: #38a7ea;
    padding: 10px;
    display: inline-block;

    text-align: center;
}
.course_dates .cd_from_year, .course_dates .cd_to_year{
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
.cd_to_text{
    display: table;
    text-align: center;
}
.cd_to_text .cd_text_to{
    vertical-align: middle;
    display: table-cell;
}
.course_dates_inline{
    background-color: #EBEBEB;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #0073b9;
    font-weight: 700;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    margin: 0;
}
.home_course_title{
    min-height: auto !important;
}
.attendy_heading{
    margin-bottom: 15px;
}
.text-right{
    text-align:right;
}
#add_attendy{
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border: 1px solid #000;
}
#add_attendy:hover{
    background-color: #0073b9;
    border: 1px solid #0073b9;
}
.color_primary{
    color: #0073b9;
}
.courses-wrapper h2 {
    min-height: 25px;
}
.font-12{
    font-size:12px;
}
.remove_bg{
    background-color:#fff;
}
.custom_icon{
    font-size: 35px;
    color: #000;
    line-height: 2.2;
}
.contactbox:hover .custom_icon{
    color: #fff;
}

.custom_icon_youtube{
    line-height: 2.37;
}
.pricebox {
    font-size: 35px;
}
.coursedtl {
    padding-top: 15px;
}
.btn-danger{
    background-color: #B1191A;
    border-color: #B1191A;
    text-decoration: none;
    font-weight: 600;
}
.stellarnav.dark .menu-toggle span.bars span {
    background: #0073b9;
}
.stellarnav.mobile.dark ul {
    background: #0073b9;
}


.stellarnav > ul > li.active > a {
    color: #030709;
    font-weight: 700;
}
.footer .navigation-col{
    margin-bottom:30px;
}
@media (max-width: 767px)
{
    .footer .socials {
        display: block;
        padding: 0;
    }
    .stellarnav.dark li a {
        color: #fff;
    }
    .about_ml{
        margin-top:50px;
    }
}
#attendee .card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    margin-bottom: 15px;
}
#attendee p.card-text {
    margin-bottom: 0px;
}
#attendee p.card-text i {
    margin-right: 5px;
}
.view_attendee_checkout{
    font-size: 14px;
}
.venues_div{
    webkit-box-shadow: 0px 0px 20px 0px rgba(210,210,210,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(210,210,210,1);
    box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.16);
    padding: 20px 15px;
    margin-top: 20px;
}
.slider_caption_box{
    width: 100%;
    /*position: absolute;
    top: 0;*/
}
@media (min-width: 768px){
    .banner {
        min-height: 450px;
    }
    .about_ml{
        padding-left:30px;
    }
}
@media (min-width: 768px){
    .caption-box h1 {
        font-size: 25px;
        margin-bottom: 3px;
        position: absolute;
        bottom: 0;
        padding: 0px;
        width: 100%;
    }
}
.couse-details .inner-banner .leadtxt {
    color: #0073b9;
}
.text_decoration_none{
    text-decoration:none;
    color: #0073b9;
    font-size: 20px;
    font-weight: 600;
}
.text_decoration_none:hover{
    color:#000;
}
button.btn.btn-link.view_attendee_checkout:after {
    font-family: 'FontAwesome';
    content: "\f068";
}
button.btn.btn-link.view_attendee_checkout.collapsed:after {
    font-family: 'FontAwesome';
    content: "\f067";
}
button.btn.btn-link.view_attendee_checkout:hover, button.btn.btn-link.view_attendee_checkout:focus {
    text-decoration: none;
}
button.btn.btn-link.view_attendee_checkout{
    cursor: pointer;
}
.edit_attendee{
    padding: 8px 15px;
    line-height: 1;
    height: auto;
}
button.close{
    position: absolute;
    right: 20px;
    color: red;
}
.modal-header{
    padding: 10px 10px 8px 10px
}
.modal.show .modal-dialog {
    padding-top: 0px;
}
.box-shadow{
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.modal-body {
    padding: 2rem;
}
#invoice_model .btn-sm {
    width: 45%;
    padding: 1px 1px;
    font-size: 12px;
}
#invoice_model .badge, .mobile_view .badge{
    font-size: 12px;
    width: 100%;
    word-break: break-word;
    white-space: break-spaces;
}
.box-shadow p{
    font-size: 13px;
}
.color_blue{
    color: #0073B9;
}
.color_gray{
    color: #424242;
    padding: 0px 3px;
    cursor:pointer;
}
.color_gray:hover{
    background-color:#000;
    color: #fff;
    border-radius: 3px;
}
.custom_hr{
    margin: 8px 0px !important;
    border-top: 1px solid rgb(40 137 196);
}
.inv_view_btn{
    width:100%;
}
.btn-outline-dark{
    cursor:pointer;
}
.btn-outline-dark:hover {
    color: #fff !important;
}
.display_none{
    display:none;
}
.inv_table td, .inv_table th{
    border: 1px solid #7b7b7c;
    padding: 2px 5px;
    vertical-align: middle;
}
.inv_table .badge-success{
    font-size: 11px;
}
.inv_table{
        font-size: 12px;
}
.inv_table_td{
    padding: 15px 5% 0px 5% !important;
}
.inv_table .btn-sm {
    padding: 1px 8px;
}
.section {
    font-size: 13px !important;
}
.checkoutform{
    font-size: inherit !important;
}
.page_not_found{
    font-size:100px;
}
#accordion .card-header button.btn.btn-link:before {
    content: '-';
}
#accordion .card-header button.btn.btn-link.collapsed:before {
    content: '+';
}
.mobile_view .btn-sm {
    width: 30%;
    padding: 1px 1px;
    font-size: 12px;
}
.stellarnav.mobile {
    display: none; 
}
@media (min-width: 768px){
    .desktop_view{
        display:inline-table;
    }
    .mobile_view{
        display:none;
    }
}
@media (max-width: 767px){
    .desktop_view{
        display:none;
    }
    .mobile_view{
        display:block;
    }
    .order-tracking::before {
        left: calc(-68% + 19px) !important;
    }
    .order-tracking p{
        display:none;
    }
}
