/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
/* =========================================================
        General
============================================================ */
body {
  font-family: "Roboto Slab", serif;
  font-size: 19.00px;
  line-height: 27px;
  font-weight: 400;
  color: #040303;
  background-color: #ffffff;
  overflow-x: hidden; }

html {
  font-family: "PT Serif", serif; }

html,
body {
  width: 100%;
  height: 100%; }

/* ================= Link style ==================== */
a {
  color: #2d77d6; }

a,
a > * {
  outline: none;
  cursor: pointer;
  text-decoration: none; }

a:focus,
a:hover {
  color: #5c494c;
  outline: none;
  text-decoration: none; }

/* ================= Transition elements ==================== */
a,
.navbar a,
.form-control {
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

/* =========================================================
        Typography 
============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: "PT Serif", serif;
  font-weight: 400;
  margin: 0 0 21px; }

h1 {
  font-size: 49.00px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -1px; }
  @media (min-width: 480px) and (max-width: 767px) {
    h1 {
      font-size: 45.00px; } }
  @media only screen and (max-width: 479px) {
    h1 {
      font-size: 36.00px; } }

h2 {
  font-size: 37.00px;
  line-height: 42px;
  font-weight: 600;
  color: #000000; }
  @media (min-width: 480px) and (max-width: 767px) {
    h2 {
      font-size: 33.00px;
      line-height: 37px; } }
  @media only screen and (max-width: 479px) {
    h2 {
      font-size: 26.00px;
      line-height: 30px; } }

h3 {
  font-size: 31.00px;
  line-height: 30px;
  color: #08080e; }
  @media only screen and (max-width: 479px) {
    h3 {
      font-size: 22.00px; } }

h4 {
  font-size: 26.00px; }

h5 {
  font-size: 16.00px; }

h6 {
  font-size: 15.00px; }

p img {
  margin: 0; }

p {
  margin: 0 0 17px;
  line-height: 27px; }

hr {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

/* =========================================================
        Button STYLE 
============================================================ */
.btn {
  font-family: "PT Serif", serif;
  font-size: 22.00px;
  line-height: 29px; }

.btn.active,
.btn:active {
  box-shadow: none; }

button,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none; }

.btn {
  /*@include transition(.5s); */ }

.btn-default {
  font-size: 22.00px;
  color: #003cff;
  background-color: #FFFFFF;
  border: 2px solid #2d7294;
  border-radius: 0;
  padding: 8px 22px; }
  .btn-default:hover {
    border: 0;
    background: #0083e3;
    background: -moz-linear-gradient(left, #0057e8 0%, #437dae 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #008fff), color-stop(100%, #006dba));
    background: -webkit-linear-gradient(left, #003486 0%, #5ec7d3 100%);
    background: -o-linear-gradient(left, #3947c8 0%, #1478b1 100%);
    background: -ms-linear-gradient(left, #005cb0 0%, #23f5ff 100%);
    background: linear-gradient(to right, #005bff 0%, #25c1fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002794', endColorstr='#08f6ff', GradientType=1 ); }

.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #159ac5;
  border-color: transparent; }

.btn-primary {
  position: relative;
  font-size: 22.00px;
  font-weight: 400;
  border: 0;
  padding: 12px 45px;
  border-radius: 6px;
  z-index: 5;
  overflow: hidden;
  background: #1f379c;
  background: -moz-linear-gradient(left, #3693dd 0%, #56b5bc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2645b1), color-stop(100%, #205486));
  background: -webkit-linear-gradient(left, #0c5d8c 0%, #458f98 100%);
  background: -o-linear-gradient(left, #03b2ff 0%, #0475c6 100%);
  background: -ms-linear-gradient(left, #0057be 0%, #0d5a92 100%);
  background: linear-gradient(to right, #2c69da 0%, #2f758b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00468d', endColorstr='#25938e', GradientType=1 ); }

@media screen and (max-width: 480px) {
  .btn-primary {
    font-size: 19.00px;
    padding: 8px 27px; } }
@media screen and (max-width: 480px) {
  .btn-link {
    font-size: 19.00px;
    padding: 8px 25px; } }
/* =========================================================
        Color Presets For Class
============================================================ */
.facebook-bg {
  background-color: #00a0ff; }

.twitter-bg {
  background-color: #2bc9ea; }

.linkedin-bg {
  background-color: #4778be; }

/* =========================================================
        Global Classes 
============================================================ */
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.section-padding {
  padding: 115px 0; }
  @media only screen and (max-width: 991px) {
    .section-padding {
      padding: 90px 0; } }
  @media only screen and (max-width: 767px) {
    .section-padding {
      padding: 60px 0; } }

.inline-block {
  display: inline-block; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

/* =========================================================
        FORM STYLE 
============================================================ */
.form-control:focus {
  box-shadow: none; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: #ffffff; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea, select {
  outline: none;
  margin: 0;
  max-width: 100%;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -khtml-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

/* =========================================================
        Light-Box STYLE 
============================================================ */
.poptrox-popup {
  background: transparent !important; }
  .poptrox-popup .caption,
  .poptrox-popup .closer,
  .poptrox-popup .nav-next,
  .poptrox-popup .nav-previous {
    display: none !important; }

/* =========================================================
        Pagination STYLE 
============================================================ */
.pagination-wrapper {
  margin-top: 84.00px; }
  @media only screen and (max-width: 991px) {
    .pagination-wrapper {
      margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .pagination-wrapper {
      margin-top: 25.00px; } }
  @media only screen and (max-width: 479px) {
    .pagination-wrapper {
      margin-top: 0; } }
  .pagination-wrapper .pagination li.active > a {
    color: #FFFFFF;
    border-color: #2a68ab;
    background: #001fa5;
    background: -moz-linear-gradient(left, #0f70e4 0%, #56c1ce 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0776d6), color-stop(100%, #2b6b8f));
    background: -webkit-linear-gradient(left, #0059df 0%, #009bb8 100%);
    background: -o-linear-gradient(left, #003681 0%, #0768ca 100%);
    background: -ms-linear-gradient(left, #0057ef 0%, #5fccf9 100%);
    background: linear-gradient(to right, #0082f2 0%, #407f9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eb6ff', endColorstr='#00ced1', GradientType=1 ); }
    .pagination-wrapper .pagination li.active > a:hover, .pagination-wrapper .pagination li.active > a:focus, .pagination-wrapper .pagination li.active > a:active {
      background-color: #00a6cb; }
  .pagination-wrapper .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 25px;
    font-weight: 700;
    color: #000000;
    border-radius: 0;
    background-color: transparent;
    margin: 0 4px; }
    @media only screen and (max-width: 479px) {
      .pagination-wrapper .pagination li a {
        width: 30px;
        height: 30px;
        line-height: 15px;
        font-size: 15.00px;
        margin: 0 2px 5px; } }
  .pagination-wrapper .pagination > li > a:focus,
  .pagination-wrapper .pagination > li > a:hover,
  .pagination-wrapper .pagination > li > span:focus,
  .pagination-wrapper .pagination > li > span:hover {
    background-color: transparent; }

/* =========================================================
        Box Layout STYLE 
============================================================ */
.boxLayout, .box-layout {
  margin: 0 auto;
  background: url(../ELE_images/pattern.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (min-width: 1200px) {
    .boxLayout, .box-layout {
      width: 1200px; } }
  .boxLayout section, .boxLayout header, .box-layout section, .box-layout header {
    background-color: #FFFFFF; }
  .boxLayout .box-nav, .box-layout .box-nav {
    position: relative; }
    .boxLayout .box-nav .navbar, .box-layout .box-nav .navbar {
      left: 0;
      background-color: #FFFFFF; }
      .boxLayout .box-nav .navbar::before, .box-layout .box-nav .navbar::before {
        width: 350px; }
      .boxLayout .box-nav .navbar .navbar-header .navbar-brand img, .box-layout .box-nav .navbar .navbar-header .navbar-brand img {
        padding: 22px 25px; }
      .boxLayout .box-nav .navbar .navbar-collapse .navbar-nav, .box-layout .box-nav .navbar .navbar-collapse .navbar-nav {
        margin-right: 45px; }
  .boxLayout .navbar.sticky, .box-layout .navbar.sticky {
    width: 1200px;
    margin: 0 auto; }
  .boxLayout .slider-section .tp-banner-container, .box-layout .slider-section .tp-banner-container {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 auto; }
  .boxLayout .slider-section .tparrows.tp-leftarrow, .box-layout .slider-section .tparrows.tp-leftarrow {
    left: 0 !important; }
  .boxLayout .slider-section .tparrows.tp-rightarrow, .box-layout .slider-section .tparrows.tp-rightarrow {
    right: 0 !important; }
  .boxLayout .searching-section, .box-layout .searching-section {
    overflow: hidden; }
    .boxLayout .searching-section .caption .caption-two, .box-layout .searching-section .caption .caption-two {
      right: -10%; }
      .boxLayout .searching-section .caption .caption-two img, .box-layout .searching-section .caption .caption-two img {
        width: 75%; }
  .boxLayout .subscribe-section, .box-layout .subscribe-section {
    overflow: hidden; }
  .boxLayout .optimized-section .content-wrapper, .box-layout .optimized-section .content-wrapper {
    padding: 80px 80px 0 30px; }
    @media only screen and (max-width: 991px) {
      .boxLayout .optimized-section .content-wrapper, .box-layout .optimized-section .content-wrapper {
        padding: 80px 15px 60px; } }

/* =========================================================
        Section-Title STYLE 
============================================================ */
.header-title {
  background: url(../ELE_images/ELE_sub/efcc_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 310px 0 75px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header-title {
      padding: 250px 0 50px; } }
  @media only screen and (max-width: 991px) {
    .header-title {
      padding: 140px 0 50px; } }
  @media only screen and (max-width: 479px) {
    .header-title {
      padding: 123px 0 30px; } }
  .header-title .title {
    font-size: 49.00px;
    font-weight: 700;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 15.00px; }
    @media only screen and (max-width: 991px) {
      .header-title .title {
        font-size: 36.00px;
        line-height: 35px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .header-title .title {
        font-size: 33.00px;
        line-height: 30px; } }
    @media only screen and (max-width: 479px) {
      .header-title .title {
        font-size: 26.00px;
        line-height: 30px;
        margin-bottom: 0; } }
  .header-title .sub-title {
    color: #FFFFFF; }

/* =========================================================
        Page-Title STYLE 
============================================================ */
.page-title {
  background-color: #f1ede4;
  padding: 18px 0; }
  .page-title h4 {
    font-size: 20.00px;
    font-weight: 600;
    color: #2a3a45;
    margin: 0; }
    .page-title h4 span {
      color: #c1a68d; }

/* =========================================================
        Sub-Page-STYLE 
============================================================ */
.sub-page .header-section .navbar {
  background-color: #FFFFFF; }
.sub-page .header-section .navbar.sticky {
  background-color: #FFFFFF; }
.sub-page .header-section .navbar .navbar-collapse .navbar-nav li a, .sub-page .header-section .navbar .navbar-collapse .navbar-nav li .search-view {
  color: #000000; }

/* =========================================================
        Header STYLE 
============================================================ */
@media only screen and (max-width: 991px) {
  .header-section {
    display: inline-block; } }
.header-section .top-bar {
  padding: 16px 0;
  background-color: #125b73; }
  .header-section .top-bar .header-left-bar .contact-wrapper li {
    font-size: 19.00px;
    display: inline-block;
    color: #FFFFFF;
    margin-right: 25px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size: 18.00px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size: 18.00px; } }
    @media only screen and (max-width: 767px) {
      .header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size: 18.00px; } }
    .header-section .top-bar .header-left-bar .contact-wrapper li:last-child {
      margin-right: 0; }
    .header-section .top-bar .header-left-bar .contact-wrapper li i {
      color: #FFFFFF; }
  .header-section .top-bar .header-right-bar .country {
    padding-right: 30px;
    margin-right: 25px;
    border-right: 2px solid #496f7b; }
    .header-section .top-bar .header-right-bar .country .dropdown-select {
      text-transform: uppercase;
      color: #FFFFFF;
      background-color: transparent;
      border: 0; }
      .header-section .top-bar .header-right-bar .country .dropdown-select option {
        background-color: #2f7491; }
  .header-section .top-bar .header-right-bar .social-icon {
    line-height: 10px;
    vertical-align: sub;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 2px solid #204b85; }
    .header-section .top-bar .header-right-bar .social-icon li {
      display: inline-block;
      margin: 0 5px;
      vertical-align: text-top; }
      .header-section .top-bar .header-right-bar .social-icon li a {
        color: #FFFFFF; }
        .header-section .top-bar .header-right-bar .social-icon li a:hover {
          color: #54d7ff; }
        .header-section .top-bar .header-right-bar .social-icon li a i {
          font-size: 20.00px; }
  .header-section .top-bar .header-right-bar .access li {
    display: inline-block;
    padding: 0 2px; }
    .header-section .top-bar .header-right-bar .access li a {
      color: #FFFFFF; }
      .header-section .top-bar .header-right-bar .access li a:hover {
        color: #0065eb; }
    .header-section .top-bar .header-right-bar .access li i {
      color: #FFFFFF; }
    .header-section .top-bar .header-right-bar .access li.active #search-modeal {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
      z-index: 1000; }
    .header-section .top-bar .header-right-bar .access li #search-modeal {
      background: #FFFFFF;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      width: 60%;
      right: 0;
      border-radius: 8px;
      z-index: 999;
      transform: translateY(50px);
      -webkit-transition: 1s;
      -khtml-transition: 1s;
      -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      .header-section .top-bar .header-right-bar .access li #search-modeal .logout-box {
        background: #065691;
        background: -moz-linear-gradient(left, #2736ab 0%, #07cae5 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #005a8d), color-stop(100%, #66b4da));
        background: -webkit-linear-gradient(left, #193688 0%, #006aef 100%);
        background: -o-linear-gradient(left, #0065b1 0%, #3393a9 100%);
        background: -ms-linear-gradient(left, #0031ec 0%, #1dd1ff 100%);
        background: linear-gradient(to right, #00678b 0%, #15f4f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004cd0', endColorstr='#006cdf', GradientType=1 );
        display: block;
        text-align: center;
        padding: 5px 0;
        border-radius: 8px 8px 0 0;
        cursor: pointer; }
        .header-section .top-bar .header-right-bar .access li #search-modeal .logout-box a {
          color: #FFFFFF; }
        .header-section .top-bar .header-right-bar .access li #search-modeal .logout-box i {
          font-size: 16.00px;
          color: #FFFFFF;
          border-radius: 50%;
          width: 25px;
          height: 25px;
          line-height: 25px;
          background-color: transparent;
          float: right;
          margin-right: 15px; }
      .header-section .top-bar .header-right-bar .access li #search-modeal .search-bar {
        padding: 15px; }
        .header-section .top-bar .header-right-bar .access li #search-modeal .search-bar .chatSearchBar {
          width: 100%;
          padding: 5px 20px;
          color: #dadada;
          background-color: transparent;
          border: 2px solid #ffffff; }
        .header-section .top-bar .header-right-bar .access li #search-modeal .search-bar .form-control {
          width: 100%;
          padding: 18px 20px;
          color: #6d6d6d;
          background-color: transparent;
          border: 2px solid #b39796;
          margin-top: 11.00px;
          box-shadow: none; }
        .header-section .top-bar .header-right-bar .access li #search-modeal .search-bar .subscribeBtn {
          font-size: 19.00px;
          padding: 4px 35px;
          border-radius: 5px; }
.header-section .navbar {
  position: absolute;
  width: 100%;
  border-radius: 0;
  border: 0;
  margin: 0;
  min-height: auto;
  background-color: transparent;
  z-index: 998; }
  .header-section .navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
   
    width: 660px;
    height: 90px;
    z-index: 1; }
    @media (min-width: 1500px) and (max-width: 1800px) {
      .header-section .navbar::before {
        width: 460px; } }
    @media (min-width: 1200px) and (max-width: 1499px) {
      .header-section .navbar::before {
        width: 360px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-section .navbar::before {
        width: 260px; } }
  .header-section .navbar .navbar-header {
    position: relative;
    z-index: 5; }
    .header-section .navbar .navbar-header .navbar-brand {
      padding: 0;
      margin: 0; }
      .header-section .navbar .navbar-header .navbar-brand img {
        padding: 22px 0; }
  .header-section .navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    box-shadow: 0 0 20px 0px rgba(79, 79, 79, 0.16);
    padding: 0;
    z-index: 998; }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-section .navbar.sticky {
        margin-top: -88px; } }
    .header-section .navbar.sticky .navbar-header .navbar-brand img {
      padding: 10px 0; }
    .header-section .navbar.sticky .navbar-collapse .navbar-nav li:hover .dropdown {
      z-index: 9; }
    .header-section .navbar.sticky .navbar-collapse .navbar-nav li .dropdown {
      z-index: -1; }
    .header-section .navbar.sticky .navbar-collapse .navbar-nav li .search-view {
      display: none; }
  .header-section .navbar .navbar-collapse {
    padding: 0; }
    .header-section .navbar .navbar-collapse .navbar-nav li {
      position: relative;
      font-size: 19.00px;
      text-transform: uppercase;
      margin-right: 28px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .header-section .navbar .navbar-collapse .navbar-nav li {
          margin-right: 25px; } }
      .header-section .navbar .navbar-collapse .navbar-nav li:last-child {
        margin-right: 0; }
      .header-section .navbar .navbar-collapse .navbar-nav li a, .header-section .navbar .navbar-collapse .navbar-nav li .search-view {
        color: #FFFFFF;
        padding: 0;
        line-height: 88px; }
        .header-section .navbar .navbar-collapse .navbar-nav li a:hover, .header-section .navbar .navbar-collapse .navbar-nav li .search-view:hover {
          color: #28567f;
          background-color: transparent; }
      .header-section .navbar .navbar-collapse .navbar-nav li .search-view {
        cursor: pointer; }
      .header-section .navbar .navbar-collapse .navbar-nav li.active a {
        color: #1e6e9d;
        background-color: transparent; }
      .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu {
        top: 88px;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s; }
      .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
        top: 88px;
        left: -50px;
        min-width: 200px;
        background-color: #FFFFFF;
        padding: 10px 0;
        display: block;
        visibility: hidden;
        opacity: 0;
        border: 0;
        transform: translateY(-2em);
        z-index: -1;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }
        .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li {
          font-size: 19.00px;
          border-bottom: 1px solid rgba(37, 51, 71, 0.12);
          margin: 0 25px;
          padding: 0 5px;
          -webkit-transition: 0.5s;
          -khtml-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li.active a {
            color: #224bf1 !important; }
          .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:last-child {
            border-bottom: 0; }
          .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
            color: #3b3f68 !important;
            line-height: 45px; }
            .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
              color: #067aa5 !important; }
          .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover .sub-dropdown {
            opacity: 1;
            right: -136%; }
        .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu .sub-dropdown {
          position: absolute;
          top: 0;
          right: -120%;
          width: 180px;
          background-color: #FFFFFF;
          opacity: 0;
          padding: 10px 0;
          -webkit-transition: 0.5s;
          -khtml-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      .header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
        position: absolute;
        top: 88px;
        width: 700px;
        left: -400px;
        background-color: #FFFFFF;
        opacity: 0;
        visibility: hidden;
        padding: 40px 20px 40px 40px;
        visibility: hidden;
        display: flex;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        transform: translateY(-2em);
        z-index: -1;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }
        @media (min-width: 1500px) and (max-width: 2100px) {
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
            width: 1000px;
            left: -500px; } }
        @media only screen and (max-width: 1499px) {
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
            padding: 20px;
            left: -344px; } }
        .header-section .navbar .navbar-collapse .navbar-nav li .megamenu #menu-carousel {
          margin-bottom: 41.00px; }
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu #menu-carousel .carousel-indicators {
            width: 100%;
            left: -40px;
            right: 0;
            margin: 0 auto; }
            .header-section .navbar .navbar-collapse .navbar-nav li .megamenu #menu-carousel .carousel-indicators li {
              width: 20px;
              height: 7px;
              border: 1px solid #FFFFFF;
              margin: 0; }
        .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li {
          flex: 1;
          border-right: 1px solid rgba(123, 123, 123, 0.12);
          padding: 0;
          margin: 0; }
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li:last-child {
            border-right: 0; }
          @media only screen and (max-width: 1499px) {
            .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li:first-child {
              display: none; } }
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content {
            padding-top: 10.00px; }
            .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content h4 {
              font-size: 19.00px;
              text-transform: capitalize;
              color: #005cd9;
              margin-bottom: 10.00px; }
            .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content .number, .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content .message {
              font-size: 16.00px;
              line-height: 20px;
              text-transform: capitalize;
              display: block;
              color: #8f8f8f; }
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown {
            position: relative;
            top: 0;
            width: auto;
            padding: 0; }
            .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li {
              border-right: 0; }
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown {
            background-color: #FFFFFF;
            padding: 10px 0; }
            .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li {
              font-size: 19.00px;
              border-bottom: 1px solid rgba(119, 124, 128, 0.12);
              margin: 0 25px;
              padding: 0 5px;
              -webkit-transition: 0.5s;
              -khtml-transition: 0.5s;
              -moz-transition: 0.5s;
              -ms-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
              @media only screen and (max-width: 1499px) {
                .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li {
                  margin: 0 10px; } }
              @media only screen and (max-width: 1499px) {
                .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li:first-child {
                  display: inherit; } }
              .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li.active a {
                color: #0e99fa; }
              .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li:last-child {
                border-bottom: 0; }
              .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li a {
                color: #696a6d;
                line-height: 45px; }
                .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li a:hover {
                  color: #3eddff; }
              .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li:hover .sub-dropdown {
                opacity: 1;
                right: -170%; }
            .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown .sub-dropdown {
              position: absolute;
              top: 0;
              right: -120%;
              width: 180px;
              background-color: #322d2f;
              opacity: 0;
              padding: 10px 0;
              -webkit-transition: 0.5s;
              -khtml-transition: 0.5s;
              -moz-transition: 0.5s;
              -ms-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-indicators {
            bottom: -35px; }
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .item {
            transition-property: opacity; }
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .item,
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.left,
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.right {
            opacity: 0; }
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active,
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .next.left,
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .prev.right {
            opacity: 1; }
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .next,
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .prev,
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.left,
          .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.right {
            left: 0;
            transform: translate3d(0, 0, 0); }
      .header-section .navbar .navbar-collapse .navbar-nav li:hover .megamenu {
        opacity: 1;
        visibility: visible;
        top: 88px;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s; }
      .header-section .navbar .navbar-collapse .navbar-nav li #search-bar {
        background: #0529b9;
        background: -moz-linear-gradient(left, #00abf3 0%, #1af7fc 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #0a318b), color-stop(100%, #0062cd));
        background: -webkit-linear-gradient(left, #0036e0 0%, #4a9f9e 100%);
        background: -o-linear-gradient(left, #3b4fe0 0%, #00aca7 100%);
        background: -ms-linear-gradient(left, #1180ff 0%, #4bf5ff 100%);
        background: linear-gradient(to right, #008bca 0%, #367e81 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5d9c', endColorstr='#00b8b2', GradientType=1 );
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .header-section .navbar .navbar-collapse .navbar-nav li #search-bar.active {
          visibility: visible;
          opacity: .95; }
          .header-section .navbar .navbar-collapse .navbar-nav li #search-bar.active .form-bar .form-group {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
        .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .close-bar {
          margin-right: 60px; }
          .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .close-bar i {
            color: #FFFFFF;
            font-size: 25.00px; }
        .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar {
          position: relative;
          width: 50%;
          top: 50%;
          margin: -50px auto; }
          .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar .form-group {
            margin: 0;
            -webkit-transition: 0.5s;
            -khtml-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            -webkit-transform: scale(0.5);
            -moz-transform: scale(0.5);
            -ms-transform: scale(0.5);
            -o-transform: scale(0.5);
            transform: scale(0.5); }
            .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar .form-group .form-control {
              font-size: 37.00px;
              color: #FFFFFF;
              background-color: transparent;
              border: 0;
              border-bottom: 3px solid #FFFFFF;
              box-shadow: none;
              height: auto;
              padding: 0; }
          .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar input[placeholder], .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar [placeholder], .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar *[placeholder] {
            color: #FFFFFF !important; }

/* =========================================================
        Slider STYLE 
============================================================ */
.slider-section .large-text {
  font-family: "PT Serif", serif;
  font-size: 62.00px;
  font-weight: 600;
  line-height: 72px;
  color: #FFFFFF; }
.slider-section .small-text {
  font-size: 20.00px;
  line-height: 30px;
  color: #FFFFFF; }
.slider-section .medium-text {
  font-size: 28.00px;
  color: #FFFFFF;
  line-height: 30px; }
.slider-section .link-button .btn {
  border-radius: 0; }
  .slider-section .link-button .btn.btn-primary {
    font-size: 20.00px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 12px 30px;
    border-radius: 0;
    margin-right: 10px; }
    .slider-section .link-button .btn.btn-primary:hover {
      color: #191414; }
  .slider-section .link-button .btn.btn-default {
    font-size: 20.00px;
    font-weight: 700;
    color: #141414;
    border: 0;
    padding: 12px 30px; }
    .slider-section .link-button .btn.btn-default:hover {
      color: #FFFFFF; }

/* =========================================================
        Panaroma STYLE 
============================================================ */
.panorama-section .panorama-view {
  width: 100% !important; }

/* =========================================================
        Video STYLE 
============================================================ */
.video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  transition: 1s; }
  @media only screen and (max-width: 991px) {
    .video-section {
      height: auto; } }
  .video-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75); }
    @media only screen and (max-width: 991px) {
      .video-section::before {
        height: 99%; } }
    @media only screen and (max-width: 767px) {
      .video-section::before {
        height: 98%; } }
    @media only screen and (max-width: 479px) {
      .video-section::before {
        height: 97%; } }
  .video-section video {
    width: 100%; }

/* =========================================================
        About-Section STYLE 
============================================================ */
.about-section .section-title {
  margin-bottom: 54.00px; }
@media only screen and (max-width: 991px) {
  .about-section .about-wrapper {
    margin-bottom: 54.00px; } }
@media only screen and (max-width: 767px) {
  .about-section .about-wrapper {
    margin-bottom: 33.00px; } }
.about-section .about-wrapper .caption img {
  width: 100%; }
.about-section .about-wrapper .wrapper-content h4 {
  font-size: 28.00px;
  font-weight: 700;
  color: #21446e;
  margin: 25px 0 10px; }
  @media only screen and (max-width: 767px) {
    .about-section .about-wrapper .wrapper-content h4 {
      font-size: 22.00px;
      margin: 20px 0 5px; } }
.about-section .about-wrapper .wrapper-content p {
  color: #3b3b3b; }
.about-section .about-wrapper .wrapper-content .btn {
  font-weight: 400;
  margin-top: 23.00px;
  padding: 5px 28px; }
  .about-section .about-wrapper .wrapper-content .btn:hover {
    padding: 7px 30px; }
    .about-section .about-wrapper .wrapper-content .btn:hover a {
      color: #FFFFFF; }
  @media only screen and (max-width: 767px) {
    .about-section .about-wrapper .wrapper-content .btn {
      font-size: 16.00px;
      margin-top: 9.00px;
      padding: 3px 20px; }
      .about-section .about-wrapper .wrapper-content .btn:hover {
        padding: 5px 22px; } }

/* =========================================================
        About-us-Section STYLE 
============================================================ */
.about-us-section .section-container {
  margin-top: 120.00px; }
  @media only screen and (max-width: 991px) {
    .about-us-section .section-container {
      margin-top: 75.00px; } }
  @media only screen and (max-width: 767px) {
    .about-us-section .section-container {
      margin-top: 43.00px; } }
  .about-us-section .section-container .section-wrapper {
    margin-bottom: 73.00px; }
    @media only screen and (max-width: 991px) {
      .about-us-section .section-container .section-wrapper {
        margin-bottom: 41.00px; } }
    @media only screen and (max-width: 479px) {
      .about-us-section .section-container .section-wrapper {
        margin-bottom: 27.00px; } }
    .about-us-section .section-container .section-wrapper .icon i {
      font-size: 26.00px;
      color: #FFFFFF;
      width: 65px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      margin-top: 11.00px;
      background: #00359c;
      background: -moz-linear-gradient(left, #023b90 0%, #1b6988 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #1d4bdb), color-stop(100%, #0276bd));
      background: -webkit-linear-gradient(left, #002cf2 0%, #156380 100%);
      background: -o-linear-gradient(left, #009fe9 0%, #3095ae 100%);
      background: -ms-linear-gradient(left, #3879bf 0%, #49a3d5 100%);
      background: linear-gradient(to right, #005f81 0%, #12889a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06428b', endColorstr='#376b81', GradientType=1 ); }
      @media only screen and (max-width: 479px) {
        .about-us-section .section-container .section-wrapper .icon i {
          font-size: 25.00px;
          width: 55px;
          height: 50px;
          line-height: 50px; } }
    .about-us-section .section-container .section-wrapper .content-bar {
      margin-left: 85px; }
      @media only screen and (max-width: 479px) {
        .about-us-section .section-container .section-wrapper .content-bar {
          margin-left: 70px; } }
      .about-us-section .section-container .section-wrapper .content-bar h4 {
        font-size: 28.00px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 4.00px; }
        @media only screen and (max-width: 767px) {
          .about-us-section .section-container .section-wrapper .content-bar h4 {
            font-size: 22.00px;
            margin-bottom: 1.00px; } }
        .about-us-section .section-container .section-wrapper .content-bar h4 a {
          color: #485470; }
          .about-us-section .section-container .section-wrapper .content-bar h4 a:hover {
            color: #00208d; }
      .about-us-section .section-container .section-wrapper .content-bar p {
        color: #212121; }
  .about-us-section .section-container .counting-section {
    margin-top: 48.00px; }
    @media only screen and (max-width: 991px) {
      .about-us-section .section-container .counting-section {
        margin-top: 17.00px; } }
    .about-us-section .section-container .counting-section .counting-pusher {
      display: flex; }
      @media only screen and (max-width: 350px) {
        .about-us-section .section-container .counting-section .counting-pusher {
          display: inherit; } }
      .about-us-section .section-container .counting-section .counting-pusher .counting-wrapper {
        flex: 1;
        margin: 0 5px; }
        .about-us-section .section-container .counting-section .counting-pusher .counting-wrapper .count-description {
          font-family: "PT Serif", serif;
          font-size: 49.00px;
          font-weight: 700;
          line-height: 55px;
          color: #303b44; }
          @media only screen and (max-width: 767px) {
            .about-us-section .section-container .counting-section .counting-pusher .counting-wrapper .count-description {
              font-size: 36.00px;
              line-height: 45px; } }
          @media only screen and (max-width: 767px) {
            .about-us-section .section-container .counting-section .counting-pusher .counting-wrapper .count-description {
              font-size: 33.00px; } }
        .about-us-section .section-container .counting-section .counting-pusher .counting-wrapper p {
          font-size: 20.00px;
          line-height: 30px;
          color: #000000; }
          @media only screen and (max-width: 767px) {
            .about-us-section .section-container .counting-section .counting-pusher .counting-wrapper p {
              font-size: 19.00px;
              line-height: 24px; } }
          @media only screen and (max-width: 479px) {
            .about-us-section .section-container .counting-section .counting-pusher .counting-wrapper p {
              font-size: 16.00px;
              line-height: 20px; } }

/* =========================================================
        Course-Section STYLE 
============================================================ */
.course-section {
  background: url(../ELE_images/course-efcc_bg.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover; }
  .course-section .course-left-bar h3 {
    font-family: "Roboto Slab", serif;
    font-size: 33.00px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 1px;
    color: #FFFFFF; }
  .course-section .course-left-bar .subscribeForm .courseSearchBar {
    width: 85%;
    color: #8ba0c4;
    border: 2px solid #002bff;
    padding: 15px 25px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .course-section .course-left-bar .subscribeForm .courseSearchBar {
        width: 80%; } }
    @media only screen and (max-width: 991px) {
      .course-section .course-left-bar .subscribeForm .courseSearchBar {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .course-section .course-left-bar .subscribeForm .courseSearchBar {
        padding: 10px 25px; } }
  .course-section .course-left-bar .subscribeForm .subscribeBtn {
    border-radius: 0;
    padding: 17px 30px; }
    @media only screen and (max-width: 991px) {
      .course-section .course-left-bar .subscribeForm .subscribeBtn {
        padding: 17px 40px; } }
    @media only screen and (max-width: 767px) {
      .course-section .course-left-bar .subscribeForm .subscribeBtn {
        padding: 10px 40px; } }
  @media only screen and (max-width: 991px) {
    .course-section .course-left-bar .subscribeForm .search {
      float: none !important;
      margin-top: 11.00px; } }
  .course-section .course-left-bar .contact {
    margin-top: 57.00px; }
    @media only screen and (max-width: 991px) {
      .course-section .course-left-bar .contact {
        margin-top: 32.00px; } }
    .course-section .course-left-bar .contact h4 {
      font-family: "Roboto Slab", serif;
      font-size: 22.00px;
      color: #FFFFFF;
      margin-bottom: 15.00px; }
      @media only screen and (max-width: 767px) {
        .course-section .course-left-bar .contact h4 {
          font-size: 20.00px; } }
      @media only screen and (max-width: 479px) {
        .course-section .course-left-bar .contact h4 {
          font-size: 19.00px; } }
    .course-section .course-left-bar .contact h5 {
      font-family: "PT Serif", serif;
      font-size: 33.00px;
      font-weight: 700;
      color: #FFFFFF; }
      @media only screen and (max-width: 767px) {
        .course-section .course-left-bar .contact h5 {
          font-size: 26.00px; } }
      @media only screen and (max-width: 479px) {
        .course-section .course-left-bar .contact h5 {
          font-size: 22.00px; } }
  .course-section .course-left-bar .button .btn {
    padding: 14px 35px; }
    .course-section .course-left-bar .button .btn:hover {
      padding: 16px 37px; }
      .course-section .course-left-bar .button .btn:hover a {
        color: #FFFFFF; }
    @media only screen and (max-width: 767px) {
      .course-section .course-left-bar .button .btn {
        font-size: 18.00px;
        padding: 8px 25px; }
        .course-section .course-left-bar .button .btn:hover {
          padding: 10px 27px; } }
    @media only screen and (max-width: 479px) {
      .course-section .course-left-bar .button .btn {
        font-size: 17.00px;
        padding: 6px 20px; }
        .course-section .course-left-bar .button .btn:hover {
          padding: 8px 22px; } }
  @media only screen and (max-width: 991px) {
    .course-section .course-right-bar #promote-accordion {
      margin: 30px 0 0; } }
  .course-section .course-right-bar #promote-accordion .panel-default {
    border: 0;
    margin-top: 9.00px;
    border-radius: 0; }
    .course-section .course-right-bar #promote-accordion .panel-default .panel-heading {
      position: relative;
      font-size: 20.00px;
      background-color: #6878de;
      border: 0;
      border-radius: 0;
      padding: 0; }
      @media only screen and (max-width: 479px) {
        .course-section .course-right-bar #promote-accordion .panel-default .panel-heading {
          line-height: 25px; } }
      .course-section .course-right-bar #promote-accordion .panel-default .panel-heading::before {
        content: "\f067";
        position: absolute;
        font-family: "fontAwesome";
        top: 12px;
        right: 33px;
        width: 10px;
        height: 10px;
        font-size: 18.00px;
        color: #000000;
        z-index: 1; }
        @media only screen and (max-width: 479px) {
          .course-section .course-right-bar #promote-accordion .panel-default .panel-heading::before {
            top: 10px; } }
      .course-section .course-right-bar #promote-accordion .panel-default .panel-heading a {
        font-family: "Roboto Slab", serif;
        font-size: 28.00px;
        display: block;
        color: #FFFFFF;
        background-color: #0067dd;
        border-radius: 0;
        padding: 15px 20px; }
        .course-section .course-right-bar #promote-accordion .panel-default .panel-heading a.collapsed {
          color: #121417;
          background-color: #FFFFFF; }
        @media only screen and (max-width: 767px) {
          .course-section .course-right-bar #promote-accordion .panel-default .panel-heading a {
            font-size: 22.00px; } }
        @media only screen and (max-width: 479px) {
          .course-section .course-right-bar #promote-accordion .panel-default .panel-heading a {
            font-size: 19.00px; } }
        @media only screen and (max-width: 350px) {
          .course-section .course-right-bar #promote-accordion .panel-default .panel-heading a {
            padding-right: 60px; } }
    .course-section .course-right-bar #promote-accordion .panel-default .panel-collapse {
      position: relative; }
      .course-section .course-right-bar #promote-accordion .panel-default .panel-collapse::before {
        content: "\f068";
        position: absolute;
        font-family: "fontAwesome";
        top: -40px;
        right: 25px;
        width: 20px;
        height: 20px;
        font-size: 18.00px;
        color: #FFFFFF;
        background-color: #0e8cdb;
        z-index: 2; }
        @media only screen and (max-width: 300px) {
          .course-section .course-right-bar #promote-accordion .panel-default .panel-collapse::before {
            top: -55px; } }
      .course-section .course-right-bar #promote-accordion .panel-default .panel-collapse .panel-body {
        border: 0;
        padding: 25px 40px; }
        @media only screen and (max-width: 479px) {
          .course-section .course-right-bar #promote-accordion .panel-default .panel-collapse .panel-body {
            padding: 15px; } }
        .course-section .course-right-bar #promote-accordion .panel-default .panel-collapse .panel-body .panel-wrapper {
          display: flex; }
          @media only screen and (max-width: 479px) {
            .course-section .course-right-bar #promote-accordion .panel-default .panel-collapse .panel-body .panel-wrapper {
              display: inherit; } }
          .course-section .course-right-bar #promote-accordion .panel-default .panel-collapse .panel-body .panel-wrapper li {
            font-size: 19.00px;
            font-weight: 700;
            line-height: 32px;
            color: #646464;
            flex: 1; }
            .course-section .course-right-bar #promote-accordion .panel-default .panel-collapse .panel-body .panel-wrapper li a {
              color: #777072; }
              .course-section .course-right-bar #promote-accordion .panel-default .panel-collapse .panel-body .panel-wrapper li a:hover {
                color: #4c84ff; }
            .course-section .course-right-bar #promote-accordion .panel-default .panel-collapse .panel-body .panel-wrapper li i {
              font-size: 19.00px;
              color: #0f93b9; }

/* =========================================================
        Subject-Section STYLE 
============================================================ */
.subject-section .section-title h2 {
  position: relative;
  font-size: 37.00px;
  display: inline-block;
  margin-bottom: 54.00px;
  padding-right: 40px; }
  @media only screen and (max-width: 991px) {
    .subject-section .section-title h2 {
      font-size: 33.00px;
      margin-bottom: 36.00px; } }
  @media only screen and (max-width: 767px) {
    .subject-section .section-title h2 {
      font-size: 26.00px; } }
  @media only screen and (max-width: 479px) {
    .subject-section .section-title h2 {
      display: block;
      margin-bottom: 10.00px; } }
  .subject-section .section-title h2::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    top: 0;
    right: 0;
    background-color: #a58986; }
    @media only screen and (max-width: 991px) {
      .subject-section .section-title h2::before {
        height: 40px; } }
    @media only screen and (max-width: 479px) {
      .subject-section .section-title h2::before {
        display: none; } }
.subject-section .section-title .small-text {
  font-family: "PT Serif", serif;
  font-size: 20.00px;
  font-weight: 700;
  color: #0030e0;
  vertical-align: super;
  padding-left: 30px; }
  @media only screen and (max-width: 767px) {
    .subject-section .section-title .small-text {
      font-size: 19.00px; } }
  @media only screen and (max-width: 479px) {
    .subject-section .section-title .small-text {
      padding-left: 0; } }
.subject-section .subject-carousel .item {
  padding: 10px; }
  .subject-section .subject-carousel .item .subject-wrapper {
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .subject-section .subject-carousel .item .subject-wrapper:hover {
      box-shadow: 0 0 20px #ccaaa5; }
      .subject-section .subject-carousel .item .subject-wrapper:hover .caption::before {
        opacity: .8;
        visibility: visible; }
      .subject-section .subject-carousel .item .subject-wrapper:hover .caption .hover-show .hover {
        transform: scale(1); }
      .subject-section .subject-carousel .item .subject-wrapper:hover .caption .hover-show .border-one::before {
        width: calc(100% - 50px);
        visibility: visible;
        opacity: 1; }
      .subject-section .subject-carousel .item .subject-wrapper:hover .caption .hover-show .border-one::after {
        width: calc(100% - 50px);
        left: 25px;
        visibility: visible;
        opacity: 1;
        transition-delay: .9s; }
      .subject-section .subject-carousel .item .subject-wrapper:hover .caption .hover-show .border-two::before {
        height: calc(100% - 50px);
        top: 25px;
        visibility: visible;
        opacity: 1;
        transition-delay: 1.5s; }
      .subject-section .subject-carousel .item .subject-wrapper:hover .caption .hover-show .border-two::after {
        height: calc(100% - 50px);
        visibility: visible;
        opacity: 1;
        transition-delay: .5s; }
    .subject-section .subject-carousel .item .subject-wrapper .caption {
      position: relative; }
      .subject-section .subject-carousel .item .subject-wrapper .caption::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background: #1b6394;
        background: -moz-linear-gradient(left, #1241de 0%, #59afb9 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #001390), color-stop(100%, #0081a6));
        background: -webkit-linear-gradient(left, #1b56d1 0%, #15fff8 100%);
        background: -o-linear-gradient(left, #003af2 0%, #5286ad 100%);
        background: -ms-linear-gradient(left, #082da1 0%, #188e8c 100%);
        background: linear-gradient(to right, #001abf 0%, #1f628c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0047ed', endColorstr='#246690', GradientType=1 ); }
      .subject-section .subject-carousel .item .subject-wrapper .caption img {
        width: 100%; }
      .subject-section .subject-carousel .item .subject-wrapper .caption .hover-show .hover {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: -20px;
        z-index: 5;
        transform: scale(0);
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .subject-section .subject-carousel .item .subject-wrapper .caption .hover-show .hover a {
          font-family: "PT Serif", serif;
          font-size: 28.00px;
          color: #FFFFFF;
          z-index: 5; }
          .subject-section .subject-carousel .item .subject-wrapper .caption .hover-show .hover a:hover {
            color: #050607; }
        @media only screen and (max-width: 767px) {
          .subject-section .subject-carousel .item .subject-wrapper .caption .hover-show .hover {
            margin-top: -10px; }
            .subject-section .subject-carousel .item .subject-wrapper .caption .hover-show .hover a {
              font-size: 20.00px; } }
      .subject-section .subject-carousel .item .subject-wrapper .caption .hover-show .border-one::before {
        content: "";
        position: absolute;
        left: 25px;
        top: 25px;
        width: 0;
        height: 1px;
        background-color: #FFFFFF;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: 5;
        visibility: hidden;
        opacity: 0; }
      .subject-section .subject-carousel .item .subject-wrapper .caption .hover-show .border-one::after {
        content: "";
        position: absolute;
        left: 92.5%;
        bottom: 25px;
        width: 0;
        height: 1px;
        background-color: #FFFFFF;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: 5;
        visibility: hidden;
        opacity: 0; }
      .subject-section .subject-carousel .item .subject-wrapper .caption .hover-show .border-two::before {
        content: "";
        position: absolute;
        left: 25px;
        top: 87.5%;
        height: 0;
        width: 1px;
        background-color: #FFFFFF;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: 5;
        visibility: hidden;
        opacity: 0; }
      .subject-section .subject-carousel .item .subject-wrapper .caption .hover-show .border-two::after {
        content: "";
        position: absolute;
        right: 25px;
        top: 25px;
        height: 0;
        width: 1px;
        background-color: #FFFFFF;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: 5;
        visibility: hidden;
        opacity: 0; }
    .subject-section .subject-carousel .item .subject-wrapper .wrapper-content {
      padding: 40px 40px 20px; }
      @media only screen and (max-width: 991px) {
        .subject-section .subject-carousel .item .subject-wrapper .wrapper-content {
          padding: 30px 30px 20px; } }
      @media only screen and (max-width: 479px) {
        .subject-section .subject-carousel .item .subject-wrapper .wrapper-content {
          padding: 20px; } }
      .subject-section .subject-carousel .item .subject-wrapper .wrapper-content h3 {
        position: relative;
        font-size: 31.00px;
        font-weight: 700;
        line-height: 36px;
        display: inline-block;
        margin-bottom: 18.00px; }
        .subject-section .subject-carousel .item .subject-wrapper .wrapper-content h3 a {
          color: #294070; }
          .subject-section .subject-carousel .item .subject-wrapper .wrapper-content h3 a:hover {
            color: #009dcb; }
        .subject-section .subject-carousel .item .subject-wrapper .wrapper-content h3::before {
          content: "";
          position: absolute;
          top: 56px;
          right: 23px;
          width: 80px;
          height: 1px;
          background: #092584; }
        @media only screen and (max-width: 991px) {
          .subject-section .subject-carousel .item .subject-wrapper .wrapper-content h3 {
            font-size: 25.00px;
            line-height: 30px; }
            .subject-section .subject-carousel .item .subject-wrapper .wrapper-content h3::before {
              top: 46px;
              right: 10px; } }
        @media only screen and (max-width: 479px) {
          .subject-section .subject-carousel .item .subject-wrapper .wrapper-content h3 {
            font-size: 20.00px;
            line-height: 25px; }
            .subject-section .subject-carousel .item .subject-wrapper .wrapper-content h3::before {
              top: 38px;
              right: 12px;
              width: 60px; } }
      .subject-section .subject-carousel .item .subject-wrapper .wrapper-content p {
        color: #312929;
        border-bottom: 1px solid #b28990;
        padding-bottom: 36.00px; }
      .subject-section .subject-carousel .item .subject-wrapper .wrapper-content .wrapper-bottom .author {
        display: inline-block; }
        .subject-section .subject-carousel .item .subject-wrapper .wrapper-content .wrapper-bottom .author .author-caption img {
          border-radius: 50%;
          margin-top: 9.00px; }
        .subject-section .subject-carousel .item .subject-wrapper .wrapper-content .wrapper-bottom .author .content {
          margin-left: 40px; }
          .subject-section .subject-carousel .item .subject-wrapper .wrapper-content .wrapper-bottom .author .content h5 {
            font-size: 20.00px;
            color: #11161c;
            margin-bottom: 0; }
          .subject-section .subject-carousel .item .subject-wrapper .wrapper-content .wrapper-bottom .author .content .date {
            font-size: 16.00px;
            color: #6d6d6d; }
      .subject-section .subject-carousel .item .subject-wrapper .wrapper-content .wrapper-bottom .cost h5 {
        font-size: 20.00px;
        color: #000000;
        margin-bottom: 0; }
      .subject-section .subject-carousel .item .subject-wrapper .wrapper-content .wrapper-bottom .cost .small {
        font-size: 16.00px;
        color: #87a340; }
.subject-section .subject-carousel .owl-dots {
  margin-top: 75.00px !important; }
  @media only screen and (max-width: 991px) {
    .subject-section .subject-carousel .owl-dots {
      margin-top: 52.00px !important; } }
  @media only screen and (max-width: 767px) {
    .subject-section .subject-carousel .owl-dots {
      margin-top: 32.00px !important; } }
  .subject-section .subject-carousel .owl-dots .owl-dot.active span {
    background-color: #FFFFFF;
    border: 2px solid #0c2ebd; }
  .subject-section .subject-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #0054a9; }
.subject-section .subject-filter {
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media only screen and (max-width: 991px) {
    .subject-section .subject-filter {
      margin-bottom: 33.00px; } }
  .subject-section .subject-filter:hover {
    box-shadow: 0 0 20px #6c6c6c; }
    .subject-section .subject-filter:hover .caption::before {
      opacity: .8;
      visibility: visible; }
    .subject-section .subject-filter:hover .caption .hover-show .hover {
      transform: scale(1); }
    .subject-section .subject-filter:hover .caption .hover-show .border-one::before {
      width: calc(100% - 50px);
      visibility: visible;
      opacity: 1; }
    .subject-section .subject-filter:hover .caption .hover-show .border-one::after {
      width: calc(100% - 50px);
      left: 25px;
      visibility: visible;
      opacity: 1;
      transition-delay: .9s; }
    .subject-section .subject-filter:hover .caption .hover-show .border-two::before {
      height: calc(100% - 50px);
      top: 25px;
      visibility: visible;
      opacity: 1;
      transition-delay: 1.5s; }
    .subject-section .subject-filter:hover .caption .hover-show .border-two::after {
      height: calc(100% - 50px);
      visibility: visible;
      opacity: 1;
      transition-delay: .5s; }
  .subject-section .subject-filter .caption {
    position: relative; }
    .subject-section .subject-filter .caption::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 5;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      background: #009ef5;
      background: -moz-linear-gradient(left, #00a0df 0%, #064f88 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #224ab7), color-stop(100%, #155594));
      background: -webkit-linear-gradient(left, #2752b9 0%, #108de4 100%);
      background: -o-linear-gradient(left, #0949ff 0%, #155cb8 100%);
      background: -ms-linear-gradient(left, #19a4f6 0%, #4da5a0 100%);
      background: linear-gradient(to right, #06408c 0%, #73fff9 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab0', endColorstr='#13b6ad', GradientType=1 ); }
    .subject-section .subject-filter .caption img {
      width: 100%; }
    .subject-section .subject-filter .caption .hover-show .hover {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      margin-top: -20px;
      z-index: 5;
      transform: scale(0);
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .subject-section .subject-filter .caption .hover-show .hover a {
        font-family: "PT Serif", serif;
        font-size: 28.00px;
        color: #FFFFFF;
        z-index: 5; }
        .subject-section .subject-filter .caption .hover-show .hover a:hover {
          color: #000000; }
      @media only screen and (max-width: 767px) {
        .subject-section .subject-filter .caption .hover-show .hover {
          margin-top: -10px; }
          .subject-section .subject-filter .caption .hover-show .hover a {
            font-size: 20.00px; } }
    .subject-section .subject-filter .caption .hover-show .border-one::before {
      content: "";
      position: absolute;
      left: 25px;
      top: 25px;
      width: 0;
      height: 1px;
      background-color: #FFFFFF;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 5;
      visibility: hidden;
      opacity: 0; }
    .subject-section .subject-filter .caption .hover-show .border-one::after {
      content: "";
      position: absolute;
      left: 92.5%;
      bottom: 25px;
      width: 0;
      height: 1px;
      background-color: #FFFFFF;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 5;
      visibility: hidden;
      opacity: 0; }
    .subject-section .subject-filter .caption .hover-show .border-two::before {
      content: "";
      position: absolute;
      left: 25px;
      top: 87.5%;
      height: 0;
      width: 1px;
      background-color: #FFFFFF;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 5;
      visibility: hidden;
      opacity: 0; }
    .subject-section .subject-filter .caption .hover-show .border-two::after {
      content: "";
      position: absolute;
      right: 25px;
      top: 25px;
      height: 0;
      width: 1px;
      background-color: #FFFFFF;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 5;
      visibility: hidden;
      opacity: 0; }
  .subject-section .subject-filter .wrapper-content {
    padding: 40px 40px 20px; }
    @media only screen and (max-width: 991px) {
      .subject-section .subject-filter .wrapper-content {
        padding: 30px 30px 20px; } }
    @media only screen and (max-width: 479px) {
      .subject-section .subject-filter .wrapper-content {
        padding: 20px; } }
    .subject-section .subject-filter .wrapper-content h3 {
      position: relative;
      font-size: 31.00px;
      font-weight: 700;
      line-height: 36px;
      display: inline-block;
      margin-bottom: 18.00px; }
      .subject-section .subject-filter .wrapper-content h3 a {
        color: #2e3042; }
        .subject-section .subject-filter .wrapper-content h3 a:hover {
          color: #0077ac; }
      .subject-section .subject-filter .wrapper-content h3::before {
        content: "";
        position: absolute;
        top: 56px;
        right: 23px;
        width: 80px;
        height: 1px;
        background: #0026bf; }
      @media only screen and (max-width: 991px) {
        .subject-section .subject-filter .wrapper-content h3 {
          font-size: 25.00px;
          line-height: 30px; }
          .subject-section .subject-filter .wrapper-content h3::before {
            top: 46px;
            right: 10px; } }
      @media only screen and (max-width: 479px) {
        .subject-section .subject-filter .wrapper-content h3 {
          font-size: 20.00px;
          line-height: 25px; }
          .subject-section .subject-filter .wrapper-content h3::before {
            top: 38px;
            right: 12px;
            width: 60px; } }
    .subject-section .subject-filter .wrapper-content p {
      color: #4a3b3a;
      border-bottom: 1px solid #ca97a0;
      padding-bottom: 36.00px; }
    .subject-section .subject-filter .wrapper-content .wrapper-bottom .author {
      display: inline-block; }
      .subject-section .subject-filter .wrapper-content .wrapper-bottom .author .author-caption img {
        border-radius: 50%;
        margin-top: 9.00px; }
      .subject-section .subject-filter .wrapper-content .wrapper-bottom .author .content {
        margin-left: 40px; }
        .subject-section .subject-filter .wrapper-content .wrapper-bottom .author .content h5 {
          font-size: 20.00px;
          color: #000000;
          margin-bottom: 0; }
        .subject-section .subject-filter .wrapper-content .wrapper-bottom .author .content .date {
          font-size: 16.00px;
          color: #a6b5b9; }
    .subject-section .subject-filter .wrapper-content .wrapper-bottom .cost h5 {
      font-size: 20.00px;
      color: #000000;
      margin-bottom: 0; }
    .subject-section .subject-filter .wrapper-content .wrapper-bottom .cost .small {
      font-size: 16.00px;
      color: #89dd03; }
@media only screen and (max-width: 479px) {
  .subject-section .filter {
    margin-top: 17.00px; } }
.subject-section .break {
  padding: 35px 0; }
  @media only screen and (max-width: 991px) {
    .subject-section .break {
      display: none; } }

/* =========================================================
        Course-Filter STYLE 
============================================================ */
.course-filter .filter-wrapper {
  margin-top: 57.00px;
  display: inline-block; }
  .course-filter .filter-wrapper li {
    font-size: 20.00px;
    line-height: 30px;
    color: #123854;
    display: inline-block;
    margin-right: 20px; }
    @media only screen and (max-width: 991px) {
      .course-filter .filter-wrapper li {
        font-size: 19.00px;
        line-height: 27px;
        margin-right: 10px;
        margin-bottom: 15.00px; } }
    @media only screen and (max-width: 479px) {
      .course-filter .filter-wrapper li {
        font-size: 16.00px;
        line-height: 25px;
        margin-right: 5px; } }
    .course-filter .filter-wrapper li .selector {
      font-size: 19.00px;
      line-height: 27px;
      margin-left: 15px;
      color: #001687; }
      @media only screen and (max-width: 991px) {
        .course-filter .filter-wrapper li .selector {
          font-size: 18.00px; } }
      @media only screen and (max-width: 479px) {
        .course-filter .filter-wrapper li .selector {
          font-size: 17.00px;
          margin-left: 5px; } }
      .course-filter .filter-wrapper li .selector .dropdown-select {
        border: 1px solid #ffffff;
        padding: 7px 15px; }
        @media only screen and (max-width: 479px) {
          .course-filter .filter-wrapper li .selector .dropdown-select {
            padding: 5px 12px; } }
.course-filter .view-style {
  border: 1px solid #f4f4f4;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 57.00px; }
  @media only screen and (max-width: 991px) {
    .course-filter .view-style {
      float: none !important;
      margin-top: 25.00px; } }
  .course-filter .view-style li {
    display: inline-block;
    margin-right: 20px; }
    .course-filter .view-style li:last-child {
      margin-right: 0; }

/* =========================================================
        Event-Section STYLE 
============================================================ */
.event-section {
  background: url(../ELE_images/event-efcc_bg.jpg) no-repeat center top;
  background-size: cover; }
  @media only screen and (max-width: 479px) {
    .event-section .section-title {
      margin-bottom: 23.00px; } }
  .event-section .section-title h2 {
    position: relative;
    font-size: 37.00px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 54.00px;
    padding-right: 40px; }
    @media only screen and (max-width: 991px) {
      .event-section .section-title h2 {
        font-size: 33.00px;
        margin-bottom: 36.00px; } }
    @media only screen and (max-width: 767px) {
      .event-section .section-title h2 {
        font-size: 26.00px;
        padding-right: 20px; } }
    @media only screen and (max-width: 479px) {
      .event-section .section-title h2 {
        display: block;
        margin-bottom: 10.00px; } }
    .event-section .section-title h2::before {
      content: "";
      position: absolute;
      width: 2px;
      height: 50px;
      top: 0;
      right: 0;
      background-color: #FFFFFF; }
      @media only screen and (max-width: 991px) {
        .event-section .section-title h2::before {
          height: 40px; } }
      @media only screen and (max-width: 479px) {
        .event-section .section-title h2::before {
          display: none; } }
  .event-section .section-title .small-text {
    font-family: "PT Serif", serif;
    font-size: 20.00px;
    font-weight: 700;
    vertical-align: super;
    padding-left: 30px; }
    .event-section .section-title .small-text a {
      color: #FFFFFF; }
      .event-section .section-title .small-text a:hover {
        color: #46b4ef; }
    @media only screen and (max-width: 767px) {
      .event-section .section-title .small-text {
        font-size: 19.00px;
        padding-left: 20px;
        vertical-align: text-bottom; } }
    @media only screen and (max-width: 479px) {
      .event-section .section-title .small-text {
        padding-left: 0; } }
  .event-section .event-wrapper {
    background: #FFFFFF;
    padding: 30px 30px 48px;
    margin-bottom: 33.00px; }
    @media only screen and (max-width: 767px) {
      .event-section .event-wrapper {
        padding: 30px; } }
    @media only screen and (max-width: 479px) {
      .event-section .event-wrapper {
        padding: 15px; } }
    .event-section .event-wrapper .date {
      font-family: "PT Serif", serif;
      font-size: 47.00px;
      font-weight: 700;
      text-transform: uppercase;
      color: #00aaec;
      border: 2px solid #2f4889;
      padding: 20px 25px; }
      @media only screen and (max-width: 767px) {
        .event-section .event-wrapper .date {
          font-size: 33.00px;
          padding: 10px 12px; } }
      @media only screen and (max-width: 479px) {
        .event-section .event-wrapper .date {
          float: none !important;
          display: inline-block; } }
      .event-section .event-wrapper .date .month {
        font-size: 20.00px;
        line-height: 32px;
        color: #7999a9;
        display: block; }
        @media only screen and (max-width: 767px) {
          .event-section .event-wrapper .date .month {
            font-size: 16.00px;
            line-height: 18px; } }
    .event-section .event-wrapper .wrapper-content {
      margin-left: 118px; }
      @media only screen and (max-width: 767px) {
        .event-section .event-wrapper .wrapper-content {
          margin-left: 80px; } }
      @media only screen and (max-width: 479px) {
        .event-section .event-wrapper .wrapper-content {
          margin-left: 0; } }
      .event-section .event-wrapper .wrapper-content h4 {
        font-size: 28.00px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 5.00px; }
        .event-section .event-wrapper .wrapper-content h4 a {
          color: #000000; }
          .event-section .event-wrapper .wrapper-content h4 a:hover {
            color: #005dac; }
        @media only screen and (max-width: 767px) {
          .event-section .event-wrapper .wrapper-content h4 {
            font-size: 22.00px;
            line-height: 22px;
            margin-top: -3px; } }
        @media only screen and (max-width: 479px) {
          .event-section .event-wrapper .wrapper-content h4 {
            margin-top: 17.00px; } }
      .event-section .event-wrapper .wrapper-content .small-text {
        font-size: 16.00px;
        color: #9baed8; }
        .event-section .event-wrapper .wrapper-content .small-text.time {
          margin-right: 15px; }
        .event-section .event-wrapper .wrapper-content .small-text i {
          color: #52a2ff; }
        @media only screen and (max-width: 767px) {
          .event-section .event-wrapper .wrapper-content .small-text {
            font-size: 17.00px; } }

/* =========================================================
        Latest-Event-Section STYLE 
============================================================ */
.latest-event-section {
  background: url(../ELE_images/efcc_latest-event.jpg) no-repeat center top;
  background-size: cover; }
  @media only screen and (max-width: 479px) {
    .latest-event-section .section-title {
      margin-bottom: 23.00px; } }
  .latest-event-section .section-title h2 {
    position: relative;
    font-size: 37.00px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 54.00px;
    padding-right: 40px; }
    @media only screen and (max-width: 991px) {
      .latest-event-section .section-title h2 {
        font-size: 33.00px;
        margin-bottom: 36.00px; } }
    @media only screen and (max-width: 767px) {
      .latest-event-section .section-title h2 {
        font-size: 26.00px; } }
    @media only screen and (max-width: 479px) {
      .latest-event-section .section-title h2 {
        display: block;
        margin-bottom: 10.00px; } }
    .latest-event-section .section-title h2::before {
      content: "";
      position: absolute;
      width: 2px;
      height: 50px;
      top: 0;
      right: 0;
      background-color: #FFFFFF; }
      @media only screen and (max-width: 991px) {
        .latest-event-section .section-title h2::before {
          height: 40px; } }
      @media only screen and (max-width: 479px) {
        .latest-event-section .section-title h2::before {
          display: none; } }
  .latest-event-section .section-title .small-text {
    font-family: "PT Serif", serif;
    font-size: 20.00px;
    font-weight: 700;
    vertical-align: super;
    padding-left: 30px; }
    .latest-event-section .section-title .small-text a {
      color: #FFFFFF; }
      .latest-event-section .section-title .small-text a:hover {
        color: #123cef; }
    @media only screen and (max-width: 767px) {
      .latest-event-section .section-title .small-text {
        font-size: 19.00px; } }
    @media only screen and (max-width: 767px) {
      .latest-event-section .section-title .small-text {
        padding-left: 0; } }
  .latest-event-section #event-carousel .event-wrapper {
    background: url(../ELE_images/efcc_l-event.jpg) no-repeat;
    background-position: -90% 0;
    background-size: cover;
    min-height: 400px; }
    @media only screen and (max-width: 1199px) {
      .latest-event-section #event-carousel .event-wrapper {
        background: #FFFFFF; } }
    @media only screen and (max-width: 991px) {
      .latest-event-section #event-carousel .event-wrapper {
        margin-bottom: 54.00px;
        min-height: auto; } }
    .latest-event-section #event-carousel .event-wrapper .wrapper-container {
      background: #FFFFFF;
      padding: 30px 30px 48px;
      display: inline-block;
      width: 62%;
      min-height: 400px; }
      @media only screen and (max-width: 1199px) {
        .latest-event-section #event-carousel .event-wrapper .wrapper-container {
          width: 100%; } }
      @media only screen and (max-width: 991px) {
        .latest-event-section #event-carousel .event-wrapper .wrapper-container {
          min-height: auto; } }
      @media only screen and (max-width: 767px) {
        .latest-event-section #event-carousel .event-wrapper .wrapper-container {
          padding: 30px; } }
      @media only screen and (max-width: 479px) {
        .latest-event-section #event-carousel .event-wrapper .wrapper-container {
          padding: 25px 15px 35px; } }
      .latest-event-section #event-carousel .event-wrapper .wrapper-container .date {
        font-family: "PT Serif", serif;
        font-size: 33.00px;
        font-weight: 700;
        text-transform: uppercase;
        color: #0046b0;
        border: 2px solid #082593;
        padding: 12px 16px; }
        @media only screen and (max-width: 767px) {
          .latest-event-section #event-carousel .event-wrapper .wrapper-container .date {
            font-size: 26.00px;
            padding: 10px 12px; } }
        @media only screen and (max-width: 479px) {
          .latest-event-section #event-carousel .event-wrapper .wrapper-container .date {
            float: none !important;
            display: inline-block; } }
        .latest-event-section #event-carousel .event-wrapper .wrapper-container .date .month {
          font-size: 17.00px;
          line-height: 15px;
          color: #b7b7b7;
          display: block; }
          @media only screen and (max-width: 767px) {
            .latest-event-section #event-carousel .event-wrapper .wrapper-container .date .month {
              font-size: 16.00px;
              line-height: 18px; } }
      .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content {
        margin-left: 95px; }
        @media only screen and (max-width: 767px) {
          .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content {
            margin-left: 80px; } }
        @media only screen and (max-width: 479px) {
          .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content {
            margin-left: 0; } }
        .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content h4 {
          font-size: 37.00px;
          line-height: 42px;
          margin-top: -7px;
          margin-bottom: 5.00px; }
          .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content h4 a {
            color: #4b5a73; }
            .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content h4 a:hover {
              color: #002981; }
          @media only screen and (max-width: 991px) {
            .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content h4 {
              font-size: 33.00px;
              line-height: 35px; } }
          @media only screen and (max-width: 767px) {
            .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content h4 {
              font-size: 22.00px;
              line-height: 22px;
              margin-top: -3px; } }
          @media only screen and (max-width: 479px) {
            .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content h4 {
              margin-top: 17.00px; } }
        .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content .small-text {
          font-size: 16.00px;
          color: #919396; }
          .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content .small-text.time {
            margin-right: 15px; }
          .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content .small-text i {
            color: #0033ed; }
          @media only screen and (max-width: 767px) {
            .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content .small-text {
              font-size: 17.00px; } }
        .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content p {
          color: #010101;
          border-top: 1px solid #b19c9d;
          padding: 15px 0;
          margin-top: 17.00px; }
          @media only screen and (max-width: 479px) {
            .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content p {
              font-size: 18.00px; } }
        .latest-event-section #event-carousel .event-wrapper .wrapper-container .wrapper-content .btn {
          font-family: "Roboto Slab", serif;
          font-size: 20.00px;
          padding: 7px 19px;
          border-radius: 0; }
  .latest-event-section #event-carousel .carousel-control.left, .latest-event-section #event-carousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-image: none;
    opacity: 1;
    text-shadow: none;
    background-color: #FFFFFF;
    top: 50%;
    margin-top: -25px; }
    @media only screen and (max-width: 991px) {
      .latest-event-section #event-carousel .carousel-control.left, .latest-event-section #event-carousel .carousel-control.right {
        top: auto;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .latest-event-section #event-carousel .carousel-control.left {
    left: -95px; }
    @media only screen and (max-width: 991px) {
      .latest-event-section #event-carousel .carousel-control.left {
        left: -60px; } }
  .latest-event-section #event-carousel .carousel-control.right {
    right: -95px; }
    @media only screen and (max-width: 991px) {
      .latest-event-section #event-carousel .carousel-control.right {
        right: -60px; } }

/* =========================================================
        Register-Event-Section STYLE 
============================================================ */
@media only screen and (max-width: 479px) {
  .register-event-section .section-title {
    margin-bottom: 23.00px; } }
.register-event-section .section-title h2 {
  position: relative;
  font-size: 37.00px;
  color: #000000;
  display: inline-block;
  margin-bottom: 54.00px;
  padding-right: 40px; }
  @media only screen and (max-width: 991px) {
    .register-event-section .section-title h2 {
      font-size: 33.00px;
      margin-bottom: 36.00px; } }
  @media only screen and (max-width: 767px) {
    .register-event-section .section-title h2 {
      font-size: 26.00px; } }
  @media only screen and (max-width: 479px) {
    .register-event-section .section-title h2 {
      display: block;
      margin-bottom: 10.00px; } }
  .register-event-section .section-title h2::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    top: 0;
    right: 0;
    background-color: #e7e7e7; }
    @media only screen and (max-width: 991px) {
      .register-event-section .section-title h2::before {
        height: 40px; } }
    @media only screen and (max-width: 479px) {
      .register-event-section .section-title h2::before {
        display: none; } }
.register-event-section .section-title .small-text {
  font-family: "PT Serif", serif;
  font-size: 20.00px;
  font-weight: 700;
  color: #0097d2;
  vertical-align: super;
  padding-left: 30px; }
  @media only screen and (max-width: 767px) {
    .register-event-section .section-title .small-text {
      font-size: 19.00px; } }
  @media only screen and (max-width: 767px) {
    .register-event-section .section-title .small-text {
      padding-left: 0; } }
.register-event-section .event-left-bar .caption img {
  width: 100%; }
.register-event-section .event-left-bar h3 {
  font-size: 33.00px;
  font-weight: 700;
  line-height: 36px;
  color: #585c76;
  margin: 22px 0 10px; }
  @media only screen and (max-width: 767px) {
    .register-event-section .event-left-bar h3 {
      font-size: 26.00px;
      margin: 10px 0 5px; } }
  @media only screen and (max-width: 479px) {
    .register-event-section .event-left-bar h3 {
      font-size: 25.00px;
      margin: 10px 0 0; } }
.register-event-section .event-left-bar .post li {
  color: #5a5a5a;
  display: inline-block;
  margin-right: 20px; }
  .register-event-section .event-left-bar .post li:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 479px) {
    .register-event-section .event-left-bar .post li {
      font-size: 16.00px; } }
.register-event-section .event-left-bar .btn {
  font-size: 20.00px;
  padding: 13px 40px;
  border-radius: 0;
  margin-top: 30.00px; }
  .register-event-section .event-left-bar .btn:hover {
    background: #04070c; }
  @media only screen and (max-width: 767px) {
    .register-event-section .event-left-bar .btn {
      font-size: 19.00px;
      padding: 7px 15px;
      margin-top: 17.00px; } }
  @media only screen and (max-width: 479px) {
    .register-event-section .event-left-bar .btn {
      font-size: 16.00px;
      padding: 5px 12px; } }
@media only screen and (max-width: 991px) {
  .register-event-section .event-right-bar {
    margin-top: 52.00px; } }
.register-event-section .event-right-bar .media-content {
  margin: 0 0 40px 30px; }
  @media only screen and (max-width: 991px) {
    .register-event-section .event-right-bar .media-content {
      margin: 20px 0 30px 0; } }
  .register-event-section .event-right-bar .media-content .date {
    font-size: 31.00px;
    color: #2e79d8;
    border: 2px solid #10a5ff;
    padding: 5px 10px;
    margin-top: 11.00px; }
    .register-event-section .event-right-bar .media-content .date small {
      font-size: 16.00px;
      line-height: 15px;
      display: block; }
  .register-event-section .event-right-bar .media-content .media-wrapper {
    margin: -6px 0 0 70px; }
    .register-event-section .event-right-bar .media-content .media-wrapper h3 {
      font-size: 28.00px;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: 10.00px; }
      .register-event-section .event-right-bar .media-content .media-wrapper h3 a {
        color: #0c1626; }
        .register-event-section .event-right-bar .media-content .media-wrapper h3 a:hover {
          color: #0a49ff; }
      @media only screen and (max-width: 767px) {
        .register-event-section .event-right-bar .media-content .media-wrapper h3 {
          font-size: 25.00px; } }
      @media only screen and (max-width: 479px) {
        .register-event-section .event-right-bar .media-content .media-wrapper h3 {
          font-size: 20.00px;
          line-height: 25px;
          margin-bottom: 10.00px; } }
    .register-event-section .event-right-bar .media-content .media-wrapper .post li {
      color: #505050;
      display: inline-block;
      margin-right: 20px; }
      .register-event-section .event-right-bar .media-content .media-wrapper .post li:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 479px) {
        .register-event-section .event-right-bar .media-content .media-wrapper .post li {
          font-size: 16.00px; } }

/* =========================================================
        Event-List-Section STYLE 
============================================================ */
.event-list-section .event-wrapper {
  background: url(../ELE_images/efcc_l-event.jpg) no-repeat;
  background-position: -90% 0;
  background-size: cover;
  min-height: 400px;
  margin-bottom: 54.00px; }
  .event-list-section .event-wrapper:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 1199px) {
    .event-list-section .event-wrapper {
      margin-bottom: 0;
      background: #FFFFFF; } }
  @media only screen and (max-width: 991px) {
    .event-list-section .event-wrapper {
      margin-bottom: 0;
      min-height: auto; } }
  .event-list-section .event-wrapper .wrapper-container {
    background: #FFFFFF;
    padding: 30px 30px 48px;
    display: inline-block;
    width: 62%;
    min-height: 400px; }
    @media only screen and (max-width: 1199px) {
      .event-list-section .event-wrapper .wrapper-container {
        width: 100%; } }
    @media only screen and (max-width: 991px) {
      .event-list-section .event-wrapper .wrapper-container {
        min-height: auto; } }
    @media only screen and (max-width: 767px) {
      .event-list-section .event-wrapper .wrapper-container {
        padding: 30px; } }
    @media only screen and (max-width: 479px) {
      .event-list-section .event-wrapper .wrapper-container {
        padding: 25px 15px 35px; } }
    .event-list-section .event-wrapper .wrapper-container .date {
      font-family: "PT Serif", serif;
      font-size: 33.00px;
      font-weight: 700;
      text-transform: uppercase;
      color: #0166fc;
      border: 2px solid #0044bf;
      padding: 12px 16px; }
      @media only screen and (max-width: 767px) {
        .event-list-section .event-wrapper .wrapper-container .date {
          font-size: 26.00px;
          padding: 10px 12px; } }
      @media only screen and (max-width: 479px) {
        .event-list-section .event-wrapper .wrapper-container .date {
          float: none !important;
          display: inline-block; } }
      .event-list-section .event-wrapper .wrapper-container .date .month {
        font-size: 17.00px;
        line-height: 15px;
        color: #8193c8;
        display: block; }
        @media only screen and (max-width: 767px) {
          .event-list-section .event-wrapper .wrapper-container .date .month {
            font-size: 16.00px;
            line-height: 18px; } }
    .event-list-section .event-wrapper .wrapper-container .wrapper-content {
      margin-left: 95px; }
      @media only screen and (max-width: 767px) {
        .event-list-section .event-wrapper .wrapper-container .wrapper-content {
          margin-left: 80px; } }
      @media only screen and (max-width: 479px) {
        .event-list-section .event-wrapper .wrapper-container .wrapper-content {
          margin-left: 0; } }
      .event-list-section .event-wrapper .wrapper-container .wrapper-content h4 {
        font-size: 37.00px;
        line-height: 42px;
        margin-top: -7px;
        margin-bottom: 5.00px; }
        .event-list-section .event-wrapper .wrapper-container .wrapper-content h4 a {
          color: #152c34; }
          .event-list-section .event-wrapper .wrapper-container .wrapper-content h4 a:hover {
            color: #007399; }
        @media only screen and (max-width: 991px) {
          .event-list-section .event-wrapper .wrapper-container .wrapper-content h4 {
            font-size: 33.00px;
            line-height: 35px; } }
        @media only screen and (max-width: 767px) {
          .event-list-section .event-wrapper .wrapper-container .wrapper-content h4 {
            font-size: 22.00px;
            line-height: 22px;
            margin-top: -3px; } }
        @media only screen and (max-width: 479px) {
          .event-list-section .event-wrapper .wrapper-container .wrapper-content h4 {
            margin-top: 17.00px; } }
      .event-list-section .event-wrapper .wrapper-container .wrapper-content .small-text {
        font-size: 16.00px;
        color: #b0b0b0; }
        .event-list-section .event-wrapper .wrapper-container .wrapper-content .small-text.time {
          margin-right: 15px; }
        .event-list-section .event-wrapper .wrapper-container .wrapper-content .small-text i {
          color: #39adf0; }
        @media only screen and (max-width: 767px) {
          .event-list-section .event-wrapper .wrapper-container .wrapper-content .small-text {
            font-size: 17.00px; } }
      .event-list-section .event-wrapper .wrapper-container .wrapper-content p {
        color: #3a3a3a;
        border-top: 1px solid #b4b4b4;
        padding: 15px 0;
        margin-top: 17.00px; }
        @media only screen and (max-width: 479px) {
          .event-list-section .event-wrapper .wrapper-container .wrapper-content p {
            font-size: 18.00px; } }
      .event-list-section .event-wrapper .wrapper-container .wrapper-content .btn {
        font-family: "Roboto Slab", serif;
        font-size: 20.00px;
        padding: 7px 19px;
        border-radius: 0; }

/* =========================================================
        Event-Grid-Section STYLE 
============================================================ */
.event-grid-section .first-row {
  margin-bottom: 73.00px; }
  @media only screen and (max-width: 991px) {
    .event-grid-section .first-row {
      margin-bottom: 0; } }
.event-grid-section .grid-wrapper {
  position: relative; }
  @media only screen and (max-width: 991px) {
    .event-grid-section .grid-wrapper {
      margin-bottom: 54.00px; } }
  @media only screen and (max-width: 767px) {
    .event-grid-section .grid-wrapper {
      margin-bottom: 33.00px; } }
  .event-grid-section .grid-wrapper .caption img {
    width: 100%; }
  .event-grid-section .grid-wrapper .caption .date {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "PT Serif", serif;
    font-size: 33.00px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 16px;
    background: #008ad4;
    background: -moz-linear-gradient(left, #005a97 0%, #3d8c99 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #002ca2), color-stop(100%, #31b6ff));
    background: -webkit-linear-gradient(left, #008fdf 0%, #66fffc 100%);
    background: -o-linear-gradient(left, #339de5 0%, #5ef1ff 100%);
    background: -ms-linear-gradient(left, #2f66ae 0%, #01bafc 100%);
    background: linear-gradient(to right, #00149f 0%, #3bd8f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215b85', endColorstr='#427c9c', GradientType=1 ); }
    @media only screen and (max-width: 767px) {
      .event-grid-section .grid-wrapper .caption .date {
        font-size: 26.00px;
        padding: 10px 12px; } }
    @media only screen and (max-width: 479px) {
      .event-grid-section .grid-wrapper .caption .date {
        float: none !important;
        display: inline-block; } }
    .event-grid-section .grid-wrapper .caption .date small {
      font-size: 17.00px;
      line-height: 15px;
      color: #FFFFFF;
      display: block; }
      @media only screen and (max-width: 767px) {
        .event-grid-section .grid-wrapper .caption .date small {
          font-size: 16.00px;
          line-height: 18px; } }
  .event-grid-section .grid-wrapper .grid-content {
    border-bottom: 1px solid #fff5f5;
    padding-bottom: 20.00px; }
    @media only screen and (max-width: 767px) {
      .event-grid-section .grid-wrapper .grid-content {
        padding-bottom: 15.00px; } }
    .event-grid-section .grid-wrapper .grid-content h3 {
      font-size: 33.00px;
      line-height: 42px;
      margin-bottom: 15.00px; }
      .event-grid-section .grid-wrapper .grid-content h3 a {
        color: #030709; }
        .event-grid-section .grid-wrapper .grid-content h3 a:hover {
          color: #009aff; }
      @media only screen and (max-width: 991px) {
        .event-grid-section .grid-wrapper .grid-content h3 {
          font-size: 26.00px;
          line-height: 35px; } }
      @media only screen and (max-width: 767px) {
        .event-grid-section .grid-wrapper .grid-content h3 {
          margin-bottom: 0; } }
      @media only screen and (max-width: 479px) {
        .event-grid-section .grid-wrapper .grid-content h3 {
          font-size: 22.00px;
          line-height: 30px; } }
    .event-grid-section .grid-wrapper .grid-content .small-text {
      font-size: 16.00px;
      color: #aaaaaa; }
      .event-grid-section .grid-wrapper .grid-content .small-text.time {
        margin-right: 15px; }
      .event-grid-section .grid-wrapper .grid-content .small-text i {
        color: #005acc; }
      @media only screen and (max-width: 767px) {
        .event-grid-section .grid-wrapper .grid-content .small-text {
          font-size: 17.00px; } }
  .event-grid-section .grid-wrapper .btn {
    font-family: "Roboto Slab", serif;
    font-size: 20.00px;
    padding: 7px 19px;
    border-radius: 0;
    margin-top: 43.00px; }
    @media only screen and (max-width: 767px) {
      .event-grid-section .grid-wrapper .btn {
        font-size: 18.00px;
        padding: 5px 15px;
        margin-top: 25.00px; } }

/* =========================================================
        Event-Single-Section STYLE 
============================================================ */
.event-single-section .event-left-bar .date {
  font-size: 31.00px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 25px;
  background: #0080ff;
  background: -moz-linear-gradient(left, #334ab8 0%, #19abac 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1a76a6), color-stop(100%, #0d6887));
  background: -webkit-linear-gradient(left, #003edc 0%, #1560be 100%);
  background: -o-linear-gradient(left, #1d4d89 0%, #0052a2 100%);
  background: -ms-linear-gradient(left, #0060a8 0%, #3c9bc9 100%);
  background: linear-gradient(to right, #002cce 0%, #3574a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0038ff', endColorstr='#149ad1', GradientType=1 ); }
  .event-single-section .event-left-bar .date i {
    padding-right: 5px; }
  @media only screen and (max-width: 991px) {
    .event-single-section .event-left-bar .date {
      font-size: 22.00px; } }
  @media only screen and (max-width: 767px) {
    .event-single-section .event-left-bar .date {
      font-size: 16.00px;
      padding: 10px 20px; } }
  @media only screen and (max-width: 479px) {
    .event-single-section .event-left-bar .date {
      font-size: 12.00px;
      padding: 10px 15px; } }
.event-single-section .event-left-bar #single-event-carousel {
  margin-top: 15.00px; }
  @media only screen and (max-width: 991px) {
    .event-single-section .event-left-bar #single-event-carousel {
      margin-top: 11.00px; } }
  @media only screen and (max-width: 767px) {
    .event-single-section .event-left-bar #single-event-carousel {
      margin-top: 11.00px; } }
  @media only screen and (max-width: 479px) {
    .event-single-section .event-left-bar #single-event-carousel {
      margin-top: 4.00px; } }
  .event-single-section .event-left-bar #single-event-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 0;
    background-color: #FFFFFF; }
    .event-single-section .event-left-bar #single-event-carousel .carousel-indicators li.active {
      background-color: #0869b4; }
    @media only screen and (max-width: 479px) {
      .event-single-section .event-left-bar #single-event-carousel .carousel-indicators li {
        width: 12px;
        height: 12px; } }
.event-single-section .event-left-bar .event-content {
  margin-right: 85px; }
  @media only screen and (max-width: 767px) {
    .event-single-section .event-left-bar .event-content {
      margin-right: 0; } }
  .event-single-section .event-left-bar .event-content h3 {
    font-size: 33.00px;
    font-weight: 700;
    line-height: 35px;
    margin: 40px 0 15px; }
    .event-single-section .event-left-bar .event-content h3 a {
      color: #050c0f; }
      .event-single-section .event-left-bar .event-content h3 a:hover {
        color: #2db6e5; }
    @media only screen and (max-width: 991px) {
      .event-single-section .event-left-bar .event-content h3 {
        font-size: 26.00px;
        margin: 20px 0 10px; } }
    @media only screen and (max-width: 479px) {
      .event-single-section .event-left-bar .event-content h3 {
        font-size: 22.00px;
        line-height: 25px; } }
  .event-single-section .event-left-bar .event-content p {
    color: #628a9f;
    margin-bottom: 27.00px; }
    @media only screen and (max-width: 991px) {
      .event-single-section .event-left-bar .event-content p {
        margin-bottom: 20.00px; } }
  .event-single-section .event-left-bar .event-content .post {
    margin: 45px 0 25px; }
    @media only screen and (max-width: 991px) {
      .event-single-section .event-left-bar .event-content .post {
        margin: 30px 0; } }
    .event-single-section .event-left-bar .event-content .post li {
      font-size: 20.00px;
      line-height: 30px;
      color: #21849a;
      display: inline-block;
      margin-right: 15px; }
      .event-single-section .event-left-bar .event-content .post li:last-child {
        margin-right: 0; }
      .event-single-section .event-left-bar .event-content .post li i {
        font-size: 26.00px;
        color: #4568ff;
        margin-right: 5px; }
      @media only screen and (max-width: 991px) {
        .event-single-section .event-left-bar .event-content .post li {
          font-size: 19.00px; }
          .event-single-section .event-left-bar .event-content .post li i {
            font-size: 22.00px; } }
.event-single-section .event-left-bar .location #googleMap {
  width: 100%;
  height: 250px;
  margin-bottom: 36.00px; }
  @media only screen and (max-width: 991px) {
    .event-single-section .event-left-bar .location #googleMap {
      margin-bottom: 27.00px; } }
.event-single-section .event-left-bar .location .btn {
  font-size: 20.00px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 30px; }
  @media only screen and (max-width: 991px) {
    .event-single-section .event-left-bar .location .btn {
      font-size: 19.00px;
      padding: 8px 25px; } }
  @media only screen and (max-width: 479px) {
    .event-single-section .event-left-bar .location .btn {
      font-size: 16.00px;
      padding: 7px 22px; } }
@media only screen and (max-width: 479px) {
  .event-single-section .event-left-bar .location .social-icon {
    float: none !important;
    margin-top: 17.00px; } }
.event-single-section .event-left-bar .location .social-icon li {
  font-size: 20.00px;
  line-height: 30px;
  text-transform: uppercase;
  color: #111c2a;
  display: inline-block;
  margin-right: 10px; }
  .event-single-section .event-left-bar .location .social-icon li:last-child {
    margin-right: 0; }
  .event-single-section .event-left-bar .location .social-icon li.facebook i {
    color: #11a2ff; }
  .event-single-section .event-left-bar .location .social-icon li.twitter i {
    color: #39aad1; }
  .event-single-section .event-left-bar .location .social-icon li.google-plus i {
    color: #bd262d; }
  .event-single-section .event-left-bar .location .social-icon li.linkedin i {
    color: #47dbef; }
  .event-single-section .event-left-bar .location .social-icon li i {
    font-size: 25.00px; }
  @media only screen and (max-width: 767px) {
    .event-single-section .event-left-bar .location .social-icon li {
      font-size: 20.00px; }
      .event-single-section .event-left-bar .location .social-icon li i {
        font-size: 22.00px; } }
  @media only screen and (max-width: 479px) {
    .event-single-section .event-left-bar .location .social-icon li {
      font-size: 19.00px; }
      .event-single-section .event-left-bar .location .social-icon li i {
        font-size: 20.00px; } }
@media (max-width: 1199px) {
  .event-single-section .news-right-bar {
    margin: 0 !important; } }
@media only screen and (max-width: 991px) {
  .event-single-section .news-right-bar .widget-search {
    margin: 50px 0 0; } }
@media only screen and (max-width: 479px) {
  .event-single-section .news-right-bar .widget-search {
    margin: 30px 0 0; } }
.event-single-section .news-right-bar .widget-search .form-control {
  color: #93777a;
  height: 40px;
  border: 1px solid #e1bcbe;
  background: transparent; }
.event-single-section .news-right-bar .widget-category,
.event-single-section .news-right-bar .widget-archive {
  margin: 50px 0; }
  @media only screen and (max-width: 767px) {
    .event-single-section .news-right-bar .widget-category,
    .event-single-section .news-right-bar .widget-archive {
      margin: 30px 0; } }
  .event-single-section .news-right-bar .widget-category h4,
  .event-single-section .news-right-bar .widget-archive h4 {
    font-size: 28.00px;
    font-weight: 600;
    color: #000000; }
    @media only screen and (max-width: 767px) {
      .event-single-section .news-right-bar .widget-category h4,
      .event-single-section .news-right-bar .widget-archive h4 {
        font-size: 22.00px;
        margin-bottom: 15.00px; } }
    @media only screen and (max-width: 479px) {
      .event-single-section .news-right-bar .widget-category h4,
      .event-single-section .news-right-bar .widget-archive h4 {
        margin: 0 0 10px; } }
  .event-single-section .news-right-bar .widget-category ul li,
  .event-single-section .news-right-bar .widget-archive ul li {
    font-size: 19.00px;
    font-weight: 700;
    line-height: 40px;
    border-bottom: 1px solid rgba(132, 132, 132, 0.38);
    padding: 5px 0; }
    @media only screen and (max-width: 479px) {
      .event-single-section .news-right-bar .widget-category ul li,
      .event-single-section .news-right-bar .widget-archive ul li {
        font-size: 16.00px;
        line-height: 30px; } }
    .event-single-section .news-right-bar .widget-category ul li:last-child,
    .event-single-section .news-right-bar .widget-archive ul li:last-child {
      border-bottom: none; }
    .event-single-section .news-right-bar .widget-category ul li a,
    .event-single-section .news-right-bar .widget-archive ul li a {
      color: #375565; }
      .event-single-section .news-right-bar .widget-category ul li a:hover,
      .event-single-section .news-right-bar .widget-archive ul li a:hover {
        color: #0332ff; }
.event-single-section .news-right-bar .widget-post {
  margin-bottom: 79.00px;
  margin-top: 52.00px; }
  @media only screen and (max-width: 991px) {
    .event-single-section .news-right-bar .widget-post {
      margin: 30px 0 80px; } }
  @media only screen and (max-width: 767px) {
    .event-single-section .news-right-bar .widget-post {
      margin-bottom: 23.00px 0 55px; } }
  .event-single-section .news-right-bar .widget-post h4 {
    font-family: "Roboto Slab", serif;
    font-size: 28.00px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 36.00px; }
    @media only screen and (max-width: 767px) {
      .event-single-section .news-right-bar .widget-post h4 {
        font-size: 22.00px;
        margin-bottom: 23.00px; } }
  .event-single-section .news-right-bar .widget-post ul li {
    margin-bottom: 27.00px; }
    @media only screen and (max-width: 991px) {
      .event-single-section .news-right-bar .widget-post ul li {
        margin-bottom: 54.00px; } }
    .event-single-section .news-right-bar .widget-post ul li .thumb {
      margin-right: 20px; }
      .event-single-section .news-right-bar .widget-post ul li .thumb img {
        width: 70px;
        height: 100px; }
    .event-single-section .news-right-bar .widget-post ul li .post-desk {
      padding: 8px 0; }
      .event-single-section .news-right-bar .widget-post ul li .post-desk h5 {
        font-family: "Roboto Slab", serif;
        font-size: 19.00px;
        font-weight: 500;
        line-height: 20px;
        margin: 0; }
        .event-single-section .news-right-bar .widget-post ul li .post-desk h5 a {
          color: #000000; }
          .event-single-section .news-right-bar .widget-post ul li .post-desk h5 a:hover {
            color: #268ab9; }
      .event-single-section .news-right-bar .widget-post ul li .post-desk .date {
        font-size: 15.00px;
        font-weight: 700;
        color: #52413f; }
.event-single-section .news-right-bar .widget-tag h4 {
  font-family: "Roboto Slab", serif;
  font-size: 28.00px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 36.00px; }
  @media only screen and (max-width: 767px) {
    .event-single-section .news-right-bar .widget-tag h4 {
      font-size: 22.00px;
      margin-bottom: 23.00px; } }
.event-single-section .news-right-bar .widget-tag ul li {
  font-family: "Roboto Slab", serif;
  display: inline-block;
  font-weight: 700;
  line-height: 26px;
  margin-right: 7px; }
  .event-single-section .news-right-bar .widget-tag ul li a {
    color: #483e41; }
    .event-single-section .news-right-bar .widget-tag ul li a:hover {
      color: #001d7e; }
.event-single-section .news-right-bar .widget-tag ul li:nth-child(1) a,
.event-single-section .news-right-bar .widget-tag ul li:nth-child(3) a,
.event-single-section .news-right-bar .widget-tag ul li:nth-child(5) a,
.event-single-section .news-right-bar .widget-tag ul li:nth-child(7) a,
.event-single-section .news-right-bar .widget-tag ul li:nth-child(8) a,
.event-single-section .news-right-bar .widget-tag ul li:nth-child(9) a,
.event-single-section .news-right-bar .widget-tag ul li:nth-child(11) a {
  font-size: 16.00px;
  color: #484848; }
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(1) a:hover,
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(3) a:hover,
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(5) a:hover,
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(7) a:hover,
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(8) a:hover,
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(9) a:hover,
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(11) a:hover {
    color: #006d85; }
.event-single-section .news-right-bar .widget-tag ul li:nth-child(2) a {
  color: #000000;
  font-size: 28.00px; }
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(2) a:hover {
    color: #0035f0; }
.event-single-section .news-right-bar .widget-tag ul li:nth-child(4) a {
  color: #3f3f3f;
  font-size: 22.00px; }
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(4) a:hover {
    color: #5781ff; }
.event-single-section .news-right-bar .widget-tag ul li:nth-child(6) a,
.event-single-section .news-right-bar .widget-tag ul li:nth-child(13) a {
  color: #2c2827;
  font-size: 20.00px; }
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(6) a:hover,
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(13) a:hover {
    color: #3c95e5; }
.event-single-section .news-right-bar .widget-tag ul li:nth-child(10) a {
  color: #4a4a4a;
  font-size: 25.00px; }
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(10) a:hover {
    color: #0054da; }
.event-single-section .news-right-bar .widget-tag ul li:nth-child(12) a {
  color: #0f0b0b;
  font-size: 28.00px; }
  .event-single-section .news-right-bar .widget-tag ul li:nth-child(12) a:hover {
    color: #217b9f; }
.event-single-section .news-right-bar .widget-photo-gram {
  margin-top: 78.00px; }
  @media only screen and (max-width: 767px) {
    .event-single-section .news-right-bar .widget-photo-gram {
      margin-top: 52.00px; } }
  @media only screen and (max-width: 479px) {
    .event-single-section .news-right-bar .widget-photo-gram {
      margin-top: 32.00px; } }
  .event-single-section .news-right-bar .widget-photo-gram h4 {
    font-size: 28.00px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 36.00px; }
    @media only screen and (max-width: 767px) {
      .event-single-section .news-right-bar .widget-photo-gram h4 {
        font-size: 22.00px;
        margin-bottom: 23.00px; } }
  .event-single-section .news-right-bar .widget-photo-gram .instagram {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
    margin: 0 auto; }
    .event-single-section .news-right-bar .widget-photo-gram .instagram .image {
      background-image: 100%;
      background-position: center center;
      width: 73px;
      height: 73px;
      margin: 2px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      -webkit-transition: 1s;
      -khtml-transition: 1s;
      -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      .event-single-section .news-right-bar .widget-photo-gram .instagram .image:hover {
        background-image: 110%; }
      .event-single-section .news-right-bar .widget-photo-gram .instagram .image .caption {
        display: none; }

/* =========================================================
        Blog-Section STYLE 
============================================================ */
.blog-section .section-title h2 {
  position: relative;
  font-size: 37.00px;
  display: inline-block;
  margin-bottom: 54.00px;
  padding-right: 40px; }
  @media only screen and (max-width: 991px) {
    .blog-section .section-title h2 {
      font-size: 33.00px;
      margin-bottom: 36.00px; } }
  @media only screen and (max-width: 767px) {
    .blog-section .section-title h2 {
      font-size: 26.00px;
      padding-right: 20px; } }
  @media only screen and (max-width: 479px) {
    .blog-section .section-title h2 {
      display: block;
      margin-bottom: 10.00px; } }
  .blog-section .section-title h2::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    top: 0;
    right: 0;
    background-color: #fff3f4; }
    @media only screen and (max-width: 991px) {
      .blog-section .section-title h2::before {
        height: 40px; } }
    @media only screen and (max-width: 479px) {
      .blog-section .section-title h2::before {
        display: none; } }
.blog-section .section-title .small-text {
  font-family: "PT Serif", serif;
  font-size: 20.00px;
  font-weight: 700;
  color: #046390;
  vertical-align: super;
  padding-left: 30px; }
  @media only screen and (max-width: 767px) {
    .blog-section .section-title .small-text {
      font-size: 19.00px;
      padding-left: 20px;
      vertical-align: text-bottom; } }
  @media only screen and (max-width: 479px) {
    .blog-section .section-title .small-text {
      padding-left: 0; } }
@media only screen and (max-width: 991px) {
  .blog-section .blog-left-bar {
    margin-bottom: 54.00px; } }
@media only screen and (max-width: 767px) {
  .blog-section .blog-left-bar {
    margin-bottom: 33.00px; } }
.blog-section .blog-left-bar .caption img {
  width: 100%; }
.blog-section .blog-left-bar .content-bar h3 {
  font-size: 28.00px;
  line-height: 30px;
  margin: 27px 0 10px; }
  .blog-section .blog-left-bar .content-bar h3 a {
    color: #000000; }
    .blog-section .blog-left-bar .content-bar h3 a:hover {
      color: #1798b9; }
  @media only screen and (max-width: 767px) {
    .blog-section .blog-left-bar .content-bar h3 {
      font-size: 25.00px;
      line-height: 25px;
      margin: 15px 0 10px; } }
  @media only screen and (max-width: 479px) {
    .blog-section .blog-left-bar .content-bar h3 {
      font-size: 20.00px;
      margin-bottom: 10.00px; } }
.blog-section .blog-left-bar .content-bar .post li {
  display: inline-block;
  margin-right: 30px;
  color: #69789b; }
  @media only screen and (max-width: 479px) {
    .blog-section .blog-left-bar .content-bar .post li {
      font-size: 16.00px; } }
  .blog-section .blog-left-bar .content-bar .post li a {
    color: #b1b1b1; }
    .blog-section .blog-left-bar .content-bar .post li a:hover {
      color: #10d2fe; }
.blog-section .blog-left-bar .content-bar p {
  color: #343434;
  margin: 17px 0 25px; }
  @media only screen and (max-width: 767px) {
    .blog-section .blog-left-bar .content-bar p {
      margin: 12px 0 15px; } }
  @media only screen and (max-width: 767px) {
    .blog-section .blog-left-bar .content-bar p {
      font-size: 18.00px;
      line-height: 22px; } }
.blog-section .blog-left-bar .content-bar .link {
  font-size: 20.00px;
  color: #77565f; }
  .blog-section .blog-left-bar .content-bar .link:hover {
    color: #1d367e; }
  @media only screen and (max-width: 479px) {
    .blog-section .blog-left-bar .content-bar .link {
      font-size: 19.00px; } }
.blog-section .blog-middle-bar {
  margin-right: 50px; }
  @media only screen and (max-width: 1199px) {
    .blog-section .blog-middle-bar {
      margin-right: 0; } }
  .blog-section .blog-middle-bar .media:last-child .media-content {
    border: 0;
    margin-bottom: 0; }
  @media only screen and (max-width: 479px) {
    .blog-section .blog-middle-bar .media .media-left {
      float: none !important; } }
  .blog-section .blog-middle-bar .media .media-content {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 32.00px;
    margin-bottom: 31.00px;
    margin-left: 145px; }
    @media only screen and (max-width: 991px) {
      .blog-section .blog-middle-bar .media .media-content {
        margin-left: 135px; } }
    @media only screen and (max-width: 479px) {
      .blog-section .blog-middle-bar .media .media-content {
        margin: 10px 0;
        padding-bottom: 19.00px; } }
    .blog-section .blog-middle-bar .media .media-content h3 {
      font-size: 28.00px;
      line-height: 30px;
      margin: -7px 0 15px; }
      .blog-section .blog-middle-bar .media .media-content h3 a {
        color: #252945; }
        .blog-section .blog-middle-bar .media .media-content h3 a:hover {
          color: #00bbff; }
      @media only screen and (max-width: 767px) {
        .blog-section .blog-middle-bar .media .media-content h3 {
          font-size: 25.00px;
          line-height: 25px;
          margin: 0 0 10px; } }
      @media only screen and (max-width: 479px) {
        .blog-section .blog-middle-bar .media .media-content h3 {
          font-size: 20.00px;
          margin-bottom: 10.00px; } }
    .blog-section .blog-middle-bar .media .media-content .post li {
      display: inline-block;
      margin-right: 25px;
      color: #505d62; }
      .blog-section .blog-middle-bar .media .media-content .post li:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 479px) {
        .blog-section .blog-middle-bar .media .media-content .post li {
          font-size: 16.00px; } }
      .blog-section .blog-middle-bar .media .media-content .post li a {
        color: #a4a4a4; }
        .blog-section .blog-middle-bar .media .media-content .post li a:hover {
          color: #3c6eff; }
.blog-section .blog-right-bar {
  background: #134cdf;
  background: -moz-linear-gradient(left, #2681a5 0%, #74f6ff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3564b2), color-stop(100%, #0088c9));
  background: -webkit-linear-gradient(left, #003fba 0%, #009ad6 100%);
  background: -o-linear-gradient(left, #00bfff 0%, #004fa8 100%);
  background: -ms-linear-gradient(left, #4086f1 0%, #00d2f1 100%);
  background: linear-gradient(to right, #001bce 0%, #14add1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d45a3', endColorstr='#3aaef3', GradientType=1 );
  padding: 60px 35px; }
  @media only screen and (max-width: 991px) {
    .blog-section .blog-right-bar {
      margin-top: 52.00px; } }
  @media only screen and (max-width: 767px) {
    .blog-section .blog-right-bar {
      margin-top: 32.00px; } }
  @media only screen and (max-width: 399px) {
    .blog-section .blog-right-bar {
      padding: 60px 20px; } }
  .blog-section .blog-right-bar h3 {
    font-size: 33.00px;
    color: #FFFFFF;
    margin: 10px 0 0; }
    @media only screen and (max-width: 767px) {
      .blog-section .blog-right-bar h3 {
        font-size: 26.00px; } }
  .blog-section .blog-right-bar .small {
    color: #FFFFFF; }
  .blog-section .blog-right-bar .subscribeForm {
    margin-top: 30.00px; }
    .blog-section .blog-right-bar .subscribeForm .blogSearchBar {
      width: 100%;
      border: 0;
      color: #e0e0e0;
      padding: 7px 20px; }
    .blog-section .blog-right-bar .subscribeForm .subscribeBtn {
      width: 100%;
      font-size: 20.00px;
      color: #FFFFFF;
      background-color: transparent;
      border: 2px solid #FFFFFF;
      padding: 6px 22px;
      margin-top: 11.00px; }
@media only screen and (max-width: 991px) {
  .blog-section .no-padding {
    padding: 0 15px; } }

/* =========================================================
        App-Section STYLE 
============================================================ */
.app-section {
  background: url(../ELE_images/efcc_app-efcc_bg.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  padding: 150px 0; }
  @media only screen and (max-width: 991px) {
    .app-section {
      padding: 120px 0; } }
  @media only screen and (max-width: 767px) {
    .app-section {
      padding: 100px 0; } }
  @media only screen and (max-width: 479px) {
    .app-section {
      padding: 70px 0; } }
  .app-section.overlay {
    position: relative; }
    .app-section.overlay::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: .8;
      background: #00a4ef;
      background: -moz-linear-gradient(left, #32b4e0 0%, #1e7afb 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #102af0), color-stop(100%, #43b3cc));
      background: -webkit-linear-gradient(left, #154991 0%, #61d1e3 100%);
      background: -o-linear-gradient(left, #0c6f95 0%, #156ad3 100%);
      background: -ms-linear-gradient(left, #123297 0%, #27b6e0 100%);
      background: linear-gradient(to right, #0046a2 0%, #45b7f2 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0015bb', endColorstr='#1a549c', GradientType=1 ); }
    .app-section.overlay h2 {
      position: relative; }
    .app-section.overlay .sub-title {
      position: relative; }
  .app-section h2 {
    font-size: 47.00px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 0; }
    @media only screen and (max-width: 991px) {
      .app-section h2 {
        font-size: 36.00px;
        line-height: 40px; } }
    @media only screen and (max-width: 767px) {
      .app-section h2 {
        font-size: 26.00px;
        line-height: 35px;
        margin-bottom: 23.00px; } }
    @media only screen and (max-width: 479px) {
      .app-section h2 {
        font-size: 25.00px;
        line-height: 30px; } }
  .app-section .sub-title {
    font-size: 28.00px;
    color: #FFFFFF;
    display: block;
    line-height: 115px; }
    @media only screen and (max-width: 767px) {
      .app-section .sub-title {
        font-size: 20.00px;
        line-height: 30px;
        padding-bottom: 35.00px; } }
    @media only screen and (max-width: 479px) {
      .app-section .sub-title {
        font-size: 19.00px;
        padding-bottom: 22.00px; } }
  .app-section .caption {
    margin: 0 10px; }
    @media only screen and (max-width: 991px) {
      .app-section .caption img {
        width: 250px; } }
    @media only screen and (max-width: 767px) {
      .app-section .caption {
        margin: 0; }
        .app-section .caption img {
          width: 200px;
          margin: 5px 0; } }
    @media only screen and (max-width: 479px) {
      .app-section .caption img {
        width: 150px; } }

/* =========================================================
        Comment-Section STYLE 
============================================================ */
.comment-section {
  padding-top: 102.00px; }
  @media only screen and (max-width: 991px) {
    .comment-section {
      padding: 70px 0; } }
  .comment-section .caption img {
    max-width: 100%; }
  @media only screen and (max-width: 991px) {
    .comment-section .caption {
      text-align: center;
      display: block; } }
  .comment-section .wrapper-content {
    margin-top: 75.00px; }
    @media only screen and (max-width: 991px) {
      .comment-section .wrapper-content {
        margin-top: 25.00px; } }
    .comment-section .wrapper-content .quote {
      margin-left: -20px; }
      @media only screen and (max-width: 767px) {
        .comment-section .wrapper-content .quote {
          margin-left: 0; } }
    .comment-section .wrapper-content p {
      font-size: 33.00px;
      line-height: 48px;
      color: #5c617e;
      margin-top: 12.00px; }
      @media only screen and (max-width: 991px) {
        .comment-section .wrapper-content p {
          font-size: 26.00px;
          line-height: 40px; } }
      @media only screen and (max-width: 767px) {
        .comment-section .wrapper-content p {
          font-size: 22.00px;
          line-height: 30px; } }
      @media only screen and (max-width: 479px) {
        .comment-section .wrapper-content p {
          font-size: 20.00px;
          line-height: 27px; } }
    .comment-section .wrapper-content h5 {
      font-size: 33.00px;
      font-weight: 700;
      color: #0e1214;
      margin: 60px 0 0; }
      @media only screen and (max-width: 991px) {
        .comment-section .wrapper-content h5 {
          font-size: 26.00px;
          margin: 30px 0 0; } }
      @media only screen and (max-width: 767px) {
        .comment-section .wrapper-content h5 {
          font-size: 22.00px;
          margin: 20px 0 0; } }
      @media only screen and (max-width: 767px) {
        .comment-section .wrapper-content h5 {
          font-size: 20.00px; } }
    .comment-section .wrapper-content .title {
      font-family: "PT Serif", serif;
      font-size: 20.00px;
      font-style: italic;
      line-height: 30px;
      color: #727da0; }
      @media only screen and (max-width: 991px) {
        .comment-section .wrapper-content .title {
          font-size: 19.00px;
          line-height: 27px; } }
      @media only screen and (max-width: 767px) {
        .comment-section .wrapper-content .title {
          font-size: 16.00px;
          line-height: 24px; } }
      @media only screen and (max-width: 767px) {
        .comment-section .wrapper-content .title {
          font-size: 15.00px;
          vertical-align: super; } }

/* =========================================================
        Department-Section STYLE 
============================================================ */
.department-section .section-content {
  margin-right: 50px; }
  @media only screen and (max-width: 991px) {
    .department-section .section-content {
      margin: 0 0 40px; } }
  .department-section .section-content h3 {
    font-size: 37.00px;
    font-weight: 700;
    line-height: 72px;
    color: #121317; }
    @media only screen and (max-width: 991px) {
      .department-section .section-content h3 {
        font-size: 33.00px;
        line-height: 40px; } }
    @media only screen and (max-width: 767px) {
      .department-section .section-content h3 {
        line-height: 30px; } }
    @media only screen and (max-width: 479px) {
      .department-section .section-content h3 {
        font-size: 26.00px;
        margin-bottom: 10.00px; } }
  .department-section .section-content p {
    color: #000000;
    word-break: break-all;
    margin-bottom: 27.00px; }
    @media only screen and (max-width: 991px) {
      .department-section .section-content p {
        margin-bottom: 20.00px; } }
.department-section #department-carousel img {
  width: 100%; }
.department-section #department-carousel .carousel-control.left, .department-section #department-carousel .carousel-control.right {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: none;
  opacity: 1;
  text-shadow: none;
  color: #41a1c0;
  background-color: #FFFFFF;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .department-section #department-carousel .carousel-control.left:hover, .department-section #department-carousel .carousel-control.right:hover {
    color: #FFFFFF;
    background: #00aeff;
    background: -moz-linear-gradient(left, #004bb4 0%, #139799 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #112fc6), color-stop(100%, #145d8c));
    background: -webkit-linear-gradient(left, #0045a3 0%, #00f4ff 100%);
    background: -o-linear-gradient(left, #3774ee 0%, #00a0ff 100%);
    background: -ms-linear-gradient(left, #0081f9 0%, #00ffef 100%);
    background: linear-gradient(to right, #2a4392 0%, #07809a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875c1', endColorstr='#72b3fe', GradientType=1 ); }

/* =========================================================
        Faculty-Section STYLE 
============================================================ */
.faculty-section {
  background-color: #f4f4f4; }
  .faculty-section .faculty-container {
    background-color: #FFFFFF;
    margin-bottom: 33.00px;
    box-shadow: 0 0 25px #ffffff; }
    .faculty-section .faculty-container:last-child {
      margin-bottom: 0; }
    .faculty-section .faculty-container .caption img {
      width: 100%;
      height: 165px; }
      @media only screen and (max-width: 767px) {
        .faculty-section .faculty-container .caption img {
          height: 220px; } }
      @media only screen and (max-width: 479px) {
        .faculty-section .faculty-container .caption img {
          height: 200px; } }
    .faculty-section .faculty-container .title h3 {
      font-size: 33.00px;
      font-weight: 700;
      line-height: 36px;
      color: #323c41;
      margin: 45px 0 45px 25px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .faculty-section .faculty-container .title h3 {
          margin: 45px 0 45px 0; } }
      @media only screen and (max-width: 767px) {
        .faculty-section .faculty-container .title h3 {
          font-size: 26.00px;
          margin: 15px 0 10px 15px; } }
      @media only screen and (max-width: 479px) {
        .faculty-section .faculty-container .title h3 {
          font-size: 25.00px;
          margin: 10px 0 10px 15px; } }
    .faculty-section .faculty-container .content-wrapper {
      display: flex;
      padding: 35px 0;
      margin: 0 30px 0 50px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .faculty-section .faculty-container .content-wrapper {
          margin: 0 30px 0 0; } }
      @media only screen and (max-width: 991px) {
        .faculty-section .faculty-container .content-wrapper {
          border-top: 1px solid #ffffff;
          padding: 15px 0 25px;
          margin: 30px 15px 0; } }
      @media only screen and (max-width: 767px) {
        .faculty-section .faculty-container .content-wrapper {
          border-top: 0;
          padding: 0px 0 25px;
          margin: 0 15px 0; } }
      @media only screen and (max-width: 479px) {
        .faculty-section .faculty-container .content-wrapper {
          display: inherit; } }
      .faculty-section .faculty-container .content-wrapper li {
        font-size: 19.00px;
        font-weight: 700;
        line-height: 32px;
        color: #1a1a1a;
        flex: 1; }
        .faculty-section .faculty-container .content-wrapper li a {
          color: #6d6d6d; }
          .faculty-section .faculty-container .content-wrapper li a:hover {
            color: #27698e; }
        .faculty-section .faculty-container .content-wrapper li i {
          font-size: 19.00px;
          color: #0333c6; }

/* =========================================================
        History-Section STYLE 
============================================================ */
@media only screen and (max-width: 991px) {
  .history-section .history-wrapper {
    margin-bottom: 54.00px; } }
@media only screen and (max-width: 767px) {
  .history-section .history-wrapper {
    margin-bottom: 33.00px; } }
.history-section .history-wrapper h3 {
  font-size: 37.00px;
  font-weight: 700;
  line-height: 72px;
  color: #2f4452;
  margin-bottom: 15.00px; }
  @media only screen and (max-width: 991px) {
    .history-section .history-wrapper h3 {
      font-size: 33.00px;
      line-height: 40px; } }
  @media only screen and (max-width: 479px) {
    .history-section .history-wrapper h3 {
      font-size: 26.00px;
      line-height: 30px; } }
.history-section .history-wrapper h4 {
  font-size: 22.00px;
  font-weight: 700;
  line-height: 27px;
  color: #4e616f;
  margin: 25px 0 10px; }
.history-section .history-wrapper p {
  color: #291f20; }
.history-section .caption {
  position: relative;
  background: url(../ELE_images/efcc_history.jpg) no-repeat;
  background-size: cover;
  min-height: 450px; }
  @media only screen and (max-width: 767px) {
    .history-section .caption {
      min-height: 350px; } }
  @media only screen and (max-width: 479px) {
    .history-section .caption {
      min-height: 300px; } }
  .history-section .caption i {
    position: absolute;
    top: 50%;
    font-size: 45.00px;
    color: #FFFFFF;
    margin-top: -18px; }

/* =========================================================
        Periodic-Section STYLE 
============================================================ */
.periodic-section {
  background: url(../ELE_images/period-efcc_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 0; }
  .periodic-section .tab-content {
    background-color: #FFFFFF;
    padding: 65px;
    border: 4px solid #00c1ff; }
    @media only screen and (max-width: 767px) {
      .periodic-section .tab-content {
        padding: 25px; } }
    .periodic-section .tab-content .tab-pane .caption img {
      width: 100%;
      margin-bottom: 41.00px; }
      @media only screen and (max-width: 767px) {
        .periodic-section .tab-content .tab-pane .caption img {
          margin-bottom: 15.00px; } }
    .periodic-section .tab-content .tab-pane .caption .time {
      font-family: "PT Serif", serif;
      font-size: 47.00px;
      font-weight: 700;
      line-height: 27px;
      color: #000000; }
      @media only screen and (max-width: 767px) {
        .periodic-section .tab-content .tab-pane .caption .time {
          font-size: 33.00px; } }
      @media only screen and (max-width: 479px) {
        .periodic-section .tab-content .tab-pane .caption .time {
          font-size: 26.00px; } }
    @media only screen and (max-width: 767px) {
      .periodic-section .tab-content .tab-pane .caption {
        text-align: left; } }
    .periodic-section .tab-content .tab-pane .wrapper-content {
      border-left: 1px solid #e4e8fe;
      padding: 0 0 20px 40px;
      margin-left: 22px; }
      @media only screen and (max-width: 767px) {
        .periodic-section .tab-content .tab-pane .wrapper-content {
          border-left: 0;
          margin-left: 0;
          padding: 0; } }
      .periodic-section .tab-content .tab-pane .wrapper-content h3 {
        font-size: 33.00px;
        font-weight: 700;
        line-height: 27px;
        color: #000000;
        margin: 0 0 30px; }
        @media only screen and (max-width: 767px) {
          .periodic-section .tab-content .tab-pane .wrapper-content h3 {
            font-size: 26.00px;
            margin: 15px 0; } }
        @media only screen and (max-width: 767px) {
          .periodic-section .tab-content .tab-pane .wrapper-content h3 {
            font-size: 22.00px;
            margin: 10px 0 5px; } }
  .periodic-section .nav-tabs {
    border: 0; }
    @media only screen and (max-width: 767px) {
      .periodic-section .nav-tabs {
        text-align: left;
        margin-top: 25.00px; } }
    .periodic-section .nav-tabs li {
      float: none !important;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .periodic-section .nav-tabs li {
          margin: 0 10px 10px;
          display: inline-block; } }
      .periodic-section .nav-tabs li.active > a, .periodic-section .nav-tabs li.active > a:focus, .periodic-section .nav-tabs li.active > a:hover {
        color: #FFFFFF;
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid #FFFFFF; }
      .periodic-section .nav-tabs li a {
        font-family: "PT Serif", serif;
        font-size: 33.00px;
        font-weight: 700;
        line-height: 45px;
        border-radius: 0;
        color: #FFFFFF;
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid transparent;
        margin: 0;
        padding: 0; }

/* =========================================================
        Testimonial-Section STYLE 
============================================================ */
.testimonial-section .section-title h2 {
  font-size: 47.00px;
  margin-bottom: 54.00px; }
  @media only screen and (max-width: 991px) {
    .testimonial-section .section-title h2 {
      font-size: 36.00px;
      margin-bottom: 36.00px; } }
  @media only screen and (max-width: 767px) {
    .testimonial-section .section-title h2 {
      font-size: 26.00px;
      margin-bottom: 23.00px; } }
  @media only screen and (max-width: 479px) {
    .testimonial-section .section-title h2 {
      font-size: 25.00px;
      margin-bottom: 20.00px; } }
.testimonial-section .testimonial-tab .tab-content p {
  font-size: 20.00px;
  line-height: 30px;
  color: #606060;
  margin: 18px 60px 0;
  padding-bottom: 44.00px; }
  @media only screen and (max-width: 767px) {
    .testimonial-section .testimonial-tab .tab-content p {
      font-size: 19.00px;
      line-height: 27px;
      margin: 18px 10px 0; } }
  @media only screen and (max-width: 479px) {
    .testimonial-section .testimonial-tab .tab-content p {
      margin: 10px 10px 0; } }
.testimonial-section .testimonial-tab .nav-tabs {
  border-top: 1px solid #c3c3c3;
  border-bottom: 0; }
  .testimonial-section .testimonial-tab .nav-tabs li {
    float: none;
    margin: 30px 20px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .testimonial-section .testimonial-tab .nav-tabs li {
        margin: 20px 10px 0; } }
    .testimonial-section .testimonial-tab .nav-tabs li a {
      border: 0;
      border-radius: 0;
      padding: 0; }
      .testimonial-section .testimonial-tab .nav-tabs li a:focus, .testimonial-section .testimonial-tab .nav-tabs li a:hover {
        background-color: transparent; }

/* =========================================================
        Instagram-Section STYLE 
============================================================ */
.instagram-section {
  background: url(../ELE_images/icon-efcc_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 30px 0; }
  .instagram-section .section-title {
    margin-bottom: 54.00px; }
    @media only screen and (max-width: 767px) {
      .instagram-section .section-title {
        margin-bottom: 33.00px; } }
    .instagram-section .section-title .caption {
      vertical-align: super;
      margin-right: 15px; }
    .instagram-section .section-title h2 {
      font-size: 47.00px;
      display: inline-block;
      margin-bottom: 0;
      vertical-align: sub; }
      @media only screen and (max-width: 991px) {
        .instagram-section .section-title h2 {
          font-size: 36.00px; } }
      @media only screen and (max-width: 767px) {
        .instagram-section .section-title h2 {
          font-size: 26.00px;
          display: block;
          margin-top: 11.00px; } }
      @media only screen and (max-width: 479px) {
        .instagram-section .section-title h2 {
          font-size: 22.00px; } }
  .instagram-section .instagram-carousel .owl-stage-outer {
    width: 100%; }
    .instagram-section .instagram-carousel .owl-stage-outer img {
      width: auto;
      margin: 0 auto; }

/* =========================================================
        Contact-Section STYLE 
============================================================ */
.contact-section .section-title {
  margin-bottom: 79.00px; }
  @media only screen and (max-width: 991px) {
    .contact-section .section-title {
      margin-bottom: 54.00px; } }
  @media only screen and (max-width: 479px) {
    .contact-section .section-title {
      margin-bottom: 41.00px; } }
@media only screen and (max-width: 767px) {
  .contact-section .contact-wrapper {
    margin-bottom: 33.00px; } }
.contact-section .contact-wrapper h4 {
  font-size: 33.00px;
  line-height: 42px;
  color: #040607;
  margin: 20px 0 25px; }
  @media only screen and (max-width: 991px) {
    .contact-section .contact-wrapper h4 {
      font-size: 26.00px;
      line-height: 35px;
      margin: 15px 0 10px; } }
.contact-section .contact-wrapper .contact {
  font-size: 20.00px;
  line-height: 30px;
  color: #7a5756; }
  @media only screen and (max-width: 991px) {
    .contact-section .contact-wrapper .contact {
      font-size: 19.00px;
      line-height: 27px; } }

/* =========================================================
        Google-Map STYLE 
============================================================ */
.map-section {
  background: url(../ELE_images/map-efcc_bg.jpg) no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  padding-bottom: 125.00px; }
  @media only screen and (max-width: 767px) {
    .map-section {
      padding-bottom: 101.00px; } }
  @media only screen and (max-width: 479px) {
    .map-section {
      padding-bottom: 72.00px; } }
  .map-section #googleMap {
    width: 100%;
    height: 760px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); }
    @media only screen and (max-width: 991px) {
      .map-section #googleMap {
        height: 550px; } }
    @media only screen and (max-width: 767px) {
      .map-section #googleMap {
        height: 480px; } }
    @media only screen and (max-width: 479px) {
      .map-section #googleMap {
        height: 400px; } }
  .map-section .form-section {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.21);
    border: 2px solid #294281;
    margin-top: -22%;
    padding-top: 77.00px; }
    .map-section .form-section .support-form {
      margin-top: 57.00px; }
      @media only screen and (max-width: 991px) {
        .map-section .form-section .support-form {
          padding: 0 50px;
          margin-top: 32.00px; } }
      @media only screen and (max-width: 767px) {
        .map-section .form-section .support-form {
          padding: 0 30px; } }
      @media only screen and (max-width: 479px) {
        .map-section .form-section .support-form {
          padding: 0 20px; } }
      .map-section .form-section .support-form .form-group {
        margin-bottom: 39.00px; }
        @media only screen and (max-width: 991px) {
          .map-section .form-section .support-form .form-group {
            margin-bottom: 20.00px; } }
        .map-section .form-section .support-form .form-group label {
          font-size: 22.00px;
          line-height: 45px;
          color: #FFFFFF; }
          @media only screen and (max-width: 767px) {
            .map-section .form-section .support-form .form-group label {
              font-size: 19.00px;
              font-weight: 400;
              line-height: 30px;
              margin-bottom: 0; } }
        .map-section .form-section .support-form .form-group input.form-control {
          padding: 25px 12px; }
          @media only screen and (max-width: 767px) {
            .map-section .form-section .support-form .form-group input.form-control {
              padding: 18px 12px;
              font-size: 18.00px; } }
        .map-section .form-section .support-form .form-group .text {
          font-size: 19.00px;
          color: #FFFFFF; }
          @media only screen and (max-width: 767px) {
            .map-section .form-section .support-form .form-group .text {
              font-size: 16.00px; } }
        .map-section .form-section .support-form .form-group .form-control {
          font-size: 19.00px;
          font-weight: 300;
          color: #cecece;
          border: 0;
          border-radius: 0;
          background-color: #def3ff;
          box-shadow: none; }
          .map-section .form-section .support-form .form-group .form-control:focus {
            border-color: #ececec; }
        .map-section .form-section .support-form .form-group .btn {
          padding: 12px 65px;
          margin: 18px 0 60px;
          border-radius: 0; }
          .map-section .form-section .support-form .form-group .btn:hover {
            color: #111111; }
          @media only screen and (max-width: 991px) {
            .map-section .form-section .support-form .form-group .btn {
              font-size: 20.00px;
              padding: 10px 30px; } }
          @media only screen and (max-width: 767px) {
            .map-section .form-section .support-form .form-group .btn {
              font-size: 19.00px;
              font-weight: 400;
              padding: 8px 25px;
              margin: 30px 0 40px; } }
          @media only screen and (max-width: 479px) {
            .map-section .form-section .support-form .form-group .btn {
              font-size: 16.00px;
              padding: 6px 20px;
              margin: 20px 0 10px; } }

/* =========================================================
        Searching-Section-STYLE 
============================================================ */
.searching-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 50px 0; }
  @media only screen and (max-width: 991px) {
    .searching-section {
      position: relative;
      margin-top: -70px; } }
  @media only screen and (max-width: 767px) {
    .searching-section {
      margin-top: 0; } }
  @media only screen and (max-width: 479px) {
    .searching-section {
      padding: 30px 0 20px;
      margin-top: -70px; } }
  .searching-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .6;
    background: #4581f5;
    background: -moz-linear-gradient(left, #3ca1d2 0%, #4de0ff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #3096c7), color-stop(100%, #0b549c));
    background: -webkit-linear-gradient(left, #002985 0%, #105481 100%);
    background: -o-linear-gradient(left, #0049ff 0%, #246acf 100%);
    background: -ms-linear-gradient(left, #2b88c0 0%, #0879f8 100%);
    background: linear-gradient(to right, #2b7be2 0%, #3f7e89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c73ad', endColorstr='#43728e', GradientType=1 ); }
    @media only screen and (max-width: 991px) {
      .searching-section::before {
        opacity: 1; } }
  .searching-section .searching-wrapper {
    opacity: 1; }
    @media only screen and (max-width: 991px) {
      .searching-section .searching-wrapper {
        margin-bottom: 15.00px; } }
    .searching-section .searching-wrapper .SearchBar {
      font-family: "PT Serif", serif;
      font-size: 20.00px;
      color: #FFFFFF;
      width: 100%;
      background-color: transparent;
      border: 2px solid #FFFFFF;
      padding: 12px 25px; }
      @media only screen and (max-width: 991px) {
        .searching-section .searching-wrapper .SearchBar {
          padding: 8px 25px; } }
      @media only screen and (max-width: 767px) {
        .searching-section .searching-wrapper .SearchBar {
          font-size: 19.00px; } }
      @media only screen and (max-width: 479px) {
        .searching-section .searching-wrapper .SearchBar {
          padding: 5px 15px; } }
    .searching-section .searching-wrapper .selector {
      width: 100%;
      background-color: transparent;
      border: 2px solid #FFFFFF;
      padding: 12px 25px; }
      @media only screen and (max-width: 991px) {
        .searching-section .searching-wrapper .selector {
          padding: 8px 25px; } }
      @media only screen and (max-width: 767px) {
        .searching-section .searching-wrapper .selector {
          font-size: 19.00px; } }
      @media only screen and (max-width: 479px) {
        .searching-section .searching-wrapper .selector {
          padding: 5px 15px; } }
      .searching-section .searching-wrapper .selector .dropdown-select {
        font-family: "PT Serif", serif;
        font-size: 20.00px;
        color: #FFFFFF;
        background-color: transparent;
        border: 0; }
        .searching-section .searching-wrapper .selector .dropdown-select option {
          background-color: #10b0ff;
          border: 0; }
    .searching-section .searching-wrapper .subscribeBtn {
      font-family: "PT Serif", serif;
      font-size: 20.00px;
      color: #FFFFFF;
      width: 100%;
      background-color: #686a7b;
      border: 0;
      padding: 14px 25px; }
      @media only screen and (max-width: 991px) {
        .searching-section .searching-wrapper .subscribeBtn {
          padding: 10px 25px; } }
      @media only screen and (max-width: 767px) {
        .searching-section .searching-wrapper .subscribeBtn {
          font-size: 19.00px; } }
      @media only screen and (max-width: 479px) {
        .searching-section .searching-wrapper .subscribeBtn {
          padding: 7px 15px; } }

/* =========================================================
        Joining-Section-STYLE 
============================================================ */
.joining-section {
  position: relative;
  background: url(../ELE_images/ELE_slider/slider-efcc_2.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover; }
  .joining-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8;
    background: #0046a0;
    background: -moz-linear-gradient(left, #04207f 0%, #64becf 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #06b5ff), color-stop(100%, #0072eb));
    background: -webkit-linear-gradient(left, #3c92cb 0%, #3c7d9a 100%);
    background: -o-linear-gradient(left, #001bc9 0%, #0853ab 100%);
    background: -ms-linear-gradient(left, #0052ff 0%, #559cea 100%);
    background: linear-gradient(to right, #00178e 0%, #5ecbd0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001eff', endColorstr='#0076f3', GradientType=1 ); }
  .joining-section .wrapper-content {
    padding: 55px 0; }
    @media only screen and (max-width: 991px) {
      .joining-section .wrapper-content {
        padding: 100px 0 0; } }
    @media only screen and (max-width: 991px) {
      .joining-section .wrapper-content {
        padding: 50px 0; } }
    .joining-section .wrapper-content h3 {
      font-size: 37.00px;
      font-weight: 700;
      line-height: 48px;
      color: #FFFFFF; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .joining-section .wrapper-content h3 {
          font-size: 38.00px;
          line-height: 45px; } }
      @media only screen and (max-width: 991px) {
        .joining-section .wrapper-content h3 {
          font-size: 27.00px;
          line-height: 35px; } }
      @media only screen and (max-width: 767px) {
        .joining-section .wrapper-content h3 {
          font-size: 22.00px;
          line-height: 30px; } }
    .joining-section .wrapper-content .btn {
      font-size: 20.00px;
      color: #FFFFFF;
      background-color: #152229;
      border-radius: 0;
      padding: 11px 37px;
      margin-top: 17.00px;
      border: 0; }
      @media only screen and (max-width: 991px) {
        .joining-section .wrapper-content .btn {
          font-size: 19.00px;
          padding: 8px 28px;
          margin-top: 9.00px; } }
      @media only screen and (max-width: 767px) {
        .joining-section .wrapper-content .btn {
          font-size: 15.00px;
          padding: 6px 22px;
          margin-top: 9.00px; } }
      .joining-section .wrapper-content .btn:hover {
        background: #0021de;
        background: -moz-linear-gradient(left, #0042f3 0%, #188ac3 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #0014e2), color-stop(100%, #27b2ff));
        background: -webkit-linear-gradient(left, #0073ba 0%, #158e86 100%);
        background: -o-linear-gradient(left, #0034ff 0%, #0097e6 100%);
        background: -ms-linear-gradient(left, #051996 0%, #00fffa 100%);
        background: linear-gradient(to right, #112783 0%, #50c3ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006384', endColorstr='#4f88af', GradientType=1 ); }

/* =========================================================
        Topic-Section-STYLE 
============================================================ */
.topic-section .topic-left-bar {
  background-color: #f5f5f5;
  padding: 40px 50px; }
  @media only screen and (max-width: 767px) {
    .topic-section .topic-left-bar {
      padding: 30px 15px; } }
  .topic-section .topic-left-bar h3 {
    font-size: 37.00px;
    font-weight: 700;
    line-height: 40px;
    color: #131519;
    margin-bottom: 54.00px; }
    @media only screen and (max-width: 991px) {
      .topic-section .topic-left-bar h3 {
        font-size: 33.00px;
        line-height: 35px;
        margin-bottom: 33.00px; } }
    @media only screen and (max-width: 767px) {
      .topic-section .topic-left-bar h3 {
        font-size: 31.00px; } }
  .topic-section .topic-left-bar .topic-wrapper .wrapper-content {
    margin-left: 15px; }
    @media only screen and (max-width: 767px) {
      .topic-section .topic-left-bar .topic-wrapper .wrapper-content {
        margin-left: 0; } }
    .topic-section .topic-left-bar .topic-wrapper .wrapper-content .caption img {
      vertical-align: text-top; }
      @media only screen and (max-width: 767px) {
        .topic-section .topic-left-bar .topic-wrapper .wrapper-content .caption img {
          width: 40px; } }
    .topic-section .topic-left-bar .topic-wrapper .wrapper-content .topic-content {
      margin: 0 0 45px 75px; }
      @media only screen and (max-width: 767px) {
        .topic-section .topic-left-bar .topic-wrapper .wrapper-content .topic-content {
          margin: 0 0 20px 55px; } }
      .topic-section .topic-left-bar .topic-wrapper .wrapper-content .topic-content h4 {
        font-size: 28.00px;
        line-height: 30px;
        color: #0075bf;
        margin: 0 0 5px; }
        @media only screen and (max-width: 767px) {
          .topic-section .topic-left-bar .topic-wrapper .wrapper-content .topic-content h4 {
            font-size: 25.00px;
            line-height: 25px;
            margin: 0; } }
        @media only screen and (max-width: 479px) {
          .topic-section .topic-left-bar .topic-wrapper .wrapper-content .topic-content h4 {
            font-size: 22.00px; } }
        .topic-section .topic-left-bar .topic-wrapper .wrapper-content .topic-content h4 a {
          color: #4b6070; }
          .topic-section .topic-left-bar .topic-wrapper .wrapper-content .topic-content h4 a:hover {
            color: #0048b9; }
      .topic-section .topic-left-bar .topic-wrapper .wrapper-content .topic-content .counting li {
        color: #254b6d;
        display: inline-block;
        margin-right: 15px; }
        @media only screen and (max-width: 767px) {
          .topic-section .topic-left-bar .topic-wrapper .wrapper-content .topic-content .counting li {
            font-size: 16.00px; } }
    .topic-section .topic-left-bar .topic-wrapper .wrapper-content .link {
      font-size: 28.00px;
      font-weight: 700;
      line-height: 30px;
      margin-left: 77px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #001f9d), color-stop(0.15, #0053f5), color-stop(0.3, #009ad1), color-stop(0.45, #2676fb), color-stop(0.6, #004fb2), color-stop(0.75, #0083ff), color-stop(0.9, #218e8c), color-stop(1, #00bec6));
      background-image: gradient(linear, left top, right top, color-stop(0, #0071d4), color-stop(0.15, #0037d3), color-stop(0.3, #00199b), color-stop(0.45, #2239ff), color-stop(0.6, #137581), color-stop(0.75, #0c5ed5), color-stop(0.9, #4699ff), color-stop(1, #168e91));
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text; }
      @media only screen and (max-width: 767px) {
        .topic-section .topic-left-bar .topic-wrapper .wrapper-content .link {
          font-size: 25.00px;
          margin-left: 56px; } }
      @media only screen and (max-width: 479px) {
        .topic-section .topic-left-bar .topic-wrapper .wrapper-content .link {
          font-size: 22.00px;
          margin-left: 0; } }
      .topic-section .topic-left-bar .topic-wrapper .wrapper-content .link i {
        color: #006ebb;
        padding-left: 4px;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .topic-section .topic-left-bar .topic-wrapper .wrapper-content .link:hover i {
        padding-left: 8px; }
.topic-section .topic-right-bar .discount-bar {
  border: 1px solid #d4d4d4;
  padding: 0 0 63px 45px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .topic-section .topic-right-bar .discount-bar {
      padding: 0 0 69px 10px; } }
  @media only screen and (max-width: 991px) {
    .topic-section .topic-right-bar .discount-bar {
      margin-top: 32.00px; } }
  @media only screen and (max-width: 767px) {
    .topic-section .topic-right-bar .discount-bar {
      padding: 0 0 25px 15px; } }
  .topic-section .topic-right-bar .discount-bar .content-bar {
    display: inline-block; }
    .topic-section .topic-right-bar .discount-bar .content-bar h3 {
      font-size: 37.00px;
      font-weight: 700;
      color: #ff735b;
      margin: 50px 0 7px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .topic-section .topic-right-bar .discount-bar .content-bar h3 {
          font-size: 26.00px;
          margin-bottom: 0; } }
      @media only screen and (max-width: 767px) {
        .topic-section .topic-right-bar .discount-bar .content-bar h3 {
          font-size: 33.00px;
          margin-bottom: 0; } }
      @media only screen and (max-width: 479px) {
        .topic-section .topic-right-bar .discount-bar .content-bar h3 {
          font-size: 26.00px;
          line-height: 18px; } }
    .topic-section .topic-right-bar .discount-bar .content-bar .small {
      font-family: "PT Serif", serif;
      font-size: 20.00px;
      color: #111728; }
      @media only screen and (max-width: 479px) {
        .topic-section .topic-right-bar .discount-bar .content-bar .small {
          font-size: 19.00px; } }
    .topic-section .topic-right-bar .discount-bar .content-bar .link {
      font-family: "PT Serif", serif;
      font-size: 25.00px;
      font-weight: 700;
      color: #00188c;
      display: block;
      margin-top: 104.00px; }
      @media only screen and (max-width: 767px) {
        .topic-section .topic-right-bar .discount-bar .content-bar .link {
          margin-top: 11.00px; } }
      @media only screen and (max-width: 479px) {
        .topic-section .topic-right-bar .discount-bar .content-bar .link {
          font-size: 22.00px;
          margin-top: 9.00px; } }
  .topic-section .topic-right-bar .discount-bar .caption {
    display: inline-block; }
.topic-section .topic-right-bar .topic-gallery {
  margin-top: 32.00px; }
  .topic-section .topic-right-bar .topic-gallery .gallery-wrapper {
    position: relative;
    overflow: hidden; }
    .topic-section .topic-right-bar .topic-gallery .gallery-wrapper.wrapper-one .hover-view::before {
      opacity: 0.8;
      visibility: visible; }
    @media only screen and (max-width: 767px) {
      .topic-section .topic-right-bar .topic-gallery .gallery-wrapper {
        margin-bottom: 23.00px; } }
    .topic-section .topic-right-bar .topic-gallery .gallery-wrapper img {
      width: 100%;
      height: 290px; }
      @media only screen and (max-width: 767px) {
        .topic-section .topic-right-bar .topic-gallery .gallery-wrapper img {
          height: auto; } }
    .topic-section .topic-right-bar .topic-gallery .gallery-wrapper .hover-view::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      background: #3dbfff;
      background: -moz-linear-gradient(left, #007bd4 0%, #46d4cc 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #0063b7), color-stop(100%, #0ea49b));
      background: -webkit-linear-gradient(left, #1fa8ff 0%, #72bced 100%);
      background: -o-linear-gradient(left, #1e91e4 0%, #0ddcff 100%);
      background: -ms-linear-gradient(left, #003382 0%, #009eac 100%);
      background: linear-gradient(to right, #0091cc 0%, #0e83ad 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b55f1', endColorstr='#52c6cf', GradientType=1 ); }
    .topic-section .topic-right-bar .topic-gallery .gallery-wrapper .hover-view .view-one {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      width: 155px;
      text-align: center;
      font-size: 20.00px;
      text-transform: uppercase;
      margin: -30px auto 0;
      padding: 9px 0;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      background: #104d97;
      background: -moz-linear-gradient(left, #344ab1 0%, #1273ff 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #0017af), color-stop(100%, #61dae8));
      background: -webkit-linear-gradient(left, #002ca5 0%, #4071af 100%);
      background: -o-linear-gradient(left, #3399e9 0%, #11aca3 100%);
      background: -ms-linear-gradient(left, #0074ff 0%, #1591e3 100%);
      background: linear-gradient(to right, #0a81b5 0%, #4d709e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008af8', endColorstr='#3d729f', GradientType=1 ); }
      .topic-section .topic-right-bar .topic-gallery .gallery-wrapper .hover-view .view-one a {
        color: #FFFFFF; }
    .topic-section .topic-right-bar .topic-gallery .gallery-wrapper .hover-view .link-view {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      width: 155px;
      text-align: center;
      font-size: 20.00px;
      color: #FFFFFF;
      border: 2px solid #FFFFFF;
      margin: -30px auto 0;
      padding: 8px 5px; }

/* =========================================================
        Gallery-Section-STYLE 
============================================================ */
.gallery-section .portfolio .portfolio-sorting {
  margin: 50px 0 30px; }
  @media only screen and (max-width: 767px) {
    .gallery-section .portfolio .portfolio-sorting {
      margin: 30px 0; } }
  @media only screen and (max-width: 479px) {
    .gallery-section .portfolio .portfolio-sorting {
      margin: 30px 0 20px; } }
  .gallery-section .portfolio .portfolio-sorting li {
    font-size: 22.00px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 5px; }
    @media only screen and (max-width: 479px) {
      .gallery-section .portfolio .portfolio-sorting li {
        font-size: 20.00px;
        margin: 0 2px; } }
    .gallery-section .portfolio .portfolio-sorting li a {
      color: #434343; }
      .gallery-section .portfolio .portfolio-sorting li a:hover, .gallery-section .portfolio .portfolio-sorting li a.active {
        color: #007aba; }
.gallery-section .portfolio .gallery-wrapper .portfolio-items {
  position: relative; }
  .gallery-section .portfolio .gallery-wrapper .portfolio-items .portfolio-item {
    position: relative;
    margin-bottom: 33.00px; }
    @media only screen and (max-width: 767px) {
      .gallery-section .portfolio .gallery-wrapper .portfolio-items .portfolio-item {
        margin-bottom: 20.00px; } }
    .gallery-section .portfolio .gallery-wrapper .portfolio-items .portfolio-item img {
      width: 100%; }
    .gallery-section .portfolio .gallery-wrapper .portfolio-items .portfolio-item:hover .hover-view {
      opacity: .8;
      visibility: visible; }
      .gallery-section .portfolio .gallery-wrapper .portfolio-items .portfolio-item:hover .hover-view i {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    .gallery-section .portfolio .gallery-wrapper .portfolio-items .portfolio-item .hover-view {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      margin: 0 auto;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      background: #002fb0;
      background: -moz-linear-gradient(left, #2b60ea 0%, #1783ff 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #3260ce), color-stop(100%, #2a8a89));
      background: -webkit-linear-gradient(left, #005581 0%, #00b7ff 100%);
      background: -o-linear-gradient(left, #2e789b 0%, #187aad 100%);
      background: -ms-linear-gradient(left, #135adf 0%, #0060c1 100%);
      background: linear-gradient(to right, #1d6bff 0%, #53cad4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4f89', endColorstr='#4496b0', GradientType=1 ); }
      .gallery-section .portfolio .gallery-wrapper .portfolio-items .portfolio-item .hover-view i {
        font-size: 26.00px;
        color: #fff;
        position: relative;
        top: 50%;
        margin-top: -5px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        -o-transform: scale(0.1);
        transform: scale(0.1); }

/* =========================================================
        Calender-Section-STYLE 
============================================================ */
.calender-section .widget-date {
  border: 2px solid #0062b8; }
  .calender-section .widget-date .widget-calender .calender {
    background: #FFFFFF; }
  .calender-section .widget-date .widget-calender .pickmeup {
    display: block; }
    .calender-section .widget-date .widget-calender .pickmeup .pmu-instance {
      height: auto;
      padding-bottom: 35.00px;
      width: 100%; }
      .calender-section .widget-date .widget-calender .pickmeup .pmu-instance nav {
        height: 80px;
        line-height: 80px;
        padding: 0 40px;
        background: #007eff;
        background: -moz-linear-gradient(left, #2651ed 0%, #0b959c 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #00b9ff), color-stop(100%, #61b7f2));
        background: -webkit-linear-gradient(left, #0083bb 0%, #156c90 100%);
        background: -o-linear-gradient(left, #2749ff 0%, #21f6ff 100%);
        background: -ms-linear-gradient(left, #2d449b 0%, #4e86c9 100%);
        background: linear-gradient(to right, #1b6abe 0%, #207d8a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245d84', endColorstr='#00a19f', GradientType=1 ); }
        @media only screen and (max-width: 479px) {
          .calender-section .widget-date .widget-calender .pickmeup .pmu-instance nav {
            height: 50px;
            line-height: 50px;
            padding: 0 20px; } }
        .calender-section .widget-date .widget-calender .pickmeup .pmu-instance nav .pmu-month {
          width: 100%;
          font-size: 25.00px;
          font-weight: 700; }
          @media only screen and (max-width: 479px) {
            .calender-section .widget-date .widget-calender .pickmeup .pmu-instance nav .pmu-month {
              font-size: 22.00px; } }
      .calender-section .widget-date .widget-calender .pickmeup .pmu-instance .pmu-day-of-week {
        display: flex;
        padding: 0;
        height: 80px;
        line-height: 80px;
        background: #FFFFFF; }
        @media only screen and (max-width: 479px) {
          .calender-section .widget-date .widget-calender .pickmeup .pmu-instance .pmu-day-of-week {
            height: 50px;
            line-height: 50px; } }
        .calender-section .widget-date .widget-calender .pickmeup .pmu-instance .pmu-day-of-week div {
          font-size: 25.00px;
          line-height: 80px;
          flex: 1;
          color: #393133;
          font-weight: 700; }
          @media only screen and (max-width: 479px) {
            .calender-section .widget-date .widget-calender .pickmeup .pmu-instance .pmu-day-of-week div {
              font-size: 20.00px;
              line-height: 50px; } }
  .calender-section .widget-date .widget-calender .month {
    position: relative;
    width: 100%;
    color: #7ba8ab;
    background-color: #62f596;
    padding: 10px 0; }
    .calender-section .widget-date .widget-calender .month li h1, .calender-section .widget-date .widget-calender .month li h2 {
      display: inline-block;
      font-size: 19.00px;
      margin: 0; }
    .calender-section .widget-date .widget-calender .month .next,
    .calender-section .widget-date .widget-calender .month .prev {
      position: absolute;
      top: 0;
      cursor: pointer;
      padding: 5px;
      display: block; }
      .calender-section .widget-date .widget-calender .month .next:hover,
      .calender-section .widget-date .widget-calender .month .prev:hover {
        background-color: rgba(0, 0, 0, 0.2); }
    .calender-section .widget-date .widget-calender .month .prev {
      left: 0;
      border-right: 1px solid rgba(176, 176, 176, 0.55);
      padding: 10px 15px; }
    .calender-section .widget-date .widget-calender .month .next {
      right: 0;
      border-left: 1px solid rgba(134, 134, 134, 0.55);
      padding: 10px 15px; }
  .calender-section .widget-date .widget-calender .weeks {
    display: flex;
    padding: 0 10px; }
    .calender-section .widget-date .widget-calender .weeks li {
      font-size: 16.00px;
      font-weight: 700;
      text-transform: uppercase;
      color: #412d31;
      background: #FFFFFF;
      flex: 1;
      position: relative;
      animation: motion 2s;
      padding: 10px 0; }
  .calender-section .widget-date .widget-calender .pmu-days {
    display: flex;
    flex-wrap: wrap;
    background: #fff !important; }
    .calender-section .widget-date .widget-calender .pmu-days .pmu-button {
      flex-basis: calc(100% / 7);
      padding: 25px 0;
      font-size: 25.00px;
      color: #b78182; }
      @media only screen and (max-width: 479px) {
        .calender-section .widget-date .widget-calender .pmu-days .pmu-button {
          padding: 15px 0;
          font-size: 20.00px; } }
      .calender-section .widget-date .widget-calender .pmu-days .pmu-button:hover, .calender-section .widget-date .widget-calender .pmu-days .pmu-button.pmu-selected, .calender-section .widget-date .widget-calender .pmu-days .pmu-button.pmu-today {
        color: #FFFFFF;
        background: #0342cd;
        background: -moz-linear-gradient(left, #0030bb 0%, #066e93 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #005aa0), color-stop(100%, #28b8ff));
        background: -webkit-linear-gradient(left, #022b86 0%, #468c9c 100%);
        background: -o-linear-gradient(left, #0073a7 0%, #4293ff 100%);
        background: -ms-linear-gradient(left, #00318e 0%, #4891ad 100%);
        background: linear-gradient(to right, #005a83 0%, #00a9ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0010a9', endColorstr='#46aba9', GradientType=1 ); }
      .calender-section .widget-date .widget-calender .pmu-days .pmu-button.pmu-not-in-month {
        color: #6d525b; }

/* =========================================================
        News-Section  STYLE 
============================================================ */
.news-section .news-left-bar {
  margin-right: 25px; }
  @media only screen and (max-width: 991px) {
    .news-section .news-left-bar {
      margin-right: 0;
      margin-bottom: 103.00px; } }
  @media only screen and (max-width: 767px) {
    .news-section .news-left-bar {
      margin-bottom: 54.00px; } }
  .news-section .news-left-bar .news-wrapper {
    background-color: #FFFFFF;
    margin-bottom: 54.00px; }
    @media only screen and (max-width: 991px) {
      .news-section .news-left-bar .news-wrapper {
        margin-bottom: 33.00px; } }
    @media only screen and (max-width: 767px) {
      .news-section .news-left-bar .news-wrapper {
        margin-bottom: 15.00px; } }
    .news-section .news-left-bar .news-wrapper img {
      width: 100%; }
    .news-section .news-left-bar .news-wrapper .wrapper-content {
      padding: 32px 32px 26px; }
      @media only screen and (max-width: 767px) {
        .news-section .news-left-bar .news-wrapper .wrapper-content {
          padding: 32px 0 26px; } }
      @media only screen and (max-width: 479px) {
        .news-section .news-left-bar .news-wrapper .wrapper-content {
          padding: 25px 0; } }
      .news-section .news-left-bar .news-wrapper .wrapper-content .title {
        font-size: 16.00px;
        font-weight: 700;
        color: #FFFFFF;
        background-color: #002596;
        padding: 4px 8px; }
        @media only screen and (max-width: 767px) {
          .news-section .news-left-bar .news-wrapper .wrapper-content .title {
            font-size: 15.00px; } }
      .news-section .news-left-bar .news-wrapper .wrapper-content h3 {
        font-size: 31.00px;
        font-weight: 700;
        line-height: 30px;
        color: #131312;
        margin: 10px 0 7px; }
        @media only screen and (max-width: 767px) {
          .news-section .news-left-bar .news-wrapper .wrapper-content h3 {
            font-size: 22.00px;
            line-height: 25px; } }
      .news-section .news-left-bar .news-wrapper .wrapper-content .post {
        font-size: 16.00px;
        line-height: 27px;
        text-transform: uppercase;
        color: #695b5d; }
      .news-section .news-left-bar .news-wrapper .wrapper-content p {
        font-size: 19.00px;
        line-height: 24px;
        color: #5e5252;
        padding-top: 13.00px; }
        @media only screen and (max-width: 479px) {
          .news-section .news-left-bar .news-wrapper .wrapper-content p {
            font-size: 16.00px; } }
      .news-section .news-left-bar .news-wrapper .wrapper-content .link {
        font-size: 19.00px; }
        .news-section .news-left-bar .news-wrapper .wrapper-content .link a {
          color: #252525; }
          .news-section .news-left-bar .news-wrapper .wrapper-content .link a:hover {
            color: #0f40ff; }
          .news-section .news-left-bar .news-wrapper .wrapper-content .link a i {
            margin-left: 5px;
            vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .news-section .news-left-bar .pagination {
      margin: 0; } }
@media (max-width: 991px) {
  .news-section .news-right-bar {
    margin: 0 !important; } }
.news-section .news-right-bar .widget-search .form-control {
  color: #a99189;
  height: 40px;
  border: 1px solid #868686;
  background: transparent; }
.news-section .news-right-bar .widget-category,
.news-section .news-right-bar .widget-archive {
  margin: 50px 0; }
  @media only screen and (max-width: 767px) {
    .news-section .news-right-bar .widget-category,
    .news-section .news-right-bar .widget-archive {
      margin: 30px 0; } }
  .news-section .news-right-bar .widget-category h4,
  .news-section .news-right-bar .widget-archive h4 {
    font-size: 28.00px;
    font-weight: 600;
    color: #000000; }
    @media only screen and (max-width: 767px) {
      .news-section .news-right-bar .widget-category h4,
      .news-section .news-right-bar .widget-archive h4 {
        font-size: 22.00px;
        margin-bottom: 15.00px; } }
    @media only screen and (max-width: 479px) {
      .news-section .news-right-bar .widget-category h4,
      .news-section .news-right-bar .widget-archive h4 {
        margin: 0 0 10px; } }
  .news-section .news-right-bar .widget-category ul li,
  .news-section .news-right-bar .widget-archive ul li {
    font-size: 19.00px;
    font-weight: 700;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 179, 188, 0.38);
    padding: 5px 0; }
    @media only screen and (max-width: 479px) {
      .news-section .news-right-bar .widget-category ul li,
      .news-section .news-right-bar .widget-archive ul li {
        font-size: 16.00px;
        line-height: 30px; } }
    .news-section .news-right-bar .widget-category ul li:last-child,
    .news-section .news-right-bar .widget-archive ul li:last-child {
      border-bottom: none; }
    .news-section .news-right-bar .widget-category ul li a,
    .news-section .news-right-bar .widget-archive ul li a {
      color: #797979; }
      .news-section .news-right-bar .widget-category ul li a:hover,
      .news-section .news-right-bar .widget-archive ul li a:hover {
        color: #106091; }
.news-section .news-right-bar .widget-post {
  margin-bottom: 79.00px; }
  @media only screen and (max-width: 991px) {
    .news-section .news-right-bar .widget-post {
      margin-bottom: 81.00px; } }
  @media only screen and (max-width: 767px) {
    .news-section .news-right-bar .widget-post {
      margin-bottom: 56.00px; } }
  .news-section .news-right-bar .widget-post h4 {
    font-family: "Roboto Slab", serif;
    font-size: 28.00px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 36.00px; }
    @media only screen and (max-width: 767px) {
      .news-section .news-right-bar .widget-post h4 {
        font-size: 22.00px;
        margin-bottom: 23.00px; } }
  .news-section .news-right-bar .widget-post ul li {
    margin-bottom: 27.00px; }
    @media only screen and (max-width: 991px) {
      .news-section .news-right-bar .widget-post ul li {
        margin-bottom: 54.00px; } }
    .news-section .news-right-bar .widget-post ul li .thumb {
      margin-right: 20px; }
      .news-section .news-right-bar .widget-post ul li .thumb img {
        width: 70px;
        height: 100px; }
    .news-section .news-right-bar .widget-post ul li .post-desk {
      padding: 8px 0; }
      .news-section .news-right-bar .widget-post ul li .post-desk h5 {
        font-family: "Roboto Slab", serif;
        font-size: 19.00px;
        font-weight: 500;
        line-height: 20px;
        margin: 0; }
        .news-section .news-right-bar .widget-post ul li .post-desk h5 a {
          color: #000000; }
          .news-section .news-right-bar .widget-post ul li .post-desk h5 a:hover {
            color: #00afd5; }
      .news-section .news-right-bar .widget-post ul li .post-desk .date {
        font-size: 15.00px;
        font-weight: 700;
        color: #dddddd; }
.news-section .news-right-bar .widget-tag h4 {
  font-family: "Roboto Slab", serif;
  font-size: 28.00px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 36.00px; }
  @media only screen and (max-width: 767px) {
    .news-section .news-right-bar .widget-tag h4 {
      font-size: 22.00px;
      margin-bottom: 23.00px; } }
.news-section .news-right-bar .widget-tag ul li {
  font-family: "Roboto Slab", serif;
  display: inline-block;
  font-weight: 700;
  line-height: 26px;
  margin-right: 7px; }
  .news-section .news-right-bar .widget-tag ul li a {
    color: #444444; }
    .news-section .news-right-bar .widget-tag ul li a:hover {
      color: #005ae5; }
.news-section .news-right-bar .widget-tag ul li:nth-child(1) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(3) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(5) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(7) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(8) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(9) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(11) a {
  font-size: 16.00px;
  color: #1e1e1e; }
  .news-section .news-right-bar .widget-tag ul li:nth-child(1) a:hover,
  .news-section .news-right-bar .widget-tag ul li:nth-child(3) a:hover,
  .news-section .news-right-bar .widget-tag ul li:nth-child(5) a:hover,
  .news-section .news-right-bar .widget-tag ul li:nth-child(7) a:hover,
  .news-section .news-right-bar .widget-tag ul li:nth-child(8) a:hover,
  .news-section .news-right-bar .widget-tag ul li:nth-child(9) a:hover,
  .news-section .news-right-bar .widget-tag ul li:nth-child(11) a:hover {
    color: #0081e2; }
.news-section .news-right-bar .widget-tag ul li:nth-child(2) a {
  color: #62474e;
  font-size: 28.00px; }
  .news-section .news-right-bar .widget-tag ul li:nth-child(2) a:hover {
    color: #2258a0; }
.news-section .news-right-bar .widget-tag ul li:nth-child(4) a {
  color: #9f9696;
  font-size: 22.00px; }
  .news-section .news-right-bar .widget-tag ul li:nth-child(4) a:hover {
    color: #1c4086; }
.news-section .news-right-bar .widget-tag ul li:nth-child(6) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(13) a {
  color: #8a7379;
  font-size: 20.00px; }
  .news-section .news-right-bar .widget-tag ul li:nth-child(6) a:hover,
  .news-section .news-right-bar .widget-tag ul li:nth-child(13) a:hover {
    color: #0b9fee; }
.news-section .news-right-bar .widget-tag ul li:nth-child(10) a {
  color: #888888;
  font-size: 25.00px; }
  .news-section .news-right-bar .widget-tag ul li:nth-child(10) a:hover {
    color: #0075f1; }
.news-section .news-right-bar .widget-tag ul li:nth-child(12) a {
  color: #020202;
  font-size: 28.00px; }
  .news-section .news-right-bar .widget-tag ul li:nth-child(12) a:hover {
    color: #0b6c99; }
.news-section .news-right-bar .widget-photo-gram {
  margin-top: 78.00px; }
  @media only screen and (max-width: 767px) {
    .news-section .news-right-bar .widget-photo-gram {
      margin-top: 52.00px; } }
  @media only screen and (max-width: 479px) {
    .news-section .news-right-bar .widget-photo-gram {
      margin-top: 32.00px; } }
  .news-section .news-right-bar .widget-photo-gram h4 {
    font-size: 28.00px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 36.00px; }
    @media only screen and (max-width: 767px) {
      .news-section .news-right-bar .widget-photo-gram h4 {
        font-size: 22.00px;
        margin-bottom: 23.00px; } }
  .news-section .news-right-bar .widget-photo-gram .instagram {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
    margin: 0 auto; }
    .news-section .news-right-bar .widget-photo-gram .instagram .image {
      background-image: 100%;
      background-position: center center;
      width: 73px;
      height: 73px;
      margin: 2px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      -webkit-transition: 1s;
      -khtml-transition: 1s;
      -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      .news-section .news-right-bar .widget-photo-gram .instagram .image:hover {
        background-image: 110%; }
      .news-section .news-right-bar .widget-photo-gram .instagram .image .caption {
        display: none; }
.news-section .single-news {
  background-color: #f6f6f6; }
  @media only screen and (max-width: 991px) {
    .news-section .single-news {
      margin-bottom: 103.00px; } }
  @media only screen and (max-width: 767px) {
    .news-section .single-news {
      margin-bottom: 73.00px; } }
  .news-section .single-news .news-wrapper img {
    width: 100%; }
  .news-section .single-news .news-wrapper .wrapper-content {
    padding: 32px 32px 50px; }
    @media only screen and (max-width: 991px) {
      .news-section .single-news .news-wrapper .wrapper-content {
        padding: 32px 32px 20px; } }
    @media only screen and (max-width: 479px) {
      .news-section .single-news .news-wrapper .wrapper-content {
        padding: 32px 15px 10px; } }
    .news-section .single-news .news-wrapper .wrapper-content .title {
      font-size: 16.00px;
      font-weight: 700;
      color: #FFFFFF;
      background-color: #005fc5;
      padding: 4px 8px; }
    .news-section .single-news .news-wrapper .wrapper-content h3 {
      font-size: 33.00px;
      font-weight: 600;
      line-height: 35px;
      color: #060505;
      margin: 10px 0 7px; }
      @media only screen and (max-width: 767px) {
        .news-section .single-news .news-wrapper .wrapper-content h3 {
          font-size: 26.00px;
          line-height: 30px; } }
      @media only screen and (max-width: 479px) {
        .news-section .single-news .news-wrapper .wrapper-content h3 {
          font-size: 22.00px;
          line-height: 25px; } }
    .news-section .single-news .news-wrapper .wrapper-content .post {
      font-size: 16.00px;
      line-height: 27px;
      text-transform: uppercase;
      color: #595959; }
    .news-section .single-news .news-wrapper .wrapper-content p {
      font-size: 19.00px;
      line-height: 28px;
      color: #6f6065;
      padding-top: 13.00px; }
    .news-section .single-news .news-wrapper .wrapper-content img {
      margin-top: 11.00px; }
    .news-section .single-news .news-wrapper .wrapper-content h4 {
      font-size: 25.00px;
      font-weight: 600;
      line-height: 28px;
      color: #393939;
      margin: 30px 0 0; }
    .news-section .single-news .news-wrapper .wrapper-content .link {
      font-size: 19.00px; }
      .news-section .single-news .news-wrapper .wrapper-content .link a {
        color: #656565; }
        .news-section .single-news .news-wrapper .wrapper-content .link a:hover {
          color: #005fa2; }
        .news-section .single-news .news-wrapper .wrapper-content .link a i {
          margin-left: 5px;
          vertical-align: middle; }
  .news-section .single-news .widget {
    margin: 25px 32px 17px 40px; }
    .news-section .single-news .widget .widget-tag {
      display: inline-block; }
      .news-section .single-news .widget .widget-tag h5 {
        font-family: "Roboto Slab", serif;
        font-size: 18.50px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 25px;
        letter-spacing: 1px;
        color: #000000;
        display: inline-block;
        margin-right: 32px;
        vertical-align: top; }
      .news-section .single-news .widget .widget-tag ul {
        display: inline-block; }
        .news-section .single-news .widget .widget-tag ul li {
          font-family: "Roboto Slab", serif;
          padding: 0;
          margin-right: 6px;
          margin-bottom: 16.00px; }
          @media (max-width: 767px) {
            .news-section .single-news .widget .widget-tag ul li {
              margin-bottom: 15.00px; } }
          .news-section .single-news .widget .widget-tag ul li:last-child {
            margin-right: 0; }
          .news-section .single-news .widget .widget-tag ul li a {
            font-size: 16.00px;
            line-height: 20px;
            color: #282828;
            background: #FFFFFF;
            padding: 6px 15px; }
            .news-section .single-news .widget .widget-tag ul li a:hover {
              color: #FFFFFF;
              background: #00489f; }
    @media (max-width: 1199px) {
      .news-section .single-news .widget .widget-social {
        float: none !important; } }
    .news-section .single-news .widget .widget-social ul li {
      font-family: "Roboto Slab", serif;
      padding: 0;
      margin-right: 6px; }
      @media (max-width: 767px) {
        .news-section .single-news .widget .widget-social ul li {
          margin-bottom: 20.00px; } }
      .news-section .single-news .widget .widget-social ul li:last-child {
        margin-right: 0; }
      .news-section .single-news .widget .widget-social ul li a {
        font-size: 19.50px;
        font-weight: 500;
        color: #FFFFFF;
        padding: 8px 20px; }
        .news-section .single-news .widget .widget-social ul li a:hover {
          color: #0d0d0d; }
        .news-section .single-news .widget .widget-social ul li a i {
          font-size: 16.00px;
          padding-right: 5px; }
        @media (max-width: 767px) {
          .news-section .single-news .widget .widget-social ul li a {
            font-size: 15.00px; } }
  .news-section .single-news .section-bottom {
    background-color: #f6f6f6; }
    @media (max-width: 767px) {
      .news-section .single-news .section-bottom .comments-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .news-section .single-news .section-bottom .comments-wrapper h3 {
      font-size: 25.00px;
      font-weight: 700;
      line-height: 28px;
      color: #000000;
      text-align: center;
      padding-top: 52.00px;
      margin-bottom: 68.00px; }
      @media only screen and (max-width: 767px) {
        .news-section .single-news .section-bottom .comments-wrapper h3 {
          padding-top: 22.00px;
          margin-bottom: 33.00px; } }
      @media only screen and (max-width: 479px) {
        .news-section .single-news .section-bottom .comments-wrapper h3 {
          margin-bottom: 41.00px; } }
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .first-comment {
      margin: 0 40px 0 45px; }
      @media only screen and (max-width: 479px) {
        .news-section .single-news .section-bottom .comments-wrapper .comment-respond .first-comment {
          margin: 0 15px; }
          .news-section .single-news .section-bottom .comments-wrapper .comment-respond .first-comment .pull-left {
            float: none !important; } }
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment {
      background: #cdcdcd;
      padding: 30px;
      margin: 25px 0 80px 102px; }
      @media (max-width: 767px) {
        .news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment {
          margin-left: 0;
          margin-bottom: 41.00px; } }
      @media only screen and (max-width: 479px) {
        .news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment {
          padding: 30px 15px; }
          .news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment .pull-left {
            float: none !important; } }
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .comment-avater {
      width: 43px;
      height: 43px;
      margin-right: 2px; }
    @media (max-width: 767px) {
      .news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body {
        display: block;
        padding-top: 20.00px;
        width: auto; } }
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body h5 {
      font-size: 19.00px;
      font-weight: 500;
      line-height: 15px;
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 0 0; }
      .news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body h5 a {
        color: #000000; }
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body .time {
      font-size: 16.00px;
      line-height: 10px;
      color: #a1808b;
      letter-spacing: -1px;
      vertical-align: text-top; }
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body p {
      font-size: 18.50px;
      line-height: 23.5px;
      color: #5c5c5c;
      margin-bottom: 15.00px;
      margin-top: -3px; }
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body .comment-replay {
      font-family: "Roboto Slab", serif;
      font-size: 19.50px;
      font-weight: 500;
      line-height: 25px; }
    .news-section .single-news .section-bottom .reserve-blog-form {
      padding: 10px 0 5px; }
      .news-section .single-news .section-bottom .reserve-blog-form h3 {
        font-size: 26.50px;
        font-weight: 500;
        line-height: 28px;
        color: #000000;
        text-align: center;
        margin-bottom: 41.00px; }
      .news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form {
        padding: 0 25px; }
        @media only screen and (max-width: 479px) {
          .news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form {
            padding: 0; } }
        .news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group {
          margin: 0 0 50px; }
          @media only screen and (max-width: 479px) {
            .news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group {
              margin: 0 0 30px; } }
          .news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group .form-control {
            font-size: 18.00px;
            color: #b5b5b5;
            border: 0;
            border-bottom: 1px solid #ffbec7;
            border-radius: 0;
            box-shadow: none;
            background-color: transparent; }
      .news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn {
        margin-top: 32.00px;
        padding: 10px 55px;
        background-color: #0062a1; }
        .news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn:hover {
          background-color: #2e90ff; }
        @media only screen and (max-width: 767px) {
          .news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn {
            padding: 8px 50px;
            margin-top: 0;
            font-size: 20.00px; } }
        @media only screen and (max-width: 767px) {
          .news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn {
            padding: 5px 40px;
            font-size: 19.00px; } }

/* =========================================================
        Menu-Bar-STYLE 
============================================================ */
.menu-bar {
  box-shadow: 0 0 10px #cacaca;
  padding: 35px 0; }
  @media only screen and (max-width: 479px) {
    .menu-bar {
      padding: 25px 0; } }
  .menu-bar .menu-feature li {
    font-size: 20.00px;
    display: inline-block;
    border-right: 2px solid #e6aeaa;
    padding: 0 20px; }
    .menu-bar .menu-feature li:last-child {
      border: 0; }
    @media only screen and (max-width: 479px) {
      .menu-bar .menu-feature li {
        font-size: 19.00px; } }

/* =========================================================
        Footer STYLE 
============================================================ */
.footer-section {
  position: relative;
  background: #000000;
  color: #FFFFFF; }
  .footer-section .footer-container {
    padding: 115px 0 70px; }
    @media only screen and (max-width: 991px) {
      .footer-section .footer-container {
        padding: 90px 0 20px; } }
    @media only screen and (max-width: 767px) {
      .footer-section .footer-container {
        padding: 75px 0 20px; } }
    @media only screen and (max-width: 991px) {
      .footer-section .footer-container .footer-wrapper {
        margin-bottom: 54.00px; }
        .footer-section .footer-container .footer-wrapper.ml-30 {
          margin: 0 0 50px; } }
    @media only screen and (max-width: 767px) {
      .footer-section .footer-container .footer-wrapper {
        margin: 0 0 40px; }
        .footer-section .footer-container .footer-wrapper.ml-30 {
          margin: 0 0 40px; } }
    .footer-section .footer-container .footer-wrapper .footer-logo {
      margin-left: -5px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .footer-section .footer-container .footer-wrapper .footer-logo img {
          width: 100%; } }
      @media only screen and (max-width: 550px) {
        .footer-section .footer-container .footer-wrapper .footer-logo img {
          max-width: 100%; } }
    .footer-section .footer-container .footer-wrapper p {
      margin: 30px 0 40px; }
      @media only screen and (max-width: 991px) {
        .footer-section .footer-container .footer-wrapper p {
          margin: 20px 0; } }
    .footer-section .footer-container .footer-wrapper .social-icon li {
      display: inline-block;
      margin-right: 12px; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .footer-section .footer-container .footer-wrapper .social-icon li {
          margin-right: 8px; } }
      @media only screen and (max-width: 767px) {
        .footer-section .footer-container .footer-wrapper .social-icon li {
          margin-right: 5px; } }
      .footer-section .footer-container .footer-wrapper .social-icon li:last-child {
        margin-right: 0; }
      .footer-section .footer-container .footer-wrapper .social-icon li a {
        color: #FFFFFF;
        font-size: 28.00px; }
        .footer-section .footer-container .footer-wrapper .social-icon li a:hover {
          color: #0086e0; }
        .footer-section .footer-container .footer-wrapper .social-icon li a i {
          width: 48px;
          height: 48px;
          line-height: 48px;
          background-color: #FFFFFF;
          font-size: 33.00px;
          border-radius: 50%;
          text-align: center;
          color: #1542aa;
          -webkit-transition: 0.5s;
          -khtml-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .footer-section .footer-container .footer-wrapper .social-icon li a i:hover {
            color: #FFFFFF;
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
            background: #0e37fa;
            background: -moz-linear-gradient(left, #034a7e 0%, #58c5e9 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #145ecc), color-stop(100%, #5cc3c2));
            background: -webkit-linear-gradient(left, #0d7093 0%, #007dba 100%);
            background: -o-linear-gradient(left, #0036b9 0%, #0cd0ff 100%);
            background: -ms-linear-gradient(left, #0082ff 0%, #11c5ff 100%);
            background: linear-gradient(to right, #0079e8 0%, #4f8bd6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cd1', endColorstr='#45a7c6', GradientType=1 ); }
          @media (min-width: 768px) and (max-width: 1199px) {
            .footer-section .footer-container .footer-wrapper .social-icon li a i {
              width: 40px;
              height: 40px;
              line-height: 40px;
              font-size: 22.00px; } }
          @media only screen and (max-width: 767px) {
            .footer-section .footer-container .footer-wrapper .social-icon li a i {
              font-size: 18.00px;
              width: 40px;
              height: 40px;
              line-height: 40px; } }
    .footer-section .footer-container .footer-wrapper .media .media-wrapper:first-child {
      margin-bottom: 33.00px; }
    .footer-section .footer-container .footer-wrapper .media .media-wrapper .wrapper-content {
      margin-left: 70px; }
      .footer-section .footer-container .footer-wrapper .media .media-wrapper .wrapper-content h5 {
        font-size: 20.00px;
        line-height: 24px;
        margin: -5px 0 0; }
        .footer-section .footer-container .footer-wrapper .media .media-wrapper .wrapper-content h5 a {
          color: #FFFFFF; }
          .footer-section .footer-container .footer-wrapper .media .media-wrapper .wrapper-content h5 a:hover {
            color: #49c0e3; }
        @media only screen and (max-width: 767px) {
          .footer-section .footer-container .footer-wrapper .media .media-wrapper .wrapper-content h5 {
            font-size: 18.00px;
            line-height: 20px; } }
      .footer-section .footer-container .footer-wrapper .media .media-wrapper .wrapper-content .date {
        font-size: 16.00px;
        color: #8d777c; }
        .footer-section .footer-container .footer-wrapper .media .media-wrapper .wrapper-content .date i {
          margin-right: 5px; }
    .footer-section .footer-container .footer-wrapper .contact-wrapper li {
      font-size: 22.00px;
      line-height: 30px;
      color: #FFFFFF;
      letter-spacing: .5px;
      margin-bottom: 32.00px; }
      @media only screen and (max-width: 767px) {
        .footer-section .footer-container .footer-wrapper .contact-wrapper li {
          font-size: 20.00px;
          line-height: 27px;
          margin-bottom: 15.00px; } }
      .footer-section .footer-container .footer-wrapper .contact-wrapper li a {
        color: #FFFFFF; }
        .footer-section .footer-container .footer-wrapper .contact-wrapper li a:hover {
          color: #146d8b; }
      .footer-section .footer-container .footer-wrapper .contact-wrapper li span {
        margin-left: 40px;
        display: block; }
        @media only screen and (max-width: 767px) {
          .footer-section .footer-container .footer-wrapper .contact-wrapper li span {
            margin-left: 30px; } }
      .footer-section .footer-container .footer-wrapper .contact-wrapper li i {
        font-size: 26.00px;
        float: left;
        margin-top: 9.00px; }
        @media only screen and (max-width: 767px) {
          .footer-section .footer-container .footer-wrapper .contact-wrapper li i {
            font-size: 22.00px; } }
    .footer-section .footer-container .footer-wrapper h3 {
      font-family: "Roboto Slab", serif;
      font-size: 33.00px;
      font-weight: 600;
      line-height: 30px;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 51.00px; }
      @media only screen and (max-width: 991px) {
        .footer-section .footer-container .footer-wrapper h3 {
          font-size: 26.00px;
          margin-bottom: 27.00px; } }
      @media only screen and (max-width: 767px) {
        .footer-section .footer-container .footer-wrapper h3 {
          font-size: 22.00px;
          margin-bottom: 20.00px; } }
    .footer-section .footer-container .footer-wrapper .wrapper-option {
      margin-top: -10px; }
      .footer-section .footer-container .footer-wrapper .wrapper-option li a {
        font-size: 20.00px;
        line-height: 36px;
        color: #FFFFFF;
        letter-spacing: .5px; }
        .footer-section .footer-container .footer-wrapper .wrapper-option li a:hover {
          color: #0033a3; }
        @media only screen and (max-width: 767px) {
          .footer-section .footer-container .footer-wrapper .wrapper-option li a {
            font-size: 19.00px;
            line-height: 25px; } }
        @media only screen and (max-width: 991px) {
          .footer-section .footer-container .footer-wrapper .wrapper-option li a {
            line-height: 35px; } }
    .footer-section .footer-container .footer-wrapper .subscribeForm .form-group {
      margin-bottom: 15.00px; }
      .footer-section .footer-container .footer-wrapper .subscribeForm .form-group .form-control, .footer-section .footer-container .footer-wrapper .subscribeForm .form-group .footerSearchBar {
        background-color: #2e425c;
        border: 0;
        border-radius: 0;
        color: #828282;
        padding: 20px 10px; }
        .footer-section .footer-container .footer-wrapper .subscribeForm .form-group .form-control.textarea, .footer-section .footer-container .footer-wrapper .subscribeForm .form-group .footerSearchBar.textarea {
          padding: 10px; }
      .footer-section .footer-container .footer-wrapper .subscribeForm .form-group .footerSearchBar {
        width: 100%;
        padding: 7px 10px; }
      .footer-section .footer-container .footer-wrapper .subscribeForm .form-group .subscribeBtn {
        font-size: 20.00px;
        border-radius: 0;
        padding: 7px 32px; }
  .footer-section .copy-right {
    border-top: 1px solid #000000;
    padding: 30px 0; }
    @media only screen and (max-width: 991px) {
      .footer-section .copy-right {
        padding: 25px 0; } }
    @media only screen and (max-width: 767px) {
      .footer-section .copy-right {
        text-align: center; } }
    .footer-section .copy-right p {
      font-size: 20.00px;
      line-height: 24px;
      color: #bdbdbd;
      display: inline-block;
      margin: 0; }
      @media only screen and (max-width: 991px) {
        .footer-section .copy-right p {
          font-size: 19.00px; } }
      @media only screen and (max-width: 767px) {
        .footer-section .copy-right p {
          font-size: 16.00px;
          display: block; } }
    @media only screen and (max-width: 767px) {
      .footer-section .copy-right ul {
        float: none !important; } }
    .footer-section .copy-right ul li {
      font-size: 20.00px;
      display: inline-block;
      margin-right: 12px; }
      @media only screen and (max-width: 991px) {
        .footer-section .copy-right ul li {
          font-size: 19.00px; } }
      @media only screen and (max-width: 767px) {
        .footer-section .copy-right ul li {
          font-size: 16.00px; } }
      .footer-section .copy-right ul li:last-child {
        margin-right: 0; }
      .footer-section .copy-right ul li a {
        color: #aeaeae; }
        .footer-section .copy-right ul li a:hover {
          color: #25a5c3; }

/* =========================================================
        Home-Page-One-STYLE 
============================================================ */
/* =========================================================
        Home-Page-Two-STYLE 
============================================================ */
.homePageTwo .header-section .navbar {
  background-color: #041721; }
  .homePageTwo .header-section .navbar .navbar-header .navbar-brand img {
    padding: 10px 0; }
.homePageTwo .subject-section {
  background-color: #dedede; }
.homePageTwo .slider-section {
  position: relative;
  padding-top: 87.00px; }
  @media only screen and (max-width: 991px) {
    .homePageTwo .slider-section {
      padding-top: 0; } }

/* =========================================================
        Home-Page-Three-STYLE 
============================================================ */
.homePageThree .header-section .navbar {
  background-color: #FFFFFF; }
  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a,
  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .search-view {
    color: #1f2326; }
  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active a {
    color: #0099f2; }
.homePageThree .course-section {
  background: url(../ELE_images/efcc_versity.jpg) no-repeat center top;
  background-attachment: fixed; }
.homePageThree .subject-section {
  position: relative;
  margin-top: -70px;
  padding-bottom: 120.00px;
  z-index: 99; }
  @media only screen and (max-width: 991px) {
    .homePageThree .subject-section {
      padding-bottom: 101.00px; } }
  @media only screen and (max-width: 767px) {
    .homePageThree .subject-section {
      padding-bottom: 82.00px; } }
  @media only screen and (max-width: 479px) {
    .homePageThree .subject-section {
      margin-top: 0;
      padding-top: 62.00px; } }

/* =========================================================
        Home-Page-Four-STYLE 
============================================================ */
.homePageFour .header-section .navbar {
  background-color: #13161f; }
  .homePageFour .header-section .navbar .navbar-header .navbar-brand img {
    padding: 10px 0; }
.homePageFour .subject-section {
  background-color: #a1aeb7; }
.homePageFour .panorama-section {
  padding-top: 87.00px; }
  @media only screen and (max-width: 991px) {
    .homePageFour .panorama-section {
      padding-top: 0; } }

/* =========================================================
        Home-Page-Five-STYLE 
============================================================ */
.homePageFive.sticky-header .video-section {
  height: 195px;
  overflow: visible;
  transition: 1s; }
  @media only screen and (max-width: 991px) {
    .homePageFive.sticky-header .video-section {
      height: auto; } }
.homePageFive .header-section {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 60px;
  transition: 1s; }
  .homePageFive .header-section.fixed {
    position: fixed;
    top: 0; }
  .homePageFive .header-section .navbar {
    background-color: #172a69; }
  .homePageFive .header-section .navbar-header .navbar-brand img {
    padding: 10px 0; }
.homePageFive .about-section {
  position: relative;
  background-color: #FFFFFF; }

/* =========================================================
        Color-Switcher-STYLE 
============================================================ */
.style-switcher-box {
  background-color: #FFFFFF;
  width: 252px;
  padding: 50px 25px;
  position: fixed;
  left: -252px;
  top: 15%;
  z-index: 999;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .style-switcher-box button {
    background-color: #0099ff;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    font-size: 22.00px;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: absolute;
    right: -45px;
    top: 50px; }
    .style-switcher-box button i {
      color: #FFFFFF;
      -webkit-animation: rotating 2s linear infinite;
      animation: rotating 2s linear infinite; }
  .style-switcher-box h5 {
    font-size: 20.00px;
    color: #000000;
    text-align: center;
    margin: 0 0 2em;
    text-transform: uppercase; }
  .style-switcher-box .main-list > .list {
    margin-bottom: 33.00px; }
    .style-switcher-box .main-list > .list:last-child {
      margin-bottom: 0; }
  .style-switcher-box .list-title {
    display: block;
    font-size: 15.00px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15.00px;
    padding-bottom: 7.00px;
    text-transform: uppercase; }
  .style-switcher-box .list > .sublist {
    margin-bottom: 15.00px; }
    .style-switcher-box .list > .sublist:last-child {
      margin-bottom: 0; }
  .style-switcher-box .sublist span {
    display: block;
    font-size: 15.00px;
    margin-bottom: 10.00px; }
  .style-switcher-box .sublist ul {
    overflow: hidden; }
    .style-switcher-box .sublist ul li {
      float: left;
      min-width: 32px;
      min-height: 32px;
      margin: 0 5px 5px 0;
      cursor: pointer; }
      .style-switcher-box .sublist ul li.color-default {
        background: #43cdff; }
      .style-switcher-box .sublist ul li.color-style1 {
        background: #a67646; }
      .style-switcher-box .sublist ul li.color-style2 {
        background: #eb9415; }
      .style-switcher-box .sublist ul li.color-style3 {
        background: #b65f4d; }
      .style-switcher-box .sublist ul li.color-style4 {
        background: #000000; }
      .style-switcher-box .sublist ul li.color-style5 {
        background: #64a4ff; }
      .style-switcher-box .sublist ul li.color-style6 {
        background: #b87c62; }
      .style-switcher-box .sublist ul li.color-style7 {
        background: #368f2f; }
      .style-switcher-box .sublist ul li.color-style8 {
        background: #664766; }
      .style-switcher-box .sublist ul li.color-style9 {
        background: #5ba599; }
  .style-switcher-box .pattern-bg .sublist ul {
    overflow: hidden; }
    .style-switcher-box .pattern-bg .sublist ul li {
      float: left;
      min-width: 32px;
      min-height: 32px;
      margin: 0 5px 5px 0;
      cursor: pointer;
      background: url(../ELE_images/sp.jpg) no-repeat; }
  .style-switcher-box .layout ul li {
    background-color: #2040ee;
    min-height: 20px;
    color: #FFFFFF;
    padding: 5px 10px;
    font-size: 15.00px; }
  .style-switcher-box p {
    font-size: 16.00px;
    margin: 15px 0 0; }
    .style-switcher-box p span {
      color: #ffada1; }

.toggle-switcherbox {
  left: 0; }

/*** rotating ***/
@-webkit-keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* =========================================================
        Scroll-To-Top-STYLE 
============================================================ */
#toTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  color: #003794;
  cursor: pointer;
  display: none;
  width: 35px;
  height: 35px;
  font-size: 19.00px;
  line-height: 30px;
  border: 1px solid #003ec4;
  border-radius: 4px;
  text-align: center;
  z-index: 999; }

/* =========================================================
        Preloader-STYLE 
============================================================ */
#preloader {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000; }
  #preloader .preloader-inner {
    width: 40px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px; }
  #preloader .preloader-inner span {
    background-color: #13a8d9;
    width: 12px;
    height: 12px;
    float: left;
    margin: 2px 2px 2px 0;
    border-radius: 50%; }
  #preloader .preloader-inner > span:nth-child(3n+3) {
    margin-right: 0; }
  #preloader .preloader-inner span {
    -webkit-animation: perloader-pulse 0.4s infinite alternate;
    -moz-animation: perloader-pulse 0.4s infinite alternate;
    -o-animation: perloader-pulse 0.4s infinite alternate;
    -ms-animation: perloader-pulse 0.4s infinite alternate;
    animation: perloader-pulse 0.4s infinite alternate; }
  #preloader .preloader-inner > span:first-child {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  #preloader .preloader-inner > span:nth-child(2) {
    background-color: #2d74a1;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  #preloader .preloader-inner > span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  #preloader .preloader-inner > span:nth-child(4) {
    background-color: #052482;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  #preloader .preloader-inner > span:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  #preloader .preloader-inner > span:nth-child(6) {
    background-color: #036be2;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  #preloader .preloader-inner > span:nth-child(7) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  #preloader .preloader-inner > span:nth-child(8) {
    background-color: #002dff;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  #preloader .preloader-inner > span:nth-child(9) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    animation-delay: 0.3s; }

/*** preloader animation ***/
@-webkit-keyframes perloader-pulse {
  form {
    -webkit-transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0.8; } }
@keyframes perloader-pulse {
  form {
    -webkit-transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0.8; } }

/*# sourceMappingURL=style.css.map */
