@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('../css/owl.carousel.min.css');
@import url('../css/font-awesome.min.css');
@import url('../css/simple-line-icons.css');
@import url('../css/fancybox.min.css'); 
@import url('../css/aos.css'); 

@font-face {
  font-family: 'Garamond Premr';
  src: url('../fonts/GaramondPremrPro.otf'); 
  font-weight:400;
  font-display: swap; 
}


::-webkit-scrollbar {
	width: 10px;
	border-radius: 100px
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 10px #2a2c2e;
	border-radius: 100px
}

::-webkit-scrollbar-thumb {
	background-color: #848484;
	border-radius: 100px
}


/*header css*/
.hidden_header{height:81px;}
header{position:absolute; top:0; left:0; right:0; z-index:99;}
.header-shrink{background:#fff; transition:all 0.3s ease-in-out;}
header .d-flex{align-items:center;}
header .btn{padding:.5rem 1.5rem; margin-top:0; border-radius:0; color:#564f4e; background:#fff;}
.header{background:#fff;}
.header .navbar-brand img{filter:invert(1);}
.header .navbar-light .navbar-nav .nav-link{color:#382f2d;}
.header .btn{padding:.5rem 2rem; margin-top:0; border-radius:0; color:#fff; background:#bfaf7a;}

.user{margin-left:15px;}
.user a{padding-top:15px; padding-bottom:15px; display:block;}
.user img{width:28px; filter:invert(1);}
.user .dropdown-menu{right:0; min-width:11rem; text-align:right;}
.user .dropdown-menu .dropdown-item{padding:.7rem .9rem .5rem;}
.header .user img{filter:invert(0); opacity:.7;}
.user .dropdown-menu .ab_menu{border-top:#e7e7e7 solid 1px; margin-top:5px; padding-top:5px;}

/*menu dropdown*/
.navbar-expand-lg{padding:0; width:50%; margin:auto;}
.dropdown:hover > .dropdown-menu{visibility:visible; opacity:1; z-index:1; transform:translateY(0%); transition-delay:0s, 0s, 0.3s;}
.dropdown > .dropdown-toggle:active{pointer-events:none;}
.dropdown-menu li:last-child a{border-bottom:none;}
.navbar-light .navbar-nav .nav-link .fa{font-size:15px;}
.dropdown-item img{width:18px; margin-right:10px;}
.navbar-light .navbar-nav .nav-link svg{width:18px; margin-left:0px;}

/*-- banner --*/
.banner{position:relative; z-index:1; padding-top:15rem; padding-bottom:1rem; background:url(../images/banner.jpg) no-repeat; background-size:100%;}
/*.banner .carousel-item:before{content:''; position:absolute; top:0; right:0; bottom:0; left:0; background:linear-gradient(100deg, rgb(255 255 255 / 95%), rgb(255 255 255 / 5%)); z-index:1;}*/
.banner_text{display:flex; align-items:center; justify-content:center; flex-direction:column; height:100%; font-size:20px;  color:#fff; line-height:1.3; text-align:center; width:95%; margin:auto; padding-bottom:4rem; letter-spacing:2px;}
.banner_heading{font-size:67px; font-family:Garamond Premr; color:#fff; text-transform:uppercase; line-height:1.1; letter-spacing:15px; margin-bottom:1rem;}
.banner:hover .carousel-control-next-icon, .banner:hover .carousel-control-prev-icon{opacity:1;}
.carousel-item .img-fluid{width:100%;}
/*-- //banner --*/

/*search bar*/
.search_main{background:#bfbbba; display:flex; align-items:center; justify-content:space-between; border-radius:35px; text-align:left; margin-top:1.5rem; margin-bottom:3rem; width:100%;}
.search{padding:6px 15px 10px 20px; border-left:#d7d7d7 solid 1px; width:18.8%; position:relative;}
.search:first-child{border-left:none; width:28%; padding-left:25px;}
.search label{font-family:Garamond Premr; color:#333; font-size:18px; letter-spacing:0; margin-bottom:0; display:block;}
.search .form-control{height:auto; background-color:inherit; border:none; padding:0; font-size:11px;}
.search .form-control.form-select{padding-right:25px;}
.search_main .btn{margin-top:0; padding:.5rem 1rem; margin-right:12px; font-family:Garamond Premr; font-size:17px; text-transform:inherit;}
.guest{position:relative;}
.guest span{color:#333;}
.guest_droupdown{padding:25px; background:#fff; box-shadow:0 1px 6px 0 rgb(0 0 0 / 20%); opacity:1; visibility:visible; z-index:9; display:none; transform: translate(25px, 78px);}

.adult{margin-bottom:1rem;}
.adult .head{color:#333; margin-bottom:.5rem;}
.radio_row{display:inline-flex; border-radius:5px; box-shadow:0 1px 6px 0 rgb(0 0 0 / 20%); overflow:hidden;}
.radio{padding:0; width:50px; position:relative;}
.radio input[type=radio]{visibility:hidden; width:100%; height:100%; margin-right:0; position:absolute; cursor:pointer;}
.radio input[type=radio]:checked ~ label{background:#56b056; color:#fff; animation:checked 200ms 1; position:relative; border-radius:5px; z-index:5;}
.radio label{background:#fff; text-align:center; padding:10px 5px; margin-bottom:0; font-size:13px; cursor:pointer;
  width:100%; position: relative; z-index:9;}

.marquee_container{overflow-x:hidden; display:flex; flex-direction:row; position:relative; width:100%; transform:none; margin:1rem 0;}
.marquee{min-width:100%; z-index:1; display:flex; flex-direction:row; align-items:center; animation:scroll 40s linear 0s infinite; /*animation-direction:reverse;*/}
.marquee ul{margin:0; padding:0; display:flex; color:#fff; letter-spacing:1px; font-size:13px;}
.marquee ul li{margin:0; padding:0 15px; list-style:none; border-right:#fff solid 1px; white-space:nowrap;}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*-- footer --*/
footer{background-color:#eae6dc; text-align:center; padding:4rem 0 0rem; position:relative;}
.f_logo{margin-bottom:2rem; color:#fff; font-size:45px; font-weight:700; line-height:1;}
.f_logo img{height:35px;}
.f_heading{color:#382f2d; font-family:Garamond Premr; font-size:22px; letter-spacing:2px; line-height:normal; text-transform:uppercase; margin-bottom:20px;}
.footer-grids ul{margin:0 0 0px; padding:0;}
.footer-grids ul li{list-style-type:none; margin-bottom:12px;}
.footer-grids ul li a{color:#6c6965; position:relative; transition:all 0.4s ease-in-out;}
.footer-grids ul li a:hover{color:#bfaf7a; padding-left:10px;}
.f_address .f_heading{font-size:16px; font-weight:500;}
.f_address a{color:#6c6965;}
.copyright{padding:25px 0; margin-top:3rem; border-top:#cbcbcb solid 1px; text-align:center;}
.social-icon{margin:1rem 0;}
.social-icon a{display:inline-flex; align-items:center; justify-content:center; font-size:20px; color:#6c6965; margin:0 5px;}
.social-icon a:hover{color:#bfaf7a;}
/*-- //footer --*/

/*-- move top --*/
#toTop{bottom:20px; right:15px; display:none; width:40px; height:40px; overflow:hidden; position:fixed; text-decoration:none; z-index:9999; font-size:0; color:transparent; background:rgba(48, 48, 52, 0.7); border:rgba(255, 255, 255, 0.1) solid 1px; border-radius:7px; opacity:1;}
#toTop:hover{ opacity:.9;}
#toTop:after{color:#fff; content:'\f106'; font-size:20px; line-height:38px; font-family:'FontAwesome'; text-align:center; display:block; position:absolute; top:0; right:0; bottom:0; left:0; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
/*-- //move top --*/

section{padding:5rem 0;}
.heading_main{margin-bottom:3rem; text-align:center; position:relative;}
.heading_main .heading{margin-bottom:1rem;}
.heading{font-size:40px; color:#382f2d; font-family:Garamond Premr; margin-bottom:1.5rem; line-height:1.2; text-transform:uppercase; letter-spacing:1px;}
.heading_main p{font-size:17px; font-weight:300;}
.sub_heading{font-size:17px; color:#bfaf7a; font-weight:600; text-transform:uppercase; letter-spacing:1px; margin-bottom:1rem; line-height:normal; position:relative;}

/*why book*/
.why_bg{background:#f3f1ed;}
.why_bg .col-xl-4:last-child .why:before{display:none;}
.why{text-align:center; margin-bottom:1.5rem; font-size:18px; color:#a1a1a1; position:relative;}
.why:before{content:''; position:absolute; right:-12px; top:0; bottom:0; width:1px; background:#ccc;}
.why img{width:115px; margin-bottom:1.5rem;}
.why h4{font-size:30px; margin-bottom:.5rem;}

.stays_bg{background:url(../images/parallax-bg.jpg) no-repeat; background-size:100%; text-align:center; padding:14rem 0; color:#fff;}
.stays_bg .heading{font-size:45px; color:#fff; letter-spacing:7px;}
.stays_bg p{letter-spacing:3px; font-size:13px;}

.type_bg{background:#f3f1ed; position:relative;}
.type_bg:before{content:''; position:absolute; left:200px; top:0; bottom:0; width:2px; background:#dad4c0;}
.type_bg .heading{color:#eeebe8; font-size:80px; letter-spacing:15px; position:absolute; left:-100px; top:40%; transform:rotate(-90deg);}
.type figure{margin-bottom:0;}
.type_text{background:#eae6dc; padding:30px 20px 20px; position:relative; font-size:14px;}
.type_text h4{text-transform:uppercase; margin-bottom:10px;}
.type_text .btn{position:absolute; bottom:35px; right:20px; padding:.5rem 1.5rem; margin-top:0; border-radius:0; color:#564f4e; background:#fff;}
.type_text .btn:hover{background:#bfaf7a; color:#fff;}

.booking_step{width:100%;}
.booking_step ul{margin:15px 0 0 100px; padding:0; display:flex; justify-content:flex-end;}
.booking_step ul li{margin:0 10px; padding:0 0 0 50px; list-style:none; font-size:13px; color:#382f2d; position:relative;}
.booking_step ul li span{display:inline-flex; align-items:center; justify-content:center; width:23px; height:23px; border-radius:50%; background:#ddd; margin-right:10px; font-weight:600;}
.booking_step ul li.active span{background:#bfaf7a; color:#fff;}
.booking_step ul li.active{color:#000; font-weight:600;}
.booking_step ul li:first-child{padding-left:0;}
.booking_step ul li:first-child:before{display:none;}
.booking_step ul li:before{content:''; position:absolute; top:11px; left:0; width:40px; border-top:#ddd dashed 2px;}

.search_bg{text-align:center; background:#f3f1ed; padding:3rem 0;}
.search_bg .search_main{background:#fff; margin:0 auto;}
.search_fixed{position:fixed; top:0; left:0; right:0; z-index:1; padding:10px 0; transition:all 0.3s ease-in-out;}


.listing_bg{background:#fff;}
.detail_bg .nav-tabs{margin-bottom:3rem; border-bottom:none; justify-content:center;}
.detail_bg .nav-tabs .nav-item{text-align:center; padding:0 5px;}
.detail_bg .nav-tabs .nav-link{font-weight:500; text-transform:uppercase; font-size:13px; color:#282828; padding:10px 25px; border-radius:30px; background:#f7f7f7; border:1px solid #f7f7f7;}
.detail_bg .nav-tabs .nav-link.active, .detail_bg .nav-tabs .nav-link:hover{border-color:#aa9b6a; color:#fff; background:#aa9b6a;}
.portfolio_filter{margin:0 -5px 1rem;}
.portfolio_filter .filter-button{display:inline-block; padding:0px 2px 3px; margin:0 10px 10px; background:transparent; border:transparent solid 1px; color:#9B9B9B;letter-spacing:0; font-size:13px; cursor:pointer; font-weight:400;}
.portfolio_filter .filter-button:hover, .portfolio_filter .filter-button:focus, .portfolio_filter .filter-button:active{color:#bfaf7a; border-bottom-color:#bfaf7a;}
.portfolio_filter .filter-button:focus{outline:0;}
.portfolio_img .img-fluid{width:100%; object-fit:cover;}
.portfolio_img{margin-left:-7px; margin-right:-7px;}
.portfolio_img .col-xl-4{padding-left:7px; padding-right:7px; margin-bottom:14px;}

.listing{background:#fff; border:#dddddd solid 1px; margin-bottom:25px;}
.listing .carousel-control-next, .listing .carousel-control-prev{width:55px;}
.listing .carousel-control-next-icon, .listing .carousel-control-prev-icon{width:30px; height:30px;}
.listing:hover .carousel-control-next-icon, .listing:hover .carousel-control-prev-icon{opacity:1;}
.h_text{padding:10px 20px 5px; font-size:13px; border-bottom:#dddddd solid 1px;}
.h_text+.h_text{min-height:235px;}
.h_text h5{margin-bottom:.6rem;}
.h_text ul{margin:0; padding:0;}
.h_text ul li{margin:7px 0; padding:0; list-style:none;}
.h_text ul li svg{width:22px; height:22px; margin-right:10px; color:#382f2d;}
.h_text ul li label{margin-bottom:0;}
.h_text ul li label span{color:#149b1b; font-weight:600;}
.price_row{padding:10px 20px; display:flex; align-items:center;}
.price{color:#000; font-size:23px; font-weight:600;}
.price strike{font-size:15px; color:#827f7c; font-weight:400; position:absolute; margin-left:10px; margin-top:4px;}
.price_row p{font-size:13px; color:#827f7c; font-weight:400; margin-bottom:0;}
.price_row .btn{margin-left:auto; margin-top:0; padding-top:.8rem; padding-bottom:.8rem;}
.room{padding:10px 20px; font-size:13px; border-bottom:#dddddd solid 1px;}
.room ul{margin:0 -10px; padding:0; display:flex; align-items:center;}
.room ul li{margin:0 10px; padding:0; list-style:none;}
.room ul li svg{width:20px; height:20px; margin-right:2px; color:#382f2d;}
.listing_bg .alert{font-size:12px;}

.amenities_bg{background:#fff;}
.amenities_bg ul{margin:0; padding:0; display:flex; align-items:center;}
.amenities_bg ul li{margin:0 10px; padding:0; list-style:none; text-align:center; width:10%; font-size:13px; color:#382f2d; line-height:1.2;}
.amenities_bg ul li img{width:30px; display:block; margin:0 auto 15px;}

.video_bg{padding:0; position:relative;}
.video_bg:before{content:''; position:absolute; left:0; top:0; right:0; bottom:0; background:rgb(0 0 0 / 43%);}
.video_bg video{width:100%; height:600px; object-fit:cover; margin-bottom:-7px;}
.video_text{display:flex; align-items:center; justify-content:center; text-align:center; position:absolute; left:0; top:0; right:0; bottom:0; max-width:85%; margin:0 auto;}
.video_text .banner_heading{letter-spacing:0;}
.detail_img{margin-bottom:3rem;}
.detail_img .img-fluid{width:100%;}
.detail_img .owl-carousel .owl-item{padding-left:0; padding-right:0;}
.de_text{display:flex; justify-content:center; flex-direction:column;}
.room_row{margin-bottom:3.5rem;}
.room_row:nth-of-type(even) .de_text{text-align:right;}
.amenities{text-align:center; background:#f7f7f7; padding:20px; font-size:14px; margin-bottom:1.5rem;}
.amenities img{width:70px;}
.map{margin-top:2rem;}
.map iframe{width:100%; height:450px;}

.sticky{position:sticky; top:1rem;}
.booking{background:#aa9b6a; padding:25px; margin-bottom:2rem;}
.booking .heading{font-size:30px; color:#fff;}
.booking .btn{width:100%; background:#484026;}

.booking_bg{background:#f3f1ed; padding-top:2.5rem;}
.booking_box{background:#fff; padding:25px; margin-bottom:1.5rem; border:#ebebeb solid 1px; border-radius:10px;}
.booking_box h2{margin-bottom:2rem;}
ul.pay_using{margin:1rem 0 0px; padding:0px;}
ul.pay_using li{margin:0 0 20px; padding:20px; list-style:none; position:relative; line-height:normal; border:#e3e3e3 solid 1px; border-radius:5px;}
ul.pay_using li label{margin-bottom:0;}
ul.pay_using li span{display:block; font-size:10px; margin-top:12px;}
ul.pay_using li img{width:auto; height:25px; margin-left:8px; margin-top:-3px; float:right;}
.summary{background:#f7f5ec; padding:25px; margin-bottom:1.5rem; border:#ebebeb solid 1px; border-radius:10px; position:sticky; top:1rem;}
.summary h4{margin-bottom:1.5rem;}
.summary ul{margin:1.5rem 0 0; padding:15px 0 0; border-top:#e3decb solid 1px;}
.summary ul li{margin:0; padding:9px 0; list-style:none; display:flex; color:#7e7e7e;}
.summary ul li span{margin-left:auto; color:#323232;}
.summary ul li:last-child{border-top:#bdb59a dotted 1px; margin:10px 0rem 0; padding:20px 0rem 0; color:#323232; font-weight:600;}
.summary ul h5{margin-bottom:.5rem;}
.summary .btn{width:100%; margin-top:2rem;}
.room_info{display:flex; font-weight:600; color:#323232; margin-bottom:5px;}
.room_info span{width:70%;}
.room_info span:last-child{width:30%; text-align:right;}
.room_info:nth-of-type(3){font-weight:400; }
.room_det{font-size:13px; color:#323232; margin-bottom:1rem;}
.h_name{font-size:15px; font-weight:600; color:#323232; margin-bottom:5px;}
.room_det .btn-sm{font-size:12px; width:auto; padding:.4rem .8rem; margin-top:10px;}

.add_room_row{background:#f7f5ec; border-radius:5px; display:flex; align-items:center; font-size:11px; color:#323232; font-weight:500; line-height:1.2; padding:5px 10px; margin-bottom:3px;}
.add_room_row table{width:78%;}
.add_room_row table td span{display:block; font-size:10px; color:#827f7c; font-weight:400;}
.add_room_row select{border:#e9e9e9 solid 1px; padding:5px; border-radius:3px; outline:0;}
.h_price{margin-left:auto; font-weight:600; font-size:12px; color:#323232;}
.h_price a{color:#fb0000;}


.policies .accordion-body{padding-left:0; padding-right:0; padding-bottom:0}
.policies .accordion-item{border:none; border-radius:0px;}
.policies .accordion-button{border-bottom:#e3decb solid 1px; color:#323232; border-radius:0px; font-weight:500; padding:1rem 2rem 1rem 0;}
.policies .accordion-button:not(.collapsed){background:none; color:#000; box-shadow:none; border-radius:0px;}
.policies .accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
.policies .accordion-button:focus{box-shadow:none;}
.policies .accordion-item:last-of-type .accordion-button.collapsed{border-radius:8px;}
.policies .accordion-button::after{position:absolute; right:0px; background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}


.book_row{display:flex; align-items:center; flex-wrap:wrap;}
.checkin{width:33.33%; font-weight:600; color:#000; font-size:16px;}
.checkin span{font-size:12px; display:block; color:#827f7c; font-weight:400;}
.night{width:33.33%; text-align:center; position:relative;}
.night span{background:#bfaf7a; padding:7px 15px; border-radius:5px; color:#fff; font-size:12px;}
.night span:before{content:''; position:absolute; top:11px; left:10px; right:10px; z-index:-1; height:1px; background:#dfd4b1;}
.booking_info{position:relative; margin-top:3rem;}
.booking_info:before{content:''; position:absolute; top:-25px; left:-25px; right:-25px; bottom:-25px; z-index:-1; background:#fff; border-radius:20px 20px 10px 10px; border-top:#e1ded0 solid 1px;}

.iti{display:block !important;}
.iti--separate-dial-code .iti__selected-flag{border-radius:25px 0 0 25px !important;}

.terms_bg{border-top:#ededed solid 1px;}
.left_sticky{position:sticky; top:4rem; margin-left:2.5rem;}
.left_sticky h2{margin-bottom:2rem;}
.left_sticky ul{margin:0; padding:0;}
.left_sticky ul li{margin:25px 0; padding:0; list-style:none; font-size:16px;}
.left_sticky ul li a{color:#000; }
.left_sticky ul li a.active{font-weight:600;}
.terms_bg p+h4{margin-top:2.5rem;}

/*login css*/
.login_bg{background:#f3f1ed;}
.login{padding:35px; background:#fff; border-radius:25px;}
.login .heading{margin-bottom:2.5rem; font-size:30px;}
.login .btn{width:100%; margin:15px 0 5px; padding-left:0; padding-right:0;}
.middle{float:left; border-bottom:#e8e8e8 solid 1px; border-left:none; width:100%; margin:0px 0 35px 0; text-align:center; line-height:normal;}
.middle span{background:#fff; font-size:15px; color:#8d8d8d; font-style:italic; padding:0 15px; display:inline-block; border-radius:50%; position:relative; bottom:-9px;}
.forgot{float:right; text-decoration:underline; color:#8d8d8d; font-weight:500; font-size:13px;}
.sign_up{color:#8d8d8d; font-size:14px; text-align:center;}
.sign_up a{color:#aa9b6a; font-weight:500; text-decoration:underline;}
label.sign_up{position:relative; padding-left:0px; line-height:normal;}

.account{background:#fff; padding:20px 15px; border-radius:15px; position:sticky; top:3rem;}
.account ul{margin:0 0 10px; padding:0;}
.account ul li{margin:0; padding:1px 0; list-style:none;}
.account ul li a{padding:12px 10px; display:flex; align-items:center; border-radius:5px; color:#382f2d;}
.account ul li a:hover, .account ul li a.active{background:#bfaf7a; color:#fff;}
.account ul li a:hover svg, .account ul li a.active svg{fill:#fff;}
.account ul li svg{fill:#26BBFF; margin-right:10px; width:22px; height:22px;}
.account .head{font-size:18px; margin-bottom:25px; margin-left:10px; font-weight:600; color:#382f2d; text-transform:uppercase; letter-spacing:4px;}
.account hr{margin-left:-15px; margin-right:-15px; margin-bottom:20px;}

.dashboard_bg{background:#f3f1ed;}
.dashboard{margin-left:1rem; background:#fff; border-radius:15px; padding:25px;}
.dashboard .heading{margin-bottom:15px; font-size:35px;}
.dashboard .sub_head{font-size:22px; color:#382f2d; margin-top:3rem; margin-bottom:20px; font-weight:600;}
.dashboard label{color:#a0a0a3; font-size:13px;}
.dashboard hr{margin-top:3rem;}

.order_main{border:#dbd5c1 solid 1px; padding:15px; display:flex; flex-wrap:wrap; margin-top:2rem; border-radius:15px;}
.order_img{width:20%;}
.order_img img{height:100%; object-fit:cover;  border-radius:8px;}
.order_item{width:80%; padding-left:20px;}
.o_date{width:40%; border-left:#dcdada dashed 1px; padding-left:30px; color:#686b78;}
.order_item .head{margin-bottom:9px; line-height:normal; position:relative; color:#382f2d; font-size:16px; font-weight:600;}
.order_id{font-size:12px; margin-bottom:10px;}
.order_item .price sub{bottom:2px; font-weight:400; font-size:14px;}

/*contact us css*/
.contact_bg{border-top:#ededed solid 1px;}
.contact{background:#f8f8f8; text-align:center; overflow:hidden; padding:40px 40px 30px;}
.contact img{margin-bottom:2rem;}
.form_bg{padding-top:2rem; padding-bottom:0;}
.form_bg form{background:#fff; padding:35px 45px; text-align:center; box-shadow:0px 0px 139px 0px rgb(0 0 0 / 10%);}
.form_bg form .heading{margin-bottom:2rem; font-size:40px;}
.form_bg form .btn{width:70%;}
.map_bg{margin-top:-3rem; padding:0; position:relative; z-index:-1; margin-bottom:-8px;}
.map_bg iframe{width:100%; height:450px; filter:brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);}

.about_img img{/*aspect-ratio:2.756;*/ border-radius:30px; object-fit:cover;}
.ex_bg{background:#f7f7f7;}
.ex{margin-right:1rem; display:flex; align-items:flex-start; flex-direction:column; justify-content:center; height:100%; font-weight:300; font-size:16px; line-height:2; text-align:left; position:relative; z-index:9;}

.team_bg{background:#fff; padding-bottom:7rem; position:relative;}
.team{box-shadow:0 1rem 3rem rgb(0, 0, 0, 12%); border-radius:8px; overflow:hidden; margin-bottom:2rem;}
.team figure{margin-bottom:0; position:relative;}
.team_text{padding:20px; text-align:center;}
.team_text h5{margin-bottom:5px;}
.team_text span{font-size:13px; letter-spacing:2px;}
