html{
    scroll-behavior: smooth;
}
body{
    font-weight: 400;
    font-family: "Inter Tight", sans-serif;
}
.flex_v_cen{
    display: flex;
    align-items: center;
}
.flex_cen{
      display: flex;
    align-items: center;
    justify-content: center;
}
:root{
    --primaryclr: #F0CE11;
    --dark: #054638;
    --textdark: #000000;
    --textlight: #777;
}

.wrapper{
    padding-left: 80px;
    padding-right: 80px;
}
.container{
    width: 100%;
    max-width: 1450px;
}
.mt_70{
    margin-top: 70px;
}
.pr{
    padding-right: 30px;
}
.pl{
    padding-left: 30px;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}

.title_head .sub_head{
        color: var(--textdark);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    position: relative;
    padding-top: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
    letter-spacing: 2px;
}
.title_head .sub_head img{
        width: 30px;
}

.title_head .head{
        color: var(--textdark);
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.title_head p {
    color: var(--textlight);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}
.title_head p a{
	font-weight:500;
	text-decoration:none;
	color:#000;
}
.title_head.text-center .sub_head{
    justify-content: center;
}
.title_head.white .head, .title_head.white .sub_head{
    color: #fff;
}
.btn_dvd{
    display: flex;
    align-items: center;
}
.btn_dvd .btn_style{
    margin-right: 15px;
}
.btn_style{
    background: var(--primaryclr);
    color: #000;
    padding: 3px 30px 3px 3px;
    font-size: 16px;
    align-items: center;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 80px;
    display: inline-flex;
    position: relative;
    gap: 14px;
    transition: 0.3s;
    z-index: 1;
    border: 2px solid var(--primaryclr);
}
.btn_style i{
        width: 45px;
    height: 45px;
    background-color: #fff;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--textdark);
    font-size: 24px;
    line-height: 24px;
}
.btn_style:hover{
    background-color:  var(--dark);
    color: #fff;
}


.call{
    text-decoration: none;
    display: flex;
    align-items: center;
}
.call i{
       font-size: 20px;
    color: #000000;
    background-color: var(--primaryclr);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    border: 2px solid var(--primaryclr);
}
.call:hover i{
    background-color:  var(--dark);
    color: #fff;
}
.call span{
         font-size: 18px;
    line-height:24px;
    color: #fff;
    display: block;
    margin-left: 10px;
    transition: 0.3s;
        font-weight: 600;
}


.call span small{
        font-size: 13px;
    font-weight: 400;
}
.border_style{
    height: 40px;
    background-image: url(../img/border.svg);
    background-repeat: repeat-x;
    background-size: 52px;
    width: 100%;
}
/*start header*/
.top-bar {
            background-color: var(--primaryclr);
            color: #fff;
            padding: 10px 0;
            font-size: 14px;
     position: relative;
    z-index: 1;
        }

.top-bar:after{
  position: absolute;
    content: '';
    display: block;
    width: 280px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #002A1F;
    z-index: -1;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    
}
.top-bar .left_part a{
     color: #fff;
            text-decoration: none;
}
.top-bar .left_part a i{
    margin-right: 3px;
}
        .top-bar .right_part a {
            color: #000;
            text-decoration: none;
            margin-left: 15px;
        }
        
        .top-bar i {
            margin-right: 0px;
        }
header{
       position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
/*     overflow: hidden; */
    border-bottom: 1px solid #ffffff29;
/*    background-color: #07270f80;*/
/*    backdrop-filter: blur(5px);*/
}
/*
header:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,#000,transparent);
    bottom: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    opacity: .8;
}
*/


header .nav_part .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .nav_part .box .dvd{
        width: 100%;
    flex: 1;
}
header .nav_part .box .left_part{
        display: flex;
    align-items: center;
    border-right: 1px solid #ffffff29;
    padding-right: 40px;
    margin-right: 40px;
}
header .nav_part .box .left_part .logo{
    width: 135px;
}
header .nav_part .box .right_part{
    display: flex;
    align-items: center;
}
header .nav_part .box .right_part ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
header .nav_part .box .right_part ul li{
    display: inline-block;
    margin: 0px 20px;
	position:relative;
}
header .nav_part .box .right_part ul li a{
            font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding: 40px 0px;
    text-decoration: none;
    display: block;
    position: relative;
    transition: 0.3s;
    z-index: 1;
    letter-spacing: .5px;
}


header .nav_part .box .right_part ul li a:after{
 position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--primaryclr);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    opacity: 0;
    transition: 0.3s;
}

header .nav_part .box .right_part ul li a.active{
    color: var(--primaryclr);
       opacity: 1;
    
}
header .nav_part .box .right_part ul li a:hover:after{
    opacity: 1;
}
header .nav_part .box .right_part ul li.current-menu-item a:after{
    opacity: 1;
}

header .nav_part .box .my_btn{
        background-color: #ffffff36;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 50px;
    text-transform: capitalize;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}
header .nav_part .box .my_btn i{
        font-size: 20px;
}
header .nav_part .box .my_btn:hover{
    background-color: var(--primaryclr);
    color: var(--textdark)
}

/*end header*/
/*start home banner*/
.home_banner{
    background-image: url(../img/bg_abstract.png);
    background-size: 240px;
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
    background-color: var(--dark);
    padding-top: 200px;
}

/*
.home_banner .bg_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home_banner .bg_video video{
    height: 100%;
     width: 100%;
    object-fit: cover;
}
.home_banner:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 500px;
    background:linear-gradient(0deg, rgb(0 0 0 / 62%), transparent);
    bottom: 0;
    left: 0;
        z-index: -1;
    background-repeat: no-repeat;
    opacity: 1;
}
.home_banner:before{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0.80), transparent);
    top: 0;
    left: 0;
        z-index:1;
    background-repeat: no-repeat;
    opacity: 1;
}
*/
.home_banner .content_part {
    text-align: center;
}

.home_banner .content_part h3{
      
      margin-bottom: 25px;
    font-weight: 400;
    font-size: 25px;
    text-transform: capitalize;
    color: #ffffff;
    letter-spacing: 0;
}



.home_banner .content_part h1{
            font-size: 60px;
    line-height: 60px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 25px;
}

.home_banner .content_part h1 b{
     color: var(--primaryclr);
     font-weight: 500;
    border-bottom: 1px solid var(--primaryclr);
    padding-bottom: 1px;
}
.home_banner .content_part p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px;
}
.home_banner .content_part ul{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    gap:15px;
    margin-bottom: 25px;
}
.home_banner .content_part ul li {
     color: #fff;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    
}
.home_banner .content_part ul li:before {
    position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: var(--primaryclr);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
/*
.home_banner .con_part .btn_grp{
    display: flex;
    align-items: center;
}
.home_banner .con_part .btn_grp .btn_style{
        background: var(--primaryclr);
    color: var(--textdark);
}
.home_banner .con_part .btn_grp .btn_style i{
        background-color: var(--dark);
        color: var(--primaryclr);
}
.home_banner .con_part .btn_grp .btn_style:hover{
    background: #fff;
        color: var(--dark);
}
.home_banner .con_part .btn_grp .btn_style:hover i{
        background-color: var(--primaryclr);
        color: var(--dark);
}
.home_banner .con_part .call{
    margin-left: 15px;
    transition: 0.3s;
}
*/
.home_banner .video_part{
    line-height: 0;
}
.home_banner .video_part video{
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin-top: 50px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}
/*end home banner*/
/*start banner bottom*/
.banner_btm{
    background-color: #66983521;
}

.banner_btm .happy_cus{
    display: flex;
    align-items: center;
        margin-top: 28px;
    
}
.banner_btm .happy_cus .left{
    border-right: 1px solid #ddd;
    margin-right: 30px;
    padding-right: 30px;
}

.banner_btm .happy_cus b{
    font-size: 64px;
    font-weight: bold;
    color: var(--dark);
    line-height: 64px;
}
.banner_btm .happy_cus span{
    font-size: 20px;
    color:var(--textdark);
    text-transform: capitalize;
    font-weight: 400;
}
.banner_btm .happy_cus .right{
    flex: 1;
}
.banner_btm .happy_cus .right p{
     color: var(--textlight);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
.banner_btm .happy_cus .right ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap:10px;
    list-style: none;
}
.banner_btm .happy_cus .right ul li{
   font-size: 14px;
    line-height: 24px;
    color: var(--textdark);
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 600;
    letter-spacing: .5px;
    background-color: #ffdd57;
    border-radius: 5px;
    padding: 12px;
}
.banner_btm .happy_cus .right ul li img{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 40px;
    margin-bottom: 5px;
}
/*
.banner_btm ul{
    list-style: none;
    padding: 25px 0px;
    margin: 0;
   display: grid;
    grid-template-columns: repeat(3,1fr);
}
.banner_btm ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.32);
}
.banner_btm ul li:last-child{
    border: none;
}
.banner_btm ul li img{
  width: 65px;
    margin-right: 5px;
}
.banner_btm ul li span{
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    margin-left: 8px;
    font-size: 25px;
}
*/
.banner_btm .box{
     padding: 35px;
    background-color: var(--dark);
    margin-top: -142px;
    position: relative;
    z-index: 9;
    border-top-left-radius: 25px;
}
.banner_btm .box h3{
        font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.banner_btm .box img{
        margin-bottom: 15px;
    margin-top: 10px;
}
.banner_btm .box p {
     font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}
.banner_btm .box .my_btn{
       display: inline-block;
    position: relative;
    color: #ffdd57;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    
}
.banner_btm .box .my_btn i{
    margin-left: 6px;
}

/*end banner bottom*/
/*start top points */
.top_points{
    background-color: #FCFBF5;
    padding: 60px 0px;
    background-image: url(../img/abstract_bg2.svg);
    background-repeat: repeat;
    background-size: 500px;
}
.top_points .title_head{
    margin-bottom: 35px;
}
.top_points .box{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    
}
.top_points .img_part{
    max-height: 610px;
    overflow: hidden;
    border-radius: 10px;
}
.top_points .box .text_box{
    padding: 25px;
}
.top_points .box .text_box h4{
    font-size: 25px;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #054638;
    position: relative;
}
.top_points .box .text_box h4:after{
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #054638;
    bottom: 0;
    left: 0
}
.top_points .box .text_box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top_points .box .text_box ul li{
    font-size: 20px;
    line-height: 40px;
    color: var(--textdark);
    font-weight: 500;
      padding-left: 30px;
    position: relative;
}
.top_points .box .text_box ul li:before{
     position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    color: var(--primaryclr);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.top_points .box .img_box{
    height: 230px;
    position: relative;
}
.top_points .box .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_points .box .img_box .my_btn{
    padding: 8px 25px;
    font-size: 16px;
    color: var(--textdark);
    background-color: var(--primaryclr);
    border-top-left-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
}
/*end top points */
/* start hotel points */
.hotel_features{
    background-color: #FCFBF5;
    padding: 80px 0px;
    position: relative;
    z-index: 1;
}
.hotel_features:after{
       position: absolute;
    width: 120px;
    height: 120px;
    content: '';
    z-index: -1;
    background-image: url(../img/moon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 10px;
    bottom: 80px; 
}
.hotel_features:before{
       position: absolute;
    width: 120px;
    height: 120px;
    content: '';
    z-index: -1;
    background-image: url(../img/leaf.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 10px;
    top: 80px; 
}
.hotel_features .grid{
    grid-gap:15px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 25px;
}
.hotel_features .box{
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    padding: 15px 20px;
    transition: 0.3s;
}
.hotel_features .box:hover{
    background-color: var(--primaryclr);
    border-color: var(--primaryclr);
}
.hotel_features .box img{
    width: 60px;
    height: 70px;
    object-fit: contain;
}
.hotel_features .box p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: var(--textdark);
    margin-top: 10px;
    margin-bottom: 0;
}
.hotel_features .top_img{
     margin-bottom: 15px;
    height: 167px;
    overflow: hidden;
    border-radius: 10px;
}
.hotel_features .bot_img{
        height: 350px;
    display: flex;
    align-items: flex-end;
     overflow: hidden;
    border-radius: 10px;
}

.hotel_features .btn_grp {
    gap: 15px;
}
.hotel_features .call span{
    color: var(--textdark);
   
}
/* end hotel points */



/*start about*/
.con_part ul{
        list-style: none;
    padding: 0;
    margin: 0;
}
.con_part ul li{
    font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 16px;
    position: relative;
    padding-left: 30px;
}
.con_part ul li:before{
        position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    color: var(--primaryclr);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.con_part ul li b{
       font-weight: 500;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    color: var(--textdark);
}

/*end about*/
/*start service new*/
.ser_sec {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}
.ser_sec:after{
       position: absolute;
    width: 150px;
    height: 150px;
    content: '';
    z-index: -1;
    background-image: url(../img/sun.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -20px;
    top: 0;
}

.ser_sec .hotel_ser{
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
    margin-top: 30px;
}
.ser_sec .hotel_ser .img_part{
    max-height: 500px;
}
.ser_sec .hotel_ser .img_part img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.ser_sec .hotel_ser:after{
          position: absolute;
    width: 100%;
    height: 70%;
    content: '';
    z-index: 1;
    background: linear-gradient(to bottom, transparent, #000);
    left: 0;
    bottom: 0;
    opacity: .5;
}
.ser_sec .hotel_ser .text_part{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:calc(100% - 300px) ;
    padding: 30px 0;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.39);
    
}
.ser_sec .hotel_ser .text_part h4{
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap:20px;
}
.ser_sec .hotel_ser .text_part .icon{
    width: 80px;
    height: 80px;
    background-color: var(--primaryclr);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ser_sec .grid{
    grid-template-columns: repeat(4,1fr);
    display: grid;
    grid-gap: 15px;
}

.ser_sec .box{
         height: 500px;
    position: relative;
    display: block;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.ser_sec .box:after{
      position: absolute;
    width: 100%;
    height: 50%;
    content: '';
    z-index: 0;
    background: linear-gradient(to top, #000000b3, transparent);
    left: 0;
    bottom: 0;
    transition: 0.3s;
}
/*
.ser_sec .box:before{
      position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    background:#0B3D2C;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
}
*/
.ser_sec .box:hover:before{
     opacity: .5;
}
.ser_sec .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s;
}
.ser_sec .box:hover img{
    transform: scale(1.2);
}
.ser_sec .box p{
           position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 85%;
    justify-content: space-between;
    color: var(--textdark);
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    z-index: 2;
    background-color: #fff;
    border-radius: 50px;
    padding-left: 15px;
    text-transform: capitalize;
}
.ser_sec .box p .icon{
    color:  var(--textdark);
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primaryclr);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ser_sec .box .hover_box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    width: 85%;
     margin: 0 auto;
    transition: 0.3s;
}
.ser_sec .box:hover .hover_box{
    bottom: 25px;
}
.ser_sec .box .hover_box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ser_sec .box .hover_box ul li {
        font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.ser_sec .box .hover_box ul li:before{
        position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    color: var(--primaryclr);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}

/*end service new*/

/*start content part*/
.content_part{
    overflow: hidden;
}
.content_part.abt .img_part {
       margin-left: -45%;
    padding-right: 120px;
}
.content_part.abt .pos_rltv{
    position: relative;
    display: flex;
    align-items: center;
    
}
.content_part.abt .logo_eb{
    width: 200px;
    margin-bottom: 15px;
}
.content_part.abt .pos_rltv .abs_logo{
          position: absolute;
    right: 25px;
    width: 200px;
    height: 200px;
}
.content_part.abt .ablt_img{
    position: absolute;
    height: 100%;
    right: 0;
    width: 300px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
        height: auto;
}
.content_part.abt .ablt_img .top_img{
    height: 280px;
    overflow: hidden;
    border-radius: 10px;
}
.content_part.abt .ablt_img .bottom_img{
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}
.content_part.abt .img_part img{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.content_part.abt .img_part img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_part.abt .con_part{
    padding-left: 50px;
}
.content_part .call span{
    color: var(--textdark);
}
.content_part .btn_grp{
    display: flex;
    align-items: center;
}
.content_part .btn_grp a:first-child{
    margin-right: 15px;
}

/*end content part*/

/*start call to action*/
.call_ac{
   padding-top: 90px;
    padding-bottom: 280px;
    background-image: url(../img/call_ac_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.call_ac:before{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 220px;
    background-image: url(../img/abstract.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    left: 0;
    z-index: 1;
}
.call_ac:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--textdark);
    bottom: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    opacity: .60;
}
.call_ac .box{
    text-align: center;
}
.call_ac .box h2{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 550;
}
.call_ac .box p {
        color: #fff;
    font-size: 16px;
    line-height: 25px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 18px;
}
.call_ac .box .btn_grp{
    justify-content: center;
    text-align: left;
    align-items: center;
}
.call_ac .box .btn_grp .call{
    margin-left: 15px;
}
.call_ac .box ul {
   display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.call_ac .box ul li {
    color: #fff;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
.call_ac .box ul li:before {
    position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: var(--primaryclr);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
/*end call to action*/
/*start form testi*/
.form_testi{
      margin-top: -175px;
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
}
.form_testi .box{
/*
   background-color: var(--primaryclr);
    padding: 40px;
    max-height: 530px;
    border-radius:10px;
*/
/*    box-shadow: 0px -45px 0px -30px #c3d851a6;*/
    position: relative;
}
/*
.form_testi .box:after{
       position: absolute;
    content: '';
    display: block;
    width: 92%;
    height: 100%;
    background-color: #c3d851a6;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 25px;
}
*/
.rev_box {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 25px;
}
.rev_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.rev_box ul .img-box {
    width: 44px;
    height: 44px;
    display: flex;
}
.rev_box ul .text-box {
    padding-left: 15px;
}
.rev_box ul .text-box h5 {
    color: var(--textdark);
    letter-spacing: .5px;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}
.rev_box ul .text-box .stars {
    display: flex;
    align-items: center;
}
.rev_box ul .text-box .stars i {
    font-size: 15px;
    color: #e99927;
    margin-right: 4px;
}
.rev_box p {
    font-size: 16px;
    color: var(--textlight);
    line-height: 24px;
    font-weight: 400;
}
.form_testi .testi{
    background-color: #FCFBF5;
    border-top-right-radius: 10px;
    height: 100%;
    padding: 40px 50px;
    position: relative;
    z-index: 1;
}
.form_testi .testi:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
      background-color: #FCFBF5;
    left: -80%;
    top: 0
}
.form_testi .form_part{
    background-color: var(--primaryclr);
    border-radius: 10px;
    overflow: hidden;
}
.form_testi .form_part h2{
    font-size: 30px;
    padding: 30px 0px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-weight: 550;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.form_testi .form_part p{
    text-align: center;
    color: #000;
    font-size: 15px;
}
.form_testi .form_part form{
    padding: 30px;
    padding-top: 0;
}
.form_testi .form_part .form_group{
    margin-bottom: 10px;
}
.form_testi .form_part .form-control{
    color: #000;
    height: 55px;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    font-size: 15px;
}
.form_testi .form_part textarea.form-control{
    height: 80px;
}
.form_testi .form_part .my-btn{
            background: var(--dark);
    color: #fff;
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 50px;
    display: block;
    transition: 0.3s;
    margin: 0 auto;
    border: none;
}
.form_testi .form_part .my-btn:hover{
     background: var(--textdark);
    color:#fff;
}
.testi .owl-nav {
    display: flex !important;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
}
.testi .owl-nav button {
    width: 40px;
    height: 40px;
   background-color:var(--primaryclr) !important;
   border:1px solid var(--primaryclr) !important;
    border-radius: 50px;
    color: #000 !important;
    text-align: center;
    font-size: 16px !important;
    margin-left: 10px;
    transition: 0.3s;
   margin-right: 10px;
}
.testi .owl-nav button:hover{
    background-color:  var(--dark)  !important;
    border-color:  var(--dark)  !important;
     color: #fff !important;
}
/*end form testi*/
/*start gallery*/
.gallery .nav-tabs{
        justify-content: center;
    gap:10px;
    border-color: var(--primaryclr);
    margin-top: 20px;
     border: none;
}
.gallery .nav-tabs button{
   background-color: #FFFBF3;
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    width: 200px;
}
.gallery .nav-tabs button img{
    width: 45px;
    height: 45px;
    background-size: contain;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        background-color: var(--primaryclr);
   
    border-color: var(--primaryclr);
}
.gallery .grid_top{
    display: grid;
    grid-template-columns: repeat(3, 1fr) ;
    grid-gap: 15px;
   margin-top: 30px
}
.gallery .grid_bot{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 15px;
    
}
.gallery .box{
    height: 350px;
    
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
        border-radius: 10px;
}
.gallery .box img{
        object-fit: cover;
    width: 100% !important;
    height: 100%;
}
.gallery .box .icon{
       width: 50px;
    height: 50px;
    background-color: var(--primaryclr);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 50%;
   
}
.gallery .box:hover .icon{
    opacity: 1;
}
.gallery .box .icon i{
    font-size: 25px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.gallery .owl-nav{
        display: flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
}
.gallery .owl-nav button{
    width: 50px;
    height: 50px;
    background-color: var(--dark) !important;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    font-size: 20px !important;
    margin-left: 10px;
    transition: 0.3s;
    margin: 0;
}
.gallery .owl-nav button:hover{
    background-color:  var(--primaryclr)  !important;
     color: var(--dark) !important;
}
.gallery .owl-dots{
       display: flex;
    bottom: 25px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.gallery .owl-dots button{
     width: 100%;
}
.gallery .owl-dots button span{
    background-color: #ddd !important;
    height: 1px;
    display: block;
}
.gallery .owl-dots .owl-dot.active span{
    background-color: var(--primaryclr) !important;
}
/*end gallery*/
/*start attraction*/
.attraction .grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}
.attraction .grid .box{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.attraction .grid .box:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.73), transparent);
    z-index: 1;
    bottom: 0;
    left: 0
}
.attraction .grid .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.attraction .grid .box:hover img{
    transform: scale(1.2);
}
.attraction .grid .box .abs_text{
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 40px 30px;
}
.attraction .grid .box .abs_text h3{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
}
.attraction .grid .box .abs_text p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
/*end attraction*/
/*end start promos*/
.promo{
    background-color: var(--dark);
    padding: 60px 0px;
}
.promo .box{
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.13);
    margin-top: 15px;
}
.promo .box .img_box{
    border-radius: 10px;
    overflow: hidden;
}
.promo .box .img_box img{
    width: 100%;
}
.promo .box .text_box{
    padding: 30px;
}
.promo .box h3{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.promo .box p{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
}
/*end promos*/
/*start footer top */
.footer_top{
   padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../img/call_ac_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer_top:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 400px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 76%), transparent);
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 1;
}
.footer_top .bg_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.footer_top .bg_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_top .box{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.footer_top .box h4{
         color: #fff;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
}
.footer_top .box p{
    color: #fff;
    font-size: 16px;
        margin-bottom: 25px;
}
.footer_top .img_box{
        border: 3px solid #ffffff61;
    padding: 10px;
    margin-top: 30px;
}
/*end footer top */
/*start footer*/

footer{
    background-color: #003328;
    background-image: url(../img/bg_abstract.png);
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
footer .box{
       background-color: var(--dark);
    padding: 40px;
    position: relative;
    margin-top: -60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
}
footer .box.mr_lg{
    margin-right: 25px;
}
footer .box .logo{
        max-width: 160px;
    width: 100%;
    margin-bottom: 20px;
}
footer .box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .box ul li a{
    display: flex;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 0px;
    transition: 0.3s;
}
footer .box ul li a:hover{
    color: var(--primaryclr);
}
footer .box ul li a i {
    color: var(--primaryclr);
    font-size: 18px;
    margin-right: 12px;
}

footer p {
      font-size: 15px;
    color: #DADADA;
    line-height: 23px;
    margin-bottom: 10px;
}
footer ul.social {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    display: flex;
}
footer .social li a {
        color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 50%;
    transition: 0.3s;
}
footer .social li a:hover{
    background-color: var(--primaryclr);
    border-color: var(--primaryclr);
    color:#000;
}
footer h3 {
        color: var(--primaryclr);
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
}
footer h3:after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: var(--primaryclr);
    bottom: 0;
    left: 0;
    right: 0;
}
footer ul.links {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul.links li {
    padding-bottom: 6px;
}
footer ul.links li a {
      font-size: 15px;
    color: rgb(255 255 255 / 80%);
    text-transform: capitalize;
    letter-spacing: 0;
    text-decoration: none;
    transition: 0.3s;
}
footer ul.links li a:hover{
    color: var(--primaryclr);
}
footer iframe{
    border-radius: 10px;
    overflow: hidden;
}
footer .copy {
       font-size: 15px;
    line-height: 1rem;
    color: #dadada;
    padding-top: 20px;
    margin-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 1px solid #ffffff38;
}
/*end footer*/

#exampleModal .modal-dialog {
    max-width: 800px !important;
    width: 100% !important;
}
/*start inner pages*/
.inner_banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    padding-top: 240px
}
.inner_banner:after{
      position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #020b01;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .7;
}
.gallery_inner .grid_top{
    grid-template-columns: repeat(5,1fr);
}
.gallery.gallery_inner .box{
        height: 250px;
}
.btn_style{
    cursor: pointer;
}
.content_part .img_panel{
    border-radius: 10px;
    overflow: hidden;
}


/*start contact page*/

.contact-dtls .box{
    text-align: center;
}
.contact-dtls .box .icon {
    width: 65px;
    height: 65px;
    background-color: var(--primaryclr);
    border-radius: 5px;
    border-bottom-right-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #000;
    font-size: 20px;
    margin: 0 auto;
}
.contact-dtls .box .icon:after{
   position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 5px;
    border-bottom-right-radius: 15px;
    background-color: #f0ce11;
    content: '';
    left: -6px;
    top: -6px;
    z-index: -1;
    opacity: .2;
    
}
.contact-dtls .box .icon img{
    max-width: 35px;
}
.contact-dtls .box .text {
    flex: 1;
}
.contact-dtls .box .text h3{
       font-size: 18px;
    color: #000;
    margin-bottom: 4px;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 10px;
}
.contact-dtls .box .text p a{
    font-size: 1rem;
    color: #000;
    letter-spacing: .5px;
    text-decoration: none;
}
.contact-form .img-part {
    background-image: url(../img/contact_bg.jpg);
    background-size: cover;
    background-position:top center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}
.contact-form .form-part {
    padding-left: 30px;
}
.contact-form .form-part .title_head .head{
    margin-top: 0;
    margin-bottom: 5px;
}
.contact-form .form-part .title_head p{
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}
.contact-form .form-part .form_group{
    margin-bottom: 10px;
}
.contact-form .form-part .form_group .form-control {
       height: 50px;
    background-color: #f6f6f6;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 3px 20px;
}
.contact-form .form-part .form_group textarea.form-control{
    height: 140px;
    border-radius: 10px;
    padding: 15px;
}
.contact-form .form-part .form_group .form-control::placeholder{
    color: #6a6b71;
    
}
.contact-form .form-part .my-btn {
        background: var(--dark);
    color: #fff;
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 50px;
    display: block;
    transition: 0.3s;
    border: none;
}
.brdr-bot {
   border-bottom: 1px solid #ebebeb;
    padding-bottom: 60px;
}
.map-part .map {
    border-radius: 10px;
    overflow: hidden;
    filter: grayscale();
    transition: 0.3s;
}
.map-part .map:hover{
    filter: none;
}
.map-part .map iframe {
    width: 100%;
    height: 400px;
}
.inner_promo{
        background-color: #003328;
    background-image: url(../img/bg_abstract.png);
}

.inner_promo ul{
        list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.inner_promo ul li {
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    font-weight: 500;
    padding-left: 28px;
    position: relative;
}
.inner_promo ul li:before {
    position: absolute;
    content: '\F26A';
    display: block;
    font-size: 18px;
    color: var(--primaryclr);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.content_part.inner .img_panel{
    width: 100%;
    height: 100%;
}
.content_part.inner .img_panel img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover
}
/*end inner pages*/
/* header .nav_part .box .right_part ul li .children{
        position: absolute;
    top: 100px;
    left: -20px;
    width: 400px;
    height: auto;
    z-index: 999;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
}
header .nav_part .box .right_part li:hover .children{
    display: block;
}
header .nav_part .box .right_part .children{
    padding: 0;
    margin: 0;
}
header .nav_part .box .right_part .children li{
    margin: 0;
    display: block;
}
header .nav_part .box .right_part .children li a{
       padding: 14px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    position: relative;
	    padding-right: 50px;
	color:#000;
}
header .nav_part .box .right_part .children li a:before{
      position: absolute;
    font-family: bootstrap-icons!important;
    content: "\F135";
    display: block;
    font-size: 25px;
    line-height: 25px;
    color: color:#000;
    width: 25px;
    height: 25px;
    right: 15px;
}
header .nav_part .box .right_part .children li a:hover{
	color:var(--dark);
}
header .nav_part .box .right_part .children li a:after{
    display: none;
}
header .nav_part .box .right_part .children li:last-child a{
    border: none;
}
header .nav_part .box .right_part li.current-menu-parent a, header .nav_part .box .right_part li.current-menu-item a{
	color:var(--blue);
}
header .nav_part .box .right_part li.current-menu-parent .children li a{
	color:var(--textdark);
}
header .nav_part .box .right_part li.current-menu-parent .children li.current-menu-item a{
	color:var(--blue);
}
header .nav_part .box .right_part ul li .sub-menu-toggle{
	display:none;
} */
header .nav_part .box .right_part li.current-menu-item .sub-menu a{
	color:#000 !important;
}

header .nav_part .box .right_part .sub-menu{
        position: absolute;
    top: 100px;
    left: -20px;
    width: 400px;
    height: auto;
    z-index: 999;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
}
header .nav_part .box .right_part li:hover .sub-menu{
    display: block;
}
header .nav_part .box .right_part .sub-menu{
    padding: 0;
    margin: 0;
}
header .nav_part .box .right_part .sub-menu li{
    margin: 0;
    display: block;
}
header .nav_part .box .right_part .sub-menu li a{
       padding: 14px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    position: relative;
	    padding-right: 50px;
	color:#000
}
header .nav_part .box .right_part .sub-menu li a:before{
      position: absolute;
    font-family: bootstrap-icons!important;
    content: "\F135";
    display: block;
    font-size: 25px;
    line-height: 25px;
    color: var(--blue);
    width: 25px;
    height: 25px;
    right: 15px;
}

header .nav_part .box .right_part .sub-menu li a:after{
    display: none;
}
header .nav_part .box .right_part .sub-menu li:last-child a{
    border: none;
}
header .nav_part .box .right_part li.current-menu-parent a, header .nav_part .box .right_part li.current-menu-item a{
	color:#fff;
}
header .nav_part .box .right_part li.current-menu-parent .sub-menu li a{
	color:var(--textdark);
}
header .nav_part .box .right_part li.current-menu-parent .sub-menu li a:hover{
	color:#002A1F;
}
header .nav_part .box .right_part li.current-menu-parent .sub-menu li.current-menu-item a{
	color:#002A1F;
}
header .nav_part .box .right_part ul li .sub-menu-toggle{
	display:none;
}

.gallery .ngg-galleryoverview{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 15px;
	position:relative;
	    padding-bottom: 55px;
}
.gallery .ngg-gallery-thumbnail{
	margin:0 !important;
		
}


.gallery .ngg-gallery-thumbnail-box{
	float:none;
	float: none !important;
}
.gallery .ngg-gallery-thumbnail img{
	    width: 100%;
}
.ngg-gallery-thumbnail a{
  width: 100%;
	position:relative;
	 display: flex !important;
    align-items: center;
    justify-content: center;
	    margin: 0 !important;
}
.ngg-gallery-thumbnail a:after{
	     position: absolute;
    content: '\F64D';
    display: block;
    font-size: 20px;
    background: var(--primaryclr);
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    width: 40px;
    height: 40px;
    display: flex ;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
	opacity:0;
	transition:0.3s;
	cursor:pointer;
}
.ngg-gallery-thumbnail a:hover:after{
	opacity:1
}
.gallery .ngg-navigation{
	position:absolute;
	width:100%;
	height:auto;
	bottom:0;
	left:0;
}
.gallery .ngg-navigation span.current{
	    background: var(--primaryclr);
    color: #000;
}
.ngg-navigation a, .ngg-navigation span{
	    width: 25px;
    height: 25px;
    display: inline-block !important;
    text-align: center;
    padding: 0 !important;
    line-height: 24px;
}


.wpcf7-spinner{
	display:none;
}
.wpcf7-not-valid-tip{
	display:none;
}
.form-control.wpcf7-not-valid{
	    border: 1px solid #dc3232 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #fff;
    border-color: #dc3232;
    text-align: center;
    color: #dc3232;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}
.wpcf7 form.sent .wpcf7-response-output{
	    background-color: #46b450;
    border-color: #46b450;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}
.frm_valid_err{
	  background-color: #fff;
    border-color: #dc3232;
    text-align: center;
    color: #dc3232;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
	
}

.tss-wrapper .tss-carousel3 .rating-wrapper{
	text-align: left;
}
.tss-wrapper .tss-carousel3 .single-item-wrapper h3.author-name{
	    text-align: left;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
	color:#000;
}
.tss-wrapper .tss-carousel3 .item-content-wrapper{
	background: #ffffff;
}
.tss-carousel-main .swiper-pagination-bullet, .tss-carousel .swiper-pagination-bullet{
    background: #054638;
}
.tss-carousel .swiper-pagination-bullet-active{
	  background: #054638;
}
.tss-wrapper .single-item-wrapper .item-content{
		padding-right:10px;
	height:200px;
	overflow-y:scroll;
	}
.tss-wrapper .single-item-wrapper .item-content::-webkit-scrollbar{
	width:2px;
}
.tss-wrapper .single-item-wrapper .item-content::-webkit-scrollbar-track {
/*   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}
 
.tss-wrapper .single-item-wrapper .item-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}

/* start single page content */
.single_content h1,.single_content h2, .single_content h3, .single_content h4, .single_content h5, .single_content h6{
    letter-spacing: 1px;
    margin-bottom: 16px;
    color: #000;
    text-transform: capitalize;
  margin-top: 20px; 
	font-weight: 500;
}

.single_content h2{
	 font-size: 30px;
    
}
.single_content h3{
	 font-size: 28px;
}
.single_content h4{
	 font-size: 26px;
}
.single_content h5{
	 font-size: 24px;
}
.single_content h6{
	 font-size: 20px;
}
.single_content ul {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
	list-style:none;
}
.single_content ul li {
    max-width: 100% !important;
    color: var(--textlight);
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
	    padding-left: 30px;
	    position: relative;
}
.single_content ul li:before{
	    position: absolute;
    content: '\F140';
    display: block;
    font-size:18px;
    color: var(--primaryclr);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.single_content ul li a, .single_content p a{
	color:#000;
	font-weight:500;
	text-decoration:none;
}
/* end single page details */

.testimonials_section .single-item-wrapper{
	display:block !important;
}
.testimonials_section .tss-layout1 .single-item-wrapper h3.author-name{
	    color: #000;
    font-size: 20px;
    font-weight: 500;
}