/* =================================
 css index
 =================================
 *. typography
 *. section title
 *. preloader
 *. normalize
 1. header
 2. banner
 3. info-feature
 4. litehyip features
 5. we thinking global
 6. inventors
 7. testimonial
 8. newsletter
 9. page title
 10. footer
 11. about
 12. investmenut-plan
 13. faq
 14. contact */
/*==========================================
    typography
===========================================*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Quicksand:300,400,500,700|Roboto+Slab:300,400,700|Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
/*==========================================
    section title
==========================================*/
.section-title {
  margin-bottom: 80px; }
  .section-title h2 {
    color: #2d2d43;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    padding-bottom: 21px;
    margin-top: -10px; }
    .section-title h2:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100px;
      height: 2px;
      background: #085dad; }
    .section-title h2.add-space {
      margin-bottom: 22px; }
  .section-title p {
    font-size: 18px;
    color: #2d2d43;
    line-height: 28px;
    margin-bottom: -3px; }

.c-white {
  color: #fff; }

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row.homepage-about-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.homepage-about-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

/*==========================================
    Preloader
==========================================*/
.sec {
  background-color: #fff;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.circle {
  height: 10px;
  width: 10px;
  background-color: #2d2d43;
  border-radius: 50%;
  margin: 4px;
  display: inline-block; }

.item0 {
  -webkit-animation: 1s pulse0 infinite;
  animation: 1s pulse0 infinite; }

.item1 {
  -webkit-animation: 1s pulse1 infinite;
  animation: 1s pulse1 infinite; }

.item2 {
  -webkit-animation: 1s pulse2 infinite;
  animation: 1s pulse2 infinite; }

@-webkit-keyframes pulse0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*==========================================
    scroll to top button
==========================================*/
.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 80px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: #052157;
  border: 2px solid #fff;
  text-align: center; }

.scroll-to-top a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  padding: 2px 0 0px 0;
  display: inline-block; }

.scroll-to-top a i {
  color: #fff; }

/*==========================================
    normalize
==========================================*/
html {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #3d5169;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, a {
  line-height: 1.3; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif; }

p {
  line-height: 1.6; }

a {
  color: #3d5169;
  text-decoration: none; }

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

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*==========================================
    topbar
==========================================*/
.topbar .logo {
  padding: 20px 0 21px; }
  .topbar .logo a {
    display: inline-block; }

.topbar .top-info {
  text-align: center;
  width: 100%; }
  .topbar .top-info p {
    color: #595959;
    font-size: 16px;
    margin: 0; }

.topbar .log-reg-buttons {
  text-align: right;
  width: 100%; }
  .topbar .log-reg-buttons a {
    display: inline-block;
    color: #1061ac;
    font-family: "Lato", sans-serif;
    font-weight: 700; }
    .topbar .log-reg-buttons a:last-child {
      color: #595959; }

.topbar .top-link {
  text-align: center;
  width: 100%; }
  .topbar .top-link a {
    color: #595959;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    padding: 0 10px;
    border-right: 1px solid #cccccc;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .topbar .top-link a:last-child {
      border: none; }
    .topbar .top-link a:hover {
      color: #1061ac; }

.topbar .user-control {
  padding: 20px 0 21px;
  width: 100%; }
  .topbar .user-control ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right; }
    .topbar .user-control ul li.cart-button {
      margin-left: 0;
      position: relative; }
      .topbar .user-control ul li.cart-button a.cart-link {
        color: #085dad;
        display: inline-block;
        position: relative;
        font-size: 30px; }
        .topbar .user-control ul li.cart-button a.cart-link:after {
          position: absolute;
          content: '03';
          top: 0px;
          right: 0;
          width: 20px;
          height: 20px;
          background: #8cc739;
          color: #fff;
          text-align: center;
          line-height: 20px;
          font-size: 10px;
          margin-right: -6px;
          border-radius: 50%; }
      .topbar .user-control ul li.cart-button .cart-list {
        visibility: hidden;
        opacity: 0;
        margin-top: 20px;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 56;
        width: 300px;
        background: #fff;
        border-left: 3px solid #8cc739;
        padding: 20px;
        -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4); }
        .topbar .user-control ul li.cart-button .cart-list .single-item {
          display: flow-root;
          border-bottom: 1px solid #8cc739;
          padding: 20px 0 15px; }
          .topbar .user-control ul li.cart-button .cart-list .single-item .part-img {
            width: 60px;
            border-radius: 4px;
            float: left;
            margin-right: 20px; }
            .topbar .user-control ul li.cart-button .cart-list .single-item .part-img img {
              width: 100%; }
          .topbar .user-control ul li.cart-button .cart-list .single-item .part-text {
            display: table; }
            .topbar .user-control ul li.cart-button .cart-list .single-item .part-text h4 {
              font-size: 16px;
              color: #2d2d43;
              font-weight: 700;
              margin-bottom: 3px; }
        .topbar .user-control ul li.cart-button .cart-list span.total-value {
          color: #2d2d43;
          font-size: 18px;
          font-family: "Roboto Slab", serif;
          display: block;
          text-align: center;
          margin-top: 15px; }
        .topbar .user-control ul li.cart-button .cart-list a.cart-items {
          width: 140px;
          height: 40px;
          background: #8cc739;
          color: #fff;
          text-align: center;
          border-radius: 50px;
          display: inline-block;
          position: relative;
          left: 50%;
          border: 1px solid #8cc739;
          line-height: 38px;
          margin-left: -70px;
          margin-top: 20px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .topbar .user-control ul li.cart-button .cart-list a.cart-items:hover {
            background: transparent;
            color: #8cc739; }
      .topbar .user-control ul li.cart-button:hover .cart-list {
        visibility: visible;
        opacity: 1;
        margin-top: 0; }
    .topbar .user-control ul li {
      margin-left: 25px; }
      .topbar .user-control ul li .lang-ctrl {
        height: 100%; }
        .topbar .user-control ul li .lang-ctrl .dropdown {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .topbar .user-control ul li .lang-ctrl .dropdown:hover .dropdown-menu {
            visibility: visible;
            opacity: 1;
            margin-top: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
          .topbar .user-control ul li .lang-ctrl .dropdown .dropdown-toggle {
            background: transparent;
            border: none;
            outline: none;
            padding: 0; }
            .topbar .user-control ul li .lang-ctrl .dropdown .dropdown-toggle:after {
              display: none; }
            .topbar .user-control ul li .lang-ctrl .dropdown .dropdown-toggle img {
              width: 40px; }
        .topbar .user-control ul li .lang-ctrl .dropdown-menu {
          display: block;
          visibility: hidden;
          opacity: 0;
          margin-top: 30px;
          top: 100%;
          left: auto;
          right: 0;
          border-radius: 0;
          border: none;
          border-left: 3px solid #8cc739;
          padding: 20px;
          -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4); }
          .topbar .user-control ul li .lang-ctrl .dropdown-menu .dropdown-item {
            padding: 10px 0;
            border-bottom: 1px solid #8cc739; }
            .topbar .user-control ul li .lang-ctrl .dropdown-menu .dropdown-item:last-child {
              border: none;
              padding-bottom: 0; }
            .topbar .user-control ul li .lang-ctrl .dropdown-menu .dropdown-item:first-child {
              padding-top: 0; }
            .topbar .user-control ul li .lang-ctrl .dropdown-menu .dropdown-item img {
              width: 40px; }
            .topbar .user-control ul li .lang-ctrl .dropdown-menu .dropdown-item span.text {
              display: inline-block;
              margin-left: 10px; }

.topbar.homepage-2 .log-reg-buttons {
  padding: 23px 0; }

/*==========================================
    banner
==========================================*/
.header-nd-banner .banner {
  background: url("../img/banner.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .header-nd-banner .banner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #085dad;
    opacity: .95;
    z-index: -1; }
  .header-nd-banner .banner .banner-content {
    padding: 210px 0;
    margin-top: 130px;
    text-align: center; }
    .header-nd-banner .banner .banner-content h1 {
      font-size: 60px;
      font-weight: 700;
      text-transform: capitalize;
      color: #fff;
      margin-top: -17px; }
    .header-nd-banner .banner .banner-content .search-bar-form {
      position: relative;
      margin-top: 56px; }
      .header-nd-banner .banner .banner-content .search-bar-form input {
        border: none;
        background: #fff;
        height: 60px;
        width: 100%;
        padding: 0 90px 0 30px; }
      .header-nd-banner .banner .banner-content .search-bar-form button {
        background: #8cc739;
        color: #fff;
        border: none;
        outline: none;
        height: 60px;
        width: 60px;
        position: absolute;
        border: 1px solid #8cc739;
        top: 0;
        right: 0;
        z-index: 2;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .header-nd-banner .banner .banner-content .search-bar-form button:hover {
          color: #8cc739;
          background: transparent;
          border: none;
          border-left: 1px solid; }
  .header-nd-banner .banner.homepage-2 {
    background: url("../img/banner-2.jpg") center center no-repeat;
    background-size: cover; }
    .header-nd-banner .banner.homepage-2:after {
      background: #085dad;
      opacity: .3; }
    .header-nd-banner .banner.homepage-2 .banner-content {
      text-align: left;
      padding-right: 50px;
      margin-top: 0; }
      .header-nd-banner .banner.homepage-2 .banner-content h1 {
        color: #2d2d43; }

/*==========================================
    header
==========================================*/
.header-nd-banner {
  position: relative; }
  .header-nd-banner .header {
    position: absolute;
    width: 100%;
    z-index: 55;
    top: 0; }
    .header-nd-banner .header:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 1px;
      background: #fff;
      width: 100%;
      opacity: .15; }
    .header-nd-banner .header .mainmenu .navbar {
      padding: 0; }
      .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .nav-link {
        padding: 29px 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        font-family: "Lato", sans-serif; }
      .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.nav-icon {
        display: inline-table;
        margin: 25px 0 0px 10px;
        padding-bottom: 25px;
        padding-right: 15px; }
        .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.nav-icon .nav-link {
          background: #8cc739;
          color: #fff;
          padding: 0 0;
          width: 30px;
          display: inline-block;
          text-align: center;
          height: 30px;
          line-height: 30px;
          border-radius: 50px;
          font-size: 14px; }
          .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.nav-icon .nav-link:after {
            top: 0 !important;
            position: absolute !important;
            margin-left: 13px !important; }
        .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.nav-icon .dropdown-menu {
          left: auto;
          right: 0; }
      .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        border: none;
        vertical-align: unset;
        height: auto;
        width: auto;
        margin-left: 6px;
        position: relative;
        top: 2px;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }
      .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0; }
      .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-toggle:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu {
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: none;
        border-top: 3px solid #8cc739;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        margin-top: 30px; }
        .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
          padding: 8px 15px;
          color: #1061ac;
          border-bottom: 1px solid rgba(16, 97, 172, 0.3);
          font-weight: 700;
          font-family: "Lato", sans-serif;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
          .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus .header-nd-banner .header .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
            padding-left: 20px; }
    .header-nd-banner .header .buy-button {
      text-align: right;
      padding: 40px 0; }
      .header-nd-banner .header .buy-button a {
        display: inline-block;
        width: 180px;
        height: 50px;
        color: #fff;
        background: #8cc739;
        border-radius: 50px;
        line-height: 48px;
        border: 1px solid #8cc739;
        text-align: center;
        font-weight: 700;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .header-nd-banner .header .buy-button a:hover {
          background: transparent;
          color: #fff;
          border-color: #fff; }
    .header-nd-banner .header.homepage-2 {
      background: #085dad;
      position: initial; }
      .header-nd-banner .header.homepage-2 .mainmenu {
        margin-left: auto; }

/*==========================================
    feature
==========================================*/
.feature {
  padding: 120px 0; }
  .feature .single-feature {
    background: #8cc739;
    text-align: center;
    padding: 60px 0; }
    .feature .single-feature img {
      width: 80px;
      margin-bottom: 24px; }
    .feature .single-feature h3 {
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 0;
      text-transform: capitalize; }
  .feature .container .row .col-xl-4:nth-child(2) .single-feature {
    background: #085dad; }
  .feature .container .row .col-xl-4:nth-child(3) .single-feature {
    background: #21bede; }

/*==========================================
    video
==========================================*/
.video.homepage-2 {
  padding-top: 120px; }

.video .video-area {
  position: relative;
  z-index: 2; }
  .video .video-area:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 1; }
  .video .video-area .play-video {
    position: absolute;
    top: 50%;
    margin-top: -40px; }

.video .play-video {
  display: inline-table;
  position: relative;
  left: 50%;
  margin-left: -40px;
  z-index: 2; }

.video .play-video:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  background: rgba(8, 91, 170, 0.6);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1; }

.video .play-video a {
  font-size: 26px;
  display: table-cell;
  line-height: 0;
  padding: 0 0 0 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background: #fff;
  color: #085dad;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.video .play-video a:hover {
  color: #fff;
  background: #085dad;
  border: 2px solid #085dad; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

/*==========================================
    admission
==========================================*/
.admission {
  background: url("../img/admission-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .admission:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .9;
    z-index: -1; }
  .admission.contact-to-course {
    padding-top: 120px; }
    .admission.contact-to-course .section-title {
      margin-bottom: 48px; }
      .admission.contact-to-course .section-title h2:after {
        display: none; }
    .admission.contact-to-course .part-form {
      padding-top: 0; }
      .admission.contact-to-course .part-form form textarea {
        height: 145px; }
  .admission .part-form {
    padding: 120px 0; }
    .admission .part-form form input,
    .admission .part-form form select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 60px;
      width: 100%;
      border: 1px solid #d8d7d6;
      -webkit-box-shadow: 0px 0px 16px 0px rgba(76, 143, 242, 0.2);
      box-shadow: 0px 0px 16px 0px rgba(76, 143, 242, 0.2);
      border-radius: 4px;
      padding: 0 30px;
      margin-bottom: 30px;
      font-family: "Lato", sans-serif;
      color: #595959;
      text-transform: capitalize; }
    .admission .part-form form textarea {
      width: 100%;
      border: 1px solid #d8d7d6;
      -webkit-box-shadow: 0px 0px 16px 0px rgba(76, 143, 242, 0.2);
      box-shadow: 0px 0px 16px 0px rgba(76, 143, 242, 0.2);
      border-radius: 4px;
      resize: none;
      padding: 15px 30px;
      font-family: "Lato", sans-serif;
      color: #595959;
      text-transform: capitalize;
      height: 120px;
      display: -ms-grid;
      display: grid; }
    .admission .part-form form button {
      width: 100%;
      color: #fff;
      background: #8cc739;
      border: none;
      outline: none;
      height: 60px;
      border-radius: 4px;
      font-weight: 700;
      font-size: 16px;
      margin-top: 40px; }
    .admission .part-form form .select-box {
      position: relative; }
      .admission .part-form form .select-box span.icon {
        color: #595959;
        display: inline-block;
        position: absolute;
        width: 20px;
        right: 30px;
        height: 60px;
        text-align: right;
        line-height: 60px;
        top: -2px; }

/*==========================================
    course
==========================================*/
.course {
  padding: 120px 0; }
  .course.homepage-2 {
    padding-top: 0; }
  .course .section-title {
    margin-bottom: 40px; }
    .course .section-title h2:after {
      display: none; }
  .course .portfolio-menu {
    margin-bottom: 50px; }
    .course .portfolio-menu .filterizr__controls li {
      cursor: pointer;
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-size: 18px;
      color: #2d2d43;
      text-transform: capitalize;
      margin-right: 30px;
      padding-bottom: 25px;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .course .portfolio-menu .filterizr__controls li:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 0px;
        height: 2px;
        background: #085dad;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .course .portfolio-menu .filterizr__controls li.active:after {
        opacity: 1;
        width: 50px; }
  .course .single-course {
    margin-bottom: 30px; }
    .course .single-course .part-img img {
      width: 100%; }
    .course .single-course .part-text {
      padding: 25px 30px 9px;
      border: 1px solid #e5e5e5;
      border-top: none; }
      .course .single-course .part-text h3 {
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 20px; }
        .course .single-course .part-text h3 a {
          color: #2d2d43; }
      .course .single-course .part-text p {
        font-size: 16px;
        line-height: 27px;
        color: #595959;
        font-family: "Lato", sans-serif; }
    .course .single-course .part-info {
      padding: 20px 30px;
      border: 1px solid #e5e5e5;
      border-top: none;
      display: flow-root; }
      .course .single-course .part-info .part-instructor {
        display: inline-block;
        float: left; }
        .course .single-course .part-info .part-instructor .instructor-pic {
          width: 40px;
          border-radius: 50%;
          overflow: hidden;
          float: left;
          margin-right: 15px; }
          .course .single-course .part-info .part-instructor .instructor-pic img {
            widows: 100%; }
        .course .single-course .part-info .part-instructor .instructor-data {
          display: table;
          margin-top: -2px; }
          .course .single-course .part-info .part-instructor .instructor-data span {
            display: block; }
            .course .single-course .part-info .part-instructor .instructor-data span.small {
              color: #595959;
              font-style: italic;
              font-family: "Lato", sans-serif; }
          .course .single-course .part-info .part-instructor .instructor-data a.big {
            font-size: 16px;
            font-weight: 500;
            text-transform: capitalize;
            color: #2d2d43; }
      .course .single-course .part-info .course-value {
        float: right; }
        .course .single-course .part-info .course-value span.num {
          display: inline-block;
          color: #085dad;
          font-weight: 700;
          line-height: 40px; }

/*==========================================
    schedule
==========================================*/
.schedule {
  padding: 120px 0; }
  .schedule .schedule-area {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(8, 93, 173, 0.3);
    box-shadow: 0px 0px 16px 0px rgba(8, 93, 173, 0.3);
    padding: 54px 30px 60px; }
    .schedule .schedule-area .part-head {
      margin-bottom: 32px; }
      .schedule .schedule-area .part-head h3 {
        font-weight: 700;
        text-transform: capitalize;
        font-size: 24px;
        color: #2d2d43;
        margin: 0; }
      .schedule .schedule-area .part-head p {
        font-family: "Lato", sans-serif;
        font-style: italic;
        font-size: 16px;
        color: #595959;
        text-align: right;
        margin: 0;
        width: 100%; }
    .schedule .schedule-area .part-body .table {
      margin: 0; }
      .schedule .schedule-area .part-body .table thead tr th {
        color: #2d2d43;
        font-weight: 700;
        font-size: 16px;
        text-transform: capitalize;
        text-align: center;
        border-left: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5; }
        .schedule .schedule-area .part-body .table thead tr th:last-child {
          border-right: 1px solid #e5e5e5; }
      .schedule .schedule-area .part-body .table tbody tr td {
        text-align: center;
        color: #595959;
        font-family: "Lato", sans-serif;
        text-transform: capitalize;
        border-left: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5; }
        .schedule .schedule-area .part-body .table tbody tr td:last-child {
          border-right: 1px solid #e5e5e5; }
        .schedule .schedule-area .part-body .table tbody tr td span {
          display: block; }
          .schedule .schedule-area .part-body .table tbody tr td span.class-date {
            margin-bottom: 2px; }
          .schedule .schedule-area .part-body .table tbody tr td span.class-time {
            color: #085dad; }
        .schedule .schedule-area .part-body .table tbody tr td .instructor {
          display: inline-table; }
          .schedule .schedule-area .part-body .table tbody tr td .instructor .pic {
            display: inline-block;
            float: left;
            width: 40px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px; }
            .schedule .schedule-area .part-body .table tbody tr td .instructor .pic img {
              width: 100%; }
          .schedule .schedule-area .part-body .table tbody tr td .instructor .info {
            display: table;
            text-align: left; }
            .schedule .schedule-area .part-body .table tbody tr td .instructor .info span {
              display: block; }
              .schedule .schedule-area .part-body .table tbody tr td .instructor .info span.name {
                font-weight: 500;
                font-family: 'Roboto', sans-serif;
                font-size: 14px;
                color: #2d2d43; }
              .schedule .schedule-area .part-body .table tbody tr td .instructor .info span.data {
                font-family: "Lato", sans-serif;
                font-style: italic;
                font-size: 14px;
                color: #595959; }
    .schedule .schedule-area .part-body .load-more-button {
      text-align: center; }
      .schedule .schedule-area .part-body .load-more-button a {
        display: inline-block;
        width: 180px;
        height: 50px;
        color: #fff;
        background: #8cc739;
        border-radius: 50px;
        line-height: 48px;
        border: 1px solid #8cc739;
        text-align: center;
        font-weight: 700;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        margin-top: 40px;
        text-transform: capitalize; }
        .schedule .schedule-area .part-body .load-more-button a:hover {
          background: transparent;
          color: #8cc739;
          border-color: #8cc739; }

/*==========================================
    achivement
==========================================*/
.achivement {
  padding: 80px 0 0;
  position: relative;
  z-index: 2; }
  .achivement:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #085dad;
    z-index: -1; }
  .achivement .single-achivement {
    text-align: center; }
    .achivement .single-achivement .part-num {
      -webkit-box-shadow: 0px 0px 16px 0px rgba(76, 143, 242, 0.2);
      box-shadow: 0px 0px 16px 0px rgba(76, 143, 242, 0.2);
      width: 170px;
      height: 170px;
      line-height: 170px;
      text-align: center;
      border-radius: 50%;
      display: inline-block;
      margin-bottom: 25px;
      background: #fff; }
      .achivement .single-achivement .part-num span.counter {
        display: inline-block;
        font-size: 40px;
        font-family: "Roboto Slab", serif;
        color: #085dad;
        font-weight: 700; }
    .achivement .single-achivement h3 {
      text-transform: capitalize;
      font-size: 22px;
      color: #2d2d43;
      font-weight: 700;
      margin-bottom: 0; }
  .achivement .row .col-xl-3:nth-child(2) .single-achivement .part-num span.counter {
    color: #8cc739; }
  .achivement .row .col-xl-3:nth-child(3) .single-achivement .part-num span.counter {
    color: #21bede; }
  .achivement .row .col-xl-3:nth-child(4) .single-achivement .part-num span.counter {
    color: #3399ff; }

/*==========================================
    testimonial
==========================================*/
.testimonial {
  padding: 120px 0; }
  .testimonial.homepage-2 {
    padding-bottom: 0; }
  .testimonial .section-title {
    margin-bottom: 56px; }
    .testimonial .section-title h2:after {
      display: none; }
  .testimonial .client-thumb-slider .thumb-slide .client-data {
    padding: 40px 50px;
    position: relative;
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0; }
    .testimonial .client-thumb-slider .thumb-slide .client-data:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #085dad;
      z-index: -1;
      -webkit-transform: skewY(38deg);
      -ms-transform: skewY(38deg);
      transform: skewY(38deg); }
    .testimonial .client-thumb-slider .thumb-slide .client-data:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
      background: #085dad;
      z-index: -1; }
    .testimonial .client-thumb-slider .thumb-slide .client-data h3 {
      font-size: 22px;
      color: #fff;
      font-weight: 700;
      text-transform: capitalize;
      margin-bottom: 3px; }
    .testimonial .client-thumb-slider .thumb-slide .client-data p {
      font-size: 16px;
      color: #fff;
      font-style: italic;
      text-transform: capitalize;
      margin: 0; }
  .testimonial .client-thumb-slider .thumb-slide.slick-current.slick-active img {
    -webkit-animation: slideInLeft 600ms ease-in-out;
    animation: slideInLeft 600ms ease-in-out; }
  .testimonial .slider-content-binding {
    width: 100%; }
    .testimonial .slider-content-binding .testimonial-area .single-testimonial,
    .testimonial .slider-content-binding .testimonial-2-area .single-testimonial {
      -webkit-box-shadow: 0px 0px 16px 0px rgba(8, 93, 173, 0.3);
      box-shadow: 0px 0px 16px 0px rgba(8, 93, 173, 0.3);
      padding: 55px 60px 55px;
      margin: 15px; }
      .testimonial .slider-content-binding .testimonial-area .single-testimonial img,
      .testimonial .slider-content-binding .testimonial-2-area .single-testimonial img {
        height: 50px;
        margin-bottom: 24px; }
      .testimonial .slider-content-binding .testimonial-area .single-testimonial p,
      .testimonial .slider-content-binding .testimonial-2-area .single-testimonial p {
        font-size: 20px;
        line-height: 32px;
        font-family: "Lato", sans-serif;
        color: #595959;
        font-style: italic;
        margin-bottom: 29px; }
      .testimonial .slider-content-binding .testimonial-area .single-testimonial .client-rating span.star,
      .testimonial .slider-content-binding .testimonial-2-area .single-testimonial .client-rating span.star {
        font-size: 14px;
        display: inline-block;
        color: #dec702; }
    .testimonial .slider-content-binding .testimonial-2-area .single-testimonial {
      text-align: center;
      margin-top: 80px;
      padding: 0 140px 47px; }
      .testimonial .slider-content-binding .testimonial-2-area .single-testimonial img {
        width: 160px;
        border-radius: 50%;
        border: 3px solid #8cc739;
        height: auto;
        margin-top: -80px;
        display: inline-block; }
      .testimonial .slider-content-binding .testimonial-2-area .single-testimonial p {
        font-size: 20px;
        font-style: italic;
        font-family: "Lato", sans-serif;
        line-height: 30px;
        color: #595959; }
      .testimonial .slider-content-binding .testimonial-2-area .single-testimonial h3 {
        color: #2d2d43;
        font-size: 22px;
        font-weight: 700;
        text-transform: capitalize; }
      .testimonial .slider-content-binding .testimonial-2-area .single-testimonial span.passion {
        font-size: 18px;
        font-style: italic;
        color: #595959;
        text-transform: capitalize;
        margin-bottom: 13px;
        display: inline-block; }
    .testimonial .slider-content-binding ul {
      text-align: right;
      position: relative;
      right: 15px;
      margin-top: 45px; }
      .testimonial .slider-content-binding ul.slider-control {
        position: absolute;
        top: 45%;
        left: 0;
        right: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 75px; }
      .testimonial .slider-content-binding ul li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #085dad;
        color: #fff;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        border: 1px solid #085dad;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .testimonial .slider-content-binding ul li.prev {
          margin-right: 6px; }
          .testimonial .slider-content-binding ul li.prev:hover {
            background: transparent;
            color: #085dad; }
        .testimonial .slider-content-binding ul li.next {
          background: transparent;
          color: #085dad; }
          .testimonial .slider-content-binding ul li.next:hover {
            background: #085dad;
            color: #fff; }

.slick-slide:focus {
  outline: none; }

/*==========================================
    instructor
==========================================*/
.instructor {
  padding: 120px 0 80px; }
  .instructor .single-instructor {
    text-align: center;
    display: -ms-grid;
    display: grid;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    margin-bottom: 40px; }
    .instructor .single-instructor:hover {
      background: #085dad; }
      .instructor .single-instructor:hover .part-img {
        margin: 30px 45px -30px; }
      .instructor .single-instructor:hover .part-text {
        padding: 55px 0 24px;
        background: transparent;
        border-color: transparent; }
        .instructor .single-instructor:hover .part-text:before {
          display: none; }
        .instructor .single-instructor:hover .part-text h3 {
          color: #fff; }
        .instructor .single-instructor:hover .part-text p {
          color: #fff; }
        .instructor .single-instructor:hover .part-text .social a {
          color: #fff; }
    .instructor .single-instructor .part-img {
      border-radius: 50%;
      overflow: hidden;
      margin: 0 30px;
      margin-bottom: -60px;
      position: relative;
      z-index: 2;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
      .instructor .single-instructor .part-img img {
        width: 100%; }
    .instructor .single-instructor .part-text {
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in;
      padding: 85px 0 24px;
      position: relative; }
      .instructor .single-instructor .part-text:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fafafa;
        border: 1px solid #e5e5e5;
        z-index: -1;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .instructor .single-instructor .part-text:after {
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        height: 3px;
        bottom: 0;
        background: #085dad; }
      .instructor .single-instructor .part-text h3 {
        font-size: 20px;
        font-weight: 700;
        color: #2d2d43;
        margin-bottom: 9px;
        text-transform: capitalize;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        margin-bottom: 4px; }
      .instructor .single-instructor .part-text p {
        font-size: 16px;
        font-style: italic;
        color: #085dad;
        margin-bottom: 20px;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }
      .instructor .single-instructor .part-text .social a {
        display: inline-block;
        color: #595959;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }

/*==========================================
    call to action
==========================================*/
.call-to-action {
  padding: 120px 0;
  background: url("../img/cta.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .call-to-action:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #085dad;
    opacity: .95;
    z-index: -1; }
  .call-to-action .cta-content {
    text-align: center; }
    .call-to-action .cta-content h2 {
      font-size: 40px;
      font-weight: 700;
      color: #fff;
      text-transform: capitalize;
      line-height: 50px;
      margin-bottom: 44px;
      margin-top: -9px; }
      .call-to-action .cta-content h2 span {
        color: #8cc739;
        text-transform: uppercase; }
    .call-to-action .cta-content p {
      color: #fff;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 55px; }
    .call-to-action .cta-content a {
      width: 160px;
      height: 50px;
      line-height: 50px;
      background: #8cc739;
      color: #fff;
      border-radius: 50px;
      text-transform: capitalize;
      text-align: center;
      display: inline-block; }

/*==========================================
    new course
==========================================*/
.new-course {
  padding: 120px 0; }
  .new-course .part-countdown {
    margin-bottom: 40px; }
    .new-course .part-countdown .timer .single-count {
      background: #085dad;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 80px;
      height: 80px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 16px; }
      .new-course .part-countdown .timer .single-count span {
        display: block;
        color: #fff; }
        .new-course .part-countdown .timer .single-count span.num {
          font-size: 24px;
          font-weight: 700;
          margin-bottom: -6px; }
        .new-course .part-countdown .timer .single-count span.title {
          font-size: 18px;
          font-family: "Lato", sans-serif;
          text-transform: capitalize; }
      .new-course .part-countdown .timer .single-count:nth-child(2) {
        background: #8cc739; }
      .new-course .part-countdown .timer .single-count:nth-child(3) {
        background: #21bede; }
  .new-course .part-content h3 {
    color: #2d2d43;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: -5px; }
  .new-course .part-content ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0; }
    .new-course .part-content ul li span {
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      color: #595959;
      text-transform: capitalize; }
      .new-course .part-content ul li span.property {
        font-weight: 700; }
      .new-course .part-content ul li span.value {
        float: right; }
  .new-course .part-content a {
    display: inline-block;
    width: 160px;
    border-radius: 5px;
    background: #8cc739;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    border: 1px solid #8cc739;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 40px; }
    .new-course .part-content a:hover {
      background: transparent;
      color: #8cc739; }
  .new-course .part-img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    .new-course .part-img:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      height: 110%;
      background: #8cc739;
      z-index: -1;
      -webkit-transform: skewY(-48deg);
      -ms-transform: skewY(-48deg);
      transform: skewY(-48deg);
      margin-bottom: -360px; }
    .new-course .part-img img {
      width: 100%;
      padding: 0 30px 0 0; }

/*==========================================
    newsletter
==========================================*/
.newsletter {
  text-align: center;
  background: #fafafa;
  padding: 100px 0; }
  .newsletter h3 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
    margin-top: -10px;
    margin-bottom: 38px; }
  .newsletter input {
    height: 50px;
    padding: 0 40px;
    border-radius: 50px;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    width: 600px; }
    .newsletter input:focus {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
      border: none; }

/*==========================================
    blog
==========================================*/
.blog {
  padding: 120px 0; }
  .blog.blog-page .single-blog {
    margin-bottom: 40px; }
    .blog.blog-page .single-blog .part-img {
      position: relative;
      z-index: 2; }
      .blog.blog-page .single-blog .part-img:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3; }
    .blog.blog-page .single-blog .video {
      margin-top: 36px;
      position: relative;
      z-index: 2; }
      .blog.blog-page .single-blog .video:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 0;
        opacity: .5; }
      .blog.blog-page .single-blog .video img {
        width: 100%; }
      .blog.blog-page .single-blog .video a {
        display: inline-block;
        font-size: 80px;
        color: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50%;
        margin-left: -40px;
        z-index: 2; }
    .blog.blog-page .single-blog .part-text {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-bottom: 1px solid #e5e5e5; }
      .blog.blog-page .single-blog .part-text .text h3 a {
        font-size: 24px;
        text-transform: initial; }
      .blog.blog-page .single-blog .part-text .text a.read-more-button {
        display: inline-block;
        height: 50px;
        width: 145px;
        border-radius: 50px;
        color: #fff;
        background: #8cc739;
        line-height: 48px;
        text-align: center;
        text-transform: capitalize;
        border: 1px solid #8cc739;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        margin-top: 10px;
        margin-bottom: 21px; }
        .blog.blog-page .single-blog .part-text .text a.read-more-button:hover {
          background: transparent;
          color: #8cc739; }
      .blog.blog-page .single-blog .part-text .text h4 {
        font-size: 22px;
        font-weight: 700;
        color: #2d2d43;
        margin-top: 31px;
        margin-bottom: 15px; }
      .blog.blog-page .single-blog .part-text .text p.special-text {
        font-family: "Lato", sans-serif;
        font-size: 20px;
        font-style: italic; }
      .blog.blog-page .single-blog .part-text .text p i {
        display: inline-block;
        font-size: 50px;
        color: #085dad;
        margin-right: 10px; }
      .blog.blog-page .single-blog .part-text .text .blog-image {
        margin-bottom: 25px; }
        .blog.blog-page .single-blog .part-text .text .blog-image .single-image img {
          width: 100%; }
    .blog.blog-page .single-blog .blog-bottom {
      border-bottom: 1px solid #e5e5e5;
      padding: 12px 0; }
      .blog.blog-page .single-blog .blog-bottom ul li {
        font-size: 16px;
        color: #595959;
        text-transform: capitalize;
        display: inline-block; }
        .blog.blog-page .single-blog .blog-bottom ul li:last-child {
          float: right; }
        .blog.blog-page .single-blog .blog-bottom ul li span.icon {
          display: inline-block;
          color: #085dad;
          margin-right: 4px; }
    .blog.blog-page .single-blog .part-author {
      margin-top: 60px;
      display: flow-root;
      background: #fafafa;
      padding: 30px;
      padding-bottom: 11px; }
      .blog.blog-page .single-blog .part-author .author-img {
        width: 100px;
        float: left;
        margin-right: 20px;
        border-radius: 50%;
        overflow: hidden; }
        .blog.blog-page .single-blog .part-author .author-img img {
          width: 100%; }
      .blog.blog-page .single-blog .part-author .author-data {
        display: table; }
        .blog.blog-page .single-blog .part-author .author-data h4 {
          font-size: 20px;
          color: #2d2d43;
          font-weight: 700;
          text-transform: capitalize;
          margin-bottom: 4px; }
        .blog.blog-page .single-blog .part-author .author-data span.position {
          color: #555555;
          display: inline-block;
          text-transform: capitalize;
          font-size: 14px;
          font-style: italic;
          margin-bottom: 7px; }
        .blog.blog-page .single-blog .part-author .author-data p {
          font-family: "Lato", sans-serif;
          font-size: 16px;
          line-height: 24px;
          color: #595959; }
    .blog.blog-page .single-blog .part-comments {
      margin-top: 60px; }
      .blog.blog-page .single-blog .part-comments h3 {
        font-size: 24px;
        color: #2d2d43;
        font-weight: 700;
        margin-bottom: 43px;
        margin-top: -7px; }
      .blog.blog-page .single-blog .part-comments .single-comment {
        display: flow-root;
        background: #fafafa;
        padding: 30px;
        padding-bottom: 11px;
        margin-bottom: 30px; }
        .blog.blog-page .single-blog .part-comments .single-comment.reply {
          margin-left: 60px; }
        .blog.blog-page .single-blog .part-comments .single-comment .user-img {
          width: 80px;
          float: left;
          margin-right: 20px;
          border-radius: 50%;
          overflow: hidden; }
          .blog.blog-page .single-blog .part-comments .single-comment .user-img img {
            width: 100%; }
        .blog.blog-page .single-blog .part-comments .single-comment .user-data {
          display: table; }
          .blog.blog-page .single-blog .part-comments .single-comment .user-data h4 {
            font-size: 16px;
            color: #2d2d43;
            font-weight: 700;
            text-transform: capitalize;
            margin-bottom: 4px; }
          .blog.blog-page .single-blog .part-comments .single-comment .user-data span.time {
            color: #085dad;
            display: inline-block;
            text-transform: capitalize;
            font-size: 14px;
            font-style: italic;
            margin-bottom: 7px; }
          .blog.blog-page .single-blog .part-comments .single-comment .user-data p {
            font-family: "Lato", sans-serif;
            font-size: 16px;
            line-height: 24px;
            color: #595959; }
    .blog.blog-page .single-blog .comment-box {
      margin-top: 60px; }
      .blog.blog-page .single-blog .comment-box h3 {
        font-size: 24px;
        color: #2d2d43;
        font-weight: 700;
        margin-bottom: 43px;
        margin-top: -7px; }
      .blog.blog-page .single-blog .comment-box form input {
        height: 50px;
        width: 100%;
        border: 1px solid #e5e5e5;
        padding: 0 20px;
        color: #595959;
        border-radius: 4px;
        margin-bottom: 30px; }
      .blog.blog-page .single-blog .comment-box form textarea {
        height: 160px;
        width: 100%;
        border: 1px solid #e5e5e5;
        color: #595959;
        border-radius: 4px;
        padding: 13px 20px 20px;
        display: -ms-grid;
        display: grid; }
      .blog.blog-page .single-blog .comment-box form button {
        width: 200px;
        height: 50px;
        background: #8cc739;
        color: #fff;
        font-weight: 700;
        text-transform: capitalize;
        border: 1px solid #8cc739;
        cursor: pointer;
        outline: none;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        margin-top: 40px; }
        .blog.blog-page .single-blog .comment-box form button:hover {
          background: transparent;
          color: #8cc739; }
  .blog.blog-details .single-blog {
    margin-bottom: 0; }
  .blog .blog-list ul li.blog-listing {
    padding: 20px 0 16px;
    border-bottom: 1px solid #e5e5e5; }
    .blog .blog-list ul li.blog-listing:last-child {
      border: none; }
    .blog .blog-list ul li.blog-listing:first-child {
      padding-top: 0; }
    .blog .blog-list ul li.blog-listing .list-single-blog h3 {
      line-height: 30px;
      margin-bottom: 12px;
      margin-top: -8px; }
      .blog .blog-list ul li.blog-listing .list-single-blog h3 a {
        font-size: 20px;
        font-weight: 700;
        font-family: "Roboto Slab", serif;
        text-transform: capitalize;
        color: #2d2d43; }
    .blog .blog-list ul li.blog-listing .list-single-blog ul li {
      color: #555555;
      font-size: 14px;
      font-weight: 400;
      display: inline-block;
      margin-right: 25px; }
      .blog .blog-list ul li.blog-listing .list-single-blog ul li:last-child {
        margin-right: 0; }
  .blog .blog-list.widget-style .list-single-blog h3 {
    padding-left: 0; }
    .blog .blog-list.widget-style .list-single-blog h3:after {
      display: none; }
    .blog .blog-list.widget-style .list-single-blog h3 a {
      font-size: 16px !important; }
  .blog .single-blog .part-img img {
    width: 100%; }
  .blog .single-blog .part-text {
    padding: 0 24px 10px;
    -webkit-box-shadow: 0px 20px 32px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 32px 8px rgba(0, 0, 0, 0.05); }
    .blog .single-blog .part-text .meta {
      border-bottom: 1px solid #e5e5e5; }
      .blog .single-blog .part-text .meta ul li {
        display: inline-block;
        font-size: 14px;
        color: #595959;
        border-right: 1px solid #e5e5e5;
        line-height: 100%;
        padding: 0 10px;
        text-align: center;
        margin: 20px 0; }
        .blog .single-blog .part-text .meta ul li:last-child {
          border: none;
          padding-right: 0; }
        .blog .single-blog .part-text .meta ul li:first-child {
          padding-left: 0; }
        .blog .single-blog .part-text .meta ul li span.icon {
          display: inline-block;
          color: #085dad;
          margin-right: 10px; }
    .blog .single-blog .part-text .text h3 {
      margin-top: 17px;
      margin-bottom: 16px; }
      .blog .single-blog .part-text .text h3 a {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 700;
        color: #2d2d43;
        display: inline-block; }
    .blog .single-blog .part-text .text p {
      font-size: 16px;
      line-height: 27px;
      font-family: "Lato", sans-serif;
      color: #595959; }

/*==========================================
    footer
==========================================*/
.footer {
  background: #1b1b1b;
  padding: 120px 0 83px; }
  .footer .about-widget h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: -4px; }
  .footer .about-widget p {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    line-height: 27px;
    color: #fff;
    margin-bottom: 36px; }
  .footer .about-widget .social ul li {
    display: inline-block; }
    .footer .about-widget .social ul li a {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 40px;
      color: #fff;
      text-align: center;
      border: 1px solid #fff;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin-right: 8px; }
      .footer .about-widget .social ul li a:hover {
        background: #085dad;
        border-color: #085dad; }
  .footer .link-widget h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 21px;
    margin-top: -4px; }
  .footer .link-widget ul li a {
    display: inline-block;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 15px; }
    .footer .link-widget ul li a span.icon {
      display: inline-block;
      margin-right: 6px; }
  .footer .link-widget ul li:last-child a {
    margin-bottom: 0; }
  .footer .address-area {
    text-align: center;
    margin-top: 80px; }
    .footer .address-area ul li {
      margin-bottom: 30px;
      display: inline-block;
      padding: 0 30px;
      position: relative; }
      .footer .address-area ul li:after {
        position: absolute;
        content: '';
        top: 50%;
        height: 20px;
        width: 1px;
        background: #fff;
        margin-top: -10px;
        right: 0; }
      .footer .address-area ul li:first-child {
        padding-left: 0; }
      .footer .address-area ul li:last-child {
        padding-right: 0; }
        .footer .address-area ul li:last-child:after {
          display: none; }
      .footer .address-area ul li .single-address {
        display: flow-root; }
        .footer .address-area ul li .single-address .part-icon {
          color: #085dad;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          float: left;
          margin-right: 10px; }
        .footer .address-area ul li .single-address .part-text {
          display: table;
          text-align: left;
          margin-top: -6px;
          margin-bottom: -19px; }
          .footer .address-area ul li .single-address .part-text p {
            font-size: 16px;
            font-family: "Lato", sans-serif;
            line-height: 24px;
            color: #fff; }

/*==========================================
    copyright
==========================================*/
.copyright {
  background: #1b1b1b;
  border-top: 1px solid #323232; }
  .copyright .copyright-area p {
    color: #fff;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    margin: 0;
    padding: 22px 0px; }
  .copyright .payment-area {
    text-align: right;
    width: 100%; }
    .copyright .payment-area p {
      color: #fff;
      font-size: 16px;
      font-family: "Lato", sans-serif;
      display: inline-block;
      margin: 0;
      margin-right: 20px; }
    .copyright .payment-area img {
      display: inline-block;
      max-width: 100px; }

/*==========================================
    second-feature
==========================================*/
.second-feature {
  padding: 120px 0 60px; }
  .second-feature .single-feature {
    margin-bottom: 56px; }
    .second-feature .single-feature .feature-item-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 21px; }
      .second-feature .single-feature .feature-item-header img {
        background: #085dad;
        width: 60px;
        padding: 10px;
        height: 60px; }
      .second-feature .single-feature .feature-item-header h3 {
        font-size: 22px;
        color: #2d2d43;
        font-weight: 700;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        text-transform: capitalize;
        margin-left: 20px; }
    .second-feature .single-feature .feature-item-body p {
      color: #595959;
      font-family: "Lato", sans-serif;
      line-height: 27px;
      font-size: 16px; }

/*==========================================
    process to get course
==========================================*/
.process-to-get-course {
  padding: 120px 0 90px; }
  .process-to-get-course .section-title {
    margin-bottom: 48px; }
    .process-to-get-course .section-title h2:after {
      display: none; }
  .process-to-get-course .single-process {
    margin-bottom: 30px; }
    .process-to-get-course .single-process .part-img img {
      width: 100%; }
    .process-to-get-course .single-process .part-text {
      padding: 25px 30px 9px;
      border: 1px solid #e5e5e5;
      border-top: none; }
      .process-to-get-course .single-process .part-text h3 {
        color: #2d2d43;
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 16px; }
      .process-to-get-course .single-process .part-text p {
        color: #595959;
        font-size: 16px;
        font-family: "Lato", sans-serif;
        line-height: 27px; }

.download-app {
  padding-top: 120px; }
  .download-app .part-img {
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    .download-app .part-img:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      height: 110%;
      background: #8cc739;
      z-index: -1;
      -webkit-transform: skewY(42deg);
      -ms-transform: skewY(42deg);
      transform: skewY(42deg);
      margin-bottom: -239px; }
    .download-app .part-img img {
      width: 100%;
      padding: 0 0 30px 30px; }
  .download-app .part-text h3 {
    font-size: 40px;
    font-weight: 700;
    color: #2d2d43;
    text-transform: capitalize;
    margin-bottom: 38px;
    margin-top: -10px; }
  .download-app .part-text p {
    color: #595959;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    line-height: 27px; }
  .download-app .part-text .download-buttons {
    margin-top: 46px; }
    .download-app .part-text .download-buttons a {
      display: inline-block;
      width: 150px;
      height: 50px;
      background: #8cc739;
      color: #fff;
      line-height: 48px;
      border: 1px solid #8cc739;
      text-align: center;
      text-transform: capitalize;
      border-radius: 50px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin-right: 16px; }
      .download-app .part-text .download-buttons a:hover {
        background: transparent;
        color: #8cc739; }
      .download-app .part-text .download-buttons a:last-child {
        color: #2d2d43;
        border-color: #2d2d43;
        background: #fff; }
        .download-app .part-text .download-buttons a:last-child:hover {
          background: #8cc739;
          color: #fff;
          border-color: #8cc739; }

/*==========================================
    breadcrump
==========================================*/
.breadcrump-etu {
  background: url("../img/breadcrump-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .breadcrump-etu:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #085dad;
    opacity: .95;
    z-index: -1; }
  .breadcrump-etu .breadcrump-content {
    margin-top: 130px;
    padding: 70px 0 74px; }
    .breadcrump-etu .breadcrump-content h2 {
      color: #fff;
      font-weight: 700;
      text-transform: capitalize;
      margin-bottom: 17px; }
    .breadcrump-etu .breadcrump-content ul li {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      text-transform: capitalize;
      display: inline-block; }
      .breadcrump-etu .breadcrump-content ul li:first-child, .breadcrump-etu .breadcrump-content ul li:nth-child(2) {
        position: relative;
        padding-right: 10px;
        margin-right: 18px; }
        .breadcrump-etu .breadcrump-content ul li:first-child:after, .breadcrump-etu .breadcrump-content ul li:nth-child(2):after {
          position: absolute;
          content: '//';
          left: 100%; }
      .breadcrump-etu .breadcrump-content ul li:last-child:after {
        display: none; }
      .breadcrump-etu .breadcrump-content ul li a {
        font-size: 16px;
        font-weight: 500;
        color: #8cc739;
        text-transform: capitalize;
        display: inline-block; }

/*==========================================
    course details
==========================================*/
.course-details {
  padding: 120px 0 90px; }
  .course-details.course-playlist {
    padding: 120px 0 100px; }
  .course-details .course-details-area .part-inst {
    display: flow-root;
    margin-bottom: 29px; }
    .course-details .course-details-area .part-inst .instructor-pic {
      width: 130px;
      float: left;
      margin-right: 20px; }
      .course-details .course-details-area .part-inst .instructor-pic img {
        width: 100%; }
    .course-details .course-details-area .part-inst .intructor-details {
      display: table; }
      .course-details .course-details-area .part-inst .intructor-details h3 {
        color: #2d2d43;
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 5px; }
      .course-details .course-details-area .part-inst .intructor-details span.position {
        color: #555555;
        font-size: 16px;
        display: inline-block;
        font-style: italic;
        text-transform: capitalize;
        margin-bottom: 6px; }
      .course-details .course-details-area .part-inst .intructor-details p {
        color: #595959;
        font-size: 16px;
        line-height: 27px;
        font-family: "Lato", sans-serif; }
  .course-details .course-details-area .part-course h3 {
    color: #2d2d43;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px; }
  .course-details .course-details-area .part-course p {
    font-size: 16px;
    line-height: 27px;
    color: #595959;
    font-family: "Lato", sans-serif; }
  .course-details .course-details-area .part-course .video {
    margin-top: 36px;
    position: relative;
    z-index: 2; }
    .course-details .course-details-area .part-course .video:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 0;
      opacity: .5; }
    .course-details .course-details-area .part-course .video img {
      width: 100%; }
    .course-details .course-details-area .part-course .video a {
      display: inline-block;
      font-size: 80px;
      color: #fff;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 50%;
      margin-left: -40px;
      z-index: 2; }
    .course-details .course-details-area .part-course .video.course-playlist {
      margin-bottom: 25px; }
  .course-details .course-details-area .part-information {
    margin-top: 40px; }
    .course-details .course-details-area .part-information .course-info h3 {
      color: #2d2d43;
      font-size: 24px;
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 16px;
      margin-top: -5px; }
    .course-details .course-details-area .part-information .course-info ul li {
      border-bottom: 1px solid #e5e5e5;
      padding: 12px 0; }
      .course-details .course-details-area .part-information .course-info ul li span {
        display: inline-block;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        color: #595959;
        text-transform: capitalize; }
        .course-details .course-details-area .part-information .course-info ul li span.property {
          font-weight: 700; }
        .course-details .course-details-area .part-information .course-info ul li span.value {
          float: right; }
    .course-details .course-details-area .part-information .course-info p {
      font-size: 16px;
      font-family: "Lato", sans-serif;
      line-height: 30px;
      color: #595959;
      margin-top: 30px; }
  .course-details .course-details-area .part-related-course {
    padding: 0;
    margin-top: 48px; }
    .course-details .course-details-area .part-related-course .section-title h2 {
      font-size: 24px; }
      .course-details .course-details-area .part-related-course .section-title h2:after {
        display: block; }

/*==========================================
    sidebar
==========================================*/
.sidebar .single-widget {
  margin-bottom: 40px; }
  .sidebar .single-widget:last-child {
    margin-bottom: 0; }
  .sidebar .single-widget .search-widget form {
    position: relative; }
    .sidebar .single-widget .search-widget form input {
      width: 100%;
      padding: 0 80px 0 30px;
      height: 50px;
      border: 1px solid #d9d9d9;
      background: transparent;
      outline: none; }
    .sidebar .single-widget .search-widget form button {
      border: none;
      background: transparent;
      color: #085dad;
      outline: none;
      height: 50px;
      width: 50px;
      position: absolute;
      top: 0;
      right: 0;
      border-left: 1px solid #d9d9d9;
      cursor: pointer; }
  .sidebar .single-widget .category-widget {
    background: #fafafa;
    padding: 40px 30px; }
    .sidebar .single-widget .category-widget.style-2 {
      padding: 40px 30px 30px; }
      .sidebar .single-widget .category-widget.style-2 ul li {
        margin-bottom: 0; }
        .sidebar .single-widget .category-widget.style-2 ul li a {
          display: inline-block;
          width: 100%;
          line-height: 30px;
          border: 1px solid #dbdbdb;
          padding: 9px 15px;
          border-radius: 3px;
          margin-bottom: 10px; }
          .sidebar .single-widget .category-widget.style-2 ul li a:hover .etu-icon {
            color: #8cc739;
            border-color: #8cc739; }
    .sidebar .single-widget .category-widget h3 {
      font-size: 22px;
      color: #2d2d43;
      text-transform: capitalize;
      font-weight: 700;
      position: relative;
      margin: 0;
      padding-left: 20px;
      margin-bottom: 35px;
      line-height: 22px; }
      .sidebar .single-widget .category-widget h3:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: #085dad; }
    .sidebar .single-widget .category-widget ul li {
      margin-bottom: 21px; }
      .sidebar .single-widget .category-widget ul li a {
        display: block;
        font-size: 16px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .sidebar .single-widget .category-widget ul li a i {
          margin-right: 4px; }
        .sidebar .single-widget .category-widget ul li a span {
          float: right; }
          .sidebar .single-widget .category-widget ul li a span.etu-icon {
            border: 1px solid #595959;
            color: #000;
            border-radius: 50px;
            width: 30px;
            height: 30px;
            font-size: 14px;
            text-align: center;
            line-height: 30px;
            text-align: center;
            display: inline-block;
            padding-left: 6px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
        .sidebar .single-widget .category-widget ul li a:hover {
          color: #085dad; }
      .sidebar .single-widget .category-widget ul li:last-child {
        margin-bottom: 0; }
  .sidebar .single-widget .admission-widget {
    background: #fafafa;
    padding: 40px 30px; }
    .sidebar .single-widget .admission-widget h3 {
      font-size: 22px;
      color: #2d2d43;
      text-transform: capitalize;
      font-weight: 700;
      position: relative;
      margin: 0;
      padding-left: 20px;
      margin-bottom: 30px;
      line-height: 22px; }
      .sidebar .single-widget .admission-widget h3:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: #085dad; }
    .sidebar .single-widget .admission-widget form input,
    .sidebar .single-widget .admission-widget form select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 50px;
      width: 100%;
      border: 1px solid #d8d7d6;
      border-radius: 4px;
      padding: 0 30px;
      margin-bottom: 10px;
      font-family: "Lato", sans-serif;
      color: #595959;
      text-transform: capitalize; }
    .sidebar .single-widget .admission-widget form .select-box {
      position: relative; }
      .sidebar .single-widget .admission-widget form .select-box span.icon {
        color: #595959;
        display: inline-block;
        position: absolute;
        width: 20px;
        right: 30px;
        height: 50px;
        text-align: right;
        line-height: 50px;
        top: -2px; }
    .sidebar .single-widget .admission-widget form button {
      cursor: pointer;
      width: 100%;
      color: #fff;
      background: #8cc739;
      border: none;
      outline: none;
      height: 60px;
      border-radius: 4px;
      font-weight: 700;
      font-size: 16px;
      border: 1px solid #8cc739;
      margin-top: 10px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .sidebar .single-widget .admission-widget form button:hover {
        background: transparent;
        color: #8cc739; }
  .sidebar .single-widget .blog-list-widget {
    background: #fafafa;
    padding: 40px 30px 20px; }
    .sidebar .single-widget .blog-list-widget h4 {
      font-size: 22px;
      color: #2d2d43;
      text-transform: capitalize;
      font-weight: 700;
      position: relative;
      margin: 0;
      padding-left: 20px;
      margin-bottom: 30px;
      line-height: 22px; }
      .sidebar .single-widget .blog-list-widget h4:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: #085dad; }
  .sidebar .single-widget .tag-widget {
    background: #fafafa;
    padding: 40px 30px 30px; }
    .sidebar .single-widget .tag-widget h3 {
      font-size: 22px;
      color: #2d2d43;
      text-transform: capitalize;
      font-weight: 700;
      position: relative;
      margin: 0;
      padding-left: 20px;
      margin-bottom: 30px;
      line-height: 22px; }
      .sidebar .single-widget .tag-widget h3:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: #085dad; }
    .sidebar .single-widget .tag-widget a {
      display: inline-block;
      height: 40px;
      padding: 0 20px;
      color: #000;
      border: 1px solid #595959;
      border-radius: 3px;
      text-transform: capitalize;
      line-height: 40px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin-right: 6px;
      margin-bottom: 10px; }
      .sidebar .single-widget .tag-widget a:hover {
        background: #085dad;
        color: #fff;
        border-color: #085dad; }

/*==========================================
    pagination
==========================================*/
.etu-pagination {
  text-align: center; }
  .etu-pagination .pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .etu-pagination .pagination .page-item .page-link {
      padding: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border: 1px solid #085dad;
      color: #085dad;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .etu-pagination .pagination .page-item .page-link:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        color: #fff; }
      .etu-pagination .pagination .page-item .page-link:hover {
        background: #085dad;
        color: #fff; }
    .etu-pagination .pagination .page-item.active .page-link {
      color: #fff;
      background: #085dad; }

/*==========================================
    contact
==========================================*/
.contact {
  padding: 120px 0; }
  .contact .part-map {
    margin-bottom: 35px; }
    .contact .part-map #map {
      height: 560px; }
  .contact .single-address-box {
    text-align: center; }
    .contact .single-address-box:hover .part-icon:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .contact .single-address-box .part-icon {
      display: inline-block;
      padding: 20px;
      position: relative;
      z-index: 2;
      top: 40px; }
      .contact .single-address-box .part-icon:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #085dad;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 4px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .contact .single-address-box .part-icon img {
        height: 40px; }
    .contact .single-address-box .part-text {
      border-radius: 4px;
      -webkit-box-shadow: 0px 10px 32px 8px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 10px 32px 8px rgba(0, 0, 0, 0.05);
      padding: 30px;
      padding-bottom: 25px;
      padding-top: 80px; }
      .contact .single-address-box .part-text h5 {
        font-size: 22px;
        font-weight: 700;
        text-transform: capitalize;
        color: #2d2d43;
        margin-bottom: 11px; }
      .contact .single-address-box .part-text p {
        font-size: 16px;
        font-family: "Lato", sans-serif;
        color: #595959;
        line-height: 26px;
        margin: 0; }
  .contact .message-box {
    margin-top: 60px; }
    .contact .message-box h3 {
      font-size: 24px;
      color: #2d2d43;
      font-weight: 700;
      margin-bottom: 43px;
      margin-top: -7px;
      text-transform: capitalize; }
    .contact .message-box form input {
      height: 50px;
      width: 100%;
      border: 1px solid #e5e5e5;
      padding: 0 20px;
      color: #595959;
      border-radius: 4px;
      margin-bottom: 30px; }
    .contact .message-box form textarea {
      height: 160px;
      width: 100%;
      border: 1px solid #e5e5e5;
      color: #595959;
      border-radius: 4px;
      padding: 13px 20px 20px;
      display: -ms-grid;
      display: grid; }
    .contact .message-box form button {
      width: 200px;
      height: 50px;
      background: #8cc739;
      color: #fff;
      font-weight: 700;
      text-transform: capitalize;
      border: 1px solid #8cc739;
      cursor: pointer;
      outline: none;
      border-radius: 4px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin-top: 40px; }
      .contact .message-box form button:hover {
        background: transparent;
        color: #8cc739; }

/*==========================================
    instructor details
==========================================*/
.instructor-details {
  padding: 120px 0; }
  .instructor-details .instructor-details-area .part-inst {
    display: flow-root;
    margin-bottom: 29px; }
    .instructor-details .instructor-details-area .part-inst .instructor-pic {
      width: 130px;
      float: left;
      margin-right: 20px; }
      .instructor-details .instructor-details-area .part-inst .instructor-pic img {
        width: 100%; }
    .instructor-details .instructor-details-area .part-inst .intructor-details {
      display: table; }
      .instructor-details .instructor-details-area .part-inst .intructor-details h3 {
        color: #2d2d43;
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 5px; }
      .instructor-details .instructor-details-area .part-inst .intructor-details span.position {
        color: #555555;
        font-size: 16px;
        display: inline-block;
        font-style: italic;
        text-transform: capitalize;
        margin-bottom: 6px; }
      .instructor-details .instructor-details-area .part-inst .intructor-details p {
        color: #595959;
        font-size: 16px;
        line-height: 27px;
        font-family: "Lato", sans-serif; }
  .instructor-details .instructor-details-area .part-text p {
    font-size: 16px;
    line-height: 27px;
    color: #595959;
    margin-bottom: 30px; }
    .instructor-details .instructor-details-area .part-text p:last-child {
      margin-bottom: 0; }
  .instructor-details .instructor-details-area .part-text h4 {
    font-size: 20px;
    color: #2d2d43;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px; }
  .instructor-details .instructor-details-area .control-buttons {
    margin-top: 45px; }
    .instructor-details .instructor-details-area .control-buttons a {
      display: inline-block;
      width: 150px;
      height: 50px;
      border-radius: 4px;
      background: #8cc739;
      color: #fff;
      text-transform: capitalize;
      border: 1px solid #8cc739;
      line-height: 48px;
      text-align: center;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .instructor-details .instructor-details-area .control-buttons a:hover {
        background: transparent;
        color: #8cc739; }
      .instructor-details .instructor-details-area .control-buttons a:last-child {
        border: 1px solid #e5e5e5;
        color: #595959;
        background: transparent;
        float: right; }
        .instructor-details .instructor-details-area .control-buttons a:last-child:hover {
          background: #8cc739;
          border-color: #8cc739;
          color: #fff; }

/*==========================================
    form
==========================================*/
.etu-form {
  padding: 120px 0; }
  .etu-form .form-area {
    padding: 60px;
    border: 1px solid #e5e5e5; }
    .etu-form .form-area h2 {
      font-size: 30px;
      font-weight: 700;
      color: #2d2d43;
      text-align: center;
      margin-bottom: 23px;
      margin-top: -10px;
      text-transform: capitalize; }
    .etu-form .form-area form .single-input-box {
      margin-bottom: 25px; }
      .etu-form .form-area form .single-input-box label {
        text-transform: capitalize;
        font-size: 16px;
        color: #2d2d43;
        display: block;
        margin-bottom: 13px;
        font-weight: 500; }
      .etu-form .form-area form .single-input-box input,
      .etu-form .form-area form .single-input-box select {
        text-transform: capitalize;
        width: 100%;
        height: 50px;
        padding: 0 25px;
        border: 1px solid #e5e5e5; }
    .etu-form .form-area form button {
      background: #8cc739;
      color: #fff;
      border-radius: 4px;
      height: 50px;
      width: 100%;
      border: 1px solid #8cc739;
      outline: none;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      cursor: pointer;
      text-transform: capitalize; }
      .etu-form .form-area form button:hover {
        background: transparent;
        color: #8cc739; }
    .etu-form .form-area .login-with-social {
      text-align: center;
      margin-top: 50px; }
      .etu-form .form-area .login-with-social a {
        width: 110px;
        height: 50px;
        border-radius: 4px;
        color: #fff;
        line-height: 50px;
        text-align: center;
        background: #3b5999;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        position: relative;
        top: 0;
        margin-right: 16px; }
        .etu-form .form-area .login-with-social a:hover {
          top: 3px; }
        .etu-form .form-area .login-with-social a:nth-child(2) {
          background: #dd4b39; }
        .etu-form .form-area .login-with-social a:nth-child(3) {
          background: #55acee;
          margin-right: 0; }

/*==========================================
    faq
==========================================*/
.faq {
  padding: 120px 0 90px; }
  .faq a {
    background: rgba(0, 213, 99, 0.09);
    color: #2d2d43;
    display: inline-block;
    height: 50px;
    width: 200px;
    border: 1px solid rgba(0, 213, 99, 0.3);
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin-top: 21px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .faq a:hover {
      background: #2d2d43;
      border-color: #2d2d43;
      color: #fff; }
  .faq .accordion .card {
    border: none;
    margin-bottom: 30px; }
    .faq .accordion .card:not(:first-of-type) .card-header:first-child {
      border-radius: 10px; }
    .faq .accordion .card .card-header {
      border: none;
      border-radius: 10px;
      padding: 0; }
      .faq .accordion .card .card-header h5 {
        padding: 0; }
        .faq .accordion .card .card-header h5 button {
          color: #2d2d43;
          font-size: 18px;
          font-weight: 700;
          text-decoration: none;
          padding: 0 30px 0 30px;
          height: 80px;
          display: block;
          width: 100%;
          text-align: left;
          background: #f0f8ff;
          border-radius: 10px 10px 0 0;
          position: relative; }
          .faq .accordion .card .card-header h5 button:after {
            position: absolute;
            right: 30px;
            top: 50%;
            margin-top: -10px;
            color: #085dad;
            text-align: center;
            border-radius: 50%;
            line-height: 100%;
            content: '\f067';
            font-size: 16px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
          .faq .accordion .card .card-header h5 button.collapsed {
            border-radius: 5px;
            -webkit-box-shadow: none;
            box-shadow: none; }
        .faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
          content: '\f068';
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
    .faq .accordion .card .card-body {
      border-radius: 0 0 10px 10px;
      background: #f0f8ff;
      padding-top: 0;
      margin-top: -6px;
      padding-left: 32px;
      padding-right: 30px;
      font-size: 16px;
      line-height: 30px; }

/*==========================================
    error 404
==========================================*/
.error {
  padding: 120px 0; }
  .error .error-area {
    text-align: center; }
    .error .error-area h2 {
      font-size: 60px;
      color: #2d2d43;
      font-weight: 700;
      margin-top: -19px;
      margin-bottom: 17px; }
    .error .error-area h3 {
      font-size: 24px;
      font-weight: 700;
      text-transform: capitalize;
      margin-bottom: 19px; }
    .error .error-area p {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      line-height: 27px;
      color: #595959; }
    .error .error-area a {
      display: inline-block;
      height: 50px;
      width: 180px;
      text-align: center;
      color: #fff;
      font-weight: 700;
      text-transform: capitalize;
      line-height: 48px;
      border: 1px solid #8cc739;
      background: #8cc739;
      border-radius: 50px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin-top: 30px; }
      .error .error-area a:hover {
        background: transparent;
        color: #8cc739; }
