/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Less ================================== */
:root {
  --color-font: #808291;
  --color-primary: #3ed2a7;
  --color-secondary: #ffb09f;
  --color-link: #a7a9b8;
  --color-link-hover: #181b31;
  --color-gradient-start: #4fda91;
  --color-gradient-stop: #34dbc5;
  --color-img-holder: #efefef; }

@font-face {
  font-family: 'Glacial Indifference';
  src: url("../fonts/GlacialIndifference-Regular.html") format("woff2"), url("../fonts/basiersquare-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Glacial Indifference bold';
  src: url("../fonts/GlacialIndifference-Bold.html") format("woff2"), url("../fonts/GlacialIndifference-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'title-font';
  src: url("../fonts/cerebri-sans.woff") format("truetype"); }
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html, body {
  height: 100%; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin Sans', sans-serif; }

strong {
  font-family: 'Josefin Sans', sans-serif; }

body {
  background-color: #f1f1f1 !important;
  font-family: 'Josefin Sans', sans-serif;
  color: #6A6A6A;
  overflow-x: hidden; }

.session-title {
  padding: 30px;
  margin: 0px; }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px; }
  .inner-title p {
    width: 100%;
    text-align: center; }
  .inner-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem; }

.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 160px; }
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 576px) {
    .page-nav {
      padding-top: 186px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 206px; } }
  .page-nav h2 {
    font-size: 36px;
    width: 100%;
    color: #444; }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #444; }
    .page-nav ul li a {
      color: #444; }

.btn-success {
  background-color: #223d50;
  border-color: #223d50; }
  .btn-success:hover {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:active {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:focus {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #6655e8;
  border-color: #6655e8; }
  .btn-primary:hover {
    background-color: #6655e8 !important;
    border-color: #6655e8 !important; }
  .btn-primary:active {
    background-color: #6655e8 !important;
    border-color: #6655e8 !important; }
  .btn-primary:focus {
    background-color: #6655e8 !important;
    border-color: #6655e8 !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid  #863dd9; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid #863dd9 !important; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
  max-width: 1170px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }

/* ===================================== Herader CSS ==================================== */
header {
  margin-top: 2px; }
  header .logo img {
    max-width: 180px;
    padding: 10px; }
  header .navigation ul {
    float: right; }
    @media screen and (max-width: 991px) {
      header .navigation ul {
        margin-top: 5px;
        width: 100%; } }
    header .navigation ul li {
      float: left;
      padding: 24px;
      font-weight: 600; }
      @media screen and (max-width: 991px) {
        header .navigation ul li {
          width: 100%; } }

.scroll-to-fixed-fixed {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  margin-top: 0px; }

.small-menu {
  float: right;
  padding: 10px;
  padding-top: 25px;
  font-size: 1.4rem; }

html {
  scroll-behavior: smooth; }

/* ===================================== Slider CSS ==================================== */
.slider {
  padding: 50px;
  text-align: center;
  background: url(../images/pattern.png) repeat;
  padding-top: 10px; }
  @media screen and (max-width: 940px) {
    .slider {
      padding: 30px 10px; } }
  .slider .image-part {
    text-align: center; }
    .slider .image-part img {
      max-width: 450px; }
  .slider .text-part {
    padding-top: 78px;
    text-align: left; }
    .slider .text-part h1 {
      font-weight: 300;
      font-size: 3.5rem;
      margin-bottom: 25px;
      color: #444444db; }
    .slider .text-part .btn {
      margin-top: 30px;
      font-weight: 600;
      font-size: 1.1rem;
      padding: 8px 30px;
      border-radius: 50px; }

/* ===================================== Features CSS ==================================== */
.features {
  padding: 50px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .features {
      padding: 30px 10px; } }
  .features .ker-featur-row {
    margin-top: 20px; }
  .features .featurecol .single-feature {
    margin-bottom: 20px; }
    .features .featurecol .single-feature i {
      font-size: 1.5rem; }
    .features .featurecol .single-feature h6 {
      margin-top: 5px;
      margin-bottom: 5px;
      font-weight: 400;
      font-size: 1.2rem; }
    .features .featurecol .single-feature p {
      font-weight: 300;
      font-size: 1rem;
      color: #000; }
  .features .feature-left .single-feature {
    text-align: right; }
  .features .featur-image {
    padding-top: 15px;
    text-align: center; }

/* ===================================== Design CSS ==================================== */
.design-styl {
  padding: 50px;
  background-color: #6c757d; }
  @media screen and (max-width: 940px) {
    .design-styl {
      padding: 30px 10px; } }
  .design-styl .design-image {
    text-align: center; }
    .design-styl .design-image img {
      max-width: 300px; }
  .design-styl .design-text {
    color: #ffffff;
    margin: auto; }
    .design-styl .design-text h1 {
      line-height: 57px;
      font-size: 2.8rem; }
    .design-styl .design-text p {
      font-size: 1.1rem; }

/* ===================================== Why Choos Us CSS ==================================== */
/* ===================================== Gallery CSS ==================================== */
.gallery {
  padding: 50px;
  background-color: #ffffff; }
  @media screen and (max-width: 940px) {
    .gallery {
      padding: 30px 10px; } }
  @media (min-width: 478px) {
    .gallery .gg-element:nth-child(3n+0) {
      grid-row-end: span 1; } }

/* ===================================== Update CSS ==================================== */
.productes {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .productes {
      padding: 30px 10px; } }
  .productes .product-row {
    margin-top: 30px; }
    .productes .product-row .product-cover {
      background-color: #fff;
      padding: 10px;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      text-align: center;
      margin-bottom: 30px; }
      .productes .product-row .product-cover img {
        margin-top: 10px; }
      .productes .product-row .product-cover h4 {
        margin-top: 18px;
        margin-bottom: 7px;
        font-size: 1.2rem; }
      .productes .product-row .product-cover button {
        margin-bottom: 20px;
        border-radius: 50px;
        padding: 5px 20px; }

/* ===================================== Review CSS ==================================== */
.customer-serv {
  padding: 45px;
  background-color: #fdfdfd; }
  @media screen and (max-width: 554px) {
    .customer-serv {
      padding: 40px 20px; } }
  @media screen and (max-width: 1063px) {
    .customer-serv {
      padding: 40px 20px; } }
  @media screen and (max-width: 348px) {
    .customer-serv {
      padding: 30px 10px !important; } }
  .customer-serv .ro-clo {
    padding: 40px 0px;
    padding-top: 25px; }
  .customer-serv .card-b::after {
    box-sizing: border-box;
    background-color: #FFF;
    content: "";
    position: absolute;
    z-index: 100;
    height: 25px;
    left: 35px;
    top: 108px;
    transform: rotate(135deg);
    width: 25px; }
  .customer-serv .card-b {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    text-align: center;
    font-size: 14px;
    background: url(../images/quotes.png) no-repeat bottom right;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: right;
    background-position-y: bottom;
    background-size: auto auto;
    background-color: #FFF;
    background-size: 40px;
    background-position: right 10px bottom 5px; }
    .customer-serv .card-b p {
      font-size: .95rem; }
  .customer-serv .an-mtc {
    padding-top: 23px; }
  .customer-serv .stars {
    padding-top: 33px; }
    .customer-serv .stars li {
      list-style: none;
      color: #f8b739;
      float: right;
      font-size: 13px;
      margin-left: 4px; }
  .customer-serv .img-circl {
    margin-top: 20px;
    text-align: center; }
  .customer-serv .img-circl img {
    width: 80%;
    border-radius: 50%; }
  .customer-serv .star-par {
    padding-left: 0px; }
  @media screen and (max-width: 1013px) {
    .customer-serv .stars li {
      font-size: 12px; } }
  @media screen and (max-width: 991px) {
    .customer-serv .card-b::after {
      display: none;
      margin-top: 20px; }
    .customer-serv .col-12 {
      margin-top: 20px; } }

/* ===================================== Footer CSS ==================================== */
.footer {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .footer {
      padding: 30px 10px; } }
  .footer .footerro {
    text-align: center;
    display: block; }
    .footer .footerro .tt {
      margin-bottom: 10px;
      font-weight: 300; }
    .footer .footerro p {
      margin-top: 15px;
      margin-bottom: 15px; }
      .footer .footerro p a {
        font-weight: 600;
        font-size: .8rem;
        margin: 2px 15px; }
    .footer .footerro a {
      font-weight: 300; }

/*# sourceMappingURL=style.css.map */
