@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Source+Sans+Pro:400,600,700,900');
*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


/* Scroll Bar Css Starts */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: #ffffff;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 0;
    background: #292929;
    border: 2px solid #ffffff;
    width: 8px;
}
::-webkit-scrollbar-thumb:active {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #616161;
}
/* Scroll Bar Css Ends */


a:hover,
a:focus,
a:active{
    text-decoration: none;
}
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

/*********** Home Page ***************/
/* *** background wrap *** */
.msg-box{
    float:right;
    height:30px;
    width:40px;
    color:#fff;
    line-height:25px;
    background: #CF3427;
    border-radius: 2px;
    text-align:center;
    font-size:16px;
    border:1px dotted #880002;
}
.bg-wrap{
    background-image:url(../images/banner_img.jpg);
    background-repeat: repeat;
    background-attachment:fixed;
    background-size:cover;
    width:100%;
    height:435px;
}
.course-wrap{
    padding:0 50px;
}
.title h1{
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    padding-right: 0;
    text-align:right;
}
.heading h4{
    text-align: right;
    width: 100%;
    color: #00f0ff;
    line-height: 39px;
    font-size: 26px;
}
.details li{
    text-align:right;
    line-height: 30px;
    margin-bottom: 7px;
    color:#fff;
}
.details li a{
    color:#fff;
    font-size: 16px;
}
.details li a:hover{
    text-decoration:underline;
}
.link-wrap{
    background:#1188DF;
}
.link-wrap p{
    color:#fff;
    margin:0px;
    font-size:18px;
    padding:10px 0;
}
.link-wrap p a{
    text-decoration:underline;
    color:#fff;
}
.course-wrap .container-fluid .col-md-8{
    float:right;
}
.main-course ul{
    float:right;
}
.main-course ul li{
    float:left;
    margin-right:40px;
    position:relative;
}
.main-course ul li:last-child{
    margin:0;
}
.main-course ul li:before{
    height:14px;
    width:2px;
    content:'';
    position:absolute;
    top:10px;
    right:-20px;
    background:#00f0ff;
}
.main-course ul li:last-child:before{
    display:none;
}
.main-course ul li a{
    font-size:20px;
    color:#00f0ff;
    font-weight:600;
}
.main-course ul li a:hover{
    text-decoration:underline;
}
.main-course{
    margin-top:30px;
}
/* *** background wrap over*** */

/* *** Testimonials wrap ****/
.test-minial{
    position: relative;
    background: #fff;
    padding:0 0 30px;
    width: 100%;
}
.minial-title h2{
    font-size:24px;
    color:#125484;
    margin-bottom:30px;
}
.img {
    margin:0 auto;
    display:table;
    width: 25% !important;
    margin-bottom: 20px;
}
.test-minial .owl-carousel .owl-item img{
    width:100px;
    height:100px;
    border-radius:50%;  
}
.content p{
    font-weight:700;
    color:#6a6a6a;
    line-height:28px;
    height:150px;
}
.content h5{
    float:right;
    font-size: 18px;
}
.test-minial .owl-prev, .test-minial .owl-prev,
.goal-data .owl-prev, .goal-data .owl-prev{
    position: absolute;
    top: 20%;
    left: -40px;
    background:url(../images/button-previous2.png) 0 0 no-repeat;
    background-size:40px 40px ;
    width: 40px;
    height: 40px;
    display: table;
    margin-top: -10px;
    transition: all 0.4s ease;
}
.test-minial .owl-next, .test-minial .owl-next,
.goal-data .owl-next, .goal-data .owl-next{
    position: absolute;
    top: 20%;
    right: -40px;
    background:url(../images/button-next2.png) 0 0 no-repeat;
    background-size:40px 40px ;
    width: 40px;
    height: 40px;
    display: table;
    margin-top: -10px;
    transition: all 0.4s ease;
}
/* *** Testimonials wrap over****/
/* *** Blog wrap****/
.blog1{
    padding:60px 0;
    background: #fbfbfb;
    border-top:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
}
.blog2{
    padding:60px 0;
}
.blog-item{
    display:table;
}
.blog-item h2{
    text-align:center;
 }
 .blog-item h2 a{
    font-family: 'Source Sans Pro';
    font-size: 28px;
    letter-spacing: 2px;
    color:#000;
     text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 40px; 
}
.image img{
    width:100%;
    height:220px;
    border: 10px solid #eaeaea;
}
img.remove{
    border:none;
}
.blog-item p{
    font-family: Source Sans Pro;
font-size: 18px;
color: #6a6a6a;
text-align: justify;
line-height: 23px;
margin-top: 22px;
height:120px;
min-height: 68px;
}
.know-btn{
    float:right;
}
li.slideCell {
    margin-left:0px;
}
li.slideCell img{
    width:150px;
    height:50px;
    margin-top:25px;
    margin-left:80px;
}
.contact-title h2{
    margin-top: 35px;
    font-size: 22px;
    color: #2d8bce;
    margin-left: 50px;
}
#slider-0.slideFrame .slideCell{
    height:120px;
    width:230px;
}
/* *** Blog wrap over****/
.customer{
    padding:20px 0;
    border-top:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
}
.partner{
    padding:20px 0;
}
.part li{
    position:relative;
}
.part li:before{
    content:'';
    position:absolute;
    top:32px;
    right:-40px;
    height:40px;
    width:1px;
    background:#D1D1D1;
}
.part1 li{
    position:relative;
}
.part1 li:before{
    content:'';
    position:absolute;
    top:32px;
    right:-40px;
    height:40px;
    width:1px;
    background:#D1D1D1;
}
/************* End Home Page ****************/

/* **** **** Business Analyst Training Page **** **** */
.busines-train{
    padding: 40px 0;
    width: 100%;
    background: #fff;
}
.busines-train h1{
    color: #0A7ED0;
    padding: 0 10px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1 ;
    margin:0 0 20px ;
    letter-spacing: 0px ;
}
.busines-top h2{
    width: 100%;
    background: #0A7ED0;
    color: #fff;
    font-weight:400;
    line-height: 1.4;
    font-size: 24px;
    padding: 10px 15px;
    margin:0 0 20px;
}
.business-data{
    padding: 0 30px;
}
.business-data li,
.business-data p{
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    margin: 0 0 20px;
    line-height: 24px;
}
.business-data ul{
    padding-left: 15px;
    margin-bottom: 20px;
}
.business-data li{
    margin: 0 0 5px;
    position: relative;
    padding-left: 15px;
}
.business-data li:before{
    width: 6px;
    height:6px;
    border-radius: 50%;
    background: #404040;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
}
.business-data p a{
    color: #rgb(0,112,192);
}
.course-bx{
    margin-bottom: 30px;
    overflow: hidden;
    height: 150px;
    background: #fff;
    box-shadow: 4px 6px 5px #e9e9e9;
    padding: 10px 15px;
    border: 1px solid #eee;
}
.course-bx h3{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: auto;
    margin: 10px 0;
}
.course-bx h3 i{
    color: #09d66e;
    font-size: 24px;
}
.course-bx h3 span{
    color: #444;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-left: 16px;
}
.course-bx p{   
    font-size:15px;
    font-weight: 400;
    line-height: 22px;
    color: #777;
    margin: 0;
}

.part-bx{
    width: 100%;
    margin: 0 0 20px;
}
.part-img img{
    width: 100%;
    height: 230px;
}
.part-data h4{
    font-size: 22px;
    padding: 5px 10px;
    margin: 0 0 10px;   
    background-color:#F3F3F3;
    border-bottom: 1px solid #ccc;
    display: block;
}
.part-data p{
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: justify;
}
.part-data a{
    font-size: 16px;
    text-decoration: underline;
    color: rgb(0,112,192);
}
.new-demo{
    margin: 0 0 30px;
}
.new-demo li{
    padding: 15px 0;
    border-bottom: 1px solid #dae0e4;
    width: 100%;
    overflow: hidden;
}
.new-demo li span{
    float: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    color: #404040;
}
.btn-demo{
    float:right;
    padding: 6px 20px;
    border-radius: 4px;
    color: #fff;
    background-color: #ff6a00;
    border:1px solid #ff6a00;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
.btn-demo:focus,
.btn-demo:hover{
    color: #fff;
}

.pricing-data{
    margin: 0 0 30px;
}
.pricing-data p{
    margin: 0 0 20px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    color:#404040;
    line-height: 24px;
}
.price-block{
    padding: 30px 20px;
    border: 1px solid #e6e6e6;
    min-height: 381px;
}
.price-block h5{
    font-size: 22px;
    font-weight: 400;
    color: rgba(0,0,0,.9);
    padding: 0 0 10px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 10px;
}
.price-block li{
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color:rgba(0,0,0,.7);
    line-height: 22px;
    margin: 0 0 10px;
}
.price-block li:before{
    position: absolute;
    content:"\f00c";
    font-family: 'FontAwesome';
    color: #404040;
    font-size: 15px;
    top: 0;
    left: 0;
}
.btn-main{
    width: 190px;
    line-height: 22px;
    height: 34px;
    text-decoration: none;
    padding: 7px 10px;
    font-size: 17px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    outline: none !important;
    letter-spacing: .5px;
    text-transform: uppercase;
    background-image: none;
    border: 1px solid #f8ab33;
    color: #fff;
    background-color: #f8ab33;
    cursor: pointer;
}
.btn-main:hover{
    color: #fff;
}
.price-block .btn-main{
    margin: 0 auto;
    display: table;
}

.business-data .accordion {
    color: #404040;
    cursor: pointer;
    padding: 10px 10px;
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    border-bottom: 1px solid #0A7ED0 !important;
    transition: 0.4s;
}
.business-data .active{
    background: #effaff;
    border-bottom: 3px solid #0A7ED0 !important;
}
.business-data .active .panel{
    padding: 15px 18px;
}
.business-data .accordion:after {
    content: '\002B';
    color: #404040;
    font-weight: bold;
    float: right;
    font-size: 16px;
    margin-left: 5px;
}
.business-data .active:after {
    content: "\2212";
}
.business-data .panel {
    padding: 0 18px;
    background-color: #f5f5f5;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.business-data .panel p{
    font-size: 16px;
    margin: 0 0px;
    font-weight: 400;
    color: #404040;
    padding: 10px 0 0;
    text-align: left;
}
.business-data .panel p:last-child{
    margin: 0 0 15px;
}
.accord{
    margin: 0 0 30px;
}
.pro-img img{
    height: 150px;
    object-fit: cover;
}

.schedual-bx h2{ 
    margin: 0;
}
.schedual-bx{
    margin: 0 0 30px;
    overflow: hidden;
}
.batchtable-clp > .batch-list {
    background: rgb(255, 255, 255);
    padding: 9px 0px;
    line-height: 25px;
}
.batchtable-clp>.batch-list {
    background: #fff;
    padding: 9px 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    cursor: pointer;
}
.date-clp-batch>article {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #444;
    font-size: 16px;
    font-weight: 900;
    line-height: 13px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 38px;
}
.date-clp-batch>article>p {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.6;
    font-size: 14px;
}
.date-clp-batch>article>span {
    color: #afafaf;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.border-right-day {
    border-right: 2px solid #ddd;
}
.dayandtime-clp-batch>.day>span {
    color: #444;
    font-size: 16px;
    font-weight: 900;
}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.batch-time-tables {
    padding-left: 16px !important;
}
.dayandtime-clp-batch {
    color: #777;
    font-size: 13px;
}
.offer-clp {
    color: #f8ab33 !important;
    font-size: 13px;
}
.offerandprice-clp>.main-price {
    color: red;
    font-size: 12px;
    text-align: right;
    padding-right: 0;
    font-weight: 500;
    padding-top: 1px;
    text-decoration: line-through !important;
}
.finalprice-select-clp>.afterprice {
    color: #222;
    font-size: 13px;
    font-weight: 900;
    padding-right: 0px !important;
}
.fees-type {
    font-size: 10px;
}
.batch-list:focus, .batch-list:hover {
    background: rgb(237, 237, 237) !important;
}
.batch-list:focus > .date-clp-batch, .batch-list:hover > .date-clp-batch {
    padding-left: 11px;
    color: rgb(0, 0, 0);
    border-left: 4px solid rgb(55, 120, 176);
}
.upcoming{
    padding: 12px 0 0;
}
.batchtable-clp > .Early-Bird-Offer-box:last-child > .batch-list, .batchtable-clp > .batch-list:last-child {
    border-bottom: 1px solid rgb(221, 221, 221);
}
.resources h6{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
}
.resources img{
    height: auto;
}
.resources a{
    text-decoration: none;
}
.resources p{
    text-align: justify;
}
.ser-img img{
    width: 100%;
}
.serv-data .btn-main{
    background: #3EB6DA !important;
    font-size: 15px !important;
    padding: 5px 15px !important;
    box-shadow: 0 2px 0 #1C8FB1;
    border-radius: 5px;
    color: #fff !important;
    border: none;
    width: auto;
    text-transform: capitalize;
}
.serv-data{
    margin: 0 0 30px;
}

.testimonial-wrp{
    margin: 0 0 20px;
    padding: 0 15px;
}
.testi-box{
    margin: 10px 0;
    box-shadow: 0 1px 3px #BCBCBC;
    padding: 10px;
    width: 100%;
    overflow: hidden;
}
.user-img img{
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.user-details h4{
    background: #f7f7f7;
    color: #0086A7;
    padding: 5px 15px;
    font-size: 22px;
    margin: 0 0 10px;
}
.user-details p{
    color: #404040;
    font-size: 16px;
    padding: 0 15px;
    line-height: 24px;
    margin: 0 0 10px;
}
.user-details button{
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color:#0086A7;
    width: 100%;
    text-align: right;
    outline: none;
}
#demo p{
    width: 100%;
    overflow: hidden;
    display: block;
}
.form-block{
    width: 50%;
    margin: 0 auto;
}
.form-block .form-control{
    height: 45px;
    color: #000;
    border: 1px solid #ccc;
    background: none;
    margin: 5px 0;
    border-radius: 5px;
    width: 100%;
    padding: 5px 15px;
}
.form-block label{
    font-size: 14px;
    font-weight: 400;
    color: #404040;
}
.form-block .btn-main{
    font-size: 16px;
    padding: 10px 60px;
    background: #0A7ED0 ;
    border: 1px solid #0A7ED0;
    color: #fff ;
    width: auto;
    border-radius: 0;
    height: auto;
    display: table;
    margin: 0 auto;
}

.sidebar h2{
    font-size: 18px;
    text-align:center;
    margin: 0 0 15px;
}
.side-img img{
    width: 100%;
    height: 150px;
    margin: 0 0 20px;
}
.site-img img{
    height: auto;
    width: 80%;
    margin: 0 auto 20px;
}
.dairect-links  h3{
    font-size: 18px;
    padding: 8px 0;
    border-bottom: 1px dashed #004EBB !important;
    color: #004EBB;
    line-height: 26px;
    margin: 0 0 10px;
    text-align: center;
}
.dairect-links h3 i{
    float: right;
}
/* **** **** End Business Analyst Training Page **** **** */

/* **** **** Category Page **** **** */
.iner-banner{
    width: 100%;
    height: 350px;
    background-image: url(../images/study-cat.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}
.iner-banner:after{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    content: '';
}
.in-dat{
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 1;
}
.in-dat h1{
    font-size: 45px;
    text-align: center;
    margin: 0 0 5px;
    font-weight:700;
    font-family: 'Source Sans Pro';
    letter-spacing: 2px;
    text-shadow: 0 2px 6px rgba(19,131,175,1);
    color: #fff;
    text-transform: uppercase;
}
.in-dat h2{
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.search-box{
    width: 100%;
    position: relative;
    padding: 40px 0;
    background: rgb(19,131,175); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(19,131,175,1) 0%, rgba(12,46,138,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(19,131,175,1) 0%,rgba(12,46,138,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(19,131,175,1) 0%,rgba(12,46,138,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    
}
.search-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: url(../images/search-banner.jpg);
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
}
.search-block{
    width: 70%;
    margin: 0 auto;
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.search-block input {
  border: 1px solid transparent;
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
}
.search-block input[type=text] {
  background-color: #fff;
  width: 100%;
  outline: none;
  padding: 10px 15px;
  font-size: 15px;
  border: 2px solid #ddd;
  border-radius: 0;
  font-weight: 400;
}
.search-block .btn-main{
  background-color: #f8ab33;
  color: #fff;
  border: none;
  height: auto;
  font-size: 16px;
  padding: 12px 40px;
  width: 100%;
  display: block;
  border-radius: 0;
  cursor: pointer;
}
.search-block .btn-main i{
    margin-right: 5px;
}
.autocomplete-items {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
.search-block .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background-color: #fff; 
  border-bottom: 1px solid #ddd; 
}
.search-block .autocomplete-items div:hover {
  background-color: #f5f5f5; 
}
.search-block .autocomplete-active {
  background-color: #2d8bce !important; 
  color: #ffffff; 
}

.course-list{
    width: 100%;
    padding: 60px 0;
    background:#f5f5f5;
    border-bottom: 2px solid #ddd;
}
.combo-offer h2,
.course-list h2{
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #0c2e8a;
    margin: 0 0 30px;
}
.coures-spy h3{
    font-size: 24px;
    font-weight: 700;
    font-family: 'Source Sans Pro';
    color:#313131;
    text-transform: uppercase;
    padding: 0 0 10px;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 0 20px;
}

.coures-spy{
    margin-bottom: 30px;
}
.coures-bx{
    background:#fff;
    border: 2px solid #ddd;
}
.course-nm{
    padding: 20px 10px;
}
.course-nm .price-bx{
    margin: 0 0 20px;
}
.coures-bx img{
    width: 100%;
    height: 200px;
    margin: 0 0;
}
.course-nm h4{
    font-size: 18px;
    font-weight: 600;
    min-height: 40px;
    line-height: 24px;
    color: #0c2e8a;
    margin: 0 0 20px;
    text-align: center;
}
.course-nm .btn-main{
    padding: 8px 30px;
    background-color:#ff6a00;
    font-size: 15px;
    font-weight: 400;
    border-radius: 30px;
    display: table;
    margin: 0 auto;
    color: #fff; 
    border: none;
    width: auto;
    outline: none !important;
    height: auto;
}

.register-form .modal-content{
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.form-regs{
    width: 80%;
    margin: 0 auto;
}
.form-regs label{
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.form-regs span{
    font-size: 14px;
    font-weight: normal;
    color: #555;
}
.form-regs .form-control{
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 10px 15px;
    height: auto;
    font-size: 15px;
    box-shadow: none;
    color: #333;
}
.form-regs .btn-group{
    text-align: center;
    margin: 0 auto;
    display:table;
}
.offer-com .btn-main,
.form-regs .btn-main{
    display: inline-block;
    padding: 8px 25px;
    border: none;
    width: auto;
    height: auto;
    background-color:#ff6a00;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
}
.form-regs .btn-main:last-child{
    margin: 0;
}
.register-form .modal-title{
    font-size: 20px;
    font-weight: 700;
    color: #ff6a00;
    text-transform: uppercase;
}
.register-form .close{
    opacity: 1;
    color: #ff6a00;
    font-size: 30px;
    outline: none !important;
}
.coures-spy .owl-prev, .coures-spy .owl-next{
    position: absolute;
    top: -60px;
    right: 75px;
}
.coures-spy .owl-next{
    right: 0px;
}
.coures-spy .owl-prev:before,.coures-spy .owl-next:before{
    position: absolute;
    content:"\f104";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #d1d1d1;
    width: 35px;
    height: 35px;
    border: 2px solid #ddd;
    line-height: 30px;
    text-align: center;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.coures-spy .owl-prev:hover:before,.coures-spy .owl-next:hover:before{
    background:#2d8bce;
    color: #fff;
    border-color: transparent;
}
.coures-spy .owl-next:before{
    content: "\f105";
    right: 0;
    left: auto;
}

.combo-offer{
    padding: 40px 0;
    width: 100%;
}
.offer-com{
    position: relative;
    height: 300px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 6px rgba(0,0,0,0.23);
}
.offer-com:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.offer-com:hover:before{
    background: rgba(255,255,255,0.8);
}
.offer-com img{
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}
.offer-info{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 20px;
}
.offer-info h4{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #0c2e8a;
    margin: 0 0 20px;
}
.offer-info h4 span{
    color: #333;
    font-size: 20px;
}
.offer-info strong{
    text-transform: uppercase;
    color: #0c2e8a;
    font-weight: 600;
    font-size: 16px;
}
.offer-info h5{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-align: center; 
}
.offer-info h5 span{
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
}
.offer-com .btn-main{
    display: table;
    margin: 20px auto 0;
    border-radius: 30px;
    outline: none !important;
}
/* **** **** End Category Page **** **** */

/* **** **** Page 2 **** **** */
.iner-banner-two{
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(../images/inner-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.iner-banner-two:before{
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.2);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.in-data {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.in-data h1{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
}
.in-data p{
    font-size: 16px;
    font-weight:600;
    color: #fff;
    margin: 0 0 30px;
    text-align: center;
    line-height: 20px;
}
.in-data .btn-group{
    margin: 0 auto 0;
    display: table;
}
.in-data .btn-group .btn-main{
    width: auto;
    height: auto;
    padding: 10px 30px;
    background: #0c2e8a;
    border: 2px solid #0c2e8a;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-right: 15px;
    border-radius: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.in-data .btn-group .cour-btn{
    background: #1383af;
    border: 2px solid #1383af;
    margin-right: 0;
}
.in-data .btn-group .btn-main:hover{
    color: #0c2e8a;
    background: transparent;
}
.in-data .btn-group .cour-btn:hover{
    color: #1383af;
}

.overview-tech{
    padding: 40px 0;
    width: 100%;
}
.combo-offer-wrp h2,.related-cour h2,.testimonial-rev h2,
.overview-tech h2{
    font-size: 28px;
    font-weight: bold;
    color:#0c2e8a;
    margin: 0 0 10px;
    text-align: center;
}
.combo-offer-wrp p,
.overview-tech p{
    font-size: 16px;
    text-align: center;
    margin: 0 0 50px;
    font-weight: 400;
    color: #333;
}
.over-info{
    padding: 20px;
}
.over-info h3{
    font-size:22px;
    color: #1383af;
    margin: 0 0 15px;
    font-weight: 600;  
}
.over-info p{
    font-size: 17px;
    font-weight: 400;
    color: #333;
    margin: 0 0 40px;
    line-height: 20px;
    text-align: left;
}
.over-img img{
    width: 100%;
}

.combo-offer-wrp{
    padding: 40px 0;
    width: 100%;
    background: #f5f5f5;
}
.combo-offer-wrp h2{
    margin: 0 0 10px;
}
.combo-offer-wrp p{
    margin: 0 0 30px;
}
.combo-box{
    position: relative;
    margin: 5px;
    height: 250px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 6px #ccc;
} 
.combo-dt{
    padding: 40px 20px 10px;
    background-color: #fff;
}
.combo-box h3{
    font-size: 18px;
    font-weight: 700;
    color: #0c2e8a;
    height: auto;
    overflow: hidden;
    margin: 10px 0 20px;
    line-height: 26px;
    text-align: center;
}
.combo-box h3 span{
    display: block;
    font-size: 18px;
    color: #333;
}
.combo-box .btn-main{
    width: auto;
    height: auto;
    margin: 20px auto 0;
    display: table;
    background-color: #0c2e8a;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}
.combo-box .btn-main:hover,
.combo-box .btn-main:focus{
    color: #fff;
}
.combo-box label{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background:#ff6a00;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 15px;
}
.combo-box label span{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.price-bx{
    width: 100%;
    overflow: hidden;
}
.price-bx h5,
.price-bx h4{
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
    float: left;
    margin: 0 0;
}
.price-bx h5 span,
.price-bx h4 span{
    text-decoration: line-through;
    font-size: 13px;
}
.price-bx h5{
    float: right;
}

.combo-offer-wrp .owl-prev, .combo-offer-wrp .owl-next{
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -17px;
}
.combo-offer-wrp .owl-next{
    right: -40px;
}
.combo-offer-wrp .owl-prev:before,.combo-offer-wrp .owl-next:before{
    position: absolute;
    content:"\f104";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #313131;
    width: 35px;
    height: 35px;
    border: 2px solid #313131;
    line-height: 30px;
    text-align: center;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.combo-offer-wrp .owl-prev:hover:before,.combo-offer-wrp .owl-next:hover:before{
    background:#2d8bce;
    color: #fff;
    border-color: transparent;
}
.combo-offer-wrp .owl-next:before{
    content: "\f105";
    right: 0;
    left: auto;
}

.related-cour{
    background-color: #fff;
}
.related-cour h2{
    margin: 0 0 30px;
}
.related-box{
    background-color: #fff;
    margin: 5px;
    box-shadow: 0 0 6px #ccc;
}
.related-box img{
    height: 150px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    object-position: bottom;
}
.rel-data{
    padding: 15px;
}
.rel-data h4{
    font-size: 18px;
    font-weight: 700;
    color: #0c2e8a;
    margin: 0 0 15px;
    text-align: center;
}
.related-box .btn-main{
    padding: 8px 15px;
    background-color:#ff6a00;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    display: table;
    margin: 0 auto;
    border: none;
    width: auto;
    height: auto;
    border-radius:30px; 
}

.testimonial-rev h2{
    margin: 0 0 30px;
}
.test-mon{
    padding: 20px;
    margin: 5px;
    background-color: #fff;
    box-shadow: 0 0 6px #c1c1c1;
}

.user-icn img{
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    display: table;
}
.user-icn h4{
    font-size: 20px;
    font-weight: bold;
    color:#0c2e8a;
    margin: 0 0 0;
    text-align: center;
}
.user-icn p{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0;
    text-align: center;
}
.review-inf{
    padding: 20px 0 0;
}
.review-inf p{
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #333;
    margin: 0;
    height: 160px;
    overflow: auto;
    text-align: center;
}
.review-inf p i{
    font-size: 16px;
    color:#ddd;
}
.aco-course{
    background-color: #fff;
}
.aco-course h2{
    margin: 0 0 30px;
}
.preview-tab{
    background-color: #fff;
}
.preview-tab h2{
    margin: 0 0 30px;
    text-align: left;
    line-height: 47px;
}
.preview-tab h2 span{
    float: right;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #0c2e8a;
    line-height: normal;
    border: 1px solid #0c2e8a;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.preview-tab h2 span i{
    margin-left: 5px;
}
.preview-tab h2 span:hover{
    color: #fff;
    background-color: #ff6a00;
    border: 1px solid #ff6a00;
}
.preview-tab .table>tbody>tr>td, .preview-tab .table>tbody>tr>th, .preview-tab .table>tfoot>tr>td, .preview-tab .table>tfoot>tr>th, .preview-tab .table>thead>tr>td, .preview-tab .table>thead>tr>th{
    padding: 10px 8px;
    border: none;
    border-bottom: 1px solid #ddd;
}
td, th{vertical-align: middle !important;}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

.preview-tab h4{
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 0;
    line-height:38px;
}
.preview-tab span{
    font-size: 15px;
    color: #555;
    text-align: right;
    line-height: 35px;
}
.preview-tab .accord{
    padding: 0;
}
.preview-tab .accordion{
    padding: 10px 15px;
    font-weight: 600;
    line-height: 40px;
    background-color: #fff;
    font-size: 18px;
    text-transform: uppercase;  
}
.preview-tab .accordion span{
    float: right;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 38px;
    color: #555;
}
.preview-tab .accordion span i{
    margin-right: 40px;
    color: #0c2e8a;
    font-size: 26px;
    margin-top: 6px;
    display: inline-block;
}
.preview-tab .accordion:after{
    font-size: 18px;
    float: left;
    color:#ff6a00;
    margin: 0 20px 0 0;
}
.preview-tab .panel{
    padding: 0;
}

.highlight-wrp h2{
    margin: 0 0 30px;
    text-transform: uppercase;
}
p.title-ke{
    margin: 0 0 5px;
    text-transform: uppercase;
}

.serv-bx{
    position: relative;
    padding: 30px 20px;
    height: 250px;
    margin: 0 0 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    -webkit-transition:.3s linear;
    -moz-transition:.3s linear;
    -ms-transition:.3s linear;
    transition:.3s linear;
    overflow: hidden;
}
.serv-bx:after{
    width: 0%;
    height: 2px;
    background-color:#ff6a00;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition:.3s linear;
    -moz-transition:.3s linear;
    -ms-transition:.3s linear;
    transition:.3s linear;
}
.serv-bx:hover:after{
    width: 100%;
}
.serv-bx label {
    position: absolute;
    top: 19px;
    right: -36px;
    background-color: #f8ab33;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 30px;
    margin: 0;
    transform: rotate(40deg);
}
.ic-ser{
    margin: 0 auto 20px;
    display: table;
}
.ic-ser i{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color:#fff;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    border: 3px solid #ff6a00;
    color: #333;
    -webkit-transition:.3s linear;
    -moz-transition:.3s linear;
    -ms-transition:.3s linear;
    transition:.3s linear;
}
.serv-bx:hover .ic-ser i{
    background-color: #f8ab33;
    color: #fff;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.ser-data h4{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
    color: #0c2e8a;
}
.ser-data p{
    font-size: 16px;
    line-height: 22px;
    color: #333;
    text-align: center;
    margin: 0;
}
/* **** **** End Page 2 **** **** */

/* **** **** Test Page **** **** */
.header{
    padding: 15px 0;
    width: 100%;
    background-color: #fff;
}
.main-logo img{
    width: 260px;
}
.main-logo{
    float: left;
}
.icons-bx{
    float: right;
}
.icons-bx li{
    display: inline-block;
    margin-right: 20px;
    color: #000;
    font-size: 18px;
}
.icons-bx li:last-child{
    margin-right: 0;
}
.icons-bx li a img{
    width: 20px;
}
.icons-bx li a img{
    display: inline-block;
    margin-right: 5px;
}
.icons-bx li a span{
    font-size: 15px;
    color: #000;
}
.icons-bx li a{
    color: #000;
    line-height: 53px;
}

.breadcrumb-wrp{
    padding: 20px 0;
    width: 100%;
    background-color: #f5f5f5;
}
.breadcrumb-wrp .breadcrumb{
    margin: 0;
    padding: 10px 15px;
}
.breadcrumb-wrp .breadcrumb-item a{
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.breadcrumb>.active{
    font-size: 16px;
    font-weight: 700;
    color: #2D8BCE;
}
.breadcrumb>li+li:before{
    content: "\f105";
    color: #ccc;
    letter-spacing: 1px;
    font-family: 'FontAwesome';
}
.know-wrp{
    padding: 40px 0;
    width: 100%;
}
.know-wrp h1{
    color: #0c2e8a;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 10px;   
}
.know-wrp p{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0 0 30px;
    text-align: center;
    line-height: 22px;
}
.know-area h2{
    font-size: 22px;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0 0 15px;
}
.know-area p{
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    margin: 0 0 10px;
    text-align: left;
}
.know-area .table{
    margin: 10px 0 30px;
    border: 1px solid #ddd;
}
.know-area thead{
    background-color:#1383af;
}
.know-area .table>caption+thead>tr:first-child>td, .know-area .table>caption+thead>tr:first-child>th,
.know-area .table>colgroup+thead>tr:first-child>td, .know-area .table>colgroup+thead>tr:first-child>th,
.know-area .table>thead:first-child>tr:first-child>td, .know-area .table>thead:first-child>tr:first-child>th{
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    border: none;
}
.know-area .table>thead>tr>th:first-child{
    text-align: left !important;
}
.know-area .table>thead>tr>th{
    border-right: none;
}
.know-area .table>tbody>tr>td, .know-area .table>tbody>tr>th{
    padding: 10px 15px;
    color: #333;
    font-weight: normal;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    border: none;
}
.know-area .table tbody tr:nth-child(even){
    background-color: #e0e0e0;
}
.know-area .table>thead>tr>th:last-child,
.know-area .table>tbody>tr>td:last-child{
    border-right: none;
}
.know-area .table>tbody>tr>td:first-child{
    text-align:left;
}
.know-area .test-btn{
    padding: 6px 25px;
    border: 2px solid #1383af;
    background-color: transparent;
    color: #1383af;
    font-size: 15px;
    font-weight: normal;
    border-radius: 3px;
    transition: .4s linear;
}
.know-area .test-btn:hover{
    background-color: #1383af;
    color: #fff;
}
.full-test .table>caption+thead>tr:first-child>td, .full-test .table>caption+thead>tr:first-child>th, 
.full-test .table>colgroup+thead>tr:first-child>td, .full-test .table>colgroup+thead>tr:first-child>th, 
.full-test .table>thead:first-child>tr:first-child>td, .full-test .table>thead:first-child>tr:first-child>th{
    text-align: left;   
}
.full-test .table>tbody>tr>td,
.full-test .table>thead:first-child>tr:first-child>th{
    width: 85%;
    border: none;
}
.full-test .table>tbody>tr>td, .full-test .table>tbody>tr>th{
    text-align: left;
}
.full-test .table>tbody>tr>td:last-child{
    text-align: center;
}
.score-box h2{
    margin: 0 0 30px;
}
.scor-bx{
    padding: 20px;
    background-color: #fff;
    box-shadow: 2px 3px 14px #ddd;
    text-align: center;
    border-radius: 50px;
    margin: 0 0 20px;
}
.scor-bx h3{
    font-size: 30px;
    font-weight: 600;
    color: #555;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.scor-bx h3 span{
    color: #1383af;
}
.scor-bx p{
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
}
.score-box .btn-group{
    margin: 20px auto 0;
    display: table;
}
.score-box .btn-main{
    margin: 0 15px 0 0;  
    padding: 10px 20px;
    width: auto;
    height: auto;
    background-color:#ff6a00;
    font-size: 16px;
    font-weight: 400;
    color: #fff; 
    border-radius: 3px;
    text-transform: capitalize;
}
.score-box .btn-main:last-child {
    margin: 0;
}
.breadcrumb-wrp .breadcrumb{
    padding: 0;
}
/* **** **** End Test Page **** **** */

/* **** **** Event Page **** **** */
.event-banner{
    width: 100%;
    padding: 150px 0 0;
    background-image:url(../images/study-support-hero-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.event-banner:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
}
.event-info{
    position: relative;
    z-index: 5;
}
.event-info h1{
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
}
.event-info p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
}
.event-info .btn-main{
    padding: 10px 40px;
    width: auto;
    height: auto;
    background-color: #0c2e8a;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: table;
    margin: 0 0 30px;
}
.title-vid{
    padding: 10px;
    text-align: center;
}
.title-vid h4{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.event-benifit{
    padding: 40px 0;
    width: 100%;
}
.head-event h2{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 10px;
    text-align: center;
}
.head-event h2 span{
    color: #0c2e8a;
}
.head-event p{
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin: 0;
    position: relative;
}
.head-event p:after{
    position: absolute;
    content: '';
    width: 60px;
    height: 4px;
    background-color:#ff6a00;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.list-event{
    padding: 40px 0 0;
}
.list-event ul{
    margin: 0 auto;
    display: table;
    text-align: center;
}
.list-event li{
    float: left;
    padding: 20px;
    border-radius:10px;
    width: 31.33%;
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: 180px;
    box-shadow: 0 0 6px #ccc;
}
.list-event li img{
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
}
.list-event li p{
    font-size: 20px;
    font-weight:600;
    color: #333;
    line-height: 22px;
    text-align: center;
    margin: 0;
}
.upcoming-wrp{
    background-color: #f5f5f5;
}

.upcome-event{
    margin-top: 40px;
}
.event-comming{
    margin: 5px;
    background-color: #fff;
    box-shadow: 0 0 6px #ccc;
}
.event-img{
    position: relative;
}
.event-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.date-bx{
    padding: 10px;
    background-color:#ff6a00;
    position: absolute;
    bottom: -45px;
    left: 50%;
    border:4px solid #fff;
    z-index: 5;
    transform: translate(-50%,0);
}
.date-bx p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.date-bx p strong{
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}
.event-dat{
    padding: 60px 20px 20px;
}
.event-dat h3{
    font-size: 22px;
    font-weight: 600;
    color: #0c2e8a;
    margin: 0 0 10px;
}
.event-dat p{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0 0 15px;
}
.upcome-event .owl-prev, .upcome-event .owl-next{
    position: absolute;
    bottom: 0%;
    right: 75px;
}
.upcome-event .owl-next{
    right:0;
    left: auto;
}
.upcome-event .owl-prev:before,.upcome-event .owl-next:before{
    position: absolute;
    content:"\f104";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #333;
    width: 35px;
    height: 35px;
    border: 2px solid #333;
    line-height: 30px;
    text-align: center;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.upcome-event .owl-prev:hover:before,.upcome-event .owl-next:hover:before{
    background:#0c2e8a;
    color: #fff;
    border-color: transparent;
}
.upcome-event .owl-next:before{
    content: "\f105";
    right: 0;
    left: auto;
}
.archives-event{
    padding: 40px 0;
    width: 100%;
}
/* **** **** End Event Page **** **** */

/* **** **** Pricing Page **** **** */
.highlight-made{
    padding: 40px 0 20px;
    width: 100%;
}
.highlight-made .head-event{
    margin-bottom: 30px;
}
.highlight-made .ser-data h4{
    font-size: 20px;
}
.highlight-made .ic-ser i{
    font-size: 34px;
}
.over-pricing{
    padding: 50px 0;
    width: 100%;
    background-image:url(../images/overview-pricing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.over-pricing:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
}
.overview-pri{
    position: relative;
    z-index: 5;
}
.overview-pri h3{
    font-size: 24px;
    font-weight: 600;
    color: #ff6a00;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin: 0 0 20px;
}
.overview-pri p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    margin: 0 0 15px;
}
.overview-pri li{
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 15px;
}
.overview-pri li:last-child{
    margin: 0;
}
.overview-pri li:before{
    width: 8px;
    height: 8px;
    background-color: #ff6a00;
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
}
.key-features-pric{
    padding: 40px 0;
    width: 100%;
}
.key-features-pric .head-event{
    margin-bottom: 30px;
}
.key-feature-box{
    padding: 20px;
    box-shadow: 0 0 6px #ccc;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 150px;
    margin: 0 0 20px;
}
.key-feature-box i{
    width: 45px;
    height: 45px;
    background-color:#0c2e8a;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    border: 2px solid #ff6a00;
    color: #fff;
    margin-right: 15px;
    border-radius: 50%;
}
.key-feature-box p{
    font-size: 15px;
    font-weight:400;
    color: #333;
    margin: 0;
    line-height: 20px;
}
.princing-wrp{
    padding: 40px 0;
    width: 100%;
    background-color: #f5f5f5;
}
.pricing-bx{
    border: 1px solid #ddd;
    box-shadow: 0 0 6px #ccc;
    background-color: #fff;
}
.head-pr{
    position: relative;
    background-color: #0c2e8a;
    padding: 35px 15px 15px;
    border-bottom: 2px solid #ff6a00;
}
.head-pr h4{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-align: center;
}
.price-dat{
    padding: 10px 10px;
}
.price-dat p{
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.price-dat p span{
    float: right;
    text-decoration: line-through;
}
.head-pr label{
    position: absolute;
    padding: 8px 10px;
    background-color: #ff6a00;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    width: 117px;
    height: 40px;
    text-align: center;
    border: 2px solid #f5f5f5;
    top: -20px;
    left: 50%;
    text-transform: uppercase;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.pricing-bx strong{
    font-size: 15px;
    color: #fff;
    background-color: #ff6a00;
    margin:0 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 10px;   
    letter-spacing: 1px;
}
.list-course{
    padding: 15px 0;
}
.list-course h5{
    font-size: 17px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    padding: 0 10px;
    margin: 0 0 10px;
    min-height: 44px;
}
.list-course li{
    position: relative;
    padding:10px 10px 10px 10px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #333;
    border-top: 1px solid #ddd;
}
.list-course li i{
    margin-right: 5px;
    color:#ff6a00;
    font-size: 16px;
}
.list-course .btn-main{
    width: auto;
    height: auto;
    background-color:#0c2e8a;
    font-size: 15px;
    padding: 8px 30px;
    color: #fff;
    margin: 20px auto 0;
    display: table;
}
.faq-wrp .panel{
    background-color: #fff;
}
.faq-wrp{
    padding: 40px 0;
    width: 100%;
}
.test-price{
    padding: 40px 0;
    width: 100%;
}
.test-minial .head-event{
    margin: 0 0 30px;
}
.faq-data{
    padding: 0 15px;
}
.combo-offer-wrp .head-event{
    margin: 0 0 30px;
}
/* **** **** End Pricing Page **** **** */

/* **** **** Course Detail Page **** **** */
.detaile-curpg{
    background-image: url(images/courdetail-banner.jpg);
}
.course-data{
    padding: 40px 0;
    width: 100%;
}
.course-info h2{
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #0A7ED0;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.course-info h4{
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    margin: 0 0 15px;
}
.inf-more-cur p,
.course-info p{
    font-size: 15px;
    color: #333;
    font-weight: normal;
    margin: 0 0 20px;
    line-height: 24px;
}
.course-info .btn-group .btn-main{
    padding: 8px 20px;
    width: auto;
    height: auto;
    background-color:#0A7ED0 ;
    font-size: 14px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.inf-more-cur h6{
    font-size: 20px;
    font-weight: 700;
    color: #0A7ED0 ;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.inf-more-cur li{
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 0 0 10px;
    position: relative;
    padding-left:15px;   
}
 .inf-more-cur li:before{
   position: absolute;
    content:"\f0da";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #000;
    top: 0;
    left: 0;
}
.sepreter{
    position: relative;
}
.sepreter span{
    font-size: 15px;
    font-weight: 700;
    color: #0A7ED0 ;
    padding: 5px 15px;
    background-color: #fff;
    margin: 0 auto 0;
    display: table;
}
.sepreter:after{
    width: 100%;
    height: 1px;
    z-index: -1;
    position: absolute;
    content: '';
    top: 50%;
    margin-top:-1px;
    left: 0;
    background-color: #ddd;
}
.inf-more-cur p{
    margin: 15px 0 0;
}

.upcome-batches{
    padding: 40px 0 20px;
    width: 100%;
}
.resources-list .head-event,
.upcome-batches .head-event{
    margin: 0 0 40px;
}
.resources-list .head-event h2,
.upcome-batches .head-event h2{
    color: #0A7ED0;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 32px;
}
.schedual-bbx{
    padding:45px 10px 20px;
    position: relative;
    margin: 0 0 30px;
    background-color: #f5f5f5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.date-sch{
    background-color: #0A7ED0;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.date-sch h6{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-align: center;
    line-height: 22px;
}
.date-sch h6 span{
    font-weight: normal;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 5px;
}
.time-sch{
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}
.time-sch h3{
    font-size: 15px;
    font-weight: 700;
    color: #333;
    float: left;
    margin: 0 0 0;
}
.time-sch h3 span{
    font-weight: normal;
    color: #555;
    font-size: 15px;
}
.time-sch h4{
    float: right;
    font-size: 15px;
    color: #555;
    margin: 0;
}
.discount-sch{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    background-color: #0c2e8a;
}
.discount-sch h3{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.price-sch{
    padding: 10px 0 0;
    width: 100%;
    overflow: hidden;
}
.price-sch h4{
    font-size: 17px;
    font-weight: 600;
    color: #333;
    float: left;
    margin: 0;
}
.price-sch h4 span{
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
    color: #555;
}
.price-sch h4:last-child{
    float: right;
}

.resources-list{
    padding: 40px 0;
    width: 100%;
}
.resource-box{
    padding: 15px;
    margin: 0 0 20px;
}
.resource-box img{
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto 25px;
    display: table;
}
.resource-box h3{
    font-size: 23px;
    color: #0A7ED0;
    margin: 0 0 10px;
    text-align: center; 
}
.resource-box p{
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    color: #333;
    margin: 0;
    text-align: center;
}


.resources-list .owl-prev, .resources-list .owl-next{
    position: absolute;
    top: 50%;
    left:-40px;
    margin-top: -12px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.resources-list .owl-next{
    right: -40px;
}
.resources-list .owl-prev:before,.resources-list .owl-next:before{
    position: absolute;
    content:"\f104";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #333;
    width: 35px;
    height: 35px;
    border: 2px solid #333;
    line-height: 30px;
    text-align: center;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.resources-list .owl-prev:hover:before,.resources-list .owl-next:hover:before{
    background:#0A7ED0;
    color: #fff;
    border-color: transparent;
}
.resources-list .owl-next:before{
    content: "\f105";
    right: 0;
    left: auto;
}
/* **** **** End Course Detail Page **** **** */

/* **** **** Page 1 **** **** */
#page-1-banner{
    height: 450px;
    background: url('../image/page-1-banner.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    
}

.p1-whitebox{border-top:4px solid #ff6a00;padding: 40px 20px;background-color: #ffffff;margin-top: 100px;}
.p1-whitebox p{font-size: 14px;color: #000;margin-bottom: 0px;}
.p1-whitebox p span{font-size: 24px;color: #ff6a00;font-weight: 600;}
.p1-whitebox h3{color: #175784;font-weight: 600;}
.p1-whitebox h4{color: #000;}

#page-1-content-welcome{background-color: #fff;padding: 100px 0;}
.po-wel-cont{background-color: #fff;padding:20px 30px;}
.po-wel-cont h2{font-size: 32px;font-weight: 700;letter-spacing: 1px;text-transform: uppercase;color: #333;margin: 0 0 10px;text-align: center;}
.po-wel-cont h2 span{color: #0c2e8a;}
.po-wel-cont p.borderclass:after{    position: absolute;    content: '';    width: 60px;    height: 4px;    background-color:#ff6a00;    bottom: 0;    left: 0;    right: 0;    margin: 0 auto;}
.po-wel-cont p{padding-bottom: 20px;font-size: 16px;font-weight: 400;color: #333;text-align: left;margin: 0;position: relative;}
.po-wel-cont a{border: 2px #175784 solid;display: block;text-decoration: none;color: #175784;font-size: 20px;font-weight: 600;text-align: center;max-width: 500px;padding: 4px 20px;margin: 0 auto;}
.po-wel-cont a:hover{border: 2px #175784 solid;display: block;text-decoration: none;color: #fff;font-size: 20px;font-weight: 600;background-color: #175784;text-align: center;max-width: 500px;padding: 4px 20px;margin: 0 auto;}
#po-quote{height: 300px;    background: url('../image/quote-bg.jpg') center center no-repeat scroll;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;    -o-background-size: cover;padding: 80px 0;}
#po-quote-content{}
.po-quote-content p{color: #fff;font-size: 18px;text-align: center;}
.po-quote-content p:after{    position: absolute;    content: '';    width: 200px;    height: 1px;    background-color:#fff;    bottom: 0;    left: 0;    right: 0;    margin: 0 auto;}
#page-api{background-color: #fff;padding: 0;}
.page-api-content{padding-top:  100px;}
.page-api-content h2{font-size: 32px;font-weight: 400;letter-spacing: 1px;text-transform: uppercase;color: #1e5b88;margin: 0 0 10px 0;text-align: center;padding-bottom: 30px;}
.page-api-content p{font-size: 16px;color: #000;text-align: center;}
.black-box-container{ height: 500px;}


#marketing-terms{padding:0 0 70px 0;}
.marketing-terms-content{background-color: #4296d3;padding: 40px 0;}
.marketing-terms-content h2{font-size: 30px;font-weight: 400;letter-spacing: 1px;text-transform: uppercase;color: #fff;margin: 0 0 10px;text-align: center;}
.marketing-terms-content ul{}
.marketing-terms-content ul li{font-size: 18px;font-weight: 600;color: #fff;line-height: 30px;background: url(../image/bullet.png) no-repeat left;
padding-left: 24px;}

#free-ebook{padding:0 0 80px 0;}
#free-ebook p{font-size: 18px;color: #000;text-align: center;}
#free-ebook h2{font-size: 36px;color: #ff6a00;text-align: center;font-weight: 500;text-transform: uppercase;}
#free-ebook h3{font-size: 24px;color: #1e5b88;text-align: left !important;font-weight: 500;text-transform: uppercase;}
.free-ebook-content p{font-size: 16px;color: #000;text-align: left !important;font-weight: 500;text-transform: uppercase;}
.free-ebook-content ul{list-style: none;clear: both;}
.free-ebook-content ul li{float: left;margin-right: 10px;}

#related-article{padding: 80px 0;background-color: #2d8bce;}
#related-article h2{font-size: 24px;color: #fff;text-align: center;font-weight: 500;text-transform: uppercase;}
.related-article-content p{font-size: 16px;color: #000;text-align: left !important;font-weight: 500;text-transform: uppercase;}
#related-article .card{background-color: #FFFFFF; padding:0;  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);    margin: 40px 0;padding-bottom: 20px;
}
#related-article .card:hover{    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);    color:black;margin-bottom: 20px;
}
#related-article .card img{
    width:100%;

}
#related-article .card h4{font-size: 16px;font-weight: 500;color: #1e5b88;
    margin:20px;
}
#related-article .card p{
    margin:20px;
    font-size: 14px;text-align: left;
}
#related-article .card p span{
    font-size: 18px;
    font-weight: 600;
    color: #ff6a00;
}


@media (max-width: 768px) {

    #related-article .col-lg-4 {
        margin-top: 20px;
    }
}
@media (min-width: 768px) {

    #page-2-banner p.color-white{
    padding: 0 10%;
}
    #page-3-banner p.color-white{
    padding: 0 10%;
}
.short-width{
    padding-left: 10%;
    padding-right: 10%;
}
}


.no-gutter {  margin-right: 0;  margin-left: 0;}

.no-gutter > [class*="col-"] {  padding-right: 0;  padding-left: 0;}

/*HK*/

#page-2-banner{
    background: url('../image/banner-page-2.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0 0 0 ;
    
}
.color-white{color: #fff !important;}
#page-2-banner h1{
    font-size: 32px;
    font-weight: 700;
}
#page-2-banner p{
    margin-bottom: 10px;
}

.transparent-black-blocks .col-md-3{
    background: rgba(0,0,0,0.4);
    color: #fff;
    border-right: 1px solid #fff;
    padding: 20px 15px;
}
.transparent-black-blocks{margin-top: 20px;    padding: 0 30px;}
.transparent-black-blocks .col-md-3:last-of-type{
    border: none !important;
}
.speciality-blocks{padding-left: 75px;}
.speciality-blocks h4{
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
}
.speciality-blocks p{
    margin: 0;
    white-space: nowrap;
    margin-bottom: 0 !important;
}
#statistics{
    padding: 60px 0;
}
.upcoming-sessions h4{
    color: #fff;
    margin: 0;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 18px;
    background: #1383af;
    min-height: 40px;
}
.sessions li{
    clear: both;
}
.sessions li span.session-date{
    display: inline-block;
    height: 40px;
    color: #fff;
    float: left;
    text-align: center;
    font-weight: 700;
    width: 52px;
}
.sessions li span.session-name{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    color: #000;
    padding-left: 15px;
}
.sessions li.odd span.session-date{
    background: #ff6a00;
}
.sessions li.even span.session-date{
    background: #ff800f;
}
.sessions li.odd{
    background: #d8dcdf;
}
.sessions li.even{
    background: #e5e9ec;
}
.icon-holder{
    padding: 15px;
    color: #fff;
    width: 31%;
    float: left;
    margin-right: 3%;
}
.icon-holder:last-of-type{
    margin-right: 0px;
}
.icon-holder .fa{
    font-size: 51px;
    line-height: 50px;
    margin-bottom: 52px;
}
.icon-holder h1{
    font-size: 60px;
    font-weight: 500;
    margin: 0;
}
.icon-holder h5{
    font-size: 20px;
    font-weight: 500;
}
.bg-green{
    background: #6ac01d;
}

.bg-orange{
    background: #ed8c24;
}

.bg-purple{
    background: #9d2fea;
}
.icon-circle{
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: auto;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 40px;
}
.icon-circle .fa{
    color: #fff;
    line-height: 150px;
    font-size:60px;
}
.icon-holder-circular{text-align: center;}
.icon-holder-circular h5{
    font-size: 22px;
    font-weight: 600;
}
.icon-holder-circular p{
    max-width: 300px;
    margin: auto;
    margin-bottom: 60px;
}
#case-studies, #course-lesson, #question-bank, #certification-resources, #resource-library{
    padding: 60px 0 0 0;
}
h2.section-title {
    color: #1383af;
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px;
    text-transform: uppercase;
}
h3.section-title {
    color: #1383af;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 24px;
}
.bg-grey{
    background: #fff;
}
.bg-blue{
    background: #4281e0;
}


#page-3-banner{
    background: url('../image/banner-page-2.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 60px 0 60px 0 ;
    
}
#page-3-banner h1{
    font-size: 32px;
    font-weight: 700;
}
    #page-3-banner p.color-white{
    margin-bottom: 0;
}
.btn-orange-outline{
    min-width: 200px;
    text-align: center;
    background: #fff !important;
    border-color:#ff6a00 !important;
    color: #ff6a00 !important;
}
.btn-orange{
    text-align: center;
    background: #ff6a00 !important;
    border-color:#ff6a00 !important;
    color: #fff;
}
.btn-rounded{
    border-radius: 14px;
    height: 28px;
    line-height: 24px;
    padding: 0 15px;
    border: 2px solid #ff6a00 !important;
}
.btn-orange:hover, .btn-orange:focus {
    background-color: #fff !important;
    border: 2px solid #ff6a00 !important;
    color: #ff6a00 !important;
    
}
.bold{
    font-weight: bold;
}
.abt-teacher-review{
    color: #d8d8d8;
}
.abt-teacher-review .fa.fill{
    color: #ff6a00;
}
.abt-teacher-head{
    color: #1383af;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.abt-teacher-content{
    font-size: 18px;
    margin-bottom: 50px;
}
#about-teacher{
    padding: 60px 0;
}

#enroll-section{
    padding: 60px 0;
    background: url(../image/enroll-bg.jpg);
    background-size: cover;
    text-align: center;
}
#enroll-section h3{
    margin-bottom: 0;
    margin-top: 20px;
}
#course-desc{
    padding: 60px 0;
    background: #1383af;
}
.includes-list li{
    padding-top: 30px;
    position: relative;
}
.includes-list{
    padding-left: 30px;
}
.includes-list li .fa{
    position: absolute;
    left: -30px;
    top: 32px;
    font-size: 18px;
}
.white-hr{border-color: #fff;margin-top: 10px;margin-bottom: 0;}
.list-title{font-size: 22px;margin-bottom: 10px;}
#course-content{
    padding: 60px 0;
}

.course-summary{
    font-size: 18px;
}
.course-summary b, .color-orange{
    color: #ff6a00;
}

.bg-white{background: #fff;}
table td{line-height: 30px !important;}
table i{line-height: 30px !important;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border-top: 2px solid #e5e9ec;
    font-size: 14px;
}
.table{margin: 0;margin-top: 20px;}
td i{color: #b6babc;}
.price-canelled{text-decoration: line-through;color: #ff0000;font-size: 14px;display: inline-block;line-height: 30px;}
#upcoming-batch{padding: 60px 0;}
#upcoming-batch .table{margin: 0;}
.table.bg-grey td{border-color: #fff;vertical-align: middle;}
.table.bg-grey{background: #e5e9ec;}
.img-centered{margin: auto;display: block;margin-bottom: 20px;}
.margin-0{margin: 0;}
#course-certification{padding: 0 0 60px 0;}

.panel-title{position: relative;}
.panel-title a::after{
    content: "\f068";
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}
.panel-title a[aria-expanded="false"]::after{
    content: "\f067";
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    transform: translateY(0%);
    top: 0;
}
.panel-title a[aria-expanded="true"]::after{
    content: "\f068";
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}
.panel-title a:hover, ..panel-title a:focus{color: #000 !important;}
.show{display: none !important;}
.show.in{display: block !important;}
.collapse{overflow: hidden;}
.batch-date b{display: block;}
.batch-date{display: inline-block;text-align: center;color: #fefefe;background: #1383af;min-width: 60px;}
td.color-orange .fa{color: #ff6a00;}
td.color-orange{font-size: 14px !important;}

.panel-group .panel{border-radius: 0 !important;border: none !important;}
.panel-default>.panel-heading{border: none !important;padding: 0;}

.panel-title a::after{
    width: 37px;
    line-height: 37px;
    text-align: center;
    background: #f7fcff;
    color: #a7aaac !important;
    bottom: 0;
}
.panel-title a {
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    background: #d8dcdf;
    padding-right: 42px;
}
.panel-title a[aria-expanded=true] {
    background: #f7fcff;
    color: #ff6a00;
}
.panel-title a:hover, .panel-title a:active, .panel-title a:focus{color: #ff6a00 !important;}
#faq{padding: 60px 0 40px;}
.panel-group .panel+.panel{margin-top: 20px;}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #f7fcff;
    border: none !important;
}
#faq .short-width{
    margin-bottom: 60px;
}
tr:first-child{border-top: none !important;}
tr:first-child td{border-top: none !important;}




/*Media*/
@media(max-width:1199px){
    .upcoming-sessions{
        margin-bottom: 60px;
    }
    .speciality-blocks{
        padding: 0;
    }
}

@media(max-width:991px){
    .transparent-black-blocks .col-md-3:nth-child(1), .transparent-black-blocks .col-md-3:nth-child(2){
        border-bottom: 1px solid #fff;
    }
    .transparent-black-blocks .col-md-3:nth-child(2){
        border-right: none;
    }
    .btn-orange-outline{
        margin-bottom: 50px;
    }
    .margin-bottom-sm{margin-bottom: 50px;  }
}

@media(max-width:767px){
    .transparent-black-blocks .col-md-3{
        border-bottom: 1px solid #fff;
        border-right: none;
    }
    .transparent-black-blocks .col-md-3:last-child{
        border-bottom: none;
    }
    .icon-holder{
        width: initial;
        margin-bottom: 15px;
        margin-right: 0;
        float: none;
    }
    .course-summary.text-right{text-align: left !important;}
}
@media(min-width:992px){
    .vertical-center{
        display: flex;
        align-items: center;
    }
}
