/* =======================================================================
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 ================================== */
@font-face {
  font-family: 'mouse-300';
  src: url("../fonts/museoslab300-webfont.ttf") format("truetype"); }
@font-face {
  font-family: 'mouse-500';
  src: url("../fonts/Museo_Slab_500italic.otf") format("truetype"); }
.btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem; }
  .btn-xs i {
    font-size: 12px; }

/* ===================================== 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: "Work Sans",Arial,sans-serif; }

strong {
  font-family: "Work Sans",Arial,sans-serif; }

body {
  background-color: #f1f1f145 !important;
  font-family: "Work Sans",Arial,sans-serif;
  color: #6A6A6A;
  width: 100%;
  overflow-x: hidden;
  font-size: .9rem; }

.session-title {
  padding: 30px;
  margin: 0px; }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-family: 'Play', sans-serif;
    font-weight: 600;
    color: #444; }
  .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: #673ab7;
  border-color: #673ab7; }
  .btn-success:hover {
    background-color: #673ab7 !important;
    border-color: #673ab7 !important; }
  .btn-success:active {
    background-color: #673ab7 !important;
    border-color: #673ab7 !important; }
  .btn-success:focus {
    background-color: #673ab7 !important;
    border-color: #673ab7 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-primary:hover {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important; }
  .btn-primary:active {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important; }
  .btn-primary:focus {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !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; } }

.carosal-gall {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px;
  margin-bottom: 50px;
  margin-top: -15px; }

.title-demo {
  text-align: center;
  display: block;
  padding: 15px;
  margin-top: 30px; }

.cvfg {
  margin: auto;
  margin-top: 5%; }

.demo-cover {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px; }
  .demo-cover .view {
    padding-top: 20px; }

/* ===================================== Import Loader CSS ================================== */
.spinner {
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.load-modl {
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  padding-top: 35%; }

.modal-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }

/* ===================================== Herader CSS ==================================== */
header {
  background-color: #673ab7 !important;
  padding: 20px !important; }
  header .header-top img {
    max-width: 230px; }
  header .socil-icon {
    float: right;
    padding-top: 5px; }
    header .socil-icon li {
      float: left;
      padding: 15px; }
      header .socil-icon li a {
        color: #FFF; }
      header .socil-icon li i {
        font-size: 1.2rem; }

.home-slider {
  background-color: #673ab7 !important;
  padding: 40px;
  color: #FFF;
  text-align: center;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .home-slider {
      padding-top: 0px; } }
  @media screen and (max-width: 460px) {
    .home-slider {
      padding: 0px;
      padding-bottom: 30px; } }

/* ===================================== Footer CSS ==================================== */
.footer {
  border-top: 1px solid #CCC;
  padding-top: 25px;
  padding-bottom: 12px;
  background-color: #FFF; }
  .footer .socil-icon {
    float: right; }
    @media screen and (max-width: 767px) {
      .footer .socil-icon {
        margin-top: 20px; } }
    .footer .socil-icon li {
      float: left;
      padding: 10px 15px;
      padding-top: 0px;
      padding-bottom: 7px; }

/* ===================================== Slider CSS ==================================== */
.survay-home {
  padding: 50px;
  padding-top: 80px; }
  @media screen and (max-width: 940px) {
    .survay-home {
      padding: 30px 10px; } }

.survay-card {
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(234, 234, 234, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  padding: 15px;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 3px;
  width: 100%; }
  .survay-card h2 {
    font-size: 1.1rem;
    font-weight: 500;
    font-family: unset; }
  .survay-card .btn {
    margin-top: 16px;
    float: right;
    padding-left: 20px;
    padding-right: 20px; }

.headeing {
  border-bottom: 1px solid #cccccc9c;
  margin-bottom: 45px; }
  @media screen and (max-width: 560px) {
    .headeing {
      margin-bottom: 8px; } }
  .headeing h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 600; }
    @media screen and (max-width: 560px) {
      .headeing h2 {
        margin-bottom: 0px;
        font-size: 1rem; } }

.dsbox {
  margin-top: 30px !important; }

@media screen and (max-width: 575px) {
  .load-modll {
    margin-top: 0px !important; } }

@media screen and (max-width: 575px) {
  .load-modll {
    float: none;
    margin: auto; } }

/* ===================================== Slider CSS ==================================== */
.survay-box {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 60px;
  margin-top: -60px;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .survay-box {
      padding: 20px; } }
  @media screen and (max-width: 560px) {
    .survay-box {
      padding: 15px; } }
  .survay-box .question {
    margin-bottom: 20px;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .survay-box .question {
        margin-bottom: 0px; } }
    .survay-box .question h2 {
      font-size: 1rem; }
  .survay-box .choices .scs {
    padding: 12px;
    font-size: .9rem; }
    .survay-box .choices .scs label {
      font-size: .92rem;
      padding-top: 2px; }
      .survay-box .choices .scs label i {
        margin-right: 7px;
        color: #b1b1b1; }
      .survay-box .choices .scs label .selstar {
        color: #673ab7; }
    .survay-box .choices .scs .icheck-material-red {
      padding: 10px;
      border: 1px solid #cccccc9c;
      box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35); }
    .survay-box .choices .scs .starrr {
      float: right;
      font-weight: 600;
      padding-top: 3px; }

.serv-fot {
  padding-top: 40px;
  border-top: 1px solid #cccccca6;
  margin-top: 60px; }
  @media screen and (max-width: 560px) {
    .serv-fot {
      margin-top: 0px !important;
      padding-top: 20px; } }
  .serv-fot .sercvi {
    margin-top: 5px;
    font-size: .93rem; }

.surv-detail {
  padding-bottom: 125px; }
  @media screen and (max-width: 767px) {
    .surv-detail {
      padding-bottom: 100px; } }

.form-row label {
  font-size: .9rem !important;
  font-weight: 500;
  padding-top: 5px; }
.form-row span {
  float: right;
  padding-top: 7px;
  padding-right: 7px;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .form-row span {
      float: none; } }
.form-row .form-control {
  border-radius: 0px; }

@media screen and (max-width: 400px) {
  .vbgh {
    padding: 0px; } }
.point-chic li {
  float: left;
  border: 1px solid #CCC;
  padding: 0px 10px;
  margin-bottom: 20px;
  width: 17%;
  margin-right: 2%;
  border-radius: 2px; }
  @media screen and (max-width: 767px) {
    .point-chic li {
      width: 22%; } }
  .point-chic li label {
    padding-top: 2px;
    margin-right: 20px;
    font-weight: 600;
    font-size: 1.1rem; }

.alert-margin {
  margin-left: 15px;
  margin-right: 15px; }

.success-box {
  text-align: center; }
  .success-box i {
    font-size: 63px;
    color: #07ad2cd1; }
  .success-box h1 {
    font-size: 1.8rem;
    margin-top: 60px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .success-box h1 {
        font-size: 1.2rem; } }
  @media screen and (max-width: 575px) {
    .success-box i {
      margin-top: 15px; }
    .success-box h1 {
      margin-top: 30px;
      margin-bottom: 30px; }
    .success-box .btn {
      margin-bottom: 20px; } }

/* ===================================== Slider CSS ==================================== */
/* ===================================== Validation CSS ================================== */
.smart-valid {
  position: absolute;
  width: 250px;
  background-color: #fd3550;
  left: 105%;
  color: #FFF;
  font-size: .88rem;
  padding: 7px;
  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;
  margin-top: 9px;
  padding-left: 18px;
  display: none;
  top: -13px;
  z-index: 999; }

@media screen and (max-width: 720px) {
  .smart-valid {
    position: absolute;
    width: 250px;
    background-color: #fd3550;
    left: 70px !important;
    color: #FFF;
    font-size: 13px;
    padding: 5px;
    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;
    margin-top: 9px;
    padding-left: 38px !important;
    display: none;
    top: -54px !important;
    z-index: 999; }

  .smart-valid::before {
    box-sizing: border-box;
    left: 5px !important;
    background-color: #fd3550;
    content: "";
    position: absolute;
    z-index: 100;
    height: 15px;
    top: 12px !important;
    transform: rotate(135deg);
    width: 15px; } }
.smart-valid::before {
  box-sizing: border-box;
  left: -12px;
  background-color: #fd3550;
  content: "";
  position: absolute;
  z-index: 100;
  height: 25px;
  top: 5px;
  transform: rotate(135deg);
  width: 25px; }

.in-err {
  border: 2px solid  #fd3550; }

.smart-val-left {
  right: 100%;
  left: unset; }

.smart-val-left::before {
  left: unset;
  right: -12px; }

/*# sourceMappingURL=style.css.map */
