@charset "utf-8";
/* CSS Document */
.CoursesGallery{
 padding:0 30px;
}
.CoursesGallery_item{
 padding:0;
 text-align:center;
}

.CoursesGallery_item .tab-content{
 text-align:center;
}
.CoursesGallery_item .tab-content .tab-pane{
 text-align:center;
}
.CoursesGallery_item .tab-content .tab-pane img{
 text-align:center;
 margin:0 auto;
 width:100%;
}
.CoursesGallery_thumb{
	padding: 10px 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.CoursesGallery_thumb ul{
 padding:0;
 margin:0;
 display:table;
 border:none;
}
.CoursesGallery_thumb ul li{
padding:0 3px;
 margin:0 0px;
 display:table-cell;
 float:inherit;
}
.CoursesGallery_thumb ul li a{
 padding:3px;
	display: block;
	border: 1px solid #ccc !important;
}
.CoursesGallery_thumb ul li.active a{
 border: 1px solid #fff !important;
	display: block;
	background: #1f8ceb;
}
.CoursesGallery_thumb ul li a img{
 width:100%;
}
#p_1 a{
 position:relative;
	    width: 100%;
    height: 100%;
    display: block;
}
#p_1 a:after{
 width:60%;
 height:60%;
 position:absolute;
 top:20%;
 left:20%;
 display:block;
 background:url(../images/play-button.png) center center no-repeat;
 background-size:contain;
 content:'';
}
#p_1 a:before{
background-color: rgba(0, 0, 0, 0.3);
width:100%;
height:100%;
display:block;
position:absolute;
top:0;
left:0;
content:'';
}
#GalleryVideo{
 height:388px;
}
.PurchaseSection{
 margin:0 -5px;
}
.PurchaseSection .interested, .PurchaseSection .not-interested, .PurchaseSection .vol-pricing, .PurchaseSection .reqv-pricing {
 background:#ededed;
 padding:11px 15px 11px 45px;
 font-size:15px;
 color:#333333;
 margin:5px;
 border:1px solid #b2b2b2;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position:relative;
display:inline-block;
 -webkit-transition: all .4s ease ; 
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.PurchaseSection .interested:hover, .PurchaseSection .not-interested:hover,  .PurchaseSection .vol-pricing:hover, .PurchaseSection .reqv-pricing:hover {
 background:#666666;
 color:#fff;
  -webkit-transition: all .4s ease; 
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease ;	
}
.PurchaseSection .interested:after, .PurchaseSection .not-interested:after, .PurchaseSection .vol-pricing:after, .PurchaseSection .reqv-pricing:after{
 position:absolute;
 width:28px;
 height:28px;
 display:block;
 top:7px;
 left:10px;
 background:url(../images/elearning-sprite.png) -1546px -15px no-repeat;
 content:'';
}
.PurchaseSection .interested:hover:after, .PurchaseSection .not-interested:hover:after, .PurchaseSection .vol-pricing:hover:after, .PurchaseSection .reqv-pricing:hover:after{
 background:url(../images/elearning-sprite.png) -1546px -46px no-repeat;
}
.PurchaseSection .course-price{
 font-size:20px;
 padding:7px 12px 7px 26px;
 border:1px solid #acacac;
 margin:5px;
 font-weight:600;
 color:#333333;
 position:relative;
 height:45px;
 display:inline-block;
 line-height:26px;
}
.PurchaseSection .course-price:after{
 position:absolute;
 width:12px;
 height:16px;
 display:block;
 top:12px;
 left:11px;
 background:url(../images/elearning-sprite.png) -1687px -21px no-repeat;
 content:'';
}
.PurchaseSection .nof-users{
 font-size:13px;
 padding:7px 10px 7px 10px;
 border:1px solid #acacac;
 margin:5px;
 font-weight:normal;
 color:#999999;
 position:relative;
 height:45px;
 display:inline-block;
 line-height:26px;
 width:100px;
}
.expl-more, .expl-moreButton{
 background:#001a33;
 padding:11px 15px 11px 45px;
 font-size:15px;
 color:#FFFFFF;
 margin:5px;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position:relative;
display:inline-block;
 -webkit-transition: all .4s ease ; 
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    height:45px;
}
.expl-more:hover, .expl-moreButton:hover{
 color:#FFFFFF;
 background:#546E7A;
}

.expl-more:after, .expl-moreButton:after{
 position:absolute;
 width:28px;
 height:28px;
 display:block;
 top:7px;
 left:10px;
 background:url(../images/elearning-sprite.png) -1644px -15px no-repeat;
 content:'';
}
.CoursesInner_intro h2.course-title{
	font-size: 30px;
    color: #24244d;
    padding: 0px 0 10px;
    margin: 0;
    font-weight: 700;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
}
.CoursesInner_intro h2.course-title:after{
	width: 100px;
	height: 1px;
	overflow: hidden;
	display: block;
	content: '';
	background: #ccc;
	margin: 15px 0 10px;
}
.cart-count, .cart-count:focus {
    width: 80px;
    height: 52px;
    display: block;
    position: fixed;
    top: 265px;
    right: 0;
    background: #002e5b;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    outline: none;
    z-index: 99;
}
.cart-count:before {
    width: 22px;
    height: 22px;
    background: url(../images/elearning-sprite.png) -1601px -21px no-repeat;
    display: block;
    margin: 3px auto;
    content: '';
}
.cart-count i {
    font-size: 13px;
    color: #FFF;
    display: block;
    text-align: center;
    font-style: normal;
}
.SubscribeButton{
	font-size: 16px;
    background: #1f8ceb;
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0 0 0;
    cursor: pointer;
}
.SubscribeButton:hover{
	background: #000;
	color: #fff;
}
#product_detail{
	padding: 30px 0;
}
 ul.ArowList1{
	padding: 0;
	margin: 0;
	list-style: none;
}
 ul.ArowList1 li{
	text-align: left;
    padding: 4px 0 3px 20px;
    margin: 7px 0 7px 0px;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
 ul.ArowList1 li:after{
	 position: absolute;
	 width: 20px;
	 height: 20px;
	 display: block;
	 content: '';
	 left: 0;
	 top: 0;
	 background: url("../images/sprite.png") -59px -39px no-repeat;
}
ul.TrueList1{
	padding: 0;
	margin: 0;
	list-style: none;
}
 ul.TrueList1 li{
	text-align: left;
    padding: 4px 0 3px 25px;
    margin: 7px 0 7px 0px;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
 ul.TrueList1 li:after{
	 position: absolute;
	 width: 20px;
	 height: 20px;
	 display: block;
	 content: '';
	 left: 0;
	 top: 5px;
	 background: url("../images/sprite.png") -53px -298px no-repeat;
}
.detail_cover{
  margin-top: 10px;
}
.detail_cover p{
  padding: 0 0 20px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    line-height: 26px;
    font-size: 16px;
}
.detail_cover p span{
	font-weight: 600;
	color: #000;
}
/******************************


[Table of Contents]

1. Course Library
2. Resource
3. Course detail
4. subscription
5.About


******************************/

:root {
	--blue: #1f8ceb;
	--light_blue: #e5f2fd;
	--yellow: #ffba00;
	--grey: #525c65;
	--light_grey: #8d9297;
  }

/*****************
1. Course Library
******************/

#course_breadcrumb{
    position: relative;
    width: 100%;
}
/* .breadcum{
    display: inline-block;
    padding: 20px 0;
    margin-bottom: 30px;
    width: 100%;
    background: #f5f5f5;
} */
.breadcrumb h3{
    font-family: "Poppins";
    font-size: 38px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
}

.breadcrumb{
    background:url(../images/breadcrumb.jpg);
    background-position: top center;
    height: 120px;
    background-repeat: no-repeat;
    margin-bottom:30px;
}
.breadcrumb .breadcrumb_outer{
    position: absolute;
    left:0;
    right: 0;
    top:0;
    margin: 0 auto;
    background-color:#1683e2;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    padding: 20px 0;
}
.breadcrumb .breadcrumb_outer .breadcrumb_nav  span{
    color: #fff;
    vertical-align: middle;
    line-height: 18px;
}
.breadcrumb .breadcrumb_outer .breadcrumb_nav  a{
    color: #fff;
    font-size: 14px;
    font-family: "poppins";
    vertical-align: middle;
    line-height: 18px;
}
.breadcrumb .breadcrumb_outer .breadcrumb_nav  span{
}
.breadcrumb .breadcrumb_outer .breadcrumb_nav  span:after{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("../images/sprite.png") -6px -323px no-repeat;
	content: '';
}



section .title_wrapper h3{
    color: #333;
    font-weight: bold;
    font-family: poppins;
    text-transform: uppercase;
}
#course_library .course_cover{
    margin: 0.8%;
}
section#course_library{
    margin:0;
    padding: 20px 0;
}

#course_library .course_title{
    font-size: 30px;
    color: #333333;
}
.clip_path{
    background-color:#e5f2fd;
    margin: 20px 0 0;
    padding: 40px 0;
}
#upcoming_course p{
    font-size: 20px;
    font-family: roboto;
    font-weight: 100;
    line-height: 25px;
    color:#333;
}
.up_course h4{
    font-size: 18px;
    font-family: poppins;
    font-weight: 400;
    padding: 10px;
    /* background: var(--blue); */
    color:var(--blue);
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}
.up_course{
    width: 23%;
    margin:8px 0.8%;
    float: left;
    border:2px solid var(--blue);
    border-radius: 2px;
    -webkit-transition:all ease-in-out 0.5s;
    -moz-transition:all ease-in-out 0.5s;
    -ms-transition:all ease-in-out 0.5s;
    -o-transition:all ease-in-out 0.5s;
    transition:all ease-in-out 0.5s;
	display: flex;
  	align-items: center;
	height:80px;
	text-align:center;
}
.up_course:hover{
   background: var(--blue);
   border:2px solid #fff;
   box-shadow: -2px -1px 23px 3px rgba(0,0,0,0.21);
    -webkit-box-shadow: -2px -1px 23px 3px rgba(0,0,0,0.21);
    -moz-box-shadow: -2px -1px 23px 3px rgba(0,0,0,0.21);
   
}
.up_course:hover h4{
    color: #fff;
}


summary{
    font-size: 18px;
    font-weight: 400;
    font-family: poppins;
    color: #24244d;
    padding: 1rem 6rem 1rem 1rem;
    margin-bottom: 1rem;
    outline: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    border:1px solid #d8d8e4;
    background: #edf7ff;
    overflow: hidden;
}
details > summary::before{
    position: absolute;
    content: '';
    border-bottom: 84px solid #24244d;
    border-left: 15px solid transparent;
    border-right: 0px solid black;
    width: 6%;
    background: transparent;
    right: 0;
    top: 0;
    
}
details > summary::after {
    position: absolute;
    content: "+";
    right: 0px;
    /* padding: 22px; */
    text-align: center;
    top:25%;
    /* padding: 13px; */
    height: auto;
    width: 50px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

details[open] > summary::after {
    position: absolute;
    content: "-";
}
details > summary::-webkit-details-marker {
    display: none;
}
details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}
@keyframes sweep {
    0%    {opacity: 0; margin-top: -10px}
    100%  {opacity: 1; margin-top: 0px}
}
/* div.scrollmenu {
    overflow: auto;
  } */
.faq__content p{
    padding: 0px 0 0px 20px;
}
.faq__content {
    padding: 10px 15px 20px;
    font-size: 16px;
    font-weight: 400;
}
details {
  margin-right: 5px;
}

.mini-container{
    width: 980px;
    margin:0 auto;
}
.form-control{
    height:40px; 
    border-radius: 4px !important; 
}
#autosearch {
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 15px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    position: relative;
    background: #fff;
    /* background: url(../images/search.png); */
    background-repeat: no-repeat;
    top:10px;
    border-radius: 5px;
}

  #myUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  #myUL li a {
    border: 1px solid #c6d0da;
    margin-top: -1px;
    background-color: #fff;
    padding: 12px;
    font-family: "roboto";
    font-weight: 300;
    text-decoration: none;
    font-size: 16px;
    color: #ddd;
    display: block;
  }
  
  #myUL li a:hover:not(.header) {
    background-color: #e5f1fd;
  }



  #faq{
      /* height: 500px; */
      overflow:hidden;
      width: 100%;
  }
  /* #faq:hover{
    overflow: scroll;
  } */
  .scrollmenu{
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    scrollbar-width: thin;
    margin-bottom: 40px;
    z-index: 8;
  }

  /* auto suggestion search*/

  .autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  input {
    border: 1px solid transparent;
    background-color: #fff;
    padding: 10px;
    font-size: 16px;
  }
  
  input[type=text] {
    background-color: #fff;
    width: 100%;
  }
  
  input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
  }
  
  .autocomplete-items {
    position: relative;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  
  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9; 
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }
  #form h4{
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0;
  }
  .submit_bnt{
    position: absolute;
    right: 16px;
    bottom: 3px !important;
    padding: 11px;
  }
  section#form.clip_path{
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%) !important;
  }

  /*****************
2. Resource
******************/
#resource.common{
  padding: 40px 0 40px;
  margin: 0;
}
#course_library_page footer,#contact_page footer{
  margin-top: 0px;
}
.reource_inner{
  padding:20px 20px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 37px 10px rgba(0,0,0,0.21);
  -webkit-box-shadow: 0px 0px 37px 10px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 0px 37px 10px rgba(0,0,0,0.21);
  text-align: center;
}
.Course_icon{
  display: inline-block;
}
.reource_inner h3{
  font-family: "poppins";
  font-size: 26px;
  font-weight: bold;
  color: #000;
}
.reource_inner p{
  color: var(--grey);
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 200;
}
.download{
  position: relative;
  display: inline-block;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 45px 10px 20px;
}
.download::after{
   position: absolute;
   content: '';
   background: url(../images/sprite.png) -112px -133px;
   width: 40px;
   height: 30px;
  
}
.download:hover{
  box-shadow: 3px 2px 10px -2px rgba(0,0,0,0.75);
  -webkit-box-shadow: 3px 2px 10px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 2px 10px -2px rgba(0,0,0,0.75);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.course_image_cover{
  width: 94%;
}
#qualification .course_image{
  height: 350px;
  background-repeat: no-repeat;
  background-color:var(--light_blue);
  background-blend-mode: multiply;
  transition: all .5s ease-in-out;
  transform: scale(1.0);
  
}
#qualification .course_image img{
  mix-blend-mode: darken;
  width: 100%;
}
#qualification .course_image:hover{
  transform: scale(1.1);
}
.list_content h4{
  font-family: Poppins;
  font-size: 24px;
  font-weight: 500;
}
.list_content li{
  margin: 20px 0;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
.list_content ul{
  padding: 0;
}
#qualification  .view_all_course_btn,#re_sell .view_all_course_btn,#Partnering .view_all_course_btn,#hse .view_all_course_btn{
  text-align: left;
}
.product_desc_cover p{
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 300;
    color: #333333;
}
.product_desc{
    margin-bottom: 40px;
}
.volume_btn{
  padding: 10px 50px 10px 20px;
  margin-right: 10px;
}
.volume_btn a{
  color:#fff;
  position: relative;
}
.volume_btn a:after{
  position: absolute;
  content: '';
  background: url(../images/sprite.png) -107px -172px;
  /* background: url(../sprite.png)-107px -172px; */
  height: 50px;
  width: 50px;
}
.User_btn.button.btn{
  border:1px solid #d3d4d4;
  background: transparent;
  color: #999999;
}
.User_btn.button.btn a{
  color: #999999;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
}





#pro_detail{
  background: transparent;
  cursor: pointer;
}
#pro_detail .specification{
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: block;
}
#pro_detail.card-header{
  padding: 10px 15px;
}
#pro_detail span{
  background: url(../images/down_arrow.png);
  height: 20px;
  width: 20px;
  overflow: hidden;
  clear: both;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 5px;
  float: right;
}
#specificationToggle{
  padding: 0 10px;
}
#specificationToggle h4,.course_obj_cover h4{
    color: #000;
    font-weight: 600;
    font-family: "Roboto";
    font-size: 16px;
}
.course_obj_cover h4{
  position: relative;
}
.course_obj_cover h4:after{
  content: '';
  position: absolute;
  border-bottom: 1px solid #cccccc;
  height: 1px;
  background:#cccccc;
  width: 100%;
  top:35px;
  left: 0;
}
.course_inner {
  margin-top: 40px;
}


.detail_cover h4{
  margin: 0;
 display: inline-block;
}



  .lightboxcontainer {
    width:100%;
    text-align:left;
  }
  .lightboxleft {
    width: 40%;
    float:left;
  }
  .lightboxright {
    width: 60%;
    float:left;
  }
  .lightboxright iframe {
    min-height: 390px;
  }
  .divtext {
    margin: 36px;
  }
  #html5lightbox-watermark {
    display: none;
}
  @media (max-width: 800px) {
    .lightboxleft {
      width: 100%;
    }
    .lightboxright {
      width: 100%;
    }
    .divtext {
      margin: 12px;
    }
  }
  /*===== Contact =====*/
.contact-map {height: 52.625rem;}
.contact-info-wrap {
  left: 6.25rem;
  right: 6.25rem;
  bottom: 5.25rem;
  background-color: #fff;
  padding: 0 6.25rem 1.875rem;
  box-shadow: black;
  box-shadow: 9px 8px 30px -3px rgba(0,0,0,0.29);
  -webkit-box-shadow: 9px 8px 30px -3px rgba(0,0,0,0.29);
  -moz-box-shadow: 9px 8px 30px -3px rgba(0,0,0,0.29);
  overflow: visible;

}
.contact-info-box {margin-top: 1.875rem;}
.contact-info-box img {
  display: inline-block;
  width: 3.5rem;
  line-height: 2.5rem;
}
.contact-info-box > strong {
  display: block;
  font-family: Poppins;
  font-weight: 600;
  color: var(--color1);
  margin-bottom: 6px;
}
.contact-info-box > span, 
.contact-info-box > a, 
.contact-info-box > p {
  font-size: 14px;
  color: #777;
  margin-top: 2px;
}
.contact-info-box > img + strong {margin-top: 1.25rem;}
.contact-form label {
  font-size: 14px;
  color: #777;
  text-align: initial;
  margin-bottom: 0;
  font-weight: 400;
}
.contact-form label + input, 
.contact-form label + textarea {margin-top: 10px;}
.contact-form input, 
.contact-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 1.5625rem;
  padding: 10px 1.25rem;
  font-size: 14px;
  color: #777;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.contact-form textarea {
  height: 12.5rem;
  padding: 1.25rem;
}
.contact-form button {margin-top: 1.5625rem;}
#contact-form.clip_path{
clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%) !important;
}


  /*===== About Page =====*/
  
.elearningHome_section_1 {
    background: #fff;
    padding: 25px 0 30px;
    border-top: 1px solid #FFF;
	color:#fff;
	margin-bottom:20px;
}
.elearningHome_section_1 h2{
	font-size: 36px;
	font-weight: 600;
	color: #000;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}
.elearningHome_section_1 h2::after {
    width: 100px;
    margin: 15px auto;
    content: '';
    height: 1px;
    overflow: hidden;
    display: block;
    background: #FFF;
}
.elearningHome_section_1 span {
    font-size: 20px;
    text-align: center;
    width: 1060px;
    margin: 0 auto;
    text-align: center;
    color: var(--blue);
    padding: 0 0 20px;
    font-weight: 300;
    line-height: 30px;
}
.elearningHome_section_1 ul li {
    background: url(../images/true_list_icon_yello.png) 0 15px no-repeat;
    font-size: 18px;
    color: #000;
    padding: 10px 10px 10px 30px;
    margin: 0;
    line-height: 28px;
}
.elearningHome_section_1 ul li {
    font-size: 18px;
    color: var(--grey);
    line-height: 28px;
}
.text_cover{
    overflow: hidden;
    clear: both;
    margin:10px 0;
}
.text_cover.first h2{
    margin:0;
}



/* e learning section02*/
.elearningHome_section_2{
 background:#FFFFFF;
 padding:20px 0 0px;
  border-top:1px solid #FFF;
}
.elearningHome_section_2_boxes{
 margin:0px 0 0 0;
}
.elearningHome_section_2_boxes .elearningHome_services_box{
	 min-height:375px;
	 background:#f2f2f2;
	 padding:10px;
}
.elearningHome_services_box.col-md-6.col-sm-12.corporate{
	 background:var(--blue);
}
.elearningHome_services_box.col-md-6.col-sm-12.corporate:hover{
	 background:#ddd;
}
.elearningHome_services_box.col-md-6.col-sm-12.corporate:hover ul li{
	color:#000;
}
.elearningHome_section_2_boxes .elearningHome_services_box.corporate h2{
	color:#fff;
}
.elearningHome_section_2_boxes .elearningHome_services_box.corporate:hover h2{
	color:#000;
}
.elearningHome_services_box.col-md-6.col-sm-12.corporate ul li{
	 color:#fff;
}
.elearningHome_section_2_boxes .elearningHome_services_box:hover{
 background:var(--light_blue);
}
.elearningHome_section_2_boxes .elearningHome_services_box:hover ul li, .elearningHome_section_2_boxes .elearningHome_services_box:hover h2{
 color:#000;
}
.elearningHome_section_2_boxes .elearningHome_services_box:hover i{
    background: #f2f2f2;
    border: 4px solid #607D8B;
}
.elearningHome_section_2_boxes .elearningHome_services_box:hover a.ButtonSingaleLine, .elearningHome_section_2_boxes .elearningHome_services_box:hover a.ButtonDoubleLine{
    border: 1px solid #607D8B;
}
.elearningHome_section_2_boxes .elearningHome_services_box ul{
 padding:0;
 margin:0;
 min-height:130px;
}
.elearningHome_section_2_boxes .elearningHome_services_box ul li{
 padding:5px 0;
 margin:0;
 font-size:16px;
 color:#707070;
 text-align:center;
}
.elearningHome_section_2_boxes .elearningHome_services_box ul li.LineBottomSap{
}
.elearningHome_section_2_boxes .elearningHome_services_box ul li.LineBottomSap:after{
 width:100px;
 margin:10px auto 2px;
 height:1px; 
 border-bottom:1px dashed #999;
 display:block;
 overflow:hidden;
 content:'';
}
.elearningHome_section_2_boxes .elearningHome_services_box i{
 width:95px;
  height:95px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background:#ffffff;
border:4px solid #dddddd;
position:relative;
display:block;
margin:0 auto;
}
.elearningHome_section_2_boxes .elearningHome_services_box i:before{
 width:55px;
 height:55px;
 position:absolute;
 top:15px;
 left:15px;
 content:'';
}
.elearningHome_section_2_boxes .elearningHome_services_box i.Corporate_icon:before{
 background:url(../images/elearning-sprite.png) 0 0 no-repeat;
}
.elearningHome_section_2_boxes .elearningHome_services_box i.Individual_icon:before{
    background: url(../images/elearning-sprite.png) -58px -3px no-repeat;
}
.elearningHome_section_2_boxes .elearningHome_services_box i.TrainingPartner_icon:before{
    background: url(../images/elearning-sprite.png) -2px -62px no-repeat;
}
.elearningHome_section_2_boxes .elearningHome_services_box i.Reseller_icon:before{
    background: url(../images/elearning-sprite.png) -121px -2px no-repeat;
}
.elearningHome_section_2_boxes .elearningHome_services_box i.Institution_icon:before{
   background: url(../images/elearning-sprite.png) -180px -2px no-repeat;
}
.elearningHome_section_2_boxes .elearningHome_services_box h2{
 font-size:24px;
 text-align:center;
 color:#707070;
 padding:15px 0;
 margin:0;
 font-weight:600;
}
.elearningHome_services_box.col-md-6.col-sm-12.corporate  a.ButtonSingaleLine{
	
}
.elearningHome_section_2_boxes .elearningHome_services_box a.ButtonSingaleLine{
 background:#002e5b;
 width:205px;
 text-align:center;
 margin:0 auto;
 font-size:18px;
 color:#f9e600;
 line-height:24px;
   -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:16px 15px 18px;
display:inline-block;
border: 1px solid #002e5b;
}
.elearningHome_section_2_boxes .elearningHome_services_box a.ButtonDoubleLine{
    background: #002e5b;
    width: 205px;
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    line-height: 22px;
    color: #f9e600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 15px 8px;
    display: inline-block;
    border: 1px solid #002e5b;
}

/* elearningHome_section_3 */
.elearningHome_section_3{
 background:#FFFFFF;
 padding:30px 0 20px;
  background:url(../images/elearning-section-3-bg.jpg) 0  0 repeat;
  margin-top:70px;
}
.elearningHome_section_3 p{
 font-size:20px;
 padding:0;
 margin:0;
 text-align:center;
 line-height:30px;
}
.elearningHome_section_3 h2.elearningHome_section_3h2{
	font-size: 36px;
    font-weight: bold;
    color: #002e5b;
    text-align: center;
    padding: 5px 0;
    margin: 0;
}
.elearningHome_section_3 h2.elearningHome_section_3h2:after{
    width: 100px;
    margin: 15px auto;
    content: '';
    height: 1px;
    overflow: hidden;
    display: block;
    background: #002e5b;
}
.CertificateOfCompetency_list{
 text-align:center;
 padding:20px 0;
}
.CertificateOfCompetency_list ul{
 padding:0;
 margin:0;
}
.CertificateOfCompetency_list ul li{
 width:125px;
 height:143px;
 display:inline-block;
 padding:0;
 margin:8px 8px;
 list-style:none;
}

/*--- elearning Home Section 4 Start ---- */
.elearningHome_section_4{
 background:#FFFFFF;
 padding:40px 0 40px;
}
.elearning_ExpertBox1{
 background:var(--blue);
}
.elearning_ExpertBox1 .ExpertBox1_content{
 padding: 15px 20px;
 border-bottom:1px solid #FFF;
 min-height:335px;
}
.elearning_ExpertBox1 .ExpertBox1_content h3{
 color:#f9e600;
 font-size:28px;
 padding:0 0 20px;
 margin:0;
 font-weight:normal;
}
.elearning_ExpertBox1 .ExpertBox1_content p{
 color:#FFFFFF;
 font-size:18px;
 padding:0 0 20px;
 line-height:26px;
 margin:0;
 font-weight:normal;
}
.elearning_ExpertBox2{
 background:#f2f2f2;
}
.elearning_ExpertBox2 .ExpertBox2_content{
 padding: 15px 20px 0;
 border-top:1px solid #FFF;
}
.elearning_ExpertBox2 .ExpertBox2_content h3{
 color:#000000;
 font-size:28px;
 padding:0 0 20px;
 margin:0;
 font-weight:normal;
}
.elearning_ExpertBox2 .ExpertBox2_content p{
 color:#000000;
 font-size:18px;
 padding:0 0 15px;
 line-height:26px;
 margin:0;
 font-weight:normal;
}
.elearning_ExpertBox1 img,.elearning_ExpertBox2 img,.elearning_ExpertBox3 img{
	width:100%;
}
/*--- elearning Home Section 4 End ---- */


/* custom course page */
.Corporate_Section1{
 padding:30px 0;
}
.CorporateGreyBox{
 background:#ebebeb;
 padding:20px;
 margin:10px 0;
 width:100%;
}
.CorporateGreyBox .WhiteBox{
 background:#FFF;
 padding:15px 20px;
 margin:10px 0;
 width:100%;
}
.CorporateGreyBox ul.BlueTrueList li{
   font-size: 17px;
    padding: 4px 0 8px 27px;
    margin: 0;
    background: url(../images/true_list_icon_blue.png) 0 10px no-repeat;
    line-height:27px;
    color:#222222;
}
.CorporateGreyBox ul.BlueTrueList li ul.Blue_list li{
font-size: 17px;
    padding: 8px 0 5px 23px;
    margin: 0;
    background: url(../images/blue-list-icon.png) 0 10px no-repeat;
    line-height:25px;
}
.CorporateGreyBox h2{
 font-family: 'Roboto', sans-serif;
 font-size:30px;
 color:#002e5b;
 padding:0 0 15px 0;
 margin:0;
 font-weight:bold;
 line-height:33px;
}
.CorporateGreyBox h5.heading5{
    font-size: 20px;
    color: #002e5b;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: 600;
    line-height: 30px;
}
.CorporateGreyBox h3{
 font-size:24px;
 color:#3f51b5;
 padding:0 0 5px 0;
 margin:0;
 font-weight:700;
 line-height:33px;
}
.CorporateGreyBox p{
 font-size:17px;
 color:#222222;
 padding:6px 0 7px 0;
 margin:0;
 line-height:25px;
}
.expl-more, .expl-moreButton {
    background: #001a33;
    padding: 11px 15px 11px 45px;
    font-size: 15px;
    color: #FFFFFF;
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    height: 45px;
}
.InquiryNowButton, .InquiryNowButton:focus {
    background: #001a33;
    padding: 11px 15px 11px 45px;
    font-size: 15px;
    color: #FFFFFF;
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    height: 45px;
}
.expl-more::after, .expl-moreButton::after {
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    top: 7px;
    left: 10px;
    background: url(../images/elearning-sprite.png) -1644px -15px no-repeat;
    content: '';
}
.CorporateGreyBox ul.BlueTrueList li {
    font-size: 17px;
    padding: 4px 0 8px 27px;
    margin: 0;
    background: url(../images/true_list_icon_blue.png) 0 10px no-repeat;
    line-height: 27px;
    color: #222222;
}
.InquiryNowButton::after {
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    top: 7px;
    left: 10px;
    background: url(../images/elearning-sprite.png) -1754px -14px no-repeat;
    content: '';
}
.CorporateGreyBox ul.BlueTrueList li ul.Blue_list li {
    font-size: 17px;
    padding: 8px 0 5px 23px;
    margin: 0;
    background: url(../images/blue-list-icon.png) 0 10px no-repeat;
    line-height: 25px;
}
.CorporateGreyBox h3 {
    font-size: 24px;
    color: #000;
    padding: 0 0 5px 0;
    margin: 0;
    font-weight: 700;
    line-height: 33px;
}
.nav-tabs > li > a{
	color:#929292;
}
.nav > li > a:focus, .nav > li > a:hover{
	color:#000;
}
.CorporateGreyBox ul.BlueTrueList li ul.Blue_list li {
    font-size: 17px;
    padding: 8px 0 5px 23px;
    margin: 0;
    background: url(../images/blue-list-icon.png) 0 10px no-repeat;
    line-height: 25px;
}
.elearningHome_section_3 h2 {
    color: #002e5b;
    padding: 10px 0;
    margin: 0;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
}
.main {
    width: 1480px;
    margin: 0 auto;
}
.UpcomingCoursesBox {
    background: #FFF;
    margin: 15px 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    border: 1px solid #fff;
}
.UpcomingCoursesBox h4 {
    font-size: 18px;
    color: #333;
    padding: 12px 10px;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    margin: 0;
}
.Faqs_section {
    background: #2abfd4;
    padding: 30px 0;
}







