/* End Department Area css
============================================================================================ */
/* Start Popular Courses Area css
============================================================================================ */
.popular_courses {
    padding: 120px 0 90px; }
    @media (max-width: 991px) {
      .popular_courses {
        padding: 60px 0 30px; } }
  
  .single_course {
    margin-bottom: 42px; }
    .single_course .course_head {
      position: relative;
      overflow: hidden; }
      .single_course .course_head.overlay:after {
        background: #000;
        opacity: 0.2;
        z-index: 1; }
      .single_course .course_head .authr_meta {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 2; }
        .single_course .course_head .authr_meta span {
          color: #fff;
          padding-left: 10px; }
        .single_course .course_head .authr_meta img {
          margin-top: -8px;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
      .single_course .course_head img {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .single_course .course_content {
      padding-top: 30px; }
      .single_course .course_content h4 a {
        color: #222222; }
      .single_course .course_content p {
        margin: 0; }
      .single_course .course_content .course_meta {
        margin-top: 25px; }
        .single_course .course_content .course_meta .meta_info {
          margin-right: 25px; }
          .single_course .course_content .course_meta .meta_info a {
            color: #222222; }
          .single_course .course_content .course_meta .meta_info i.lnr {
            padding-right: 5px; }
        .single_course .course_content .course_meta .price {
          padding: 10px 24px;
          font-size: 15px;
          color: #fff;
          font-weight: 600;
          font-family: "Montserrat", sans-serif;
          box-shadow: 0px 20px 50px rgba(0, 175, 224, 0.2); }
          .single_course .course_content .course_meta .price.df_color1 {
            box-shadow: 0px 20px 50px rgba(233, 62, 135, 0.2); }
          .single_course .course_content .course_meta .price.df_color2 {
            box-shadow: 0px 20px 50px rgba(115, 73, 204, 0.2); }
    .single_course:hover .course_head img {
      transform: scale(1.1);
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .single_course:hover h4 a {
      color: #00aee0; }
  
  /* End Popular Courses Area css
  ============================================================================================ */
  /* Start Courses Details Area css
  ============================================================================================ */
  .course_details_area .title {
    font-size: 21px;
    border: none;
    cursor: pointer;
    margin-top: 40px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22px; }
    .course_details_area .title:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      height: 1px;
      width: 74px;
      background: #4dbf1c; }
  
  .course_details_left .course_list {
    margin-bottom: 0; }
    @media (max-width: 575px) {
      .course_details_left .course_list {
        padding-left: 0; } }
    .course_details_left .course_list li {
      list-style: none;
      margin-bottom: 20px; }
      .course_details_left .course_list li .primary-btn {
        background: #f9f9f9;
        color: #777777;
        box-shadow: none;
        font-size: 12px; }
        .course_details_left .course_list li .primary-btn:hover {
          background: #00aee0;
          color: #ffffff;
          box-shadow: 0px 10px 30px rgba(0, 175, 224, 0.3); }
        @media (max-width: 575px) {
          .course_details_left .course_list li .primary-btn {
            min-width: 100px;
            font-size: 10px;
            padding: 0 10px; } }
      .course_details_left .course_list li:last-child {
        margin-bottom: 0; }
  
  @media (max-width: 991px) {
    .right-contents {
      margin-top: 50px; } }
  .right-contents ul {
    padding-left: 0; }
    .right-contents ul li {
      list-style: none;
      background: #f9f9f9;
      padding: 10px 22px;
      margin-bottom: 10px; }
      .right-contents ul li a {
        color: #777777;
        text-align: left; }
        .right-contents ul li a p {
          margin-bottom: 0px; }
      .right-contents ul li .or {
        color: #222222; }
  .right-contents .enroll {
    margin-top: 10px;
    width: 100%; }
  .right-contents .reviews span,
  .right-contents .reviews .star {
    width: 31%;
    margin-bottom: 10px; }
  .right-contents .avg-review {
    background: #04091e;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0px; }
    .right-contents .avg-review span {
      font-size: 18px;
      color: #00aee0; }
    @media (max-width: 991px) {
      .right-contents .avg-review {
        margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .right-contents .single-reviews .thumb {
      margin-right: 10px; } }
  .right-contents .single-reviews h5 {
    display: inline-flex; }
    @media (max-width: 1024px) {
      .right-contents .single-reviews h5 {
        display: block; } }
    .right-contents .single-reviews h5 .star {
      margin-left: 10px; }
      @media (max-width: 1024px) {
        .right-contents .single-reviews h5 .star {
          margin: 10px 0; } }
  .right-contents .feedeback {
    margin-top: 30px; }
    .right-contents .feedeback textarea {
      resize: none;
      height: 130px;
      background: #f1f9ff; }
      .right-contents .feedeback textarea:focus {
        box-shadow: none; }
  .right-contents .star .checked {
    color: #4dbf1c; }
  .right-contents .comments-area {
    padding: 0;
    border: 0;
    background: transparent; }
    .right-contents .comments-area .star {
      margin-left: 20px; }
  
  /* End  Courses Details Area css
  ============================================================================================ */
  /* Home Banner Area css
============================================================================================ */
.home_banner_area_small {
    z-index: 1;
    min-height: 600px;
    display: flex;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/banner/bradcam2.png) no-repeat scroll center; }
    .home_banner_area_small .banner_inner {
      position: relative;
      z-index: 10;
      width: 100%;
      display: flex; }
      .home_banner_area_small .banner_inner .container {
        vertical-align: middle;
        align-self: center; }
      .home_banner_area_small .banner_inner .banner_content {
        color: #fff; }
        .home_banner_area_small .banner_inner .banner_content h2 {
          margin-top: 0px;
          font-size: 48px;
          font-weight: 700;
          color: #fff;
          line-height: 54px; }
        .home_banner_area_small .banner_inner .banner_content p {
          max-width: 520px;
          font-size: 18px;
          font-weight: 600;
          margin: 25px 0px 45px; }
    .home_banner_area_small .search_course_wrap {
      margin-top: 40px;
      margin-bottom: 50px; }
      .home_banner_area_small .search_course_wrap .form_box {
        background: rgba(255, 255, 255, 0.15);
        max-width: 390px;
        padding: 10px 0px; }
        @media (max-width: 470px) {
          .home_banner_area_small .search_course_wrap .form_box {
            max-width: 210px;
            padding: 0; } }
      .home_banner_area_small .search_course_wrap .form-control {
        height: 50px;
        background: transparent;
        padding: 0 20px;
        border-radius: 0;
        display: inline-block;
        border: 0; }
      .home_banner_area_small .search_course_wrap input {
        font-size: 18px;
        color: #ffffff; }
        .home_banner_area_small .search_course_wrap input.placeholder {
          color: #ffffff;
          font-size: 14px; }
        .home_banner_area_small .search_course_wrap input:-moz-placeholder {
          color: #ffffff;
          font-size: 14px; }
        .home_banner_area_small .search_course_wrap input::-moz-placeholder {
          color: #ffffff;
          font-size: 14px; }
        .home_banner_area_small .search_course_wrap input::-webkit-input-placeholder {
          color: #ffffff;
          font-size: 14px; }
        .home_banner_area_small .search_course_wrap input:focus {
          box-shadow: none; }
      .home_banner_area_small .search_course_wrap .search_course_btn {
        background: -webkit-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
        background: -moz-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
        background: -ms-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
        background: -o-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
        background: linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
        background-size: 200% auto;
        border-radius: 0;
        color: #fff;
        position: relative;
        left: 60px;
        padding: 10px 35px;
        border: 0;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        @media (max-width: 480px) {
          .home_banner_area_small .search_course_wrap .search_course_btn {
            padding: 8px 16px;
            left: 0; } }
        .home_banner_area_small .search_course_wrap .search_course_btn:focus {
          box-shadow: none; }
        .home_banner_area_small .search_course_wrap .search_course_btn:hover {
          background-position: right center; }
  
  .blog_banner {
    min-height: 980px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 0px; }
    .blog_banner .banner_inner {
      background: #04091e;
      position: relative;
      overflow: hidden;
      width: 100%;
      min-height: 780px;
      z-index: 1; }
      .blog_banner .banner_inner .overlay {
        background: url(../img/banner/bradcam2.png) no-repeat center center;
        opacity: 0.5;
        height: 125%;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: -1; }
      .blog_banner .banner_inner .blog_b_text {
        max-width: 700px;
        margin: auto;
        color: #fff;
        margin-top: 40px; }
        .blog_banner .banner_inner .blog_b_text h2 {
          font-size: 60px;
          font-weight: 500;
          font-family: "Crimson Text", serif;
          line-height: 66px;
          margin-bottom: 15px; }
        .blog_banner .banner_inner .blog_b_text p {
          font-size: 16px;
          margin-bottom: 35px; }
        .blog_banner .banner_inner .blog_b_text #ffffff_bg_btn {
          line-height: 42px;
          padding: 0px 45px; }
  
  .banner_area {
    position: relative;
    background: url(../img/banner/bradcam2.png) no-repeat center center;
    z-index: 1;
    min-height: 392px;
    padding-top: 0 !important; }
    .banner_area .banner_inner {
      position: relative;
      overflow: hidden;
      width: 100%;
      min-height: 392px;
      z-index: 1; }
      .banner_area .banner_inner .overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: 0.4; }
      .banner_area .banner_inner .banner_content {
        position: relative;
        z-index: 2;
        color: #fff; }
        .banner_area .banner_inner .banner_content h2 {
          color: #fff;
          font-size: 48px; }
        @media (max-width: 991px) {
          .banner_area .banner_inner .banner_content p {
            display: none; } }
        .banner_area .banner_inner .banner_content .page_link {
          display: inline-block;
          padding: 7px 20px;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          margin-top: 20px; }
          .banner_area .banner_inner .banner_content .page_link a {
            font-size: 14px;
            color: #fff;
            font-family: "Crimson Text", serif;
            margin-right: 32px;
            position: relative;
            text-transform: uppercase; }
            .banner_area .banner_inner .banner_content .page_link a:before {
              content: "\f178";
              font: normal normal normal 14px/1 FontAwesome;
              position: absolute;
              right: -25px;
              top: 50%;
              transform: translateY(-50%); }
            .banner_area .banner_inner .banner_content .page_link a:last-child {
              margin-right: 0px; }
              .banner_area .banner_inner .banner_content .page_link a:last-child:before {
                display: none; }
  
  /* End Home Banner Area css
  ============================================================================================ */

/*============ Start Blog Single Styles  =============*/
.single-post-area .social-links {
    padding-top: 10px; }
    .single-post-area .social-links li {
      display: inline-block;
      margin-bottom: 10px; }
      .single-post-area .social-links li a {
        color: #cccccc;
        padding: 7px;
        font-size: 14px;
        transition: all 0.2s linear; }
        .single-post-area .social-links li a:hover {
          color: #222222; }
  .single-post-area .blog_details {
    padding-top: 26px; }
    .single-post-area .blog_details p {
      margin-bottom: 10px; }
  .single-post-area .quotes {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 24px 35px 24px 30px;
    background-color: white;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
    line-height: 24px;
    color: #777;
    font-style: italic; }
  .single-post-area .arrow {
    position: absolute; }
    .single-post-area .arrow .lnr {
      font-size: 20px;
      font-weight: 600; }
  .single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8); }
  .single-post-area .navigation-area {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 60px; }
    .single-post-area .navigation-area p {
      margin-bottom: 0px; }
    .single-post-area .navigation-area h4 {
      font-size: 18px;
      line-height: 25px;
      color: #222222; }
    .single-post-area .navigation-area .nav-left {
      text-align: left; }
      .single-post-area .navigation-area .nav-left .thumb {
        margin-right: 20px;
        background: #000; }
        .single-post-area .navigation-area .nav-left .thumb img {
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
      .single-post-area .navigation-area .nav-left .lnr {
        margin-left: 20px;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .single-post-area .navigation-area .nav-left:hover .lnr {
        opacity: 1; }
      .single-post-area .navigation-area .nav-left:hover .thumb img {
        opacity: .5; }
      @media (max-width: 767px) {
        .single-post-area .navigation-area .nav-left {
          margin-bottom: 30px; } }
    .single-post-area .navigation-area .nav-right {
      text-align: right; }
      .single-post-area .navigation-area .nav-right .thumb {
        margin-left: 20px;
        background: #000; }
        .single-post-area .navigation-area .nav-right .thumb img {
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
      .single-post-area .navigation-area .nav-right .lnr {
        margin-right: 20px;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .single-post-area .navigation-area .nav-right:hover .lnr {
        opacity: 1; }
      .single-post-area .navigation-area .nav-right:hover .thumb img {
        opacity: .5; }
  @media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
      padding-bottom: 0px; } }
  
  .comments-area {
    background: #fafaff;
    border: 1px solid #eee;
    padding: 50px 30px;
    margin-top: 50px; }
    @media (max-width: 414px) {
      .comments-area {
        padding: 50px 8px; } }
    .comments-area h4 {
      text-align: center;
      margin-bottom: 50px;
      color: #222222;
      font-size: 18px; }
    .comments-area h5 {
      font-size: 16px;
      margin-bottom: 0px; }
    .comments-area a {
      color: #222222; }
    .comments-area .comment-list {
      padding-bottom: 48px; }
      .comments-area .comment-list:last-child {
        padding-bottom: 0px; }
      .comments-area .comment-list.left-padding {
        padding-left: 25px; }
      @media (max-width: 413px) {
        .comments-area .comment-list .single-comment h5 {
          font-size: 12px; }
        .comments-area .comment-list .single-comment .date {
          font-size: 11px; }
        .comments-area .comment-list .single-comment .comment {
          font-size: 10px; } }
    .comments-area .thumb {
      margin-right: 20px; }
    .comments-area .date {
      font-size: 13px;
      color: #777777;
      margin-bottom: 13px; }
    .comments-area .comment {
      color: #777777;
      margin-bottom: 0px; }
    .comments-area .btn-reply {
      background-color: #fff;
      color: #222222;
      border: 1px solid #eee;
      padding: 2px 18px;
      font-size: 12px;
      display: block;
      font-weight: 600;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .comments-area .btn-reply:hover {
        color: #fff; }
  
  .comment-form {
    background: #fafaff;
    text-align: center;
    border: 1px solid #eee;
    padding: 47px 30px 43px;
    margin-top: 50px;
    margin-bottom: 40px; }
    .comment-form h4 {
      text-align: center;
      margin-bottom: 50px;
      font-size: 18px;
      line-height: 22px;
      color: #222222; }
    .comment-form .name {
      padding-left: 0px; }
      @media (max-width: 767px) {
        .comment-form .name {
          padding-right: 0px;
          margin-bottom: 1rem; } }
    .comment-form .email {
      padding-right: 0px; }
      @media (max-width: 991px) {
        .comment-form .email {
          padding-left: 0px; } }
    .comment-form .form-control {
      padding: 8px 20px;
      background: #fff;
      border: none;
      border-radius: 0px;
      width: 100%;
      font-size: 14px;
      color: #777777;
      border: 1px solid transparent; }
      .comment-form .form-control:focus {
        box-shadow: none;
        border: 1px solid #eee; }
    .comment-form textarea.form-control {
      height: 140px;
      resize: none; }
    .comment-form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: 15px;
      color: #777; }
    .comment-form ::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 15px;
      color: #777; }
    .comment-form :-ms-input-placeholder {
      /* IE 10+ */
      font-size: 15px;
      color: #777; }
    .comment-form :-moz-placeholder {
      /* Firefox 18- */
      font-size: 15px;
      color: #777; }
  
  /*============ End Blog Single Styles  =============*/
  /*---------------------------------------------------- */
  /*----------------------------------------------------*/
  /*============== contact_area css ================*/
  .mapBox {
    height: 420px;
    margin-bottom: 80px; }
  
  .contact_info .info_item {
    position: relative;
    padding-left: 45px; }
    .contact_info .info_item i {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 20px;
      line-height: 24px;
      color: #00aee0;
      font-weight: 600; }
    .contact_info .info_item h6 {
      font-size: 16px;
      line-height: 24px;
      color: "Crimson Text", serif;
      font-weight: bold;
      margin-bottom: 0px;
      color: #222222; }
      .contact_info .info_item h6 a {
        color: #222222; }
    .contact_info .info_item p {
      font-size: 14px;
      line-height: 24px;
      padding: 2px 0px; }
  
  .contact_form .form-group {
    margin-bottom: 10px; }
    .contact_form .form-group .form-control {
      line-height: 26px;
      color: #999;
      border: 1px solid #eeeeee;
      font-family: "Crimson Text", serif;
      border-radius: 0px;
      padding-left: 20px; }
      .contact_form .form-group .form-control:focus {
        box-shadow: none;
        outline: none; }
      .contact_form .form-group .form-control.placeholder {
        color: #999; }
      .contact_form .form-group .form-control:-moz-placeholder {
        color: #999; }
      .contact_form .form-group .form-control::-moz-placeholder {
        color: #999; }
      .contact_form .form-group .form-control::-webkit-input-placeholder {
        color: #999; }
    .contact_form .form-group textarea {
      resize: none; }
      .contact_form .form-group textarea.form-control {
        height: 140px; }
  .contact_form .primary-btn {
    margin-top: 20px;
    cursor: pointer; }
  
  /* Contact Success and error Area css
  ============================================================================================ */
  .modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    margin: 0px;
    max-width: 500px;
    width: 100%; }
    .modal-message .modal-dialog .modal-content .modal-header {
      text-align: center;
      display: block;
      border-bottom: none;
      padding-top: 50px;
      padding-bottom: 50px; }
      .modal-message .modal-dialog .modal-content .modal-header .close {
        position: absolute;
        right: -15px;
        top: -15px;
        padding: 0px;
        color: #fff;
        opacity: 1;
        cursor: pointer; }
      .modal-message .modal-dialog .modal-content .modal-header h2 {
        display: block;
        text-align: center;
        color: #00aee0;
        padding-bottom: 10px;
        font-family: "Crimson Text", serif; }
      .modal-message .modal-dialog .modal-content .modal-header p {
        display: block; }
  
  /* End Contact Success and error Area css
  ============================================================================================ */
  /*---------------------------------------------------- */
  /*----------------------------------------------------*/
  /*============== Elements Area css ================*/ 