html {
    scroll-behavior: smooth;
  }  
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}
a,a:hover{
    text-decoration: none;
}
.section{
    float: left;
    width: 100%;
    padding: 75px 0px;
    position: relative;
}
.shadow {
    -webkit-box-shadow: 0px 0px 12px 5px #eafde2;
    -moz-box-shadow: 0px 0px 12px 5px #eafde2;
    box-shadow: 0px 0px 12px 5px #eafde2;
}
.no-padding{
    padding: 0 !important;
}
/* bANNER CSS */

/*
*****************************************
!Slick BANNER SLIDER ! ----------------------*
*****************************************
*/
.banner{
    float: left;
    width: 100%;
    position: relative;
  }
  /*reset*/
  ul.bannerSlider{
    padding-left:0;
  }
  .bannerSlider{
      height: 450px;
  }
  .bannerSlider .slick-slide {
      position: relative;
  }
  .bannerSlider .slide__image img {
      width: 100%;
      height: 450px;
      object-fit:cover;
  }
  img.slide__image__top-position {
      object-position:center bottom;
  }
  .bannerSlider .slide__text {
      position: absolute;
      z-index: 100;
      text-align: center;
      width: 100%;
      top: 50%;
        transform: translateY(-50%);
  }
  .bannerSlider .slide__text h2 {
      font-size: 48px;
      font-weight: 800;
      color: #fff;
      text-transform: uppercase;
  }
  
  .banner .prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    cursor: pointer;
  }
  .banner .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;  
  }
  
  .prev i,
  .next i{
    font-size: 20px;
    padding: 12px 18px;
    color: #fff;
    background: #3fbf08ab;
    border-radius: 50%;
  }

 /* return to top button css */
 #return-to-top {
     display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 13px;
    font-size: 22px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
 /* return to top button css ends */


.heading{
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 800;
}
.space{
    margin-bottom: 40px;
}
.sm-space{
    margin-bottom: 20px;
}
.button_b{
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    color: #fff;
    background: #3fbf08;
    border-radius: 20px;
    text-transform: uppercase;
    outline: none;
    border: none;
}
.button_b:hover{
    color: #fff;
}
.button_w{
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    color: #3fbf08;
    background: #fff;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    -webkit-box-shadow: 0px 0px 12px 14px #eafde2;
    -moz-box-shadow: 0px 0px 12px 14px #eafde2;
    box-shadow: 0px 0px 12px 14px #eafde2;
    transition: 0.4s;
}
.button_w:hover{
    color: #fff;
    background: #3fbf08;
    box-shadow: none;
}
/* Popular package */
.package_box{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.package_box_img{
    height: 240px;
    width: 100%;
    position: relative;
}
.package_box_img img{
    height: 100%;
    width: 100%;
}
.package_box_img_overlay{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    background: #3fbf08a6;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.package_box_content{
    float: left;
    width: 100%;
    padding: 15px 0px;
}
.package_box_content h4{
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
}
.package_box_content p{
    font-size: 14px;
    color: #444;
    line-height: 20px;
}
.package_box_content p>i{
    color: #ffcc00;
    margin-right: 10px;
}
.package_box_content p.days{
    font-size: 15px;
    color: #222;
    font-weight: 500;
}
.abt_us_img_box{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    transform: translateX(60px) translateY(60px);
}
.abt_us_img_box img{
    height: 100%;
    width: 100%;
    z-index: 10;
    background: #fff;
}
.abt_us_content_box {
    float: left;
    width: 100%;
    padding: 60px 40px 60px 100px;
    margin-bottom: 60px;
}
.abt_us_content_box p{
    font-size: 16px;
    line-height: 25px;
    color: #4c4c4c;
    font-weight: 300; 
}
.feature_box{
    float: left;
    width: 100%;
    padding: 25px;
    margin-bottom: 30px;
    background: #f4fff0;
    height:370px;
}
.feature_box h4{
    font-weight: 700;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.feature_box h4 img{
    margin-right: 10px;
}
.feature_box p{
    font-size: 14px;
    line-height: 25px;
    color: #121212;
}

/* expert advice */
.bg1{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.find_pkg h1{
    font-size: 55px;
    margin-top: 0px;
    color: #0b6696;
    line-height: 60px;
    font-weight: 900;
}
.find_pkg h4{
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
}
.find_pkg p{
    font-size: 16px;
    line-height: 25px;
    color: #666;
}

/* popular package  */
.pop_img_box{
    float: left;
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.pop_img_box img{
    height: 100%;
    width: 100%;
}
.pop_img_box_overlay{
    position: absolute;
    top: 85%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.719);
    z-index: 1;
    color: #fff;
    text-align: center;
    transition: 0.4s;
   
}
.pop_img_box_overlay h4{
    font-size: 16px;
    margin: 0px;
    margin-bottom: 30px;
}
.pop_img_box:hover .pop_img_box_overlay{
    top: 0;
    transition: 1s;
    padding: 40px 15px;
}

/* custom owl courousel */
/* custom owl curousel */
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1 !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ddd !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #3fbf08 !important;
}

/* footer */
.footer-line{
    width: 100%;
    float: left;
    padding: 50px 0px;
    color: #fff;
    background: #191919;
}
.footer-heading-space{
    margin-bottom: 10px;
}
.footer-heading-space h4{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-line i, .footer-line a{
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
}
.footer-line a:hover,
.footer-line a:active{
    color: #3fbf08;
    text-decoration: none;
    text-decoration: none;
}
.footer-line p{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.footer-span-left{
    float: left;
    width: 5%;
}
.footer-span-left i{
    color: #fff;
}
.footer-span-right{
    float: left;
    width: 95%;
    padding-left: 10px;
}
.copyright-line{
    background: #000000;
    float: left;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
}
.copyright-line p{
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
}

/* model popup css */
.modal-body .form-control{
    margin-bottom: 20px;
    border-radius: 0px;
    height: 40px;

}
.modal-body .btn.btn-default{
    border: none;
    padding: 10px 35px;
    background: #3fbf08;
    color: #fff;
    border-radius: 10pc;
    margin: 10px 0px;
    text-transform: uppercase;
    outline: none;
}
.modal-header .close{
    padding:7px 10px;
    background: #f31e1e;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}
.newsinput {
    height: 40px;
    width: 100%;
    border-radius: 0px;
}
.footer-social-icon {
    display: inline-block;
    margin-right: 3px;
}
.footer-social-icon>i {
    color: #fff !important;
    padding: 8px 10px;
    background: #3fbf08;
    border-radius: 50%;
    font-size: 14px !important;
}

/* inner page design */

.page_banner{
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: linear-gradient(#3fbf0842, #3fbf0840), url(../images/slider1.jpg) top;
    background-size: cover;
    text-align: center;
}
.page_banner h4{
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.page_banner p{
    color: #fff;
}
.page_banner p>a{
    color: #3fbf08;
}
.about_us h4 {
    font-size: 20px;
    font-weight: 500;
    color: #3c3c3c;
    margin-top: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.about_us p {
    font-size: 15px;
    line-height: 25px;
    color: #666;
    text-align: justify;
}
.abt_img {
    height: 200px;
    width: 100%;
}
.about_us ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.about_us ul>li {
    font-size: 15px;
    line-height: 25px;
    color: #666;
    text-align: justify;
    padding-left: 20px;
}
ul.why_we_do>li::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    left: 0;
    margin-right: 10px;
    color: #0abe31;
}
.line {
    height: 1px;
    width: 100px;
    background: #3fbf08;
    margin: 2px 0px;
}
.buy_now_box{
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: linear-gradient(to right ,#00000085,#0b669669), url(../images/bg2.jpg) right;
    background-size: cover;
}
.buy_now_box h1 {
    margin-top: 0px;
    color: #fff;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.buy_now_box p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #fff;
    font-weight: 100;
}
.pruchase_btn {
    display: inline-block;
    background: #fff;
    padding: 10px 35px;
    font-size: 14px;
    color: #222;
    border-radius: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0px;
}
.pruchase_btn:hover{
    color: #222;
}
.programe_detail .package_box_content h4{
    font-size: 20px;
    font-weight: 700;
}
.view_link{
    float: left;
    width: 100%;
    padding: 15px 0px;
    background: #eaeaea;
}
.view_link h4{
    margin: 0px;
    text-align: left;
}
.view_link p{
    margin: 0px;
    color: #444;
    text-align: right;
}
.programe_detail{
    float: left;
    width: 100%;
    padding: 25px 0px 40px 0px;
}
.contact_box{
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 20px solid #f4fff0;
    text-align: center;
    height: 215px;
}
.contact_box p>i{
    height: 40px;
    width:  40px;
    background: #3fbf08;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.contact_box p{
    font-size: 14px;
    line-height: 23px;
}
.query-form-box .form-control {
    border-radius: 0px;
    height: 44px;
    margin-bottom: 20px;
}
.fill_deatil_box{
    float: left;
    width: 100%;
}
.fill_deatil_box_heading{
    float: left;
    width: 100%;
    background: #3fbf08;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.fill_deatil_box_body{
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #3fbf08;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.fill_deatil_box_body p{
    font-size: 16px;
    color: #444;
    font-weight: 300;
    line-height: 25px;
}
.box{
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
}
.box h4{
    text-transform: uppercase;
    font-weight: 600;
}
.box p{
    font-size: 18px;
    font-weight: 500;
    color: #F44336;
}
.box p>span{
    font-size: 14px !important;
    color: #222;
    font-weight: 400;
}
.term_cond ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.term_cond ul>li {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    text-align: justify;
    padding-left: 20px;
}
ul.basic >li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    left: 0;
    margin-right: 10px;
    color: #0abe31;
}
.term_cond h2 {
    margin-top: 0px;
    font-weight: 600;
}
.term_cond h4 {
    font-weight: 600;
    font-size: 22px;
}
.term_cond p {
    font-size: 14px;
    line-height: 25px;
    color: #555;
}