/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #39cfca;
  color: #fff; }

::selection {
  background-color: #39cfca;
  color: #fff; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300; }



/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.section-gap {
  padding: 150px 0; }
  @media (max-width: 991px) {
    .section-gap {
      padding: 80px 0; } }


.p1-gradient-bg, .primary-btn, .primary-btn.white:hover, .banner-content .input-wrap .search-btn, .courses-list li:hover, .testimonials-area .owl-thumb-item.active .overlay-grad, .testimonials-area .owl-thumb-item .overlay-grad:hover, .top-category-widget-area .single-cat-widget:hover .overlay-bg, .post-content-area .single-post .primary-btn:hover, .blog-pagination .page-item.active .page-link, .blog-pagination .page-link:hover, .widget-wrap .newsletter-widget .bbtns, .footer-area .single-footer-widget .click-btn, .footer-area .footer-bottom .footer-social a:hover {
  background: -webkit-linear-gradient(90deg, #39cfca 0%, #3279bb 100%);
  background: -moz-linear-gradient(90deg, #39cfca 0%, #3279bb 100%);
  background: -o-linear-gradient(90deg, #39cfca 0%, #3279bb 100%);
  background: -ms-linear-gradient(90deg, #39cfca 0%, #3279bb 100%);
  background: linear-gradient(90deg, #39cfca 0%, #3279bb 100%); }



.courses-area {
  background: #f1f9ff; }
  .courses-area .courses-right {
    background: #fff;
    padding: 40px; }
    @media (max-width: 1024px) {
      .courses-area .courses-right {
        padding: 40px 20px; } }
    @media (max-width: 991px) {
      .courses-area .courses-right {
        margin-top: 60px; } }

.courses-list li {
  background: #f7fafc;
  margin-bottom: 15px;
  -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;
  display: inline-block;
  color: #777777;
  padding: 17px 30px;
  font-size: 16px;
  font-weight: 500; }
  .courses-list li:hover  {

    color: #fff; }
.courses-list a {
  display: inline-block;
  color: #777777;
  padding: 17px 30px;
  font-size: 16px;
  font-weight: 500; }
  @media (max-width: 1024px) and (min-width: 992px) {
    .courses-list a {
      padding: 17px 20px; } }
.courses-list i {
  margin-right: 20px; }


/* .wrapper-block {
  display: flex;
} */

.fl {
  display: flex;
}