/* Banner Section */

body {
  background: #fff;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.container {
 max-width: 1260px;
}
#wss-menu-bar .wsmenu {
 max-width: 1260px;
}
#wss-menu-bar .wsmenu h3 {
  font-size: 14px;
}
#wss-menu-bar .link-list a:before{
  content: "\f522";
    font-family: dashicons;
    line-height: 1;
    /* content: "\f345"; */
    vertical-align: text-top;
    padding-right: 5px;
}

#wss-menu-bar .wsmenu .svg-inline--fa {
  margin-right: 3px;
}
#wss-menu-bar .wsmenu > .wsmenu-list > li:hover > .wsmegamenu {
  border: 1px solid #aaaaaa;
  box-shadow: 3px 3px 3px rgba(0,0,0,.15);
}
#wss-menu-bar .wsmenu>.wsmenu-list>li>.wsmegamenu li a,
#wss-menu-bar .wsmenu>.wsmenu-list>li>.wsmegamenu li a:visited,
#wss-menu-bar .wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul li a,
#wss-menu-bar .wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul li a:visited
 {
  color: #03489b;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a
.wsmenu>.wsmenu-list>li>.wsmegamenu li a:hover,
.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul li a:hover
 {
  color: #007bff;
  text-decoration: none;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a { 
  padding: 4px 0px;
  white-space: normal; /* Mobile menu long text overflow fix */
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post,
.page {
	margin: 0;
}
/* Global Generic Colors */
a, a:visited, a:active {
  color: #03489b;
  text-decoration: none;
}
a:hover {
  color: #007bff;
  text-decoration: none;;
}
.bg-dark {
  /* background-color: #333333; */
  color: #f1f1f1;
}
.bg-light {
  background-color: #ffffff;
  color: #333333;
}
.form-control {
  border: 1px solid #6d86a0;
}
.dashicons, .dashicons-before:before {
  vertical-align: middle;
}
/* Custom Theme CSS */
.bg-primary {
  background-color: #003459 !important;
}
.bg-theme-2 {
  background-color: #795548;
}
.theme-text-1 {
  color: #FF9F1C !important;
}
header {
  background-color: #f7f7f7 !important;
}
p {
  margin-bottom: 0.8rem;
}
.btn-theme-1,
a.btn-theme-1,
a.btn-theme-1:visited {
  background-color: #003459;
    color: #ffffff;
}

.btn-theme-1:hover,
a.btn-theme-1:hover {
  background-color: #3375a4;
    color: #ffffff;
}
.btn-theme-2,
.btn-theme-2:hover,
a.btn-theme-2,
a.btn-theme-2:hover,
a.btn-theme-2:active {
  background-color: #ffffff;
    color: #003459;
}

.form-group input[type="submit"].btn-theme-1  {
  background-color: #003459;
  color: #ffffff;
  padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}
.form-group input[type="submit"].btn-theme-1:hover {
  background-color: #3375a4;
  color: #ffffff;
}
/* Global MI CSS */
h1 {
  font-size: 32px;
  margin-bottom: .5rem;
}
h2 {
  font-size: 26px;
  margin-bottom: 12px;
}
h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
/* All heading bold expect home h4, h5 */
h1,
h2,
h3,
.main-sidebar h4,
article h4,
article h5,
h6 {
  font-weight: 600;
}

h1.bottom-line,
h2.bottom-line {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
h1.bottom-line::before,
h2.bottom-line::before {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #FF9F1C;
  bottom: 0;
  left: 0;
}
.home-page section {
  padding: 50px 0;
}
aside.sidebar section {
  padding: 0;
  margin-bottom: 30px;
}
/* MI Features section */
#mi-features {
    background: linear-gradient(rgba(33, 35, 49, 0.8), rgba(33, 35, 49, 0.8)), url("../images/why-choose-merient-trainings.jpg");
    background-size: cover;
    background-position: center;
}
#mi-features .features-header {
  margin-bottom: 50px;
}
#mi-features .icon-box {
  margin-bottom: 30px;
}
#mi-features .media-icon {
  margin-right: 10px;
  min-width: 60px;
}
#mi-features .media-icon .dashicons {
  font-size: 50px;
}
#mi-features .media-body h4 {
  margin-bottom: 10px;
}

/**/

#mi-header-banner {
   /* background: url(../images/students-image.jpg) center; */
   background-size: cover;
   background-position: center;
   padding: 0;
}
#mi-header-banner .section-content {
  padding: 30px;
  background-color: #193470d6;
  margin-top: 150px;
}
#mi-header-banner h2 {
   margin: 0 0 10px 0;
   font-weight: 700;
   line-height: 48px;
   color: #ffffff;
}
#mi-header-banner h3 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}
/* Breadcrump W3 Receommeded 
https://www.w3.org/TR/wai-aria-practices/examples/breadcrumb/index.html
*/
nav.breadcrumb {
  padding: 0.8em 1em;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 4px;
  background: hsl(300, 14%, 97%);
}

nav.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

nav.breadcrumb li {
  display: inline;
}

nav.breadcrumb li + li::before {
  display: inline-block;
  margin: 0 0.25em;
  transform: rotate(15deg);
  border-right: 0.1em solid currentColor;
  height: 0.8em;
  content: '';
}

nav.breadcrumb [aria-current="page"] {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

/* Inner page breadcrub */
.wrap-title-page {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2d3e50;
}

.wrap-title-page:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/header-bg.jpg') 40% 0 no-repeat;
  opacity: 0.15;
  content: '';
}

.ui-title-page {
  font-family: Montserrat, arial;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.wrap-breadcrumb {
  margin-top: -20px;
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f7f7f7;
  list-style: none;
}

.service1-area {
   position: relative;
 }
.service1-area .service1-inner-area {
  position: absolute;
  top: -153px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .service1-area .service1-inner-area {
    top: -150px;
  }
}
@media only screen and (max-width: 991px) {
  .service1-area .service1-inner-area {
    position: inherit;
    top: 0;
  }
}
.service1-area .service-1-wrapper {
  margin-right: 0;
  margin-left: 0;
}

/*=======================================================================
[06] Service Area
=========================================================================*/
.service-box-1 {
  border: 1px solid #aaaaaa;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: rgba(0, 33, 71, 0.9);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-box-1 {
    padding: 30px 25px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-box-1 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .service-box-1 {
  background-color: rgba(0, 33, 71, 0.9);
    padding: 20px 20px 15px;
  }
}
.service-box-1:last-child {
  border-right: none;
}
.service-box-1 .service-box-content {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-box-1 .service-box-content h3 {
    font-size: 20px;
  }
}
.service-box-1 .service-box-content h3 a {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-1 .service-box-content a {
color: #FF9F1C;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.service-box-1 .service-box-icon {
  text-align: center;
  padding-top: 15px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: white;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.service-box-1 .service-box-icon .dashicons {
  font-size: 50px;
  width: auto;
  height: auto;
}
.service-box-1:hover .service-box-icon:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* New Ticker */
#mi-news-ticker {
  padding: 0;
}
 /*=======================================================================
[16] News and Event Area
=========================================================================*/
#mi-news-event-area {
   background: #f5f5f5;
 }
 #mi-news-event-area .content-box {
  background: #ffffff;
  padding: 15px;
 }
 #mi-news-event-area .content-box .post-date {
  font-style: italic;
  font-size: 14px;
  margin: 5px 0;
  font-weight: 500;
  color: #FF9F1C;
 }
 #mi-news-event-area .content-box h4 {
  margin-bottom: 5px;
 }
 #mi-news-event-area .post-meta {
  margin: 5px 0
 }
 #mi-news-event-area .post-meta span {
  color: #002147;
  font-weight: 500;
  border-right: 1px solid #BDBDBD;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 13px;
 }
 #mi-news-event-area .post-meta span:last-child {
   border: none;
 }
 #mi-news-event-area .post-meta i.dashicons {
   font-size: 16px;
 }

 /*-------------------------------------------------*/
/* =  10.TOP COURSES 
/*-------------------------------------------------*/
.discover-box{
  margin-bottom: 30px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.box-overlay img{
  height: auto;
  width: 100%;
}
.box-overlay span{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  background-color: #FF9F1C;
  margin: 0px 50px;
  padding: 5px;
  opacity: 0.8;
}
 .discover-box a.box-overlay img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.discover-box a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(31, 44, 115, 0.57);
  /* background:radial-gradient(black, transparent); */
}
.discover-box:hover a.box-overlay img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/**** */
/* -------- layer overlay Color ---------- */

/* Logo & Header */
#wss-menu-bar {
  padding-top: 10px;
  border-top: 3px solid #002147;
}
header .header-widget {
  float: right;
  padding-top: 30px;
}
header .single-widget {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  margin-right: 20px;
}
header .single-widget i {
  position: absolute;
  text-align: center;
  font-size: 18px;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #00B16A;
}
header .single-widget h4 {
  font-weight: 500;
  font-size: 16px;
}
header .single-widget h4 span {
  color: #666;
  font-weight: 400;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.header-right {
  float: right;
  text-align: right;
  margin-top: 15px;
}
.header-right .dashicons-phone {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.header-right .dashicons-phone::before{
  font-size: 15px;
}
.header-right .header-ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.header-right .header-ul li {
  margin-left: 10px;
  display: inline-block;
}
.header-right .header-ul li i {
  margin-right: 5px;
  
}
.header-right nav li {
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid #DDD;
  font-size: 13px;
}
.header-right nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

/* Custom CSS for Accordion */
/*
 *  accordion.less
 * -----------------------------------------------
*/

.accordion-type-1 .accordion>.card .card-header {
  background-color: #0d5189;
  color: #f1f1f1
}

.accordion-type-1 .panel {
  border: 1px solid #ddd;
}
.accordion-type-1 .panel-group .panel+.panel {
  margin-top: 5px;
}
.accordion-type-1 .panel-default > .panel-heading {
  background-color: #212331;
}
.accordion-type-1 .panel-default > .panel-heading .panel-title > a,
.accordion-type-1 .panel-default > .panel-heading .panel-title > a:hover,
.accordion-type-1 .panel-default > .panel-heading .panel-title > a:focus {
  color: #fff;
}

/* Modern Header */
.accordion-type-1 .panel-heading {
  padding: 0;
}
.accordion-type-1 .panel-body {
  padding: 15px;
}
.accordion-type-1 .panel-heading .panel-title {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
}
.accordion-type-1 .panel-heading .panel-title a {
  color: #111111;
  display: block;
  padding: 10px 15px;
}

/* Courses list card */
.bg-theme-1 {
  background-color: #24272F;
  color: #FFFFFF;
}

.mi-course-list .card-header {
  padding: 10px 20px;
}
.mi-course-list .card-body ul {
  padding: 0;
  margin: 0;
}
.mi-course-list .card-body li {
  list-style: none;
}
.mi-course-list .card-header:first-child {
  border-radius: 0;
}
.mi-course-list h3 {
  margin-bottom: 0;
}
.mi-course-list .link-list a:before{
  content: "\f310";
    font-family: dashicons;
    /* line-height: 1; */
    /* content: "\f345"; */
    vertical-align: text-top;
    padding-right: 5px;
}
/* Courses */
#wss-content-box-1 .section-box {
  box-shadow: 0 3px 15px 0 #ccc;
     margin: 15px 0;
}
#wss-content-box-1 img {
  max-width: 100%;
  height: auto;
}
/* #wss-content-box-1 .main-section-content h2:after {
content: "";
width: 80px;
border-bottom: 2px solid #17a2b8;
height: 20px;
display: block;
position: relative;
margin: auto;
} */

#wss-content-box-1 .section-content {
  background-color: #fefefe;
  padding: 20px;
}
#wss-content-box-1 .section-header {
  margin: 5px 0;
}
#wss-content-box-1 .section-header h2 {
  margin: 0;
  font-size: 20px;
}
#wss-content-box-1 .main-content {
  clear: both;
  float: none;
  padding: 10px 0 20px 0;
}

#wss-content-box-1 .section-footer .wss-btn-1 {
  border-radius: 0;
  font-size: 15px;
  color: #0099ff;
  padding: 5px 10px;
  margin: 0px 0px 20px 0px;
  border: 1px solid #99ebff;
  background-color: #e6ffff;
}
#wss-content-box-1 .section-footer .wss-btn-1:hover {
  text-decoration: none;
  background-color: #1E90FF;
  color: #ffffff;
}

/* Responsive Calender Icon - https://www.sitepoint.com/create-calendar-icon-html5-css3/ */
time.icon
{
  font-size: 0.8em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 1em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #FF9F1C;
  border-bottom: 1px dashed #f37302;
  /* box-shadow: 0 2px 0 #fd9f1b; */
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #FF9F1C;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.7em;
  color: #2f2f2f;
}

/* Breaking News Ticker */
.navigation-box {
  top: .7rem;
  right: .8rem;
  width: 2rem;
  position: absolute;
}

/* **************  Footer ************** */
#footer {
  background-color: #111111;
  color: #a9a9a9;
}
#footer section {
  padding: 0;
}  
#footer a {
      color: #a9a9a9;
}
#footer a:focus, #footer a:hover, #footer a:active {
    color: #F88147;
}
.widget .list-border li {
  margin-bottom: 0;
  padding: 10px 0;
}
#footer .list-border li {
  border-bottom: 1px dashed #333333;
}
#footer .widget-title {
  color: #fff;
}
.widget .widget-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  /* font-size: 18px; */
  font-weight: 600;
}
#footer h3 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #333333;
  color: #eeeeee;
  text-align: center;
  margin: 10px 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.footer-bottom {
    background-color: #222222 !important;
}

/* Filter Gallery & Boxes */
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    margin-right: 6px;
    color: #666;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 4px 15px;
    border-radius: 50px;
    display: inline-block;
}
.filter-button:hover
{
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.gallery_product
{
    margin-bottom: 30px;
}
/**** Gallery */
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

/** Course listing page css */
.border-1px {
  border: 1px solid #eeeeee !important;
}

.mi-course-box {
  background-color: #f9f9f9;
}
.course-single-item {
  border: 1px solid #eeeeee;
}
.course-single-item h2 {
  font-size: 18px;
  font-weight: bold;
}
.course-single-item h5 {
  font-size: 12px;
  font-weight: bold;
}
.course-single-item .course-footer {
  padding: 15px 20px;
    border-top: 1px solid #eee;
}
.course-details {
  padding: 20px;
}

/* Ribbon CSS Code */
.ribbon {
  position: absolute;
  right: 11px;
  top: -4px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

/* Aside widget boxes */
/* */
aside .widget .widget-title {
  background-color: #03294e;
  padding: 15px 20px;
  margin-bottom: 0;
  color: #f1f1f1;
  /* box-shadow: 0 2px 0 0 #009688; */
}
/* aside .widget .widget-detail {
  border: 1px solid #aeaeae;
  padding: 20px;
} */
aside .widget > div {
  border: 1px solid #aeaeae;
  padding: 20px;
}
/* Course detail page */
article.main-content-box {
  padding: 20px;
  box-shadow: 0 1px 2px rgba(0,0,0,.5);
}

.course-feature-box {
	overflow: hidden;
	border-left:1px solid #f4f4f4;
  border-right:1px solid #f4f4f4;
  border-top:1px solid #f4f4f4;
}
.course-image {
  border: 2px solid #ccc;
  padding: 10px;
  max-width: 250px;
}
.course-feature-box .media-body h6 {
  color: #777777;
}

.course-feature-box .media-body h6,
.course-feature-box .media-body p{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
.course-feature-box .media-icon {
  margin: 0 0 0 10px;
  min-width: 40px;
}
.course-feature-box .icon-box {
  background: #fcfcfc;
  border: solid #f4f4f4;
  border-width: 0 1px 1px 0;
  margin-bottom: 0;
}
.feature-box {
  font-size: 12px;
  padding: 15px;
  background: #fcfcfc;
  border: solid #f4f4f4;
  border-width: 0 1px 1px 0;
}
.feature-box i {
	display: inline-block;
  vertical-align: middle;
}
.feature-box span {
	padding-left: 15px;
  vertical-align: middle;
}

/* Tabs */
.tab-content,
aside .widget > .tab-content {
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 10px;
}
aside .widget .tab-content {
  padding: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  color: #ffffff;
  border-color: #dee2e6 #dee2e6 #fff;
  background-color: #3072b1;
  font-weight: 600;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background-color: #fff;
  border-bottom: none;
  color: #333333;
  font-weight: 600;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: bold;
  border-top: 1px solid;
}
.nav-tabs .nav-item:focus {
  outline: none;
}
/* Syllabus */
.old-syllabus-format .panel-heading{
  padding: 10px;
}
article.main-content-box .accordion-type-1 .accordion-type-1 .panel-default > .panel-heading .panel-title > a, 
article.main-content-box .accordion-type-1 .panel-default > .panel-heading .panel-title > a:focus {
  background-color: #f4f4f4;
  color: #222;
}
article.main-content-box .course-section {
  background-color: #666666;
  padding: 10px 20px;
  color: #fff;
}

article.main-content-box .accordion-type-1 .panel-default > .panel-heading {
  background-color: #f4f4f4;
}

article.main-content-box .accordion-type-1 .panel-default > .panel-heading .panel-title > a,
article.main-content-box .accordion-type-1 .panel-default > .panel-heading .panel-title > a:hover,
article.main-content-box .accordion-type-1 .panel-default > .panel-heading .panel-title > a:focus {
  color: #222;
}
article.main-content-box .accordion-type-1 .panel-group .panel+.panel {
  margin-top: 2px;
}
/* Main content box for detail page */
.main-content-box ul {
  padding-left: 20px;
  list-style-type: disc;
  margin: 10px;
}
.main-content-box ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin: 10px;
}
.main-content-box #nav-profile ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
/** */
.widget li {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #d3d3d3;
}
.widget .tab-content {
  padding: 10px 20px;
}
.widget .tab-content .post-meta {
  margin-top: 5px;
  font-size: 13px;
}
.widget .tab-content span:first-child {
  margin-right: 5px;
}

/* Contact Page */
.contact-sidebar .social-icons a {
  width: 50px;
  height: 50px;
  line-height: 57px;
}
.contact-sidebar .whatsapp-icon {
  background-color:#25d366;
}
.contact-sidebar .course-feature-box .media-icon {
  margin-right: 20px;
  margin-bottom: 12px;
}
.contact-sidebar .course-feature-box {
  border: none;
}
.contact-sidebar .media-icon {
  margin-left:0;
  min-width: 40px;
}
.contact-sidebar .media-icon .dashicons {
  line-height: 42px;
  font-size: 35px;
  padding: 5px;
  height: 50px;
  width: 50px;
  display: inline-block;
  background-color: #795548;
  border-radius: 50%;
  color: white;
}
.contact-sidebar .icon-box {
  background: none;
  border: none;
  border-bottom: 1px dashed #f4f4f4;
  margin-bottom: 10px;
}
.contact-sidebar .feature-box {
  font-size: 12px;
  padding: 15px;
  background: #fcfcfc;

}
.contact-sidebar .media-body h5 {
  font-weight: bold;
  color: #17a2b8;
}
.contact-sidebar .media-body p {
  font-size: 15px;
  color: #505050;
  font-weight: normal;
}

/* About feature boxes */
.single-features {
    border: 1px solid #dddddd;
    padding: 40px 25px;
    transition: all 0.3s ease 0s;
}

.single-features:hover {
    background: #1BB4B9;
    border-color: #1BB4B9;
}
.mi-features-area .dashicons {
  font-size: 50px;
  height: 50px;
  width: 50px;
}
.icon-box {
    margin-bottom: 25px;
}

.icon-box i {
    border: 1px solid #4fc1f0;
    border-radius: 50%;
    color: #4fc1f0;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 78px;
    width: 80px;
    transition: .3s;
}

.single-features:hover .icon-box i {
    border-color: #fff;
    color: #fff;
}

.single-features h5 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    transition: .3s;
}

.single-features:hover.single-features h5 {
    color: #fff;
}

.single-features p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    transition: .3s;
}

.single-features:hover.single-features p {
    color: #fff;
}

/* Theme Options Tree */
#option-tree-logo {
  display: none;
}

/* Stats */
#mi-stats-box .dashicons {
  font-size: 50px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

/* Syllabus Print Page template */
.page-template-syllabus-page .wsmenu,
.page-template-syllabus-page .breadcrumb,
.page-template-syllabus-page #footer {
  display: none;
}

.page-template-syllabus-page .oct-main-section {
  padding: 0;
}

/* WordPress gallery CSS */
.gallery:after {content:"";display:table;clear:both;}

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block; margin:1em auto;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}


.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}


.gallery figure {float:left; margin:0 2% 1em 0;}


.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}


.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}


.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}


.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}


.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}


.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}


.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}


.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}


.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}


@media (max-width:767px) {
	img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

@media only screen and (max-width: 991px) {
  .wsmobileheader .wssearchform form:before {
    content: "\f522";
    vertical-align: text-top;
    font-family: dashicons;
  }
  #mi-header-banner {
    margin-top: 30px;
  }
  .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    background: white;
  } 
  .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
    border-color: white;
  }
}
