/*!
 * Project_Name: Themezy Hosting Theme
 * Author: Themezy
 * Email: info@themezy.com
 * URL: http://themezy.com
 */
/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.button {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  background-color: #152559;
  line-height: normal;
  border: none;
  outline: none;
  font-size: 14px;
  font-size: 0.875em;
}
.button.secondary {
  background-color: #e9eaed;
  color: #7d808c;
}

.fullwidth-block {
  padding: 15px 0;
  position: relative;
}

@media screen and (max-width: 510px) {
  .col-us {
    width: 100% !important;
    float: none;
  }
}

.breadcrumbs {
  background: #f6f7f9;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875em;
  color: #aeb0b9;
  font-weight: 300;
}
.breadcrumbs a {
  color: #aeb0b9;
  text-decoration: none;
}

.slider {
  position: relative;
  background: #f6f7f9;
  margin-bottom: 50px;
}
.slider .slides {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.slider .slides:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.slider .slides li {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding: 30px 0;
}
.slider .slides li img {
  float: right;
}
.slider .slide-caption {
  padding: 70px 50px 30px 0;
}
.slider .slide-title, .slider .slide-subtitle, .slider .slide-summary, .slider .button {
  -webkit-transition: .3s ease-in;
          transition: .3s ease-in;
  opacity: 0;
}
.slider .slide-title {
  color: #152559;
  margin: 0 0 10px;
  font-size: 55px;
  font-size: 3.4375em;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  line-height: 45px;
  text-align:center;
}
.slider .slide-subtitle {
  color: #01a6d4;
  display: block;
  margin: 0 0 50px;
  font-weight: 300;
  font-size: 10px;
  font-size: 1.25em;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.slider .slide-summary {
	font-size:20px;
  -webkit-transform: translateX(200px);
      -ms-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  margin-bottom: 30px;
}
.slider .button {
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
.slider .flex-active-slide .slide-title, .slider .flex-active-slide .slide-subtitle {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.slider .flex-active-slide .slide-summary {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.slider .flex-active-slide .button {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.slider .flex-control-nav {
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.slider .flex-control-nav li {
  display: inline-block;
  margin: 0 2px;
}
.slider .flex-control-nav li a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbccce;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}
.slider .flex-control-nav li a.flex-active {
  background: #01a6d4;
}

.feature {
  margin-bottom: 30px;
  position: relative;
}
.feature [class^="icon-"] {
  font-size: 48px;
  float: left;
  margin-right: 20px;
  color: #01a6d4;
  position: relative;
  top: 5px;
}
.feature .feature-title {
  color: #152559;
  margin-bottom: 20px;
}
.feature .feature-title .title, .feature .feature-title .subtitle {
  display: table;
}
.feature .feature-title .title {
  font-size: 24px;
  font-size: 1.5em;
  margin: 0;
}
.feature .feature-title .subtitle {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 100;
  color: #7d808c;
}
.feature .feature-summary {
  margin-bottom: 50px;
  padding-right: 20px;
}
.feature.top-icon {
  text-align: center;
}
.feature.top-icon [class^="icon-"] {
  display: block;
  text-align: center;
  font-size: 48px;
  position: relative;
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}
.feature.top-icon .feature-title {
  color: #01a6d4;
}
.feature.has-connector:before {
  content: " ";
  width: 260px;
  height: 67px;
  background: url(images/connector.png) no-repeat;
  position: absolute;
  top: -75px;
  left: 55%;
}
@media screen and (max-width: 990px) {
  .feature.has-connector:before {
    display: none;
  }
}

.pricing-table {
  border: 2px solid #dedfe2;
  border-radius: 10px;
  margin-bottom: 30px;
}
.pricing-table .pricing-title {
  background-color: #01a6d4;
  text-align: center;
  padding: 20px 0;
  margin: -2px -2px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white !important;
}
.pricing-table .pricing-title .pricing-type {
  margin: 0;
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 700;
  color: white !important;
}
.pricing-table .pricing-title small {
  font-size: 1em;
}
.pricing-table .price-tag {
  padding: 20px 30px;
}
.pricing-table .price-tag strong {
  font-size: 30px;
  font-size: 1.875em;
  color: #152559;
}
.pricing-table .price-tag small {
  font-size: 1em;
}
.pricing-table .pricing-desc {
  font-size: 14px;
  font-size: 0.875em;
  color: #adafb8;
  padding: 0 30px;
  margin: 0;
}
.pricing-table .list-fa {
  padding: 0 30px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  padding: 20px 0 20px 70px;
  border-bottom: 1px solid #adafb8;
  position: relative;
}
.feature-list [class^="icon-"] {
  position: absolute;
  font-size: 48px;
  left: 0;
  top: 25px;
  color: #01a6d4;
}
.feature-list h3 {
  color: #152559;
  font-size: 17px;
  font-size: 1.0625em;
  margin: 0 0;
}
.feature-list p {
  margin: 0;
}

.boxed-content {
  border-radius: 10px;
  padding: 30px;
}

.team {
  text-align: center;
}
.team .team-image {
  width: 230px;
  height: 230px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.map {
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 350px;
}
.map:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

address {
  font-style: normal;
}

form input:not([type="submit"]), form textarea {
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #dedfe2;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 300;
  width: 100%;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
form input:not([type="submit"]):hover, form input:not([type="submit"]):active, form input:not([type="submit"]):focus, form textarea:hover, form textarea:active, form textarea:focus {
  border-color: #01a6d4;
}
form textarea {
  display: block;
  min-height: 180px;
  resize: vertical;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon-1.eot") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.bin") format("truetype"), url("fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-person-globe:before {
  content: "\e600";
}

.icon-person-time:before {
  content: "\e601";
}

.icon-chess-knight:before {
  content: "\e602";
}

.icon-maze:before {
  content: "\e603";
}

.icon-bulb:before {
  content: "\e604";
}

.icon-handshake:before {
  content: "\e605";
}

.icon-doc-time:before {
  content: "\e606";
}

.icon-mobile-check:before {
  content: "\e607";
}

.icon-person-move:before {
  content: "\e608";
}

.icon-target:before {
  content: "\e609";
}

.icon-bar-chart-up:before {
  content: "\e60a";
}

.icon-bar-chart-down:before {
  content: "\e60b";
}

.icon-person-target:before {
  content: "\e60c";
}

.icon-bulb-structure:before {
  content: "\e60d";
}

.icon-doc-check:before {
  content: "\e60f";
}

.icon-customer-service:before {
  content: "\e610";
}

.icon-barcode:before {
  content: "\e611";
}

.icon-box-search:before {
  content: "\e612";
}

.icon-box-timer:before {
  content: "\e613";
}

.icon-box-verified:before {
  content: "\e614";
}

.icon-recyclable:before {
  content: "\e615";
}

.icon-broken-glass:before {
  content: "\e616";
}

.icon-umberella:before {
  content: "\e617";
}

.icon-map-pin-alt:before {
  content: "\e618";
}

.icon-box-delivery:before {
  content: "\e619";
}

.icon-box:before {
  content: "\e61a";
}

.icon-globe-plane:before {
  content: "\e61b";
}

.icon-send-receive:before {
  content: "\e61c";
}

.icon-vehicle-run:before {
  content: "\e61d";
}

.icon-cart:before {
  content: "\e61e";
}

.icon-globe:before {
  content: "\e61f";
}

.icon-map-pin:before {
  content: "\e620";
}

.icon-server-update:before {
  content: "\e621";
}

.icon-server-search:before {
  content: "\e622";
}

.icon-server-add:before {
  content: "\e623";
}

.icon-server-lock:before {
  content: "\e624";
}

.icon-expand:before {
  content: "\e625";
}

.icon-shrink:before {
  content: "\e626";
}

.icon-signal:before {
  content: "\e627";
}

.icon-doc-download:before {
  content: "\e628";
}

.icon-icon-27:before {
  content: "\e629";
}

.icon-lock:before {
  content: "\e62a";
}

.icon-unlock:before {
  content: "\e62b";
}

.icon-key:before {
  content: "\e62c";
}

.icon-credit-card-hand:before {
  content: "\e62d";
}

.icon-credit-card:before {
  content: "\e62e";
}

.icon-money-head:before {
  content: "\e62f";
}

.icon-icon-46:before {
  content: "\e630";
}

.icon-diamond:before {
  content: "\e631";
}

.icon-piggy:before {
  content: "\e632";
}

.icon-pie-chart:before {
  content: "\e633";
}

.icon-line-chart-up:before {
  content: "\e634";
}

.icon-line-chart-down:before {
  content: "\e635";
}

.icon-money-paper:before {
  content: "\e636";
}

.icon-mobile-money:before {
  content: "\e637";
}

.icon-mobile-chart:before {
  content: "\e638";
}

.icon-money-storage:before {
  content: "\e639";
}

.icon-cc-terminal:before {
  content: "\e63a";
}

.icon-checque:before {
  content: "\e63b";
}

.icon-money-atm:before {
  content: "\e63c";
}

.icon-cash-machine:before {
  content: "\e63d";
}

.icon-hammer:before {
  content: "\e63e";
}

.icon-bear:before {
  content: "\e640";
}

.icon-bull:before {
  content: "\e641";
}

.icon-person-money:before {
  content: "\e642";
}

.icon-gold:before {
  content: "\e643";
}

.icon-calculator:before {
  content: "\e644";
}

.icon-money-bag:before {
  content: "\e645";
}

.icon-wallet:before {
  content: "\e646";
}

.icon-money-globe:before {
  content: "\e647";
}

.icon-bank:before {
  content: "\e648";
}

.icon-money-doc:before {
  content: "\e649";
}

.icon-abacus:before {
  content: "\e64a";
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .slider .slide-caption, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .slider .slide-caption, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8, .slider .slide-caption {
    width: 66.66667%;
  }
.col-md-81
{
    width: 100%;
  }
  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  position: relative;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #7d808c;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.site-header {
  position: relative;
  z-index: 99;
  line-height: normal;
}

.top-header {
  background: #292c35;
  color: #aaacb5;
  padding: 20px 0;
}
.top-header a {
  color: #aaacb5;
  text-decoration: none;
}

.member-navigation .fa {
  margin-right: 5px;
}
.member-navigation a {
  display: inline-block;
  margin-left: 20px;
}

.bottom-header {
  background: white;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  *zoom: 1;
}
.bottom-header:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.bottom-header .branding {
  padding: 15px 0;
}
.bottom-header .branding {
  color: #152559;
  text-decoration: none;
}
.branding .site-title {
  color: #152559;
}
.branding .site-title span {
  color: #01a6d4;
}
.branding .site-description {
  color: #7d808c;
}
.branding {
  *zoom: 1;
}
.branding:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.branding img.logo-icon {
  float: left;
  margin-right: 10px;
}
.branding .site-title, .branding .site-description {
  display: table;
}
.branding .site-title {
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.branding .site-title a {
  color: #152559;
  text-decoration: none;
}
.branding .site-title a span {
  color: #01a6d4;
}
.branding .site-description {
  font-size: 12px;
  font-size: 0.75em;
  margin: 0;
}

.main-navigation .menu-toggle {
  display: none;
  background: none;
  padding: 10px;
  margin-top: 10px;
  border: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu-toggle {
    display: block;
  }
}
.main-navigation .menu {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  margin: 0;
  *zoom: 1;
}
.main-navigation .menu:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu {
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    background: white;
    padding: 20px;
  }
}
@media screen and (min-width: 769px) {
  .main-navigation .menu {
    display: block !important;
  }
}
.main-navigation .menu .menu-item {
  float: left;
  padding: 0 15px;
}
.main-navigation .menu .menu-item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu .menu-item {
    display: block;
    float: none;
  }
  .main-navigation .menu .menu-item a:after {
    display: none;
  }
}
.main-navigation .menu .menu-item a {
  padding: 41px 0;
  display: block;
  text-decoration: none;
  color: inherit;
  font-weight: 300;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: .2s ease;
          transition: .2s ease;
}
.main-navigation .menu .menu-item a:after {
  content: "|";
  position: absolute;
  right: -15px;
  font-weight: 100;
  color: #e4e4e4;
}

@media screen and (max-width: 768px) {
  .main-navigation .menu .menu-item a {
    padding: 10px 20px;
  }
}
.main-navigation .menu .menu-item:first-child {
  border-left: none;
}
.main-navigation .menu .menu-item:last-child a {
  padding-right: 0;
}
.main-navigation .menu .menu-item:last-child a:after {
  display: none;
}
.main-navigation .menu .menu-item:hover a, .main-navigation .menu .menu-item.current-menu-item a {
  color: #01a6d4;
  border-bottom: 2px solid #01a6d4;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.alig-center {
  text-align: center;
}

hr {
  border: none;
  border-bottom: 1px solid #adafb8;
}

.list-fa {
  padding: 0;
  list-style: none;
}
.list-fa li {
  padding: 6px 0;
}
.list-fa li .fa {
  margin-right: 10px;
  color: #01a6d4;
}

.list-check {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
.list-check li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
.list-check li .fa {
  position: absolute;
  top: 7px;
  left: 0;
  color: #01a6d4;
}
.list-check li h3 {
  color: #01a6d4;
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 5px;
}
.list-check li p {
  margin: 0;
}

.leading {
  font-size: 24px;
  font-size: 1.5em;
  color: #01a6d4;
  font-weight: 300;
}
.leading.muted {
  color: #adafb8;
}

.about-section h2 {
  color: #152559;
  font-size: 36px;
  font-size: 2.25em;
}

.inner-content {
  padding-top: 50px;
}

img.pull-left {
  margin-right: 30px;
}

img.pull-right {
  margin-left: 30px;
}

img.pull-left, img.pull-right {
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  img.pull-left, img.pull-right {
    float: none !important;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
}

hr {
  border: none;
  border-bottom: 1px solid #e4e4e4;
}
hr.spacer {
  border: none;
  padding: 20px;
}

.site-footer {
  background-color: #292c35;
  padding: 60px 0;
  color: #aaacb5;
}
.site-footer .copy {
  font-size: 12px;
  font-size: 0.75em;
}
.site-footer a {
  color: #aaacb5;
}
.site-footer .branding .site-title a, .site-footer .branding .site-title span {
  color: #aaacb5;
}
.site-footer .branding .site-title, .site-footer .branding .site-description {
  line-height: normal;
}
.site-footer .branding .site-description {
  color: #767982;
}
@media screen and (max-width: 480px) {
  .site-footer .branding {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .site-footer {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
    /*text-align: left;*/
  /*}*/
}
.footer-navigation a {
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  line-height: 15px;
  border-left: 1px solid #767982;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.footer-navigation a:hover {
  color: #01a6d4;
}
.footer-navigation a:first-child {
  border-left: none;
}
.footer-navigation a:last-child {
  padding-right: 0;
}

.social-links {
  margin: 30px 0 0;
}
@media screen and (max-width: 480px) {
  .social-links {
    text-align: left;
  }
}
.social-links a {
  width: 36px;
  height: 36px;
  text-align: center;
  background-color: #454851;
  color: #aaacb5;
  display: inline-block;
  border-radius: 50%;
  line-height: 35px;
  margin-left: 10px;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.social-links a:hover {
  background-color: #5c606d;
}

.post {
  padding: 50px 0;
  border-bottom: 1px solid #ededed;
}
.post:first-child {
  padding-top: 0;
}
.post .entry-title {
  font-size: 30px;
  font-size: 1.875em;
  margin: 0 0 30px;
}
.post .entry-title a {
  color: #152559;
  text-decoration: none;
}
.post .featured-image {
  border-radius: 10px;
  overflow: hidden;
}
.post .featured-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.post .entry-summary {
  margin: 20px 0;
}
.post .entry-summary p {
  margin: 0;
}

.pagination {
  padding: 30px 0;
  text-align: center;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #152559;
  margin: 0 0 10px;
  line-height: normal;
}

.widget {
  margin-bottom: 50px;
}
.widget .widget-title {
  font-size: 20px;
  font-size: 1.25em;
  color: #152559;
  margin-top: 0;
  margin-bottom: 30px;
}
.widget .posts {
  list-style: none;
  padding-left: 0;
}
.widget .posts li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e4e4e4;
}
.widget .posts .entry-title {
  margin: 0;
  font-weight: 300;
  line-height: normal;
  font-size: 16px;
  font-size: 1em;
}
.widget .posts .entry-title a {
  color: #01a6d4;
}
.widget .posts .date {
  font-size: 13px;
  font-size: 0.8125em;
}
.widget blockquote {
  font-size: 16px;
  font-size: 1em;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 0 30px;
}
.widget blockquote:before {
  content: " ";
  width: 21px;
  height: 22px;
  background: url(images/quote.png) no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.widget blockquote cite {
  font-weight: 500;
  font-style: normal;
}
/*=======================================================================
[15] Courses Area
=========================================================================*/
.courses-page-top-area
{
    border: 1px solid #e0e0e0;
    background: #ffffff;
    display: flex;
}

    .courses-page-top-area .courses-page-top-left
    {
        padding: 15px 0 0 30px;
        flex: 2;
    }

@media only screen and (max-width: 380px)
{
    .courses-page-top-area .courses-page-top-left
    {
        padding: 18px 0 0 10px;
    }
}

.courses-page-top-area .courses-page-top-left p
{
    font-size: 16px;
    color: #002147;
}

@media only screen and (max-width: 380px)
{
    .courses-page-top-area .courses-page-top-left p
    {
        font-size: 14px;
    }
}

.courses-page-top-area .courses-page-top-right
{
    flex: 1;
    text-align: right;
}

    .courses-page-top-area .courses-page-top-right ul
    {
        margin-top: 10px;
        margin-right: 10px;
    }

        .courses-page-top-area .courses-page-top-right ul > li
        {
            display: inline-block;
            padding: 8px;
        }

            .courses-page-top-area .courses-page-top-right ul > li:hover a i
            {
                color: #fdc800;
            }

            .courses-page-top-area .courses-page-top-right ul > li > a > i
            {
                color: #b9b9b9;
            }

        .courses-page-top-area .courses-page-top-right ul > .active i
        {
            color: #fdc800;
        }

.tab-content
{
    margin-top: 30px;
}

.courses-box3 .single-item-wrapper
{
    margin-bottom: 30px;
    background: #ffffff;
    display: flex;
    -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;
}

@media only screen and (max-width: 991px)
{
    .courses-box3 .single-item-wrapper
    {
        display: block;
    }
}

.courses-box3 .single-item-wrapper .courses-img-wrapper
{
    position: relative;
    flex: 1;
}

    .courses-box3 .single-item-wrapper .courses-img-wrapper:before
    {
        background-color: rgba(253, 200, 0, 0.8);
        z-index: 1;
    }

    .courses-box3 .single-item-wrapper .courses-img-wrapper:hover a
    {
        opacity: 1;
        -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;
    }

    .courses-box3 .single-item-wrapper .courses-img-wrapper a
    {
        opacity: 0;
        text-align: center;
        position: absolute;
        top: 50%;
        z-index: 3;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        line-height: 50px;
        color: #ffffff;
        display: block;
        background: #002147;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(-50%);
        -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;
    }

.courses-box3 .single-item-wrapper .courses-content-wrapper
{
    position: relative;
    flex: 2;
    padding: 18px 0px 10px 0px;
    width: 1299px;
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .courses-box3 .single-item-wrapper .courses-content-wrapper
    {
        padding: 18px 184px 10px 134px;
        width: 1428px;
    }
}

@media only screen and (max-width: 479px)
{
    .courses-box3 .single-item-wrapper .courses-content-wrapper
    {
        padding: 12px 15px 10px;
    }
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title
{
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
}

    .courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a
    {
        color: #002147;
        -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;
    }

        .courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a:hover
        {
            color: #fdc800;
        }

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-content
{
    margin-bottom: 12px;
    font-size:15px;
     font-weight: 500;
     color:#3C57A4;
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li
{
    line-height: 1.5;
    padding-right: 10px;
    margin-right: 8px;   
    display: inline-block;
    font-size: 0px;
    font-weight: 500;    
}

    .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li:hover
    {        
        color: #fdc800;
    }

.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee
{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 75px;
    height: 35px;
    padding: 3px;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    background: #fdc800;
    color: #002147;
    z-index: 1;
}

@media only screen and (max-width: 479px)
{
    .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee
    {
        top: 15px;
        bottom: inherit;
        font-size: 18px;
        height: 30px;
    }
}

.courses-box3 .single-item-wrapper:hover
{
    -webkit-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
    -moz-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
    box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
    -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;
}

.courses1-area
{
    padding: 88px 0 70px;
    background: #f5f5f5;
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .courses1-area
    {
        padding: 78px 0 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .courses1-area
    {
        padding: 68px 0 50px;
    }
}

@media (min-width: 480px) and (max-width: 767px)
{
    .courses1-area
    {
        padding: 58px 0 40px;
    }
}

@media (min-width: 321px) and (max-width: 479px)
{
    .courses1-area
    {
        padding: 48px 0 20px;
    }
}

@media only screen and (max-width: 320px)
{
    .courses1-area
    {
        padding: 38px 0 10px;
    }
}

.courses2-area
{
    padding: 88px 0 100px;
    background: #f5f5f5;
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .courses2-area
    {
        padding: 78px 0 90px;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .courses2-area
    {
        padding: 68px 0 80px;
    }
}

@media (min-width: 480px) and (max-width: 767px)
{
    .courses2-area
    {
        padding: 58px 0 70px;
    }
}

@media (min-width: 321px) and (max-width: 479px)
{
    .courses2-area
    {
        padding: 48px 0 60px;
    }
}

@media only screen and (max-width: 320px)
{
    .courses2-area
    {
        padding: 38px 0 50px;
    }
}

.courses-page-area1
{
    padding: 100px 0;
    background: #f5f5f5;
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .courses-page-area1
    {
        padding: 90px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .courses-page-area1
    {
        padding: 80px 0;
    }
}

@media (min-width: 480px) and (max-width: 767px)
{
    .courses-page-area1
    {
        padding: 70px 0;
    }
}

@media (min-width: 321px) and (max-width: 479px)
{
    .courses-page-area1
    {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 320px)
{
    .courses-page-area1
    {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px)
{
    .courses-page-area1 .courses-img-wrapper
    {
        display: block;
    }
}

@media only screen and (max-width: 767px)
{
    .courses-page-area1 .courses-img-wrapper img
    {
        width: 100%;
    }
}

.courses-page-area2
{
    padding: 100px 0 70px;
    background: #f5f5f5;
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .courses-page-area2
    {
        padding: 90px 0 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .courses-page-area2
    {
        padding: 80px 0 50px;
    }
}

@media (min-width: 480px) and (max-width: 767px)
{
    .courses-page-area2
    {
        padding: 70px 0 40px;
    }
}

@media (min-width: 321px) and (max-width: 479px)
{
    .courses-page-area2
    {
        padding: 60px 0 30px;
    }
}

@media only screen and (max-width: 320px)
{
    .courses-page-area2
    {
        padding: 50px 0 20px;
    }
}

.courses-page-area3
{
    padding: 100px 0;
    background: #f5f5f5;
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .courses-page-area3
    {
        padding: 90px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .courses-page-area3
    {
        padding: 80px 0;
    }
}

@media (min-width: 480px) and (max-width: 767px)
{
    .courses-page-area3
    {
        padding: 70px 0;
    }
}

@media (min-width: 321px) and (max-width: 479px)
{
    .courses-page-area3
    {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 320px)
{
    .courses-page-area3
    {
        padding: 50px 0;
    }
}

.course-details-inner
{
    padding: 30px 60px;
    background: #ffffff;
}

    .course-details-inner ul.course-feature:after
    {
        clear: both;
        content: "";
        display: block;
    }

    .course-details-inner ul.course-feature li
    {
        width: 32%;
        box-sizing: border-box;
        float: left;
        padding-left: 30px;
        position: relative;
        margin-bottom: 10px;
        margin-right: 5px;
        color: #444444;
    }

@media only screen and (max-width: 991px)
{
    .course-details-inner ul.course-feature li
    {
        width: 100%;
    }
}

.course-details-inner ul.course-feature li:before
{
    content: "\f058";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 20px;
    border-radius: 50%;
    z-index: 1;
    line-height: 1.3;
    color: #fdc800;
}

.course-details-comments
{
    margin-bottom: 50px;
}

    .course-details-comments .media
    {
        padding-bottom: 8px;
        margin-bottom: 35px;
        border-bottom: 1px solid #e3e3e3;
    }

@media only screen and (max-width: 479px)
{
    .course-details-comments .media
    {
        margin-bottom: 0;
    }
}

.course-details-comments .media:last-child
{
    border-bottom: 0;
}

@media only screen and (max-width: 479px)
{
    .course-details-comments .media a
    {
        float: none!important;
    }
}

.course-details-comments .media a img
{
    -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;
}

    .course-details-comments .media a img:hover
    {
        opacity: 0.5;
        -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;
    }

.course-details-comments .media .media-body
{
    position: relative;
    padding-left: 20px;
}

@media only screen and (max-width: 479px)
{
    .course-details-comments .media .media-body
    {
        padding-left: 0;
        padding-right: 5px;
    }
}

.course-details-comments .media .media-body h3
{
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
}

    .course-details-comments .media .media-body h3 a
    {
        color: #002147;
        -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;
    }

        .course-details-comments .media .media-body h3 a:hover
        {
            color: #fdc800;
        }

.course-details-comments .media .media-body h4
{
    color: #ffffff;
    background: #002147;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.course-details-comments .media .media-body p
{
    color: #757575;
    text-align: justify;
}

.course-details-comments .media .media-body .replay-area
{
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 3;
}

@media only screen and (max-width: 479px)
{
    .course-details-comments .media .media-body .replay-area
    {
        right: 10px;
    }
}

.course-details-comments .media .media-body .replay-area ul li
{
    display: inline-block;
}

    .course-details-comments .media .media-body .replay-area ul li i
    {
        color: #fdc800;
    }

.leave-comments .form-group
{
    margin-bottom: 20px;
}

    .leave-comments .form-group .form-control
    {
        border-radius: 0;
        background: #f9f9f9;
        box-shadow: none;
        border: none;
    }

    .leave-comments .form-group input
    {
        height: 45px;
        color: #212121;
        font-weight: 500;
        border-right: 1px solid #e5e5e5!important;
        border-bottom: 1px solid #e5e5e5!important;
    }

    .leave-comments .form-group textarea
    {
        border-right: 1px solid #e5e5e5!important;
        border-bottom: 1px solid #e5e5e5!important;
    }

.leave-comments .rate-wrapper
{
    display: inline-block;
    margin: 5px 0;
}

.leave-comments .rate
{
    float: left;
    color: #f5f5f5;
    cursor: pointer;
}

    .leave-comments .rate:hover,
    .leave-comments .rate.selected
    {
        color: #fdc800;
    }

.leave-comments .rate-label
{
    float: left;
    color: #002147;
    margin-right: 10px;
    margin-left: 0;
}

.leave-comments .rate-item
{
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 5px;
}

    .leave-comments .rate-item:hover ~ .rate-item,
    .leave-comments .rate-item.active ~ .rate-item
    {
        color: #f5f5f5;
    }

.courses-page-area4
{
    padding: 100px 0;
    background: #f5f5f5;
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .courses-page-area4
    {
        padding: 90px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .courses-page-area4
    {
        padding: 80px 0;
    }
}

@media (min-width: 480px) and (max-width: 767px)
{
    .courses-page-area4
    {
        padding: 70px 0;
    }
}

@media (min-width: 321px) and (max-width: 479px)
{
    .courses-page-area4
    {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 320px)
{
    .courses-page-area4
    {
        padding: 50px 0;
    }
}

.course-details-inner
{
    padding: 20px 30px 30px;
    background: #ffffff;
}

@media only screen and (max-width: 479px)
{
    .course-details-inner
    {
        padding: 20px 15px 30px;
    }
}

.course-details-inner .course-details-tab-area
{
    margin: 30px 0 0;
    overflow: hidden;
}

    .course-details-inner .course-details-tab-area ul.course-details-tab-btn
    {
        background: #f5f5f5;
    }

        .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li
        {
            display: inline-block;
            margin: -1px;
            background: transparent;
            border-right: 1px solid #cdcdcd;
            -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;
        }

            .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li:last-child
            {
                border-right: 0;
            }

@media only screen and (max-width: 479px)
{
    .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li
    {
        display: block!important;
        padding: 0;
    }
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a
{
    display: block;
    color: #002147;
    padding: 20px 30px;
    text-transform: capitalize;
    font-weight: 500;
    -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;
}

@media (min-width: 768px) and (max-width: 1199px)
{
    .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a
    {
        padding: 20px 17px;
    }
}

@media only screen and (max-width: 479px)
{
    .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a
    {
        display: block!important;
    }
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li:hover
{
    background: #002147;
}

    .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li:hover a
    {
        color: #ffffff;
    }

.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active
{
    background: #002147;
}

    .course-details-inner .course-details-tab-area ul.course-details-tab-btn .active a
    {
        color: #ffffff;
        text-decoration: none;
    }

.course-details-inner .course-details-tab-area .tab-content
{
    padding: 35px 0 15px 0;
    margin-top: 0;
}

.course-details-inner .course-details-tab-area ul.course-feature:after
{
    clear: both;
    content: "";
    display: block;
}

.course-details-inner .course-details-tab-area ul.course-feature li
{
    width: 49%;
    box-sizing: border-box;
    float: left;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #444444;
}

@media only screen and (max-width: 991px)
{
    .course-details-inner .course-details-tab-area ul.course-feature li
    {
        width: 100%;
    }
}

.course-details-inner .course-details-tab-area ul.course-feature li:before
{
    content: "\f058";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 20px;
    border-radius: 50%;
    z-index: 1;
    line-height: 1.3;
    color: #fdc800;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li
{
    margin-bottom: 10px;
    display: flex;
}

@media only screen and (max-width: 991px)
{
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li
    {
        display: block;
        text-align: center;
        clear: both;
        margin-bottom: 30px;
    }
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li:last-child
{
    margin-bottom: 0;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img
{
    flex: 3;
}

@media only screen and (max-width: 991px)
{
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img img
    {
        margin: 0 auto 15px;
    }
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content
{
    flex: 6;
    margin-right: 10px;
}

    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4
    {
        margin-bottom: 0;
        font-size: 18px;
    }

        .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a
        {
            color: #002147;
            -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;
        }

            .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a:hover
            {
                color: #fdc800;
                -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;
            }

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule
{
    flex: 7;
}

@media only screen and (max-width: 991px)
{
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule
    {
        float: left;
    }
}

@media only screen and (max-width: 479px)
{
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule
    {
        float: inherit;
    }
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li
{
    width: 100px;
    display: inline-block;
    border-right: 1px solid #cdcdcd;
    margin-right: 15px;
    height: 58px;
}

@media only screen and (max-width: 479px)
{
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li
    {
        margin-right: 10px;
    }
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li:last-child
{
    border-right: none;
    margin-right: 0;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li h4
{
    font-size: 16px;
    color: #002147;
    margin-bottom: 5px;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-details
{
    flex: 2;
}

.related-courses-title-area
{
    margin: 30px 0 0 0;
    background: #ffffff;
}

    .related-courses-title-area h3
    {
        padding: 12px 20px;
        color: #002147;
        font-size: 22px;
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
    }

.related-courses-carousel .owl-controls .owl-nav
{
    top: -74px;
    right: 25px;
}

.courses-page-area5
{
    padding: 100px 0 70px;
    background: #f5f5f5;
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .courses-page-area5
    {
        padding: 90px 0 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .courses-page-area5
    {
        padding: 80px 0 50px;
    }
}

@media (min-width: 480px) and (max-width: 767px)
{
    .courses-page-area5
    {
        padding: 70px 0 69px;
    }
}

@media (min-width: 321px) and (max-width: 479px)
{
    .courses-page-area5
    {
        padding: 60px 0 59px;
    }
}

@media only screen and (max-width: 320px)
{
    .courses-page-area5
    {
        padding: 50px 0 49px;
    }
}

.learning-outcomes li
{
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #444444;
}

    .learning-outcomes li:last-child
    {
        margin-bottom: 0;
    }

    .learning-outcomes li:before
    {
        content: "\f105";
        background: #002147;
        color: #ffffff;
        position: absolute;
        left: 0;
        top: 5px;
        font-size: 14px;
        border-radius: 50%;
        height: 15px;
        width: 15px;
        line-height: 14px;
        text-align: center;
        z-index: 1;
        font-family: FontAwesome;
    }

.curriculum-wrapper .panel-default
{
    margin-top: 0!important;
    border-radius: 0!important;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e2e2e2;
    -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;
}

    .curriculum-wrapper .panel-default:last-child
    {
        border-bottom: 0;
    }

    .curriculum-wrapper .panel-default .panel-heading
    {
        padding: 0;
        background: transparent;
        -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;
    }

        .curriculum-wrapper .panel-default .panel-heading .panel-title a
        {
            padding: 13px 15px 15px;
            display: block;
        }

            .curriculum-wrapper .panel-default .panel-heading .panel-title a ul li
            {
                border-top: none;
                display: inline-block;
            }

                .curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(1n) i
                {
                    margin-right: 10px;
                    color: #fdc800;
                    -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;
                }

                .curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(2n)
                {
                    margin-right: 30px;
                    color: #888888;
                }

                .curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(3n)
                {
                    font-size: 16px;
                    color: #002147;
                    font-weight: 500;
                    -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;
                }

                .curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n)
                {
                    position: absolute;
                    right: 50px;
                }

@media only screen and (max-width: 991px)
{
    .curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n)
    {
        display: none;
    }
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) i
{
    margin-right: 10px;
    color: #888888;
    -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;
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) span
{
    color: #002147;
    font-weight: 500;
    margin-left: 5px;
    -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;
}

.curriculum-wrapper .panel-default .panel-heading .accordion-toggle
{
    position: relative;
}

    .curriculum-wrapper .panel-default .panel-heading .accordion-toggle:after
    {
        font-family: FontAwesome;
        content: "\f106";
        right: 15px;
        position: absolute;
        top: 15px;
        color: #828282;
        font-size: 18px;
        z-index: 1;
    }

    .curriculum-wrapper .panel-default .panel-heading .accordion-toggle.collapsed:after
    {
        content: "\f107";
        font-family: FontAwesome;
    }

.curriculum-wrapper .panel-default .panel-collapse
{
    background: #f5f5f5;
    -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;
}

.curriculum-wrapper .panel-default .panel-body
{
    text-align: justify;
    padding: 0 75px 20px 45px;
    border-top: 0!important;
    color: #444444;
    -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;
}

@media only screen and (max-width: 991px)
{
    .curriculum-wrapper .panel-default .panel-body
    {
        padding: 0 15px 15px;
    }
}

.curriculum-wrapper .panel-default .active
{
    background: #f5f5f5;
    -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;
}

    .curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(1n) i
    {
        color: #002147;
        -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;
    }

    .curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(2n)
    {
        color: #002147;
        -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;
    }

    .curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(4n) i
    {
        color: #002147;
        -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;
    }
    