/* =======================================================================
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(../../css);
@import url(../../css-1);
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

img {
  max-width: 100%; }

a {
      text-decoration: none;
    outline: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1px;
    font-family: "Poppins", sans-serif;
   }

a:hover {
  color: #f0f7ed; }

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 {
  color: #000000;
font-family: "Playfair Display", serif;
   }

body {
  background-color: #fff !important;
  -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;*/
   }
  @media screen and (max-width: 767px) {
    .session-title {
      padding: 5px; } }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .9rem;
    margin-top: 6px; }
  .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: 200px;
  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: 200px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 200px;
      padding-bottom: 40px; } }
  .page-nav h2 {
    font-size: 28px;
    width: 100%;
    font-weight: 700;
    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: #D2EFDD;
  border-color: #D2EFDD;
font-size: 14px;
padding: 10px;
   }
  .btn-success:hover {
    background-color: #D2EFDD !important;
    color: #18261e !important;
    border-color: #D2EFDD !important; }
  .btn-success:active {
    background-color: #D2EFDD !important;
    border-color: #D2EFDD !important; }
  .btn-success:focus {
    background-color: #D2EFDD !important;
    border-color: #D2EFDD !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #08703a;
  border-color: #08703a; }
  .btn-primary:hover {
    background-color: #08703a !important;
    border-color: #08703a !important; }
  .btn-primary:active {
    background-color: #08703a !important;
    border-color: #08703a !important; }
  .btn-primary:focus {
    background-color: #08703a !important;
    border-color: #08703a !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: 1px solid #CCC; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCC; }

.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 Design CSS ==================================== */
header {
  position: absolute;
  background-color: transparent;
      background: rgba(255,255,255,0.9);
  z-index: 999; }
  header .header-top {
    padding: 12px;
    background-color: #18261e; }
    header .header-top .contacthd p {
      color: #FFF;
      font-size: .95rem; }
      header .header-top .contacthd p i {
        margin-right: 10px; }
      header .header-top .contacthd p a {
        color: #fff; }
      header .header-top .contacthd p span {
        width: 30px;
        text-align: center; }
    header .header-top .email {
      float: right;
      border-right: 1px solid #CCC; }
      header .header-top .email li {
        color: #FFF;
        float: left;
        padding: 0px 10px;
        font-size: .95rem; }
        header .header-top .email li i {
          margin-right: 10px; }
      @media screen and (max-width: 392px) {
        header .header-top .email {
          display: none; } }
    header .header-top .social-login {
      float: right; }
      header .header-top .social-login li {
        color: #FFF;
        float: left;
        padding: 0px 10px; }
  header .header-bottom .logo {
    padding-top: 9px;}
    @media screen and (max-width: 767px) {
      header .header-bottom .logo {
        padding-top: 7px;
        padding-bottom: 7px; } }
    header .header-bottom .logo img {
      max-width: 200px; }
  header .header-bottom .navs ul {
    float: right; }
    header .header-bottom .navs ul li {
      float: left;
      padding: 28px 18px;
      font-weight: 600;
      font-size: 1rem;
       }
      header .header-bottom .navs ul li a {
        color: #444; }
      @media screen and (max-width: 1075px) {
        header .header-bottom .navs ul li {
          padding: 30px 20px; } }
      @media screen and (max-width: 950px) {
        header .header-bottom .navs ul li {
          padding: 30px 13px; } }
      @media screen and (max-width: 870px) {
        header .header-bottom .navs ul li {
          padding: 30px 10px;
          font-size: .8rem; } }
      @media screen and (max-width: 767px) {
        header .header-bottom .navs ul li {
          float: none;
          color: #071c35;
          padding: 10px;
          font-weight: 600; }
          header .header-bottom .navs ul li a {
            color: #071c35; } }
    @media screen and (max-width: 767px) {
      header .header-bottom .navs ul {
        width: 100%; } }

.small-menu {
  float: right;
  color: #071c35;
  font-size: 1.8rem;
  position: absolute;
  right: 18px;
  top: 23px; }

.scroll-to-fixed-fixed {
  background-color:   rgba(255,255,255,0.7);
    }
  .scroll-to-fixed-fixed .navs ul li a {
    color: #18201b !important; }
  @media screen and (max-width: 767px) {
    .scroll-to-fixed-fixed {
      padding-bottom: 10px; } }

/* ===================================== Slider Style Starts Here ===================================== */
.slider-detail {
  padding-top:0px;
  z-index: -9; }
  @media screen and (max-width: 992px) {
    .slider-detail .container {
      padding: 0px; } }
  @media screen and (max-width: 767px) {
    .slider-detail {
      padding-top: 0px; } }
  .slider-detail .carousel-caption {
    text-align: left;
/*    bottom: 110px;*/
    text-align: center; }
    @media screen and (max-width: 991px) {
      .slider-detail .carousel-caption {
        bottom: 10px; }
        .slider-detail .carousel-caption h5 {
          font-size: 28px; } }
    @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; }
    .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;
    text-align: center;
    display: block; }
    .slider-detail .vbh .btn {
      padding: 6px 30px;
      margin-top: 40px;
      font-weight: 600;
      font-size: 18px; }
  .slider-detail .vdg-cur {
    color: #ffffff; }
  .slider-detail .fvgb {
    color: #ffffff; }
  .slider-detail .carousel-control-prev {
    opacity: 1; }
  .slider-detail .carousel-control-prev-icon {
    background-image: none;
    background-color: transparent;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px; }
    .slider-detail .carousel-control-prev-icon i {
      font-size: 1.8rem; }
  .slider-detail .carousel-control-next {
    opacity: 1; }
  .slider-detail .carousel-control-next-icon {
    background-image: none;
    background-color: transparent;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px; }
    .slider-detail .carousel-control-next-icon i {
          font-size: 1.8rem;
    color: #fff; }

/* ===================================== Search Box Style Starts Here ===================================== */
.search-container {
  margin-top: -40px;
  position: absolute;
  width: 100%;
  z-index: 99; }
  @media screen and (max-width: 767px) {
    .search-container {
      margin-top: 0px;
      position: relative; }


   .omppp-slider-img-height img {
    width: 100%!important;
    height: 240px !important;
   }

   .overview-body233 {
    font-size: 21px !important;
   }

   .carousel-inner img{
     width: 100%!important;
    height: 240px !important;
    margin-top: 84px;
   }
  
  .ompp-aboutt{
    padding: 10px 0px 10px 0px !important;
    }
    .omp-form{
      margin-top: 8px;
    }
    .carousel .media img{
      width: 75px !important;
      height: 75px !important;
      margin-bottom: 25px;
    }
    .page-nav h2 {
    font-size: 26px;
    margin-top: 47px;
}
  }


  .search-container .search-box {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #18261eed;
    padding: 30px 15px; }
    .search-container .search-box .form-control {
      border-radius: 0px;
      margin-bottom: 0px;
      font-weight: 800; 
      z-index: 999999;}
    .search-container .search-box .btn {
      border-radius: 0px;
       }

/* ===================================== Search Box Style Starts Here ===================================== */
.top-packages {
  padding-top: 90px;
  padding: 10px; }
  @media screen and (max-width: 940px) {
    .top-packages {
      padding: 30px 10px; } }
  .top-packages .pack-row .pac-col {
    background-color: #FFF;
    border-radius: 10px;
/*    box-shadow: 0px 6px 4.7px 0.3px rgba(0, 0, 0, 0.2);*/
    margin-bottom: 30px;
    border: 1px solid #ebebeb; }
    .top-packages .pack-row .pac-col img {
      width: 100%; border-radius: 10px 10px 0 0; }
    .top-packages .pack-row .pac-col .packdetail {
      padding: 8px 15px 20px 15px; }
      .top-packages .pack-row .pac-col .packdetail h4 {
        font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;

         }
      .top-packages .pack-row .pac-col .packdetail .daydet {
        padding-top: 5px; }
        .top-packages .pack-row .pac-col .packdetail .daydet span {
          font-size: .85rem; }
        .top-packages .pack-row .pac-col .packdetail .daydet b {
          float: right;
          font-size: 1.4rem;
          color: #08703a; }
      .top-packages .pack-row .pac-col .packdetail .eview-row {
        padding-top: 5px; }
        .top-packages .pack-row .pac-col .packdetail .eview-row ul li {
          float: left;
          font-size: .8rem;
          padding-right: 3px; }
          .top-packages .pack-row .pac-col .packdetail .eview-row ul li i {
            color: #ffc800; font-size: 12px; }

/* ===================================== Offers Starts Here ===================================== */
.lloking-for {
  background-color: #18261e;
  background-size: 100%;
  background-size: cover;
  }

  .lloking-for .inn-lay {
/*   background-color: rgb(0 0 0 / 55%);*/
    padding: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 60px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

     }
    @media screen and (max-width: 940px) {
      .lloking-for .inn-lay {
        padding: 30px 10px; } }
    .lloking-for .inn-lay .natur-col {
      text-align: left; }
      .lloking-for .inn-lay .natur-col h2 {
        color: #FFF;
        font-weight: 600;
        font-size: 2.8rem;
        text-align: left; }
      .lloking-for .inn-lay .natur-col h4 {
        font-size: .9rem;
        margin-bottom: 20px;
        font-weight: 600;
        color: #FFF;
        text-align: left;
        line-height: 22px; }

        
      .lloking-for .inn-lay .natur-col .btn {
        border-radius: 0px;
        padding: 10px 55px;
        font-weight: 700;
        border-radius: 50px; }

/* ===================================== Blog Starts Here ===================================== */
.blog {
  padding: 50px;
  background-color: #FBFBFB; }

@media screen and (max-width: 990px) {
  .blog {
    padding: 0px 10px; } }
@media screen and (max-width: 1199px) {
  .blog .container {
    max-width: 100%; } }
.blog .blog-singe {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  border-radius: 2px;
  background-color: #FFF;
  margin-bottom: 30px; }

.blog .blog-singe .blog-img-tab {
  padding: 0px; }
  .blog .blog-singe .blog-img-tab img {
    width: 100%; }

.blog .blog-singe .blog-content-tab {
  padding: 15px; }

.blog .blog-singe .blog-content-tab h2 {
  font-size: 19px; }

.blog .blog-singe .blog-content-tab i {
  margin-right: 10px;
  font-size: 12px; }

.blog .blog-singe .blog-content-tab i small {
  margin-left: 5px;
  font-size: 100%; }

.blog .blog-singe .blog-content-tab .blog-desic {
  margin-top: 8px;
  font-size: 12px;
  text-indent: 20px;
  margin-bottom: 10px; }

.blog .blog-singe .blog-content-tab a {
  color: #06b2b6;
  font-size: 12px; }

.blog .blog-singe .blog-content-tab a i {
  margin-left: 15px;
  font-size: 13px; }

.blog-row {
  margin-top: 20px; }

/* =================== Footer Style Starts Here =================== */
.footer-cont {
  background-color: #fff;
  color: #FFF;
 padding: 20px 0 20px 0;  }
  @media screen and (max-width: 940px) {
    .footer-cont {
      padding: 30px 10px; } }
  .footer-cont .footer-top {
    padding-bottom: 40px; }
    .footer-cont .footer-top .foot-logo h2 {
      color: #FFF;
      font-weight: 600;
       }
    .footer-cont .footer-top .foot-addr ul li {
      float: left;
      
      color: #ddd5d5 }
      .footer-cont .footer-top .foot-addr ul li i {
        margin-right: 2px; }
  .footer-cont .foot-botom .fotter-coo h5 {
    color: #18261e;
    font-size: 1rem;
      font-family: "Poppins", serif;
    margin-bottom: 20px; }
  .footer-cont .foot-botom .fotter-coo ul li {
    font-size: .9rem;
    padding: 10px 3px; }
    .footer-cont .foot-botom .fotter-coo ul li i {
      margin-right: 5px; }
  .footer-cont .foot-botom .fotter-coo .gallery-row {
    margin-top: 5px; }
    .footer-cont .foot-botom .fotter-coo .gallery-row .gall-col {
      padding: 5px; }

.footer-ablove {
  padding: 30px;
  background-color: #ff5722;
  color: #FFF;
  font-size: 1.5rem; }

.footer-ablove .btn {
  float: right;
  background-color: #FFF; }

/* =================== Copyroght Starts Here =================== */
.copy {
  padding: 20px;
  background-color: #18261e;
  color: #FFF; }

.copy a {
  color: #ddd5d5; }

.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; }

/* ===================================== Travel Destinations Style CSS ==================================== */
.travel-destination {
  margin-top:  0px;
  padding:   30px 30px 0 30px;
  background-color: #fff; }
  @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;
     }
  .travel-destination .destination-row .destcol .layycover {
    background-color: rgb(0 0 0 / 13%);
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0px;
    border-radius: 5px;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;


     }
    .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; }

/* ===================================== About CSS ================================== */
.about-us {
  background-color: #FFF;
  padding: 30px; }
  @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 {
    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; }

/*# sourceMappingURL=style.css.map */




.btn-primary {
    background-color: #D2EFDD;
    border-color: #D2EFDD;
    color: #000;
}


.btn-primary:hover {
    background-color: #18261e !important;
    border-color: #00812c !important;
}

.session-title h2 {
    width: 100%;
    text-align: center;
/*    font-weight: 700;*/
    margin-bottom: 12px;
    color: #000;
    font-size: 30px;
}

.omp-padding1{
  margin-bottom: 20px !important;
  font-size: 15px;
  color: #d55800;
}

.omp-padding2{
  margin-top: 8px !important;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  color: #000;
}

.btn{
  padding: 5px 15px 5px 15px;
}

.badge-info {
    color: #fff;
    background-color: #00a33d;
}



.ompp .travel-destination .destination-row .destcol .layycover {
    background-color: #18261e;
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0px;
    border-radius: 5px;
    z-index: 99;
}

.sericeess{
  text-align: center;
}


/*----------dropdown-----menuuu----strat--------*/

.dropbtn {
  color: #18201b;
  font-size: 1rem;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 340px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding-top: 20px;
}

.dropdown-content a {
    color: black;
    padding: 11px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 400; 
    border-bottom: 1px solid #e9e9e9 !important;
     
}



.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}


/*----------dropdown-----menuuu-----end-------*/


.destcol44 img{
 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.footer-logooo{
  margin-top: 15px;
  
}

.ompp455{
  background-color: #fff;
  margin-top: 50px;
}
 
.page-nav {
    background-size: 100%;
    padding: 68px;
    text-align: center;
    padding-top: 76px;
    background-color: #deefe4;

}

   @-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-item img {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}


.slider-details44 img{
  height: 330px;
}


.book-enquery{
  background-color: #FFF;
    padding: 10px 10px 30px 10px;
    box-shadow: 0 0 10px 5px #ebebeb;
    margin-bottom: 30px;

}

.book-enqueryy{
  background-color: #FFF;
    padding: 10px 10px 30px 10px;
    box-shadow: 0 0 10px 5px #ebebeb;
    margin-bottom: 30px;

}


.book-enquery h3 {
    color: #fff;
    padding: 8px 0px 8x 0px;
    font-weight: 700;
    font-size: 19px;
    border-bottom: 1px solid #ebe9e9;
    padding-bottom: 2px;
    background-color: #18261e;
    text-align: center;
    line-height: 39px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.book-enqueryy h3 {
    color: #fff;
    padding: 8px 0px 8x 0px;
    font-weight: 700;
    font-size: 19px;
    border-bottom: 1px solid #ebe9e9;
    padding-bottom: 2px;
    background-color: #18261ee3;
    text-align: center;
    line-height: 39px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.book-enquery p {
    font-size: 17px;
    color: #4c4c4c;
    padding-top: 15px !important;
    font-weight: 500;
     border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}

.book-enqueryy p {
    font-size: 16px;
    color: #4c4c4c;
    padding-top: 15px !important;
    font-weight: 400;
     border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}

.omp-btnnn{
    background-color: #18261e !important;
    border-color: #00812c !important;
    color: #fff;
}

.omp-btnnn:hover {
    background-color: #D2EFDD !important;
    border: 1px solid #D2EFDD !important;
}

.book-enquery-ul-li li{
 padding-top: 15px;
 font-size: 16px;
 color: #363636;
}

.book-enquery i{
  font-size: 15px !important;
  color: #00973b;
}

.overview-body{
  padding: 15px 0px 0px 0px;
}

.overview-body h2{
  font-weight: 700 !important;
  font-size: 24px !important;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 7px;
  color: #4c4c4c;
}

.overview-body23{
  font-weight: 700 !important;
  font-size: 24px !important;
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
  padding-top: 24px;
}
.overview-body233 {
    font-weight: 700 !important;
    font-size: 23px !important;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    padding-top: 8px;
    color: #fffffff7;
    background-color: #18261e;
    text-align: center;
    line-height: 41px;
}

.ompp-nav-tabb li{
  padding: 10px;
  background-color: #c70f08;
  color: #fff !important;
}

.ompp-nav-tabb li a{
  color: #fff !important;
  margin: 10px;
  font-weight: 600;
  border-right: 1px solid #fff;
  padding-right: 10px;
}
.omppp-tab-body{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding: 20px;
}
.omppp-tab-body h3{
  font-weight: 700 !important;
  font-size: 20px !important;
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
  padding-top: 24px;
}


.omppp-tab-body h4{
  font-weight: 700 !important;
  font-size: 18px !important;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  padding-top: 24px;
  color: #424242;
}

.page-nav h2 {
    font-size: 32px;
    width: 100%;
    font-weight: 700;
    color: #c70f08;
}


 .float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:22px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}

.phone-call {
    width: 60px;
    height: 60px;
    left: 20px;
    bottom: 40px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.call-iconoop {
    font-size: 35px !important;
    margin-top: 10px;
}


.omp-top-padding{
  padding-top: 65px;
}

.btn-success {
    background-color: #18261e;
    border-color: #18261e;
}


.ompbtn145{
/*  background-image: -webkit-linear-gradient(top, #18261e, #24863b);*/
  color: #fff;
  padding: 5px 12px 5px 12px;
  border: #178d41;
  font-size: 16px;
  font-family: inherit;
  margin: 0 auto;
  display: block;
  /*margin-top: 20px;
  margin-bottom: 25px;*/
  font-weight: 600;
}

.ompp-aboutt{
  padding: 120px 0px 10px 0px;
}

.omp-text-justify{
  text-align: justify;
}

.mb-311{
  font-size: 21px;
  font-weight: 600;
  color: #262626;
}

.text-primaryyy{
  color: #000;
  font-size: 25px;
  font-weight: 600;
}

.omppabuti-imgg{
  border: 2px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.card{
    
    border:none;
}

.user-content p{
    margin-top:5px;
    font-size:12px;
}


.ratings i{
    color:blue;
}




.carousel .carousel-item {
  color: #999;
  overflow: hidden;
    min-height: 120px;
  font-size: 13px;
}
.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}
.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #383636;
    position: relative;    
    background: #fff;
  padding: 15px;
  margin: 0 0 20px 20px;
  font-size: 15px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
  background: #9b9b9b;
  box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .carousel-item .row > div:first-child .testimonial {
  margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
  margin-left: 0;
}
.carousel .testimonial p {
  text-indent: 40px;
    line-height: 26px;
    margin: 0;
    word-spacing: 2px;
}
.carousel .testimonial p::before {
  content: "\201D";
    font-family: Arial,sans-serif;
    color: #c91414;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
  padding: 3px 0 0 15px;
}
.carousel .overview .details {
  padding: 5px 0 8px;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #ff5555;
}


.carousel-indicators li, .carousel-indicators li.active {
  width: 17px;
  height: 17px;
  border-radius: 0;
  margin: 21px 5px;
    box-sizing: border-box;
}
.carousel-indicators li { 
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
  color: #fff;
    background: #ff5555;
    border: 5px double;    
}
.star-rating li {
  padding: 0 2px;
}
.star-rating i {
  font-size: 14px;
  color: #ffdc12;
}
.testimonialss{
  padding-bottom: 20px;
}

.overview b{
  color: #ffffff !important;
  font-size: 18px;
}

.overview .details{
   color: #fff !important;
  font-size: 15px;
}

.carousel-control-prev {
    left: 0;
/*    z-index: 9999;*/
}
.media img{
  z-index: 999999999999;
  width: 95px;
}

.oopp{
  font-size: 17px;
  font-weight: 600;
  color: #009835;
}
.omp-text-justify-about{
  text-align: justify;
  line-height: 29px;
}
.marttopp{
  margin-top: 10px !important;
 text-align: justify;
}

.bg-white {
    background-color: #fbfbfb;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ompp-aboutt22 {
  padding: 40px 0px 10px 0px;
}

.session-title22 h2 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    color: #D2EFDD;
    font-size: 30px;
    padding: 2px 0px 8px 20px;
}

.about-single-usr ul li{
  padding: 10px 0px 10px 0px;
  text-align: justify;
  line-height: 29px;
  color: #464545;
}

.session-title22 p{
  padding: 10px 0px 10px 0px;
}

.session-title2233 h2{

   font-weight: 700;
    margin-bottom: 20px;
    color: #D2EFDD;
    font-size: 30px;
    padding: 31px 0px 8px 0px;
}
.session-title2233 ul li{
   padding: 8px 0px 8px 0px;
   font-weight: 400;
}

.omp-text-justify-about44{
  padding: 10px 0px 10px 0px;
  line-height: 32px;
  font-weight: 600;
  color: #4c4c4c;
}
.omp-top-padding44{
  padding-bottom: 55px;
}

.ompbtn2{
  margin-bottom: 5px !important;
}

.omppfooter-link a li {
 color: #000;
}

.fotter-coo-omppp h5 {
    color: #18261e;
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 10px;
      font-family: "Poppins", serif;
}

.emaill{
  margin-left: 15px;
}

.page-nav {
    background-size: 100%;
      padding: 0px;
    text-align: center;
    padding-top: 125px;
    background-color: #c4e5d0;
}


.form {
    background: #18261e;
    width: 100%;
    padding: 10px;
    padding: 32px 15px 15px 15px;
}

.p-4{
  width: 100% !important;
  height: 16px !important;
  padding: 19px !important;
  margin-bottom: 7px !important;
}
.form-bodyy{
  margin-top: 15px;
  padding: 20px;
  background-color: #18261e;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bbbtn-primary {
    background-color: #c70f08;
    border-color: #ddd;
    height: 46px;
    line-height: 0px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    margin-bottom: 25px;
}
.form-control11{
  height: 35px;
  border: 1px solid #fff;
}

.refrech-boldd {
    font-size: 17px;
    border: none;
    padding: 4px 10px 4px 10px;
}

.form-control {
    background-color: #F8F8F8;
    margin-bottom: 10px;
}
.Get-Best-Price{
 font-size: 24px;
    width: 100%;
    font-weight: 700;
    color: #c4e5d0;
    text-align: center;
    padding: 10px 10px 20px 10px;
}

.Get-Best-Price22{
 font-size: 24px;
    width: 100%;
    font-weight: 700;
    color: #c70f08;
    text-align: center;
    padding: 63px 10px 20px 10px;
}

.form-bodyy p {
    padding: 12px 0px 12px 0px;
    color: #404040;
    font-size: 17px;
}

.formm-body{
  background-color: #ededed;
  padding-bottom: 33px;
}

.Get-Personalised {
    font-size: 16px !important;
    color: #fb5b12 !important;
    font-weight: 900;
}

.ompfont-icon{
  color: #c70f08;
  margin-right: 6px;
}

.form-bodyy22{
  margin-top: 15px;
  padding: 20px 20px 75px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-bodyy22 p {
    padding: 12px 0px 12px 0px;
    color: #404040;
    font-size: 17px;
}

.om-aboutt{
  padding: 10px 0px 55px 0px;
  background-color: #f3f3f3;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ompp-aboutt55 {
    padding: 55px 0px 10px 0px;
}

.ommpp img{
  width: 100%; 
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.thank-style h1{
  font-size: 30px;
}

 .carousel-image-wrapper {
    position: relative;
}

.carousel-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.carousel-caption {
    position: absolute;
    bottom: 20px; /* Adjust this value as needed */
    left: 20px; /* Adjust this value as needed */
    right: 20px; /* Adjust this value as needed */
}

.tr-place-area{
  padding: 50px 0;
  margin: 50px 0;
  background-color: #18261e;
}
.mb-60{
  margin-bottom: 30px;
}
.tr-section-title{
  color: #fff !important;
}
.pit{
  color:#fff;
  margin-top: 10px;
}

.tr-place-thumb img{
  border-radius: 10px;
  width: 100%;
}

.tr-place-content{
    margin-top: 10px;
    
}

.tr-place-title{
  color: #000 !important;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
.tr-place-title:hover {
  color: #fff !important;
  font-size: 15px;
  text-align: center;
}
.tr-section-title2{
  color: #000;
}
.about-span{
  color:  #bf170f;
  font-weight: 600;
}

.about-p{
font-size: 14px;
margin-top: 10px;
}

.about-feature-two .feature-item.style-two:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  -webkit-box-shadow: 10px 4px 40px rgba(247, 146, 30, 0.5);
  box-shadow: 10px 4px 40px rgba(247, 146, 30, 0.5); }

.about-feature-two .shape {
  position: absolute;
  left: 0;
  top: 28px;
  max-width: 15%; }

   .tr-memorise-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
      font-family: "Poppins", serif;
    text-transform: capitalize;
    color: #000;
    transition: 0.4s;
} 
 @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-memorise-title-box {
    margin-bottom: 50px;
  }
}
.tr-memorise-title-box p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-memorise-title-box p {
    font-size: 16px;
  }
  .tr-memorise-title-box p br {
    display: none;
  }
}
.tr-memorise-item {
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-memorise-item {
    margin-left: 0;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .tr-memorise-item {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.tr-memorise-icon span {
  margin-right: 30px;
  display: inline-block;
  color: var(--tr-theme-1);
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-memorise-icon span {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-memorise-icon span svg {
    width: 52px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-memorise-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-memorise-title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-memorise-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tr-memorise-content p {
    font-size: 15px;
  }
}
.tr-memorise-mlr {
  margin: 0px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-memorise-mlr {
    margin: 0px 20px;
  }
}
@media (max-width: 767px) {
  .tr-memorise-mlr {
    margin: 0;
  }
}
.tr-memorise-bg {
  padding-top: 130px;
  padding-bottom: 340px;
  border-radius: 40px;
  background-color: var(--tr-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-memorise-bg {
    padding-top: 90px;
    padding-bottom: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tr-memorise-bg {
    padding-top: 90px;
    padding-bottom: 300px;
  }
}
.tr-memorise-shape-1 {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
}
.tr-memorise-style-2 .tr-memorise-item {
  padding: 36.5px 38px;
  margin-left: 0;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: 0.4s;
  background-color: var(--tr-common-white);
}
@media (max-width: 767px) {
  .tr-memorise-style-2 .tr-memorise-item {
    padding: 36.5px 25px;
  }
}
.tr-memorise-style-2 .tr-memorise-item:hover {
  background-color: var(--tr-theme-1);
}
.tr-memorise-style-2 .tr-memorise-item:hover .tr-memorise-icon span {
  color: var(--tr-common-white);
}
.tr-memorise-style-2 .tr-memorise-item:hover .tr-memorise-title {
  color: var(--tr-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-memorise-style-3 .tr-memorise-title-box {
    margin-bottom: 0px;
  }
}
.tr-memorise-style-3 .tr-memorise-item {
  padding: 25px 30px;
  margin-left: 0;
  border: 2px solid #EEEEEE;
  border-radius: 20px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-memorise-style-3 .tr-memorise-item {
    margin-bottom: 0;
  }
}
.tr-memorise-style-3 .tr-memorise-item:hover {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
}

.bg-1{
  background-color: #fff5e9;
}

.bg-2{
   background-color: #f0f7ed;
}
.bg-3{
   background-color: #fff1ea;
}
.bg-4{
   background-color: #e7f7fe;
}

.team-area:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
   }

.team-item {
  margin-bottom: 30px; }
  .team-item img {
    width: 100%;
    border-radius: 10px; }
  .team-item .content {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background: transparent;
    text-align: center;
    border-radius: 10px;
    padding: 15px 10px; }
    .team-item .content h6 {
      margin-bottom: 0; color: #fff;   font-family: "Poppins", serif;}
    .team-item .content .designation {
      display: block; }
    .team-item .content .social-style-one {
      display: none;
      margin-top: 10px;
      margin-bottom: 5px; }
      .team-item .content .social-style-one a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block; }
        .team-item .content .social-style-one a:not(:hover) {
          color: var(--primary-color);
          background: rgba(var(--primary-rgb), 0.15); }

 
.team-item {
    margin-bottom: 30px;
}
[data-aos=fade-up] {
    transform: translate3d(0, 60px, 0);
}



/* Post Meta */
.post-meta ul li {
  display: inline-block;
}
/* Single Blog Post */
.single-blog-post-item .entry-content {
  padding-top: 25px;
}
.single-blog-post-item .entry-content .post-meta ul li {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-blog-post-item .entry-content .post-meta ul li {
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
}
@media (max-width: 991px) {
  .single-blog-post-item .entry-content .post-meta ul li {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-post-item .entry-content .post-meta ul li {
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
}
.single-blog-post-item .entry-content h4.title {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-blog-post-item .entry-content h4.title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .single-blog-post-item .entry-content h4.title {
    font-size: 24px;
  }
}
.single-blog-post-item-two .post-thumbnail {
  position: relative;
}
.single-blog-post-item-two .post-thumbnail img {
  width: 100%;
}
.single-blog-post-item-two .post-thumbnail .cat-btn {
  position: absolute;
  bottom: -20px;
  right: 25px;
  background-color: #63AC45;
  padding: 5px 25px;
  font: 500 18px "Prompt", sans-serif;
  color: #fff;
}
.single-blog-post-item-two .post-thumbnail .cat-btn:hover {
  background-color: #F7921E;
}
.single-blog-post-item-two .entry-content {
  padding-top: 15px;
}
.single-blog-post-item-two .entry-content .post-meta ul li {
  margin-bottom: 10px;
}
.single-blog-post-item-two .entry-content .post-meta ul li:not(:last-child) {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
.single-blog-post-item-two .entry-content h4.title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-blog-post-item-two .entry-content h4.title {
    font-size: 22px;
  }
}
.single-blog-post-bg-item {
  position: relative;
  z-index: 1;
  padding: 40px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 60px rgba(28, 35, 31, 0.07);
          box-shadow: 0px 5px 60px rgba(28, 35, 31, 0.07);
  border-radius: 7px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-blog-post-bg-item {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .single-blog-post-bg-item {
    padding: 40px 30px;
  }
}
.single-blog-post-bg-item:hover .hover-bg {
  visibility: visible;
  opacity: 1;
}
.single-blog-post-bg-item:hover .entry-content .cat-btn {
  background-color: #F7921E;
}
.single-blog-post-bg-item:hover .entry-content h4.title {
  color: #fff;
}
.single-blog-post-bg-item:hover .entry-content .post-author-thumb a {
  color: #fff;
}
.single-blog-post-bg-item:hover .entry-content .post-meta {
  border-color: rgba(255, 255, 255, 0.3);
}
.single-blog-post-bg-item:hover .entry-content .post-meta ul li span {
  color: #fff;
}
.single-blog-post-bg-item:hover .entry-content .btn-link {
  color: #fff;
}
.single-blog-post-bg-item .hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.single-blog-post-bg-item .hover-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 35, 31, 0.65);
}
.single-blog-post-bg-item .entry-content .cat-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  background-color: #63AC45;
  color: #fff;
  border-radius: 30px;
  padding: 8px 25px;
  margin-bottom: 23px;
}
.single-blog-post-bg-item .entry-content h4.title {
  font-size: 26px;
  margin-bottom: 23px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-blog-post-bg-item .entry-content h4.title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .single-blog-post-bg-item .entry-content h4.title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .single-blog-post-bg-item .entry-content h4.title {
    font-size: 22px;
  }
}
.single-blog-post-bg-item .entry-content .post-author-thumb {
  padding-bottom: 30%;
}
.single-blog-post-bg-item .entry-content .post-author-thumb img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.single-blog-post-bg-item .entry-content .post-author-thumb a {
  font-weight: 500;
  font-size: 18px;
}
.single-blog-post-bg-item .entry-content .post-meta {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(28, 35, 31, 0.1);
  margin-bottom: 17px;
}

.blog-standard-post-item .entry-content {
  padding-top: 35px;
}
.blog-standard-post-item .entry-content .post-meta ul li {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  margin-bottom: 10px;
}
.blog-standard-post-item .entry-content h3.title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 33px;
}
@media (max-width: 1199px) {
  .blog-standard-post-item .entry-content h3.title {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .blog-standard-post-item .entry-content h3.title {
    font-size: 18px;
  }
}
.blog-standard-post-item .entry-content .btn-link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

/* Blog Details Wrapper */
.blog-details-wrapper .blog-post .post-meta {
  padding-top: 35px;
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post .post-meta ul li {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  margin-bottom: 5px;
}
.blog-details-wrapper .blog-post .main-post {
  padding-bottom: 55px;
}
.blog-details-wrapper .blog-post .main-post .entry-content h3.title {
  margin-bottom: 20px;
}
.blog-details-wrapper .blog-post .main-post .entry-content > p {
  margin-bottom: 35px;
}
.blog-details-wrapper .blog-post .main-post .entry-content h4 {
  margin-bottom: 15px;
}
.blog-details-wrapper .blog-post .main-post .entry-content .quote-admin {
  position: relative;
  padding-top: 30px;
}
.blog-details-wrapper .blog-post .main-post .entry-content .quote-admin:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #F9F9F7;
  z-index: -1;
}
.blog-details-wrapper .blog-post .main-post .entry-content .quote-admin .quote-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details-wrapper .blog-post .main-post .entry-content .quote-admin .quote-inner-content .quote-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 35px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.blog-details-wrapper .blog-post .main-post .entry-content .quote-admin .quote-inner-content .quote-admin-content {
  margin-top: -6px;
}
.blog-details-wrapper .blog-post .main-post .entry-content .quote-admin .quote-inner-content .quote-admin-content h3 {
  margin-bottom: 13px;
}
@media (max-width: 1199px) {
  .blog-details-wrapper .blog-post .main-post .entry-content .quote-admin .quote-inner-content .quote-admin-content h3 {
    font-size: 22px;
  }
}
.blog-details-wrapper .blog-post .main-post .entry-content .quote-admin .quote-inner-content .quote-admin-content span {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details-wrapper .blog-post .main-post .entry-content .quote-admin .quote-inner-content .quote-admin-content span:before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #F7921E;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.blog-details-wrapper .blog-post .entry-footer {
  padding-top: 40px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .blog-details-wrapper .blog-post .entry-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-details-wrapper .blog-post .entry-footer .tag-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .blog-details-wrapper .blog-post .entry-footer .tag-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-details-wrapper .blog-post .entry-footer .tag-links h6 {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post .entry-footer .tag-links a {
  padding: 7px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid rgba(28, 35, 31, 0.1);
  border-radius: 5px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post .entry-footer .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .blog-details-wrapper .blog-post .entry-footer .social-share {
    margin-top: 15px;
  }
}
.blog-details-wrapper .blog-post .entry-footer .social-share h6 {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  font-size: 18px;
}
.blog-details-wrapper .blog-post .entry-footer .social-share a {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.blog-details-wrapper .blog-post .entry-footer .social-share a:hover {
  color: #F7921E;
}
.blog-details-wrapper .entry-footer, .blog-details-wrapper .main-post, .blog-details-wrapper .post-author-box, .blog-details-wrapper .post-navigation-item {
  border-bottom: 1px solid rgba(28, 35, 31, 0.1);
}

/* Post Author Box */
.post-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .post-author-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.post-author-box .author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 190px;
  height: 160px;
  -webkit-margin-end: 50px;
          margin-inline-end: 50px;
}
@media (max-width: 575px) {
  .post-author-box .author-thumb {
    margin-bottom: 40px;
  }
}
.post-author-box .author-content span.position {
  margin-bottom: 5px;
}
.post-author-box .author-content p {
  margin-bottom: 5px;
}
.post-author-box .author-content ul.social-link li {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

/* Post Navigation Item */
.post-navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .post-navigation-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-navigation-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.post-navigation-item .post-nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 370px;
}
.post-navigation-item .post-nav-item .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 130px;
  height: 130px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-navigation-item .post-nav-item .thumb {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}
.post-navigation-item .post-nav-item .content h6 {
  font-size: 18px;
  padding-bottom: 15px;
  line-height: 1.2;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(28, 35, 31, 0.1);
}
.post-navigation-item .post-nav-item .content span.post-date {
  line-height: 1;
}
.post-navigation-item .post-nav-item .content span.post-date a i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}
.ont{
  font-size: 14px;
  text-align: justify;
}

.colar{
  color: #000;
}

.pdio{
  padding: 15px;
}

.sec-title {
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
}
.sec-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #000;
}
 
   .sec-title h2 {
    font-size: 30px;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 900;
    letter-spacing: 0px;
    /* text-transform: uppercase; */
    color: var(--blue);
}
.sec-title p {
    font-size: 18px;
    line-height: 28px;
}
.testimonial-area {
    background: #18261e;
    position: relative;
    z-index: 2;
    padding: 50px 0 0 0;
}
.testimonial-area .owl-carousel {
    overflow: hidden;
    padding: 0 20px;
/*    margin: 0px -40px;*/
    padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
    padding: 30px 50px;
    margin-left: -38px;
    width: calc(100% + 100px);
}
.single-testimonial {
    border: 2px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}
.single-testimonial p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 25px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}
.single-testimonial::before {
    content: "";
    position: absolute;
    left: -35px;
    top: -35px;
/*    background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat #18261e;*/
    background-size: 60%;
    width: 126px;
    height: 100px;
    transform: rotate(180deg);
    background-position: 34px 15px;
}
.single-testimonial::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -34px;
/*    background: url(../quote.png) no-repeat #18261e;*/
    background-size: 60%;
    width: 126px;
    height: 100px;
    background-position: 34px 19px;
}

.client-video {
    padding-right: 15px;
}
.client-info {
    position: relative;
    z-index: 3;
}
.client-info a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    font-size: 22px;
}
.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-bottom: 15px;
}
.client-info h6 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}
.client-info span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.sec-title.white-title h2 {
    color: #fff;
}
.owl-dots button {
    background: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}
.owl-dots {
    text-align: center;
    margin-top: 50px;
}
.owl-dots button.active {
    width: 30px;
}
