/*-------------------------------------------------
 =  Table of Css

 1.Import google fonts & basic style of template
 2.Header
 3.Isotope filtering
 4.Kenburn slider basic
 5.General
 6.testimonial section
 7.Team Sections
 8.services page
 9.collapse section
 10.career section
 11.Pricing section
 12.portfolio section
 13.video section
 14.clients section
 15.feature section
 16.News section
 17.Sidebar
 18.Subscribe section
 19.Statistic sections
 20.About sections
 21.Single Post
 22.Single Project
 23.Contact
 24.Footer
 25.Responsive part
-------------------------------------------------*/


/*------------------------------------------------- */
/* =  General
 *------------------------------------------------- */
 #container {
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

#container.active {
  opacity: 1; }

.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 4px;
  margin-top: -2px;
  margin-left: -18px;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.preloader img {
  -webkit-backface-visibility: hidden; }


/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
 a:hover{
  text-decoration: none;
 }
 .navbar-dark .navbar-brand:hover {
    color: #333;
}
header.header {
  position: fixed;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  z-index: 99; 
}
.header img{
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.header img.original-logo, .header.active .custom-logo{
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header.active .original-logo{
  visibility: visible;
  opacity: 1;
  display: inline-block;
}
header.transparent-header{
  background: transparent;
  border: none;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.active, header.transparent-header{
  position: fixed;
  /*animation: fade 0.5s;*/
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar {
  padding: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: none;
  width: 100%;
  z-index: 3;
  background: transparent !important;
  border-bottom: 1px solid transparent; }
  .navbar a.navbar-brand {
    float: none;}
    .navbar a.navbar-brand img {
      margin-bottom: 5px; }

header.transparent-header .navbar{
  border-bottom-color: #fff;
}
header.active {
  background: #fff !important; }

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
   }
   .navbar-dark .navbar-brand{
    color: #333;
    font-weight: 600;
   }
  .navbar-nav > li > a {
    display: inline-block;
    color: #2e3131 !important;
    font-size: 16px;
    font-weight: 600 !important;
    font-family: "Raleway", sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 28px 15px 26px !important;
    margin: 0 7px -2px;
    position: relative;
    border-bottom: 1px solid transparent; }
    .navbar-nav > li > a i {
      font-size: 11px;
      margin-left: 10px; }
  .navbar-nav > li:last-child > a {
    padding-right: 0 !important;
    margin-right: 0; }
  .navbar-nav > li > a.active,
  .navbar-nav > li > a:hover {
    color: #3366cc !important;
    border-bottom: 1px solid #3366cc;
    text-decoration: none; }
  .navbar-nav li.drop-link {
    position: relative; }
.transparent-header .navbar-nav > li > a{
  color: #fff !important;
  margin-bottom: -1px;
}
.transparent-header.active .navbar-nav > li > a{
  color: #2e3131 !important;
}
.navbar-nav.active > li > a {
  opacity: 0;
  visibility: hidden; }


.dropdown {
  position: absolute;
  border-top: 2px solid #4885ff;
  top: 100%;
  left: 0;
  background: #fff;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out; }
  .dropdown > li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e3e1f3; }
    .dropdown > li a {
      display: block;
      padding: 15px 20px;
      color: #6c7a89;
      font-size: 15px;
      font-weight: 400;
      font-family: "Poppins", sans-serif; }
    .dropdown > li > a:hover {
      background: #f2f4f8;
      color: #4885ff; }
    .dropdown > li .dropdown.level2 {
      top: -2px;
      left: 100%;
      border-left: 1px solid #292929; }

li:hover > .dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: -1px; }
.dropdown .dropdown{
  right: 100%;
  left: auto;
  top: 0;
}


/*------------------------------------------------- */
/* =  Sidebar */
/*------------------------------------------------- */
.sidebar {
  padding-left: 30px; }
  .sidebar .widget {
    margin-bottom: 40px; }
    .sidebar .widget > h2 {
      padding-bottom: 10px;
      margin-bottom: 12px;
      border-bottom: 1px solid #eeeeee; }
  .search-widget input[type="search"] {
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #d7d7d7;
    width: 100%;
    outline: none;
    color: #666;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  /*.search-widget button {
    background: transparent;
    border: none;
    float: right;
    margin-top: -33px;
    margin-right: 14px;
    position: relative;
    z-index: 2;
    cursor: pointer; }
  .search-widget button i {
    color: #999999;
    font-size: 18px; }*/
  .sidebar .text-widget p {
    font-family: "Hind", sans-serif;
    margin-bottom: 0; }
  .sidebar .category-widget ul li {
    display: block;
    margin-bottom: 5px; }
    .sidebar .category-widget ul li a {
      color: #666666;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      font-weight: 300; }
      .sidebar .category-widget ul li a span {
        color: #cccccc; }
    .sidebar .category-widget ul li a:before {
      float: left;
      content: '\f112';
      font-family: 'LineAwesome';
      font-size: 12px;
      margin-right: 15px;
      margin-top: 2px; }
    .sidebar .category-widget ul li a:hover {
      color: #4885ff;
      text-decoration: underline !important; }
  .sidebar .category-widget ul li:last-child {
    margin-bottom: 0; }
  .sidebar .popular-widget ul.popular-list {
    padding-top: 6px; }
    .sidebar .popular-widget ul.popular-list li {
      list-style: none;
      overflow-y: hidden;
      margin-bottom: 20px; }
      .sidebar .popular-widget ul.popular-list li img {
        float: left;
        border-radius: 3px;
        max-width: 70px; }
      .sidebar .popular-widget ul.popular-list li .side-content {
        margin-left: 90px;
        padding-top: 4px; }
        .sidebar .popular-widget ul.popular-list li .side-content h2 {
          font-size: 16px;
          font-weight: 600;
          color: #2e3131;
          line-height: 1.4;
          font-family: 'Raleway';
          margin-bottom: 0px; }
          .sidebar .popular-widget ul.popular-list li .side-content h2 a {
            color: #2e3131; }
          .sidebar .popular-widget ul.popular-list li .side-content h2 a:hover {
            text-decoration: underline;
            color: #3366cc; }
        .sidebar .popular-widget ul.popular-list li .side-content span {
          display: inline-block;
          margin: 0;
          color: #999;
          font-size: 15px;
          font-family: "Hind", sans-serif;
          font-weight: normal; }
    .sidebar .popular-widget ul.popular-list li:last-child {
      margin-bottom: 0; }
  .sidebar .tags-widget ul.tags-list {
    padding-top: 6px; }
    .sidebar .tags-widget ul.tags-list li {
      display: inline-block;
      margin-right: 2px;
      margin-bottom: 5px; }
      .sidebar .tags-widget ul.tags-list li a {
        color: #999999;
        font-size: 15px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        padding: 4px 8px;
        border: 1px solid #d7d7d7;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .sidebar .tags-widget ul.tags-list li a:hover {
        color: #666666;
        background: #f6f6f7; }
  .sidebar .advertise-widget {
    text-align: center; }
    .sidebar .advertise-widget img {
      max-width: 100%;
      height: auto; }
    .sidebar .advertise-widget span {
      display: inline-block;
      color: #999999;
      font-family: "Hind", sans-serif;
      font-size: 13px;
      font-weight: 400;
      margin-bottom: 3px; }


/*------------------------------------------------- */
/* =  Single Post */
/*------------------------------------------------- */

section.page-banner-section {
  margin-top: 77px;
  padding: 130px 0 50px;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background-color: #3366cc;
  background-image: url('../images/page-banner-image.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
 
  section.page-banner-section .page-banner-box {
    padding: 140px 0 90px; }
  .single-post section.page-banner-section h1.heading1 {
    font-family: 'Raleway';
    color: #ffffff;
    line-height: 1.4;
    font-size: 40px;
  }
  .page-banner-section h1.heading1{
    color: #fff;
  }
  section.page-banner-section p {
    line-height: 30px;
    margin-bottom: 0;
    font-size: 18px;
    color: #a9c6fe; }
.blog-section{
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-post h2 {
  margin-bottom: 20px; }
.single-post .heading1, .blog-box .blog-post h2.heading2{
  font-family: 'Raleway';
  line-height: 26px;
  font-weight: 700;
  font-size: 18px;
}
.single-post .heading1{
  font-size: 30px;
  line-height: 40px;
}
.single-post p {
  margin-bottom: 20px; 
  line-height: 26px;
}

.single-post p.auth-paragraph, .blog-box .blog-post .auth-paragraph{
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #999;
  margin-bottom: 5px; }
  p.auth-paragraph a {
    color: #999; }
  p.auth-paragraph a:hover {
    color: #3366cc; }
  a{
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-bottom: 1px solid transparent;
  }
  a:hover{
    text-decoration: none;
  }
  .blog-box .blog-post h2 a:hover, .single-post__tags a:hover{
    color: #3366cc;
  }
.single-post__image {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem; 
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
}

.single-post__list-item {
  display: inline-block;
  margin-right: 0.25rem;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 300; }
  .single-post__list-item i {
    color: #ccc; }
  .single-post__list-item a {
    color: #666666; }
  .single-post__list-item a:hover {
    color: #4885ff; }

.single-post__quote {
  padding: 1rem 0;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding-left: 90px;
  position: relative; }

.single-post__quote:before {
  content: '\f2cd';
  color: #4885ff;
  font-size: 2.125rem;
  display: inline-block;
  font-family: 'LineAwesome';
  position: absolute;
  font-style: normal;
  top: 1.875rem;
  left: 1rem; }

.single-post .single-post__tags {
  font-size: 16px;
  margin: 0; }
  .single-post__tags i {
    color: #ccc; }
  .single-post__tags a {
    color: #999; }
select, input[type="text"]:placeholder, input[type="email"]:placeholder, input[type="password"]:placeholder, input[type="search"]:placeholder, input[type="number"]:placeholder, input[type="url"]:placeholder, textarea:placeholder{
  color: #999;
}
.single-post__share-list {
  margin: 1rem 0 2rem;
  text-align: right;
  color: #666666; }
  .single-post__share-list i {
    color: #ccc; }
  .single-post__share-list a {
    font-size: 0.9375rem;
    margin-left: 0.5rem; }
  .single-post__share-list a.twitter i {
    color: #5ab4d6; }
  .single-post__share-list a.facebook i {
    color: #5252d4; }
  .single-post__share-list a.pinterest i {
    color: #d74040; }
  .single-post__share-list a:hover {
    opacity: 0.7; }

@media (max-width: 767px) {
  .blog-box .blog-post .post-content{
    margin: 0 !important;
    padding: 15px 15px 0 !important;
  }
  .single-post__share-list {
    text-align: left; } }

.other-posts {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  position: relative; }
  .other-posts__prev, .other-posts__next {
    display: flex;
    width: 50%;
    align-items: center;
    padding: 0.5rem 0; }
    .other-posts__prev i, .other-posts__next i {
      font-size: 20px;
      color: #333;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
  .other-posts__prev:hover i, .other-posts__next:hover i, .other-posts__prev:hover h2, .other-posts__next:hover h2 {
    color: #3366cc; }
  .other-posts__next {
    text-align: right;
    flex-direction: row-reverse; }
  .other-posts__prev i {
    margin-right: 1rem; }
  .other-posts__next i {
    margin-left: 1rem; }
  .other-posts__desc {
    margin-bottom: 0; 
    font-size: 16px;
    color: #999;
  }
  .single-post .other-posts h2{
    font-size: 20px;
  }
  .other-posts__title {
    margin-bottom: 0; }
  .heading2 {
    font-size: 18px;
    font-family: 'Raleway';
    font-weight: 700;
  }
.comment-area-box {
  margin-bottom: 30px; }
  .comment-area-box > ul {
    padding: 0px; }
    .comment-area-box > ul li.comment,.comment-area-box > ul li.pingback  {
      list-style: none;
      padding: 20px;
      border: 1px solid #ebebeb;
      background: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 5px;
      margin-bottom: 20px; }
      .comment-area-box > ul li.comment .comment-box,.comment-area-box > ul li.pingback .comment-box{
        overflow: hidden; }
        .comment-area-box > ul li.comment .comment-box img,.comment-area-box > ul li.pingback .comment-box img {
          max-width: 40px;
          float: left;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .comment-area-box > ul li.comment .comment-box .comment-content,.comment-area-box > ul li.pingback .comment-box .comment-content {
          margin-left: 70px; }
          .comment-area-box > ul li.comment .comment-box .comment-content h4,.comment-area-box > ul li.pingback .comment-box .comment-content h4{
            float: left;
            color: #333333;
            font-size: 18px;
            font-family: "Raleway", sans-serif;
            font-weight: 600;
            margin: 0; }
            .comment-area-box > ul li.comment .comment-box .comment-content p,.comment-area-box > ul li.pingback .comment-box .comment-content p{
              clear: both;
            }
            .comment-area-box > ul li.comment .comment-box .comment-content h4 a,.comment-area-box > ul li.pingback .comment-box .comment-content h4 a{
              color: #333333;
             font-size: 15px;
            }
          .comment-area-box > ul li .comment-box .comment-content span, .comment-area-box > ul li .comment-box .comment-content a.comment-reply-link {
            font-size: 14px;
            color: #999999;
            font-family: "Hind", sans-serif;
            display: inline-block;
            font-weight: normal;
            margin: 0 0 10px; }
            .comment-area-box > ul li .comment-box .comment-content span i, .comment-area-box > ul li .comment-box .comment-content a.comment-reply-link i {
              color: #999999;
              margin-right: 8px; }
          .comment-area-box > ul li .comment-box .comment-content a.comment-reply-link, .comment-area-box > ul li .comment-box .comment-content span.date-comm {
            float: right;
            margin-left: 10px; 
            color: #ccc;
            font-weight: normal;
            font-size: 15px;
            line-height: 24px;
            font-family: Hind;}
          .comment-area-box > ul li .comment-box .comment-content a:hover,.comment-area-box > ul li .comment-box .comment-content h4 a {
            color: #3366cc; }
          .comment-area-box > ul li .comment-box .comment-content p {
            margin-bottom: 0px; }

.contact-form {
  padding: 1.875rem;
  background: #f6f6f7;
  margin-bottom: 1.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .contact-form__input-text, .contact-form__textarea {
    display: block;
    width: 100%;
    padding: 0.625rem 1.25rem;
    color: #999999;
    font-size: 0.9375rem;
    font-weight: 300;
    background: #ffffff;
    outline: none;
    border: 1px solid #dddddd;
    margin: 0 0 1.875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  .contact-form__input-text:hover, .contact-form__textarea:hover {
    border-color: #4885ff; }
  .contact-form__textarea {
    height: 6.25rem; }
  .contact-form__submit {
    padding: 0.625rem 3rem;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border: none;
    background: #4885ff;
    font-family: "Poppins", sans-serif;
    outline: none;
    margin: 0;
    cursor: pointer;
    -webkit-border-radius: 1.75rem;
    -moz-border-radius: 1.75rem;
    -ms-border-radius: 1.75rem;
    border-radius: 1.75rem;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  .contact-form__submit:hover {
    background: #4885ff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1); }

#msg {
  padding: 0.75rem 1.5rem;
  margin-top: 0.625rem; }

/*------------------------------------------------- */
/* =  Blog Archive */
/*------------------------------------------------- */

.blog-box .blog-post{
  margin-bottom: 50px;
}
.blog-box .blog-post img{
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.blog-box .blog-post .post-content{
  padding: 0;
}
.text-btn{
  font-family: 'Raleway';
  font-size: 14px;
  color: #3366cc;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
.text-btn:hover{
  border-bottom: 1px solid #3366cc;
}
/*------------------------------------------------- */
/* =  Single Project */
/*------------------------------------------------- */
section.single-project-section {
  padding: 50px 0;
  background: #ffffff; }
  section.single-project-section img {
    width: 100%;
    margin-bottom: 30px; }
  section.single-project-section .single-content .project-content {
    margin-bottom: 30px; }
    section.single-project-section .single-content .project-content h2 {
      margin-bottom: 5px; }
    section.single-project-section .single-content .project-content p {
      color: #999999;
      margin-bottom: 30px; }
    section.single-project-section .single-content .project-content ul.social-icons {
      margin-bottom: 30px; }
      section.single-project-section .single-content .project-content ul.social-icons li {
        display: inline-block;
        margin: 0 4px; }
        section.single-project-section .single-content .project-content ul.social-icons li a {
          color: #999999;
          font-size: 16px; }
        section.single-project-section .single-content .project-content ul.social-icons li a:hover {
          color: #4885ff; }
    section.single-project-section .single-content .project-content ul.detail-list {
      margin-bottom: 40px; }
      section.single-project-section .single-content .project-content ul.detail-list li {
        display: block;
        margin-bottom: 5px; }
        section.single-project-section .single-content .project-content ul.detail-list li span {
          color: #333333; }

section.similar-projects-section {
  padding: 0 0 70px;
  background: #fff; }
  section.similar-projects-section .container > h2 {
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 30px; }
  section.similar-projects-section .similar-projects-box {
    margin-left: -15px;
    margin-right: -15px; }
    section.similar-projects-section .similar-projects-box .item {
      margin: 0 15px; }
    section.similar-projects-section .similar-projects-box .project-post img {
      width: 100%;
      height: auto; }
    section.similar-projects-section .similar-projects-box .project-post .project-content {
      text-align: center;
      padding: 15px 0;
      position: relative;
      z-index: 3; }
      section.similar-projects-section .similar-projects-box .project-post .project-content h2 {
        font-size: 17px;
        margin-bottom: -3px; }
        section.similar-projects-section .similar-projects-box .project-post .project-content h2 a {
          color: #333333; }
        section.similar-projects-section .similar-projects-box .project-post .project-content h2 a:hover {
          color: #4885ff; }
      section.similar-projects-section .similar-projects-box .project-post .project-content ul.project-tags li {
        display: inline-block; }
        section.similar-projects-section .similar-projects-box .project-post .project-content ul.project-tags li a {
          color: #999999;
          font-family: "Hind", sans-serif;
          font-weight: 300;
          font-size: 16px; }
          section.similar-projects-section .similar-projects-box .project-post .project-content ul.project-tags li a:hover {
            text-decoration: underline !important; }
    section.similar-projects-section .similar-projects-box .owl-controls {
      z-index: 999;
      position: relative;
      position: absolute;
      top: 0;
      right: 15px;
      margin-top: -60px; }
    section.similar-projects-section .similar-projects-box .owl-pagination {
      display: none; }
    section.similar-projects-section .similar-projects-box .owl-buttons {
      display: block; }
    section.similar-projects-section .similar-projects-box .owl-buttons div {
      background: transparent;
      margin: 0;
      padding: 0;
      color: #aaaaaa;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
      section.similar-projects-section .similar-projects-box .owl-buttons div:hover {
        color: #333333; }
    section.similar-projects-section .similar-projects-box .owl-buttons div.owl-prev {
      margin-right: 10px; }
    section.similar-projects-section .similar-projects-box .owl-buttons div.owl-prev:before {
      content: '\f120';
      font-family: 'LineAwesome';
      font-size: 20px; }
    section.similar-projects-section .similar-projects-box .owl-buttons div.owl-next:before {
      content: '\f121';
      font-family: 'LineAwesome';
      font-size: 20px; }

/*------------------------------------------------- */
/* =  Contact */
/*------------------------------------------------- */
#map {
  width: 100%;
  height: 480px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden; }

section.contact-section {
  padding: 70px 0; }
  section.contact-section .contact-info {
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb; }
    section.contact-section .contact-info .info-post {
      margin-bottom: 50px; }
      section.contact-section .contact-info .info-post span {
        display: inline-block;
        float: left;
        width: 60px;
        height: 60px;
        border: 1px solid rgba(71, 133, 255, 0.7);
        line-height: 58px;
        color: #4885ff;
        font-size: 26px;
        text-align: center;
        margin: 10px 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        position: relative; }
        section.contact-section .contact-info .info-post span i {
          position: relative;
          z-index: 2; }
        section.contact-section .contact-info .info-post span:after {
          content: '';
          top: -10px;
          left: -10px;
          bottom: -10px;
          right: -10px;
          position: absolute;
          border: 1px solid #4885ff;
          opacity: 0.3;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        section.contact-section .contact-info .info-post span:hover {
          background: #4885ff;
          color: #fff; }
        section.contact-section .contact-info .info-post span:hover:after {
          background: #4885ff;
          animation-name: bordermove;
          animation-duration: 0.8s;
          animation-timing-function: ease-out;
          animation-delay: 0s;
          animation-direction: alternate;
          animation-iteration-count: infinite;
          animation-fill-mode: none;
          animation-play-state: running; }

@keyframes bordermove {
  0% {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  100% {
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px; } }
      section.contact-section .contact-info .info-post .info-content {
        margin-left: 100px; }
        section.contact-section .contact-info .info-post .info-content h2 {
          margin-bottom: 5px; }
  section.contact-section .title-section {
    margin-bottom: 30px;
    margin-top: 10px; }
    section.contact-section .title-section span {
      margin-bottom: 0; }
  section.contact-section #contact-form {
    margin: 0;
    text-align: center; }
    section.contact-section #contact-form input[type="text"],
    section.contact-section #contact-form textarea {
      width: 100%;
      padding: 10px 20px;
      background: transparent;
      color: #999999;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      outline: none;
      border: 1px solid #ebebeb;
      margin: 0 0 30px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    section.contact-section #contact-form input[type="text"]:focus,
    section.contact-section #contact-form textarea:focus {
      border: 1px solid #4885ff; }
    section.contact-section #contact-form textarea {
      height: 120px;
      margin-bottom: 30px; }
    section.contact-section #contact-form input[type="submit"] {
      padding: 0.625rem 3rem;
      color: #ffffff;
      font-size: 15px;
      font-weight: 400;
      border: none;
      background: #4885ff;
      font-family: "Poppins", sans-serif;
      outline: none;
      margin: 0;
      cursor: pointer;
      -webkit-border-radius: 1.75rem;
      -moz-border-radius: 1.75rem;
      -ms-border-radius: 1.75rem;
      border-radius: 1.75rem;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
    section.contact-section #contact-form input[type="submit"]:hover {
      background: #4885ff;
      box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1); }

/*------------------------------------------------- */
/* =  SINGLE COURSES */
/*------------------------------------------------- */
.listing-detail__gal {
    
    position: relative;
}
.listing-detail__gal-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 2rem;
}
.listing-detail__title {
    color: #fff;
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.listing-detail__gal-box{
  color: #ccc;
}
.tutor-single-course-rating .tutor-single-rating-count{
  color: #f4c150 !important;
}
.tutor-single-course-rating .tutor-single-rating-count i{
  color: #fff;
  font-size: 13px;
}
.tutor-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tutor-single-lesson-wrap, .tutor-courses-wrap{
  /*margin-top: 80px;*/
}
.tutor-segment-title, .tutor-single-course-segment .tutor-segment-title{
  font-family: 'Raleway';
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
}
.tutor-price-preview-box{
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 4px 23px rgba(0,0,0,0.1);
  box-shadow: 0 4px 23px rgba(0,0,0,0.1);
}
.tutor-price-preview-box .price del+ins{
  text-decoration: none;
  margin-right: 8px;
}
.tutor-price-preview-box .price del{
  color: #ccc;
}
.tutor-price-preview-box > .price{
  margin-bottom: 14px;
  padding: 0 20px;
  font-size: 30px;
  font-family: 'Raleway';
  font-weight: 600;
  color: #2e3131;
}
.meta-infor{
  list-style: none;
  padding: 0 20px;
  font-size: 15px;
  color: #666;
}
.meta-infor li{
  margin-bottom: 3px;
}
.meta-infor i{
  margin-right: 5px;
}
.tutor-single-course-lead-info, .tutor-course-content-wrap, .tutor-course-material-includes-wrap{
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.tutor-custom-list-style{
  color: #2e3131;
}
.tutor-custom-list-style li:before{
  font-size: 15px;
  margin-right: 5px;
  color: #00be00 !important;
}
.tutor-course-topics-contents .tutor-course-topic {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    border-radius: 3px;
    background: #f6f7fa;
}
.tutor-course-lesson{
  border-top: none;

}
.tutor-course-topics-contents .tutor-active .tutor-course-title{
  border-bottom: 1px solid #2e3131;
  padding-left: 0;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;

}
.tutor-course-topics-contents .tutor-course-title h4{
  color: #333;
  font-family: 'Raleway';
  font-weight: 600;
}
.tutor-full-width-course-top h4.tutor-segment-title{
  font-weight: 600;
  margin-bottom: 20px;
}
.tutor-course-lesson h5 a{
  color: #666 !important;
  font-size: 15px;
}
.tutor-course-lesson h5 a:hover{
  color: #3366cc !important;
}
.single-instructor-wrap .instructor-name h3 a, .tutor-review-individual-item .tutor-review-user-info a{
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 16px;
  color: #2e3131;
}
.single-instructor-wrap .instructor-avatar img{
  max-width: 130px;
}
.tutor-review-individual-item .tutor-review-user-info p{
  font-size: 15px;
  color: #999;
}
.course-avg-rating-wrap .course-avg-rating{
  color: #2e3131;
}
.instructor-avatar .tutor-text-avatar {
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 60px;
}
.tutor-star-rating-group{
  font-size: 12px;
}
.rating-meter-col{
  font-size: 13px;
}
.single-instructor-wrap .single-instructor-bottom{
  font-size: 13px;
  color: #999;
}
.single-instructor-wrap .single-instructor-top{
  border-bottom-color: #ebebeb;
}
.single-instructor-wrap{
  border-color: #ebebeb;
}
.owl-carousel .owl-item img{
  width: auto;
}
.related-projects-section {
  padding: 40px 0;
  background: #f6f7fa;
}
.related-heading{
  font-family: 'Raleway';
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.related-projects-section .owl-carousel {
    
    width: auto;
}
.related-projects-section .owl-carousel .item {
    /*padding: 0 15px;*/
}
.tutor-course-header img, .owl-carousel .owl-item .tutor-course-header img{
  width: 100%;
}

.related-projects-section .owl-carousel .item .tutor-course-col-4, .project-post div[class*="tutor-course-col"]{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  color: #999;
  -webkit-border-radius: 5px;
  -webkit-transition: 300ms;
    transition: 300ms;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
  background: #fff;
  -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.1);
  box-shadow: 0 4px 13px rgba(0,0,0,0.1);
}
.owl-nav{
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  z-index: -1;
}
.owl-carousel .owl-nav button.owl-prev {
  margin-left: -80px;
}
.owl-carousel .owl-nav button.owl-next {
  margin-right: -80px;
  float: right;
}
.owl-dots{
  text-align: center;
}
 .owl-carousel button.owl-dot{
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  background: #e9ebf0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 8px;
  -webkit-transition: 300ms;
  transition: 300ms;
 }
 .owl-carousel button.owl-dot.active{
  background: #00aeef;
 }
/*------------------------------------------------- */
/* =  COURSES ARCHIVE */
/*------------------------------------------------- */
.tutor-course-filter-wrap {
  overflow: hidden;
  margin-bottom: 30px;
}
.tutor-container .sidebar{
  padding-top: 40px;
}
select[name="tutor_course_filter"]{
  margin-bottom: 0;
}
.tutor-course-archive-results-wrap{
  font-size: 14px;
  font-family: 'Raleway';
  color: #999;
}
.tutor-course-archive-results-wrap strong{
  font-weight: 600;
  color: #666;
}
.tutor-loop-rating-wrap{
  font-size: 12px;
}
.tutor-rating-count{
  font-size: 13px;
  color: #999;
}
.tutor-course-loop-meta{
  font-size: 13px;
  color: #666;
  margin-bottom: 3px;
}
.tutor-loop-course-container{
  padding: 20px;
}
.tutor-course-loop{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border-color: #ebebeb;
}
.tutor-loop-author{
  font-size: 13px;
  color: #cccccc;
}
.tutor-course-loop-title h2{
  font-family: 'Raleway';
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i{
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
}
.tutor-loop-author .tutor-single-course-avatar{
  display: none;
}
.tutor-course-loop-title h2 a{
  font-weight: 600;
  color: #2e3131;
}
.tutor-loop-author>div span{
  color: #ccc;
}
.tutor-loop-author>div a{
  color: #666;
}
.tutor-course-loop-price>.price{
  font-size: 16px;
  line-height: 24px;
  color: #3366cc;
  font-weight: 600;
}
.tutor-loop-course-footer{
  padding: 15px 0;
  margin: 0 20px;
  border-top-color: #ebebeb;
}
.coursers-search  .search-form{
  line-height: 26px;
  max-width: 100%;
  position: relative;
  display: inline-block;
}
.search-widget input[type="search"]{
  width: 100%;
  max-width: auto;
}
.search-widget.coursers-search input[type="search"]{
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
    margin: 0;
    display: inline-block;
    padding-right: 145px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
button{
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: none;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 14px;
  background: #3366cc;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
  height: 46px;
  line-height: 46px;
  padding-right: 25px;
  padding-left: 25px;
}
button, input, select, textarea {
    
    line-height: inherit;
    vertical-align: baseline;
}
.coursers-search button{
  display: inline-block;
  border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  position: absolute;
    top: 0;
    right: 0;
  background: #4dcc33;
}
.coursers-search button:hover{
  background: #3366cc;
  cursor: pointer;
}
.categories-box{
  padding-left: 15px;
  padding-right: 15px;
}
.categories-box .cat-box{
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: center;
  margin-bottom: 30px;
}
.categories-box .cat-box .cat-infor{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,0.3);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.categories-box .cat-box:hover .cat-infor{
  background: rgba(51,102,204, 0.6);
}
.categories-box .cat-box:hover img{
  animation-name: imagemove;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes imagemove {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  100% {
    -webkit-transform: rotate(5deg) scale(1.1);
    -moz-transform: rotate(5deg) scale(1.1);
    -ms-transform: rotate(5deg) scale(1.1);
    -o-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1); } }
.top-experience__box .cat-block{
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.top-experience__box .cat-block, .top-experience__box .cat-block img, .categories-box .cat-box .cat-infor img{
  border-radius: 3px;
  background: #fff;
  -webkit-border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: center;
}
.top-experience__box .cat-block img{
  margin-bottom: 10px;
  width: 100%;
}
.top-experience__box .cat-block:hover{
  -webkit-box-shadow: 0 4px 23px rgba(0,0,0,0.1);
    box-shadow: 0 4px 23px rgba(0,0,0,0.1);
}
.top-experience__box .services-post h2, .top-experience__box .cat-block h2, .categories-box .cat-box .cat-infor h2{
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 18px;
  color: #2e3131;
  margin-bottom: 5px;
}
 .categories-box .cat-box .cat-infor h2{
  color: #fff;
 }
.top-experience__box .cat-block:hover h2{
  color: #3366cc
}
.top-experience__box .cat-block:hover .services-post__location{
  color: #000000;
}
.top-experience__box .services-post{
  margin: 1px;
  background: #fff;
  display: block;
  text-align: center;
  padding: 15px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.top-experience__box .services-post:hover{
  border-color: #ebebeb;
  background: #f6f7fa;
}
.services-post__location,  .categories-box .cat-box .cat-infor .services-post__location{
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 26px;
  color: #999999;
}
.categories-box .cat-box .cat-infor .services-post__location{
  color: #fff;
}
.services-post__content i {
    display: inline-block;
    color: #666;
    font-size: 34px;
    margin-bottom: 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.instructors_box .instructor{
  margin: 1px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ebebeb;
  padding: 15px 20px;
  transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.instructors_box .instructor:hover{
  -webkit-box-shadow: 0 4px 23px rgba(0,0,0,0.1);
  box-shadow: 0 4px 23px rgba(0,0,0,0.1);
}
.instructors_box .instructor img{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  max-width: 130px;
}
.instructors_box .instructor h3{
  font-size: 16px;
  font-weight: 600;
  font-family: 'Raleway';
  margin-bottom: 20px;
  color: #2e3131;
}
.instructors_box .instructor .ratings{
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
.instructor-avatar a{
  display: inline-block;
  margin: 0 auto 10px;
}
.instructors_box .single-instructor-bottom{
  font-size: 13px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  margin: 0 20px;
  border-top: 1px solid #ebebeb;
}
.instructors_box .single-instructor-bottom p{
  font-size: 13px;
  color: #999;
  margin-bottom: 0;
}
.instructors_box .students{
  margin-left: auto;
}
.courses-box .meta-wrap{
  overflow: hidden;
}
.courses-box .meta-wrap .tutor-course-loop-meta, .courses-box .meta-wrap .tutor-loop-author{
  float: left;
  margin-bottom: 3px;
}
.courses-box .tutor-course-loop-title h2{
  margin-bottom: 3px;
}
.courses-box .meta-wrap .tutor-loop-author{
  margin-left: 14px;
}
.courses-box .tutor-loop-course-container{
  padding: 0;
}
.courses-box .tutor-loop-course-footer{
  margin: 0;
}
.tutor-course-loop-header-meta .tutor-course-wishlist{
  font-size: 13px;
}
.tutor-course-loop-header-meta .tutor-course-wishlist a{
  line-height: 1.2
}
.courses-box .tutor-loop-course-container p{
  font-size: 15px;
  line-height: 24px;
}
.courses-box .tutor-course-loop-price>.price{
  font-size: 15px;
}
.courses-box .row{
  margin-bottom: 30px;
}
.courses-box .tutor-course-header{
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.courses-box .tutor-course-header img{
  /*height: 100%;
  width: auto;*/
  max-width: inherit;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.pagination-box{
  margin-bottom: 30px;
}
/*------------------------------------------------- */
/* =  Footer */
/*------------------------------------------------- */
footer {
  
    background-color: #2e3131;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;

  }
  footer .up-footer {
    color: #999999;
    font-family: "Hind", Sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    padding-top: 80px;
    padding-bottom: 0px; }
    footer .up-footer span{
      color: #ccc;
    }
    footer .up-footer .footer-widget {
      margin-bottom: 30px; }
      footer .up-footer .footer-widget h2 {
        color: #FFFFFF;
        font-family: "Raleway", Sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.1px;
        margin-bottom: 15px; }
      footer .up-footer .footer-widget p {
        margin-bottom: 10px; }
        footer .up-footer .footer-widget ul{
          padding-left: 0;
          list-style: none;
        }
        footer .up-footer .footer-widget p i {
          margin-right: 4px; }
      footer .up-footer .footer-widget ul.social-list li,
      footer .up-footer .footer-widget ul.quick-list li {
        margin-bottom: 10px;
        font-family: "Hind", Sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 26px;}
        footer .up-footer .footer-widget ul.social-list li a,
        footer .up-footer .footer-widget ul.quick-list li a {
          color: #999;
          margin-bottom: 0; }
          footer .up-footer .footer-widget ul.social-list li a:hover,
          footer .up-footer .footer-widget ul.quick-list li a:hover {
            color: #fff;}
            footer .up-footer .footer-widget ul.social-list li{
              display: inline-block;
              margin-right: 3px;
            }
            footer .up-footer .footer-widget ul.social-list li a{
              display: inline-block;
              width:30px;
              height: 30px;
              line-height: 30px;
              text-align: center;
              border-radius: 50%;
              padding: 3px;
            }
            footer .up-footer .footer-widget ul.social-list li a:hover{
              background: #4cc932;
            }
            footer .up-footer .footer-widget ul.social-list li a:hover i{
              color: #fff; 
            }
            footer .up-footer .footer-widget ul.social-list li i{
              color: #999;
            }
      footer .up-footer .footer-widget ul.recent-posts li {
        display: block;
        margin-bottom: 12px;
        padding-left: 18px;
        position: relative; }
        footer .up-footer .footer-widget ul.recent-posts li h2 {
          font-size: 15px;
          color: #666666;
          font-weight: 400;
          margin-bottom: -2px;
          line-height: 20px; }
          footer .up-footer .footer-widget ul.recent-posts li h2 a {
            color: #666666; }
          footer .up-footer .footer-widget ul.recent-posts li h2 a:hover {
            color: #4885ff;
            text-decoration: underline !important; }
        footer .up-footer .footer-widget ul.recent-posts li span {
          display: inline-block;
          margin: 0;
          color: #aab6bb;
          font-size: 14px;
          font-family: "Hind", sans-serif;
          font-weight: 300; }
        footer .up-footer .footer-widget ul.recent-posts li:before {
          content: '\f112';
          font-family: 'LineAwesome';
          font-size: 10px;
          color: #aab6bb;
          margin-right: 10px;
          position: absolute;
          top: 3px;
          left: 0px; }
    footer .up-footer .social-widget h3 {
      margin-bottom: 25px; }
    footer .up-footer ul.social-network-list li {
      display: inline-block;
      margin-right: 6px; }
      footer .up-footer ul.social-network-list li a {
        width: 40px;
        height: 40px;
        background: #f7f7f7;
        font-size: 15px;
        text-align: center;
        line-height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        footer .up-footer ul.social-network-list li a.facebook {
          color: #7073e5; }
          footer .up-footer ul.social-network-list li a.facebook:hover {
            color: #fff;
            background: #7073e5; }
        footer .up-footer ul.social-network-list li a.google {
          color: #e6545f; }
          footer .up-footer ul.social-network-list li a.google:hover {
            color: #fff;
            background: #e6545f; }
        footer .up-footer ul.social-network-list li a.instagram {
          color: #e654b8; }
          footer .up-footer ul.social-network-list li a.instagram:hover {
            color: #fff;
            background: #e654b8; }
        footer .up-footer ul.social-network-list li a.twitter {
          color: #63bde3; }
          footer .up-footer ul.social-network-list li a.twitter:hover {
            color: #fff;
            background: #63bde3; }
  footer .copyright-line {
    text-align: center;
    padding: 25px 0 20px;
    color: #666666;
    font-family: "Hind", Sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    border-top: 1px solid #444444;
    margin: 0; }
.copyright-line img{
  margin: 0 auto;
  margin-bottom: 20px;
}
.copyright-line p{
  margin-bottom: 0;
}
footer.white-back-border {
  background: #fff;
  position: relative; }
  footer.white-back-border:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 180px;
    border-top: 1px solid #ededed;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

/* Hide the default checkboxes inside the 'new' div that jQuery adds for us */
.new input[type="checkbox"], .new input[type="radio"]{
  opacity: 0;
  display: none;
}


/* jQuery adds this span for us which we style to look like a box */
.check-box {
  width: 14px;
  border-radius: 3px;
  border: 1px solid #acacac;
  -webkit-border-radius: 3px;
  height: 14px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

/* When someone clicks our new box, add or remove the tick which has been created using some CSS */
[type=checkbox]:checked + .check-box:before, [type=radio]:checked + .check-box:before {
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  margin-left: 4px;
  border: solid #666;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.1s;
}
/* And change the background colour */
[type=checkbox]:checked + .check-box, [type=radio]:checked + .check-box {
  
  transition: 0.5s;
}
.courses-filter h3{
  font-family: 'Raleway';
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.courses-filter .query-group{
  text-align: left;
  margin: 0 0 30px 0;
  border-top: 1px solid #d7d7d7;
  padding: 30px 30px 0px 30px;
}
.courses-filter label{
  font-size: 15px;
  color: #666;
  font-family: 'Raleway';
}
.courses-filter .new.checked label, .courses-filter .new label:hover{
  color: #3366cc;
  cursor: pointer;
}
.listing-detail__gal,.tutor-single-lesson-wrap, #container > .tutor-container{
  margin-top: 77px;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (min-width: 768px) {
  .tutor-single-course-sidebar{
    margin-top: -150px;
  }
}

@media (max-width: 991px) {
section.page-banner-section,.listing-detail__gal,.tutor-single-lesson-wrap,#container > .tutor-container{
  margin-top: 56px;
}
.listing-detail__gal{
  min-height: 300px;
  overflow: hidden;
}
.listing-detail__gal img{
  height: 100%;
  width: auto;
  max-width: inherit;
}
.navbar-collapse {
  position: relative; 
  border-top: 1px solid #ebebeb;
  margin-top: 15px;
}
  .navbar-brand {
    padding: 10px 0; }
  header {
    padding: 0; }
  .navbar-nav {
    background: #222222;
    padding: 15px;
    max-width: 100%;
    max-height: 300px;
    overflow-y: scroll; }
  .navbar-nav > li > a {
    padding: 6px 0 !important;
    border: none !important;
    margin: 0; }
  .dropdown {
    opacity: 1;
    visibility: visible;
    background: transparent;
    border: none;
    position: static;
    padding-left: 20px;
    margin-top: -5px !important;
    top: initial;
    left: initial; }
    .dropdown li {
      border: none; }
    .dropdown li a {
      background: transparent !important;
      padding: 6px 0;
      color: #fff; }
  .navbar a.open-close-menu {
    display: none; }
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a.active {
    color: #4885ff !important; }
   }

@media (max-width: 991px) {
  .tutor-single-course-sidebar{
    margin-top: 40px;
  }
 }

@media (max-width: 767px) {
  
  .navbar-dark .navbar-toggler{
    color: #2e3131;
    border-color: #2e3131;
  }
  .sidebar{
    padding-left: 0;
  }
  .courses-box .tutor-course-header img{
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .search-widget.coursers-search input[type="search"]{
    margin: 0 0px 10px 0;
  }
  .transparent-header .navbar-nav > li > a{
  color: #2e3131 !important; 
}
  .search-widget.coursers-search button{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 0;
    position: static;
  }
  .search-widget.coursers-search input[type="search"]{
    padding-right: 10px;
  }
  .search-widget.coursers-search button, .search-widget.coursers-search input[type="search"]{
    width: 100%;
    max-width: 100%;
  }
  .coursers-search .search-form{
    width: 100% !important;
    max-width: 100% !important;
  }
}
