@font-face {
  font-family: "Cairo-black";
  src: url("../fonts/../fonts/Cairo/Cairo-Black.eot");
  src: url("../fonts/../fonts/Cairo/Cairo-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/Cairo/Cairo-Black.woff") format("woff"), url("../fonts/../fonts/Cairo/Cairo-Black.ttf") format("truetype"), url("../fonts/../fonts/Cairo/Cairo-Black.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cairo-bold";
  src: url("../fonts/../fonts/Cairo/Cairo-Bold.eot");
  src: url("../fonts/../fonts/Cairo/Cairo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/Cairo/Cairo-Bold.woff") format("woff"), url("../fonts/../fonts/Cairo/Cairo-Bold.ttf") format("truetype"), url("../fonts/../fonts/Cairo/Cairo-Bold.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cairo-light";
  src: url("../fonts/../fonts/Cairo/Cairo-Light.eot");
  src: url("../fonts/../fonts/Cairo/Cairo-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/Cairo/Cairo-Light.woff") format("woff"), url("../fonts/../fonts/Cairo/Cairo-Light.ttf") format("truetype"), url("../fonts/../fonts/Cairo/Cairo-Light.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/../fonts/Cairo/Cairo-Regular.eot");
  src: url("../fonts/../fonts/Cairo/Cairo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/Cairo/Cairo-Regular.woff") format("woff"), url("../fonts/../fonts/Cairo/Cairo-Regular.ttf") format("truetype"), url("../fonts/../fonts/Cairo/Cairo-Regular.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*Open Sans*/
@font-face {
  font-family: "Nunito Sans-bold";
  src: url("../fonts/../fonts/open-sans/Nunito Sans-Bold-webfont.eot");
  src: url("../fonts/../fonts/open-sans/Nunito Sans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/open-sans/Nunito Sans-Bold-webfont.woff") format("woff"), url("../fonts/../fonts/open-sans/Nunito Sans-Bold-webfont.ttf") format("truetype"), url("../fonts/../fonts/open-sans/Nunito Sans-Bold-webfont.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans-light";
  src: url("../fonts/../fonts/open-sans/Nunito Sans-Light-webfont.eot");
  src: url("../fonts/../fonts/open-sans/Nunito Sans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/open-sans/Nunito Sans-Light-webfont.woff") format("woff"), url("../fonts/../fonts/open-sans/Nunito Sans-Light-webfont.ttf") format("truetype"), url("../fonts/../fonts/open-sans/Nunito Sans-Light-webfont.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/../fonts/open-sans/Nunito Sans-Regular-webfont.eot");
  src: url("../fonts/../fonts/open-sans/Nunito Sans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/open-sans/Nunito Sans-Regular-webfont.woff") format("woff"), url("../fonts/../fonts/open-sans/Nunito Sans-Regular-webfont.ttf") format("truetype"), url("../fonts/../fonts/open-sans/Nunito Sans-Regular-webfont.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans-semibold";
  src: url("../fonts/../fonts/open-sans/Nunito Sans-Semibold-webfont.eot");
  src: url("../fonts/../fonts/open-sans/Nunito Sans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/open-sans/Nunito Sans-Semibold-webfont.woff") format("woff"), url("../fonts/../fonts/open-sans/Nunito Sans-Semibold-webfont.ttf") format("truetype"), url("../fonts/../fonts/open-sans/Nunito Sans-Semibold-webfont.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  min-width: 320px;
  overflow-x: hidden;
}

body {
  font-family: Nunito Sans, "sans-serif";
  font-weight: lighter;
  font-size: 14px;
  font-size: golden-ratio(14px, 0);
  line-height: 22px;
  color: rgb(40, 40, 40);
}

.theme_container {
  padding: 50px 0;
}

.theme_spacing {
  margin: 50px 0 0;
}

.no-overflow {
  overflow: unset !important;
}

/*p {
    display:block;
    width:100%;

}*/
.container-fluid {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.cont-content {
  width: 100%;
  max-width: 1170px;
  display: block;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-full {
  display: block;
  clear: both;
  width: 100%;
  float: none;
  position: relative;
}

/*theme spacing*/
.theme-spacing {
  margin: 50px 0;
}

/*Font styling*/
h1, h2, h3, h4, h5, h6 {
  font-family: Cairo, "serif";
  font-weight: bold;
  color: #333333;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
  margin-bottom: 22px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
  font-weight: normal;
}

h6 {
  font-size: 18px;
  font-weight: normal;
}

b {
  font-size: 16px;
  font-family: Cairo;
  font-weight: lighter;
}

p:empty {
  display: none;
}

p {
  line-height: 22px;
  margin-bottom: 22px;
}

.description {
  color: rgb(40, 40, 40);
  font-family: Nunito Sans, "sans-serif";
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
}

a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

/*Button styles*/
button, .regular-button {
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  border: none;
  background-color: #1E85E2;
  color: #ffffff;
  font-family: Nunito Sans, "sans-serif";
  font-size: 14px;
  font-weight: bold;
  display: block;
}
button:hover, .regular-button:hover {
  font-family: Nunito Sans, "sans-serif";
  text-decoration: none;
  transition-duration: 0.2s;
  background: #ffffff;
  border: 1px solid #1E85E2;
  box-shadow: none;
  color: rgb(0, 33, 71);
}

button, .simple-button {
  display: inline-block;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  border: none;
  border: 1px solid #c3d3e0;
  background-color: #ffffff;
  color: rgb(0, 33, 71);
  font-family: Nunito Sans, "sans-serif";
  font-size: 14px;
  font-weight: bold;
}
button:hover, .simple-button:hover {
  font-family: Nunito Sans, "sans-serif";
  text-decoration: none;
  transition-duration: 0.2s;
  background: #1E85E2;
  border: 1px solid #1E85E2;
  text-decoration: none;
  box-shadow: none;
  color: #ffffff;
}

.regular-button {
  display: inline-block;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  border: none;
  border: 1px solid #1E85E2;
  background-color: #1E85E2;
  color: #ffffff;
  font-family: Nunito Sans, "sans-serif";
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
}
.regular-button:hover {
  font-family: Nunito Sans, "sans-serif";
  text-decoration: none;
  transition-duration: 0.2s;
  background: #fff;
  border: 1px solid #1E85E2;
  text-decoration: none;
  box-shadow: none;
  color: #1E85E2;
  cursor: pointer;
}

.simple-button-blue {
  display: inline-block;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  border: none;
  border: 1px solid #c3d3e0;
  background-color: #1E85E2;
  color: white;
  font-family: Nunito Sans, "sans-serif";
  font-size: 14px;
  font-weight: bold;
}
.simple-button-blue:hover {
  font-family: Nunito Sans, "sans-serif";
  text-decoration: none;
  transition-duration: 0.2s;
  background: white;
  border: 1px solid white;
  text-decoration: none;
  box-shadow: none;
  color: #1E85E2;
  cursor: pointer;
}

.simple-button-large {
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  border: 1px solid #c3d3e0;
  background-color: #ffffff;
  color: rgb(0, 33, 71);
  font-family: Nunito Sans, "sans-serif";
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.simple-button-large:hover {
  font-family: Nunito Sans, "sans-serif";
  transition-duration: 0.2s;
  text-decoration: none;
  background: #1E85E2;
  border: 1px solid #1E85E2;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
}

.button_style_two {
  width: 166px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: rgb(0, 33, 71);
  color: #ffffff;
  font-family: Cairo, "serif";
  font-weight: normal;
  font-size: 14px;
}
.button_style_two:hover {
  text-decoration: none;
  background-color: #1E85E2;
  color: #ffffff;
  cursor: pointer;
}

.background_button, .subscription_button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  color: #1E85E2;
  border-radius: 0;
  box-shadow: none;
  font-family: Nunito Sans, "sans-serif";
  font-weight: normal;
  border: 1px solid #ffffff;
}
.background_button:hover, .subscription_button:hover {
  background: rgb(0, 33, 71);
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.subscription_button {
  color: #ffffff;
  background: rgb(255, 61, 0);
  border: 1px solid rgb(255, 61, 0);
}
.subscription_button:hover {
  border: 1px solid #ffffff;
  text-decoration: none;
  background: rgb(255, 61, 0);
  font-family: Nunito Sans;
  cursor: pointer;
}

.widget_button {
  width: 195px;
  margin: 6px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  box-shadow: none;
  font-family: Nunito Sans;
  font-weight: normal;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
}
.widget_button:hover {
  font-weight: normal;
  text-decoration: none;
  transition-duration: 0.2s;
  width: 195px;
  height: 40px;
  border-radius: 3px;
  box-shadow: none;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: rgb(0, 33, 71);
  font-size: 16px;
  cursor: pointer;
}

a.widget_button {
  width: 195px;
  margin: 6px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  box-shadow: none;
  font-family: Nunito Sans;
  font-weight: normal;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
}
a.widget_button:hover {
  font-weight: normal;
  text-decoration: none;
  transition-duration: 0.2s;
  width: 195px;
  height: 40px;
  border-radius: 3px;
  box-shadow: none;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: rgb(0, 33, 71);
  font-size: 16px;
  cursor: pointer;
}

.widget_button_flat {
  box-sizing: border-box;
  width: 195px;
  margin: 6px;
  height: 40px;
  font-family: Cairo;
  padding: 0 10px;
  line-height: 40px;
  text-align: left;
  box-shadow: none;
  font-family: Nunito Sans;
  font-weight: normal;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
}
.widget_button_flat:hover {
  font-weight: normal;
  text-decoration: none;
  transition-duration: 0.2s;
  width: 195px;
  height: 40px;
  box-shadow: none;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: rgb(0, 33, 71);
  font-size: 16px;
  cursor: pointer;
}

.action-button {
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  background: #F6693D;
  color: #ffffff;
  font-family: Nunito Sans;
  font-size: 14px;
  display: block;
}
.action-button:hover {
  text-decoration: none;
  background: #ffffff;
  font-family: Nunito Sans;
  border: 1px solid #F6693D;
  color: #ffffff;
  cursor: pointer;
}

.donate_button, .login_button, .register_button {
  width: 166px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 0;
  background: #F6693D;
  box-shadow: none;
  border: none;
  font-size: 18px;
  font-family: Cairo;
  font-weight: normal;
  color: #ffffff;
  display: block;
}
.donate_button:hover, .login_button:hover, .register_button:hover {
  text-decoration: none;
  background: #ffffff;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.login_button, .register_button {
  width: 116px;
  height: 42px;
  display: inline-block;
  float: left;
  line-height: 42px;
  text-align: center;
}

/**/
.register-hover li a:hover, .login-content-container a:hover {
  text-decoration: underline;
}

/*Login popup*/
.login-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  transition-property: display;
  transition-duration: 1s;
  transition-timing-function: linear;
  transition-delay: 1s;
}
.login-popup .login-container {
  width: 900px;
  margin: 0 auto;
  background: white;
  margin-top: 50px;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
.login-popup .login-container .login-close {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  color: white;
  background: rgb(255, 61, 0);
  line-height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .login-popup .login-container {
    display: block;
    width: 95%;
  }
}
@media screen and (min-width: 760px) and (max-width: 980px) {
  .login-popup .login-container {
    width: 780px;
  }
}
.login-popup .login-container .login-left {
  flex: 1;
}
@media screen and (max-width: 760px) {
  .login-popup .login-container .login-left {
    display: none;
  }
}
.login-popup .login-container .login-left .login-content-container {
  padding: 70px 30px 70px 70px;
}
.login-popup .login-container .login-left .login-content-container h3 {
  padding-bottom: 5px;
  font-family: Cairo-light;
  font-size: 22px;
  color: #333;
}
.login-popup .login-container .login-left .login-content-container h1 {
  color: #F6693D;
  font-family: Cairo-light;
  text-align: justify;
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
@media screen and (min-width: 760px) and (max-width: 980px) {
  .login-popup .login-container .login-left .login-content-container h1 {
    font-size: 30px;
  }
}
.login-popup .login-container .login-left .login-content-container h4 {
  font-size: 20px;
}
.login-popup .login-container .login-left .login-content-container h4:first-child {
  color: #01124a;
}
.login-popup .login-container .login-left .login-content-container h4:nth-child(2) {
  color: #229039;
}
.login-popup .login-container .login-left .login-content-container h4:nth-child(3) {
  color: #501a00;
}
.login-popup .login-container .login-left .login-content-container p {
  font-family: Nunito Sans;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.login-popup .login-container .login-right {
  flex: 1;
}
@media screen and (max-width: 760px) {
  .login-popup .login-container .login-right {
    width: 95%;
    display: block;
    box-sizing: border-box;
  }
}
.login-popup .login-container .login-right .login-content-container {
  padding: 70px 70px 70px 30px;
}
@media screen and (max-width: 760px) {
  .login-popup .login-container .login-right .login-content-container {
    padding: 30px;
  }
}
.login-popup .login-container .login-right .login-content-container h3 {
  font-family: Cairo-light;
  font-size: 22px;
  color: #333;
}
.login-popup .login-container .login-right .form-control {
  border-radius: 0;
  font-size: 13px;
  padding: 8px;
  height: 38px;
  margin-bottom: 20px;
}
.login-popup .login-container .login-right .radio-group label {
  padding: 10px;
  margin: 0;
  display: inline-block;
  width: 100%;
  color: #333;
}
.login-popup .login-container .login-right .radio-group input {
  width: auto;
  height: 20px;
  margin-right: 10px;
  float: left;
  color: #333;
}
.login-popup .login-container .login-right .login-action {
  margin-top: 25px;
  display: block;
  width: 100%;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}
.login-popup .login-container h3 {
  font-size: 23px;
  padding-bottom: 30px;
}

/*Input type styles*/
input {
  height: 48px;
  width: 180px;
  color: rgb(40, 40, 40);
  padding: 0 20px;
}

.secondary-nav-container {
  margin-bottom: 100px;
}

.secondary-nav-container.bordered {
  border-bottom: 1px solid #e3e3e3;
  display: table;
  width: 100%;
}
.secondary-nav-container.bordered ul li.active > a {
  font-family: Nunito Sans;
}
.secondary-nav-container.bordered ul > li {
  position: relative;
}
.secondary-nav-container.bordered ul > li:hover > ul {
  display: block;
}
.secondary-nav-container.bordered ul > li > ul {
  position: absolute;
  width: 220px;
  height: auto;
  display: none;
  clear: both;
  padding: 0;
  right: 0;
  background: white;
  padding: 10px;
  padding-bottom: 0;
  text-align: left;
  z-index: 999;
  border: 1px solid grey;
  box-shadow: 0 0 2px grey;
}
.secondary-nav-container.bordered ul > li > ul li:last-of-type {
  border-bottom: none;
}
.secondary-nav-container.bordered ul > li > ul li {
  list-style: none;
  float: none;
  margin: 0;
  /* margin-bottom:10px;*/
  padding: 10px;
  line-height: 24px;
  /*padding-bottom: 8px;*/
  position: relative;
  border-bottom: 1px solid #e1efff;
}
.secondary-nav-container.bordered ul > li > ul li > ul {
  display: none;
}
.secondary-nav-container.bordered ul > li > ul li:hover {
  font-family: Nunito Sans;
  color: black;
}
.secondary-nav-container.bordered ul > li > ul li:hover > ul {
  position: absolute;
  width: 220px;
  height: auto;
  display: block;
  clear: both;
  padding: 0;
  right: 200px;
  top: 0;
  background: white;
  padding: 10px;
  padding-bottom: 0;
  text-align: left;
  z-index: 999;
  border: 1px solid grey;
  box-shadow: 0 0 2px grey;
}
.secondary-nav-container.bordered ul > li > ul li:hover > ul li:last-of-type {
  border-bottom: none;
}
.secondary-nav-container.bordered ul > li > ul li a {
  font-family: Nunito Sans;
  color: black;
}
.secondary-nav-container.bordered ul > li > ul li a:hover {
  font-family: Nunito Sans;
  color: black;
}

.secondary-nav-container {
  text-align: right;
  display: block;
  height: auto;
}
.secondary-nav-container.fixed {
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
  background: #f8f8f8;
}
.secondary-nav-container ul.secondary-navigation {
  list-style: none;
  float: right;
  margin-top: 16px;
}
.secondary-nav-container ul.secondary-navigation li {
  float: left;
  font-size: 13px;
  margin-right: 36px;
  font-family: Nunito Sans;
}
.secondary-nav-container ul.secondary-navigation li:last-of-type {
  margin-right: 0;
}
.secondary-nav-container ul.secondary-navigation li a {
  color: black;
  width: 100%;
  display: block;
}
.secondary-nav-container ul.secondary-navigation li i.fa {
  margin-left: 10px;
}
.secondary-nav-container ul.secondary-navigation .current-menu-item {
  font-family: Nunito Sans;
}
.secondary-nav-container ul.secondary-navigation .menu-item-has-children > a::before {
  font-family: fontawesome;
  content: "\f0d7";
  float: right;
  padding-left: 10px;
}

.social-cont {
  display: block;
  clear: both;
}
.social-cont ul {
  float: right;
  margin-bottom: 0;
}
.social-cont ul .social-icon {
  width: 40px;
  height: 40px;
  list-style: none;
  float: left;
  line-height: 40px;
  text-align: center;
  color: #e3e3e3;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: rgb(0, 33, 71);
}
.social-cont ul .social-icon a {
  width: 40px;
  height: 40px;
  color: #e1efff;
  line-height: 40px;
  display: block;
}
.social-cont ul .social-icon:hover {
  text-decoration: none;
  background: #1E85E2;
  color: #ffffff;
}
.social-cont ul .social-icon:last-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonials .single-test {
  text-align: center;
  color: #1E85E2;
  transition-duration: 0.2s;
}
.testimonials .single-test:last-of-type {
  margin-right: 0 !important;
}
.testimonials .single-test .cust-details {
  color: #ffffff;
  margin-top: 16px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  line-height: 34px;
  font-size: 16px;
  text-align: left;
}

/*header section*/
/*top header*/
header {
  display: block;
}
header .top-bar {
  height: auto;
  background: rgb(0, 33, 71);
  color: #ffffff;
}
header .top-bar .donate_button {
  float: left;
  width: 132px;
}
header .top-bar .email {
  float: left;
  font-family: Cairo;
  font-weight: normal;
  font-size: 12px;
  padding: 10px;
  border-right: 1px solid #ffffff;
}
header .top-bar .search-form {
  width: 350px;
  float: left;
  border: 1px solid #ffffff;
  border-radius: 3px;
  margin: 8px 20px;
}
header .top-bar .search-form input {
  height: 24px;
  background: rgb(0, 33, 71);
  border: none;
  font-family: Cairo;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  padding: 2px 8px;
}
header .top-bar .search-form input:focus, header .top-bar .search-form input:active {
  box-shadow: none;
}
header .top-bar .search-form button.search-button {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  box-shadow: none;
  margin: 0;
  height: 24px;
  width: 50px;
  color: #ffffff;
  border: none;
}
header .top-bar .search-form button.search-button:hover {
  text-decoration: none;
  font-family: "FontAwesome";
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  color: #ffffff;
}
header .top-bar .search-form .input-group-addon {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  text-align: center;
  background-color: inherit;
  border: none;
  border-radius: 0;
}
header .top-bar div.login_button {
  border-right: 2px solid #ffffff;
  display: inline-block;
  float: left;
}
header .top-bar .reg-log-buttons {
  width: auto;
  display: inline;
  float: left;
  position: relative;
  clear: none;
}
header .top-bar .social-cont {
  clear: none;
  display: inline;
  float: left;
}
header .top-bar .social-cont ul {
  padding: 0;
  float: left;
}
header .top-bar .social-cont ul li.social-icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-left: 1px solid #e3e3e3;
}
header .top-bar .social-cont ul li.social-icon:hover {
  text-decoration: none;
  border-left: 1px solid #1E85E2;
}
header .top-bar .social-cont ul li.social-icon a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: block;
}
header .top-bar .social-cont ul li.social-icon a:hover {
  text-decoration: none;
  color: #ffffff;
}
header ul.top-bar-2 {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #c3d3e0;
  float: right;
}
header ul.top-bar-2 > li {
  width: 115px;
  text-align: center;
  display: inline-block;
}
header ul.top-bar-2 > li ul.register-hover {
  position: absolute;
  display: none;
  margin: 0;
  list-style: none;
  padding: 0;
  width: 352px;
  background: #F6693D;
  top: auto;
  z-index: 99;
}
header ul.top-bar-2 > li ul.register-hover li {
  padding: 25px;
}
header ul.top-bar-2 > li ul.register-hover li div {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
header ul.top-bar-2 > li ul.register-hover li div a {
  color: white;
  font-family: Nunito Sans;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
header ul.top-bar-2 > li ul.register-hover li div a .login_title {
  font-family: Cairo;
  font-size: 16px;
  display: block;
}
header ul.top-bar-2 > li:hover ul.register-hover {
  display: block;
}
header ul.top-bar-2 > li:nth-child(3) a:after {
  content: "|";
  float: right;
}
header ul.top-bar-2 > li:first-child {
  min-width: 35px;
}
header ul.top-bar-2 > li:first-child .search-form form {
  position: relative;
  width: 35px;
  transition: 1s fade;
}
header ul.top-bar-2 > li:first-child .input-group {
  position: absolute;
  width: 350px;
  padding-left: 5px;
  border-right: 0;
  top: 3px;
  right: 0;
}
header ul.top-bar-2 > li:first-child .input-group input.form-control {
  opacity: 0;
}
header ul.top-bar-2 > li:first-child .input-group input,
header ul.top-bar-2 > li:first-child .input-group button {
  height: 24px;
  padding: 2;
  font-size: 0.8em;
  border: 1px solid #333;
}
header ul.top-bar-2 > li:first-child .input-group button {
  width: 30px;
  padding: 0;
}
header ul.top-bar-2 > li:first-child:hover .search-form form {
  width: 350px;
}
header ul.top-bar-2 > li:first-child:hover .input-group input.form-control {
  opacity: 1;
  border-right: 0;
}
header ul.top-bar-2 > li:first-child:hover .input-group button {
  border-left: 0;
  border-radius: 0 3px 3px 0;
  background: white;
}
header ul.top-bar-2 > li:first-child:hover .input-group button.fa-search:before {
  font-family: fontawesome;
  color: grey;
}
header ul.top-bar-2 > li a {
  font-family: Cairo;
  display: block;
  line-height: 30px;
  color: grey;
  text-transform: uppercase;
  font-size: 1.2em;
}
header ul.top-bar-2 > li a.login_button_2 {
  background: #F6693D;
  color: white;
}
header ul.top-bar-2 > li a.login_button_2:hover {
  background: #F6693D;
  color: white;
}
header ul.top-bar-2 > li:first-child {
  overflow-y: hidden;
}
header ul.top-bar-2 > li.search-form {
  width: 350px;
  float: left;
  overflow-y: hidden;
}
header ul.top-bar-2 > li.search-form .input-group {
  width: 100%;
  position: relative;
  border: 1px solid #333;
  height: 24px;
  margin-top: 3px;
  overflow: hidden;
}
header ul.top-bar-2 > li.search-form input {
  height: 24px;
  background: blue;
  border: none;
  font-family: Cairo;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  padding: 2px 8px;
}
header ul.top-bar-2 > li.search-form input:focus, header ul.top-bar-2 > li.search-form input:active {
  box-shadow: none;
}
header ul.top-bar-2 > li.search-form button.search-button {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  box-shadow: none;
  margin: 0;
  height: 24px;
  width: 50px;
  color: #ffffff;
  border: none;
}
header ul.top-bar-2 > li.search-form button.search-button:hover {
  text-decoration: none;
  font-family: "FontAwesome";
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  color: #ffffff;
}
header ul.top-bar-2 > li.search-form .input-group-addon {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  text-align: center;
  background-color: inherit;
  border: none;
  border-radius: 0;
}
header .main-bar {
  padding: 10px 0 10px 0;
}
header .main-bar .nav-handler {
  display: block;
  clear: both;
  width: 100%;
  font-size: 32px;
  color: rgb(0, 33, 71);
  background: #e3e3e3;
  padding: 6px;
  text-align: right;
}
header .main-bar .nav-handler a:hover {
  text-decoration: none;
}
header .main-bar .logo-container {
  width: auto;
  float: left;
}
header .main-bar .logo-container img {
  float: left;
  margin-right: 20px;
}
header .main-bar .logo-container .tag-line {
  line-height: 100%;
  float: left;
  padding-top: 20px;
}
header .main-bar .logo-container .tag-line h2 {
  font-size: 20px;
  font-family: Cairo;
  font-weight: normal;
  margin-bottom: 0;
}
header .main-bar .logo-container .tag-line h5 {
  margin-top: 0;
  color: rgb(0, 33, 71);
  font-size: 13px;
  font-family: Cairo;
}
header .main-bar .simple-main-menu {
  width: auto;
  float: right;
}
header .main-bar .simple-main-menu .dropdown a:active, header .main-bar .simple-main-menu .dropdown a:focus {
  color: #1E85E2 !important;
}
header .main-bar .simple-main-menu .navbar-default {
  margin-bottom: 0;
  padding: 0;
  margin-top: 20px;
  background: none;
  font-family: Nunito Sans;
  font-size: 16px;
  border: none;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav {
  display: block;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav li.dropdown.show, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav li.dropdown.show {
  background: rgb(0, 33, 71);
  color: #ffffff;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav li.dropdown.show a, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav li.dropdown.show a {
  color: #1E85E2 !important;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav li.dropdown.show .dropdown-menu, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav li.dropdown.show .dropdown-menu {
  display: block;
  margin-top: 0;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav li.dropdown:hover .dropdown-menu, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav li.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li {
  border-left: 1px solid #e3e3e3;
  float: left;
  padding: 15px 0px;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li:hover, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li:hover {
  background: rgb(0, 33, 71);
  color: #1E85E2;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li:hover > a, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li:hover > a {
  color: #1E85E2 !important;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li.menu-item-has-children > a:after, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li.menu-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li > a, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li > a {
  color: rgb(0, 33, 71);
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li > a:hover, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li > a:hover {
  color: #1E85E2;
  text-decoration: none;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li .sub-menu, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .sub-menu {
  display: none;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li.menu-item-has-children:hover .sub-menu, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li.menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  top: 50px;
  background: rgb(0, 33, 71) !important;
  padding: 20px 30px;
  max-width: 350px;
  z-index: 9999;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li.menu-item-has-children:hover .sub-menu li, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li.menu-item-has-children:hover .sub-menu li {
  padding-bottom: 5px;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li.menu-item-has-children:hover .sub-menu a, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li.menu-item-has-children:hover .sub-menu a {
  color: #1E85E2;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li.menu-item-has-children:hover .sub-menu a:hover, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li.menu-item-has-children:hover .sub-menu a:hover {
  text-decoration: none;
  color: #1E85E2;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu {
  border: none;
  margin-top: 0;
  background: rgb(0, 33, 71);
  color: #e1efff;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu .nav-col .nav-header, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu .nav-col .nav-header {
  font-family: Cairo;
  font-size: 16px;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu ul, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu ul {
  padding: 0;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu ul li, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu ul li {
  color: #1E85E2;
  list-style: none;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu ul li.menu-item-has-children a::after, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu ul li.menu-item-has-children a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu ul li a, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu ul li a {
  color: #1E85E2;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu ul li a:hover, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu ul li a:hover {
  text-decoration: none;
  color: #1E85E2;
}
header .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu .nav-col, header .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu .nav-col {
  margin-bottom: 25px;
}
header .main-bar .simple-main-menu .content-in-menu {
  border-top: 1px solid #1E85E2;
  padding-bottom: 18px;
  padding-top: 12px;
}
header .main-bar .simple-main-menu .content-in-menu p {
  max-width: 600px;
}

header.header-2 {
  display: block;
}
@media screen and (max-width: 640px) {
  header.header-2 .cmp {
    padding: 0;
  }
}
header.header-2 .top-bar {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #c3d3e0;
  float: right;
}
header.header-2 .top-bar > li {
  width: 115px;
  text-align: center;
  display: inline-block;
}
header.header-2 .top-bar > li:first-child {
  display: inline;
  float: left;
  min-width: 35px;
  width: auto !important;
}
header.header-2 .top-bar > li:first-child form {
  float: right !important;
  padding: 0;
  margin: 0;
}
header.header-2 .top-bar > li:first-child .input-search-group {
  margin: 2px 3px 0 3px;
  border-radius: 2px;
  display: block;
  border: 1px solid #333;
  height: 24px;
  padding: 0;
  overflow: hidden;
  background: white;
  width: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease-in 5s;
  -moz-transition: all 0.2s ease-in 5s;
  -ms-transition: all 0.2s ease-in 5s;
  -o-transition: all 0.2s ease-in 5s;
  transition: all 0.2s ease-in 5s;
}
header.header-2 .top-bar > li:first-child .input-search-group input, header.header-2 .top-bar > li:first-child .input-search-group button {
  position: absolute;
  border: none;
  height: 23px;
}
header.header-2 .top-bar > li:first-child .input-search-group input {
  left: 0;
  width: 100%;
}
header.header-2 .top-bar > li:first-child .input-search-group button {
  width: 28px;
  right: 0;
  background: white;
  color: #333333;
}
header.header-2 .top-bar > li:first-child .input-search-group button:hover {
  background: white;
  color: #333333;
}
header.header-2 .top-bar > li:first-child .input-search-group button.fa {
  font-family: "FontAwesome";
}
header.header-2 .top-bar > li:first-child:hover .input-search-group {
  width: 230px;
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header.header-2 .top-bar > li ul.register-hover {
  position: absolute;
  display: none;
  margin: 0;
  list-style: none;
  padding: 0;
  width: 352px;
  background: #F6693D;
  top: auto;
  z-index: 99;
}
header.header-2 .top-bar > li ul.register-hover li {
  padding: 25px;
}
header.header-2 .top-bar > li ul.register-hover li div {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
header.header-2 .top-bar > li ul.register-hover li div a {
  color: white;
  font-family: Nunito Sans;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
header.header-2 .top-bar > li ul.register-hover li div a .login_title {
  font-family: Cairo;
  font-size: 16px;
  display: block;
}
header.header-2 .top-bar > li:hover ul.register-hover {
  display: block;
}
header.header-2 .top-bar > li:nth-child(3) a:after {
  content: "|";
  float: right;
}
header.header-2 .top-bar > li a {
  font-family: Cairo;
  display: block;
  line-height: 30px;
  color: #333333;
  text-transform: uppercase;
  font-size: 1.2em;
}
header.header-2 .top-bar > li a.login_button_2 {
  background: #F6693D;
  color: white;
}
header.header-2 .top-bar > li a.login_button_2:hover {
  background: #F6693D;
  color: white;
}
header.header-2 .top-bar > li:first-child {
  overflow-y: hidden;
}
header.header-2 .main-bar {
  padding: 10px 0 10px 0;
}
header.header-2 .main-bar .nav-handler {
  display: none;
  clear: both;
  width: 100%;
  font-size: 32px;
  color: rgb(0, 33, 71);
  background: #e3e3e3;
  padding: 6px;
  text-align: right;
}
header.header-2 .main-bar .nav-handler a:hover {
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  header.header-2 .main-bar .nav-handler {
    display: block;
  }
}
header.header-2 .main-bar .logo-container {
  width: auto;
  float: left;
}
header.header-2 .main-bar .logo-container img {
  float: left;
  margin-right: 20px;
}
header.header-2 .main-bar .logo-container .tag-line {
  line-height: 100%;
  float: left;
  padding-top: 20px;
}
header.header-2 .main-bar .logo-container .tag-line h2 {
  font-size: 20px;
  font-family: Cairo;
  font-weight: normal;
  margin-bottom: 0;
}
header.header-2 .main-bar .logo-container .tag-line h5 {
  margin-top: 0;
  color: rgb(0, 33, 71);
  font-size: 13px;
  font-family: Cairo;
}
header.header-2 .main-bar .simple-main-menu {
  width: auto;
  float: right;
}
header.header-2 .main-bar .simple-main-menu .dropdown a:active, header.header-2 .main-bar .simple-main-menu .dropdown a:focus {
  color: #1E85E2 !important;
}
header.header-2 .main-bar .simple-main-menu .navbar-default {
  margin-bottom: 0;
  padding: 0;
  margin-top: 20px;
  background: none;
  font-family: Nunito Sans;
  font-size: 16px;
  border: none;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav {
  display: block;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav li.dropdown.show, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav li.dropdown.show {
  background: rgb(0, 33, 71);
  color: #ffffff;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav li.dropdown.show a, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav li.dropdown.show a {
  color: #1E85E2 !important;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav li.dropdown.show .dropdown-menu, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav li.dropdown.show .dropdown-menu {
  display: block;
  margin-top: 0;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav li.dropdown:hover .dropdown-menu, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav li.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li {
  border-left: 1px solid #e3e3e3;
  float: left;
  padding: 15px 0px;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li:hover, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li:hover {
  background: rgb(0, 33, 71);
  color: #1E85E2;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li:hover > a, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li:hover > a {
  color: #1E85E2 !important;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li.menu-item-has-children > a:after, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li.menu-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li > a, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li > a {
  color: rgb(0, 33, 71);
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li > a:hover, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li > a:hover {
  color: #1E85E2;
  text-decoration: none;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li .sub-menu, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .sub-menu {
  display: none;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li.menu-item-has-children:hover .sub-menu, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li.menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  top: 50px;
  background: rgb(0, 33, 71) !important;
  padding: 20px 30px;
  max-width: 350px;
  z-index: 9999;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li.menu-item-has-children:hover .sub-menu li, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li.menu-item-has-children:hover .sub-menu li {
  padding-bottom: 5px;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li.menu-item-has-children:hover .sub-menu a, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li.menu-item-has-children:hover .sub-menu a {
  color: #1E85E2;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li.menu-item-has-children:hover .sub-menu a:hover, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li.menu-item-has-children:hover .sub-menu a:hover {
  text-decoration: none;
  color: #1E85E2;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu {
  border: none;
  margin-top: 0;
  background: rgb(0, 33, 71);
  color: #e1efff;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu .nav-col .nav-header, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu .nav-col .nav-header {
  font-family: Cairo;
  font-size: 16px;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu ul, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu ul {
  padding: 0;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu ul li, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu ul li {
  color: #1E85E2;
  list-style: none;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu ul li.menu-item-has-children a::after, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu ul li.menu-item-has-children a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu ul li a, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu ul li a {
  color: #1E85E2;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu ul li a:hover, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu ul li a:hover {
  text-decoration: none;
  color: #1E85E2;
}
header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav > li .dropdown-menu .nav-col, header.header-2 .main-bar .simple-main-menu .navbar-default .navbar-nav.nav > li .dropdown-menu .nav-col {
  margin-bottom: 25px;
}
header.header-2 .main-bar .simple-main-menu .content-in-menu {
  border-top: 1px solid #1E85E2;
  padding-bottom: 18px;
  padding-top: 12px;
}
header.header-2 .main-bar .simple-main-menu .content-in-menu p {
  max-width: 600px;
}

/*info block*/
.info-block .equal-height {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
.info-block .equal-height > div {
  flex: 1;
  width: 50%;
  height: auto;
  overflow: hidden;
  padding: 0;
}
.info-block .equal-height .info-container {
  background: rgb(0, 33, 71);
  padding: 30px;
  color: white;
  min-height: 500px;
  position: relative;
  overflow: auto;
}
.info-block .equal-height .info-container p {
  font-family: Nunito Sans;
  font-size: 15px;
  line-height: 1.5;
}
.info-block .equal-height .info-container .info-title {
  font-family: Cairo;
  font-size: 18px;
}
.info-block.info-right .equal-height .info-image::after {
  content: "\f0d9";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #01124a;
  position: absolute;
  margin: auto;
  top: calc(50% - 20px);
  bottom: auto;
  right: -2px;
}
@media screen and (max-width: 780px) {
  .info-block.info-right .equal-height .info-image {
    position: absolute;
  }
}
.info-block.info-left .equal-height .info-image::after {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #01124a;
  position: absolute;
  margin: auto;
  top: calc(50% - 20px);
  bottom: auto;
  left: -2px;
}
@media screen and (max-width: 780px) {
  .info-block.info-left .equal-height .info-image {
    display: none;
  }
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
  width: 100%;
}

.distinct-container {
  color: #ffffff;
  position: absolute;
  bottom: -4%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.distinct-container .distinctions {
  background: rgb(0, 33, 71);
  padding: 10px;
}
.distinct-container .distinctions .single-dist {
  text-align: center;
  padding: 10px 0;
  border-right: 1px solid #e1efff;
}
.distinct-container .distinctions .single-dist:last-of-type {
  border-right: none;
}
.distinct-container .distinctions .single-dist:hover {
  cursor: pointer;
}
.distinct-container .distinctions .single-dist:hover .dist-icon {
  transform: scale(1.2);
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.distinct-container .distinctions .single-dist .dist-icon {
  margin-bottom: 12px;
  font-size: 36px;
}
.distinct-container .distinctions .single-dist .dist-text {
  font-size: 14px;
  font-family: Cairo;
}

/*Entry section*/
.entry-content {
  padding: 100px 0 40px 0;
}
.entry-content .welcome-sec .welcome-sec-content {
  max-width: 490px;
}
.entry-content .welcome-sec .welcome-sec-content h1, .entry-content .welcome-sec .welcome-sec-content p {
  margin-bottom: 42px !important;
}
.entry-content .welcome-sec .welcome-sec-content p {
  max-width: 400px !important;
  font-size: 18px;
  line-height: 26px;
  font-family: Nunito Sans;
}

.welcome-sec .welcome-sec-content {
  max-width: 490px;
}
.welcome-sec .welcome-sec-content h1, .welcome-sec .welcome-sec-content p {
  margin-bottom: 42px !important;
}
.welcome-sec .welcome-sec-content p {
  max-width: 400px !important;
  font-size: 18px;
  line-height: 26px;
  font-family: Nunito Sans;
}

/*Author section*/
.author-section {
  padding: 0;
}
.author-section .author-img {
  max-width: 270px;
  float: left;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.author-section .author-img img {
  width: 100%;
  float: left;
  box-shadow: none;
}
.author-section .author-img .profile-button {
  text-align: center;
  background: white;
  width: 194px;
  position: absolute;
  bottom: -30px;
  height: 50px;
  line-height: 50px;
  display: block;
  visibility: hidden;
  opacity: 0;
  margin: 0 auto;
  float: none;
  left: 20px;
  color: #333333;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.author-section .author-img:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
.author-section .author-img:hover .profile-button {
  display: block;
  bottom: -25px;
  visibility: visible;
  opacity: 1;
}
.author-section .author {
  box-sizing: border-box;
  width: 280px;
  padding: 0 10px 0 20px;
  float: left;
}
.author-section .author p {
  margin-top: 20px;
  font-size: 14px;
}
.author-section .author .author-name {
  font-family: Cairo;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.author-section .author .author-position {
  font-weight: bold;
}

.landing-sec h1 {
  margin-bottom: 5px;
}
.landing-sec p {
  margin-bottom: 42px;
  font-size: 18px;
  line-height: 26px;
  font-family: Nunito Sans;
}

.news-section h1 {
  text-align: center;
}
.news-section .simple-button {
  display: block;
  margin: 30px auto 0 auto;
}
.news-section .news-list {
  max-width: 490px;
  display: inline-block;
}
.news-section .news-list .nav-cont {
  width: 100%;
  text-align: center;
  height: 30px;
}
.news-section .news-list .nav-cont .news-nav {
  display: inline-block;
}
.news-section .news-list .nav-cont .news-nav li {
  margin: 10px 6px;
  float: left;
}
.news-section ul.list-news-content li {
  list-style: none;
}
.news-section ul.list-news-content .single-news {
  margin-bottom: 16px;
  clear: both;
}
.news-section ul.list-news-content .single-news .news-content {
  float: right;
  padding: 12px 0;
  width: 330px;
}
.news-section ul.list-news-content .single-news .news-content .news-head {
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-family: Cairo;
  font-weight: normal;
}
.news-section ul.list-news-content .single-news .news-content p {
  color: #333333;
}
.news-section ul.list-news-content .single-news .news-day {
  width: 70px;
  padding-top: 10px;
  height: 66px;
  background: #1E85E2;
  float: left;
  margin-right: 30px;
  padding-right: 2px;
}
.news-section ul.list-news-content .single-news .news-day .day, .news-section ul.list-news-content .single-news .news-day .month, .news-section ul.list-news-content .single-news .news-day .year {
  width: 100%;
  color: #ffffff;
  text-align: center;
  display: block;
}
.news-section ul.list-news-content .single-news .news-day .day {
  font-size: 28px;
  font-family: Nunito Sans;
}
.news-section ul.list-news-content .single-news .news-day .month {
  font-size: 12px;
  color: #e3e3e3;
  line-height: 1;
  margin-top: 4px;
}
.news-section ul.list-news-content .single-news .news-day .year {
  font-size: 8px;
  display: block;
  width: 100%;
  padding-right: 2px;
  text-align: right;
  margin: 0 2px 2px 0;
}

/*Degrees section*/
.degree-progs {
  padding: 40px 20px;
  background: rgb(0, 33, 71);
  background-image: url("../img/program_section_bg.png");
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.degree-progs h1:first-of-type {
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.degree-progs .background_button {
  display: block;
  margin: 0 auto;
}
.degree-progs .degrees {
  display: flex;
  flex: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.degree-progs .degrees .single-degree {
  width: 196px;
  box-sizing: content-box;
  margin: 20px 0 20px 0;
  padding-right: 30px;
  width: 220px;
  box-sizing: content-box;
  margin: 20px 0 20px 0;
  padding-right: 16px;
}
.degree-progs .degrees .single-degree .degree-types ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.degree-progs .degrees .single-degree .degree-types a {
  clear: both;
  margin: 6px auto;
  display: block;
  float: none;
  position: relative;
  width: 166px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: #042346;
  color: #ffffff;
  font-family: Cairo, "serif";
  font-weight: normal;
  font-size: 14px;
}
.degree-progs .degrees .single-degree .degree-types a:hover {
  text-decoration: none;
  background-color: #1E85E2;
  color: #ffffff;
}
.degree-progs .degrees .single-degree .degree-types a::after {
  content: " \f101";
  font-family: fontawesome;
}
.degree-progs .degrees .single-degree .degree-bg {
  height: 100%;
  background: #ffffff;
}
.degree-progs .degrees .single-degree img {
  width: 100%;
}
.degree-progs .degrees .single-degree h6 {
  margin-left: 10px;
  margin-right: 10px;
}
.degree-progs .degrees .single-degree:last-of-type {
  margin-right: none;
}
.degree-progs .degrees .single-degree .simple-button {
  display: block;
  clear: both;
  margin: 10px auto;
}

img {
  max-width: 100%;
}

.no-padding {
  padding: 0;
}

/*page tabs ver*/
.page-tabs-ver aside {
  margin-top: 70px;
}
.page-tabs-ver .content-section #tabs .ui-tabs .ui-tabs-nav li {
  height: 50px;
}
.page-tabs-ver .content-section #tabs .tab-n {
  padding-right: 0;
}
.page-tabs-ver .content-section #tabs .tab-n ul li.ui-tabs-active {
  border-left: 4px solid rgb(0, 33, 71);
  border-right: 1px solid white;
  margin-left: 1px;
  z-index: 9;
}
.page-tabs-ver .content-section #tabs .tab-n ul li.ui-tabs-active a {
  color: rgb(0, 33, 71);
}
.page-tabs-ver .content-section #tabs .tab-n ul li {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  line-height: 36px;
  display: inline-block;
  float: none;
  clear: both;
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  margin-top: -4px;
  font-size: 10px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.page-tabs-ver .content-section #tabs .tab-n ul li:first-of-type {
  border-top: 1px solid #e3e3e3;
  margin-top: 0;
}
.page-tabs-ver .content-section #tabs .tab-n ul li a {
  font-size: 12px;
  padding: 0;
  float: none;
  color: #333333;
}
.page-tabs-ver .content-section #tabs .tab-v {
  padding-left: 0;
}

/*Course detail full*/
.semester-details, .accordion {
  margin-bottom: 78px;
}
.semester-details .panel .panel-heading, .accordion .panel .panel-heading {
  min-height: 38px;
  border-bottom: 1px solid #e3e3e3;
}
.semester-details .panel .panel-heading .panel-title, .accordion .panel .panel-heading .panel-title {
  color: rgb(40, 40, 40);
  overflow: hidden;
  margin-bottom: 0px;
}
.semester-details .panel .panel-heading .panel-title .fa, .accordion .panel .panel-heading .panel-title .fa {
  color: #333333;
  float: left;
  margin-right: 12px;
  line-height: 38px;
}
.semester-details .panel .panel-heading .panel-title h6, .accordion .panel .panel-heading .panel-title h6 {
  font-family: Cairo;
  font-size: 18px;
  line-height: 38px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.semester-details .panel .panel-body, .accordion .panel .panel-body {
  padding: 10px;
}
.semester-details .panel .panel-body table, .accordion .panel .panel-body table {
  max-width: 788px;
  float: right;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-right: none;
}
.semester-details .panel .panel-body table thead th, .accordion .panel .panel-body table thead th {
  border-right: none;
}
.semester-details .panel .panel-body table thead th:first-of-type, .accordion .panel .panel-body table thead th:first-of-type {
  border-right: 1px solid #e3e3e3;
}
.semester-details .panel .panel-body table thead th:last-of-type, .accordion .panel .panel-body table thead th:last-of-type {
  border-right: 1px solid #e3e3e3;
}
.semester-details .panel .panel-body table tbody td, .accordion .panel .panel-body table tbody td {
  border-right: 1px solid #e3e3e3;
}

.accordion {
  margin-bottom: 0;
}

ul.link-list {
  padding-left: 0;
  list-style: none;
}
ul.link-list li {
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  min-width: 220px;
  width: auto;
  height: 40px;
  margin: 8px 0;
  background: #fdfdfd;
  padding: 8px;
  overflow: hidden;
}
ul.link-list li a {
  color: #333333;
}
ul.link-list li a .fa {
  margin-right: 10px;
}

/*Course detail nav button*/
.course-detail-nav-button, .course-detail-nav, .course-detail-full, .page-tab-ver {
  margin-top: 80px;
}
.course-detail-nav-button section.content-section h2:first-of-type, .course-detail-nav section.content-section h2:first-of-type, .course-detail-full section.content-section h2:first-of-type, .page-tab-ver section.content-section h2:first-of-type {
  margin-bottom: 40px;
}
.course-detail-nav-button section.content-section .link-icons-list h6, .course-detail-nav section.content-section .link-icons-list h6, .course-detail-full section.content-section .link-icons-list h6, .page-tab-ver section.content-section .link-icons-list h6 {
  margin-bottom: 24px;
}
.course-detail-nav-button section.content-section .link-icons-list ul.link-list, .course-detail-nav section.content-section .link-icons-list ul.link-list, .course-detail-full section.content-section .link-icons-list ul.link-list, .page-tab-ver section.content-section .link-icons-list ul.link-list {
  padding-left: 0;
  list-style: none;
}
.course-detail-nav-button section.content-section .link-icons-list ul.link-list li, .course-detail-nav section.content-section .link-icons-list ul.link-list li, .course-detail-full section.content-section .link-icons-list ul.link-list li, .page-tab-ver section.content-section .link-icons-list ul.link-list li {
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  width: 270px;
  height: 46px;
  margin: 8px 0;
  background: #fdfdfd;
  padding: 12px;
}
.course-detail-nav-button section.content-section .link-icons-list ul.link-list li a, .course-detail-nav section.content-section .link-icons-list ul.link-list li a, .course-detail-full section.content-section .link-icons-list ul.link-list li a, .page-tab-ver section.content-section .link-icons-list ul.link-list li a {
  color: #333333;
}
.course-detail-nav-button section.content-section .link-icons-list ul.link-list li a .fa, .course-detail-nav section.content-section .link-icons-list ul.link-list li a .fa, .course-detail-full section.content-section .link-icons-list ul.link-list li a .fa, .page-tab-ver section.content-section .link-icons-list ul.link-list li a .fa {
  margin-right: 10px;
}

aside.aside-widgets {
  width: 270px;
}
aside.aside-widgets .widgets-container .widget {
  margin-bottom: 12px;
}
aside.aside-widgets .widgets-container .widget .accordion-info {
  border: 2px solid #f5f5f5;
  border-top: none;
  border-bottom: none;
}
aside.aside-widgets .widgets-container .widget .accordion-info .panel .panel-heading {
  padding: 12px 8px;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
}
aside.aside-widgets .widgets-container .widget .accordion-info .panel .panel-heading h6.panel-title {
  margin: 0;
  font-size: 14px;
  font-family: Nunito Sans;
  color: #333333;
}
aside.aside-widgets .widgets-container .widget .accordion-info .panel .panel-heading h6.panel-title .acc-icon-cont {
  float: left;
  margin-right: 8px;
}
aside.aside-widgets .widgets-container .widget .accordion-info .panel .panel-body {
  padding: 8px;
}
aside.aside-widgets .widgets-container .widget .accordion-info .panel .panel-body .action-button {
  display: block;
  margin: 16px auto;
}
aside.aside-widgets .widgets-container .widget .accordion-info .panel .panel-body .degree-info {
  display: table;
}
aside.aside-widgets .widgets-container .widget .accordion-info .panel .panel-body .degree-info .info {
  display: table-row;
  width: 100%;
}
aside.aside-widgets .widgets-container .widget .accordion-info .panel .panel-body .degree-info .info .label {
  display: table-cell;
  margin-right: 8px;
  width: 98px;
  text-align: right;
  float: left;
  color: #333333;
  padding: 3px;
}
aside.aside-widgets .widgets-container .widget .accordion-info .panel .panel-body .degree-info .info .value {
  color: #929494;
  display: table-cell;
  vertical-align: middle;
  padding: 3px;
  float: left;
  max-width: 144px;
}
aside.aside-widgets .widgets-container .widget .contact-widget {
  background: #042346;
  color: white;
  width: 268px;
  text-align: center;
  border-radius: 4px;
  padding: 58px 20px 0 20px;
}
aside.aside-widgets .widgets-container .widget .contact-widget h5:first-of-type {
  color: white;
  margin-bottom: 56px;
}
aside.aside-widgets .widgets-container .widget .contact-widget .nav-dots {
  color: #1E85E2;
  margin-bottom: 48px;
}
aside.aside-widgets .widgets-container .widget .contact-widget .nav-dots a {
  font-size: 28px;
  margin-right: 2px;
  font-family: Cairo;
}
aside.aside-widgets .widgets-container .widget .contact-widget .contact-banner, aside.aside-widgets .widgets-container .widget .contact-widget .office-hour-banner {
  width: auto;
  border-radius: 4px;
}

/*Short courses section*/
.feat-container .single-course {
  margin-bottom: 12px;
}
.feat-container .single-course .short-course .course-heading {
  margin-left: 12px;
  margin-top: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  min-height: 38px;
  width: calc(100% - 12px);
}
.feat-container .single-course .short-course > span {
  margin-left: 12px;
}

.short-courses {
  padding: 40px 0;
}
.short-courses h2:first-of-type {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}
.short-courses .short-course {
  max-width: 340px;
  border: 1px solid #e3e3e3;
}
.short-courses .short-course .course-heading {
  font-size: 18px;
  font-family: Cairo;
}
.short-courses .short-course .action-button, .short-courses .short-course .simple-button, .short-courses .short-course .regular-button, .short-courses .short-course .subscribe-button {
  display: block;
  margin: 10px auto;
}
.short-courses .short-course .course-img-cont {
  padding: 10px 0 0 0;
  border-bottom: 1px solid #e3e3e3;
  display: inline-block;
}
.short-courses .short-course .course-img-cont .rating {
  margin-left: 12px;
  margin-top: 8px;
  float: left;
  display: block;
}
.short-courses .short-course .course-img-cont .rating .fa-star {
  color: #ffd423;
  margin-right: 2px;
}
.short-courses .short-course .course-img-cont .price {
  float: right;
  font-family: Cairo;
  font-size: 18px;
  color: rgb(0, 33, 71);
  margin: 8px 12px;
}

/*New webinar section*/
.webinar-block {
  padding-left: 0;
  margin-top: 40px;
}
.webinar-block .diploma-section {
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
}
.webinar-block .diploma-section .diploma-posts {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.webinar-block .diploma-section .diploma-posts .cat-diplomas {
  overflow: hidden;
}
.webinar-block .diploma-section .diploma-posts:last-child {
  border: none;
  padding-bottom: 0;
}
.webinar-block .diploma-section .diploma-posts .regular-button {
  float: right;
  height: 35px;
  line-height: 35px;
}
.webinar-block .diploma-section .diploma-posts .diploma-head {
  font-size: 18px;
}
.webinar-block .diploma-section .diploma-posts .diploma-icon .certificate-icon-box {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.webinar-block .diploma-section .diploma-posts .diploma-icon .certificate-icon-box .hover-display {
  display: none;
}
.webinar-block .diploma-section .diploma-posts .diploma-icon .certificate-icon-box:hover .hover-hide {
  display: none;
}
.webinar-block .diploma-section .diploma-posts .diploma-icon .certificate-icon-box:hover .hover-display {
  display: block;
}
.webinar-block .diploma-section .diploma-posts-feat {
  overflow: hidden;
  margin-top: 20px;
}
.webinar-block .diploma-section .feat-posts-single {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  margin: 10px;
  margin-bottom: 30px;
  width: 155px;
  height: 154px;
  float: left;
  padding: 0px;
}
.webinar-block .diploma-section .feat-posts-single .img-cont img {
  width: 100%;
}
.webinar-block .diploma-section .feat-posts-single .feat-post-content {
  color: #ffffff;
  padding: 6px;
  text-align: center;
  font-family: Nunito Sans;
  position: absolute;
  background: rgba(0, 33, 71, 0.6);
  z-index: 888;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  top: 80%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 155px;
  height: 154px;
  display: block;
}
.webinar-block .diploma-section .feat-posts-single .feat-post-content .feat-post-head {
  font-family: Cairo;
  font-size: 16px;
  margin: 6px 0;
  color: #ffffff;
}
.webinar-block .diploma-section .feat-posts-single:hover .feat-post-content {
  top: 0;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-back;
}

/*Webinar section*/
.webinars-sec {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+61,fdf5da+62,fdf5da+100 */
  background: #f8f8f8; /* Old browsers */
  background: -moz-linear-gradient(left, #f8f8f8 0%, #f8f8f8 61%, #fdf5da 61%, #fdf5da 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f8f8f8 0%, #f8f8f8 61%, #fdf5da 61%, #fdf5da 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f8f8f8 0%, #f8f8f8 61%, #fdf5da 61%, #fdf5da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f8f8f8", endColorstr="#fdf5da",GradientType=1 ); /* IE6-9 */
  margin-bottom: 42px;
}
.webinars-sec .diploma-section {
  width: 100%;
  padding-bottom: 28px;
  display: inline-block;
  padding-top: 20px;
}
.webinars-sec .diploma-section .diploma-content {
  max-width: 770px;
  float: right;
  margin-right: 20px;
}
.webinars-sec .diploma-section .diploma-content > h3 {
  margin-left: 15px;
  margin-bottom: 40px;
}
.webinars-sec .diploma-section .diploma-content .diploma-posts {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.webinars-sec .diploma-section .diploma-content .diploma-posts .diploma-icon {
  float: left;
  margin-right: 20px;
}
.webinars-sec .diploma-section .diploma-content .diploma-posts .diploma-icon .diploma-icon-box, .webinars-sec .diploma-section .diploma-content .diploma-posts .diploma-icon .certificate-icon-box {
  width: 100px;
  height: 100px;
  font-size: 44px;
  background: none;
  line-height: -moz-block-height;
  text-align: center;
  font-style: normal;
}
.webinars-sec .diploma-section .diploma-content .diploma-posts .diploma-icon .diploma-icon-box .hover-display, .webinars-sec .diploma-section .diploma-content .diploma-posts .diploma-icon .certificate-icon-box .hover-display {
  display: none;
}
.webinars-sec .diploma-section .diploma-content .diploma-posts .diploma-icon .diploma-icon-box:hover .hover-hide, .webinars-sec .diploma-section .diploma-content .diploma-posts .diploma-icon .certificate-icon-box:hover .hover-hide {
  display: none;
}
.webinars-sec .diploma-section .diploma-content .diploma-posts .diploma-icon .diploma-icon-box:hover .hover-display, .webinars-sec .diploma-section .diploma-content .diploma-posts .diploma-icon .certificate-icon-box:hover .hover-display {
  display: block;
  cursor: pointer;
}
.webinars-sec .diploma-section .diploma-content .diploma-posts p {
  font-size: 18px;
  font-family: Nunito Sans;
  display: inline;
}
.webinars-sec .diploma-section .diploma-content .diploma-posts .regular-button {
  display: block;
  float: right;
  margin-top: 36px;
}
.webinars-sec .diploma-section .diploma-posts-feat {
  max-width: auto;
}
.webinars-sec .diploma-section .diploma-posts-feat .simple-button {
  float: right;
  margin-top: 36px;
}
.webinars-sec .gqmc-section {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
}
.webinars-sec .gqmc-section .gqmc-content {
  margin-left: 20px;
  max-width: 380px;
}
.webinars-sec .gqmc-section .gqmc-content .post-content h1 {
  color: #501a00;
}
.webinars-sec .gqmc-section .gqmc-content .post-content ul li {
  color: #501a00;
  list-style-type: square;
}
.webinars-sec .gqmc-section .gqmc-content .post-content ul li a {
  color: #501a00;
}
.webinars-sec .gqmc-section .gqmc-content .post-content ul li a:hover {
  color: rgb(255, 61, 0);
  text-decoration: none;
}
.webinars-sec .gqmc-section .gqmc-content .post-content .action-button {
  display: block;
  float: right;
  margin-top: 50px;
}
.webinars-sec .diploma-posts-feat .feat-posts-single {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  margin-bottom: 6px;
  width: 140px;
  height: 134px;
  float: left;
  padding: 0 6px;
}
.webinars-sec .diploma-posts-feat .feat-posts-single .img-cont img {
  width: 100%;
}
.webinars-sec .diploma-posts-feat .feat-posts-single .feat-post-content {
  color: #ffffff;
  padding: 6px;
  text-align: center;
  font-family: Nunito Sans;
  position: absolute;
  background: rgba(0, 33, 71, 0.6);
  z-index: 888;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  top: 76%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 140px;
  height: 134px;
  display: block;
}
.webinars-sec .diploma-posts-feat .feat-posts-single .feat-post-content .feat-post-head {
  font-family: Cairo;
  font-size: 16px;
  margin: 6px 0;
  color: #ffffff;
}
.webinars-sec .diploma-posts-feat .feat-posts-single:hover .feat-post-content {
  top: 0;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-back;
}

/*Perks section*/
.perks-sec .library-perk, .perks-sec .fee-perk, .perks-sec .slider-perk, .perks-sec .subscribe-perk {
  text-align: center;
  padding: 22px;
}
.perks-sec .slider-perk {
  padding: 0;
  position: relative;
  background: #d9d9d9;
}
.perks-sec .slider-perk .carousel-indicators {
  overflow: hidden;
}
.perks-sec .slider-perk .carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.perks-sec .slider-perk .carousel .carouselExampleIndicators {
  overflow: hidden !important;
}
.perks-sec .slider-perk ol li {
  list-style-type: square;
}
.perks-sec .library-perk, .perks-sec .subscribe-perk {
  padding-left: 40px;
  padding-right: 40px;
  background: #1E85E2;
  color: #fff;
}
.perks-sec .library-perk h3:first-of-type, .perks-sec .subscribe-perk h3:first-of-type {
  color: #fff;
  margin-top: 12px;
}
.perks-sec .library-perk div.widget_button:hover, .perks-sec .subscribe-perk div.widget_button:hover {
  text-decoration: none;
  font-weight: normal;
  background: #ffffff;
  color: #1E85E2;
}
.perks-sec .library-perk .lib-icon img, .perks-sec .subscribe-perk .lib-icon img {
  width: 100px;
}
.perks-sec .library-perk p, .perks-sec .subscribe-perk p {
  font-size: 14px;
  font-family: Nunito Sans;
  margin-bottom: 18px;
}
.perks-sec .fee-perk {
  color: #ffffff;
  background: #d4a421;
}
.perks-sec .fee-perk div.widget_button {
  margin-top: 8px;
}
.perks-sec .fee-perk div.widget_button:hover {
  text-decoration: none;
  font-weight: normal;
  background: #ffffff;
  color: #d4a421;
}
.perks-sec .fee-perk h3 {
  color: #ffffff;
  margin: 12px 0;
}
.perks-sec .fee-perk p {
  font-size: 16px;
  font-family: Nunito Sans;
  margin-bottom: 40px;
}
.perks-sec .fee-perk .guarantee-icon img {
  width: 120px;
}

/*Events page*/
.past-events-post-nav {
  width: 100%;
}
.past-events-post-nav .nav-cont {
  float: right;
  width: 128px;
  line-height: 44px;
  background: rgb(0, 33, 71);
}
.past-events-post-nav .nav-cont .nav-left {
  float: left;
  background: rgb(0, 33, 71);
  width: 50px;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
}
.past-events-post-nav .nav-cont .nav-left:hover {
  cursor: pointer;
}
.past-events-post-nav .nav-cont .nav-right {
  text-align: center;
  font-size: 20px;
  float: right;
  color: white;
  background: rgb(0, 33, 71);
  line-height: 44px;
  width: 50px;
}
.past-events-post-nav .nav-cont .nav-right:hover {
  cursor: pointer;
}

.past-events-sec .past-events-cont h1.title {
  margin: 70px 0;
}
.past-events-sec .past-events-cont .past-event:hover {
  background: white;
}
.past-events-sec .past-events-cont .past-event {
  max-width: 374px;
  background: #f6f6f6;
  box-shadow: 0 0 8px #002147;
  margin-bottom: 72px;
  border-bottom: 2px solid rgb(0, 33, 71);
}
.past-events-sec .past-events-cont .past-event .image-cont {
  position: relative;
  overflow: hidden;
}
.past-events-sec .past-events-cont .past-event .image-cont .date-cont {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  background: rgb(0, 33, 71);
}
.past-events-sec .past-events-cont .past-event .image-cont .date-cont .date {
  font-family: Nunito Sans;
  font-size: 42px;
  margin-top: 28px;
  color: white;
  margin-bottom: 8px;
}
.past-events-sec .past-events-cont .past-event .image-cont .date-cont .month {
  color: white;
  font-family: Nunito Sans;
  font-size: 24px;
}
.past-events-sec .past-events-cont .past-event .detail-cont {
  padding: 30px;
}
.past-events-sec .past-events-cont .past-event .detail-cont h6:first-of-type {
  color: #4c4c4c;
  font-size: 16px;
  margin-bottom: 20px;
}
.past-events-sec .past-events-cont .past-event .detail-cont .timings, .past-events-sec .past-events-cont .past-event .detail-cont .location, .past-events-sec .past-events-cont .past-event .detail-cont .speakers {
  color: #b2b2b2;
}
.past-events-sec .past-events-cont .past-event .detail-cont .speakers h6 {
  margin-top: 24px;
  margin-bottom: 4px;
}

.events-template .full-width {
  padding: 100px 0 68px 0;
  background: #f5f5f5;
  margin-top: -12px;
}
.events-template .full-width h1:first-of-type {
  margin-bottom: 54px;
}
.events-template .full-width .event {
  height: auto;
}
.events-template .full-width .event:hover {
  box-shadow: 0 0 8px #002147;
  transition-duration: 0.4s;
}
.events-template .full-width .event .date-cont {
  background: white;
  width: 100%;
  height: 136px;
}
.events-template .full-width .event .date-cont .date-month {
  padding: 16px 26px;
  float: left;
  display: inline-block;
  background: rgb(255, 61, 0);
  color: white;
  text-align: center;
  height: 100%;
}
.events-template .full-width .event .date-cont .date-month .date {
  font-family: Nunito Sans;
  font-size: 30px;
  border-bottom: 1px solid white;
  padding-bottom: 4px;
}
.events-template .full-width .event .date-cont .date-month .month {
  font-family: Nunito Sans;
  font-size: 12px;
}
.events-template .full-width .event .date-content {
  padding: 16px 26px;
  float: left;
  width: 100%;
  display: inline;
  width: auto;
  background: white;
  height: 100%;
}
.events-template .full-width .event .date-content .heading h5 {
  color: #333333;
  font-size: 20px;
}
.events-template .full-width .event .date-content .timings {
  color: rgb(255, 61, 0);
  font-size: 12px;
  margin-bottom: 8px;
}
.events-template .full-width .event .date-content .fa {
  color: #b2b2b2;
  margin-right: 10px;
  font-size: 14px;
}
.events-template .full-width .event .date-content .location {
  color: #b2b2b2;
  font-size: 12px;
  max-width: 300px;
}
.events-template .full-width .event .speaker-cont {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.events-template .full-width .event .speaker-cont .speaker-title {
  position: absolute;
  background: rgb(0, 33, 71);
  font-family: Cairo;
  font-size: 14px;
  width: 100%;
  top: 20px;
  padding: 16px;
  color: white;
}
/*How to section 1*/
.how-to-video {
  padding: 75px 0;
  color: white;
}
.how-to-video .video-section .video-sec-heading {
  margin-top: 15px;
  margin-bottom: 5px;
  color: white;
}
.how-to-video .video-section p {
  width: 100%;
  color: white;
}
.how-to-video .student-stat {
  text-align: center;
}
.how-to-video .student-stat h1.student-count {
  color: white;
  font-size: 6em;
  font-weight: 400;
  font-family: Nunito Sans;
}
.how-to-video .student-stat .student-count-tag {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.how-to-video .student-stat .table {
  height: 100%;
  display: table;
}
.how-to-video .student-stat .table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*How to section*/
.how-to-container {
  padding: 40px 0;
}

.video-section video {
  width: 100%;
  height: auto;
}
.video-section p {
  width: 300px;
  color: #333333;
}

.jumbotron-sec {
  color: #ffffff;
  background-color: rgb(0, 33, 71);
  background-image: url("../img/registered_students_bg.png");
  background-position: center top, center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 46px 72px;
  max-height: 374px;
}
.jumbotron-sec h1 {
  color: #ffffff;
  font-family: Nunito Sans, "sans-serif";
  font-weight: normal;
  font-size: 50px;
}
.jumbotron-sec h1 .student-number {
  display: block;
  clear: both;
  font-size: 100px;
}
.jumbotron-sec .widget_button {
  margin: 30px auto;
}
.jumbotron-sec .widget_button:hover {
  text-decoration: none;
  background: #ffffff;
  font-weight: normal;
  color: rgb(0, 33, 71);
}

/*Call to action section*/
.call-to-action {
  background: rgb(255, 61, 0);
  color: #ffffff;
  padding: 40px 0;
}
.call-to-action .subscribe-section {
  padding: 30px 0;
  padding-bottom: 0;
}
.call-to-action .subscribe-section .input-group input.form-control {
  height: 50px;
  margin-right: 6px;
}
.call-to-action .subscribe-section .input-group button.subscribe_button {
  width: auto;
  overflow: hidden;
}
.call-to-action .subscribe-section b {
  margin-right: 40px;
}
.call-to-action .subscribe-section input {
  width: 600px;
}
.call-to-action .subscribe-section input:focus, .call-to-action .subscribe-section input:active {
  box-shadow: 0 2px 2px rgb(255, 61, 0);
  border: 1px solid rgb(255, 61, 0);
}
.call-to-action .subscribe-section .label-cont {
  line-height: 50px;
}
.call-to-action .action-content {
  width: auto;
  display: inline-block;
}
.call-to-action .action-section {
  padding-bottom: 30px;
  border-bottom: 1px solid #e1efff;
  text-align: center;
}
.call-to-action .action-section div.widget_button {
  margin-left: auto;
  margin-right: auto;
}
.call-to-action .action_heading {
  font-family: Cairo;
  font-weight: lighter;
  font-size: 32px;
  color: #ffffff;
}
.call-to-action .action_heading .left-span {
  width: 100%;
  display: block;
  text-align: left;
}
.call-to-action .action_heading .right-span {
  display: block;
  width: 100%;
  text-align: right;
}
.call-to-action .action_heading .free-text {
  font-size: 80px;
  display: block;
  clear: both;
  text-align: left;
  font-size: 80px;
  letter-spacing: 6px;
  float: none;
}
.call-to-action button.widget_button:hover {
  text-decoration: none;
  background: #ffffff;
  color: rgb(255, 61, 0);
  font-weight: normal;
}
.call-to-action .action-section.style-2 {
  border: 0;
}
.call-to-action .subscribe-section-2 {
  padding: 0;
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .call-to-action .subscribe-section-2 {
    width: 90%;
  }
}
.call-to-action .subscribe-section-2 .input-group {
  width: 100%;
  display: block;
  text-align: center;
}
.call-to-action .subscribe-section-2 .label-cont, .call-to-action .subscribe-section-2 .susbcribe-form {
  width: 100%;
  display: block;
}
.call-to-action .subscribe-section-2 .susbcribe-form {
  margin-top: 20px;
}
.call-to-action .subscribe-section-2 .susbcribe-form input {
  width: 520px;
  float: left;
}
@media screen and (max-width: 780px) {
  .call-to-action .subscribe-section-2 .susbcribe-form input {
    width: 100%;
    float: none;
    clear: both;
  }
}
.call-to-action .subscribe-section-2 .susbcribe-form .input-group-btn button {
  width: 180px;
  display: block;
  line-height: 1 !important;
}
@media screen and (max-width: 780px) {
  .call-to-action .subscribe-section-2 .susbcribe-form .input-group-btn button {
    margin-top: 10px;
    width: 100%;
  }
}

/*call to action 2 lean*/
.call-to-action-2 {
  display: block;
  background: rgb(0, 33, 71);
  color: white;
  font-family: Cairo;
  padding: 20px 50px;
  overflow: hidden;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .call-to-action-2 {
    padding: 20px 30px;
  }
}
.call-to-action-2 div.call-text {
  display: inline-block;
  width: 65%;
  margin-top: 25px;
  vertical-align: middle !important;
}
@media screen and (max-width: 980px) {
  .call-to-action-2 div.call-text {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.call-to-action-2 .call-to-action-buttons {
  width: 35%;
  display: block;
  float: right;
}
.call-to-action-2 .call-to-action-buttons a {
  font-weight: bold !important;
  float: left;
  margin: 10px;
}
@media screen and (max-width: 980px) {
  .call-to-action-2 .call-to-action-buttons {
    display: block;
    overflow: hidden;
    width: 350px;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
}

/*Partners section*/
.partners-section {
  padding: 40px 0;
}
.partners-section .nav-head-cont {
  text-align: center;
  margin-bottom: 12px;
}
.partners-section .nav-head-cont .nav-left a, .partners-section .nav-head-cont .nav-right a {
  font-size: 30px;
  color: #333333;
}
.partners-section .nav-head-cont h2 {
  margin: 22px 70px;
  font-size: 30px;
  font-family: Cairo-bold;
  display: inline-block;
  color: #333333;
}

.members-cont .member-col {
  float: left;
  margin-right: 20px;
  margin-bottom: 12px;
}
.members-cont .member-col:last-of-type {
  margin-right: 0;
}
.members-cont .member-col .single-member img {
  border: 1px solid #e3e3e3;
}

.partners-section .nav-head-cont {
  font-size: 32px;
}
.partners-section .nav-head-cont .nav-left:hover {
  cursor: pointer;
}
.partners-section .nav-head-cont .nav-right:hover {
  cursor: pointer;
}

/*Footer Styles*/
footer {
  font-family: Nunito Sans, "sans-serif";
  font-weight: normal;
  color: rgb(255, 255, 255);
  margin-top: 100px;
  background: #042346;
}
footer .footer-widget {
  margin-bottom: 22px;
}
footer .footer-widget#testimonials {
  max-width: 255px;
  box-sizing: content-box;
}
footer .footer-widget .test-nav {
  text-align: right;
  display: inline-block;
  float: right;
  margin-top: 8px;
  margin-right: 30px;
}
footer .footer-widget .test-nav span {
  font-size: 18px;
}
footer .footer-widget .test-nav span:hover {
  cursor: pointer;
}
footer .footer-widget .widget-head {
  font-family: Nunito Sans, "sans-serif";
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 24px;
  margin: 40px 0;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
}
footer a {
  color: rgb(255, 255, 255);
}
footer a:hover {
  color: #1E85E2;
  text-decoration: none;
}
footer .footer-last-entry {
  text-align: center;
}
footer .footer-last-entry .footer-social {
  width: 100%;
  margin-left: -1px;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-last-entry .copyright-section {
  line-height: 44px;
}

.page-template-course-landing footer {
  margin: 0;
}

.slider-perk .carousel-inner > .item > a > img, .slider-perk .carousel-inner > .item > img, .slider-perk .img-responsive, .slider-perk .thumbnail a > img, .slider-perk .thumbnail > img {
  display: block;
  max-width: 600px;
  height: 272px;
  margin: 0 auto;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #ffffff;
  background: rgb(0, 33, 71);
}

.centered, .widget_button.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
  clear: both;
  display: block;
}

/*All courses template styles*/
.course-form-cont {
  padding: 36px 60px;
  background: #e3e3e3;
  margin: 10px 0 60px 0;
  font-family: Nunito Sans;
}
.course-form-cont .degree-type {
  border-radius: 0;
  width: 260px;
  height: 48px;
  font-family: Nunito Sans;
  font-size: 12px;
  color: rgb(40, 40, 40);
}
.course-form-cont .area-of-interest {
  border-radius: 0;
  height: 48px;
  width: 192px;
  font-family: Nunito Sans;
  font-size: 12px;
  color: rgb(40, 40, 40);
}
.course-form-cont .search-course {
  border-radius: 0;
  height: 48px;
  width: 302px;
  font-size: 12px;
  font-family: Nunito Sans;
  color: rgb(40, 40, 40);
}
.course-form-cont .search-button {
  border-radius: 0;
  font-size: 12px;
  font-family: Nunito Sans;
}
.course-form-cont .search-button:hover {
  font-family: Nunito Sans;
}

.courses-list {
  margin-top: 60px;
}
.courses-list .degree:first-of-type .degree-title.bg {
  background: linear-gradient(rgba(0, 33, 71, 0.81), rgba(0, 33, 71, 0.81)), url("../img/bg-course-one.jpg");
}
.courses-list .degree {
  border: 1px solid #e3e3e3;
  max-width: 356px;
  max-height: 310px;
  margin-bottom: 32px;
}
.courses-list .degree:hover {
  background: #f6f6f6;
}
.courses-list .degree .degree-title {
  background: rgba(0, 33, 71, 0.81);
  padding: 48px 12px 12px 12px;
  height: 180px;
  color: white;
}
.courses-list .degree .degree-title h5 {
  font-family: Cairo;
  color: white;
  line-height: 26px;
}
.courses-list .degree .degree-details {
  padding: 8px 18px;
  color: rgb(0, 33, 71);
}
.courses-list .degree .degree-details .type {
  min-width: 152px;
  max-width: 194px;
  background: rgb(255, 61, 0);
  line-height: 14px;
  padding: 6px;
  color: white;
  margin-top: -18px;
}
.courses-list .degree .degree-details .department {
  margin-top: 14px;
  margin-left: 12px;
}
.courses-list .degree .degree-details .department span {
  color: #333333;
}
.courses-list .degree .degree-details .start-date {
  margin-top: 26px;
  margin-left: 12px;
}
.courses-list .degree .degree-details .start-date span {
  font-family: Nunito Sans;
}

/*Curriculum template styles*/
.program-info {
  margin-bottom: 50px;
}
.program-info .program-details {
  float: left;
}
.program-info .program-action {
  float: right;
}
.program-info .program-action .action-button {
  margin-bottom: 16px;
}

.table-container {
  margin-bottom: 40px;
}
.table-container table.table thead tr {
  background: #333333;
  color: white;
  font-family: Nunito Sans;
  font-size: 14px;
  border: none;
}
.table-container table.table td {
  border-top: none;
  border-bottom: 1px dashed #e3e3e3;
}
.table-container table.table td div.arabic {
  float: right;
}

/*About us template styles*/
.who .degree-info .degree-types {
  margin-left: 50px;
  border-left: 1px dashed #e3e3e3;
}
.who .degree-info .degree-types .single-degree {
  margin-bottom: 28px;
}
.who .degree-info .degree-types .single-degree .icon-cont {
  width: 72px;
  height: 72px;
  float: left;
  margin-left: -36px;
  background: white;
  margin-right: 10px;
  display: inline-block;
}
.who .degree-info .degree-types .single-degree .deg-content .title {
  font-family: Cairo;
  font-size: 16px;
  color: rgb(0, 33, 71);
  margin-bottom: 12px;
}
.who .degree-info .degree-types .single-degree .deg-content p {
  font-family: Nunito Sans;
  font-size: 13px;
  color: rgb(40, 40, 40);
}
.who .degree-info .degree-types .single-degree .deg-content p a {
  color: #1E85E2;
}
.who .degree-info .degree-types .single-degree .deg-content p a:hover {
  color: rgb(0, 33, 71);
}

.degree-info .degree-types {
  margin-left: 50px;
  border-left: 1px dashed #e3e3e3;
}
.degree-info .degree-types .single-degree {
  margin-bottom: 28px;
}
.degree-info .degree-types .single-degree .icon-cont {
  width: 72px;
  height: 72px;
  float: left;
  margin-left: -36px;
  background: white;
  margin-right: 10px;
  display: inline-block;
}
.degree-info .degree-types .single-degree .deg-content .title {
  font-family: Cairo;
  font-size: 16px;
  color: rgb(0, 33, 71);
  margin-bottom: 12px;
}
.degree-info .degree-types .single-degree .deg-content p {
  font-family: Nunito Sans;
  font-size: 13px;
  color: rgb(40, 40, 40);
}
.degree-info .degree-types .single-degree .deg-content p a {
  color: #1E85E2;
}
.degree-info .degree-types .single-degree .deg-content p a:hover {
  color: rgb(0, 33, 71);
}

section.chancelor-intro {
  margin: 40px 0;
  height: 620px;
}
section.chancelor-intro .bg-picture-full {
  background-repeat: no-repeat;
  background-size: auto auto;
  height: 620px;
  display: block;
  background-attachment: fixed;
}
section.chancelor-intro .detail {
  width: 440px;
  height: 232px;
  margin-top: 32px;
  margin-left: 32px;
  color: white;
}
section.chancelor-intro .detail .title h1 {
  color: white;
}
section.chancelor-intro .detail .content {
  font-size: 18px;
  line-height: 28px;
}
section.chancelor-intro .detail .content p {
  margin-top: 16px;
}
section.chancelor-intro .detail .social-bar {
  clear: none;
  display: inline;
  float: left;
}
section.chancelor-intro .detail .social-bar ul {
  padding: 0;
  float: left;
}
section.chancelor-intro .detail .social-bar ul li.social-icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  float: left;
  text-align: center;
  list-style: none;
}
section.chancelor-intro .detail .social-bar ul li.social-icon:last-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
section.chancelor-intro .detail .social-bar ul li.social-icon:hover {
  text-decoration: none;
  background: #1E85E2;
}
section.chancelor-intro .detail .social-bar ul li.social-icon a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: block;
  color: white;
}
section.chancelor-intro .detail .social-bar ul li.social-icon a:hover {
  text-decoration: none;
  color: #ffffff;
}

.leadership {
  margin-top: 60px;
}
.leadership .leaders-intro {
  max-width: 474px;
}
.leadership .leaders-intro p {
  font-size: 16px;
  line-height: 28px;
}
.leadership .profile-leader-cont {
  width: 270px;
  height: 400px;
  border-bottom: 1px solid black;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.leadership .profile-leader-cont:hover .profile-view-cont {
  top: 0;
  transition-duration: 0.8s;
  transition-timing-function: ease-out-circ;
}
.leadership .profile-leader-cont .profile-view-cont {
  position: absolute;
  top: 100%;
  color: black;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 18, 74, 0.5);
}
.leadership .profile-leader-cont .profile-view-cont .profile-button {
  width: 194px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-family: Nunito Sans;
  color: black;
  background: white;
  position: relative;
  box-shadow: 0 0 1px #e3e3e3;
  margin: 232px auto 0;
  display: block;
}
.leadership .profile-leader-cont .profile-leader {
  text-align: center;
}
.leadership .profile-leader-cont .profile-leader img {
  margin-bottom: 20px;
}
.leadership .profile-leader-cont .profile-leader h5 {
  font-family: Cairo;
  font-weight: normal;
}
.leadership .profile-leader-cont .profile-leader .leader-qual {
  color: rgb(0, 33, 71);
  font-size: 16px;
  font-family: Nunito Sans;
}

.student-testimonial {
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}
.student-testimonial .nav-left {
  float: left;
  background: rgb(0, 33, 71);
  width: 50px;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
  position: absolute;
  left: 0;
  top: 44%;
}
.student-testimonial .nav-left:hover {
  cursor: pointer;
}
.student-testimonial .nav-right {
  text-align: center;
  font-size: 20px;
  float: right;
  color: white;
  background: rgb(0, 33, 71);
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 44%;
  width: 50px;
}
.student-testimonial .nav-right:hover {
  cursor: pointer;
}
.student-testimonial .testimonials {
  margin-top: 60px;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.student-testimonial .testimonials .test-content {
  margin-top: 50px;
}
.student-testimonial .testimonials .test-content p {
  font-size: 16px;
  line-height: 26px;
}
.student-testimonial .testimonials .test-details h5.test-name {
  color: rgb(0, 33, 71);
  margin-top: 40px;
}

.tag-line {
  font-size: 18px;
  font-family: Nunito Sans;
  margin-bottom: 22px;
}

.join-us {
  background: rgb(255, 61, 0);
  padding: 44px 0 44px 0;
  margin: 40px 0;
  color: white;
}
.join-us h2 {
  color: white;
}

.enroll-now {
  background: #d0d0d0;
  padding: 64px 0 64px 0;
  color: #282828;
  /*h2{
      color: white;
  }*/
}
.enroll-now h1 {
  padding-top: 10px;
  margin: 0;
}

/*Contact us start*/
.main-content.contact-template {
  margin-top: 120px;
}
.main-content.contact-template .info-desk h6:first-of-type {
  margin-bottom: 50px;
}

section.map-section {
  margin-top: 28px;
  margin-bottom: 118px;
}
section.map-section .tag-line {
  font-size: 12px;
  font-family: Cairo;
  margin-bottom: 52px;
}
section.map-section .map-container {
  position: relative;
}
section.map-section .map-container .contact-details-cont {
  padding: 48px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  width: 360px;
  left: 16%;
  min-height: 648px;
}
section.map-section .map-container .contact-details-cont .contact-content h1, section.map-section .map-container .contact-details-cont .contact-content .tag-line {
  text-align: center;
}
section.map-section .map-container .contact-details-cont .contact-content .address, section.map-section .map-container .contact-details-cont .contact-content .number, section.map-section .map-container .contact-details-cont .contact-content .website {
  margin-bottom: 42px;
}
section.map-section .map-container .contact-details-cont .contact-content .address .fa, section.map-section .map-container .contact-details-cont .contact-content .number .fa, section.map-section .map-container .contact-details-cont .contact-content .website .fa {
  font-size: 24px;
}
section.map-section .map-container .contact-details-cont .contact-content a {
  color: #ff3d00;
  font-family: Cairo;
}

/*volunteer page styling*/
.vol-table tr {
  border-bottom: 2px solid #e3e3e3;
}
.vol-table thead th {
  padding-top: 40px;
}
.vol-table tr td {
  font-size: 12px;
  padding-bottom: 20px;
}
.vol-table tr td .fa {
  font-size: 28px;
  color: #e3e3e3;
  display: inline;
  margin: 6px;
}
.vol-table tr td:first-of-type {
  font-size: 14px;
}

.input-group button {
  width: 50px;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}

/*rep page styling*/
.rep-content {
  margin-bottom: 300px;
}
.rep-content article {
  margin-bottom: 60px;
}
.rep-content #iou-vol .domains p {
  margin-bottom: 0.2rem;
}

.tab-navigation {
  width: 100%;
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 20px;
}
.tab-navigation ul {
  padding-left: 0;
  list-style: none;
}
.tab-navigation ul li.active a {
  font-family: Nunito Sans;
  background:  #042346;
  color: white;
}
.tab-navigation ul li {
  float: left;
  border: 1px solid #1E85E2;
  background: white;
  height: 50px;
  text-align: center;
  width: 140px;
  line-height: 16px;
  margin-right: 2px;
  display: table;
}
.tab-navigation ul li a {
  width: 100%;
  height: 100%;
  font-family: Nunito Sans;
  display: table-cell;
  vertical-align: middle;
  color: rgb(0, 33, 71);
}
.tab-navigation ul li:active a {
  font-family: Nunito Sans;
  display: table-cell;
  width: 100%;
  height: 100%;
  color: white;
  background: rgb(0, 33, 71);
}

/*Faculty pages styling*/
.about-faculty {
  margin-top: 100px;
  margin-bottom: 50px;
}
.about-faculty .content {
  font-size: 18px;
  line-height: 28px;
}
.about-faculty .content a {
  font-family: Nunito Sans;
  font-style: italic;
}

section.about-founder .founder-image {
  margin-bottom: 12px;
  width: 100%;
}
section.about-founder .founder-image img {
  width: 100%;
  max-width: 230px;
}
section.about-founder .related-links ul {
  list-style: none;
  padding-left: 0;
}
section.about-founder .related-links ul li {
  line-height: 26px;
  border-bottom: 1px solid #e3e3e3;
}

.single-profile-container {
  display: none;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.single-profile-container .close-container {
  overflow: hidden;
}
.single-profile-container .close-container .fa {
  float: right;
  color: rgb(255, 61, 0);
  font-size: 28px;
}
.single-profile-container .profile-content {
  background: white;
  padding: 10px;
  min-height: 100vh; /* browser fill */
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
.single-profile-container .profile-content .profile-intro {
  margin-bottom: 54px;
}
.single-profile-container .profile-content .profile-intro .name {
  font-family: Nunito Sans;
  font-size: 30px;
  color: rgb(0, 33, 71);
  margin-bottom: 12px;
}
.single-profile-container .profile-content .profile-intro .post {
  font-size: 18px;
}
.single-profile-container .profile-content .profile-intro .uni {
  font-size: 14px;
}
.single-profile-container .profile-content .tag-container {
  border-bottom: 2px solid rgb(0, 33, 71);
  margin-bottom: 32px;
}
.single-profile-container .profile-content .tag-container .tag {
  padding: 16px 0;
  font-size: 20px;
  width: 100px;
  background: rgb(0, 33, 71);
  color: white;
  display: inline-block;
  text-align: center;
}
.single-profile-container .profile-content .profile-image {
  width: 100%;
}
.single-profile-container .profile-content .profile-image img {
  max-width: 472px;
  height: auto;
}

.single-profile-container.show {
  display: block;
  text-align: left;
}

.faculty-profile {
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #333333;
  margin-bottom: 82px;
  position: relative;
  overflow: hidden;
}
.faculty-profile:hover {
  cursor: pointer;
}
.faculty-profile:hover .profile-view-cont {
  top: 0;
  transition-duration: 0.8s;
  transition-timing-function: ease-out-circ;
}
.faculty-profile .leader-image {
  width: 272px;
  margin-bottom: 10px;
  height: 280px;
  max-width: 100%;
  overflow: hidden;
}
.faculty-profile .leader-info h6 {
  margin-bottom: 0;
  text-align: left;
  padding-left: 4px;
}
.faculty-profile .leader-info div.position {
  padding-left: 4px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 30px;
}
.faculty-profile .leader-info .profile-link {
  text-align: left;
  padding-left: 4px;
  margin-bottom: 12px;
}
.faculty-profile .leader-info .profile-link a {
  font-family: Nunito Sans;
  color: rgb(0, 33, 71);
  font-size: 18px;
}
.faculty-profile .profile-view-cont {
  position: absolute;
  top: 100%;
  color: black;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 18, 74, 0.5);
}
.faculty-profile .profile-view-cont .profile-button {
  width: 194px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-family: Nunito Sans;
  color: black;
  background: white;
  position: relative;
  box-shadow: 0 0 1px #e3e3e3;
  margin: 232px auto 0;
  display: block;
}

/*course-detail-wide*/
.course-detail-wide .article-post {
  margin-top: 40px;
}
.course-detail-wide .article-post p {
  margin-bottom: 40px;
}

ol {
  margin-left: 36px;
  line-height: 26px;
  margin-bottom: 36px;
}

/*Faq template styles start*/
.faq-container .panel-group .panel .panel-body {
  margin-bottom: 40px;
  display: block;
  clear: both;
  overflow: hidden;
}
.faq-container .panel-group .panel .panel-body p {
  padding: 10px;
  /*width: 500px;*/
  text-align: justify;
  float: right;
}
.faq-container .panel-group .panel-heading {
  margin-bottom: 22px;
}
.faq-container .panel-group .panel-heading h6.panel-title {
  color: black;
  font-size: 14px;
}
.faq-container .panel-group .panel-heading .acc-head-cont.collapsed .acc-icon-cont {
  color: #e3e3e3;
  background: #f8f8f8;
}
.faq-container .panel-group .panel-heading .acc-icon-cont {
  width: 48px;
  margin-right: 6px;
  height: 48px;
  line-height: 48px;
  color: white;
  background: #1E85E2;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  float: left;
  font-size: 22px;
}
.faq-container .panel-group .panel-heading .acc-heading {
  background: #f8f8f8;
  color: black;
  display: inline-block;
  /*width: 500px;*/
  padding: 10px;
  line-height: 28px;
  border-radius: 6px;
}

.form-container {
  margin-bottom: 24px;
}
.form-container input.form-control {
  font-style: italic;
}
.form-container .input-group button {
  border-left: none;
  color: #1E85E2;
}
.contact-container .contact-form {
  width: 100%;
  display: block;
}
.contact-container .contact-form h6 {
  margin-bottom: 40px;
}
.contact-container .contact-director {
  width: 100%;
  display: block;
  margin-bottom: 70px;
}
.contact-container .contact-director .contact-banner {
  text-align: center;
  padding: 20px;
  background: rgb(0, 33, 71);
  color: white;
  width: 100%;
}
.contact-container .contact-director .contact-banner h2 {
  color: white;
  font-size: 26px;
  margin-bottom: 30px;
}
.contact-container .contact-director .contact-banner h6.secondary-line {
  color: white;
  margin-bottom: 40px;
}
.contact-container .contact-director .contact-banner .fa {
  color: white;
  font-size: 54px;
  margin-bottom: 10px;
}

/*Rep-profile-styles*/
.rep-profile-list .rep-profile-cont {
  border-bottom: 4px solid rgb(0, 33, 71);
  width: 380px;
  height: 190px;
  margin-bottom: 30px;
}
.rep-profile-list .rep-profile-cont:hover {
  cursor: pointer;
  transition-duration: 0.2s;
  box-shadow: 0 0 8px grey;
}
.rep-profile-list .rep-profile-cont .profile-pic {
  width: 172px;
  height: 186px;
  float: left;
  background: #c5d5df;
}
.rep-profile-list .rep-profile-cont .profile-pic img {
  width: 172px;
  height: 186px;
}
.rep-profile-list .rep-profile-cont .profile-content {
  padding: 10px;
  width: 208px;
  height: 186px;
  float: left;
  background: #f5f5f5;
}
.rep-profile-list .rep-profile-cont .profile-content .profile-name {
  margin-bottom: 16px;
  border-bottom: 1px solid #e3e3e3;
}
.rep-profile-list .rep-profile-cont .profile-content .profile-name h6 {
  font-size: 12px;
  margin-bottom: 4px;
}
.rep-profile-list .rep-profile-cont .profile-content .prof-location {
  font-family: Cairo;
  font-size: 12px;
}
.rep-profile-list .rep-profile-cont .profile-content .prof-location span {
  font-family: Nunito Sans;
  font-size: 12px;
  display: block;
  clear: both;
  margin-left: 16px;
}
.rep-profile-list .rep-profile-cont .profile-content .prof-contact {
  font-family: Cairo;
  font-size: 12px;
}
.rep-profile-list .rep-profile-cont .profile-content .prof-contact span {
  font-family: Nunito Sans;
  font-size: 12px;
  display: block;
  margin-left: 16px;
  clear: both;
}

/*Alumni Template Styles*/
.alumni-template .introduction-section {
  padding: 10px;
  overflow: hidden;
  margin-bottom: 100px;
  border: 6px solid #e3e3e3;
}
.alumni-template .introduction-section .intro-container .intro-image {
  max-width: 546px;
  max-height: 336px;
  overflow: hidden;
}
.alumni-template .introduction-section .intro-container .introduction-content h4 {
  margin: 18px 0 24px 0;
}
.alumni-template .introduction-section .intro-container .introduction-content p {
  line-height: 26px;
  margin-bottom: 86px;
}
.alumni-template .introduction-section .intro-container a.red-link {
  color: #F6693D;
  text-decoration: underline;
}
.alumni-template .introduction-section .intro-container a.red-link:hover {
  text-decoration: none;
}
.alumni-template .introduction-section .intro-container .simple-button-large > a {
  text-decoration: none;
}
.alumni-template .introduction-section .intro-container .simple-button-large {
  text-decoration: none;
}
.alumni-template .links-section {
  margin-bottom: 140px;
}
.alumni-template .links-section .link-container {
  overflow: hidden;
  display: block;
  clear: both;
}
.alumni-template .links-section .link-container .link-card {
  display: block;
  float: left;
  width: 284px;
  height: 250px;
  padding: 80px;
  color: white;
  font-size: 16px;
  text-align: center;
}
.alumni-template .links-section .link-container .link-card:nth-of-type(1) {
  background: #ffc300;
}
.alumni-template .links-section .link-container .link-card:nth-of-type(2) {
  background: #90bd00;
}
.alumni-template .links-section .link-container .link-card:nth-of-type(3) {
  background: #1E85E2;
}
.alumni-template .links-section .link-container .link-card:nth-of-type(4) {
  background: rgb(0, 33, 71);
}
.alumni-template .links-section .link-container .link-card .link-icon {
  font-size: 28px;
  margin: 10px;
}
.alumni-template .focus-section .focus-container .section-headline, .alumni-template .focus-section .focus-container .tag-line {
  text-align: center;
}
.alumni-template .focus-section .focus-container .tag-line {
  margin-bottom: 60px;
}
.alumni-template .focus-section .focus-container .focus-news-card {
  width: 570px;
  height: 174px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: -6px 6px 0px #e3e3e3;
}
.alumni-template .focus-section .focus-container .focus-news-card .focus-image {
  float: left;
  display: inline-block;
  width: 154px;
  height: 154px;
  overflow: hidden;
  margin-right: 22px;
}
.alumni-template .focus-section .focus-container .focus-news-card .focus-content {
  max-width: 340px;
  display: inline-block;
  float: left;
}
.alumni-template .focus-section .focus-container .focus-news-card .focus-content h6 {
  margin: 10px 0;
}
.alumni-template .focus-section .focus-container .focus-news-card .focus-content p {
  line-height: 26px;
}
.alumni-template .focus-section .focus-container .focus-news-card .focus-content a {
  color: #F6693D;
  text-decoration: underline;
}
.alumni-template .focus-section .focus-container .focus-news-card .focus-content a:hover {
  text-decoration: none;
}

/*Universal Styles Start*/
.full-width {
  width: 100% important;
}

section.title-container {
  background: linear-gradient(rgba(0, 33, 71, 0.3), rgba(0, 33, 71, 0.5));
  padding: 150px 0 100px 0;
}
section.title-container h1 {
  color: white;
}
section.title-container .tagline {
  color: white;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
}

.action-banner {
  background: #f8f8f8;
  padding: 32px 48px 56px 48px;
  border: 1px solid #e3e3e3;
  margin-bottom: 12px;
}
.action-banner .action-button {
  margin-bottom: 20px;
}
.action-banner h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.action-banner .tag-line {
  font-size: 14px;
  font-family: Nunito Sans;
  margin-bottom: 26px;
}

.office-hour-banner {
  padding-top: 0 !important;
  height: auto !important;
}
.office-hour-banner h4 {
  margin-bottom: 40px !important;
}

.contact-banner, .office-hour-banner {
  width: 268px;
  height: 242px;
  background: rgb(0, 33, 71);
  color: white;
  text-align: center;
  padding: 32px 2px;
}
.contact-banner h4, .office-hour-banner h4 {
  color: white;
  margin-bottom: 18px;
}
.contact-banner .contact, .office-hour-banner .contact {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 28px;
}
.contact-banner .contact .label, .office-hour-banner .contact .label {
  display: inline-block;
  height: 20px;
  float: left;
}
.contact-banner .contact .numbers, .office-hour-banner .contact .numbers {
  width: auto;
  float: right;
  margin-left: 4px;
}
.contact-banner .office-timing, .office-hour-banner .office-timing {
  font-size: 12px;
}
.contact-banner .fa, .office-hour-banner .fa {
  font-size: 44px;
  margin-bottom: 12px;
}
.contact-banner .fa:hover, .office-hour-banner .fa:hover {
  transform: scale(1.2);
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}

#tabs {
  margin: 70px 0 30px 0;
}

/*Jquery resetting*/
.ui-widget-content {
  background: none;
  border: none;
}

.ui-widget-header {
  background: none;
  border: none;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-tabs .ui-tabs-panel {
  border: 1px solid #e3e3e3;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-family: Nunito Sans;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  color: #333333;
}
.ui-tabs .ui-tabs-nav li {
  background: white;
  height: 50px;
}
.ui-tabs .ui-tabs-nav li a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: white;
  border: 1px solid #e3e3e3;
  border-top: 2px solid rgb(0, 33, 71);
  border-bottom: 1px solid white;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: black;
}

/*Landing page template*/
div.schedule-sec {
  padding-right: 25px;
}
div.schedule-sec h1 {
  margin-bottom: 0 !important;
}
div.schedule-sec .action-button {
  margin-right: 25px;
}
div.schedule-sec p {
  font-size: 18px;
  line-height: 26px;
  font-family: Nunito Sans;
}

section.schedule-sec {
  padding-top: 45px;
  padding-bottom: 45px;
}
section.schedule-sec h1 {
  margin-bottom: 22px;
}
section.schedule-sec p {
  font-size: 18px;
  line-height: 26px;
  font-family: Nunito Sans;
}
section.schedule-sec .schedule-block {
  margin: 30px 0px;
  display: block;
  overflow: hidden;
}
section.schedule-sec .schedule-block .schedule-img-cont {
  width: 132px;
  height: 132px;
  float: left;
}
section.schedule-sec .schedule-desc {
  max-width: 300px;
  float: left;
  margin-left: 30px;
  color: #002147;
}
section.schedule-sec .schedule-desc .topic {
  font-size: 23px;
  line-height: 26px;
  min-height: 55px;
  margin-bottom: 12px;
  font-weight: 400;
  color: #002147;
  font-family: Cairo;
}
section.schedule-sec .schedule-desc .speaker {
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  color: #482e2e;
  font-family: Cairo;
}
section.schedule-sec .num-wrapper {
  display: block;
  height: 100%;
  border-radius: 50%;
  overflow: auto;
}
section.schedule-sec .schedule-num-cont {
  display: table;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
section.schedule-sec .schedule-num {
  display: table-cell;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #282828;
  color: white;
  vertical-align: middle;
  text-align: center;
  font-size: 3.25em;
  font-family: Cairo;
}

/**Deliver options*/
.delivery-option {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6f6f6;
}
.delivery-option h1 {
  text-align: center;
  margin-bottom: 22px;
}
.delivery-option .delivery-options {
  margin-top: 40px;
}
.delivery-option .delivery {
  display: table;
  max-width: 360px;
  margin: 0 auto;
}
.delivery-option .delivery-top {
  display: table-row;
  width: 100%;
  clear: right;
  text-align: center;
  height: 150px;
  vertical-align: middle;
}
.delivery-option .delivery-title {
  display: table-cell;
  width: 100%;
  clear: right;
  text-align: center;
  height: 150px;
  vertical-align: middle;
  background: #01124a;
  color: white;
  padding: 10px;
}
.delivery-option .delivery-title .fa {
  font-size: 60px;
  margin-right: 15px;
}
.delivery-option .delivery-title .delivery-title-text {
  font-family: Cairo;
  font-size: 32px;
}
.delivery-option .delivery-cont {
  display: block;
  width: 100%;
  clear: both;
  padding: 20px;
  color: #4c4c4c;
  background: #fff;
  min-height: 250px;
  font-size: 13px;
}
.delivery-option .delivery-cont h3 {
  font-family: Cairo;
  color: #4c4c4c;
  font-size: 1.25em;
}
.delivery-option .delivery-cont p {
  font-size: 13px;
}

.stream-content, .action-banner {
  margin-top: 40px;
}

.hide {
  display: none;
}

/*VC elements styles*/
.stat-cont:hover .stat-border {
  box-shadow: 0 0 2px rgb(0, 33, 71);
  background-color: #1E85E2;
  color: white;
  transform: scale(1.1);
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
.stat-cont .stat-border {
  width: 140px;
  height: 140px;
  border: 8px solid rgb(0, 33, 71);
  color: #333333;
  font-family: "Nunito Sans-bold";
  font-size: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 130px;
  margin-bottom: 10px;
}
.stat-cont .title {
  font-family: "Nunito Sans-bold";
  font-size: 15px;
  color: #333333;
}
.stat-cont .desc {
  color: #b5b5b5;
}

.stat-counter-cont .stat-count-number {
  font-size: 56px;
  font-family: "Nunito Sans-light";
  line-height: 50px;
  color: #1E85E2;
}
.stat-counter-cont .stat-title {
  font-family: "Cairo-bold";
  font-size: 24px;
  margin-bottom: 24px;
  color: #333333;
}
.events-section {
  height: 200px;
  overflow: hidden;
}

.news-section.layout-two .news-nav {
  max-width: 50px;
  float: right;
  text-align: center;
  line-height: 104px;
  font-size: 32px;
}
.news-section.layout-two .news-nav .right-angle {
  background: #f3f3f3;
}
.news-section.layout-two .news-nav .right-angle:hover {
  cursor: pointer;
}
.news-section.layout-two .news-nav .left-angle {
  background: #f3f3f3;
}
.news-section.layout-two .news-nav .left-angle:hover {
  cursor: pointer;
}
.news-section.layout-two .news-title-head {
  text-align: center;
  color: white;
  float: left;
  background: #fdfdfd;
  border-bottom: 2px solid #f3f3f3;
  clear: right;
}
.news-section.layout-two .news-title-head .title {
  background: rgb(0, 33, 71);
  padding: 20px;
  font-family: "Nunito Sans-bold";
  font-size: 16px;
  z-index: 999;
  min-height: 200px;
}
.news-section.layout-two .news-title-head .title span {
  transform-origin: top left;
  transform: rotate(-90deg);
  display: block;
  height: inherit;
  word-wrap: normal;
  white-space: nowrap;
  margin-top: 120px;
}
.news-section.layout-two .news-content-cont {
  background: #fdfdfd;
  border-bottom: 2px solid #f3f3f3;
  float: left;
  margin-left: 0;
  padding-bottom: 0;
  max-width: 980px;
  padding-top: 15px;
}
.news-section.layout-two .news-content-cont .list-news-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.news-section.layout-two .news-content-cont .list-news-content .news-single-slide {
  display: block;
  width: 100%;
}
.news-section.layout-two .news-content-cont .list-news-content .list-news-container {
  display: block;
  width: 100%;
}
.news-section.layout-two .news-content-cont .list-news-content .single-news {
  margin-bottom: 12px;
  overflow: hidden;
  display: block;
}
.news-section.layout-two .news-content-cont .list-news-content .single-news .news-day {
  float: left;
  margin-right: 12px;
  width: 72px;
  height: 62px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-right: 3px solid #1E85E2;
  text-align: center;
}
.news-section.layout-two .news-content-cont .list-news-content .single-news .news-day .day {
  display: block;
  clear: both;
  font-size: 28px;
  font-family: "Nunito Sans-semibold";
  color: rgb(0, 33, 71);
  margin-top: 10px;
}
.news-section.layout-two .news-content-cont .list-news-content .single-news .news-content p {
  font-family: "Cairo";
  font-size: 14px;
  max-width: 470px;
}
.news-section.layout-two .news-content-cont .list-news-content .single-news .news-content p a {
  color: #333333;
}
.news-section.layout-two .news-content-cont .list-news-content .single-news .news-content p a:hover {
  color: #1E85E2;
}
.news-section.layout-two .news-content-cont .list-news-content .single-news .news-content p .news-head {
  font-family: "Cairo-bold";
  font-size: 15px;
}
@media screen and (max-width: 760px) {
  .events-section {
    height: 390px !important;
  }
  .news-section.layout-two .news-title-head {
    text-align: left !important;
  }
}
@media screen and (max-width: 979px) {
  .events-section {
    height: 350px;
  }
  .news-section.layout-two .news-content-cont {
    width: 95% !important;
  }
  .news-section.layout-two .news-title-head.col-1 {
    flex: 98% !important;
    max-width: 95% !important;
  }
  .news-section.layout-two .news-title-head.col-1 .title span {
    transform: unset;
    margin-top: 0;
  }
  .news-section.layout-two .news-title-head.col-1 .title {
    min-height: 50px !important;
  }
  .news-section.layout-two .news-content-cont .list-news-content {
    height: 300px !important;
  }
  .news-nav.col-3 {
    max-width: 200px !important;
    position: absolute;
    height: 65px;
    line-height: 65px !important;
    right: 5%;
  }
  .news-nav.col-3 .col-12 {
    max-width: 50% !important;
    float: right !important;
  }
}
@media screen and (max-width: 1120px) {
  .news-section.layout-two .news-content-cont {
    max-width: 780px;
  }
}
.content-content {
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}

.course-cont.bg-green {
  background: #07a403;
}

.course-cont.bg-navy-blue {
  background: rgb(0, 33, 71);
}

.course-cont.bg-sea-green {
  background: #118086;
}

.course-cont.bg-dark-green {
  background: #0c546f;
}

.course-cont.bg-pink {
  background: #e84f5e;
}

.course-cont.bg-orange {
  background: #d97d15;
}

.course-cont.bg-blue {
  background: #0c56ae;
}

.course-cont {
  padding: 0 6px;
  background: #e3e3e3;
  margin-bottom: 18px;
  overflow: hidden;
}
.course-cont .course-img {
  float: left;
  width: 192px;
  height: 100%;
  overflow: hidden;
  margin-right: 12px;
}
.course-cont .course-img img {
  height: 100%;
  width: 100%;
}
.course-cont .course-content {
  display: inline-block;
  float: left;
  width: auto;
  padding-top: 16px;
}
.course-cont .course-content .content {
  max-width: 320px;
  float: left;
}
.course-cont .course-content .content .course-title {
  font-family: "Cairo";
  font-size: 20px;
  color: white;
  line-height: 24px;
}
.course-cont .course-content .content .description p {
  font-size: 14px;
  color: white;
}
.course-cont .course-content .action {
  float: left;
}
.course-cont .course-content .action .widget_button {
  margin-top: 0;
  width: 140px;
  font-size: 12px;
  font-family: "Cairo";
  height: 30px;
  line-height: 30px;
}

ul.circle-number-list, ul.arrow-blue-list, ul.arrow-list {
  list-style: none;
}

ul.arrow-list li .icon-cont, ul.arrow-blue-list li .icon-cont {
  float: left;
  margin-right: 12px;
  color: #F6693D;
  font-size: 18px;
}

ul.arrow-blue-list li .icon-cont {
  color: rgb(0, 33, 71);
}

.white-bullet-list-cont {
  padding: 20px;
  margin: 20px;
  color: white;
  background: rgb(0, 33, 71);
}

ul.white-bullet-list {
  list-style: square inside url("../img/white-bullet.png");
}
ul.white-bullet-list li {
  line-height: 26px;
  font-size: 18px;
}

ul.circle-number-list li {
  margin: 12px 0;
  min-height: 68px;
}
ul.circle-number-list li .number-icon {
  float: left;
}
ul.circle-number-list li .number-icon .circle {
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-width: 1px;
  border-style: solid;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  margin-right: 12px;
  text-align: center;
  float: left;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: url(../img/stripes_3_b.png);
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.08);
}
ul.circle-number-list li .content {
  padding-top: 20px;
}

.blockqoute-layout-section, .list-layout-section, .team-member-section, .gqmc-layout-two, .paid-courses-section, .events-section, .stats-section, .courses-layout {
  margin-bottom: 100px;
}

.free-course-cont.layout-two, .free-course-cont.layout-two-bg {
  max-width: 372px;
  margin: 0 auto;
}

.free-course-cont.layout-two-bg {
  text-align: left;
  background: url(../img/third_course_bg.jpg) #78726f;
  background-size: 100% 100%;
  background-position-x: right;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
.free-course-cont.layout-two-bg .bg-cover {
  padding: 40px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 8px;
  background: rgba(0, 0, 0, 0.5);
}
.free-course-cont.layout-two-bg:hover .bg-cover {
  transition-duration: 0.5s;
  background: rgba(1, 18, 74, 0.5);
}
.free-course-cont.layout-two-bg .course-icon .fa {
  font-size: 60px;
  color: rgb(0, 33, 71);
  color: white;
  margin-bottom: 40px;
}
.free-course-cont.layout-two-bg h3 {
  margin-bottom: 8px;
  color: white;
}
.free-course-cont.layout-two-bg p {
  color: #e3e3e3;
}

.free-course-cont.layout-two {
  text-align: center;
}
.free-course-cont.layout-two .course-icon .fa {
  margin-top: 40px;
  font-size: 60px;
  color: rgb(0, 33, 71);
  margin-bottom: 40px;
}
.free-course-cont.layout-two h3 {
  margin-bottom: 18px;
}
.paid-course-cont.layout-two {
  max-width: 372px;
  margin: 0 auto;
}
.paid-course-cont.layout-two .course-img img {
  width: 100%;
}
.paid-course-cont.layout-two .course-info {
  background: rgba(0, 33, 71, 0.81);
  color: white;
  display: inline-block;
  width: 100%;
  position: relative;
}
.paid-course-cont.layout-two .course-info .title {
  margin: 8px;
  float: left;
}
.paid-course-cont.layout-two .course-info .price {
  position: absolute;
  right: 20px;
  font-size: 36px;
  font-family: "Nunito Sans-light";
  float: right;
  height: 200%;
  line-height: 300%;
  padding-left: 8px;
  padding-right: 8px;
  background: rgb(0, 33, 71);
}
.paid-course-cont.layout-two .course-info .price .fa {
  font-size: 16px;
}
.paid-course-cont.layout-two .course-action {
  background: #e1efff;
  padding: 8px;
  margin-top: -8px;
}

.gqmc-layout-two {
  padding-top: 26px;
  overflow: hidden;
  width: 100%;
  background: #f8f8f8;
  border-bottom: 4px solid rgb(0, 33, 71);
}
.gqmc-layout-two .gqmc-content .gqmc-post .post-head {
  height: 100%;
  float: left;
  margin-right: 26px;
  width: 170px;
  display: inline-block;
}
.gqmc-layout-two .gqmc-content .gqmc-post .post-head img {
  width: 170px;
  height: 170px;
}
.gqmc-layout-two .gqmc-content .gqmc-post .post-content ul {
  list-style: square;
  max-width: 600px;
  padding-left: 0;
  float: left;
  list-style-position: inside;
}
.gqmc-layout-two .gqmc-content .gqmc-post .post-content ul li {
  margin-right: 28px;
  float: left;
}
.gqmc-layout-two .gqmc-content .gqmc-post .post-content ul li a {
  color: rgb(0, 33, 71);
  font-size: 16px;
  font-family: "Nunito Sans-semibold";
}
.gqmc-layout-two .gqmc-content .gqmc-post .post-content ul li a:hover {
  color: #1E85E2;
}
.gqmc-layout-two .gqmc-content .gqmc-post .post-content .action-cont {
  float: right;
  background: rgb(0, 33, 71);
  padding: 26px 80px;
}

.block-quote-large {
  font-family: "Cairo-lightitalic";
  font-size: 36px;
  color: #333333;
  line-height: 52px;
  max-width: 700px;
  margin-bottom: 80px;
}
.block-quote-large .fa {
  color: #ece0b6;
}
.block-quote-large .source-quote {
  font-family: "open-sans";
  font-size: 18px;
  color: rgb(40, 40, 40);
  display: block;
  width: 100%;
  text-align: right;
}

.block-quote-grey {
  font-size: 26px;
  line-height: 32px;
  display: block;
  max-width: 820px;
  margin-bottom: 80px;
  font-family: "Nunito Sans-light";
}
.block-quote-grey .source-quote {
  display: block;
  clear: both;
  text-decoration: underline;
  color: #b5b5b5;
}

.block-quote-bold {
  margin-bottom: 80px;
  margin-top: 20px;
  padding: 32px;
  padding-right: 68px;
  line-height: 32px;
  width: auto;
  color: #333333;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  font-family: "Nunito Sans-light";
}
.block-quote-bold .arabic {
  margin-bottom: 12px;
}
.block-quote-bold .brace img {
  width: 100%;
  height: 60%;
}
.block-quote-bold .source-quote {
  display: block;
  text-align: right;
  text-decoration: underline;
}

.block-quote-simple {
  padding: 12px;
  padding-right: 18px;
  line-height: 22px;
  width: auto;
  color: rgb(0, 33, 71);
  position: relative;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 80px;
  font-family: "Nunito Sans-light";
}
.block-quote-simple .arabic {
  margin-bottom: 16px;
  font-size: 30px;
}
.block-quote-simple .quote {
  padding: 0 24px;
}
.block-quote-simple .source-quote {
  display: block;
  clear: both;
  text-align: right;
  text-decoration: underline;
  color: #c3d3e0;
  font-size: 24px;
  margin-top: 8px;
  margin-right: 32px;
}
.block-quote-simple .open-quote, .block-quote-simple .close-quote {
  position: absolute;
}
.block-quote-simple .open-quote img, .block-quote-simple .close-quote img {
  width: 32px;
}
.block-quote-simple .open-quote {
  top: 0;
  left: 0;
}
.block-quote-simple .close-quote {
  bottom: 32px;
  right: 0;
}

.member-cont {
  display: block;
  overflow: hidden;
}
.member-cont:hover {
  cursor: pointer;
}
.member-cont:hover .img-cont img {
  box-shadow: 30px 0 50px rgba(0, 0, 0, 0.15);
  transition-duration: 0.6s;
  transition-timing-function: ease-in-sine;
}
.member-cont:hover .img-cont .profile-button {
  transition-timing-function: ease-in-sine;
  transition-duration: 0.6s;
  display: block;
}
.member-cont .img-cont {
  width: 50%;
  text-align: center;
}
.member-cont .img-cont img {
  width: 100%;
  float: left;
  box-shadow: none;
}
.member-cont .img-cont .profile-button {
  background: white;
  width: 194px;
  position: absolute;
  bottom: -25px;
  height: 50px;
  line-height: 50px;
  display: none;
  margin: 0 auto;
  float: none;
  left: 10%;
  color: #333333;
  box-shadow: 19px 0 40px rgba(0, 0, 0, 0.15);
}
.member-cont .member-content {
  width: 50%;
  float: left;
  padding-left: 30px;
  padding-top: 8px;
}
.member-cont .member-content h6 {
  font-size: 14px;
}
.member-cont .member-content .post {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.member-cont .member-content p.mem-description {
  font-size: 14px;
  margin-bottom: 80px;
}
.member-cont .member-content .speciality, .member-cont .member-content .degrees {
  font-family: "Nunito Sans-bold";
}
.member-cont .member-content .speciality .value, .member-cont .member-content .degrees .value {
  font-family: "Nunito Sans";
}

/*slider section*/
.slider-main {
  background: #e3e3e3;
  width: 100%;
  display: block;
  position: relative;
  border-top: 2px solid rgb(0, 33, 71);
  border-bottom: 2px solid rgb(0, 33, 71);
}
.slider-main .img-fluid {
  width: 100%;
  height: 100%;
}

/*Page fist h1*/
.content-section h1:first-of-type {
  margin-bottom: 50px;
}

.page-heading {
  margin-bottom: 50px;
}

/*Single pager spacing*/
.single-pager .article-post {
  padding: 50px 0;
  margin-top: 0;
}
.single-pager .article-post:first-of-type {
  padding: 0 0 50px;
  margin-top: 0;
}
.single-pager .article-post p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*profile in side menu*/
.pleader .profile-leader .name {
  font-size: 1em;
}

.pleader .profile-leader .leader-qual {
  font-size: 0.8em;
}

.pleader .profile-leader-cont.faculty-profile {
  margin-bottom: 5px;
}

/*VC override*/
.vc_row-no-padding .wpb_column {
  padding: 0 !important;
}

.vc_column_container > .vc_column-inner {
  padding: 0 !important;
}

/* Primary color change in some secton */
.how-to-video {
  background: linear-gradient(rgba(0, 33, 71, 0.6), rgba(0, 33, 71, 0.6)), -webkit-linear-gradient(rgba(0, 33, 71, 0.6), rgba(0, 33, 71, 0.6));
}

/*# sourceMappingURL=style.css.map */
