/* =======================================================================
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 ================================== */
@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: #111111 !important;
  font-size: 14px;
  opacity: 1 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #000; }

h2 {
  font-size: 1.6rem;
}

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 {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 6px;
    color: #000; }
  .session-title p {
    /* max-width: 850px; */
    text-align: center;
    float: none;
    margin: auto;
    font-size: .9rem;
    margin-top: 15px;
    font-weight: 400; }
  .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-image: url(../images/services1.jpg);
  background-size: 100%;
  padding: 40px;
  text-align: center;
  padding-top: 265px;
  background-position: center center;
  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: white; }
    @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;
    color: white; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: white; }
    .page-nav ul li a {
      color: white; }

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

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid #0f7d96 !important; }

.form-control {
  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 {
  position: absolute;
  width: 100%;
  z-index: 999;
  color: #FFF; }
  header .header-top {
    padding: 20px; }
    @media screen and (max-width: 767px) {
      header .header-top {
        padding: 10px; } }
    header .header-top .mail-detail {
      padding-top: 15px;
      text-align: end; }
      header .header-top .mail-detail ul li {
        font-size: .85rem;
        font-weight: 600;
        padding: 3px;
        color: #000; }
    header .header-top .logo {
      text-align: left; }
      header .header-top .logo img { max-height: 70px;}
      @media screen and (max-width: 767px) {
        header .header-top .logo {
          text-align: left; }
          header .header-top .logo img {
            max-width: 180px; } }
    header .header-top .social-link {
      padding-top: 15px; }
      header .header-top .social-link ul {
        float: right; }
        header .header-top .social-link ul li {
          float: left;
          padding: 10px 15px; }
          header .header-top .social-link ul li i {
            font-size: 1.5rem;
            color: #FFF; }
  header .header-nav .nav-row {
    padding: 0px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC; }
    @media screen and (max-width: 767px) {
      header .header-nav .nav-row {
        background-color: #FFF;
        margin-top: -10px; }
        header .header-nav .nav-row ul {
          margin-left: 0px;
          width: 100%; }
          header .header-nav .nav-row ul li {
            float: none;
            width: 100%; }
            header .header-nav .nav-row ul li a {
              color: #444; } }
  header .header-nav ul {
    float: none;
    margin: auto; }
    header .header-nav ul li {
      float: left;
      padding: 10px 30px; }
      @media screen and (max-width: 991px) {
        header .header-nav ul li {
          padding: 10px 25px; } }
      header .header-nav ul li a {
        color: #fff;
        font-weight: 600;
        font-size: .9rem;
        text-transform: uppercase; }
  header .scroll-to-fixed-fixed {
    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); }
    header .scroll-to-fixed-fixed .nav-row {
      border: 0px !important; }
    header .scroll-to-fixed-fixed ul li a {
      color: #444; }
  header .small-menu {
    float: right;
    color: #FFF;
    font-size: 1.8rem;
    position: absolute;
    right: 13px;
    top: 10px; }

/* =================== Slider Style Starts Here =================== */
@media screen and (max-width: 992px) {
  .slider-detail .carousel-control-prev {
    padding-top: 50px; }
  .slider-detail .carousel-control-next {
    padding-top: 50px; }
  .slider-detail .container {
    padding: 0px; } }
.slider-detail .carousel-caption {
  text-align: left;
  bottom: 110px; }
  .w-100 { 
    max-height: 100vh;
    object-fit: cover;}
  .w-90 { 
    max-height: 90vh;
    object-fit: cover;}
  @media screen and (max-width: 1260px) {
    .slider-detail .carousel-caption {
      bottom: 30px; } }
  @media screen and (max-width: 1044px) {
    .slider-detail .carousel-caption h5 {
      font-size: 28px !important; }
    .slider-detail .carousel-caption p {
      margin-top: 20px !important; } }
  @media screen and (max-width: 991px) {
    .slider-detail .carousel-caption {
      bottom: 10px;
      display: none !important; }
      .slider-detail .carousel-caption h5 {
        font-size: 28px;
        color: #fff; }
      .slider-detail .carousel-caption .btn {
        padding: 10px !important;
        font-size: 1rem !important;
        margin-top: 7px !important; } }
  @media screen and (max-width: 800px) {
    .slider-detail .carousel-caption h5 {
      font-size: 18px; } }
  .slider-detail .carousel-caption h5 {
    font-size: 44px;
    margin-left: -40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase; }
  .slider-detail .carousel-caption p {
    margin-left: -40px;
    font-weight: 500;
    margin-top: 40px;
    font-size: 16px;
    color: #fff; }
.slider-detail .vbh {
  margin-left: -40px; }
  .slider-detail .vbh .btn {
    padding: 10px 30px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px; }
.slider-detail .vdg-cur {
  color: #ffffff; }
.slider-detail .fvgb {
  color: #ffffff; }

/* =================== services Style Starts Here =================== */
.services {
  padding: 17px;
  background-color: #fff; }
  @media screen and (max-width: 940px) {
    .services {
      padding: 30px 10px; }
      .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        display: none;
      } }
  .services .dest-row {
    margin-top: 20px; }
    .services .dest-row .dest-col {
      text-align: center;
      margin-bottom: 20px;
      padding-bottom: 25px; }
      .services .dest-row .dest-col .dest-img {
        padding: 10px;
        border: 1px solid #CCC; }
      .services .dest-row .dest-col h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
        margin-top: 20px;
        font-weight: 600; }
      .services .dest-row .dest-col p {
        font-size: .93rem;
        margin-bottom: 20px; }
      .services .dest-row .dest-col .btn {
        box-shadow: none;
        font-weight: 600;
        border-radius: 5px;
        border: 2px solid #0f7d96;
        padding: 5px 20px; }
      .services .dest-row .dest-col:hover {
        box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
        transition: all .25s ease;
        padding-bottom: 25px; }
        .services .dest-row .dest-col:hover .dest-img {
          border: none; }
          .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { 
          color: #000;
          background-color: #fff;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          box-shadow: 0 5px 16px 0 rgb(0 0 0 / 38%); 
          font-size: 21px; }
          .owl-theme .owl-nav [class*=owl-]:hover {
            background-color: #fff;
            color: #000;
          }
          .owl-carousel .owl-nav .owl-prev{
            position: absolute;
            top: 40%;
            left: -70px;  }
            .owl-carousel .owl-nav .owl-next {
              position: absolute; 
              top: 40%;
              right: -70px;  }
              .services .dest-row .dest-col .dest-img img { 
                min-height: 250px;
                max-height: 250px;}

/* =================== Key Features Starts Here =================== */
.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: 50px;
    display: flex; }
    .features .featurecol .single-feature .icon {
      padding: 25px;
      margin: auto; }
      .features .featurecol .single-feature .icon i {
        font-size: 29px; }
    .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: .96rem;
      color: #000;
      font-weight: 500; }
  .features .feature-left .single-feature {
    text-align: right;
    display: flex; }
    .features .feature-left .single-feature .icon {
      padding: 25px;
      margin: auto; }
      .features .feature-left .single-feature .icon i {
        font-size: 29px; }
  .features .featur-image {
    padding-top: 15px;
    text-align: center; }
    .features .featur-image img {
      margin-top: -40px; }

/* =================== About US Starts Here =================== */
.about-us {
  padding: 50px;
  background-color: #f7f7f7; }
  @media screen and (max-width: 940px) {
    .about-us {
      padding: 30px 10px; } }
  .about-us .text p {
    font-weight: 300;
    font-size: .9rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 20px; }
  .about-us .image img {
    margin-top: 0px;
    min-height: 377px;
    max-height: 400px;
    width: 100%; }

/* =================== Testimonial Starts Here =================== */
.customer-serv {
  padding: 45px;
  background-color: #fdfdfd;
  padding-bottom: 120px; }
  @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; } }

/* =================== Our Team Starts Here =================== */
.our-team {
  padding: 50px; }
  @media screen and (max-width: 450px) {
    .our-team {
      padding: 30px 10px; } }
  .our-team .content-title h2 {
    margin-bottom: 50px; }
  .our-team .team-member {
    padding: 10px;
    background-color: #FFF;
    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;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .our-team .team-member {
        margin-bottom: 15px; } }
    .our-team .team-member img {
      margin-bottom: 5px; }
    .our-team .team-member p {
      margin-top: 5px;
      font-size: .85rem; }
    .our-team .team-member b {
      padding: 5px; }
    .our-team .team-member ul li {
      float: left;
      padding: 5px;
      width: 20%;
      text-align: center;
      border: 1px solid #efefefa6; }
    .our-team .team-member ul {
      margin: 0px;
      margin-top: 10px; }

/* =================== Blog Style Starts Here =================== */
.blog {
  background-color: #f7f7f7;
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .blog {
      padding: 30px 10px; } }
  .blog .blog-row .blog-col {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
    margin-bottom: 30px; }
    .blog .blog-row .blog-col img {
      margin-bottom: 20px;
      width: 100%; }
    .blog .blog-row .blog-col span {
      color: #a09f9f;
      font-size: .83rem; }
    .blog .blog-row .blog-col h4 {
      margin-top: 15px;
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 15px;
      line-height: 26px; }
    .blog .blog-row .blog-col p {
      font-weight: 500;
      font-size: .93rem;
      line-height: 25px; }

/* ===================================== Footer Cover Style  ================================== */
.footer-ablove {
  padding: 30px;
  background-color: #5cb400;
  color: #FFF;
  font-size: 1.5rem; }

.footer-ablove .btn {
  float: right;
  background-color: #FFF;
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

footer {
  padding: 50px;
  background-color: #222;
  color: #FFF; }

@media screen and (max-width: 940px) {
  footer {
    padding: 50px 10px; }
    footer .glink {
      margin-top: 20px;
      text-align: center;
    } }
footer h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600; }
  

footer .about p {
  font-size: .9em;
  margin-bottom: 20px; }

footer .about .foot-address {
  display: flex; }

footer .about .foot-address .icon {
  padding: 10px 10px; }

footer .about .foot-address .addet {
  font-size: .9rem;
  margin: auto 0px; }

footer .fotblog .blohjb {
  margin-bottom: 10px; }

footer .fotblog .blohjb p {
  font-size: .9rem; }

footer .fotblog .blohjb span {
  font-size: .9rem; }

footer .f-gallery ul.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px; }
  footer .f-gallery ul.grid-container img {
    min-height: 70px;
    max-height: 70px;
    width: 100%;
  }

footer .glink ul li {
  padding: 5px; }

footer .glink ul li i {
  margin-right: 10px; }

footer .glink ul li a {
  color: #FFF; }

footer .tags ul li {
  float: left;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #CCC; }

.copy {
  padding: 20px;
  background-color: #191616;
  color: #FFF; }
  @media screen and (max-width: 940px) {
    .copyright-area {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .copyright-area a {
      text-align: center;
    }
    footer .f-gallery ul.grid-container img {
      min-height: 100px;
      max-height: 100px;
      width: 100%;
    }
  }

.copy a {
  color: #FFF;
  font-size: .85rem; }

.copy span {
  float: right; }

.copy span i {
  margin-right: 20px; }

.cop-ck {
  padding: 20px;
  background-color: #ffffffbd; }
  .cop-ck h2 {
    font-size: 1.2rem;
    margin-bottom: 20px; }

/* ===================================== Gallery Style  ================================== */
.gallery-filter {
  width: 100%;
  text-align: center; }

.gallery-filter .btn {
  background-color: #FFF; }

.gallery {
  padding: 50px;
  padding: 30px;
  background-color: #FFF; }
  .gallery img { 
    min-height: 196px;
    max-height: 196px;
    width: 100%; }
  @media screen and (max-width: 940px) {
    .gallery {
      padding: 30px 10px; } }

.gallery-title {
  font-size: 36px;
  color: #00ab9f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px; }

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #14863d; }

.filter-button {
  font-size: 18px;
  border: 1px solid #14863d;
  border-radius: 5px;
  text-align: center;
  color: #14863d;
  margin-bottom: 30px; }

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #14863d;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #14863d; }

.btn-default:active .filter-button:active {
  background-color: #14863d;
  color: white; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px; }

/* ===================================== 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 */
header .header-nav .nav-row{
      padding: 0px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: #ffffffe3;
    color: #fdfdfd;
    border-radius: 67px;

}

header .header-nav ul li a {
    color: #000;
  }

/* =================== operator Starts Here =================== */
.operator {
  padding: 50px;
  background-color: #f7f7f7; }
  @media screen and (max-width: 940px) {
    .operator {
      padding: 30px 10px; }
      .operator .image img {
        min-height: 260px!important;
        max-height: 580px!important;
        object-fit: contain; } }
  .operator .text p {
    font-weight: 300;
    font-size: .9rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 20px; }
  .operator .image img {
    margin-top: 0px;
    min-height: 480px;
    max-height: 580px;
    object-fit: contain; }


/* =================== education-tour Starts Here =================== */
.education-tour {
  padding: 50px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .education-tour {
      padding: 30px 10px; }
      .education-tour .image img {
        min-height: 220px!important;
        max-height: 580px!important;
        object-fit: contain; } }
  .education-tour .text p {
    font-weight: 300;
    font-size: .9rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 20px; }

    .education-tour .text1 p {
    font-weight: 300;
    font-size: .9rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 10px; }

  .education-tour .image img {
    margin-top: 0px;
    min-height: 480px;
    max-height: 580px;
    object-fit: contain; }

/* =================== holidays Starts Here =================== */
.holidays {
  padding: 50px;
  background-color: #f7f7f7; }
  @media screen and (max-width: 940px) {
    .holidays {
      padding: 30px 10px; } }
  .holidays .text p {
    font-weight: 300;
    font-size: .9rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 20px; }
  .holidays .image img {
    margin-top: 0px;
    min-height: 480px;
    object-fit: cover; }

/* =================== team Starts Here =================== */
.team {
  padding: 50px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .team {
      padding: 30px 10px; } }
  .team .text p {
    font-weight: 300;
    font-size: .9rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 20px; }
  .team .image img {
    margin-top: 0px; }

/* =================== safety Starts Here =================== */
.safety {
  padding: 50px;
  padding-top: 110px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .safety {
      padding: 30px 10px; } }
  .safety .text p {
    font-weight: 300;
    font-size: .9rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 20px; }
  .safety .image img {
    margin-top: 0px;
    max-height: 260px; }

/* =================== domestic Style Starts Here =================== */
.domestic {
  padding: 17px;
  background-color: #fff; }
  @media screen and (max-width: 940px) {
    .domestic {
      padding: 30px 10px; }
      .domestic .dest-row .dest-col .dest-img img {
        min-height: 160px!important;
        max-height: 160px!important;}
        .domestic .dest-row .dest-col h6 {
          font-size: 16px!important;
        } }
  .domestic .dest-row {
    margin-top: 20px; }
    .domestic .dest-row .dest-col {
      text-align: center;
      min-height: 172px;}
      .domestic .dest-row .dest-col .dest-img {
        padding: 10px;
        border: 1px solid #CCC; }
      .domestic .dest-row .dest-col h6 {
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: 600;
        font-size: 13px; }
      .domestic .dest-row .dest-col p {
        font-size: .93rem;
        margin-bottom: 20px; }
      .domestic .dest-row .dest-col .btn {
        box-shadow: none;
        font-weight: 600;
        border-radius: 5px;
        border: 2px solid #14863d;
        padding: 5px 20px; }
      .domestic .dest-row .dest-col:hover {
        box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
        transition: all .25s ease; }
        .domestic .dest-row .dest-col:hover .dest-img {
          border: none; }
          .domestic .dest-row .dest-col .dest-img img { 
            min-height: 100px;
            max-height: 100px;
            width: 100%;}
            .domestic .dest-row .gallery_product {
              margin-bottom: 10px; }


/* =================== international Style Starts Here =================== */
.international {
  padding: 17px;
  background-color: #fff; }
  @media screen and (max-width: 940px) {
    .international {
      padding: 30px 10px; }
      .international .dest-row .dest-col .dest-img img {
        min-height: 160px!important;
        max-height: 160px!important;}
        .international .dest-row .dest-col h6 {
          font-size: 16px!important;
        } }
  .international .dest-row {
    margin-top: 20px; }
    .international .dest-row .dest-col {
      text-align: center;
      min-height: 172px;}
      .international .dest-row .dest-col .dest-img {
        padding: 10px;
        border: 1px solid #CCC; }
      .international .dest-row .dest-col h6 {
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: 600;
        font-size: 13px; }
      .international .dest-row .dest-col p {
        font-size: .93rem;
        margin-bottom: 20px; }
      .international .dest-row .dest-col .btn {
        box-shadow: none;
        font-weight: 600;
        border-radius: 5px;
        border: 2px solid #14863d;
        padding: 5px 20px; }
      .international .dest-row .dest-col:hover {
        box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
        transition: all .25s ease; }
        .international .dest-row .dest-col:hover .dest-img {
          border: none; }
          .international .dest-row .dest-col .dest-img img { 
            min-height: 100px;
            max-height: 100px;
            width: 100%;}
            .international .dest-row .gallery_product {
              margin-bottom: 10px; }


/* =================== contact Starts Here =================== */
.contact-rooo {
  padding: 50px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .contact-rooo {
      padding: 30px 10px; } }
  .contact-rooo .text p {
    font-weight: 300;
    font-size: .9rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 28px; }
  .contact-rooo .image img {
    margin-top: 0px;
    max-height: 410px;
    width: 100%;
    object-fit: cover; }
    .contact-rooo h2 { 
      position: relative;
      display: inline-block;
      border-bottom: 3px solid #000;
      padding-bottom: 3px;  }
      .form-contact { 
        -webkit-box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 18%);
        -moz-box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 18%);
        box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 18%); }
        .contact-rooo label { 
          color: #000;
          font-weight: 600;}
          .contact-rooo input[type=submit]{
            font-weight: 600;}
            .contact-info { 
              margin-top: 20px;}
              .contact-rooo .contact-info .contact-l { 
                display: flex;
                flex-wrap: nowrap;
                gap: 10px;
                margin-bottom: 40px;}
                .contact-rooo .contact-info .contact-l:last-child {
                  margin-bottom: 0;}
                  .contact-rooo .contact-info .contact-l .contact-data { 
                    text-align: left;}
                    .contact-rooo .contact-info .contact-l .contact-logo .icon-logo-box { 
                      width: 50px;
                      height: 50px;
                      background-color: #0f7d96;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                      border-radius: 50%; }
                      .contact-rooo .contact-info .contact-l .contact-logo .icon-logo-box i { 
                        color: #FFF;
                        font-size: 20px;}
                        .contact-rooo .contact-info .contact-l .contact-data h6 { 
                          font-weight: 600;}
                          .contact-rooo .contact-info .contact-l .contact-logo .icon-logo-box:hover i { 
                            color: #000;}

.text h2 {
  font-weight: 600;
  display: inline-block;
  padding-bottom: 6px;
  color: #000;
}

/* =================== school camp Starts Here =================== */
.school-camp {
  padding: 50px;
  padding-top: 110px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .school-camp {
      padding: 30px 10px; } }
  .school-camp .text p {
    font-weight: 300;
    font-size: .9rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 28px; }
  .school-camp img {
    margin-top: 0px;
    min-height: 240px;
    max-height: 240px;
    width: 100%; }


.submit-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.btn-sumit {
  background-color: #0f7d96;
  border-color: #0f7d96;
  color: #fff;
}

/* =================== other seevices camp Starts Here =================== */
.other-services {
  padding: 50px;
  background-color: #fff; }
  @media screen and (max-width: 940px) {
    .other-services {
      padding: 30px 10px; } }
  .other-services .dest-row {
    margin-top: 20px; }
    .other-services .dest-row .dest-col {
      text-align: center;
      min-height: 240px;}
      .other-services .dest-row .dest-col .dest-img {
        padding: 10px;
        border: 1px solid #CCC; }
      .other-services .dest-row .dest-col h6 {
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: 600;
        font-size: 13px; }
      .other-services .dest-row .dest-col p {
        font-size: .93rem;
        margin-bottom: 20px; }
      .other-services .dest-row .dest-col .btn {
        box-shadow: none;
        font-weight: 600;
        border-radius: 5px;
        border: 2px solid #14863d;
        padding: 5px 20px; }
      .other-services .dest-row .dest-col:hover {
        box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
        transition: all .25s ease; }
        .other-services .dest-row .dest-col:hover .dest-img {
          border: none; }
          .other-services .dest-row .dest-col .dest-img img { 
            min-height: 160px;
            max-height: 160px;
            width: 100%;}
            .other-services .dest-row .gallery_product {
              margin-bottom: 10px; }


/* =================== adventure-camp Starts Here =================== */
.adventure-camp {
  padding: 50px;
  padding-top: 40px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .adventure-camp {
      padding: 30px 10px; } }
  .adventure-camp .text p {
    font-weight: 300;
    font-size: .9rem;
    font-weight: 400;
    /* color: #000; */
    margin-bottom: 10px;
    /* line-height: 20px;  */
  }
  .adventure-camp img {
    margin-top: 0px;
    min-height: 240px;
    max-height: 240px;
    width: 100%; }


/* =================== school camp Starts Here =================== */
.astronomy-camp {
  padding: 50px;
  padding-top: 110px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .astronomy-camp {
      padding: 30px 10px; } }
  .astronomy-camp .text p {
    font-weight: 300;
    font-size: .9rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 28px; }
  .astronomy-camp img {
    margin-top: 0px;
    min-height: 240px;
    max-height: 240px;
    width: 100%; }


/* =================== international Style Starts Here =================== */
.outdoor-adventure-camp {
  padding: 17px;
  background-color: #fff; }
  @media screen and (max-width: 940px) {
    .outdoor-adventure-camp {
      padding: 30px 10px; }
      .outdoor-adventure-camp .dest-row .dest-col .dest-img img {
        min-height: 160px!important;
        max-height: 160px!important;}
        .outdoor-adventure-camp .dest-row .dest-col h6 {
          font-size: 16px!important;
        } }
  .outdoor-adventure-camp .dest-row {
    margin-top: 20px; }
    .outdoor-adventure-camp .dest-row .dest-col {
      text-align: center;
      min-height: 172px;}
      .outdoor-adventure-camp .dest-row .dest-col .dest-img {
        padding: 10px;
        border: 1px solid #CCC; }
      .outdoor-adventure-camp .dest-row .dest-col h6 {
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: 600;
        font-size: 13px; }
      .outdoor-adventure-camp .dest-row .dest-col p {
        font-size: .93rem;
        margin-bottom: 20px; }
      .outdoor-adventure-camp .dest-row .dest-col .btn {
        box-shadow: none;
        font-weight: 600;
        border-radius: 5px;
        border: 2px solid #14863d;
        padding: 5px 20px; }
      .outdoor-adventure-camp .dest-row .dest-col:hover {
        box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
        transition: all .25s ease; }
        .outdoor-adventure-camp .dest-row .dest-col:hover .dest-img {
          border: none; }
          .outdoor-adventure-camp .dest-row .dest-col .dest-img img { 
            min-height: 100px;
            max-height: 100px;
            width: 100%;}
            .outdoor-adventure-camp .dest-row .gallery_product {
              margin-bottom: 10px; }


.thank-you {
  padding: 50px;
}

.thank-you .thks__inner img {
  max-height: 80px;
}

.thank-you .text h2 {
  display: block;
}
.text-c {
  text-align: center;
  display: block !important;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  font-weight: 800!important;
  font-size: 32px;
}
/* for footer images */
.copy .design-b {
  color: #b7860b;
}

.copy .design-b:hover {
  text-decoration: underline;
}

.education-tour .benefit-of-education-tour li p {
  line-height: 10px !important;
}


.client-logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px;
}

.client-logo {
    flex: 1 1 calc(16.66% - 20px);
    max-width: calc(16.66% - 20px);
    height: 80px;
    object-fit: contain;
    border: 1px solid;
    border-radius: 22px;
}

.copy a {
    color: #FFF;
    font-size: 18px;
}

@media (max-width: 992px) {
    .client-logo {
        flex: 1 1 calc(33.33% - 20px); /* 3 per row on tablets */
        max-width: calc(33.33% - 20px);
    }
}

@media (max-width: 576px) {
    .client-logo {
        flex: 1 1 calc(50% - 20px); /* 2 per row on mobile */
        max-width: calc(50% - 20px);
    }
}

.img-fluid, .img-thumbnail {
    max-width: 60%;
    height: auto;
}

.img-wrapper {
  display: inline-block;
  position: relative;
}
.img-wrapper .close {
  position: absolute;
}
button.close.position-absolute {
  top: -13px !important;
  right: 146px !important;
}
