*{
text-decoration: none !important;
outline: none !important;
}

/************VARIABLE CSS***********/
/************VARIABLE CSS***********/
:root {
  --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #fcb814;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
  --main-bg-color: #ffffff; 
  --main-text-color:#353535; 
  --main-font-size: 16px; 
  --main-font-weight: 400; 
  --main-line-height: 25px; 
  --font-titel:'Playfair Display', serif;
  --font-paragraph:'Avenir LT Pro', sans-serif;
 --themecolor:#169B62;
  --preloder-color:#00aeff;
  --preloder-animeshan-color:#fff;
  --humbarger-color:#00aeff;
  --dark-color:#313946;
  --light-color:#ffffff;
  --heading-color:#111111 ;
  --color-green:#1fbf54;

     scroll-behavior: smooth;
    scroll-padding-top: 4rem;
}

.color-white-global{
  background-color: var(--light-color) !important;
  color: var(--heading-color) !important;
}

.playfair{
	font-family: "Playfair Display", serif;
}



/************VARIABLE CSS***********/
/************VARIABLE CSS***********/

body {
  font-family: var(--font-paragraph);
    font-weight:var(--main-font-weight);
  font-size:var(--main-font-size);
  color:var(--main-text-color);
  line-height:var(--main-line-heigh);
  background: var(--main-bg-color);
  letter-spacing: 0.4px;
  margin:0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: "Avenir LT Pro", sans-serif;

  
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/AvenirLTPro-Light.woff2') format('woff2'),
         url('../fonts/AvenirLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro 35';
    src: url('../fonts/AvenirLTPro-LightOblique.woff2') format('woff2'),
         url('../fonts/AvenirLTPro-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/AvenirLTPro-Medium.woff2') format('woff2'),
         url('../fonts/AvenirLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


p:empty{
  display: none !important;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a, a:hover, a:focus{
  text-decoration: none;
}
ol {
    list-style: decimal inside;
}

.h1, .h2, .h3, h1, h2, h3,h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: var( --font-titel) !important;
}

p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--font-paragraph);
}
b,
strong {
    font-weight: 800;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited {
    color: #000;
}
::selection {
  background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus{
  outline:none;
  
}



/**************theme sacting*******/
.swich0{
  display: none !important;
}
.swich1{
  display: block;
}

/*****************
Typography
*****************/
.h1 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
}

.h2 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
    letter-spacing: -0.5px;
}

.h3 {
     margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-family) !important;
    letter-spacing: -0.5px;

}
.h4 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}
.h5 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}

.font-size p,.font-size a {
    font-size: 13px !important;
    font-weight: 500;
 
}

.font-size2 p {
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;

    font-family: var(--font-paragraph);
}
.font-bold {
    font-weight: 800;
  
}
.font-semibold {
    font-weight: 700;
}
.font-mediumbold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.color-white{
  color: #fff !important;
}
.color-white p,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white ul li,
.color-white ul li a{
  color: #fff !important;
}
p {
    font-size: 16px;
    color: #000000;
    line-height: 27px;
    letter-spacing: 0;
    font-weight: 300;
}

.letter-spacin-0{
  letter-spacing: 0px;
}
.letter-spacin-1{
  letter-spacing: 1px;
}
.letter-spacin--1{
  letter-spacing: -1px;
}

.image-shadow img{
  box-shadow: 0px 0px 30px #ccc;
}

.relativ-class{
  position: relative;
}

/*****************
Typography
*****************/
/***************
VISUL CLASS
*************/
.overflow-visible{
  overflow: visible !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.box-shadow { box-shadow:0px 0px 40px rgba(2, 2, 2, 0.18);
}

.no-shadow{
  box-shadow: none !important;
}

/***************
VISUL CLASS
*************/


/***************
page scrool
**************/
.scrollup {
    right: -45px;
    position: fixed;
    border-radius: 0px;
     bottom: 0px;
    width: 45px;
    height: 45px;
    z-index: 9999;
   text-align: center;
   line-height: 45px;
   color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
     background-color: rgba(12, 1, 1, 0.7);
}
.scrollup.actives {
    bottom: 0px;
    right: 0px;
}
.scrollup:hover {
background-color: rgba(12, 1, 1, 0.7);
}

/***************
page scrool
***************/



.section {
    width: 100%;
overflow: hidden;
}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

.nav { }
#pull { display: none; }

.nav > ul {
    font-family: var(--font-paragraph);
}

/* Bullet decoration */
.nav > ul > li::after {
    content: " ";
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: -8px;
}

.nav > ul > li:last-child:after {
    content: "";
}

/* Main li */
.nav > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0 12px 0 0;
}

.nav > ul > li:last-child,
.nav > ul > li:only-child {
    margin: 0;
}

/* Bottom hover line */
.nav > ul > li::before {
    position: absolute;
    bottom: -7px;
    left: 27%;
    z-index: 0;
    content: " ";
    width: 40%;
    height: 3px;
    background: transparent;
    border-radius: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.nav > ul > li:hover:before,
.nav > ul > li.current-menu-item:before,
.nav > ul > li.current-menu-parent:before,
.nav > ul > li.current-menu-ancestor:before {
    transform: scaleX(1);
}

/* Main menu a tag */
.nav > ul > li > a {
    font-family: "Avenir LT Pro", sans-serif;
    position: relative;
    z-index: 1;
    display: block;
    padding: 5px 6px 5px 7px;
    font-weight: 400;
    font-size: 15px;
    color: #474747;
    line-height: 22px;
    cursor: pointer;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.nav > ul > li > a i {
    font-size: 16px;
}

/* Hover active */
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a {
    color: #191970;
}

/* Dropdown ul */
.nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 240px;
    padding: 3px 0 0;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

.nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

/* Dropdown items */
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    float: left;
}

.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 2px 15px 1px;
    background: #F4E2E4;
    border-top: 1px #F4E2E4 solid;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
}

.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a {
    padding: 9px 15px 10px;
}

/* Dropdown hover */
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a {
    background: #2A276B;
    color: #fff;
}

/* Submenu level 2 */
.nav > ul > li > ul > li > ul {
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    background: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul {
    left: auto;
    right: 100%;
}

.nav > ul > li > ul > li:hover > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

/* Arrow icon */
.nav > ul .menu-item-has-children {
    position: relative;
}

.nav > ul .menu-item-has-children > a::after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 12px;
    font-size: 18px;
    color: #4E4E4E;
}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

/***************MPBILE MENU***********/




.box{
    width: 270px;
    height: 100vh;
    background-color: #000;
    position: fixed;
    text-align: left;
    z-index: 1;
    opacity: 0;
    left: -500px;
    pointer-events: none;
    transition: 0.4s;
    z-index: 999999;
    top:0;
}
.active_box{
    opacity: 1;
    left: 0px;
    pointer-events: fill;
}
.menu_icon_box{
    z-index: 2;
    width: fit-content;
    height: auto;
    background-color: #fff;
    margin: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
    display: none;
    margin-left: 10px;
        height: 44px;
}
.line1 , .line2 , .line3{
    width: 28px;
    height: 2px;
    margin: 10px 8px;
    background-color: #000;
    border-radius: 50px;
    transition: 0.2s;
}
.activem .line1{
      transform: translate(0px , 10px)rotate(44deg);
}
.activem .line2{
    opacity: 0;
}
.activem .line3{
    transform: translate(0px , -15px)rotate(-45deg);
}

.box  {
   
}
.nav-hed{
    width: 100%;
    text-align: center;
    margin-top: 10px;

}
.nav-hed .logo{
     display: inline-block;
    padding: 0;
 margin-top: 0;
    width: auto;
    height: auto;
}
.mobile-menu {
margin-top: 20px;
}
.mobile-menu  li{
width: 100%;
display: inline-block;
}
.mobile-menu  li a{
    border-bottom: 1px solid #333333;
    padding: 15px 25px;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.header-info-mob  li{
width: 100%;

display: inline-block;
}
.header-info-mob  li a{
  border-bottom: 1px solid #db3e62;
    padding: 15px 10px;
    color: #fff;
    width: 100%;
display: inline-block;
}


.mobile-menu li {
    position: relative;
    cursor: pointer;
}

.mobile-menu li .sub-menu {
    display: none;
    padding-left: 0;
    background: #292929;
    list-style: none;

}

.mobile-menu li.menu-item-has-children > a::after {
content: "\f107";
    font-family: "FontAwesome";
    margin-left: 12px;
    font-size: 18px;
    color: #4E4E4E;
    transition: transform 0.3s;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 15px;
}

.mobile-menu li.open > a::after {
    transform: rotate(180deg);
}



/***************MPBILE MENU***********/

/****************
START HEADER PART
****************/

 .sticky{
   padding:0px 0px;
    position: fixed !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999 !important;
 background-color:#fff !important;
}
  

.header{
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0px;
  top:0px;
  
    transition: all 0.3s;
}
.head-top-part{
  width: 100%;
  padding: 15px 0px;
}

.menubars{
  background: #e1eaf4;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 25px 0px;
}
.menubars2{
width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0px 15px 0px;

}
.container {
    max-width: 1410px;
}
.sticky .menubars2{
  
}

.logo {
    position: relative;
  
   
}

 .home-banner{
    padding: 190px 0px;
    background-size: cover !important;
 }
 .slide-content h1{
font-size: 52px;
line-height: 62px;
font-weight: 700;
color: var(--dark-color);
 margin-bottom: 20px;
 }
 .slide-content p{
    font-size: 17px;
    color: #2f2e2e;
    line-height: 26px;
    margin-bottom: 28px;
    letter-spacing: 0.2px;
 }

a.phone-top{

display: inline-block;
padding: 17px 25px;
font-weight: 600;
text-transform: uppercase;
width: 165px;
height: 56px;
color: #fff;
font-size: 16px;
transition: all 0.3s;
background: #A34900;
border-radius: 30px;

}
a.phone-top:hover{
    background-color: #1F1F1F;
}

/****************
END HEADER PART
****************/


/***************************
BANNE
***************************/





.pic{
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;

}

.pic > img{
  width: 100%;
}
.pic > .holder{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;

       object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: -webkit-transform 20s ease-out;
    transition: transform 20s ease-out;
    transition: transform 20s ease-out,-webkit-transform 20s ease-out;
    -webkit-transition: -webkit-transform 20s ease-out;
}
.pic:hover > .holder {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.position-absolute{
    position: absolute;
}
.position-relative{
    position: relative;
}
.heder-top-inner{
border-bottom: 1px solid #E3E3E3;
width: 100%;
}

.hed-costom-col1 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  
}

.hed-costom-col2{
    flex: 0 0 60%;
    max-width: 60%;
    text-align: center;
     padding: 20px 15px;
}
.right-border{
   border-right: 1px solid #E3E3E3; 
}

ul.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    justify-content: center;
    width: 100%;
    margin-bottom: 34px;
   
}
ul.social-links li{
     position:relative;
}
ul.social-links li:after {
    content: "";
    position: absolute;
    right: -12px;
    width: 1px;
    height: 21px;
    background: #EBEBEB;
    top: 0px;
}
ul.social-links li:last-child:after{
   display: none;
}
a.addres-btn{
background-color: #2A276B;
    width: 174px;
    /* height: 44px; */
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 12px;

}

a.login-btn {
    box-sizing: border-box;
    width: 124px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
        letter-spacing: 2px;
        color: #2A276B ;
}
a.cart-btn {
     width: 40px;
    height: 40px;
    background-color: #2A276B;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
a.bookin-btn {
    background-color: #2A276B;
    width: auto;
    height: 44px;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 9px 20px;
    position: relative;
}
a.bookin-btn img {
    position: relative;
    top: -3px;
    right: -2px;
}

.algin-right{
    text-align: right;
}
.menu-right{
 padding-top: 15px;
 padding-bottom: 15px;
}
.banner-image-full{
    width: 100%;
}
.banner-image-full img{
    width: 100%;
}

.section-about{
    padding: 100px 0px;
}

.page-content h2{

}
.page-content h3{

}
.page-content h2{

font-style: normal;
font-weight: 600;
font-size: 61px;
line-height: 63px;

color: #2A276B;


margin-bottom: 25px;
}
.page-content p{
margin-bottom: 25px;
}
span.smal-line{

font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 30px;
/* identical to box height, or 188% */
letter-spacing: 0.16em;
text-transform: uppercase;

color: #000000;


}

.section-gallery{
padding-bottom:70px;
}
.galleryslider-wrapper {
  position: relative;
  padding: 40px 0;
}

.galleryslider .swiper-slide {
  text-align: center;
}

.galleryslider {
 margin: 0 -256px;
}
.slide-box{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.slide-box:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 46.51%, rgba(0, 0, 0, 0.24) 82.31%);
    z-index: 5;
    left: 0px;
    bottom: 0px;


}
.slide-box > img{
width: 100%;
height: 100%;
object-fit: cover;
}
.slide-box .galleryslider-data{
position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 16px;
    z-index: 10;
}

.slide-box .galleryslider-data img{
    
}
.slide-box .galleryslider-data .slide-title{
   
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 1;
    letter-spacing: -0.02em;
    padding-left: 18px;
    color: #FFFFFF;
    position: relative;

}

.slide-box .galleryslider-data .slide-title:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 38px;
    background-color: #fff;
    left: 0px;
    top:0px;
}

.slide-box .galleryslider-data .slide-title a{
   color: #FFFFFF;
}

.customarrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}
.custom-prev,
.custom-next{
   width: 30px;
    height: 30px;
    background-color: #2A276B;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    transition: all 0.3s;
}
.custom-prev:hover,
.custom-next:hover{
 background-color: #E8E8E8;
    color: #2A276B;
}

.section-partnered{
background-color: #FDF2F3;
padding: 80px 0px;
}
.col-lg-custom3{
            flex: 0 0 auto;
           width: 31%;
        margin-bottom: 4em;
}
.mb-custom{
    margin-bottom: 4.5em;
}
.section-partnered .container{
    max-width: 1040px;
}
.part-logo{
    width: 100%;
    height: 183px;
    text-align: center;
    border-left: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.56) 100%);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sliding background effect */
.part-logo::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #2A276B 0%, #2A276B 100%);
    transition: all 0.4s ease;
    z-index: 0;
}

.part-logo:hover::before {
    left: 0;   /* SLIDE EFFECT */
}

/* LOGO white on hover */
.part-logo img {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    filter: brightness(0) invert(0); /* original color */
}

.part-logo:hover img {
    filter: brightness(0) invert(1); /* WHITE ICON */
}


.col-lg-4:nth-child(3n) .part-logo {
  border-right: 1px solid #E2E2E2;
}


.col-lg-4:nth-last-child(-n+3) .part-logo {
 border-bottom: 1px solid #E2E2E2;
}


.ti-widget.ti-goog .ti-review-content {
    font-family: "Avenir LT Pro", sans-serif !important;
    font-weight: 300 !important;
   line-height: 27px !important;
  font-size: 17px !important;
}

.ti-widget.ti-goog .ti-review-item>.ti-inner {

    padding: 24px !important;

}


.ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    box-shadow: 0px 3px 12px 1px rgb(0 0 0 / 5%), 0px 0px 2px 0px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #F0F0F0 !important;
   
}
.ti-controls > div:hover{
background-color: #2A276B !important;
}
.ti-widget.ti-goog .ti-read-more {
    display: block;
    padding: 8px 0 0;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}
.ti-review-header {
    margin-top: 6px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}
.ti-widget.ti-goog .ti-widget-container .ti-name {
    font-weight: 500 !important;
font-size: 16px !important;
}

.section-testimon{
    padding: 80px 0px;
    background-color: #FBFBFB;
}


.gallery-7 {
    display: flex;
    gap: 15px;
}
.column1 {
  flex: 27%;
  max-width: 27%;

}
.column2 {
  flex: 46%;
  max-width: 46%;

}
.column3 {
  flex: 22.3%;
max-width: 22.3%;

}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

.column-inner-flex {
    display: flex;
    gap: 15px;
        overflow: hidden;
}

.section-instagram{
    padding: 70px 0px;
}

.footer{
    background:#F4F2F2 url(../images/logo-bg.png) no-repeat center top;
    width: 100%;
    display: inline-block;
    padding-top: 65px;
    padding-bottom: 30px;
}

.footer-holder .footer-heading{
margin-bottom: 10px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;

letter-spacing: 0.16em;
text-transform: uppercase;

color: #3A3A3A;


}

.footer-holder .footer-heading i,
.addres-footer i{
    color: #2A276B;
    font-size: 18px;
}
.footer-holder{
    margin-bottom: 20px;
}
.addres-footer a{

font-style: normal;
font-weight: 500;
font-size: 21px;
line-height: 27px;
/* identical to box height, or 129% */
text-transform: capitalize;

color: #2A276B;


}

.socil-ares {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 28px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}

ul.social-links2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  
}

ul.social-links2 li {
    position: relative;
}
ul.social-links2 li a {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #E3E3E3;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 19px;
    padding: 9px
}

.all-links{
    border-top: 1px solid #CFCFCF;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;


font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 27px;
/* or 193% */
text-align: center;
text-transform: capitalize;

color: #000000;


}

/************************************inner page**********************/

.banner-image{
    height: 600px;
    width: 100%;
    display: inline-block;
}
.banner-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-content h1{
  width: 100%;

font-style: normal;
font-weight: 600;
font-size: 78px;
line-height: 104px;
/* identical to box height */
text-transform: capitalize;

color: #2A276B;


}
.banner-logo{
    width: 100%;
    margin-top: 4rem;
}
.content-holders {
    width: 100%;
}

.page-content2 h2{
font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 63px;
    color: #2A276B;
    margin-bottom: 25px;

}
.page-content2 p{
 

}

 .accordion-search-wrap {
      margin-bottom: 0;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 12px;
    }
    #accordion-search {
      width: 100%;
      padding: 10px;
      font-size: 20px;
    border: none;
       border-radius: 10px;
      transition: all 0.3s ease;
    }
    .accordion-wrap {
      max-width: 100%;
      margin: auto;
    }
    .accordion-item {
      background: #fff;
   
      border-radius: 6px;
      margin-bottom: 10px;
      overflow: hidden;
   
      transition: all 0.4s ease;
    }
    .accordion-title {
      padding:20px 20px;
      margin: 0;
      background: #FFFBFC;
      color: #2A276B;
      cursor: pointer;
      font-size: 28px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #EBEBEB;
      border-radius: 10px;
    }
    .accordion-title .arrow {
          display: inline-block;
    transition: transform 0.4s 
ease;
    font-size: 20px;
    width: 32px;
    height: 32px;
    background: #2A276B;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    }
    .accordion-title.active .arrow {
      transform: rotate(180deg); /* Rotate arrow down */
      background: #FFFFFF;
    color: #2A276B;
    }
    .accordion-content {
      max-height: 0;
      overflow: hidden;
      background: #fff;
   
      line-height: 1.5;
      padding:0;
      transition: max-height 0.4s ease, padding 0.4s ease;
    }
    .accordion-content.open {
      padding: 15px 0px;
    }

    /* Smooth fade for search */
    .accordion-item.hide {
      opacity: 0;
      max-height: 0;
      margin: 0;
      padding: 0;
      transition: all 0.4s ease;
    }

    .accordion-title.active {
  
    background: #2A276B;
    color: #fff;
 
    border: 1px solid #2A276B;

}

.accordion-content-inner{
    background-color: #FDF2F3;
    border: 1px solid #E6E6E6;
    width: 100%;
    margin-bottom: 20px;
}

.data-in-page {
    padding: 20px 40px;
}

.data-in-page h3{

margin-bottom: 20px;
font-family: 'Avenir LT Pro' !important;
font-style: normal;
font-weight: 500;
font-size: 29px;
line-height: 35px;
color: #323232;


}
.tome-prices {
    display: flex;
    gap: 9px;
    margin-bottom: 20px;
}
.tome-prices li {
    width: 100px;
    background: #3A3780;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    padding: 8px 5px;
    font-size: 20px;
    font-weight: 300;
    /* text-transform: uppercase; */
}

.section-inner1{
    padding-bottom: 60px;
}


.data-in-page p{
margin-bottom:15px;
}

.image-in-page img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accordion-content .accordion-content-inner:last-child{
    margin-bottom: 0px;
}


.accordion-search-wrap.stickyseach {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 500px;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
	z-index:999;
}

.hideBox {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(30px); /* নিচে স্লাইড হয়ে লুকাবে */
}
.nav {
    justify-content: center;
}
