/*
  Theme Name: Construction - Clean Construction HTML5 Template
  Author: nilartstudio
  Description: Construction  HTML5 Bootstrap 4 template.
  Version: 1.0
*/
/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider-area
*/
/* 1. Theme default css */
body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal; }

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s; }

a,
.button, button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

button {
  cursor: pointer; }

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #FBBA42;
  text-decoration: none; }

a,
button {
  color: #1696e7;
  outline: medium none; }

input:focus,
textarea:focus,
:focus {
  outline: 0; }

button:focus {
  outline: 0 none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important;
  box-shadow: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
  margin-bottom: 0;
  line-height: 1.15; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px;
  font-weight: 500; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0; }

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0; }

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400; }

*::-moz-placeholder {
  color: #CCCCCC;
  font-size: 14px;
  opacity: 1;
  font-size: 16px;
  font-weight: 300; }

*::placeholder {
  color: #CCCCCC;
  font-size: 14px;
  opacity: 1;
  font-size: 16px;
  font-weight: 300; }

.theme-bg-greyish {
  background-color: #F4F4F4; }

.theme-bg-blue {
  background-color: #00AAFF; }

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.header-area .main-menu ul li {
  float: left;
  position: relative; }
  .header-area .main-menu ul li.current-menu-item a {
    color: #1273EB; }
  .header-area .main-menu ul li a {
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none; }
    .header-area .main-menu ul li a:hover {
      color: #1273EB; }

.header-area .main-menu ul > li a {
  font-size: 16px;
  color: #484848;
  padding: 38px 0 38px 25px;
  display: block; }

.header-area .theme-btn {
  padding-left: 25px; }
  .header-area .theme-btn a {
    background-color: #00AAFF;
    border-color: #00AAFF;
    padding: 12px 45px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize; }
    .header-area .theme-btn a:hover {
      background-color: #0099FF;
      border-color: #0099FF; }

/** dropdown 1**/
.main-menu ul ul.submenu {
  width: 250px;
  background-color: #fff;
  border: 0 solid red;
  position: absolute;
  top: 115%;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  border-radius: 5px; }

.main-menu ul li:hover > ul.submenu {
  top: 100%;
  opacity: 1;
  visibility: visible; }

.main-menu ul ul.submenu li {
  float: none;
  border-bottom: .5px solid #DEDEDE; }

.main-menu ul ul.submenu li:hover {
  background-color: #F4F4F4; }

.main-menu ul ul.submenu li:last-child {
  border-bottom: 0 solid #DEDEDE;
  border-radius: 0 0 5px 5px; }

.main-menu ul ul.submenu li a {
  padding: 10px 20px;
  color: #484848;
  font-size: 14px;
  font-weight: 400; }

.main-menu ul ul.submenu li:hover a {
  padding: 10px 20px;
  border-radius: 0 0 5px 5px; }

/** dropdown 2**/
.main-menu ul ul.submenu ul.submenu {
  top: 110%;
  left: 100%; }

.main-menu ul ul.submenu li:hover > ul.submenu {
  top: 0;
  opacity: 1;
  visibility: visible; }

.main-menu ul ul.submenu ul.submenu li a {
  padding: 10px 20px;
  color: #888888; }

.main-menu ul ul.submenu ul.submenu li:hover a {
  padding: 10px 20px;
  color: #fff; }

/** dropdown 2**/
.main-menu ul ul.submenu ul.submenu li:hover > ul.submenu {
  top: 0;
  opacity: 1;
  visibility: visible; }

.main-menu ul ul.submenu ul.submenu ul.submenu li a {
  padding: 10px 20px;
  color: #888888; }

.main-menu ul ul.submenu ul.submenu ul.submenu li:hover a {
  padding: 10px 20px;
  color: #fff; }

/** mobile-menu **/
.mobile-menu.mean-container {
  width: 100%; }

.mean-container .mean-bar {
  min-height: 0;
  margin-top: -75px;
  background: transparent; }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  margin-top: 68px;
  position: absolute; }

.mean-container a.meanmenu-reveal {
  border: 1px solid #000;
  color: #000;
  top: 0;
  text-indent: inherit; }

.mean-container a.meanmenu-reveal span {
  background: #fff; }

.mean-container a.meanmenu-reveal span:first-child {
  position: relative; }

.mean-container a.meanmenu-reveal span:first-child::before {
  content: "\f126";
  font-family: flaticon !important;
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 20px; }

.mean-container a.meanmenu-reveal.meanclose::before {
  content: "\f11c";
  font-family: flaticon !important;
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 20px;
  right: 0;
  background: #fff; }

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #807373;
  text-decoration: none;
  text-transform: uppercase; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .mean-container a.meanmenu-reveal {
    top: 0px; } }

/* Extra small Device. */
@media (max-width: 767px) {
  .mean-container a.meanmenu-reveal {
    top: 0px !important; } }

/* SM Small Device :550px. */
.button-area .theme-btn a {
  width: 168px;
  height: 48px;
  padding: 0;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600; }

/** style-1 **/
.advanced-search-area {
  background-position: center center;
  height: 570px;
  background-repeat: no-repeat;
  background-size: cover; }
  .advanced-search-area .advanced-search .search-header h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 22px; }
  .advanced-search-area .advanced-search .search-header h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 400; }
  .advanced-search-area .advanced-search .search-footer {
    display: block;
    overflow: hidden;
    clear: both; }
    .advanced-search-area .advanced-search .search-footer p {
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      margin-top: 20px; }
  .advanced-search-area .advanced-search .search-box-wrapper {
    position: relative; }
    .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap {
      background-color: #fff;
      border-radius: 10px 0 0 10px;
      box-sizing: border-box;
      width: 170px;
      float: left;
      height: 78px; }
      .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap .select-cat {
        background-color: transparent;
        font-weight: 400;
        padding: 0 20px 0 0;
        border: 1px solid transparent;
        height: 78px;
        line-height: 78px;
        border-radius: 0;
        float: none;
        display: inline-block; }
        .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap .select-cat::after {
          right: 7px;
          border-bottom: 1px solid #484848;
          border-right: 1px solid #484848;
          width: 9px;
          height: 9px; }
        .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap .select-cat span {
          color: #484848;
          font-size: 16px; }
        .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap .select-cat ul {
          width: 250px;
          border: 0 solid transparent;
          border-radius: 5px;
          left: -20px; }
          .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap .select-cat ul li {
            font-size: 14px;
            font-weight: 400;
            padding-left: 20px;
            border-bottom: .5px solid #DEDEDE;
            color: #484848; }
            .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap .select-cat ul li:last-child {
              border-bottom: .5px solid transparent; }
            .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap .select-cat ul li.selected {
              background-color: #F4F4F4; }
    .advanced-search-area .advanced-search .search-box-wrapper .search-text {
      width: 816px;
      height: 78px;
      background-color: #fff;
      float: left;
      overflow: hidden;
      padding-left: 33px;
      border: 0;
      border-left: 1px solid #EEEEEE;
      caret-color: #CCCCCC;
      color: #484848;
      font-size: 16px;
      font-weight: 400; }
    .advanced-search-area .advanced-search .search-box-wrapper .search-btn {
      width: 110px;
      float: left;
      overflow: hidden;
      border: 0;
      border-left: 1px solid #00AAFF;
      background: #00AAFF;
      box-sizing: border-box;
      height: 78px;
      border-radius: 0 10px 10px 0; }
      .advanced-search-area .advanced-search .search-box-wrapper .search-btn:hover {
        background-color: #0099FF;
        border-color: #0099FF; }

/** search style - 2 **/
.advanced-search-area.style-2 {
  background-position: center center;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover; }
  .advanced-search-area.style-2 .advanced-search {
    padding-top: 11px; }

/** responsive css **/
/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1399px) {
  .advanced-search-area .advanced-search .search-box-wrapper .search-text {
    width: 646px; }
  .advanced-search-area .advanced-search .search-header h2 {
    font-size: 40px; } }

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .advanced-search-area .advanced-search .search-box-wrapper .search-text {
    width: 496px; }
  .advanced-search-area .advanced-search .search-header h2 {
    font-size: 40px; } }

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .advanced-search-area .advanced-search .search-header h2 {
    font-size: 42px; }
  .advanced-search-area .advanced-search .search-box-wrapper .search-text {
    width: 416px; } }

/* Extra small Device. */
@media (max-width: 767px) {
  /** header-area **/
  .mean-container a.meanmenu-reveal {
    top: -12px; }
  /** advanced-search-area **/
  .advanced-search-area.style-2 {
    background-position: center center;
    height: 450px;
    background-size: cover; }
  .advanced-search-area {
    padding: 100px 0 0; }
  .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap .select-cat {
    background-color: transparent;
    font-weight: 400;
    padding: 0;
    border: 1px solid transparent;
    height: 78px;
    line-height: 78px;
    border-radius: 0;
    float: none;
    display: inline-block;
    margin-right: 32px; }
  .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap .select-cat ul {
    left: -80px; }
  .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px; }
  .advanced-search-area .advanced-search .search-box-wrapper .search-text {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    float: none;
    padding-left: 0;
    border-left: 1px solid transparent;
    text-align: center;
    margin-bottom: 15px; }
  .advanced-search-area .advanced-search .search-box-wrapper .search-btn {
    width: 100%;
    float: none;
    border-left: 1px solid transparent;
    border-radius: 10px; }
  .advanced-search-area .advanced-search .search-header h2 {
    font-size: 20px; }
  .advanced-search-area .advanced-search .search-header h5 {
    font-size: 16px; } }

/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /** advanced-search-area **/
  .advanced-search-area {
    padding: 100px 0; }
  .advanced-search-area .advanced-search .search-header h2 {
    font-size: 30px; } }

.search-page-area .section-title h2 {
  font-size: 30px;
  color: #303030;
  font-weight: 600; }

.search-page-area .search-menu button {
  background-color: transparent;
  border: 1px solid #303030;
  color: #303030;
  margin-left: 10px;
  font-size: 16px;
  width: 140px;
  height: 40px; }
  .search-page-area .search-menu button.active {
    background-color: #303030;
    border: 1px solid #303030;
    color: #fff; }

.search-page-area .product-wrapper {
  position: relative; }
  .search-page-area .product-wrapper .overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(rgba(8, 25, 43, 0), rgba(8, 25, 43, 0.85)) top;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border-radius: 5px; }
  .search-page-area .product-wrapper .product-thumb img {
    border-radius: 5px; }
  .search-page-area .product-wrapper .special-icon {
    position: absolute;
    top: 15px;
    left: 10px;
    background: rgba(42, 56, 66, 0.8);
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    text-align: center; }
    .search-page-area .product-wrapper .special-icon i {
      font-size: 12px;
      color: #EB920D; }
  .search-page-area .product-wrapper .product-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 10px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s; }
    .search-page-area .product-wrapper .product-content h3 {
      font-size: 11px;
      line-height: 1;
      color: #fff; }
    .search-page-area .product-wrapper .product-content ul li {
      position: relative;
      color: #fff;
      margin-left: 20px;
      font-size: 12px;
      font-weight: 600; }
      .search-page-area .product-wrapper .product-content ul li:first-child {
        margin-left: 10px; }
      .search-page-area .product-wrapper .product-content ul li:first-child:after {
        content: "";
        background: #fff;
        width: 2px;
        height: 15px;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%); }
      .search-page-area .product-wrapper .product-content ul li i {
        font-size: 13px;
        color: #fff; }
      .search-page-area .product-wrapper .product-content ul li:first-child:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f155";
        position: absolute;
        top: 1px;
        left: -7px;
        font-size: 10px; }
      .search-page-area .product-wrapper .product-content ul li:last-child {
        padding-left: 10px;
        margin-left: 20px; }
      .search-page-area .product-wrapper .product-content ul li:last-child:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f004";
        position: absolute;
        top: 1px;
        left: -2px;
        font-size: 10px; }
    .search-page-area .product-wrapper .product-content .price-info .price span {
      font-size: 12px;
      font-weight: 600;
      color: #fff; }
    .search-page-area .product-wrapper .product-content .price-info .love-icon {
      margin-left: 7px;
      padding-left: 7px;
      position: relative; }
      .search-page-area .product-wrapper .product-content .price-info .love-icon::before {
        content: "";
        background: #fff;
        width: 2px;
        height: 15px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .search-page-area .product-wrapper .product-content .price-info .love-icon i {
        font-size: 10px;
        color: #fff;
        line-height: 1; }
      .search-page-area .product-wrapper .product-content .price-info .love-icon span {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        margin-left: 3px;
        line-height: 1; }
  .search-page-area .product-wrapper .social-profiles {
    position: absolute;
    top: 19px;
    right: 7px;
    visibility: hidden;
    opacity: 0;
    transition: .3s; }
    .search-page-area .product-wrapper .social-profiles ul li {
      margin-bottom: 5px; }
      .search-page-area .product-wrapper .social-profiles ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 3px;
        color: #484848;
        display: inline-block;
        text-align: center;
        background: #fff; }
        .search-page-area .product-wrapper .social-profiles ul li a:hover {
          color: #fff;
          background: #1273EB; }
      .search-page-area .product-wrapper .social-profiles ul li:last-child {
        margin-bottom: 0; }
      .search-page-area .product-wrapper .social-profiles ul li:nth-child(1) a {
        color: red; }
      .search-page-area .product-wrapper .social-profiles ul li:nth-child(2) a {
        color: green; }
      .search-page-area .product-wrapper .social-profiles ul li:nth-child(3) a {
        color: violet; }
  .search-page-area .product-wrapper:hover .product-content {
    visibility: visible;
    opacity: 1; }
  .search-page-area .product-wrapper:hover .social-profiles {
    visibility: visible;
    opacity: 1; }
  .search-page-area .product-wrapper:hover .overlay {
    opacity: 1;
    visibility: visible; }

.search-page-area .theme-btn {
  padding-left: 50px; }
  .search-page-area .theme-btn a {
    background-color: #1273EB;
    border-color: #1273EB;
    padding: 12px 50px;
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500; }
    .search-page-area .theme-btn a:hover {
      background-color: #0161cd;
      border-color: #0161cd; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
@media (max-width: 767px) {
  .portfolio-menu {
    float: left !important;
    margin: 0 0 35px; }
  .search-page-area .search-menu button {
    background-color: transparent;
    border: 1px solid #303030;
    color: #303030;
    margin-left: 0;
    font-size: 16px;
    width: 110px;
    height: 40px; }
  .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap .select-cat {
    background-color: transparent;
    font-weight: 400;
    padding: 0 20px 0 0;
    border: 1px solid transparent;
    height: 78px;
    line-height: 78px;
    border-radius: 0;
    float: none;
    display: inline-block; }
  .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap .select-cat ul {
    width: 351px;
    border: 0 solid transparent;
    border-radius: 5px;
    left: -116px; } }

/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search-page-area .search-menu button {
    background-color: transparent;
    border: 1px solid #303030;
    color: #303030;
    margin-left: 0;
    font-size: 16px;
    width: 148px;
    height: 40px;
    margin-right: 5px; }
  .advanced-search-area .advanced-search .search-box-wrapper .select-box-wrap .select-cat ul {
    width: 517px;
    border: 0 solid transparent;
    border-radius: 5px;
    left: -197px; } }

/** section-heading style 1 **/
.section-heading.style-1 h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #303030; }

/** section-heading style 2 **/
.section-heading.style-2 h2 {
  font-size: 48px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #303030; }
  .section-heading.style-2 h2::before {
    content: "";
    background: #00AAFF;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 30px; }

.section-heading.style-2 p {
  color: #484848;
  line-height: 26px; }
  .section-heading.style-2 p span {
    display: block; }

/** section-heading style 2 **/
.section-heading.style-3 h2 {
  font-size: 48px;
  text-transform: capitalize;
  padding-bottom: 4px;
  color: #fff; }

.section-heading.style-3 p {
  color: #fff;
  line-height: 36px; }
  .section-heading.style-3 p span {
    display: block; }

.section-heading-area.style-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px; }

/** responsive css **/
/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1400px) {
  .section-heading.style-3 p span {
    display: inline-block; } }

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .section-heading.style-3 p span {
    display: inline-block; } }

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .section-heading.style-3 p span {
    display: inline-block; }
  .section-heading.style-3 p {
    line-height: 25px; } }

/* Extra small Device. */
@media (max-width: 767px) {
  .section-heading.style-2 h2 {
    font-size: 32px; }
  .section-heading.style-3 p span {
    display: inline-block; }
  .section-heading.style-3 p {
    color: #fff;
    line-height: 25px; }
  .section-heading.style-3 h2 {
    font-size: 32px; }
  .cta-area.style-3 .cta-text p span {
    display: inline; } }

/* SM Small Device :550px. */
/** page breadcrumb **/
.breadcrumb-area .page-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #303030; }

.breadcrumb-area .breadcrumb-list ul li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  font-weight: 400;
  position: relative; }
  .breadcrumb-area .breadcrumb-list ul li a {
    font-size: 16px;
    color: #484848;
    text-decoration: none; }
  .breadcrumb-area .breadcrumb-list ul li::before {
    content: "/";
    position: absolute;
    left: -6px;
    top: 0;
    color: #7b8491; }
  .breadcrumb-area .breadcrumb-list ul li:first-child::before {
    display: none; }
  .breadcrumb-area .breadcrumb-list ul li:first-child {
    padding-left: 0;
    margin-left: 0; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-list ul li {
    display: inline; } }

/* SM Small Device :550px. */
/** service-area **/
.services-area .single-service-item.style-1 .service-thumb {
  margin-bottom: 34px; }
  .services-area .single-service-item.style-1 .service-thumb img {
    width: 100%; }

.services-area .single-service-item.style-1 .service-content h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 16px; }

.services-area .single-service-item.style-1 .service-content p {
  margin-bottom: 10px; }

.services-area .single-service-item.style-1 .service-content .theme-btn a {
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #444444; }

.services-area.style-2 {
  position: relative;
  z-index: 99; }
  .services-area.style-2 .single-service-item {
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    padding: 52px 46px 40px;
    transition: .3s;
    border-radius: 10px; }
    .services-area.style-2 .single-service-item .service-icon {
      margin-bottom: 17px; }
      .services-area.style-2 .single-service-item .service-icon a {
        width: 100px;
        height: 100px;
        display: inline-block;
        background-color: #00AAFF;
        position: relative;
        border-radius: 50%;
        color: #fff; }
        .services-area.style-2 .single-service-item .service-icon a i {
          font-size: 50px;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          transform: translateY(-50%);
          width: 50px;
          height: 50px;
          margin: 0 auto;
          line-height: 50px; }
        .services-area.style-2 .single-service-item .service-icon a:hover {
          background-color: #fff;
          color: #00AAFF; }
    .services-area.style-2 .single-service-item .service-content h3 {
      font-size: 30px;
      font-weight: 600;
      color: #303030;
      margin-bottom: 20px;
      text-transform: capitalize; }
    .services-area.style-2 .single-service-item .service-content p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #484848; }
    .services-area.style-2 .single-service-item:hover {
      box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
      background-color: #00AAFF;
      border: 1px solid #00AAFF; }
    .services-area.style-2 .single-service-item.active {
      box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
      background-color: #00AAFF;
      border: 1px solid #00AAFF; }
    .services-area.style-2 .single-service-item.active .service-content h3 {
      color: #fff; }
    .services-area.style-2 .single-service-item.active .service-content p {
      color: #fff; }
    .services-area.style-2 .single-service-item.active .service-icon a {
      background-color: #fff;
      color: #00AAFF; }
    .services-area.style-2 .single-service-item:hover .service-content h3 {
      color: #fff; }
    .services-area.style-2 .single-service-item:hover .service-content p {
      color: #fff; }
    .services-area.style-2 .single-service-item:hover .service-icon a {
      background-color: #fff;
      color: #00AAFF; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .section-heading.style-2 p span {
    display: inline-block; }
  .services-area.style-2 .single-service-item {
    padding: 52px 20px 40px; }
  .services-area.style-2 .single-service-item .service-content h3 {
    font-size: 24px;
    margin-bottom: 16px; } }

/* Extra small Device. */
@media (max-width: 767px) {
  .section-heading.style-2 p span {
    display: inline; }
  .services-area.style-2 .single-service-item {
    padding: 52px 20px 40px; } }

/* SM Small Device :550px. */
.portfolio-area .section-title {
  margin-top: 35px; }
  .portfolio-area .section-title h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 7px; }

.portfolio-area .portfolio-menu {
  margin-bottom: 36px; }
  .portfolio-area .portfolio-menu button {
    background: none;
    border: inherit;
    font-size: 16px;
    color: #484848;
    margin: 0 3px; }
    .portfolio-area .portfolio-menu button.active {
      color: #1273EB; }

.portfolio-area .product-wrapper {
  position: relative; }
  .portfolio-area .product-wrapper .overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(rgba(8, 25, 43, 0), rgba(8, 25, 43, 0.85)) top;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border-radius: 5px; }
  .portfolio-area .product-wrapper .product-thumb img {
    border-radius: 5px; }
  .portfolio-area .product-wrapper .special-icon {
    position: absolute;
    top: 15px;
    left: 10px;
    background: rgba(42, 56, 66, 0.8);
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    text-align: center; }
    .portfolio-area .product-wrapper .special-icon i {
      font-size: 12px;
      color: #EB920D; }
  .portfolio-area .product-wrapper .product-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 10px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s; }
    .portfolio-area .product-wrapper .product-content h3 {
      font-size: 11px;
      line-height: 1;
      color: #fff; }
    .portfolio-area .product-wrapper .product-content ul li {
      position: relative;
      color: #fff;
      margin-left: 20px;
      font-size: 12px;
      font-weight: 600; }
      .portfolio-area .product-wrapper .product-content ul li:first-child {
        margin-left: 10px; }
      .portfolio-area .product-wrapper .product-content ul li:first-child:after {
        content: "";
        background: #fff;
        width: 2px;
        height: 15px;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%); }
      .portfolio-area .product-wrapper .product-content ul li i {
        font-size: 13px;
        color: #fff; }
      .portfolio-area .product-wrapper .product-content ul li:first-child:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f155";
        position: absolute;
        top: 1px;
        left: -7px;
        font-size: 10px; }
      .portfolio-area .product-wrapper .product-content ul li:last-child {
        padding-left: 10px;
        margin-left: 20px; }
      .portfolio-area .product-wrapper .product-content ul li:last-child:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f004";
        position: absolute;
        top: 1px;
        left: -2px;
        font-size: 10px; }
    .portfolio-area .product-wrapper .product-content .price-info .price span {
      font-size: 12px;
      font-weight: 600;
      color: #fff; }
    .portfolio-area .product-wrapper .product-content .price-info .love-icon {
      margin-left: 7px;
      padding-left: 7px;
      position: relative; }
      .portfolio-area .product-wrapper .product-content .price-info .love-icon::before {
        content: "";
        background: #fff;
        width: 2px;
        height: 15px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .portfolio-area .product-wrapper .product-content .price-info .love-icon i {
        font-size: 10px;
        color: #fff;
        line-height: 1; }
      .portfolio-area .product-wrapper .product-content .price-info .love-icon span {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        margin-left: 3px;
        line-height: 1; }
  .portfolio-area .product-wrapper .social-profiles {
    position: absolute;
    top: 19px;
    right: 7px;
    visibility: hidden;
    opacity: 0;
    transition: .3s; }
    .portfolio-area .product-wrapper .social-profiles ul li {
      margin-bottom: 5px; }
      .portfolio-area .product-wrapper .social-profiles ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 3px;
        color: #484848;
        display: inline-block;
        text-align: center;
        background: #fff; }
        .portfolio-area .product-wrapper .social-profiles ul li a:hover {
          color: #fff;
          background: #1273EB; }
      .portfolio-area .product-wrapper .social-profiles ul li:last-child {
        margin-bottom: 0; }
  .portfolio-area .product-wrapper:hover .product-content {
    visibility: visible;
    opacity: 1; }
  .portfolio-area .product-wrapper:hover .social-profiles {
    visibility: visible;
    opacity: 1; }
  .portfolio-area .product-wrapper:hover .overlay {
    opacity: 1;
    visibility: visible; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
/* SM Small Device :550px. */
/**
* Popular Products
*/
.search-page-area .theme-btn {
  padding-left: 50px; }
  .search-page-area .theme-btn a {
    background-color: #1273EB;
    border-color: #1273EB;
    padding: 0;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    width: 168px;
    height: 48px;
    line-height: 48px; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
/* SM Small Device :550px. */
/**
* Best Selling Products
*/
.best-selling-products-area {
  background-color: #F4F4F4; }
  .best-selling-products-area .section-heading h2 {
    font-size: 48px;
    color: #303030;
    text-transform: capitalize; }
  .best-selling-products-area .best-selling-products {
    margin: 0 -11px; }
    .best-selling-products-area .best-selling-products .single-best-item {
      padding: 0 11px; }
      .best-selling-products-area .best-selling-products .single-best-item img {
        border-radius: 5px; }
  .best-selling-products-area .best-selling-products-style-2 {
    margin: 0 -11px; }
    .best-selling-products-area .best-selling-products-style-2 .single-best-item {
      padding: 0 11px; }
      .best-selling-products-area .best-selling-products-style-2 .single-best-item img {
        border-radius: 5px; }

.best-selling-products i.slick-arrow {
  position: absolute;
  transform: translateY(-50%);
  z-index: 78;
  background: #00AAFF;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  border-radius: 50%; }

.best-selling-products i.slick-arrow:hover {
  background: #1373EB; }

.best-selling-products i.fa-chevron-left {
  top: 50%;
  left: -100px;
  font-size: 20px; }

.best-selling-products i.fa-chevron-right {
  top: 50%;
  right: -100px;
  font-size: 20px; }

/** style 2 **/
.best-selling-products-style-2 i.slick-arrow {
  position: absolute;
  transform: translateY(-50%);
  z-index: 78;
  background: #00AAFF;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  border-radius: 50%; }

.best-selling-products-style-2 i.slick-arrow:hover {
  background: #1373EB; }

.best-selling-products-style-2 i.fa-chevron-left {
  top: 50%;
  left: -100px;
  font-size: 20px; }

.best-selling-products-style-2 i.fa-chevron-right {
  top: 50%;
  right: -100px;
  font-size: 20px; }

/** responsive css **/
/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1400px) {
  .best-selling-products i.fa-chevron-right {
    right: -70px; }
  .best-selling-products i.fa-chevron-left {
    left: -70px; } }

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .best-selling-products i.fa-chevron-right {
    right: -60px; }
  .best-selling-products i.fa-chevron-left {
    left: -60px; } }

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .best-selling-products i.fa-chevron-left {
    left: -30px; }
  .best-selling-products i.fa-chevron-right {
    right: -30px; } }

/* Extra small Device. */
@media (max-width: 767px) {
  .best-selling-products-area .section-heading h2 {
    font-size: 32px; }
  .best-selling-products i.fa-chevron-right {
    right: -5px; }
  .best-selling-products i.fa-chevron-left {
    left: -5px; }
  .best-selling-products i.slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px; } }

/* SM Small Device :550px. */
/** counter-area **/
.counter-area .single-counter-item h6 {
  font-size: 40px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 8px; }
  .counter-area .single-counter-item h6:before {
    content: "";
    background: #F26957;
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

.counter-area .single-counter-item span {
  text-transform: capitalize;
  color: #d8d8d8; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
/* SM Small Device :550px. */
/**
    Team Area
**/
.team-area .single-team-item .inner-team-wrapper {
  position: relative; }
  .team-area .single-team-item .inner-team-wrapper .team-thumb {
    position: relative;
    margin-bottom: 25px; }
    .team-area .single-team-item .inner-team-wrapper .team-thumb::before {
      content: "";
      background-color: black;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      transition: .3s; }
    .team-area .single-team-item .inner-team-wrapper .team-thumb img {
      width: 100%; }
  .team-area .single-team-item .inner-team-wrapper .team-overlay {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    padding: 0 40px; }
    .team-area .single-team-item .inner-team-wrapper .team-overlay p {
      color: #ebebeb;
      margin-bottom: 20px; }
    .team-area .single-team-item .inner-team-wrapper .team-overlay .social-profiles ul li {
      display: inline;
      margin: 0 3px; }
      .team-area .single-team-item .inner-team-wrapper .team-overlay .social-profiles ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: #fff;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        color: #010101; }
        .team-area .single-team-item .inner-team-wrapper .team-overlay .social-profiles ul li a:hover {
          color: #fff;
          background: #F26957; }

.team-area .single-team-item .team-meta h5 {
  font-size: 22px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 7px; }

.team-area .single-team-item .team-meta span {
  font-size: 14px;
  color: #222222;
  text-transform: capitalize; }

.team-area .single-team-item:hover .team-thumb:before {
  opacity: .8;
  visibility: visible; }

.team-area .single-team-item:hover .team-overlay {
  opacity: 1;
  visibility: visible; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
/* SM Small Device :550px. */
/** promotion-area **/
.promotion-area {
  position: relative; }
  .promotion-area .promotion-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .promotion-area .promotion {
    margin: 0 60px 0 97px; }
    .promotion-area .promotion > span {
      display: inline-block;
      font-size: 14px;
      color: #878787;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .promotion-area .promotion h3 {
      font-size: 40px;
      margin-bottom: 25px; }
      .promotion-area .promotion h3 > span {
        display: block;
        clear: both; }
    .promotion-area .promotion p {
      margin-bottom: 40px; }
    .promotion-area .promotion .theme-btn a {
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase;
      background-color: #F26957;
      padding: 14px 55px;
      color: #fff;
      letter-spacing: 1px;
      font-weight: 700; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
/* SM Small Device :550px. */
/** Latest Blog **/
.latest-blog-area .single-blog-item .blog-thumb img {
  width: 100%; }

.latest-blog-area .single-blog-item .inner-blog-wrapper {
  background-color: #fff;
  padding: 35px 30px; }
  .latest-blog-area .single-blog-item .inner-blog-wrapper .blog-title h3 {
    font-size: 18px;
    color: #222222;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 8px; }
    .latest-blog-area .single-blog-item .inner-blog-wrapper .blog-title h3:hover {
      color: #f26957ed;
      cursor: pointer; }
  .latest-blog-area .single-blog-item .inner-blog-wrapper .blog-meta span {
    font-size: 13px;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 16px; }
    .latest-blog-area .single-blog-item .inner-blog-wrapper .blog-meta span a {
      color: #666666; }
  .latest-blog-area .single-blog-item .inner-blog-wrapper .blog-text {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 25px;
    padding-bottom: 25px; }
  .latest-blog-area .single-blog-item .inner-blog-wrapper .theme-btn a {
    font-size: 13px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444444; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
/* SM Small Device :550px. */
.work-progress-area {
  position: relative;
  background: #f1f5fe; }
  .work-progress-area .work-wrapper {
    position: relative;
    z-index: 9999; }
    .work-progress-area .work-wrapper .work-content .work {
      position: relative;
      background: #1373eb;
      width: 215px;
      height: 215px;
      border-radius: 50%; }
      .work-progress-area .work-wrapper .work-content .work img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto; }
    .work-progress-area .work-wrapper .work-content h3 {
      font-size: 24px;
      font-weight: 400;
      color: #303030;
      text-transform: capitalize;
      padding: 10px 0px;
      text-align: center; }
  .work-progress-area .work-line {
    position: absolute;
    width: auto;
    text-align: center;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
    .work-progress-area .work-line img {
      width: auto;
      margin-bottom: 28px; }

.work-wrapper:nth-child(2n) {
  margin-top: 50px; }

/** responsive css **/
/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1400px) {
  .single-service-item.text-center.mb-30 {
    height: 430px;
    padding: 52px 25px 40px; } }

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .work-progress-area .work-line img {
    width: 80%;
    margin-bottom: 28px; } }

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .work-progress-area {
    overflow: hidden;
    padding-bottom: 50px; }
  .work-progress-area .work-wrapper {
    position: relative;
    width: 48%;
    float: left;
    overflow: hidden;
    margin-bottom: 35px; }
  .work-progress-area .work-wrapper .work-content .work {
    margin: 0 auto; }
  .work-wrapper:nth-child(2n) {
    margin-top: 0; } }

/* Extra small Device. */
@media (max-width: 767px) {
  .work-progress-area {
    overflow: hidden;
    padding-bottom: 50px; }
  .work-progress-area .work-wrapper .work-content .work {
    margin: 0 auto; }
  .work-wrapper:nth-child(2n) {
    margin-top: 0; }
  .work-progress-area .work-wrapper {
    margin-bottom: 35px; } }

/* SM Small Device :550px. */
/** 
* cta-area 
**/
.cta-area.style-1 {
  position: relative;
  margin-top: -340px;
  padding-top: 300px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: bottom center; }
  .cta-area.style-1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(29, 38, 45, 0.9); }
  .cta-area.style-1 .cta-text {
    position: relative;
    z-index: 9999; }
    .cta-area.style-1 .cta-text h2 {
      font-size: 48px;
      color: #fff;
      text-transform: capitalize;
      position: relative;
      margin-bottom: 25px; }
    .cta-area.style-1 .cta-text .theme-btn a {
      border: 1px solid #fff;
      border-radius: 5px;
      padding: 12px 45px;
      color: #fff;
      text-transform: capitalize;
      font-weight: 500; }
      .cta-area.style-1 .cta-text .theme-btn a:hover {
        border: 1px solid #0161cd;
        background-color: #0161cd; }

.cta-area.style-2 .cta-text h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 16px; }
  .cta-area.style-2 .cta-text h2::before {
    content: "";
    background: #fff;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 30px; }

.cta-area.style-2 .cta-text p {
  color: #fff;
  margin-bottom: 38px;
  line-height: 36px; }
  .cta-area.style-2 .cta-text p span:first-child {
    display: block; }

.cta-area.style-2 .cta-text .theme-btn a {
  color: #fff;
  width: 168px;
  font-weight: 500;
  text-transform: capitalize;
  height: 48px;
  padding: 0;
  line-height: 48px;
  font-size: 16px;
  background-color: #1273EB;
  border-color: #1273EB; }
  .cta-area.style-2 .cta-text .theme-btn a:hover {
    border: 1px solid #0161cd;
    background-color: #0161cd; }

.cta-area.style-3 .cta-text h2 {
  font-size: 48px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
  color: #303030; }
  .cta-area.style-3 .cta-text h2::before {
    content: "";
    background: #00AAFF;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 30px; }

.cta-area.style-3 .cta-text p {
  color: #484848;
  margin-bottom: 30px;
  line-height: 36px; }
  .cta-area.style-3 .cta-text p span {
    display: block; }

.cta-area.style-3 .cta-text .theme-btn a {
  padding: 15px 55px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  background-color: #1273EB;
  border-color: #1273EB; }
  .cta-area.style-3 .cta-text .theme-btn a:hover {
    border: 1px solid #0161cd;
    background-color: #0161cd; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .cta-area.style-2 .cta-text p span:first-child {
    display: inline-block; } }

/* Extra small Device. */
@media (max-width: 767px) {
  .cta-area.style-1 .cta-text h2 {
    font-size: 40px; }
  .cta-area.style-2 .cta-text h2 {
    font-size: 32px; }
  .cta-area.style-2 .cta-text p {
    line-height: 28px; }
  .cta-area.style-2 .cta-text p span:first-child {
    display: inline-block; }
  .cta-area.style-3 .cta-text h2 {
    font-size: 30px; }
  .cta-area.style-3 .cta-text p span {
    display: inline-block; } }

/* SM Small Device :550px. */
/** courses-area **/
.courses-area .single-course-item {
  background-color: #fff;
  border-radius: 5px; }
  .courses-area .single-course-item .course-thumb {
    width: 100%; }
    .courses-area .single-course-item .course-thumb img {
      border-radius: 5px 5px 0 0; }
  .courses-area .single-course-item .couse-content-wrapper {
    padding: 20px; }
    .courses-area .single-course-item .couse-content-wrapper .course-rating-area {
      font-size: 16px;
      padding-bottom: 12px; }
      .courses-area .single-course-item .couse-content-wrapper .course-rating-area .enrolled-students-num span {
        color: #999999; }
      .courses-area .single-course-item .couse-content-wrapper .course-rating-area .rating i {
        color: #FAAF3A; }
      .courses-area .single-course-item .couse-content-wrapper .course-rating-area .rating span {
        color: #999999; }
    .courses-area .single-course-item .couse-content-wrapper .course-content h3 {
      font-size: 24px;
      text-transform: capitalize;
      font-weight: 600;
      margin-bottom: 16px;
      line-height: 32px; }
    .courses-area .single-course-item .couse-content-wrapper .course-content .meta-info {
      color: #999999;
      margin-bottom: 5px; }
    .courses-area .single-course-item .couse-content-wrapper .course-content .author-meta p {
      color: #999999; }
    .courses-area .single-course-item .couse-content-wrapper .price-info .price span {
      font-size: 24px;
      color: #1273EB;
      font-weight: 600; }
    .courses-area .single-course-item .couse-content-wrapper .price-info .price-link a {
      padding: 10px 45px;
      border-radius: 30px;
      background-color: #1273EB;
      border-color: #1273EB; }
      .courses-area .single-course-item .couse-content-wrapper .price-info .price-link a:hover {
        border: 1px solid #0161cd;
        background-color: #0161cd; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
/* SM Small Device :550px. */
.courses-details-area .course-details .course-thumb img {
  width: 100%;
  border-radius: 5px; }

.courses-details-area .course-details .course-meta-info .course-subtitle p {
  font-size: 16px;
  color: #484848;
  font-weight: 300;
  margin: 15px 0; }

.courses-details-area .course-details .social-profiles ul {
  margin-bottom: 0; }
  .courses-details-area .course-details .social-profiles ul li {
    display: inline;
    margin-left: 6px; }
    .courses-details-area .course-details .social-profiles ul li a {
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      display: inline-block;
      border-radius: 5px;
      color: #C9C9C8;
      border: 1px solid #CCCCCC;
      font-size: 14px; }
      .courses-details-area .course-details .social-profiles ul li a:hover {
        color: #fff;
        background: #1273EB;
        border: 1px solid #1273EB; }
    .courses-details-area .course-details .social-profiles ul li:first-child {
      margin-left: 0; }

.courses-details-area .course-overview-area .buy-info {
  margin-bottom: 24px; }
  .courses-details-area .course-overview-area .buy-info span {
    width: 200px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    background-color: #00AAFF;
    border-color: #00AAFF;
    height: 60px;
    padding: 0;
    line-height: 60px; }
  .courses-details-area .course-overview-area .buy-info a {
    padding: 0;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    background-color: #1273EB;
    border-color: #1273EB;
    height: 60px;
    line-height: 60px;
    width: 200px; }

.courses-details-area .course-overview-area .course-content {
  border: 1px solid #CCCCCC;
  border-radius: 5px; }
  .courses-details-area .course-overview-area .course-content h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    background-color: #4AD395;
    padding: 0;
    color: #fff;
    height: 60px;
    line-height: 60px; }
  .courses-details-area .course-overview-area .course-content ul {
    background-color: #F4F4F4;
    border-radius: 0 0 5px 5px; }
    .courses-details-area .course-overview-area .course-content ul li {
      border-bottom: 1px solid #CCCCCC;
      padding: 16.4px 25px; }
      .courses-details-area .course-overview-area .course-content ul li .heading {
        float: left;
        width: 120px;
        font-weight: 600; }
      .courses-details-area .course-overview-area .course-content ul li .content {
        overflow: hidden; }
        .courses-details-area .course-overview-area .course-content ul li .content i {
          color: #FAAF3A; }
      .courses-details-area .course-overview-area .course-content ul li:last-child {
        border-bottom: 0 solid #CCCCCC; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .courses-details-area .course-overview-area .buy-info a {
    width: 180px; }
  .courses-details-area .course-overview-area .buy-info span {
    width: 180px; } }

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .courses-details-area .course-overview-area .buy-info a {
    width: 335px; }
  .courses-details-area .course-overview-area .buy-info span {
    width: 335px; } }

/* Extra small Device. */
@media (max-width: 767px) {
  .courses-details-area .course-overview-area .buy-info a {
    width: 170px; }
  .courses-details-area .course-overview-area .buy-info span {
    width: 170px; }
  .courses-details-area .course-overview-area .course-content ul li .heading {
    width: 119px; } }

/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-details-area .course-overview-area .buy-info a {
    width: 250px; }
  .courses-details-area .course-overview-area .buy-info span {
    width: 250px; } }

/* ----------------------------------
    Testimonial Section 
 ------------------------------------ */
.testimonial-section {
  position: relative;
  overflow: hidden;
  z-index: 9; }
  .testimonial-section .testimonials-quote {
    width: 60px;
    height: 44px;
    margin-top: 53px; }
    .testimonial-section .testimonials-quote img {
      max-width: 100%;
      width: 100%; }
  .testimonial-section .testimonial-wrapper {
    overflow: hidden; }
  .testimonial-section .testimonial-content {
    margin: 20px 50px 20px 0px; }
    .testimonial-section .testimonial-content h3 {
      color: #1273EB;
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 29px;
      line-height: 42px; }
      .testimonial-section .testimonial-content h3 span {
        display: block; }
    .testimonial-section .testimonial-content p {
      font-size: 16px;
      font-weight: 400;
      color: #484848;
      line-height: 26px;
      margin-bottom: 25px;
      margin-right: 100px; }
  .testimonial-section .client-faces span {
    overflow: hidden; }
  .testimonial-section .client-faces img {
    width: 100%; }
  .testimonial-section .client-faces span.shape-style-one img {
    width: 150px; }
  .testimonial-section .client-faces .shape.cf1 {
    position: absolute;
    left: 33%;
    content: "";
    bottom: -9%; }
  .testimonial-section .client-faces .shape.cf2 {
    position: absolute;
    content: "";
    left: 34%;
    top: -7%; }
  .testimonial-section .client-faces .shape.cf3 {
    position: absolute;
    content: "";
    left: 3%;
    top: 3%; }
  .testimonial-section .client-faces .shape.cf4 {
    position: absolute;
    content: "";
    top: 37%;
    left: -9%; }
  .testimonial-section .client-faces .shape.cf5 {
    position: absolute;
    content: "";
    bottom: 5%;
    left: 5%; }
  .testimonial-section .testimonials-footer-content {
    position: relative;
    margin-left: 2px; }
    .testimonial-section .testimonials-footer-content h4 {
      font-size: 16px;
      color: #484848;
      margin-left: 13px;
      text-transform: capitalize;
      line-height: 1; }
    .testimonial-section .testimonials-footer-content span {
      font-size: 14px;
      font-weight: 400;
      margin-left: 13px;
      line-height: 26px; }
    .testimonial-section .testimonials-footer-content .line:before {
      position: absolute;
      background: #00aaff;
      width: 2px;
      height: 35px;
      content: "";
      top: 2px;
      left: 0px; }

.slider-active .images-slider {
  width: 480px !important; }

.center_div {
  width: 15rem;
  height: 15rem;
  position: relative; }

.rot {
  width: 25rem;
  height: 24rem;
  position: absolute;
  border-left: 0.1rem solid #00aaff;
  border-radius: 50%;
  left: 50%;
  top: 6%; }

.slider-nav .slick-prev {
  position: absolute;
  top: 66%;
  left: 94%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #00aaff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 39px;
  font-size: 30px;
  border: 1px solid #00aaff; }
  .slider-nav .slick-prev:hover {
    background: #00aaff;
    color: #fff; }
  .slider-nav .slick-prev:before {
    content: ''; }

.slider-nav .slick-next {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: #00aaff;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 39px;
  font-size: 30px;
  border: 1px solid #00aaff; }
  .slider-nav .slick-next:hover {
    background: transparent;
    color: #00aaff; }
  .slider-nav .slick-next:before {
    content: ""; }

.slider-for {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 30% 0px 0px 30%; }
  .slider-for .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px; }
    .slider-for .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 10px;
      width: 70px;
      height: 70px;
      padding: 0; }
    .slider-for .slick-dots button {
      position: absolute;
      bottom: 30%;
      background: #080202;
      padding: 5px;
      text-indent: -9999px;
      height: 13px;
      width: 13px;
      border: 0;
      border-radius: 50%;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s; }

.item img {
  width: 100%;
  min-height: 100%; }

#slick-slide-control00 {
  position: absolute;
  bottom: -30rem;
  background: #080202;
  padding: 5px;
  height: 70px;
  width: 70px;
  border: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: halfBounce 5s infinite;
  animation: halfBounce 5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: -21%; }

#slick-slide-control01 {
  position: absolute;
  left: -9rem;
  background: #080202;
  padding: 5px;
  height: 70px;
  width: 70px;
  border: 0;
  border-radius: 50%;
  opacity: 0;
  top: 5rem; }

#slick-slide-control02 {
  position: absolute;
  left: -9rem;
  background: #080202;
  padding: 5px;
  height: 70px;
  width: 70px;
  border: 0;
  border-radius: 50%;
  opacity: 0;
  top: 0rem; }

#slick-slide-control03 {
  position: absolute;
  left: -12rem;
  background: #080202;
  padding: 5px;
  height: 70px;
  width: 70px;
  border: 0;
  border-radius: 50%;
  opacity: 0;
  top: 4rem; }

#slick-slide-control04 {
  position: absolute;
  left: -8rem;
  background: #080202;
  padding: 5px;
  height: 70px;
  width: 70px;
  border: 0;
  border-radius: 50%;
  opacity: 0;
  top: 7rem; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .rot {
    width: 0;
    height: 0; }
  .slider-nav .slick-prev {
    left: 93.5%; }
  .testimonial-section .testimonial-content p {
    margin-right: 12px; } }

/* Extra small Device. */
@media (max-width: 767px) {
  .testimonial-section .testimonial-content h3 span {
    display: inline-block; }
  .testimonial-section .testimonial-content p {
    margin-right: 0; }
  .slider-nav .slick-prev {
    left: 87%; } }

/* SM Small Device :550px. */
/* ----------------------------------
    Testimonial Section 
 ------------------------------------ */
.testimonial-section {
  position: relative;
  overflow: hidden;
  z-index: 9; }
  .testimonial-section .testimonials-quote {
    width: 60px;
    height: 44px;
    margin-top: 53px; }
    .testimonial-section .testimonials-quote img {
      max-width: 100%;
      width: 100%; }
  .testimonial-section .testimonial-wrapper {
    overflow: hidden; }
  .testimonial-section .testimonial-content {
    margin: 20px 50px 20px 0px; }
    .testimonial-section .testimonial-content h3 {
      color: #1273EB;
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 29px;
      line-height: 42px; }
      .testimonial-section .testimonial-content h3 span {
        display: block; }
    .testimonial-section .testimonial-content p {
      font-size: 16px;
      font-weight: 400;
      color: #484848;
      line-height: 26px;
      margin-bottom: 25px;
      margin-right: 100px; }
  .testimonial-section .client-faces span {
    overflow: hidden; }
  .testimonial-section .client-faces img {
    width: 100%; }
  .testimonial-section .client-faces span.shape-style-one img {
    width: 150px; }
  .testimonial-section .client-faces .shape.cf1 {
    position: absolute;
    left: 33%;
    content: "";
    bottom: -9%; }
  .testimonial-section .client-faces .shape.cf2 {
    position: absolute;
    content: "";
    left: 34%;
    top: -7%; }
  .testimonial-section .client-faces .shape.cf3 {
    position: absolute;
    content: "";
    left: 3%;
    top: 3%; }
  .testimonial-section .client-faces .shape.cf4 {
    position: absolute;
    content: "";
    top: 37%;
    left: -9%; }
  .testimonial-section .client-faces .shape.cf5 {
    position: absolute;
    content: "";
    bottom: 5%;
    left: 5%; }
  .testimonial-section .testimonials-footer-content {
    position: relative;
    margin-left: 2px; }
    .testimonial-section .testimonials-footer-content h4 {
      font-size: 16px;
      color: #484848;
      margin-left: 13px;
      text-transform: capitalize;
      line-height: 1; }
    .testimonial-section .testimonials-footer-content span {
      font-size: 14px;
      font-weight: 400;
      margin-left: 13px;
      line-height: 26px; }
    .testimonial-section .testimonials-footer-content .line:before {
      position: absolute;
      background: #00aaff;
      width: 2px;
      height: 35px;
      content: "";
      top: 2px;
      left: 0px; }

.slider-active .images-slider {
  width: 480px !important; }

.center_div {
  width: 15rem;
  height: 15rem;
  position: relative; }

.rot {
  width: 25rem;
  height: 24rem;
  position: absolute;
  border-left: 0.1rem solid #00aaff;
  border-radius: 50%;
  left: 50%;
  top: 6%; }

.slider-nav .slick-prev {
  position: absolute;
  top: 66%;
  left: 94%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #00aaff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 39px;
  font-size: 30px;
  border: 1px solid #00aaff; }
  .slider-nav .slick-prev:hover {
    background: #00aaff;
    color: #fff; }
  .slider-nav .slick-prev:before {
    content: ''; }

.slider-nav .slick-next {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: #00aaff;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 39px;
  font-size: 30px;
  border: 1px solid #00aaff; }
  .slider-nav .slick-next:hover {
    background: transparent;
    color: #00aaff; }
  .slider-nav .slick-next:before {
    content: ""; }

.slider-for {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 30% 0px 0px 30%; }
  .slider-for .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px; }
    .slider-for .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 10px;
      width: 70px;
      height: 70px;
      padding: 0; }
    .slider-for .slick-dots button {
      position: absolute;
      bottom: 30%;
      background: #080202;
      padding: 5px;
      text-indent: -9999px;
      height: 13px;
      width: 13px;
      border: 0;
      border-radius: 50%;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s; }

.item img {
  width: 100%;
  min-height: 100%; }

#slick-slide-control00 {
  position: absolute;
  bottom: -30rem;
  background: #080202;
  padding: 5px;
  height: 70px;
  width: 70px;
  border: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: halfBounce 5s infinite;
  animation: halfBounce 5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: -21%; }

#slick-slide-control01 {
  position: absolute;
  left: -9rem;
  background: #080202;
  padding: 5px;
  height: 70px;
  width: 70px;
  border: 0;
  border-radius: 50%;
  opacity: 0;
  top: 5rem; }

#slick-slide-control02 {
  position: absolute;
  left: -9rem;
  background: #080202;
  padding: 5px;
  height: 70px;
  width: 70px;
  border: 0;
  border-radius: 50%;
  opacity: 0;
  top: 0rem; }

#slick-slide-control03 {
  position: absolute;
  left: -12rem;
  background: #080202;
  padding: 5px;
  height: 70px;
  width: 70px;
  border: 0;
  border-radius: 50%;
  opacity: 0;
  top: 4rem; }

#slick-slide-control04 {
  position: absolute;
  left: -8rem;
  background: #080202;
  padding: 5px;
  height: 70px;
  width: 70px;
  border: 0;
  border-radius: 50%;
  opacity: 0;
  top: 7rem; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .rot {
    width: 0;
    height: 0; }
  .slider-nav .slick-prev {
    left: 93.5%; }
  .testimonial-section .testimonial-content p {
    margin-right: 12px; } }

/* Extra small Device. */
@media (max-width: 767px) {
  .testimonial-section .testimonial-content h3 span {
    display: inline-block; }
  .testimonial-section .testimonial-content p {
    margin-right: 0; }
  .slider-nav .slick-prev {
    left: 87%; } }

/* SM Small Device :550px. */
/** flayer-details-area ***/
.flayer-details-area .service-item-active .single-brand-item img {
  border-radius: 5px; }

.flayer-details-area .services-nav {
  margin: 0 -5px; }
  .flayer-details-area .services-nav .single-service-item {
    padding: 0 5px; }
    .flayer-details-area .services-nav .single-service-item .service-thumb img {
      border-radius: 5px; }

.flayer-details-area .flyer-details h3 {
  font-size: 24px;
  font-weight: 400;
  color: #1273EB;
  margin-bottom: 25px;
  line-height: 1;
  margin-top: -3px; }
  .flayer-details-area .flyer-details h3 a {
    text-decoration: none;
    position: relative; }
    .flayer-details-area .flyer-details h3 a:hover {
      color: #0099FF; }
    .flayer-details-area .flyer-details h3 a::before {
      content: "\f121";
      font-family: 'flaticon';
      position: absolute;
      top: 50%;
      left: 105%;
      font-size: 25px;
      transform: translateY(-50%); }

.flayer-details-area .flyer-details .flyer-thumb img {
  border-radius: 5px; }

.flayer-details-area .flyer-details .flyer-meta-info .flyer-status span {
  background-color: #1373EB;
  padding: 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  width: 215px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px; }

.flayer-details-area .flyer-details .flyer-meta-info .social-profiles ul {
  margin-bottom: 0; }
  .flayer-details-area .flyer-details .flyer-meta-info .social-profiles ul li {
    display: inline;
    margin-left: 6px; }
    .flayer-details-area .flyer-details .flyer-meta-info .social-profiles ul li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      display: inline-block;
      border-radius: 5px;
      color: #484848;
      border: 1px solid #CCCCCC;
      font-size: 20px; }
      .flayer-details-area .flyer-details .flyer-meta-info .social-profiles ul li a:hover {
        color: #fff;
        background: #1273EB;
        border: 1px solid #1273EB; }
    .flayer-details-area .flyer-details .flyer-meta-info .social-profiles ul li:first-child {
      margin-left: 0; }

.flayer-details-area .flyer-details .flyer-download .theme-btn a {
  background-color: #4AD395;
  border-color: #4AD395;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  position: relative; }
  .flayer-details-area .flyer-details .flyer-download .theme-btn a.free::before {
    content: "\f120";
    font-family: flaticon !important;
    position: absolute;
    top: 50%;
    left: 100px;
    font-size: 35px;
    transform: translateY(-50%); }

.flayer-details-area .flyer-details .flyer-desc {
  background-repeat: no-repeat;
  background-position: 3px 7px; }
  .flayer-details-area .flyer-details .flyer-desc ul li {
    margin-bottom: 6px;
    font-size: 16px;
    padding-left: 20px; }
    .flayer-details-area .flyer-details .flyer-desc ul li span {
      font-weight: 600;
      padding-right: 20px;
      width: 130px;
      display: inline-block; }
    .flayer-details-area .flyer-details .flyer-desc ul li:last-child {
      margin-bottom: 0;
      overflow: hidden; }
    .flayer-details-area .flyer-details .flyer-desc ul li:last-child span {
      height: 100px;
      float: left; }

.flyer-content-desc {
  padding-right: 70px; }
  .flyer-content-desc h3 {
    font-size: 24px;
    color: #303030;
    margin-bottom: 5px; }
  .flyer-content-desc p {
    color: #484848;
    line-height: 30px; }
    .flyer-content-desc p span {
      display: block;
      clear: both; }
  .flyer-content-desc ul li {
    color: #484848;
    line-height: 30px; }

.adevertisement {
  height: 100%; }

.service-item-active i.slick-arrow {
  position: absolute;
  transform: translateY(-50%);
  z-index: 78;
  background: inherit;
  text-align: center;
  color: #999999;
  cursor: pointer;
  transition: .3s;
  border-radius: 50%; }

.service-item-active i.slick-arrow:hover {
  color: #1373EB; }

.service-item-active i.fa-chevron-left {
  top: 50%;
  left: 55px;
  font-size: 20px; }

.service-item-active i.fa-chevron-right {
  top: 50%;
  right: 55px;
  font-size: 20px; }

/** responsive css **/
/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1399px) {
  .flayer-details-area .flyer-details .flyer-download .theme-btn a.free::before {
    left: 90px; }
  .flayer-details-area .flyer-details .flyer-download .theme-btn a {
    padding-left: 45px; }
  .flayer-details-area .flyer-details .flyer-desc ul li:last-child span {
    height: 24px; } }

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .flayer-details-area .flyer-details .flyer-download .theme-btn a {
    padding-left: 45px; }
  .flayer-details-area .flyer-details .flyer-desc ul li:last-child span {
    height: 24px; }
  .flayer-details-area .flyer-details .flyer-meta-info .flyer-status span {
    width: 90px; }
  .flayer-details-area .flyer-details .flyer-download .theme-btn a.free::before {
    left: 63px; }
  .flyer-content-desc {
    padding-right: 25px; } }

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .flayer-details-area .services-nav {
    margin: 0 -5px 30px; }
  .flayer-details-area .flyer-details .flyer-desc ul li:last-child span {
    height: inherit; }
  .best-selling-products-area .section-heading h2 {
    font-size: 30px; }
  .flyer-content-desc {
    margin-bottom: 35px;
    padding: 0; } }

/* Extra small Device. */
@media (max-width: 767px) {
  .flayer-details-area .services-nav {
    margin: 0 -5px 30px; }
  .service-item-active i.slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .flyer-content-desc {
    margin-bottom: 35px;
    padding: 0; }
  .flayer-details-area .flyer-details .flyer-meta-info .flyer-status span {
    width: 145px; }
  .flayer-details-area .flyer-details .flyer-download .theme-btn a.free::before {
    left: 65px; } }

/* SM Small Device :550px. */
/** contact-form-area **/
.contact-form .your_comment,
.contact-form .your_email,
.contact-form .your_name {
  padding: 20px 30px;
  border-color: #CCCCCC;
  color: #CCCCCC; }

.contact-form .your_comment {
  min-height: 250px; }

.contact-form .form-submit {
  width: 168px;
  height: 48px;
  margin: 0 auto;
  display: block;
  font-weight: 600;
  padding: 0;
  border: 0;
  font-size: 16px;
  border-radius: 5px;
  background-color: #1273EB;
  border-color: #1273EB; }
  .contact-form .form-submit:hover {
    border: 1px solid #0161cd;
    background-color: #0161cd; }

.contact-form .form-control:focus {
  color: #212529;
  border-color: #7497B6;
  box-shadow: inherit; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
/* SM Small Device :550px. */
/** Custom & Default Widget **/
.footer-top-widget h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 11px; }
  .footer-top-widget h2::before {
    content: "";
    background: #00AAFF;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0; }

.footer-top-widget p {
  color: #fff; }

.footer-top-widget .social-profiles ul li {
  display: inline;
  margin: 0 3px; }
  .footer-top-widget .social-profiles ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #010101;
    text-decoration: none; }
    .footer-top-widget .social-profiles ul li a:hover {
      color: #fff;
      background: #F26957; }
  .footer-top-widget .social-profiles ul li:first-child {
    margin-left: 0; }

.footer-top-widget .about-widget .content {
  margin-bottom: 18px; }
  .footer-top-widget .about-widget .content p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    line-height: 24px;
    display: inline-block; }

.footer-top-widget .about-widget .theme-btn a {
  font-size: 16px;
  border: 1.5px solid #fff;
  width: 146px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  padding: 0; }
  .footer-top-widget .about-widget .theme-btn a:hover {
    background-color: #1273EB;
    border-color: #1273EB; }

.footer-top-widget .contact-widget ul li {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 7px; }

.footer-top-widget .subscribe-widget .subscribe-form p {
  margin-bottom: 18px; }

.footer-top-widget .subscribe-widget .subscribe-form form {
  position: relative; }
  .footer-top-widget .subscribe-widget .subscribe-form form input[type="email"] {
    width: 100%;
    background-color: #3F3F3F;
    padding: 20px 15px 18px;
    border: 0; }
  .footer-top-widget .subscribe-widget .subscribe-form form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 115px;
    border: 0px solid transparent;
    border-left: 1px solid #575757;
    background: #3F3F3F;
    box-sizing: border-box;
    color: #6F6F6F; }
  .footer-top-widget .subscribe-widget .subscribe-form form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    border: 0px solid transparent;
    border-left: 1px solid #575757;
    background: #3F3F3F;
    box-sizing: border-box; }
    .footer-top-widget .subscribe-widget .subscribe-form form button[type="submit"] i {
      color: #6F6F6F; }

/** footer-top-extra Widget **/
.footer-top-extra-widget {
  /** about-widget **/ }
  .footer-top-extra-widget .about-widget {
    padding: 35px 0; }
    .footer-top-extra-widget .about-widget .social-profiles ul li {
      display: inline;
      margin: 0 0 0 10px; }
      .footer-top-extra-widget .about-widget .social-profiles ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: #fff;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        color: #010101;
        text-decoration: none;
        font-size: 18px; }
        .footer-top-extra-widget .about-widget .social-profiles ul li a:hover {
          color: #fff;
          background: #1273EB; }
      .footer-top-extra-widget .about-widget .social-profiles ul li:first-child {
        margin-left: 0; }

/** recent posts **/
.widget_recent_entries ul {
  float: right; }
  .widget_recent_entries ul li {
    margin-bottom: 15px; }
    .widget_recent_entries ul li a {
      font-size: 14px;
      line-height: 26px;
      color: #bdbdbd;
      display: block; }
      .widget_recent_entries ul li a:hover {
        color: #00AAFF; }
    .widget_recent_entries ul li span {
      font-size: 13px;
      line-height: 26px;
      color: #6d6d6d; }
    .widget_recent_entries ul li:last-child {
      margin-bottom: 0; }

.footer-top-widget.widget_nav_menu ul li a {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 7px;
  display: inline-block; }
  .footer-top-widget.widget_nav_menu ul li a:hover {
    color: #00AAFF; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
@media (max-width: 767px) {
  .footer-top-extra-widget .about-widget .logo {
    margin-bottom: 25px; } }

/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-top-extra-widget .about-widget {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .footer-top-extra-widget .about-widget .logo {
    margin-bottom: 0; } }

.free-courses-area .single-course-item {
  position: relative; }
  .free-courses-area .single-course-item a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center; }
    .free-courses-area .single-course-item a i {
      font-size: 18px;
      border: 2px double #fff;
      background-color: #fff;
      padding: 20px;
      border-radius: 50%; }
    .free-courses-area .single-course-item a:hover {
      color: #FF0000; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
/* SM Small Device :550px. */
.about-us-area .about-info h2 {
  font-size: 48px;
  color: #303030;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 30px; }
  .about-us-area .about-info h2 span {
    display: block;
    font-weight: 600; }

.about-us-area .about-info .desc {
  padding-right: 30px;
  margin-bottom: 40px; }
  .about-us-area .about-info .desc p {
    font-size: 16px;
    color: #303030;
    line-height: 30px; }

.about-us-area .about-info .theme-btn a {
  color: #fff;
  width: 168px;
  font-weight: 500;
  text-transform: capitalize;
  height: 48px;
  padding: 0;
  line-height: 48px;
  font-size: 16px;
  background-color: #1273EB;
  border-color: #1273EB;
  margin-right: 20px; }
  .about-us-area .about-info .theme-btn a.outline {
    background-color: transparent;
    border: 2px solid #0161cd;
    color: #0161cd; }
    .about-us-area .about-info .theme-btn a.outline:hover {
      color: #fff; }
  .about-us-area .about-info .theme-btn a:hover {
    border: 2px solid #0161cd;
    background-color: #0161cd; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .about-info {
    margin-bottom: 50px; } }

/* Extra small Device. */
@media (max-width: 767px) {
  .about-us-area .about-info h2 {
    font-size: 25px;
    color: #303030;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 15px; }
  .about-info {
    margin-bottom: 30px; }
  .about-us-area .about-info .theme-btn a {
    width: 153px; } }

/* SM Small Device :550px. */
.footer-top-ads {
  text-align: center; }

.custom-pagination {
  display: block;
  overflow: hidden;
  padding: 21px 0 18px; }
  .custom-pagination ul {
    text-align: center; }
    .custom-pagination ul li {
      display: inline;
      margin-right: 0; }
      .custom-pagination ul li span.current {
        color: #fff;
        background-color: #000;
        border: 1px solid #000;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px; }
      .custom-pagination ul li span.dots {
        padding: 10px 20px;
        display: inline-block; }
      .custom-pagination ul li a {
        color: #000;
        border: 1px solid transparent;
        text-decoration: none;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px; }
        .custom-pagination ul li a:hover {
          color: #fff;
          background: #000; }
        .custom-pagination ul li a.prev:hover, .custom-pagination ul li a.next:hover {
          color: #fff;
          background: #000; }

/** footer-area  **/
.footer-area {
  background-color: #1D262D; }
  .footer-area .footer-top-extra-area {
    background-color: #2A3842; }
  .footer-area .copy-right-info {
    border: 1px solid #2A3842; }
    .footer-area .copy-right-info .copy-right p {
      font-size: 14px;
      line-height: 32px;
      color: #fff;
      font-weight: 300; }

/** responsive css **/
/* XL Device :1200px. */
/* LG Device :992px. */
/* MD Device :768px. */
/* Extra small Device. */
/* SM Small Device :550px. */
