/* Custom Css */

/* Color Codes */
/* Dark - #003846
Medium - #8bb9d6 */

*{
    font-family: 'Roboto', sans-serif;
}
body{
    position: relative;
    max-width: 100%;
	font-size: 0.9rem;
}
/* Header */
.menu-top-btn{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    background-color: #2a9df4;
    padding: 10px 40px;
    border: none;
    border-radius: 100px;
    color: #fff;
    transition: all .5s;
}
.menu-top-btn:hover{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
}
#banner_bg{
    background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.8)) , url('../img/banner-top.jpg');
    background-attachment: fixed;
    background-size: 100%;
    padding-bottom: 50px;
}
@media(max-width:768px){
    #banner_bg{
        background-attachment: inherit;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
#apply-now-btn{
    background-image: linear-gradient(rgba(21,27,121,.5),rgba(21,27,121,.5));
    padding: 20px;
    border-radius: 100px;
}
.apply-now-btn-text{
    margin:0 40px;
    color: #fff;
    display: inline-block;
}
.apply-now-btn-button{
    margin:0 40px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    background-color: #2a9df4;
    padding: 10px 40px;
    border: none;
    border-radius: 100px;
    color: #fff;
    transition: all .5s;
}
.apply-now-btn-button:hover{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
}
.apply-now-btn-button:focus{
    outline: none;
}
@media(max-width:768px){
    #apply-now-btn{
        border-radius: 0px;
        text-align: center;
    }
    .apply-now-btn-button{
        margin-top: 20px;
    }
}
.page-2-list-group{
    margin: 10px 0;
    text-align: center;
    padding-inline-start: 0;
}
.page-2-list-group-item{
    list-style-type: none;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #2a9df4;
}
.who-should-attend-heading{
    margin: 25px 0;
}
#sap_form{
    background-color: #fff;
    margin: 40px 0;
    text-align: center;
    padding: 40px;
}
.demo_heading{
    color: #fff;
}
.form-heading{
    color: #003846;
    font-size: 16px;
}
.phone-header{
    display: inline-block;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    background-color: #2a9df4;
    padding: 5px 20px;
    border: none;
    border-radius: 100px;
    color: #fff;
    transition: all .5s;
    text-align: center;
}
#form_header_submit{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    background-color: #2a9df4;
    padding: 10px 40px;
    border: none;
    border-radius: 100px;
    color: #fff;
    transition: all .5s;
    text-align: center;
}
#form_header_submit:hover{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
}
#form_header_submit-btn{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    background-color: #2a9df4;
    padding: 10px 40px;
    border: none;
    border-radius: 100px;
    color: #fff;
    transition: all .5s;
    text-align: center;
}
#form_header_submit-btn:hover{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
}
#form_header_submit-btn:focus{
    outline: none;
}
#form_header_submit-btn-2{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    background-color: #2a9df4;
    padding: 10px 40px;
    border: none;
    border-radius: 100px;
    color: #fff;
    transition: all .5s;
    text-align: center;
}
#form_header_submit-btn-2:hover{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
}
#form_header_submit-btn-2:focus{
    outline: none;
}
.header-list{
    list-style-type: none;
    padding: 20px 0;
}
.fa-check{
    font-size: 16px;
}

/* Program Highlights */

#program-highlights{
    margin: 40px 0;
}
#program-highlights-2{
    background-image: linear-gradient(#2a9df4,#2a9cf4af );
}
.highlight-box{
    border: 1px solid #ccc;
    padding:20px;
    margin: 10px;
    text-align: center;
    border-radius: 3px;
    transition: all .5s;
}
.highlight-box-2{
    padding:20px;
    margin: 10px;
    text-align: center;
    border-radius: 3px;
    transition: all .5s;
    color: #fff;
}
.highlight-box:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    cursor: pointer;
}
.section_title{
    margin-top: 25px;
    padding:10px;
    color: #003846;
    border-left: 5px solid #003846;
}
.section_title-2{
    text-align: center;
    margin-top: 25px;
    padding:10px;
    color: #fff;
}
.section-title-underline{
    width: 100px;
    border-top: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
}
.highlight-box-txt{
    color: #fff;
}
.highlight-box-icon{
    width: 80px;
    padding: 5px;
}
.why_box{
    border: 1px solid #ccc;
    padding:10px;
    margin: 10px;
    text-align: center;
    border-radius: 3px;
    transition: all .5s;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.gain_box{
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    padding-bottom: 25px;
}
.box-title{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background-color: #003846;
}
.button-gain{
    text-align: center;
}
.gain-list{
    padding-top:20px;
    padding-bottom:20px;
    list-style-type: none;
    font-weight: 700;
}
#contact-us{
    color: #fff!important;
    padding: 40px 0;
    background-image: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)) ,url('../img/footer-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.story{
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,.6);
    border-radius: 3px;
    padding: 60px;
       
}
.story__shape{
    height: 150px;
    width:150px;
    float: left;
    background-color: orangered;
    shape-outside: circle(50% at 50% 50%);
    -webkit-shape-outside: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    -webkit-clip-path: circle(50% at 50% 50%);
    transform: translateX(-3rem);
}
.story__img{
    width: 100%;
    transition: all .2s;
    overflow: hidden;
}
.story__caption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    transition: all .2s;
    backface-visibility: hidden;
}
.story:hover .story__caption{
    opacity: 1;
    transform: translate(-50%, -50%);
}
.story:hover .story__img{
    transform: scale(1.1);
    filter: blur(3px) brightness(60%);
}
.heading-tertiary{
    font-size: 20px;
    color: #003846;
}
@media(max-width:768px){
    .story__shape{
        float: none;
        text-align: center;
        margin-left: 10%;
    }
}
/*--------------------------------------Data Science--------------------------------------------*/

@media(min-width:576px){
    #banner_bg-2{
        background-image:url('../img/data-banner.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
    }
}
@media(max-width:576px){
    #banner_bg-2{
        background-image:url('../img/data-banner.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
}
.demo_heading-2{
    color: #003846;
}
.apply-now-btn-button-2{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    background-color: #2a9df4;
    padding: 10px 40px;
    border: none;
    border-radius: 100px;
    color: #fff;
    transition: all .5s;
}
.apply-now-btn-button-2:hover{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
}
.data-science-form{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.form-heading-2{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}
#data-science-form{
    background-color:#003846 ;
    padding: 40px 0;
}
.item{
    margin: 0 20px;
}
#data-header-content{
    height: 500px;
    padding: 40px 0;
}
#form_header_submit-2{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    background-color: #2a9df4;
    padding: 7px 40px;
    border: none;
    border-radius: 100px;
    color: #fff;
    transition: all .5s;
    text-align: center;
}
#form_header_submit-2:hover{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
}
.section_title-3{
    text-align: center;
    margin-top: 25px;
    padding:10px;
    color: #04477f;
}
.section-title-underline-2{
    width: 100px;
    border-top: 2px solid #2a9df4;
    color: #2a9df4;
    border-radius: 5px;
}
.highlight-box-txt-2{
    color: #003846;
}
.highlight-box-data{
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    padding: 10px;
    transition: all .5s;
}
.highlight-box-data:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.slick-prev:before, .slick-next:before{
    color: #003846;
}
.main{
    padding: 50px;
}
.box{
    margin: 20px;
}
.cta-footer{
    background-color: #003846;
    padding: 40px 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #eee;
    border: 1px solid#2a9df4;
}
#eligibility{
    background-color: #eee;
    padding: 20px 0;
}
#icons{
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 1000;
}
#call-button{
    background-color: #003846;
    padding: 10px 40px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 1000;
}
#call-button a{
    color: #fff;
}
#call-button a:hover{
    color: #ccc;
    text-decoration: none;
}
#call-button span{
    padding-left: 20px;
}

@media(max-width:768px){
    #icons img:first-child{
        display: none;
    }
    #icons{
        bottom: 50px;
        left: 0px;
    }
}
@media(max-width:576px){
    .story{
        width: 100%;
        margin: 10px;
    }
    .story-section{
        padding: 20px;
    }
}
.card{
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.card-img-top{
    width: 80px;
    margin: auto;
}
.card-text{
    color: #003846;
}
#learning-path{
    background: -moz-linear-gradient(top, #34b5d0 0%,#c0e2e6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #34b5d0 0%,#c0e2e6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #34b5d0 0%,#c0e2e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34b5d0', endColorstr='#c0e2e6',GradientType=0 ); /* IE6-9 */
    padding-bottom: 25px;
	margin-top: -8px;
}
#learning-box{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}
.learning-item{
    text-align: center;
    margin: auto;
}
.learning-item-text{
    color: #fff;
}
.fa-caret-right, .fa-caret-down{
    font-size: 40px;
    color: #fff;
}
@media(max-width:576px){
    #learning-box{
        display: flex;
        justify-content:center;
        flex-direction:column;
    }
    .fa-caret-right{
        display: none;
    }
    .fa-caret-down{
        display: block;
    }
}
@media(min-width:576px){
    .fa-caret-down{
        display: none;
    }
}
#syllabus{
    text-align: center;
    margin: auto;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    border-radius: 5px;
}
#syllabus ul{
    padding-inline-start:0;
    padding-top: 20px;
    padding-bottom: 20px;
}
#syllabus li{
    list-style-type: none;
    border-bottom: 1px solid #2a9df4;
    padding: 10px;
    color: #003846;
}
#syllabus li:last-child{
    border-bottom: none;
}
.list-group-syllabus{
    list-style-type: none;
}
.list-group-syllabus-item{
    font-size: 18px;
    font-weight: 700;
    color: #003846;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.error{
    border-bottom:2px solid #ff0000 !important;
}
pre {
display: block;
padding:5px;
margin:5px 0px;
font-size: 13px;
line-height: 1.42857143;
color: #ff0000;
word-break: break-all;
word-wrap: break-word;
border-radius: 4px;
}
/*-----------------------------------------Home page----------------------------------------------*/

#navigation-top{
    display: flex;
    justify-content: space-between;
}
.navigation-top-logo{
    align-self: flex-start;
}
.navigation-top-menu{
    align-self: flex-end;
}
.navigation-top-menu-item{
    list-style-type: none;
    display: inline-block;
}
.navigation-top-menu-item-link{
    color: #003846;
    font-weight: 700;
    padding: 20px 30px;
    transition: all .2s;
}
.navigation-top-menu-item-link:hover{
    text-decoration: none;
    background-color: #003846;
    color: #fff;
}
.nav-icon{
    color: #003846;
    display: none;
}
@media(max-width:768px){
    .navigation-top-menu-item:not(:last-child) {display: none;}
  .nav-icon{
    float: right;
    display: block;
  }
  .navigation-top-menu.responsive {position: relative;}
  .navigation-top-menu.responsive .nav-icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navigation-top-menu.responsive .navigation-top-menu-item {
    display: block;
    text-align: left;
  }
}
.nav-icon:hover{
    text-decoration: none;
    color: #2a9df4;
}
#header-main-bg{
    background-image: url('https://saponlineclasses.com/resource/img/header-01.png');
    height: 430px;
    background-size: cover;
	background-position:center center;
    padding: 40px 0;
    position: relative;
}
#header-search-section{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-search-box-heading{
    color:#fff;
    font-weight: bold;
}
.header-search-box{
    display: inline-block;
    position: relative;
    margin: 40px 0;
}
.header-search-box-input{
    height: 50px;
    width: 500px;
    border: none;
    border-radius: 100px;
    padding-left: 40px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
@media(max-width:768px){
    .header-search-box-input{
        height: 40px;
        width: 400px;
    }
}
@media(max-width:576px){
    .header-search-box-input{
        height: 30px;
        width: 300px;
    }
}
.header-search-box-input:focus{
    outline: none;
}
.header-search-box-button{
    position: absolute;
    right: 0;
    top: 0;
}
.header-search-box-btn{
    background-color: #2a9df4;
    padding: 13px 40px;
    border: none;
    border-radius: 100px;
    color: #fff;
    transition: all .5s;
}
@media(max-width:768px){
    .header-search-box-btn{
        padding: 8px 30px;
    }
}
@media(max-width:576px){
    .header-search-box-btn{
        padding: 5px 20px;
        font-size: 14px;
    }
}
.header-search-box-btn:hover{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
}
.header-search-box-btn:focus{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
    outline: none;
}
.popular-courses{
    background-color: #ededed;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    transition: all .2s;
}
.popular-courses:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.popular-courses-img{
    width: 100%;
}
.popular-courses-body{
    padding: 20px;
    margin: 20px 0;
	margin-top:0px;
	text-align:center;
}
.popular-course-view-all-btn{
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    background-color: #2a9df4;
    padding: 13px 40px;
    border: none;
    border-radius: 100px;
    color: #fff;
    transition: all .5s;
    margin: 25px 0;
}
.popular-course-view-all-btn:hover{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
}
.popular-course-view-all-btn:focus{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
    outline: none;
}
#candidate-journey{
    display: flex;
    justify-content: center;
}
@media(max-width:1200px){
    #candidate-journey{
        flex-wrap: wrap;
    }
    .candidate-journey-item{
        flex-grow: 1;
        flex-basis: 300px;
    }
}
.candidate-journey-item{
    padding: 10px;
    margin: 20px;
    border-radius: 3px;
}
.candidate-journey-img{
    width: 100px;
    margin: auto;
}
.candidate-journey-body{
    text-align: center;
}
.align-candidate-center{
    align-self: center;
    text-align: center;
}
.candidate-journey-title{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0;
}
.candidate-journey-text{
    font-size: 16px;
    color: #fff;
}
.candidate-journey-img-box{
    text-align: center;
}
.company-logo{
    width: 100px;
    transition: all .3s;
}
.company-logo:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.box-1{
    text-align: center;
}
.footer{
    text-align: center;
    font-size: 13px;
    padding: 20px;
    color: #fff;
    background-color: #011d35;
}
.footer_1{
    font-size: 12px;
    padding: 20px;
    color: #fff;
    background-color: #022645;
}
.popular-courses-body .popular-courses-title{
    font-weight: 700;
	font-size: 0.9rem;
	color:#07589d;
	padding-top:10px;
}
.popular-courses-body .d-flex{
    font-weight: 700;
}
@media(max-width:768px){
    .header-search-box-heading {
    font-size: 22px;
}
#header-main-bg {
    height:300px;
}
}
/*---------------------------------------------Courses-----------------------------------------------*/

.breadcumb-top{
    padding: 25px 0;
}
.breadcumb-top-item{
    list-style-type: none;
    display: inline-block;
    padding-right:20px ;
    color: #fff;
}
.breadcumb-top-item:not(:last-child)::after{
    content: '/';
    padding-left:10px ;
}
.breadcumb-top-item a{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.breadcumb-top-item a:hover{
    text-decoration:none;
    color: #2a9df4;
}
#menu-box{
    padding: 10px 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.course-left-content-heading{
    padding:20px 40px;
}
.course-left-content-heading h1{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.course-left-content-heading h2{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.course-left-content-box{
    display: flex;
    padding: 20px 40px;
}

.course-left-content-box-item{
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin-right: 15px;
    flex-grow: 1;
}
.course-left-content-box-item p{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
}
.course-left-content-description{
    padding: 20px 40px;
}
.course-left-content-description p{
    padding: 10px 0;
    color: #fff;
}
.course-left-content-description .review{
    color: #daa520;
    font-weight: bold;
}
.course-left-content-description .description{
    color: #003846;
    font-weight: bold;
}
.course-right-form{
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    margin: 20px 40px;
}
.course-right-form-img{
    width: 100%;
}
.course-right-form-mrp{
    color: #2a9df4;
    font-size: 13px;
    font-style: italic;
    padding-top:20px;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.course-right-form-discount{
    color: #003846;
    font-size: 18px;
    padding:5px 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.course-right-form-saving{
    color: crimson;
    font-size: 16px;
    padding:5px 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.course-right-form-time-lft{
    color: crimson;
    font-size: 13px;
    padding:5px 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.course-right-form .buttons{
    padding: 10px;
}
.course-right-form .get-button{
    margin-bottom: 20px;
    background-color: #2a9df4;
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px;
    border:none;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0,0,0, .3);
}
.course-right-form .get-button:hover{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
}
.course-right-form .get-button:focus{
    outline: none;
}
.course-right-form .enroll-button{
    background-color: #fff;
    border: 2px solid #2a9df4;
    display: block;
    width: 100%;
    color: #2a9df4;
    padding: 10px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0,0,0, .3);
}
.course-right-form .enroll-button:hover{
    border-color: #003846;
    color: #003846;
    cursor: pointer;
}
.course-right-form .enroll-button:focus{
    outline: none;
}
.training-detail-box{
    background-color: #fff;
    padding: 20px 40px;
    display: flex;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    border-radius: 10px;
    margin-bottom: 25px;
}
.training-detail-box div{
    margin:auto 10px!important;
    text-align: center;
}
.enroll-now-btn{
    background-color: #2a9df4;
    border: none;
    padding: 7.5px 15px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    color: #fff;
}
.enroll-now-btn:focus{
    outline: none;
}
.enroll-now-btn:hover{
    background-image:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5));
    cursor: pointer;
}
.training-detail-heading{
    font-size: 18px;
    font-weight: bold;
    color: #003846;
}
.training-detail-text{
    font-size: 16px;
    font-weight: 700;
}
.user-icon{
    font-size: 30px;
    color: #2a9df4;
    border: 2px solid #2a9df4;
    padding: 10px;
    border-radius: 50%;
}
#course-overview{
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    padding: 20px 40px;
    margin: 25px 0;
    position: relative;
    background-color: #fff;
}
.course-overview-heading{
    background-color: #003846;
    color: #fff;
    padding: 10px;
    padding-right: 60px;
    clip-path: polygon(0 0,100% 0,80% 100%,0 100%);
    display: inline-block;
    border-top-left-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    margin-bottom: 25px;
}
.course-overview-heading h3{
    margin-bottom: 0!important;
} 
.course-overview-description p{
    color: #003846;
    font-weight: 700;
}
.course-learn{
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    padding: 20px 40px;
    margin: 25px 0;
}
.course-learn-heading{
    color: #003846;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.course-learn-list{
    margin-bottom: 0!important;
    padding-inline-start: 0;
}
.course-learn-item{
    font-weight: 700;
    padding-bottom: 10px;
    list-style-type: none;
}
.course-syllabus-list{
    margin-bottom: 0!important;
    padding-inline-start: 0;
}
.course-syllabus-item{
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
.course-learn-heading-2{
    color: #003846;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}
.course-learn-form-description{
    color: #003846;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}
.download-brochure-section{
    position: absolute;
    top: 20px;
    right: 20px;
}
#header-information{
    background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)),url('../img/course-page-banner.jpg');
    background-size: cover;
}
#faq-section{
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    padding: 20px 40px;
    margin: 25px 0;
    position: relative;
}
/* accordion */
.accordion {
    font-weight: 700;
    background-color: #fff;
    color: #003846;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #2a9df4;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  .accordion:focus{
      outline: none;
  }
  .active, .accordion:hover {
    background-color: #003846;
    color: #fff;
  }
  .active, .accordion:after:hover {
    background-color: #003846;
    color: #fff;
  }
  
  .accordion:after {
    content: '\002B';
    color: #003846;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
    color: #fff;
  }
  
  .panel {
    padding: 0 18px;
    color: #003846;
    font-weight: bold;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  /* accordion */
#testimonial-section{
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    padding: 20px 40px;
    margin: 25px 0;
}
.testimonial-user-box{
    text-align: center;
}
.testimonial-user-box-img{
    width: 100px;
    padding: 10px 0;
}
.testimonial-user-desc{
    margin: 20px 0;
}
.testimonial-user-desc-name{
    font-size: 20px;
    font-weight: 700;
    color: #003846;
}
.testimonial-user-desc-job{
    font-size: 16px;
    font-weight: 700;
    color: #2a9df4;
}
.testimonial-user-desc-review{
    font-size: 14px;
    font-weight: 700;
    color: #003846;
}
.testimonial-user-rating{
    color: #daa520;
}
.popular-courses-text{
    color: #daa520;
}
.testimonials-heading{
    background-color: #003846;
    color: #fff;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    margin-bottom: 25px;
}
.testimonials-heading h3{
    margin-bottom: 0;
    text-align: center;
}
#page-wrapper{
    background-image: linear-gradient(rgba(255,255,255,.5),rgba(42,157,244,1));
}
/* Media Query */
@media(max-width:1200px){
    .course-left-content-box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .course-left-content-box-item{
        margin: 10px;
        flex-basis: 100px;
    }
    .training-detail-box{
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .training-detail-heading{
        text-align: center;
    }
    .training-detail-text{
        text-align: center;
    }
    .user-icon{
        margin-bottom: 10px;
    }
}
@media(min-width:768px){
    .download-brochure-section-2{
        display: none;
    }
}
@media(max-width:768px){
    .download-brochure-section{
        display: none;
    }
}

/*------------------------------------Landing page foreign languages---------------------------------------*/
.gradient-heading {
    background-image: linear-gradient(to right,rgba(42,157,244,1),rgba(0,56,70,1));
    padding: 20px 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#program-highlights-3{
    background-image: linear-gradient( rgba(0,85,107,1), rgba(0,56,70,1));
}
#program-highlights-3 .highlight-box-txt{
    font-weight: 700;
}
.page-4-box{
    margin: 25px 0;
box-shadow: 0 3px 6px rgba(0,0,0,.3);}
.page-4-box-heading{
    background-image: linear-gradient(to right,rgba(42,157,244,1),rgba(0,56,70,1));
    padding: 20px 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.page-4-box-body{
    padding: 20px;
}
.page-4-box-text{
    font-weight: 700;
    color: #003846;
}
/*------------------------------------Course-page-2---------------------------------------*/
#header-information-2{
    background-COLOR:rgb(0,56,70);
}
.course-2-review{
    margin: 10px 0;
    background-image: linear-gradient(to right,rgba(42,157,244,.5),rgba(0,56,70,.5));
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.course-2-review-no, .course-2-review-icon, .course-2-review-rating, .course-2-review-learners{
    padding: 0 5px;
}
.course-2-review-no{
    font-weight: bold;
}
.course-2-review-icon{
    color: #eaea00;
}
.course-left-content-description-2 .review-2{
    color: #eaea00;
}
.course-2-review-rating a{
    color: #ddd;
    font-weight: bold;
}
.course-2-review-rating a:hover{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.course-2-review-learners{
    font-size: 14px;
    font-weight: 500;
}
.course-right-form-2{
    margin: 20px 40px;
}
.course-right-form-2 .get-button {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #2a9df4;
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px;
    border: none;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0,0,0, .3);
}
.course-right-form-2 .get-button:hover{
    background-color: rgba(0,0,0,.3);
    cursor: pointer;
}
.course-right-form-2 .get-button:focus{
    outline: none;
}
#header-information-2 .breadcumb-top-item a:hover{
    color: #eee;
}
.enroll-now-button{
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #fff;
    display: block;
    color: #003846;
    padding: 10px 40px;
    border: none;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0,0,0, .3);
}
.enroll-now-button:hover{
    background-color: rgba(0,0,0,.3);
    cursor: pointer;
    color: #fff;
}
.enroll-now-button:focus{
    outline: none;
}
.course-page-menu-box{
    display: flex;
}

.course-page-menu-item{
    padding: 20px 40px;
}
.course-page-menu-item-link{
    font-weight: 700;
    color: #003846;
}
.course-page-menu-item-link:hover{
    text-decoration: none;
    color: #2a9df4;
}
.course-page-menu-box .active-box{
    color: #2a9df4;
    border-bottom: 4px solid #2a9df4;
}
#course-page-menu-bg{
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.course-left-content-heading-2{
    padding:20px 0;
}
.course-left-content-heading-2 h1{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.course-left-content-heading-2 h2{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.course-left-content-box-2{
    display: flex;
    padding: 20px 0;
}
.course-left-content-description-2{
    padding: 20px 0px;
}
.course-left-content-description-2 p{
    padding: 10px 0;
    color: #fff;
}
.course-left-content-description-2 .review{
    color: #daa520;
    font-weight: bold;
}
.course-left-content-description-2 .description{
    color: #003846;
    font-weight: bold;
}
#key-features{
    margin:25px 0;
    text-align: left;
}
.key-features-heading-2{
    font-size: 24px;
    font-weight: 700;
}
.key-features-heading-2{
    color: #003846;
    font-size: 24px;
    font-weight: 700;
}
.key-features-heading-hr-1{
    background-color: #2a9df4;
    border-bottom: 3px solid #2a9df4;
    width: 100px;
}
.key-features-heading-hr-2{
    background-color: #2a9df4;
    border-bottom: 2px solid #2a9df4;
    width: 50px;
}
.key-features-heading-hr-1-1{
    background-color: #fff;
    border-bottom: 3px solid #fff;
    width: 100px;
}
.key-features-heading-hr-2-2{
    background-color: #fff;
    border-bottom: 2px solid #fff;
    width: 50px;
}
.key-features-box{
    text-align: center;
}
.key-features-box-icon{
    color: #2a9df4;
    border: 2px solid #2a9df4;
    display: inline-block;
    height: 80px;
    width: 80px;
    padding: 10px 15px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.key-features-box-icon i{
    font-size: 30px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.key-features-box-txt p{
    font-weight: 700;
    color: #003846;
    margin-top: 10px;
    margin-bottom: 20px;
}
.testimonial-section-2{
    margin: 10px 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
#fees-section-1{
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    padding: 15px;
}
.fees-section-1-heading{
    font-size: 20px;
    font-weight: bold;
    color: #003846;
}
.fees-section-1-flexbox-main{
    display: flex;
    justify-content: space-between;
}
.fees-section-1-flexbox{
    margin: auto 0;
}
.fees-section-1-price{
    display: inline-block;
    padding: 0 20px;
    font-weight: 700;
    color: #003846;
}
.fees-section-1-desc .txt{
    color: #2a9df4;
    font-weight: 700;
}
.fees-section-1-desc .txt{
    color: #003846;
    font-weight: 700;
    padding-right: 20px;
}
@media(max-width:992px){
    .course-page-menu-box{
     flex-wrap: wrap;
     justify-content: center;
    }    
    .fees-section-1-flexbox-main{
        display: block;
    }
    .fees-section-1-desc .txt{
        display: block;
        padding: 10px 0;
    }
}
@media(max-width:768px){
    .testimonial-user-desc{
        text-align: center;
    }
}
.modal-body{
    position: relative;
}
.modal-close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #003846;
}
.modal-close-btn:hover{
    color: #2a9df4;
    cursor: pointer;
}
.form-control-main{
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #003846;
}
.form-control-main-textarea{
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #003846;
}
.form-control-main:focus{
    outline: none;
    border-bottom: 2px solid #2a9df4;
}
.form-control-main:focus:invalid{
    border-bottom: 2px solid crimson;
}
.form-control-main-textarea:focus{
    outline: none;
    border-bottom: 2px solid #2a9df4;
}
.form-control-main-textarea:focus ::placeholder{
    outline: none;
    border-bottom: 2px solid #2a9df4;
}
.popular-courses-text-2{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #003846;
}
#below-header-section{
    transform: translateY(-50%);
}
.below-header-box{
    padding: 30px 60px;
    background-color: #003846;
    border-bottom: 5px solid #2a9df4;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}
.below-header-box-h5, .below-header-box-h4{
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.below-header-box-h5{
    font-size: 14px;
}
.below-header-box-h4{
    font-size: 18px;
}
.fees-section-2-option{
    position: relative;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 3px;
    padding: 10px 30px;
    padding-left: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.fees-section-2-option:hover{
    cursor: pointer;
    border: 2px solid #2a9df4;
}
.fees-section-2-select{
    padding: 20px;
}
.fees-section-2-option-txt{
    font-size: 16px;
    font-weight: 700;
    color: #003846;
}
.fees-section-2-option-txt:first-child::after{
    content: '|';
    padding: 0 20px;
}
/* Hide the browser's default radio button */
.fees-section-2-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  /* Create a custom radio button */
.fees-section-2-option .checkmark {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  /* On mouse-over, add a grey background color */
.fees-section-2-option:hover .checkmark {
    background-color: #2a9df4;
  }
  /* When the radio button is checked, add a blue background */
.fees-section-2-option input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  .fees-section-2-option input:checked .fees-section-2-option {
    border: 2px solid #2a9df4;
  }
  /* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the indicator (dot/circle) when checked */
.fees-section-2-option input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .fees-section-2-option .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }
  .thankyou-footer{
      position: relative;
  }
.phone-header:hover{
    text-decoration: none;
    color: #fff;
}
/*-----------------------------------------------Categories page--------------------------------------*/
.course-page-menu-item-2 {
    padding: 20px;
}
.popular-courses-img-2{
    width: 100%;
}
.popular-courses-text-3{
    font-size: 14px;
    font-weight: 700;
    color: #003846;
}
.popular-courses-title-2{
    font-weight: 700;
}
.popular-courses-category{
box-shadow: 0 3px 6px rgba(0,0,0,.3);
padding: 10px;
background-color: #fff;
}
.popular-courses-details-2{
    text-align: center;
    padding: 10px 20px;
}
.popular-courses-details-2:not(:last-child){
    border-right: 1px solid #ccc;
}
.popular-courses-details-2 span{
    display: block;
}
.popular-courses-details-2 span:first-child{
    font-size: 18px;
    font-weight: 700;
}
.popular-courses-details-2 span:last-child{
    font-size: 14px;
    font-weight: 700;
}
.popular-courses-text-3 .popular{
    font-size: 10px;
    background-color: #2196F3;
    color: #fff;
    padding: 5px 10px;
    border-radius: 100px;
}
.popular-courses-text-3 .rating{
    font-size: 10px;
    background-color: #003846;
    color: #fff;
    padding: 5px 10px;
    border-radius: 100px;
}
.popular-courses-text-3 .txt2{
    font-weight: 700;
}
#categories-page-wrapper{
    background-color: #eee;
}
/* custome */
.section-bg .section_title-3{color:#fff;}
.section-bg{background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #207cca 0%, #07589d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1e5799 0%,#207cca 0%,#07589d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1e5799 0%,#207cca 0%,#07589d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#07589d',GradientType=0 ); /* IE6-9 */}
.mar_bot{margin-bottom:0.5rem!important;}
.mar_bot_1-5{margin-bottom:1.5rem!important;}
.mar_bot_0{margin-bottom:0rem!important;}
.cond_fsize {font-size:0.6rem!important;}
.mar_bot_50 {margin-bottom:50px;}
/* home page form css */
.form-haf{width:49%; line-height:40px; padding:0 10px; border-radius:0px; border:1px solid #CCC; margin:0 0 5px 0;}
.form-captcha{width:47%; padding:7px; float:left; margin:0 10px 5px 0; background:url(../images/pattern.png); text-align:center;}
.form-captcha-input{width:33%; line-height:30px; padding:0 10px; border-radius:0px; border:1px solid #CCC; margin:0 0 5px 5px;}
.form-full{width:99%; padding:5px 10px; font-size:13px;  border:1px solid #CCC; margin:0 0 5px 0;}
.form-full-home{background:#fff;width:99%; padding:4px 10px; font-size:12px;  border:1px solid #757575; margin:0 0 5px 0; text-align:left;color:#666!important; resize:vertical;}
.form-full-home:hover{color:#333}
.e-mail{width:99%; line-height:40px; padding:0; border:0px; margin:0 0 5px 0;}
.enroll a{color:#FFF; background:#124c71; display:block; font-size:12px; padding:0 10px; line-height:25px; margin:0px;}
.enroll a:hover{background:#065594;}
.enroll_offer a{color:#FFF; background:#ff8a00; display:block; font-size:12px; padding:0 10px; line-height:25px; margin:0px;}
.enroll_offer a:hover{background:#ff6000;}
.label-frm{margin:0 10px 0 0; width:35%; float:left; line-height:40px; text-align:left;}
.form-haf-2{width:60%; line-height:40px; padding:0 10px; border-radius:3px; border:1px solid #CCC; margin:0 0 5px 0; float:left;}
.form-haf-3{width:30%; line-height:40px; padding:0 10px; border-radius:3px; border:1px solid #CCC; margin:0 0 5px 0; float:left;}
.but-1{display:inline-block; margin:0 0 0 37%; padding:10px 30px; font-size:18px; white-space:nowrap; vertical-align:middle; border:1px solid transparent; border-radius:4px;}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
  color:#FFFFFF;
  font-weight:500;
  
}
.btn-home{background:#ff9001;}
.btn-home:hover,
.btn-home:focus {
  background: #2a95be;
} .header-search-box-heading {margin: 3rem auto 1rem!important;} #header-search-section h5 {margin: 0rem auto 1rem!important; color:#fff;}