body{
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}
a{
    text-decoration: none !important;
}
ul{
    list-style: none !important;
    padding-left: 0 !important;
}
/* @font-face {
    font-family: "f1";
    src: url("../fonts/Manrope-Medium.ttf");
} */
@font-face {
    font-family: "f1";
    src: url("../fonts/Manrope-SemiBold.ttf");
}
 
@font-face {
    font-family: "f2";
    src: url("../fonts/monbaiti.ttf");
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold !important;
    font-family: "f2" !important;
    letter-spacing: 2px;
}
::placeholder
{
    font-family: "f1" !important; 
}
.w-90{
    width: 90%;
    margin: auto;
}
.w-80{
    width: 80%;
    margin: auto;
}
.nav-bar .top_bar{
    background: #17469E;
    padding: 5px 20px;
}
.text-white{
    font-size: 20px;
    padding: 5px;
}
.fa_ce{
    color: #fff;
    font-size: 15px;
}
.ph_one a{
    font-family: "f1";
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
}
.nav_me img {
    width: 150px;
}
.navbar-bg{
    background:#f6f6f6;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #17469E !important;
    font-family: "f1";
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #17469E !important;
}
.nav-bar .nav_a li a {
    font-family: "f1";
    font-size: 14px;
    white-space: inherit;
}
.navbar-light .navbar-toggler {
    background-color: #17469E;
    color: #fff !important;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
.re_ser button{
    background-color: #17469E !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-family: "f1";
    font-size: 14px !important;
    border: none;
    padding: 8px 12px;
}
.job-form .btn-close {
    position: absolute;
    top: 12px;
    right: 5px;
    padding: 10px;
    color: #000;
}
.job-form .modal-content{
    padding: 10px;
}
.job-form .modal-title{
    font-family: "f1";
    font-size: 20px;
    color: #000;
}
.job-form label{
    font-family: "f1";
    color: #000;
    font-size: 15px;
}
.job-form input{
    font-family: "f1";
    font-size: 13px;
}
.sub_mit button{
    font-family: "f1";
    font-size: 15px;
    background: #17469E;
    color: #fff !important;
    padding: 5px 10px;

}

/* banner starts */
.ban_img{
    background: #000;
}
.ban_img img{
    width: 100%;
    opacity: 0.5;
}
.ban_car .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.ban_cap h4{
    font-family: "f1";
    font-size: 25px;
    color: #fff;
}
.ban_cap p{
    font-family: "f1";
    font-size: 14px;
    color: #fff;
}
.wel_cap h1{
    font-family: "f1";
    font-size: 40px;
    color: #17469E;
}
.wel_cap h2{
    font-family: "f1";
    font-size: 25px;
    color: #000;
    margin-top: 20px;
}
.wel_cap p{
    font-family: "f1";
    font-size: 17px;
    color: #17469E;
    margin-top: 20px;
    line-height: 1.9;
}
/* banner ends */

/* blue ridge starts */
.blue_con{
    background: #A6B4CF;
}
.blue_head h1{
    font-family: "f1";
    font-size: 30px;
    color: #17469E;
    padding-top: 30px;
}
.ro_om1{
    position: relative;
}
.ro_tree{
    position: absolute;
    border: 2px solid #17469e;
    border-radius: 2px;
    top: 15px;
    left: 15px;
    padding: 3px;
    z-index: 1;
}
.ro_tree span{
    color: #17469E;
    font-size: 30px;
}
/* .blue_list .item:hover .ro_viw{
    opacity: 1;
} */
.ro_om1:hover .ro_tree{
    background:#17469e;
}
.ro_om1:hover .ro_tree span{
    color: #fff;
}
.ro_om1:hover .ro_img{
    background: #000;
}
.ro_om1:hover .ro_img img{
    opacity: 0.5;
}
.ro_om1:hover .ro_txt, .ro_om1:hover .bt_btn{
    opacity: 1;
}
.ro_img img{
    width: 100%;
}
.ro_viw{
 
    /* display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; */
    text-align: center;
    color:#fff;
    
    /* opacity: 0; */
}
.ro_img{
position: relative;
}
.ro_viw h6{
    font-family: "f1";
    font-size: 20px;
    color: #17469e;
    height: 30px;
    margin-bottom: 20px;
}
.ro_txt{
    background: #fff;
    padding: 10px;
    font-family: "f1";
    font-size: 16px;
    opacity: 0;
}
.ro_btn .bt_btn{
    background: #17469E;
    color: #fff !important;
    font-family: "f1";
    font-size: 18px;
    border: none;
    padding: 5px 20px;
    margin-top: -26px;
    opacity: 0;
}
.ro_txt hr{
    height: 2px !important;
    color: #17469E ;
}
.ro_txt p{
    text-align: center;
    height: 50px;
    overflow: hidden;
}



/* blue ridge ends */

/* enquiry form starts */
.enq_bg{
    background: #000;
}
.enq_form{
    background: url(../img/img17.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.enq_con{
    background: rgba(0, 0, 0, 0.678);
    z-index: 1;
    position: relative;
    color: #fff;
}
.enq_con h6{
    font-family: "f1";
    font-size: 18px;
}
.enq_con h1{
    font-family: "f1";
    font-size: 50px;
}
.fo_cor{
    background: rgba(255, 255, 255, 0.226);
    padding: 20px;
}

/* enquiry form ends */

/* trending starts */
.tre_head h1{
    font-family: "f1";
    font-size: 30px;
    color: #17469e;
}
.tre_nd img{
    width: 100%;
}
.tre_nd{
    position: relative;
}
.img_con h6{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-family: "f1";
    font-size: 20px;
    opacity: 0;
}
.home_eve .item:hover  h6{
    opacity: 1;
}

 .tre_nd{
    position: relative;
 }
 .tre_nd::before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    background: #17469e87;
    height: 90%;
    width: 90%;
    opacity: 0;

 }
 .tre_nd:hover:before{
    opacity: 1;
 }
/* trending ends */

/* footer starts */
.foo_ter {
    background: #000;
    padding: 30px 15px;
    color: #fff;
  }
.gen_ral p{
    font-size: 15px;
    font-family: "f1";
}
  .foo_ter a {
    color: #fff !important;
    font-size: 15px;
    font-family: "f1";
  }
  .foo_ter h6 {
    font-size: 20px;
    font-family: "f1";
    color: #fff !important;

  }
  .foo_ter li {
    margin-top: 4px;
  }
  .fol_low i {
    font-size: 28px;
  }
  .foo_ter img {
    background: #fff;
    padding: 10px;
    width: 200px;
  }
/* footer ends */

/* content starts */
.con_img img{
    width: 100%;
}
.con_con h2{
    font-family: "f1";
    font-size: 40px;
    color: #17469E;
}
.st_ar{
    color: #ffc400;
    font-size: 15px;
}
.con_rev h6{
    font-family: "f1";
    font-size: 20px;
}
.con_txt p{
    font-family: "f1";
    font-size: 15px;
    color: #000;
    text-align: justify;
    margin-top: 20px;
}
.con_txt h5{
    font-family: "f1";
    font-size: 20px;
    color: #17469E;
}
.con_feat span{
    font-size: 20px;
    margin-right: 5px;
    color: #000;
}
.con_feat h6{
    font-family: "f1";
    font-size: 15px;
}
.ru_pe{
    font-size: 20px;
    color: #fff;
}
.con_price p{
    font-family: "f1";
    font-size: 22px;
    color: #fff;
    margin: auto 0  ;
}
.con_price{
    background: #17469E;
    width: 90px;
    padding: 5px;
    border-radius: 2px;
    border: none;
}
/* content ends */

/* amenities starts */
.am_en h1{
    font-family: "f1";
    font-size: 28px;
    color: #17469E;
    text-align: center;
}
.am_en p{
    font-family: "f1";
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: auto;
}
.amen_info{
    padding: 30px;
    background: #fff;
    border: 1px solid #eeee;
    margin-right: -1px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    height: 100%;
}
.amen_info .amen_icon span{
    font-size: 40px;
    margin-bottom: 10px;
    color: #17469E;
    transition: all 0.3s ease-in-out;
}
.amen_tit h6{
    margin-bottom: 15px;
    font-family: "f1";
    font-size: 18px;
}
.amen_tit p{
   margin: 0 !important;
    font-family: "f1";
    font-size: 14px;
    text-align: justify;
}
.amen_info:hover{
    background: #17469E;
}
.amen_info:hover .amen_icon span{
    color: #fff;
}
.amen_info:hover .amen_tit{
    color: #fff !important;
}
.amen_info:hover .amen_tit p{
    color:#fff
}


/* amenities ends */

/* images starts */
.ima_one img{
    width: 100%;
    transition: 0.5s;
}
.ima_cap h1{
    font-family: "f1";
    font-size: 28px;
    color: #17469E;
    text-align: center;
}
.ima_slid {
    background: rgb(248 248 248);
    padding: 20px;
}
.ro_ig h6{
    font-family: "f1";
    font-size: 18px;
    text-align: center;
}
.ima_one{
    overflow: hidden;
}
.ro_hv:hover .ima_one img{
    transform: scale(1.2);
    transition: 0.5s;
}
.owl-dots {
    display: none;
  }
  .owl-nav {
    display: none;
  }
  .owl-item {
    cursor: pointer;
    transition: margin 0.4s ease;
  }
/* images ends */

/* contact starts */
.ban_imgg{
    background: #000;
}
.ban_imgg img{
    opacity: 0.5;
    width: 100%;
    min-height: 500px;
}
.ban_con h1{
    font-family: "f1";
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.ban_imgg{
    position: relative;
    height: 500px;
    overflow: hidden;
}
.ban_imgg .ban_con{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_ddress{
    background: #ececec ;
}
.con_tainer h1{
    font-family: "f1";
    font-size: 25px;
    color: #17469E;
}
.contact_icon span{
    font-size: 40px;
    line-height: 40px;
    color: #17469E;
}
.contact_cap h6{
    font-family: "f1";
    font-size: 18px;
    color: #000 !important;
}
.contact_cap p{
    font-family: "f1";
    font-size: 14px;
    color: #000 !important;
}
.contact_form h4{
    font-family: "f1";
    font-size: 20px;
    color: #000;
}
.contact_form .form-control , .contact_form .form-select{
    border: 1px solid #a7a7a7;
    border-radius: 0px;
    padding: 10px 20px;
    box-shadow: none;
    font-size: 14px;
    font-family: "f1";
    color: #001935;
    border-radius: 3px;
}
.btn-primary{
    background: #17469E !important;
    color: #fff !important;
    border: none !important;
    font-family: "f1";
    font-size: 15px !important;
    border-radius: 2px;
}
.contact_ddress .btn-info{
    background-color: none !important;
}
/* contact ends */

/* places around starts */
.pla_head h1{
    font-family: "f1";
    font-size: 28px;
    color: #17469E;
}
.pla_img img{
    width: 100%;
    min-height: 240px;
}
.pla_txt{
    border: 1.5px solid #fff;
    width: 160px;
    text-align: center;
    border-radius: 16px;
    padding: 2px;
}
.pla_txt p{
  font-family: "f1";
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}
.lo_ca{
    margin-right: 5px;
    color: #fff;
}
.pla_img{
    position: relative;
    height: 240px;
    overflow: hidden;
}
.pla_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.pla_tit h6{
    font-family: "f1";
    font-size: 18px;
    text-align: center;
    height: 45px;
    overflow: hidden;
    color: #000;
}
.pla_img:hover .pla_txt{
    opacity: 1;
}
.pla_img:hover{
    background: #000;
}
.pla_img:hover img{
    opacity: 0.5;
}
/* places around ends */

/* about us starts */
.abo_con h1{
    font-family: "f1";
    font-size: 23px;
    color: #17469E;
}
.abo_con h6{
    font-family: "f1";
    font-size: 28px;
    margin-top: 15px;
}
.abo_con p{
    font-family: "f1";
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    text-align: justify;
}
.abo_con .btm_line{
    border-bottom: 1px solid #a1a1a1;
}
.img_hold img{
    width: 100%;
    border-radius: 5px;
}
.sti{
    position: sticky;
    top: 5%;
}
/* about us ends */

/* why choose starts */
.wh_pl{
    background: url(../img/img25.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.wh_con{
    background: rgba(0, 0, 0, 0.678);
    z-index: 1;
    color: #fff;
    position: relative;
}
.wh_con{
    color: #fff;
    padding: 10px;
    text-align: center;
}
.wh_con h6{
    font-family: "f1";
    font-size: 18px;
}
.wh_con h1{
    font-family: "f1";
    font-size: 40px;
}
.wh_con p{
    font-family:"f1";
    font-size: 16px;
}
.wh_txt{
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 5px;

}
.abo_icon {
    background: #17469E;
    width: 50px;
    margin: auto;
    padding: 10px;
    border-radius: 5px;
}

.abo_icon span{
    color: #fff;
    font-size: 30px;
    transition: .2s all;
}
.abo_tit h3{
    font-family: "f1";
    font-size: 24px;
    color: #000;
    margin-top: 10px;
}
.abo_tit p{
    font-family: "f1";
    font-size: 14px;
    color: #000;
    text-align: justify;
}
.abo_hov{
    transition: 0.3s;
}
.abo_hov:hover{
    background: #17469E;
    border-radius: 5px;
    transition: 0.3s;
}
.abo_hov:hover .abo_icon span{
    transition: .2s all;
}
.abo_hov:hover .abo_icon{
    background: none;
    padding: 0;
}
.abo_hov:hover .abo_tit h3{
    color: #fff !important;
}
.abo_hov:hover .abo_tit p{
    color: #fff !important;
}
/* why choose ends */

/* our gallery starts */
.gal_ry h6{
    font-family: "f1";
    font-size: 18px;
    color: #17469E;
    text-align: center;
}
.gal_ry h1{
    font-family: "f1";
    font-size: 35px;
    color: #000;
    text-align: center;
}
.gal_con img{
    width: 100%;
    min-height: 240px;
    border-radius: 2px;
}
.gal_con{
    height: 240px;
    overflow: hidden;
    margin-top: 10px;
}
.gal_con:hover{
    background: #17469E;
}
.gal_con:hover img{
    opacity: 0.7;
}
/* our gallery ends */
.vbox-close {
    padding: 0 !important;
    top: 5px !important;
    right: 32px!important;

    width: 30px !important;
    height: 30px !important;
    background-color: #4ca509 !important;
    border-radius: 100%;

    position: absolute!important;
}
.vbox-content {

    float: inherit !important;
    width: 77% !important;

    margin: auto!important;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.social_icon {
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 111;
}
.social_icon ul .en_quiry {
    font-size: 15px;
    background: linear-gradient(317deg, #0149a3, #80a6ef);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 85px;
    right: 0;
    justify-content: center;
}

.fir_wid
{
    width: 25%;
}
.fir_wids
{
    width: 50%;
}
.bor_l{
    border-left: 2px solid;
    margin-left: 10px;
    padding-left: 18px;
}
.social_icon ul .wh_at {
    font-size: 20px;
    background: linear-gradient(317deg, #095200, #76ff1a);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 145px;
    right: 0;
    justify-content: center;
}.contact_cap  a{
    color: #000;
}
.dr_li  li{
    border-bottom: 1px solid #afbbfb;
    width: 90%;
    margin: auto;
}
.dr_li  li a:hover{
 color: #095200;
}