/* :: 1.0 Import Ruda font :: */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,900");

/* :: 2.0 Import All CSS */
@import url(materialize.min.css);
@import url(sweetalert.css);
@import url(animated.css);
@import url(font-awesome.min.css);
@import url(custom-icon.css);
@import url(alertify.core.css);
@import url(alertify.default.css);




/*   The Blinking
-----------------------------*/
.blink{animation:fade 5000ms infinite;-webkit-animation:fade 200ms infinite;}
@keyframes fade{from { opacity: 1.0; }50% { opacity: 0.4; }to { opacity: 1.0; }} 
@-webkit-keyframes fade{from { opacity: 1.0; }50% { opacity: 0.4; }to { opacity: 1.0; }}

.fixed-action-btn{
    display: none;
}


*{
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
}

.m-top-30{
    margin-top: 30px;
}

iframe{
    min-height: 350px !important;
}
/* app - header */
.eib_title{
    font-size: 18px; font-weight: 600;
    color: #1f409e; line-height: 1.5rem;
    text-shadow: 0 0 1.1px #1f409e;  
}

.logo{ width: 75px; }

.jqte {
    margin: 30px 0;
    border: #aaa 1px solid !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 3px #fff !important;
    -webkit-box-shadow: 0 0 3px #fff !important;
    -moz-box-shadow: 0 0 3px #fff !important;
    overflow: hidden;
    transition: box-shadow 0.4s, border 0.4s;
    -webkit-transition: -webkit-box-shadow 0.4s, border 0.4s;
    -moz-transition: -moz-box-shadow 0.4s, border 0.4s;
    -o-transition: -o-box-shadow 0.4s, border 0.4s;
}


/* dashboard formating */
.home-icon{
    margin-right:5px; border-right:2px solid #000;
    padding-right: 10px; color:#0D47A1; font-size: 16px;
}

.current-page-title-wrap{
    position: relative; top: -60px; padding: 13px; 
    color:#000; font-weight: 700;
}

.current-page-title{
    font-size:12px; white-space: nowrap;overflow: hidden;
    text-overflow: ellipsis;position: relative;top: -2px;
}

.side-nav-wrap{
    position: relative; top: -89px;
}

.main-page-content{
    position: relative; top: -157px;
}

.bb-light{
    border-bottom:1px solid #f2f2f2;
}

.relative{
    position: relative;
}

.mtb-12{
    margin-top:12px;margin-bottom: 12px;
}

.input-search{
    border:1px solid #f1f1f1 !important; border-radius:5px !important;
    padding:0px 20px !important; height: 35px !important; 
    width:calc(100% - 40px)  !important; font-size: 12px  !important;
}

.hide-send-btn{
    position: absolute; left: -9999px; width: 1px; height: 1px;
}

.search-icon {
    position: absolute;
    float: right;
    top: 10px;
    right: 20px;
    color: #0D47A1;
}

.font-small,.font-small:hover {
    font-size: 10px !important;
    margin-top: 20px;
    padding-right:15px; 
    padding-left:15px; 
}

table{
    font-size:12px !important;
}

.font-16{
    font-size: 16px !important;
}

.bottom-footer-area {
    background-color: #fcfcfc !important;
    padding: 30px 0 10px 0 !important;
    text-align: center;
    border-top: 1px solid #f1f1f1 !important;
}

.custom-input, .custom-input:focus {
    border: 1px solid #aaa !important;
    padding: 0px 20px !important;
    height: 33px !important;
    width: calc(100% - 40px) !important;
    font-size: 12px !important;
    margin: 0 !important;
    border-radius: 5px !important;
}

select.custom-input.browser-default:focus{
    width: 100% !important;
}

legend {
    padding:0 20px;
}

fieldset {
    border: 1px solid #f2f2f2;
}

textarea.custom-input,textarea.custom-input:focus{
    width: 100% !important;
    height: 200px !important;
}






img.start-logo{
    width:20%"
}

select.browser-default {
    width: 100% !important;
    height: 35px;
    border: 1px solid #aaa !important;
    padding: 0 10px !important;
    margin: 0 0 8px 0;
    border-radius: 0px;
    font-size: 12px;
    margin: 0;
}

input:focus {
    border: 1px solid #aaa !important;
    -webkit-box-shadow: 0 1px 0 0 transparent !important;
    box-shadow: 0 1px 0 0 transparent !important;
}

.m-top-10{
    margin-top: 10px;
}

.btn {
    font-size: 10px !important;
    font-weight: 600 !important;
    height: 33px !important;
}

.search-svg {
    height: 15px;
    position: absolute;
    right: 0;
    float: right;
    top: 10px;
    right: 20px;
    fill: #0D47A1;
}














/*   The scroll class
-----------------------------*/
body::-webkit-scrollbar-track, .navbar-collapse::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.9);-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.9);-o-box-shadow:inset 0 0 1px rgba(0,0,0,0.9);box-shadow:inset 0 0 1px rgba(0,0,0,0.9);-webkit-border-radius:0px;-o-border-radius:0px; border-radius:0px; background-color:transparent;}
body::-webkit-scrollbar, .navbar-collapse::-webkit-scrollbar{width:12px; background-color:#F5F5F5; /*display:none*/}

body::-webkit-scrollbar-thumb, .navbar-collapse::-webkit-scrollbar-thumb {-webkit-border-radius:2px;-o-border-radius:2px;border-radius:2px; background-color:#ccc;background-image:-webkit-linear-gradient(90deg, transparent, rgba(165, 156, 156, 0.4) 50%, transparent, transparent);}

body::-webkit-scrollbar-thumb:hover, .navbar-collapse::-webkit-scrollbar-thumb:hover {-webkit-border-radius:2px;-o-border-radius:2px;border-radius:2px; background-color:#0D47A1;background-image:-webkit-linear-gradient(90deg, transparent, rgba(165, 156, 156, 0.4) 50%, transparent, transparent);}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
border: 2px solid #0D47A1;
background-color: #0D47A1;
}

td, th {
border: 1px solid #f2f2f2;
}

table.highlight>tbody>tr:hover {
background-color: rgb(252, 252, 252);
}

.page-title {
background: rgba(0, 25, 95, 0.94);
padding: 60px 0 10px;
/* margin-top: 96px; */
}

.bottom-footer-area {
background-color: #fcfcfc;
padding: 30px 0 10px 0;
text-align: center;
border-top: 1px solid #f1f1f1;
}
::placeholder { color: #2b2b2b; font-weight: 400;}
.btn{font-weight: 600;}




.alertify {
    background: #f0f8ff !important;
    border: none;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.alertify-inner nav{
   background-color: transparent !important; 
   box-shadow: none !important;
}

/* .alertify {
    position: fixed;
    z-index: 99999;
    top: 30%;
    left: 40%;
    width: 350px;
    opacity: 1;
    margin-left: 0;
} */
.alertify.alertify-confirm {padding: 0 !important}


























/* :: 3.0 multi-purpose style area :: */
* {
    margin: 0; padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Raleway', sans-serif !important; 
    background:#fcfcfc;
}
a, a:hover, a:focus, a:visited {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #020096;
    font-weight: 600; font-size: 14px;
}
ol>li>a:visited{
    /* color: #d3d3d3 !important; */
}

.tabs .tab a { color: black; text-transform: capitalize;}
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: blue;
    background:rgba(0, 0, 0, 0.01);
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(0, 0, 0, 0.01);
    outline: none;
}
.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #0d47a1;
    will-change: left, right;
}
blockquote {border-left: 5px solid #2d53be;border-radius: 2px 0 0 2px;background: rgba(0, 0, 0, 0.01);padding:10px;}

p {
    color: #606060; font-size: 14px;
    line-height: 2; font-weight: 500;
}
section{
    padding: 7% 0;
}
body{
    margin: 0 auto;
}
img{
    width: 100%;
}
.nm{ 
    margin: 0; 
}
.np{ 
    padding: 0; 
}
.mt-100{ 
    margin-top:100px; 
}
.mt-30{ 
    margin-top:30px; 
}
.mb-100{ 
    margin-bottom:100px; 
}
.mb-10{ 
    margin-bottom:10px; 
}
.mb-15{
    margin-bottom:15px;
}
.mb-30{ 
    margin-bottom:30px; 
}
.mtb-5p{ 
    margin-top:5%; margin-bottom:5%; 
}
.mtb-2p{ 
    margin-top:2%; margin-bottom:2%; 
}
.t-white{ 
    color:#fff; 
}
.m-color{
    color: #1f409e;
    text-shadow: 0pc 0px 1.1px #427eb5;
}
.transition{
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
}
.transition:hover{
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
}
textarea{
    padding: 15px;
}
.default-btn{
    border:1px solid #f4f4f4;
    padding: 7px 5px;
    width: 100%;
    float: left;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 0px 3px 0 rgba(0, 0, 0, 0.08);
}
.default-btn > svg{
    width: 14px;
    margin-right: 10px;
}

.preloader-col{
    position: fixed;
    left: 0%;
    background: #fff;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 6000;
}
.preloader-col > div >img{
    width: 250px !important;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

iframe {
    width: 100%;
    height: 100%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* :: 3.1 overide style area :: materialize :: */
.container{
    width: 80%;
}


/* :: 4.0 header style area :: #5b9bd5;*/
.header-section{
    border-top:5px solid #2e4ea7;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;

    /* position: fixed; right: 0;
    top: 0;left: 0; z-index: 4000; */
}
.nav-wrap{
    padding: 5px 0 0 0;
    width: 100%;
    float: left;
}
ul.main-nav{
    float: right;
    padding: 5px 0;
}
ul.main-nav > li{
    position: relative;
    display: block;
    float: left;
    padding: 12px 8px;
    overflow: inherit !important;
}
ul.main-nav li > a{
    padding: 16px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0pc 0px 1px #2962ff;
    border-radius: 0 0 1px 1px;
}
ul.main-nav li:hover >a, ul.main-nav li.active >a{
    border-bottom: 5px solid #5b9bd5;
    color: #2962ff;
    border-radius: 0 0 1px 1px;
    background: rgba(41, 98, 255, 0.1);
}
ul.main-nav >h5{
    padding-left: 15px;
    color: #222b33;
    font-size: 16px;
}


.word-break{ word-break: break-all; }

/* ::: 4.1 VC pix section : */
.vc-section{
    position: absolute;
    top: 190px;
    right: 11%;
    visibility: visible;
    animation-delay: 300ms;
    animation-name: fadeInUp;
    z-index: 500;
    text-align: right;
}
.vc-section >img{
    width: 70%;
    border:10px solid rgba(255, 255, 255, 0.35);
    border-radius: 2px;
}


/* :: 4.2 top links :: */
.top-features-area {
    position: relative;
    z-index: 50;
    margin-bottom: -60px;
}
.top-features-area .features-content {
    position: relative;
    z-index: 50;
    background: #2962FF ;
    background: -webkit-linear-gradient(to right, #2962FF , #2e1c97);
    background: linear-gradient(to right, #2962FF , rgb(46, 77, 163));
    padding: 15px 15px 10px;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    border-radius: 10px;
}
.top-features-area .features-content .single-top-features {
    border-right: 2px solid #ffffff;
}
.top-features-area .features-content .single-top-features i {
    font-size: 40px;
    margin-right: 15px;
    color: #ffffff;
}
.top-features-area .features-content .single-top-features a > h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff;
}
.top-features-area .features-content .col.s12:last-child .single-top-features {
    border-right: none;
}


/* :: 5.0 call to axtion :: */
.call-to-action-area {
    position: relative;
    z-index: 1;
    background: #2962FF ;
    background: -webkit-linear-gradient(to right, #2962FF , #2e1c97);
    background: linear-gradient(to right, #2962FF , rgb(46, 77, 163));
    padding: 40px 0;
}
.call-to-action-area .cta-content h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 0;
}
.call-to-action-area .cta-content .eibic-btn {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 38px;
    border: 2px solid #ffffff;
    background: #2962FF ;
    background: -webkit-linear-gradient(to right, #2962FF , #2e1c97);
    background: linear-gradient(to right, #2962FF , rgb(46, 77, 163));
}


/* top-title-section */
.top-title-section{
    max-width: 100%; 
    width: 100%; 
    background-position: 50% 70%; 
    background-attachment: fixed;
    background-color:lightblue;
    border-bottom: 1px solid #ebebeb;
}
/* .page-title{
    background: rgba(0, 0, 0, 0.72); 
    padding: 3% 0 1%;
    margin-top: 96px;
} */
.lead-txt{
    /* background: rgba(41, 98, 255, 0.59) !important;
    border: 5px solid rgba(41, 98, 255, 0.22); */
}
.lead-txt > h4{
    color:#fff;
    font-weight: 600;
}








/* sponsors */
.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.sponsor-img > a >img {
    height: auto;
    max-width: 100px;
    margin-bottom: 60px;
}


/* courses grid */
.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 80px !important;
}
.section-heading span {
    color: #606060;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px;
}
.section-heading h3 {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 600;
}
.single-top-popular-course {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #eef3f6;
}

.single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    width: 54%;
    padding: 30px;
}
.single-top-popular-course .popular-course-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.single-top-popular-course .popular-course-content span {
    font-size: 12px;
    color: #2962FF ;
    margin-bottom: 10px;
    display: block;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.academy-btn {
    display: inline-block;
    min-width: 160px;
    height: 65px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    font-size: 14px;
    line-height: 65px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background: #2962FF ;
    background: -webkit-linear-gradient(to right, #2962FF , #2e1c97);
    background: linear-gradient(to right, #2962FF , rgb(46, 77, 163));
    font-weight: 600;
}
.academy-btn.btn-sm {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
}
.single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    width: 46%;
    height: 280px;
}
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}







/* registration & login */
.start-body{
    max-width: 100%;
    width: 100%;
    background-position: 80% 30%;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
}
.start-section {
    /* background: rgba(255, 255, 255, 0.9); */
    /* border: 20px solid rgba(245, 246, 246, 0); */
    /* background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.8509803921568627) , rgba(185, 173, 255, 0.88)); */
    /* background: linear-gradient(to right, rgba(185, 173, 255, 0.16),rgba(255, 255, 255, 0.9)); */
}
.start-lead > h4{
    color: #0a467e;
    text-shadow: 0pc 0px 1.1px #0033bf;
    font-weight: 600;
    font-size: 18px;
}
img.start-logo{
    transition: transform .2s;
}
img.start-logo:hover{
    transform: scale(1.1);
}
input.input-control{
    background-color: rgba(255,255,255,0.9) !important;
    border: 1px solid #aaa !important;
    font-size: 14px !important;
    margin: 0 0 8px 0 !important;
    padding: 0 10px 0 30px !important;
    width: calc(100% - 40px) !important;
    border-radius: 30px !important;
}
input:focus{
    border: 1px solid #f2f2f2 !important;
    -webkit-box-shadow: 0 1px 0 0 #f2f2f2 !important;
    box-shadow: 0 1px 0 0 #f2f2f2 !important;
}
button.input-control{
    height:3rem !important;
    border-radius: 30px !important;
}
input.form-control{
    background-color: rgba(255,255,255,0.9) !important;
    border: 1px solid #aaa !important;
    font-size: 14px !important;
    margin: 0 0 8px 0 !important;
    padding: 0 10px !important;
    width: calc(100% - 20px) !important;
}
button.form-control{
    height:3rem !important;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    color: #2b2b2b;
}
select.browser-default{
    width: 100% !important;
    height: 3.1rem;
    border: 1px solid #aaa !important;
    padding: 0 10px !important;
    margin: 0 0 8px 0;
    border-radius: 30px;
}
a.goback:hover>.arrow-moving{
    margin-left:20px;
}



/* dashboard student */
.panels{
    padding: 35px 10px;
    color: #fff;
    text-align: center;
    height: 140px;
}
.icon-path {
    width:50px; margin: 0 auto
}
.icon-path > svg{
    fill: #fff;
}

.icon-path > i{
    color: #fff;
    font-size: 50px;
    margin-bottom: 3px;
}




.panels > p {
    color: #fff;
    text-shadow: 2px 1px 3px #141414;
    font-weight: 600;
    line-height: 18px;
    font-size: 12px;
}
.panels:hover{
    transform: scale(0.99);    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
}
.panels{
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
    border-radius: 20px;
}


.breadcrumb{ font-size: 10px;line-height: 35px;}
.breadcrumb:hover{ font-size: 10px;line-height: 35px;}
.breadcrumb:before {content: '/' !important;font-size: 15px;font-weight: 600;}


/* ###### footer style area ###### */
.main-footer-area {
    background-color: #232323;
    padding-top: 100px;
    padding-bottom: 0;
    border-bottom: 1px solid #353232;
}



.bottom-footer-area {
    background-color: #141414;
    padding: 30px 0;
    text-align: center;
}
.bottom-footer-area p {
    font-size: 12px;
    margin-bottom: 0;
    color: #606060;
    line-height: 2;
    font-weight: 500;
}
.copyright-txt > a, .read-more > a {
    color: #606060;
    font-size: 12px;
}
footer hr{
    border-bottom: 1px solid #606060 !important;
    border: 1px solid transparent;
    margin-bottom: 15%;
    margin-top: 4%;
}
.widget-title {
    margin-bottom: 45px;
    font-size:18px; color:#fff;
    text-shadow: 0pc 0px 1.6px #427eb5;
}

.main-footer-area .hot-links li a {
    display: block;
    color: #606060;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0pc 0px 1px #606060;
}

.hot-links li a:hover, .hot-links li a:focus, .read-more a:focus, .read-more a:hover, .copyright-txt > a:focus,.copyright-txt > a:hover {
    color: #5b9bd5 !important;
    text-shadow: 0pc 0px 1px #427eb5;
}


/* media screen comes in here */
@media only screen and (max-width: 1024px){
    .container{
        width: 95%;
    }


}

@media only screen and (max-width: 992px){
    #nav-mobile > li >a {
        color: #fff;
        font-weight: 600;
    }
    
    #nav-mobile {
        background: #427eb5;
        position: fixed;
        width: 80%;
        left: 0;
        top: 0;
        height: 100%;
        color: #fff !important;
        z-index: 3000;
    }
    #nav-mobile > li {
        width: 100%;
    }
    
    nav ul a:hover {
        background-color: red !important;
        color: #fff !important;
    }
    .main-nav h5{
        color: #fff !important;
    }
}

@media only screen and (max-width: 768px){
    .header-section{
        /* position: absolute; */
    }

    .main-nav h5{
        color: #fff !important;
    }

    #slider{
        height: 277px !important;
        width: 100% !important;
    }

    .page-title{
        /* background: rgba(0, 0, 0, 0.72); */
        /* margin-top: 105px; */
    }

    .top-login-btn{
        margin-bottom: 10px !important;
    }
    #nav-mobile > li >a {
        color: #fff;
        font-weight: 600;
    }

    #nav-mobile {
        background: #427eb5;
        position: fixed;
        width: 80%;
        left: 0;
        top: 0;
        height: 100%;
        color: #fff !important;
        z-index: 3000;
    }
    #nav-mobile > li {
        width: 100%;
    }

    nav ul a:hover {
        background-color: red !important;
        color: #fff !important;
    }

    .icon-path {
        width:40px; margin: 0 auto
    }

    .eib_title{
        font-size: 16px;
    }

    
    .side_nav_wrap {
        display: none;
        position: fixed;
        z-index: 907;
        top: 12px;
        right: 5px !important;
        left: 5px !important;
        width: calc(100% - 10px) !important;
        bottom: 10px;
        overflow-y: scroll;
        /* height: 100vh; */
        background: #0000004d;
    }

    .show_sideNav{
        display: block;
    }

}

@media only screen and (max-width: 400px){
    .container{
        width: 98%;
    }

    #slider{
        height: 277px !important;
        width: 100% !important;
        margin-top: 220px !important;
    }

    .page-title{
        /* background: rgba(0, 0, 0, 0.72); */
        /* margin-top: 220px !important; */
    }

    /* call to axtion */
    .call-to-action-area {
        padding: 20px 0;
    }
    .call-to-action-area .cta-content h3 {
        font-size: 20px;
    }
    .call-to-action-area .cta-content .eibic-btn {
        height: 40px;
        line-height: 36px;
        margin-top: 30px;
    }


    .section-heading {
        position: relative;
        z-index: 1;
        margin-bottom: 20px !important;
    }

    .single-top-popular-course .popular-course-thumb {
        /* -webkit-box-flex: 0; */
        -ms-flex: 0 0 46%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 280px;
    }
    .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 30px;
    }
    .logo{
        width: 80px;
    }

    .mySlides > img{
        height: 300px !important;
    }

    .lead-txt > h4 {
        font-size: 18px;
    }

    .eib_title{
        font-size: 15px;
    }

    /* students */
    .panels {
        padding: 25px 10px;
        color: #fff;
        text-align: center;
        height: 120px;
    }

    .panels > p {
        font-size: 12px;
    }
}