/*=======================================================================

Template Name: Academics | Responsive HTML5 Template
Template URI: https://radiustheme.com/
Description: Academics | Academics Responsive HTML5 Template.
Author: Radius Theme
Author URI: https://radiustheme.com/
Version: 1.6

/*=======================================================================
[Table of content]
=========================================================================

[01] Typography
[02] General
[03] Header Area
[04] Slider Area
[05] About Area
[06] Service Area
[07] Students Say Area
[08] Students Join Area
[09] Featured Area
[10] Counter Area
[11] Countdown Area
[12] Video Area
[13] Lecturers Area
[14] Publications Area
[15] Courses Area
[16] News and Event Area
[17] Certificate Area
[18] Gallery Area
[19] Price Table Area
[20] Research Area
[21] Shop Page Area
[22] Brand Area
[23] Sidebar Area
[24] Faq Page area
[25] Error Page Area
[26] Contact Page Area
[27] Footer Area
[28] Registration Page Area
[29] Profile Page Area

=========================================================================
[ End table of content ]
=========================================================================*/
/*=======================================================================
[01] Typography
=========================================================================*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #212121;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
p {
  line-height: 1.5;
  margin: 0 0 5px 0;
}
/*=======================================================================
[02] General
=========================================================================*/
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  /*list-style: outside none none;*/
  margin: 0;
  padding: 0;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.form-group {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1164px;
  }
}
#wrapper {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.video-margin-top {
  margin-top: 12px;
}
.margin-bottom-none {
  margin-bottom: 0!important;
}
.margin-bottom-sidebar {
  margin-bottom: 30px;
}
.bg-common-style {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-divider {
  height: 1px;
  width: 100%;
  background: #BDBDBD;
}
.solid-underline {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 35px;
}
.solid-underline:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #e3e3e3;
  left: 0;
  bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-40 {
  margin-bottom: 40px;
}
.btn-view {
  color: rgb(230, 167, 31);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-view:hover {
  color: #002147;
}
.section-space {
  padding: 100px 0;
}
.mb-none {
  margin-bottom: 0!important;
}
.accent-bg {
  background-color: #f5f5f5;
}
.bg-primary {
  background: #002147 !important;
  color: #FFFFFF;
}
.bg-textPrimary {
  background: #FFFFFF;
  color: #002147;
}
.bg-primary-deep {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-primary-deep:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.9);
}
.bg-primary-deep-fixed {
  background-attachment: fixed;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-primary-deep-fixed:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.9);
}
.overlay-primaryColor {
  position: relative;
}
.overlay-primaryColor:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.7);
}
.overlay-video {
  position: relative;
}
.overlay-video:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.88);
  height: 100%;
  width: 100%;
}
.title-bar-counter {
  position: relative;
}
.title-bar-counter:before {
  content: "";
  height: 2px;
  width: 70px;
  background: rgb(230, 167, 31);
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.title-bar-medium-left {
  position: relative;
}
.title-bar-medium-left:before {
  content: "";
  height: 3px;
  width: 40px;
  background: rgb(230, 167, 31);
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.title-bar-high {
  position: relative;
}
.title-bar-high:before {
  content: "";
  height: 3px;
  width: 40px;
  background: rgb(230, 167, 31);
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.title-bar-big-high {
  position: relative;
}
.title-bar-big-high:before {
  content: "";
  height: 3px;
  width: 40px;
  background: rgb(230, 167, 31);
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.title-bar-sm-high {
  position: relative;
}
.title-bar-sm-high:before {
  content: "";
  height: 3px;
  width: 40px;
  background: rgb(230, 167, 31);
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.title-bar-big-left-close {
  position: relative;
}
.title-bar-big-left-close:before {
  content: "";
  height: 4px;
  width: 45px;
  background: rgb(230, 167, 31);
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}
.title-bar-footer {
  position: relative;
}
.title-bar-footer:before {
  content: "";
  height: 3px;
  width: 45px;
  background: #002147;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}
.title-bar-small-center {
  position: relative;
}
.title-bar-small-center:before {
  content: "";
  height: 2px;
  width: 40px;
  background: #002147;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: 0 auto;
  z-index: 1;
}
.title-bar-small-left {
  position: relative;
}
.title-bar-small-left:before {
  content: "";
  height: 3px;
  width: 45px;
  background: #002147;
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: 1;
}
.title-bar-sidebar {
  position: relative;
}
.title-bar-sidebar:before {
  content: "";
  height: 4px;
  width: 45px;
  background: #002147;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
.title-bar-full-width {
  position: relative;
}
.title-bar-full-width:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #002147;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 1;
}
.title-default-center {
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  margin-bottom: 45px;
  color: #002147;
}
@media only screen and (max-width: 767px) {
  .title-default-center {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .title-default-center {
    font-size: 26px;
  }
}
.title-default-left {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 45px;
  color: #002147;
}
@media only screen and (max-width: 767px) {
  .title-default-left {
    margin-bottom: 36px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .title-default-left {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.title-default-left a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-default-left a:hover {
  color: rgb(230, 167, 31);
}
.title-default-left-bold {
  font-size: 30px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 45px;
  color: #002147;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-default-left-bold {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-default-left-bold {
    font-size: 26px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default-left-bold {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .title-default-left-bold {
    font-size: 22px;
  }
}
.title-default-left-bold a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-default-left-bold a:hover {
  color: rgb(230, 167, 31);
}
.title-default-left-bold-lowhight {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
  color: #002147;
}
@media only screen and (max-width: 991px) {
  .title-default-left-bold-lowhight {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .title-default-left-bold-lowhight {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .title-default-left-bold-lowhight {
    font-size: 22px;
  }
}
.title-default-left-bold-lowhight a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-default-left-bold-lowhight a:hover {
  color: rgb(230, 167, 31);
}
.title-news-left-bold {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 15px;
  color: #002147;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .title-news-left-bold {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .title-news-left-bold {
    font-size: 18px;
  }
}
.title-news-left-bold a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-news-left-bold a:hover {
  color: rgb(230, 167, 31);
}
.title-default-textPrimary-left {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 45px;
  color: #FFFFFF;
}
.about-title {
  font-size: 48px;
  color: #002147;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .about-title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-title {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-title {
    font-size: 32px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .about-title {
    font-size: 26px;
  }
}
.title-center {
  font-weight: 500;
  font-size: 36px;
  color: #002147;
  text-align: center;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .title-center {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-center {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-center {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-center {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .title-center {
    font-size: 26px;
  }
}
.about-sub-title {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about-sub-title {
    width: 100%;
  }
}
.sub-title-full-width {
  margin-bottom: 80px;
  text-align: center;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .sub-title-full-width {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-title-full-width {
    margin-bottom: 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sub-title-full-width {
    margin-bottom: 50px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .sub-title-full-width {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .sub-title-full-width {
    margin-bottom: 30px;
  }
}
h3.sidebar-title {
  font-size: 22px;
  color: #002147;
  text-transform: capitalize;
  margin-bottom: 35px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 480px) and (max-width: 1199px) {
  h3.sidebar-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 479px) {
  h3.sidebar-title {
    font-size: 18px;
  }
}
h3.sidebar-title a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3.sidebar-title a:hover {
  color: rgb(230, 167, 31);
}
h3.sidebar-title:before {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  background: rgb(230, 167, 31);
}
h2.sidebar-title {
  font-size: 30px;
  color: #002147;
  text-transform: capitalize;
  margin-bottom: 35px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 480px) and (max-width: 1199px) {
  h2.sidebar-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 479px) {
  h2.sidebar-title {
    font-size: 18px;
  }
}
h2.sidebar-title a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h2.sidebar-title a:hover {
  color: rgb(230, 167, 31);
}
h2.sidebar-title:before {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  background: rgb(230, 167, 31);
}
.apply-now-btn {
  text-align: center;
  color: #002147 !important;
  padding: 8px 0;
  width: 104px;
  background: rgb(230, 167, 31);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border: 2px solid rgb(230, 167, 31);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.apply-now-btn:hover {
  background: transparent;
  color: #FFFFFF !important;
}
.apply-now-btn2 {
  text-align: center;
  color: #002147;
  padding: 10px 0;
  width: 104px;
  background: rgb(230, 167, 31);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.apply-now-btn2:hover {
  background: #002147;
  color: #FFFFFF !important;
}
.pricetable-btn {
  padding: 10px 0;
  text-align: center;
  color: #263238;
  height: 50px;
  width: 160px;
  background: rgb(230, 167, 31);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border: 2px solid rgb(230, 167, 31);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
  .pricetable-btn {
    height: 45px;
    width: 140px;
    font-size: 15px;
    padding: 9px 0;
  }
}
@media only screen and (max-width: 479px) {
  .pricetable-btn {
    height: 40px;
    width: 130px;
    font-size: 14px;
    padding: 8px 0;
  }
}
.pricetable-btn:hover {
  background: transparent;
  color: #FFFFFF;
}
.default-big-btn {
  color: #FFFFFF;
  padding: 15px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 162px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.default-big-btn:hover {
  background: rgb(230, 167, 31);
  color: #212121;
}
.default-full-width-btn {
  color: #FFFFFF;
  padding: 12px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 2px solid #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.default-full-width-btn:hover {
  background: transparent;
  color: #002147;
}
.ghost-full-width-btn {
  color: #FFFFFF;
  padding: 14px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-full-width-btn:hover {
  background: rgb(230, 167, 31);
  color: #002147;
}
.join-now-btn {
  color: #002147;
  padding: 13px 40px;
  background: rgb(230, 167, 31);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  border: 2px solid rgb(230, 167, 31);
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
  .join-now-btn {
    padding: 10px 36px;
  }
}
@media only screen and (max-width: 479px) {
  .join-now-btn {
    padding: 8px 26px;
  }
}
.join-now-btn:hover {
  background: transparent;
  color: #FFFFFF;
}
.join-now-primary-btn {
  color: #FFFFFF;
  padding: 13px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  width: 148px;
  border: 2px solid #002147;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.join-now-primary-btn:hover {
  background: transparent;
  color: #002147;
}
.sidebar-search-btn {
  color: #FFFFFF;
  padding: 14px 40px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-search-btn:hover {
  background: rgb(230, 167, 31);
  color: #002147;
}
.sidebar-search-btn-full {
  color: #FFFFFF;
  padding: 13px 0;
  width: 100%;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  border: 2px solid #002147;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-search-btn-full:hover {
  background: transparent;
  color: #002147;
}
.view-all-accent-btn {
  text-align: center;
  color: #FFFFFF;
  padding: 12px 34px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.view-all-accent-btn:focus {
  color: #FFFFFF;
}
.view-all-accent-btn:hover {
  background: rgb(230, 167, 31);
  color: #212121;
}
.details-accent-btn {
  text-align: center;
  color: #002147;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  font-weight: 500;
  border: 2px solid rgb(230, 167, 31);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.details-accent-btn:hover {
  background: rgb(230, 167, 31);
  color: #FFFFFF;
}
.view-all-primary-btn {
  text-align: center;
  color: #FFFFFF;
  padding: 12px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  width: 130px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.view-all-primary-btn:hover {
  background: rgb(230, 167, 31);
  color: #030507;
}
.ghost-btn {
  border: 2px solid rgb(230, 167, 31);
  color: #FFFFFF;
  padding: 10px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn:hover {
  background: rgb(230, 167, 31);
  color: #002147;
}
.ghost-btn-big {
  border: 2px solid rgb(230, 167, 31);
  color: #FFFFFF;
  padding: 12px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-big:hover {
  background: rgb(230, 167, 31);
  color: #002147;
}
.ghost-btn-big-primary {
  border: 2px solid #002147;
  color: #002147;
  padding: 12px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-big-primary:hover {
  background: #002147;
  color: #FFFFFF;
}
.sidebar-ghost-btn {
  text-align: center;
  color: #ffffff;
  padding: 8px 0;
  width: 160px;
  font-style: italic;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  border: 2px solid rgb(230, 167, 31);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-ghost-btn:hover {
  background: rgb(230, 167, 31);
  color: #002147;
}
.enroll-btn {
  color: #002147;
  padding: 18px 0;
  background: rgb(230, 167, 31);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 2px solid rgb(230, 167, 31);
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.enroll-btn:hover {
  background: transparent;
  color: rgb(230, 167, 31);
}
.download-btn {
  position: relative;
  color: #002147;
  padding: 18px 0;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 1px solid #002147;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.download-btn:before {
  content: "\f019";
  position: absolute;
  font-family: FontAwesome;
  color: #002147;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 8%;
  z-index: 1;
}
.download-btn:hover {
  border: 1px solid rgb(230, 167, 31);
  background: rgb(230, 167, 31);
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.download-btn:hover:before {
  color: #FFFFFF;
}
.default-white-btn {
  border: none;
  color: #002147;
  padding: 13px 30px;
  background: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.default-white-btn:hover {
  color: #FFFFFF;
  background: #002147;
}
.isotop-btn {
  text-align: center;
  margin-bottom: 45px;
}
.isotop-btn:after {
  display: none;
}
.isotop-btn a {
  background: transparent;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #002147;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .isotop-btn a {
    padding: 10px 26px;
  }
}
.isotop-btn a:hover {
  border: 1px solid #002147;
  background: #002147;
  color: #FFFFFF;
}
.isotop-btn .current {
  border: 1px solid #002147;
  background: #002147;
  color: #FFFFFF;
}
.play-btn {
  z-index: 2;
  border: 3px solid #FFFFFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 480px) {
  .play-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.play-btn i {
  color: rgb(230, 167, 31);
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.play-btn:hover {
  border: 3px solid rgb(230, 167, 31);
}
.play-btn:hover i {
  color: #FFFFFF;
}
.isotop-btn-accent {
  text-align: center;
  margin-bottom: 45px;
}
.isotop-btn-accent:after {
  display: none;
}
.isotop-btn-accent a {
  background: transparent;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #002147;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isotop-btn-accent a:hover {
  border: 1px solid rgb(230, 167, 31);
  background: rgb(230, 167, 31);
  color: #FFFFFF;
}
.isotop-btn-accent .current {
  border: 1px solid rgb(230, 167, 31);
  background: rgb(230, 167, 31);
  color: #FFFFFF;
}
.default-btn {
  color: #FFFFFF;
  padding: 13px 30px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.default-btn:hover {
  background: #00082E;
  color: #FFFFFF;
}
.quote-white-btn {
  border: none;
  color: #002147;
  padding: 10px 20px;
  background: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quote-white-btn:hover {
  color: #212121;
}
.default-white-small-btn {
  color: #212121;
  padding: 8px 20px;
  background: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.default-white-small-btn:hover {
  color: #002147;
}
.submit-btn {
  color: #FFFFFF;
  padding: 12px 44px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.submit-btn:hover {
  background: #00082E;
  color: #FFFFFF;
}
.ghost-semi-color-btn {
  border: 2px solid #002147;
  color: #444444;
  padding: 10px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-semi-color-btn:hover {
  background: #002147;
  color: #FFFFFF;
}
.ghost-color-btn {
  border: 2px solid #002147;
  color: #002147;
  padding: 10px 44px;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-color-btn i {
  margin-left: 10px;
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-color-btn:hover {
  background: #002147;
  color: #FFFFFF;
}
.ghost-color-btn:hover i {
  color: #FFFFFF;
}
.ghost-text-color-btn {
  border: 2px solid #BDBDBD;
  color: #002147;
  padding: 10px 44px;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-text-color-btn:hover {
  border: 2px solid #002147;
  background: #002147;
  color: #FFFFFF;
}
.ghost-on-hover-btn {
  border: 2px solid #002147;
  color: #FFFFFF;
  padding: 12px 40px;
  background: #002147;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-on-hover-btn:hover {
  background: transparent;
  color: #002147;
}
.owl-controls .owl-nav {
  position: absolute;
  top: -88px;
  right: -2px;
}
@media only screen and (max-width: 991px) {
  .owl-controls .owl-nav {
    top: -77px;
  }
}
@media only screen and (max-width: 480px) {
  .owl-controls .owl-nav {
    position: inherit;
  }
}
.owl-controls i {
  margin-left: 0;
  color: #FFFFFF;
  display: block;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-controls .owl-prev {
  border: 1px solid rgb(230, 167, 31);
  background: rgb(230, 167, 31) !important;
  opacity: 1!important;
  font-size: 18px!important;
  margin: 0 1px!important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 0!important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 480px) {
  .owl-controls .owl-prev {
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
  }
}
.owl-controls .owl-prev:hover {
  background: #002147 !important;
  border: 1px solid #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-controls .owl-prev:hover i {
  color: #FFFFFF;
}
.owl-controls .owl-next {
  border: 1px solid rgb(230, 167, 31);
  right: -45px;
  background: rgb(230, 167, 31) !important;
  opacity: 1!important;
  font-size: 18px!important;
  margin: 0 4px!important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 0!important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 480px) {
  .owl-controls .owl-next {
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
  }
}
.owl-controls .owl-next:hover {
  background: #002147 !important;
  border: 1px solid #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-controls .owl-next:hover i {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#scrollUp {
  background-color: rgba(253, 200, 0, 0.8);
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 45px;
  z-index: 99999;
  border-radius: 50%;
}
#scrollUp i {
  color: #FFFFFF;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #002147;
}
#preloader {
  background: #002147 url('img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.inner-page-banner-area {
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 100px 0 115px;
}
.inner-page-banner-area:after {
  position: absolute;
  content: "";
  /* background: rgba(0, 0, 0, 0.7); */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.inner-page-banner-area .pagination-area {
  position: relative;
  z-index: 1;
}
.inner-page-banner-area .pagination-area h1 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 48px;
  color: #FFFFFF;
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page-banner-area .pagination-area h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 479px) {
  .inner-page-banner-area .pagination-area h1 {
    font-size: 32px;
  }
}
.inner-page-banner-area .pagination-area ul li {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
}
.inner-page-banner-area .pagination-area ul li a {
  color: rgb(230, 167, 31);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-page-banner-area .pagination-area ul li a:hover {
  color: #FFFFFF;
}
.pagination-center {
  text-align: center;
  margin-top: 43px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pagination-center {
    margin-top: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagination-center {
    margin-top: 23px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .pagination-center {
    margin-top: 13px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .pagination-center {
    margin-top: 03px;
  }
}
@media only screen and (max-width: 320px) {
  .pagination-center {
    margin-top: 0px;
  }
}
.pagination-center li {
  display: inline-block;
}
.pagination-center li a {
  width: 42px;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  background: #002147;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-center li a:hover {
  background: rgb(230, 167, 31);
}
.pagination-center .active a {
  background: rgb(230, 167, 31);
}
.pagination-left {
  text-align: left;
  margin-top: 20px;
}
.pagination-left li {
  display: inline-block;
}
.pagination-left li a {
  width: 42px;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  background: #002147;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-left li a:hover {
  background: rgb(230, 167, 31);
}
.pagination-left .active a {
  background: rgb(230, 167, 31);
}
.overlay-default {
  position: relative;
}
.overlay-default:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mt-30 {
  margin-top: 30px;
}
/*=======================================================================
[03] Header Area
=========================================================================*/
.main-menu-area {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 10;
}
.main-menu-area .logo-area {
  margin: 11px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu-area .logo-area {
    margin: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area .logo-area {
    margin: 12px 0;
  }
}
.main-menu-area .apply-btn-area {
  margin: 22px 0;
  text-align: right;
}
.login-form {
  position: absolute;
  z-index: 999;
  top: 38px;
  right: -20px;
  width: 540px;
  height: 444px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .login-form {
    margin-bottom: 15px;
  }
}
.login-form label {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #002147;
}
.login-form input {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #BDBDBD;
  margin-bottom: 15px;
  color: #002147;
  font-weight: 500;
  font-size: 15px;
}
.login-form span {
  margin-right: 15px;
  color: #002147;
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-form span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .login-form span {
    display: inline-block;
    margin-left: 0;
    margin-top: 15px;
  }
}
.login-form span input {
  width: inherit;
  height: inherit;
  margin-right: 10px;
  padding: 30px;
}
nav#desktop-nav ul {
  text-align: right;
}
nav#desktop-nav ul .active > a {
  color: rgb(230, 167, 31);
}
nav#desktop-nav ul li {
  display: inline-block;
  position: relative;
}
nav#desktop-nav ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
nav#desktop-nav ul li:hover ul:before {
  width: 100%;
}
nav#desktop-nav ul li a {
  padding: 30px 20px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#desktop-nav ul li a {
    padding: 30px 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#desktop-nav ul li a {
    padding: 30px 6px;
  }
}
nav#desktop-nav ul li a:hover {
  color: rgb(230, 167, 31);
}
nav#desktop-nav ul li .active {
  background-color: #1A3B61;
}
nav#desktop-nav ul li .active a {
  color: rgb(230, 167, 31);
}
nav#desktop-nav ul li > ul {
  position: relative;
  /* border-top: 1px solid @accentColor; */
  margin-top: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 180px;
  z-index: 99999;
  background: #002147;
  padding: 0;
  left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#desktop-nav ul li > ul {
    left: -3px;
  }
}
@media only screen and (max-width: 991px) {
  nav#desktop-nav ul li > ul {
    left: -9px;
  }
}
nav#desktop-nav ul li > ul:before {
  position: absolute;
  content: "";
  background-color: rgb(230, 167, 31);
  margin: 0 auto;
  z-index: 12;
  height: 1px;
  top: 0;
  left: 0;
  width: 0%;
  right: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
nav#desktop-nav ul li > ul > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid #1A3B61;
}
nav#desktop-nav ul li > ul > li > a {
  padding: 10px 10px 10px 15px;
  display: block;
  color: #FFFFFF;
}
nav#desktop-nav ul li > ul > li:last-child {
  border-bottom: none;
}
nav#desktop-nav ul li > ul > li:hover,
nav#desktop-nav ul li > ul > li .active {
  background: #1A3B61;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav#desktop-nav ul li > ul > li:hover a,
nav#desktop-nav ul li > ul > li .active a {
  color: rgb(230, 167, 31);
}
nav#desktop-nav ul li > ul > li:hover a:before,
nav#desktop-nav ul li > ul > li .active a:before {
  opacity: 0;
}
nav#desktop-nav ul li .mega-menu-area {
  padding: 18px 15px;
  width: 716px;
  left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#desktop-nav ul li .mega-menu-area {
    left: -258px;
  }
}
@media only screen and (max-width: 991px) {
  nav#desktop-nav ul li .mega-menu-area {
    left: -272px;
  }
}
nav#desktop-nav ul li .mega-menu-area > li {
  width: 158px;
  border-bottom: none;
  display: inline-block;
  margin-right: 14px;
}
nav#desktop-nav ul li .mega-menu-area > li:hover {
  background: transparent!important;
}
nav#desktop-nav ul li .mega-menu-area > li:hover > a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav#desktop-nav ul li .mega-menu-area > li:hover > a:hover {
  color: rgb(230, 167, 31);
  background: #1A3B61;
  padding-left: 10px;
}
nav#desktop-nav ul li .mega-menu-area > li a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #1A3B61;
}
nav#desktop-nav ul li .mega-menu-area > li a:last-child {
  border-bottom: none;
}
nav#desktop-nav ul li .mega-menu-area > li:last-child {
  margin-right: 0;
}
nav#desktop-nav ul li .mega-menu-area > li .active {
  padding-left: 10px;
  background-color: #1A3B61;
  color: rgb(230, 167, 31);
}
nav#desktop-nav li.has-child-menu {
  position: relative;
}
nav#desktop-nav li.has-child-menu > a {
  color: #FFFFFF;
}
nav#desktop-nav li.has-child-menu > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}
nav#desktop-nav li.has-child-menu > ul.thired-level {
  position: absolute;
  left: 180px;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
nav#desktop-nav li.has-child-menu > ul.thired-level li a {
  color: #FFFFFF;
 %2