/* =======================================================================
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 Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== 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: "Open Sans", sans-serif;
  color: #545454; }

strong {
  font-family: "Open Sans", sans-serif; }

body {
  background-color: #f1f1f145 !important;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6A6A6A;
  overflow-x: hidden; }

.session-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px; }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .83rem;
    margin-top: 15px; }
  .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 {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  padding-top: 145px;
  background-color: #eaeaea; }
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 992px) {
    .page-nav {
      background-size: auto; } }
  @media screen and (max-width: 767px) {
    .page-nav {
      padding-top: 100px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 200px; } }
  .page-nav h2 {
    font-size: 30px;
    width: 100%;
    font-weight: 600;
    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;
    font-size: .93rem;
    font-weight: 600;
    color: #444; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #444; }
    .page-nav ul li a {
      color: #444;
      font-size: .93rem;
      font-weight: 600; }

.btn-success {
  background-color: #51be78;
  border-color: #51be78; }
  .btn-success:hover {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:active {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:focus {
    background-color: #51be78 !important;
    border-color: #51be78 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #ff4a52;
  border-color: #ff4a52; }
  .btn-primary:hover {
    background-color: #ff4a52 !important;
    border-color: #ff4a52 !important; }
  .btn-primary:active {
    background-color: #ff4a52 !important;
    border-color: #ff4a52 !important; }
  .btn-primary:focus {
    background-color: #ff4a52 !important;
    border-color: #ff4a52 !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; } }

/* =================== Header Style Starts Here =================== */
header {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  position: absolute;
  background-color: #FFF;
  z-index: 999; }
  header .logo {
    padding-left: 40px;
    padding-top: 8px; }
    @media screen and (max-width: 1024px) {
      header .logo {
        margin-top: 5px; } }
    @media screen and (max-width: 767px) {
      header .logo {
        margin-top: 0px;
        margin-bottom: 7px; } }
    header .logo img {
      width: 250px;
      max-width: 100%; }
  @media screen and (max-width: 911px) {
    header .navs ul {
      float: right; } }
  @media screen and (max-width: 767px) {
    header .navs ul {
      float: none; } }
  header .navs ul li {
    float: left;
    padding: 27px 23px;
    font-size: .9rem;
    font-weight: 600; }
    @media screen and (max-width: 1316px) {
      header .navs ul li {
        padding: 27px 15px; } }
    @media screen and (max-width: 1138px) {
      header .navs ul li {
        font-size: .8rem; } }
    @media screen and (max-width: 1040px) {
      header .navs ul li {
        padding: 27px 10px; } }
    @media screen and (max-width: 767px) {
      header .navs ul li {
        float: none;
        padding: 12px; } }
  header .socila-link ul {
    float: right;
    padding-right: 30px; }
    header .socila-link ul li {
      float: left;
      padding: 25px 20px; }
      @media screen and (max-width: 1078px) {
        header .socila-link ul li {
          padding: 25px 10px; } }
  header .small-menu {
    float: right;
    color: #ff4a52;
    font-size: 1.8rem;
    position: absolute;
    right: 37px;
    top: 24px; }

/* =================== Slider Style Starts Here =================== */
.slider {
  position: relative;
  padding-top: 75px; }

.slider-captions {
  position: absolute;
  bottom: 132px;
  text-align: center; }

@media screen and (max-width: 1050px) {
  .slider-captions {
    bottom: 100px !important; }

  width: 90%;
  text-align: center;
  float: none;
  margin: auto;
  .slider-captions .slider-title {
    font-size: 42px; } }
@media screen and (max-width: 810px) {
  .slider-captions {
    bottom: 50px !important; }

  .slider-captions .slider-title {
    font-size: 32px; } }
@media screen and (max-width: 572px) {
  .slider-captions {
    display: none; } }
.slider-title {
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -3px; }

.slider-text {
  margin-bottom: 20px;
  color: #fff; }

.slider-img {
  background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
  position: relative; }

.slider-img img {
  position: relative;
  z-index: -1; }

.slider .owl-nav .owl-prev, .slider .owl-nav .owl-next {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 6px 12px;
  font-size: 22px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: transparent;
  filter: Alpha(Opacity=50);
  line-height: 1;
  border: 2px solid #fff; }

.owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
  background-color: #fff; }

.slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 25px; }

.slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 25px; }

.slider .owl-dots .owl-dot {
  position: relative;
  text-align: center;
  bottom: 40px;
  max-width: 1140px;
  margin: 0 auto; }

.slider .owl-dots .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 0px 10px 10px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  float: left; }

.slider .owl-dots .owl-dot.active span {
  background-color: #fff; }

.slider .owl-dots .owl-dot.active span, .slider .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

.slider .col-lg-offset-2 {
  float: none;
  margin: auto; }

/* ===================================== Search Style CSS ==================================== */
.search {
  background: #040e27;
  padding: 42px 0; }
  @media screen and (max-width: 767px) {
    .search {
      margin-top: -20px; } }
  .search .form-control {
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #040e27; }
  .search h4 {
    font-weight: 600;
    color: #fff;
    padding-top: 7px; }
  .search .ffb {
    padding: 5px; }

/* ===================================== Travel Destinations Style CSS ==================================== */
.travel-destination {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .travel-destination {
      padding: 30px 10px; } }
  .travel-destination .destination-row .descol {
    margin-bottom: 30px; }
  .travel-destination .destination-row .destcol img {
    border-radius: 5px;
    width: 100%; }
  .travel-destination .destination-row .destcol .layycover {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0px;
    border-radius: 5px;
    z-index: 99; }
    .travel-destination .destination-row .destcol .layycover h4 {
      position: absolute;
      width: 100%;
      color: #FFF;
      bottom: 7px;
      left: 10px;
      font-weight: 600;
      font-size: 1.2rem; }
    .travel-destination .destination-row .destcol .layycover span {
      font-weight: 400;
      font-size: .7rem; }

/* ===================================== Popular Pack Style CSS ==================================== */
.popular-pack {
  background-color: #f7fafd;
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .popular-pack {
      padding: 30px 10px; } }
  .popular-pack .colpack {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    margin-bottom: 30px; }
    .popular-pack .colpack .details {
      padding: 15px; }
      .popular-pack .colpack .details h4 {
        font-weight: 600;
        font-size: 1.1rem;
        margin-bottom: 3px; }
      .popular-pack .colpack .details p {
        font-size: .9rem;
        margin-bottom: 5px; }
      .popular-pack .colpack .details .rat li {
        float: left; }
        .popular-pack .colpack .details .rat li i {
          margin-right: 7px;
          font-size: .8rem;
          color: #fdae5c; }

/* =================== Review Style Starts Here =================== */
.review {
  padding: 50px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .review {
      padding: 30px 10px; } }
  .review .review-row .review-col {
    display: flex;
    margin-bottom: 30px; }
    .review .review-row .review-col .profil {
      padding: 10px; }
      .review .review-row .review-col .profil img {
        border-radius: 50%;
        background-color: #fff;
        padding: 4px;
        @inclide card-1() }
    .review .review-row .review-col .review-detail h4 {
      font-weight: 600;
      font-size: 1.1rem; }
    .review .review-row .review-col .review-detail h6 {
      margin-top: 10px;
      font-weight: 600;
      font-family: .9rem; }
    .review .review-row .review-col .review-detail p {
      font-size: .9rem; }
    .review .review-row .review-col .review-detail .rat {
      margin-top: -20px !important; }
      .review .review-row .review-col .review-detail .rat li {
        float: right;
        margin-right: 4px;
        color: #ffcd47;
        font-size: .8rem; }

/* =================== Review Style Starts Here =================== */
.blog {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .blog {
      padding: 30px 10px; } }
  .blog .blog-row {
    margin-top: 20px; }
    .blog .blog-row .blogcol {
      margin-bottom: 30px; }
      .blog .blog-row .blogcol img {
        margin-bottom: 10px; }
      .blog .blog-row .blogcol span {
        font-size: .8rem; }
      .blog .blog-row .blogcol h4 {
        margin-top: 10px;
        font-weight: 600;
        font-size: 1.1rem;
        line-height: 26px; }

/* ===================================== Fooer CSS ================================== */
.footer {
  padding: 50px;
  background-color: #263544;
  color: #FFF; }

@media screen and (max-width: 940px) {
  .footer {
    padding: 50px 10px; } }
.footer h2 {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600; }

.footer p {
  text-align: justify;
  text-indent: 20px;
  font-size: .9rem; }

.footer .link-list li {
  padding: 7px;
  font-weight: 500;
  font-size: .95rem;
  border-bottom: 1px solid #7586985c; }

.footer .link-list li a {
  color: #FFF; }

.footer .link-list li i {
  float: right; }

.footer .map-img {
  font-weight: 600;
  font-size: 17px;
  padding-left: 20px; }

address {
  font-size: .95rem; }
  address a {
    color: #fff; }

.copy {
  padding: 20px;
  background-color: #2a3c4e;
  font-size: .85rem;
  color: #FFF; }

.copy a {
  color: #FFF; }

.copy span {
  float: right; }

.copy span i {
  margin-right: 20px; }

@media screen and (max-width: 777px) {
  .copy span {
    display: none; } }
/* ===================================== About CSS ================================== */
.about-us {
  background-color: #FFF;
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .about-us {
      padding: 30px 10px; } }
  .about-us .natur-row {
    margin-top: 20px; }
  .about-us .text-part h2 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 20px; }
  .about-us .text-part p {
    text-indent: 20px;
    margin-bottom: 15px;
    line-height: 27px;
    font-weight: 500;
    text-align: justify;
    font-size: .9rem; }
  .about-us .image-part img {
    background-color: #FFF;
    padding: 10px;
    box-shadow: 0 0 10px 5px #ebebeb; }

/* ===================================== Our Team Style  ================================== */
.our-team {
  padding: 50px; }

@media screen and (max-width: 940px) {
  .our-team {
    padding: 50px 10px; } }
.our-team .team-row {
  margin-top: 20px; }

.our-team .team-row .single-usr {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  margin-bottom: 20px; }

.our-team .team-row .single-usr img {
  width: 100%; }

.our-team .team-row .single-usr .det-o {
  padding: 20px;
  background-color: #0363b0; }

.our-team .team-row .single-usr .det-o h4 {
  color: #FFF;
  margin-bottom: 0px; }

.our-team .team-row .single-usr .det-o i {
  color: #FFF; }

/* ===================================== Responsive Style CSS ==================================== */
@media screen and (max-width: 991px) {
  .we-are-making .text-part {
    text-align: center; }

  .we-are-making .text-part .count .count-sing {
    margin-bottom: 20px; }

  .headwe-nav .container {
    padding: 10px; }

  header .headwe-nav .nav-div .navbar-nav .nav-item .nav-link {
    padding: 10px;
    border-right: 0px; } }

/*# sourceMappingURL=style.css.map */