@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);

body{
	margin: 0px auto;
	padding: 0px;
	background: #fff;
}

a{
	text-decoration: none !important;
}

/*.navbar-nav>li>a{
	padding: 0px;
	color: #333;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
	background: none;
}

.navbar-nav>li>.dropdown-menu{
	margin-top: 20px;
}*/

.course-list li{
	padding: 1px 0px;
    width: 100%;
}

.btn-defualt{
	background: none;
	border: 1px solid #999;
}

.rightAlign{
	text-align: right !important;
	float: right !important;
}

.removePadding{
	padding: 0px !important;
}

.leftPadding{
	padding-left: 0px !important;
}

.removeMargin{
	margin: 0px !important;
}

.paddRemove{
	padding: 0px 5px !important;
	  
}

.header{
	width: 100%;
	background: #fff;
	padding: 5px 0px;
	float: left;
}

.logo{
	width: 100%;
	float: left;
	background: none;
}

.logo img{
	width: 45%;
	display: block;
}

.menuPosition{
	position: relative !important;
} 

.navBar{
	width: auto;
	float: right;
	background: none;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 15px;
}

.navBar ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

.navBar li{
	font-size: 12px;
    text-align: left;
    line-height: 25px;
    color: #333;
    float: none;
    display: inline-block;
    font-weight: bold;
    padding: 0px 7px;
}

.navBar li a{
	color: #333;
	text-decoration: none;
}

.navBar ul li ul.dropdown{
        width: auto; /* Set width of the dropdown */
        background: #f2f2f2;
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
    }
   .navBar ul li:hover ul.dropdown{
        display: block;	/* Display the dropdown */
    }
   .navBar ul li ul.dropdown li{
        display: block;
    }
button{
	outline: none !important;
}

.navbar-nav>li>a{
	padding: 0px;
}

.course-list li a{
	color: #333;
}

/* ================================ Hover Css ================================ */

 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  


/* ================================ Hover Css ================================ */

.searchbar{
	width: 180px;
	float: right;
	background: none;
	position: relative;
}

.searchbar .fa-search{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 14px;
}

.course-list{
	width: 100px;
	float: right;
}

.course-list ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	width: auto;
	/*max-height: 300px;*/
}

.course-list li{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	color: #222;
	padding: 8px 10px;
    text-align: left;
}

.course-list li i{
	margin-right: 5px; 
}

.dropdown-menu>li>a{
	padding: 3px 20px 3px 0px;
}

.container{
	width: 1170px;
    text-align: justify;
}

.bannar-section{
	width: 100%;
/*	background:url(../images/7.jpg);*/
	padding: 10px 0px;
	float: left;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -123px;
}

.red-strip{
	width: 100%;
	background: url(../images/bg1_03.png);
	padding: 15px 0px;
	
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.red-strip h4{
	font-size: 24px;
	text-align: left;
	margin: 2px 0px;
	color: #fff;
	font-weight: bold;
}

.red-strip p{
	font-size: 12px;
	text-align: left;
	margin: 2px 0px;
	color: #fff;
	font-weight: 100;
}

.middle-section{
	width: 100%;
	background: none;
	padding: 15px 0px;
	float: left;
}

.learning-sec{
	width: 100%;
	background: none;
	float: left;
	padding: 10px 0px;
}

.learning-sec h1{
	    font-size: 25px;
    text-align: left;
    margin: 10px 0px;
    color: #fff;
    font-weight: bold;
    background: #0482d2;
    padding: 5px 12px;
}

.learning-sec ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.learning-sec li{
	font-size: 14px;
	text-align: left;
	line-height: 25px;
	color: #266573;
}

.learning-sec li:hover, .learning-sec li:focus{
	color: #000;
	cursor: pointer;
}

.rightSide-sec{
	width: 100%;
	background: none;
	padding: 15px 0px;
	float: left;
}

.activity-box{
	width: 100%;
	background: none;
	padding:5px 0px;
	float: left;
}

.activity-head{
	width: 100%;
	background: #0482d2;
	padding: 10px 0px;
	float: left;
}

.activity-head i{
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
}

.activity-head h3 {
	font-size: 16px;
	text-align: left;
	font-weight: 100;
	color: #fff;
	margin: 0px;
}

.activity-body{
	width: 100%;
	background: none;
	padding: 10px 15px;
	float: left;
}

.tweets-row{
	width: 100%;
	background: none;
	padding: 5px 0px;
	float: left;
}

.tweets-row h5{
	margin: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 21px;
	color: #333;
}

.tweets-row h6{
	margin: 6px 0px;
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.tweets-row i{
	font-size: 15px;
    margin: 6px 0px;
}

.cms-brand{
	width: 100%;
	background: none;
	padding: 5px 0px;
	float: left;
	max-height: 320px;
    overflow: auto;
}

.cms-brand img{
	background: #000;
    border-radius: 50px;
    width: 36px;
    height: 36px;
}

.cms-brand h3{
	margin: 2px 0px;
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.cms-brand h6{
	margin: 2px 0px;
    text-align: left;
    font-size: 12px;
    color: #999;
    font-weight: bold;
}

.cms-brand p{
	margin: 2px 0px;
    text-align: left;
    font-size: 14px;
    color: #999;
    font-weight: 100;
    display: inline-block;
}

.cms-brand i {
	font-size: 20px;
    margin: 8px 0px;
    color: #bbb2b2;
}

.cms-foot{
	width: 100%;
	background: none;
	float: left;
	padding: 5px 0px;
}

.universal-partner{
	width: 100%;
	background: none;
	padding: 0px;
	float: left;
}

.universal-partner h1{
	font-size: 20px;
	text-align: left;
	margin: 10px 0px;
	color: #333;
}

.universal-partner h1 span{
	color: #999;
}

.universal-partner p{
	font-size: 14px;
	text-align: left;
	margin: 10px 0px;
	color: #333;
}

.universal-partner img{
	    vertical-align: middle;
    /* background: #000; */
    border-radius: 0;
    /* height: 75px; */
    width: 100%;
    margin: 20px 0px;
}


.top-space{
	margin-top: 25px !important;
}

.upper-space{
	margin-top: 10px !important;
}

.footer-bs {
    background-color: #3c3d41;
	padding: 60px 40px;
	color: rgba(255,255,255,1.00);
	float: left;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;    display: inline-block;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}

.facebook{font-size:20px;}
.facebook:hover { color:rgba(255,255,255,0.80);}

.instagram{font-size:20px;}
.facebook:hover { color:rgba(255,255,255,0.80);}

.twitter{font-size:20px;}
.facebook:hover { color:rgba(255,255,255,0.80);}

.rss{font-size:20px;}
.facebook:hover { color:rgba(255,255,255,0.80);}

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

.footer-bs .btn{
	padding: 9px 12px;
}

.fadeInLeft img{
	    width: 50%;
    display: block;
    margin: 0px auto;
}


/* ==================================== Categories Css Start ====================================== */

.top-courses{
	width: 100%;
	    background: #29303b;
	padding: 20px 0px;
	float: left;
}

.top-courses p{
	text-align: left;
	font-size: 12px;
	margin: 10px 0px;
	color: #fff;
}

.top-courses h1{
	text-align: left;
	font-size: 20px;
	margin: 20px 0px;
	color: #fff;
}

.category-list{
	width: 100%;
	background: none;
	padding: 30px 0px;
	float: left;
}

.category-list img{
	width: 100%;
	display: block;
	height: 140px;
}

.category-list h2{
	text-align: left;
	font-size: 17px;
	margin: 2px 0px;
	font-weight: bold;
	color: #333;
}

.category-list h6{
	text-align: left;
	font-size: 10px;
	margin: 2px 0px;
	color: #333;
}

.category-list p{
	text-align: left;
	font-size: 14px;
	margin: 5px 0px;
	color: #333;
}

.category-list ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.category-list li{
	font-size: 14px;
	text-align: left;
	float: left;
	padding: 0px 10px;
	color: #333;
	font-weight: 100;
}

.category-list li:first-child{
	padding-left: 0px;
}

.category-list h1{
	text-align: left;
	font-size: 20px;
	margin: 2px 0px;
	font-weight: bold;
	color: #333;
}

.category-list h1 del{
	font-size: 13px;
    position: relative;
    top: -1px;
    color: #9c9c9c;
}

.fiveStar{
	width: 100%;
	background: none;
	float: left;
}

.fiveStar ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.fiveStar li{
	float: left;
	padding: 5px 2px;
	text-align: center;
}

.fiveStar li i{
	color: #FFC107;
}

.fiveStar h5{
	text-align: center;
	font-size: 12px;
	margin: 5px 0px;
	color: #333;
}

.border{
	border: 1px solid #dcdbdb;
}

.addPadding{
	padding: 10px !important;
}

.pagination{
	width: 100%;
	background: none;
	padding: 10px 0px;
	float: left;
}

.pagination ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.pagination li{
	float: none;
    padding: 5px 2px;
    display: inline-block;
    text-align: center;
    width: 28px;
    border: 1px solid #9c9393;
    margin: 0px 2px;
    font-size: 12px;
    border-radius: 3px;
}


/* ==================================== Details Css Start ====================================== */

.centerbar{
	width: 100%;
	background: none;
	padding: 20px 0px;
	float: left;
}

.top-courses ul{
	margin: 10px auto;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.top-courses li{
	font-size: 12px;
	text-align: left;
	color: #fff;
	padding: 0px 10px;
	float: none;
	display: inline-block;
}

.top-courses li img{
	width: 87px;
    margin-right: 10px;
}

.top-courses h4{
	font-size: 12px;
	text-align: right;
	margin: 0px;
	color: #fff;
	font-weight: 100;
}

.top-courses h4 i{
	margin-left: 5px;
}

.inpad{
	padding: 20px 0px 70px !important;
}

.learnBox{
	width: 100%;
    padding: 15px;
    background: #f9f9f9;
    float: left;
    border: 1px solid #e8e5e5;
    position: relative;
}

.learnBox h2{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px;
	color: #333;
}

.learnBox .fa-check{
	position: absolute;
    left: -20px;
    top: 5px;
}

.learnBox ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.learnBox li{
	font-size: 13px;
	text-align: left;
	color: #333;
	padding: 0px;
	float: none;
	line-height: 25px;
	position: relative;
}

.required{
	width: 100%;
	background: none;
	padding: 10px 0px;
	float: left;
}

.required h2{
	text-align: left;
	font-size: 22px;
	margin: 10px 0px;
	color: #333;
}

.required ul{
	margin: 0px auto;
	padding: 0px 15px;
	text-align: left;
}

.required li{
	font-size: 13px;
	text-align: left;
	color: #333;
	padding: 0px;
	float: none;
	line-height: 25px;
}

.fundamental-sec{
	width: 100%;
	background: none;
	padding: 10px 0px;
	float: left;
}

.fundamental-sec h2{
	text-align: left;
	font-size: 22px;
	margin: 10px 0px;
	color: #333;
}

.fundamental-sec img{
	width: 100%;
	display: block;
}

.fundamental-sec h4{
	text-align: left;
	font-size: 15px;
	margin: 2px 0px;
	color: #333;
	font-weight: bold;
}

.fundamental-sec h6{
	text-align: left;
	font-size: 12px;
	margin: 2px 0px;
	color: #333;
}

.fundamental-sec h3{
	text-align: left;
	font-size: 16px;
	margin: 2px 0px;
	color: #333;
	font-weight: bold;
}

.fundamental-sec del{
	text-align: left;
	font-size: 12px;
	margin: 2px 0px;
	color: #999;
}

.fundamental-sec i{
	margin-right: 5px;
}

.fundamentalDiv{
	width: 100%;
    background: none;
    float: left;
    padding: 10px 0px;
    border-top: 1px solid #c5c5c5;
}

.fundamentalDiv .fa-star{
	color: #FFC107;
}

.videoSec{
	width: 100%;
	background: #fff;
	padding: 2px;
	float: left;
	border: 1px solid #e0dada;
	position: relative;
    top: -222px;
}

.myPic{
	width: 100%;
	float: left;
}

.myPic img{
	width: 100%;
	display: block;
}

.videoBody{
	width: 100%;
	float: left;
	padding: 20px;
}

.videoBody h1{
	text-align: left;
	font-size: 22px;
	margin: 5px 0px;
	color: #333;
	font-weight: bold;
}

.videoBody h1 del{
	font-size: 12px;
	color: #999;
	position: relative;
    top: -3px;
    margin: 0px 5px;
}

.videoBody h1 span{
	font-size: 12px;
	color: #999;
	position: relative;
    top: -3px;
}

.videoBody h6{
	text-align: left;
	font-size: 12px;
	margin: 5px 0px;
	color: #f00;
}

.videoBody button{
	width: 100%;
	border-radius: 0px;
	margin: 5px 0px;
	padding: 10px;
    font-size: 15px;
}

.videoBody h5{
	text-align: center;
	font-size: 12px;
	margin: 5px 0px;
	color: #333;
}

.videoBody h3{
	text-align: left;
	font-size: 16px;
	margin: 15px 0px 5px;
	color: #666;
	font-weight: bold;
}

.videoBody ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.videoBody li{
	font-size: 13px;
	text-align: left;
	color: #333;
	float: none;
	line-height: 25px;
}

.videoBody h4{
	text-align: center;
	font-size: 16px;
	margin: 15px 0px 5px;
	color: #666;
}

.curriculum{
	width: 100%;
	background: none;
	padding: 0px;
	float: left;
}

.curriculum h3{
	text-align: left;
    font-size: 22px;
    margin: 10px 0px;
    color: #333;
}

.curriculum strong{
	text-align: left;
	font-size: 14px;
	margin: 15px 0px 5px;
	color: #666;
	font-weight: 100;
	display: block;
}

.collapseTable{
	width: 100%;
	background: none;
	padding: 0px;
	float: left;
}

.collapseTable h5{
	text-align: left;
    font-size: 17px;
    margin: 10px 0px;
    color: #333;
}

.spanAlign{
	display: block;
    font-size: 13px;
    font-weight: bold;
    float: right;
    margin: 10px 0px;
}

.collapseHead{
	width: 100%;
    background: #f9f9f9;
    padding: 1px 0px;
    border: 1px solid #dcdcdc;
    float: left;
}

.collapseBody{
	width: 100%;
    padding: 1px 0px;
    border: 1px solid #dcdcdc;
    float: left;
}

.collapseBody h5{
	text-align: left;
    font-size: 16px;
    margin: 10px 0px;
    color: #333;
}

.collapseRow{
	width: 100%;
	background: none;
	float: left;
}

.frequentlyBought{
	width: 100%;
	background: #ececec;
	padding: 15px;
	float: left;
}

.frequentlyBought h2 {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
    color: #333;
}

.cartView{
	width: 100%;
	background: #fff;
	float: left;
	box-shadow: 0px 0px 6px #928383;
}

.cartHead{
	width: 100%;
	float: left;
}

.cartHead img{
	width: 100%;
	display: block;
}

.cartBody{
	width: 100%;
	float: left;
	padding: 10px;
}

.cartBody h2 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px;
    color: #333;
}

.cartBody p {
    text-align: left;
    font-size: 12px;
    font-weight: 100;
    margin: 5px 0px;
    color: #333;
}

.cartBody ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.cartBody li{
	float: none;
	display: inline-block;
	font-size: 12px;
	padding: 0px 5px;
}

.cartBody h1 {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px;
    color: #333;
}


.frequentlyBought h5{
	text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0px;
    color: #333;
}

.frequentlyBought button{
	width: 100%;
	border-radius: 0px;
}




/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }
.thumbnails li> .fff .caption { 
    background:#0482d2 !important; 
    padding:10px
}
::-moz-selection { background: #ff5e99; color: #FFFFFF; }
.thumbnail{
    height: 248px!important; 
}
/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails { 
    margin-bottom: 0px;
}


/* ==================================== Content Section Css Start ====================================== */

.content-section{
	width: 100%;
	background: none;
	padding: 30px 0px;
	float: left;
	border-top: 2px solid #314453;
	min-height: 275px;
}

.content-section h1{
	text-align: left;
    font-size: 25px;
    font-weight: 100;
    margin: 15px 0px 50px;
    color: #333;
}

.content-section p{
	text-align: left;
    font-size: 15px;
    font-weight: 100;
    margin: 15px 0px;
    color: #666;
}


@media screen and (min-width:300px) and (max-width:480px) {

/* ======== Index Css Style =========== */

.container {width: 100%;}
.logo{width: 100%;}
.searchbar{width: 100%; margin: 15px 0px 5px;}
.course-list{width: 100%;}

.navBar ul.pull-right{display: none;}

.bannar-section{background-position: -57px 0px; height: 220px;}
.red-strip img{display: block; margin: 10px auto; }
.red-strip h4{text-align: center;}
.red-strip p{text-align: center;}
.learning-sec li{font-size: 15px; line-height: 30px;}

.copyRight{width: 100%; margin: 15px auto 0px;}
.foot-logo{width: 100%; margin-top: 20px;}
.foot-rightSide li{font-size: 13px;}
.liteBlue{width: 100%;}
.top-space {margin-top: 0px !important;}

/* ======== Index Css Style =========== */

.top-courses h1{margin: 0px;}
.leftPadding{padding-left: 15px !important;}
.border{border: none;}
.category-list li{padding: 0px 3px;}
.fiveStar{margin-bottom: 5px;}

/* =============== Cotegory =============== */

.inpad{padding: 20px 0px !important;}
.top-courses h4{text-align: left; margin-bottom: 10px;}
.top-courses li{padding: 4px 0px;}
.fundamental-sec img{margin-bottom: 15px;}
.fundamental-sec h2{font-size: 18px; line-height: 25px;}

}

@media screen and (min-width:481px) and (max-width:767px) {

/* ======== Index Css Style =========== */

.container {width: 100%;}
.logo{width: 100%;}
.searchbar{width: 100%; margin: 15px 0px 5px;}
.course-list{width: 100%;}

.navBar ul.pull-right{display: none;}

.bannar-section{background-position: -57px 0px; height: 220px;}
.red-strip img{display: block; margin: 10px auto; }
.red-strip h4{text-align: center;}
.red-strip p{text-align: center;}
.learning-sec li{font-size: 15px; line-height: 30px;}

.copyRight{width: 100%; margin: 15px auto 0px;}
.foot-logo{width: 100%; margin-top: 20px;}
.foot-rightSide li{font-size: 13px;}
.liteBlue{width: 100%;}
.top-space {margin-top: 0px !important;}

/* ======== Index Css Style =========== */

.top-courses h1{margin: 0px;}
.leftPadding{padding-left: 15px !important;}
.border{border: none;}
.category-list li{padding: 0px 3px;}
.fiveStar{margin-bottom: 5px;}

.category-list img{height: auto;}

/* =============== Cotegory =============== */

.inpad{padding: 20px 0px !important;}
.top-courses h4{text-align: left; margin-bottom: 10px;}
.top-courses li{padding: 4px 0px;}
.fundamental-sec img{margin-bottom: 15px;}
.fundamental-sec h2{font-size: 18px; line-height: 25px;}

}

@media screen and (min-width:768px) and (max-width:991px) {

.container {width: 700px;}

}

@media screen and (min-width:992px) and (max-width:1200px) {

.container {
    width: 1070px;
}

}

@media screen and (min-width:1201px) and (max-width:1350px) {



}



/* ========================================================== Contact ua section ====================================================== */

.header-title
        {
          text-align: center;
          color:#00bfff;
        }

        #tip 
        {
            display:none;  
        }

        .fadeIn
        {
          animation-duration: 3s;
        }

        .form-control
        {
        	border-radius:0px;
        	border:1px solid #EDEDED;
        }

        .form-control:focus
        {
        	border:1px solid #00bfff;
        }

        .textarea-contact
        {
        	resize:none; 
        }

        .btn-send
        {
        	border-radius: 0px;
        	border:1px solid #00bfff;
        	background:#00bfff;
        	color:#fff; 
        }

        .btn-send:hover
        {
        	border:1px solid #00bfff;
        	background:#fff;
        	color:#00bfff;
        	transition:background 0.5s;   
        }

        .second-portion
        {
        	margin-top:50px; 
        }

		        @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
		@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

		.box > .icon { text-align: center; position: relative; }
		.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #00bfff; vertical-align: middle; }
		.box > .icon:hover > .image { background: #333; }
		.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; padding-top: 17px;}
		.box > .icon:hover > .image > i { color: white !important; }
		.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;}
		.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
		.box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; }
		.box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
		.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
		.box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
		.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
		.box .space { height: 30px; }

		@media only screen and (max-width: 768px)
		{
			.contact-form
			{
				margin-top:25px; 
			}

			.btn-send
			{
				width: 100%;
				padding:10px; 
			}

			.second-portion
			{
				margin-top:25px; 
			}
		}


/* =============================================== Gallery Page css ================================================== */


.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}



* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 430px;
    overflow:scroll;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: white;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 12px;
    height:20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 100%;
    border-left: none;
    height: 430px;
    color:Blue;
    text-align:justify;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 400px;
	height:400px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
	font-weight:bold;
}
