body {font-family: "Roboto", serif;line-height: 1.5; background: url(../images/main-bg.jpg) repeat #fff;}
html {font-size: 16px;}

/* global */
:root{
    --theme-font: 'Roboto', sans-serif;
    --secondary-font : 'Roboto', sans-serif;
    /* --sidebar-hover-width: 16.563rem; */
    
    /* colors */
    --grey-color:#f6f6f6;
    --grey-color-dark:#383838;

    --white: hsl(0, 0%, 100%);
    --white10: hsla(0, 0%, 100%, 0.01);
    --white20: hsla(0, 0%, 100%, 0.02);
    --white30: hsla(0, 0%, 100%, 0.03);
    --white40: hsla(0, 0%, 100%, 0.04);
    --white50: hsla(0, 0%, 100%, 0.05);
    --white100: hsla(0, 0%, 100%, 0.10);
    --white200: hsla(0, 0%, 100%, 0.20);
    --white300: hsla(0, 0%, 100%, 0.30);
    --white400: hsla(0, 0%, 100%, 0.40);
    --white500: hsla(0, 0%, 100%, 0.50);
    --white600: hsla(0, 0%, 100%, 0.60);
    --white700: hsla(0, 0%, 100%, 0.70);
    --white800: hsla(0, 0%, 100%, 0.80);
    --white900: hsla(0, 0%, 100%, 0.90);
    
    --black: hsl(0, 0%, 0%);
    --black10: hsla(0, 0%, 0%, 0.01);
    --black20: hsla(0, 0%, 0%, 0.02);
    --black30: hsla(0, 0%, 0%, 0.03);
    --black40: hsla(0, 0%, 0%, 0.04);
    --black50: hsla(0, 0%, 0%, 0.05);
    --black100: hsla(0, 0%, 0%, 0.10);
    --black200: hsla(0, 0%, 0%, 0.20);
    --black300: hsla(0, 0%, 0%, 0.30);
    --black400: hsla(0, 0%, 0%, 0.40);
    --black500: hsla(0, 0%, 0%, 0.50);
    --black600: hsla(0, 0%, 0%, 0.60);
    --black700: hsla(0, 0%, 0%, 0.70);
    --black800: hsla(0, 0%, 0%, 0.80);
    --black900: hsla(0, 0%, 0%, 0.90);
    
    /* --theme-color: hsl(160, 48%, 49%); */
    --theme-color:rgb(226, 73, 67);
    --theme-color-black:#040707;
    --theme-color10: rgba(226, 73, 67, 0.01);
    --theme-color20: rgba(226, 73, 67, 0.02);
    --theme-color30: rgba(226, 73, 67, 0.03);
    --theme-color40: rgba(226, 73, 67, 0.04);
    --theme-color50: rgba(226, 73, 67, 0.05);
    --theme-color100: rgba(226, 73, 67, 0.10);
    --theme-color200: rgba(226, 73, 67, 0.20);
    --theme-color300: rgba(226, 73, 67, 0.30);
    --theme-color400: rgba(226, 73, 67, 0.40);
    --theme-color500: rgba(226, 73, 67, 0.50);
    --theme-color600: rgba(226, 73, 67, 0.60);
    --theme-color700: rgba(226, 73, 67, 0.70);
    --theme-color800: rgba(226, 73, 67, 0.80);
    --theme-color900: rgba(226, 73, 67, 0.90);
    
    --secondary-color: rgb(252, 200, 131);
    --secondary-color: rgba(252, 200, 131, 0.01);
    --secondary-color: rgba(252, 200, 131, 0.02);
    --secondary-color: rgba(252, 200, 131, 0.03);
    --secondary-color: rgba(252, 200, 131, 0.04);
    --secondary-color: rgba(252, 200, 131, 0.05);
    --secondary-color: rgba(252, 200, 131, 0.10);
    --secondary-color: rgba(252, 200, 131, 0.20);
    --secondary-color: rgba(252, 200, 131, 0.30);
    --secondary-color: rgba(252, 200, 131, 0.40);
    --secondary-color: rgba(252, 200, 131, 0.50);
    --secondary-color: rgba(252, 200, 131, 0.60);
    --secondary-color: rgba(252, 200, 131, 0.70);
    --secondary-color: rgba(252, 200, 131, 0.80);
    --secondary-color: rgba(252, 200, 131, 0.90);
    
    --text-color: #343438;
    --danger: #FF0000;
    /* colors end */
    --theme-color-grey:#edebe5;
    }
    .theme_color_yellow {color: var(--theme-color-yellow);}
    .font10{font-size: 0.625rem;}/*10px*/
    .font11{font-size: 0.688rem;}/*11px*/
    .font12{font-size: 0.750rem;}/*12px*/
    .font13{font-size: 0.813rem;}/*13px*/
    .font14{font-size: 0.875rem;}/*14px*/
    .font15{font-size: 0.938rem;}/*15px*/
    .font16{font-size: 1.000rem;}/*16px*/
    .font17{font-size: 1.063rem;}/*17px*/
    .font18{font-size: 1.125rem;}/*18px*/
    .font19{font-size: 1.188rem;}/*19px*/
    .font20{font-size: 1.250rem;}/*20px*/
    .font21{font-size: 1.313rem;}/*21px*/
    .font22{font-size: 1.375rem;}/*22px*/
    .font23{font-size: 1.438rem;}/*23px*/
    .font24{font-size: 1.500rem;}/*24px*/
    .font25{font-size: 1.563rem;}/*25px*/
    .font26{font-size: 1.625rem;}/*26px*/
    .font27{font-size: 1.688rem;}/*27px*/
    .font28{font-size: 1.750rem;}/*28px*/
    .font29{font-size: 1.813rem;}/*29px*/
    .font30{font-size: 1.875rem;}/*30px*/
    .font31{font-size: 1.938rem;}/*31px*/
    .font32{font-size: 2.000rem;}/*32px*/
    .font33{font-size: 2.063rem;}/*33px*/
    .font34{font-size: 2.125rem;}/*34px*/
    .font35{font-size: 2.188rem;}/*35px*/
    .font36{font-size: 2.250rem;}/*36px*/
    .font37{font-size: 2.313rem;}/*37px*/
    .font38{font-size: 2.375rem;}/*38px*/
    .font39{font-size: 2.438rem;}/*39px*/
    .font40{font-size: 2.5rem;}/*40px*/
    .font45{font-size: 2.813rem;}/*45px*/
    .font46{font-size: 2.875rem;}/*46px*/
    .font48{font-size: 3rem;}/*48px*/
    .font49{font-size: 3.063rem;}/*49px*/
    .font50{font-size: 3.125rem;}/*50px*/
    .font54{font-size: 3.375rem;}/*54px*/
    .font55{font-size: 3.438rem;}/*55px*/
    .font58{font-size: 3.625rem;}/*58px*/
    .font60{font-size: 3.75rem;}/*60x*/
    .font63{font-size: 3.938rem;}/*63px*/
    .font64{font-size: 4rem;}/*64px*/
    .font65{font-size: 4.063rem;}/*65px*/
    .font74{font-size: 4.625rem;}/*74px*/
    .font80{font-size: 5rem;}/*80px*/
    .font88{font-size: 5.5rem;}/*88px*/
    .font108{font-size: 6.75rem;}/*108px*/
    
    
    .fw100{font-weight: 100!important;}
    .fw200{font-weight: 200!important;}
    .fw300{font-weight: 300!important;}
    .fw400{font-weight: 400!important;}
    .fw500{font-weight: 500!important;}
    .fw600{font-weight: 600!important;}
    .fw700{font-weight: 700!important;}
    .fw800{font-weight: 800!important;}
    .fw900{font-weight: 900!important;}
    
    .color_dark{color: var(--black)!important;}
    .color_dark10{color: var(--black10)!important;}
    .color_dark20{color: var(--black20)!important;}
    .color_dark30{color: var(--black30)!important;}
    .color_dark40{color: var(--black40)!important;}
    .color_dark50{color: var(--black50)!important;}
    .color_dark100{color: var(--black100)!important;}
    .color_dark200{color: var(--black200)!important;}
    .color_dark300{color: var(--black300)!important;}
    .color_dark400{color: var(--black400)!important;}
    .color_dark500{color: var(--black500)!important;}
    .color_dark600{color: var(--black600)!important;}
    .color_dark700{color: var(--black700)!important;}
    .color_dark800{color: var(--black800)!important;}
    .color_dark900{color: var(--black900)!important;}
    
    .color_light{color: var(--white)!important;}
    .color_light10{color: var(--white10)!important;}
    .color_light20{color: var(--white20)!important;}
    .color_light30{color: var(--white30)!important;}
    .color_light40{color: var(--white40)!important;}
    .color_light50{color: var(--white50)!important;}
    .color_light100{color: var(--white100)!important;}
    .color_light200{color: var(--white200)!important;}
    .color_light300{color: var(--white300)!important;}
    .color_light400{color: var(--white400)!important;}
    .color_light500{color: var(--white500)!important;}
    .color_light600{color: var(--white600)!important;}
    .color_light700{color: var(--white700)!important;}
    .color_light800{color: var(--white800)!important;}
    .color_light900{color: var(--white900)!important;}
    
    .color_theme{color: var(--theme-color)!important;}
    .color_theme10{color: var(--theme-color10)!important;}
    .color_theme20{color: var(--theme-color20)!important;}
    .color_theme30{color: var(--theme-color30)!important;}
    .color_theme40{color: var(--theme-color40)!important;}
    .color_theme50{color: var(--theme-color50)!important;}
    .color_theme100{color: var(--theme-color100)!important;}
    .color_theme200{color: var(--theme-color200)!important;}
    .color_theme300{color: var(--theme-color300)!important;}
    .color_theme400{color: var(--theme-color400)!important;}
    .color_theme500{color: var(--theme-color500)!important;}
    .color_theme600{color: var(--theme-color600)!important;}
    .color_theme700{color: var(--theme-color700)!important;}
    .color_theme800{color: var(--theme-color800)!important;}
    .color_theme900{color: var(--theme-color900)!important;}
    
    .color_theme_dark{color: var(--theme-color-dark)!important;}
    .color_theme_dark10{color: var(--theme-color-dark10)!important;}
    .color_theme_dark20{color: var(--theme-color-dark20)!important;}
    .color_theme_dark30{color: var(--theme-color-dark30)!important;}
    .color_theme_dark40{color: var(--theme-color-dark40)!important;}
    .color_theme_dark50{color: var(--theme-color-dark50)!important;}
    .color_theme_dark100{color: var(--theme-color-dark100)!important;}
    .color_theme_dark200{color: var(--theme-color-dark200)!important;}
    .color_theme_dark300{color: var(--theme-color-dark300)!important;}
    .color_theme_dark400{color: var(--theme-color-dark400)!important;}
    .color_theme_dark500{color: var(--theme-color-dark500)!important;}
    .color_theme_dark600{color: var(--theme-color-dark600)!important;}
    .color_theme_dark700{color: var(--theme-color-dark700)!important;}
    .color_theme_dark800{color: var(--theme-color-dark800)!important;}
    .color_theme_dark900{color: var(--theme-color-dark900)!important;}
    
    
    .bg_dark{background-color: var(--black)!important;}
    .bg_dark10{background-color: var(--black10)!important;}
    .bg_dark20{background-color: var(--black20)!important;}
    .bg_dark30{background-color: var(--black30)!important;}
    .bg_dark40{background-color: var(--black40)!important;}
    .bg_dark50{background-color: var(--black50)!important;}
    .bg_dark100{background-color: var(--black100)!important;}
    .bg_dark200{background-color: var(--black200)!important;}
    .bg_dark300{background-color: var(--black300)!important;}
    .bg_dark400{background-color: var(--black400)!important;}
    .bg_dark500{background-color: var(--black500)!important;}
    .bg_dark600{background-color: var(--black600)!important;}
    .bg_dark700{background-color: var(--black700)!important;}
    .bg_dark800{background-color: var(--black800)!important;}
    .bg_dark900{background-color: var(--black900)!important;}
    
    .bg_light{background-color: var(--white)!important;}
    .bg_light10{background-color: var(--white10)!important;}
    .bg_light20{background-color: var(--white20)!important;}
    .bg_light30{background-color: var(--white30)!important;}
    .bg_light40{background-color: var(--white40)!important;}
    .bg_light50{background-color: var(--white50)!important;}
    .bg_light100{background-color: var(--white100)!important;}
    .bg_light200{background-color: var(--white200)!important;}
    .bg_light300{background-color: var(--white300)!important;}
    .bg_light400{background-color: var(--white400)!important;}
    .bg_light500{background-color: var(--white500)!important;}
    .bg_light600{background-color: var(--white600)!important;}
    .bg_light700{background-color: var(--white700)!important;}
    .bg_light800{background-color: var(--white800)!important;}
    .bg_light900{background-color: var(--white900)!important;}
    
    .bg_theme{background-color: var(--theme-color)!important;}
    .bg_theme10{background-color: var(--theme-color10)!important;}
    .bg_theme20{background-color: var(--theme-color20)!important;}
    .bg_theme30{background-color: var(--theme-color30)!important;}
    .bg_theme40{background-color: var(--theme-color40)!important;}
    .bg_theme50{background-color: var(--theme-color50)!important;}
    .bg_theme100{background-color: var(--theme-color100)!important;}
    .bg_theme200{background-color: var(--theme-color200)!important;}
    .bg_theme300{background-color: var(--theme-color300)!important;}
    .bg_theme400{background-color: var(--theme-color400)!important;}
    .bg_theme500{background-color: var(--theme-color500)!important;}
    .bg_theme600{background-color: var(--theme-color600)!important;}
    .bg_theme700{background-color: var(--theme-color700)!important;}
    .bg_theme800{background-color: var(--theme-color800)!important;}
    .bg_theme900{background-color: var(--theme-color900)!important;}
    
    .bg_theme_dark{background-color: var(--theme-color-dark)!important;}
    .bg_theme_dark10{background-color: var(--theme-color-dark10)!important;}
    .bg_theme_dark20{background-color: var(--theme-color-dark20)!important;}
    .bg_theme_dark30{background-color: var(--theme-color-dark30)!important;}
    .bg_theme_dark40{background-color: var(--theme-color-dark40)!important;}
    .bg_theme_dark50{background-color: var(--theme-color-dark50)!important;}
    .bg_theme_dark100{background-color: var(--theme-color-dark100)!important;}
    .bg_theme_dark200{background-color: var(--theme-color-dark200)!important;}
    .bg_theme_dark300{background-color: var(--theme-color-dark300)!important;}
    .bg_theme_dark400{background-color: var(--theme-color-dark400)!important;}
    .bg_theme_dark500{background-color: var(--theme-color-dark500)!important;}
    .bg_theme_dark600{background-color: var(--theme-color-dark600)!important;}
    .bg_theme_dark700{background-color: var(--theme-color-dark700)!important;}
    .bg_theme_dark800{background-color: var(--theme-color-dark800)!important;}
    .bg_theme_dark900{background-color: var(--theme-color-dark900)!important;}
    .color_white {color: var(--white) !important; }
    .color_light_blue {color: var(--theme-color-light) !important;}

html {scroll-padding: var(--header-height);  }
.common_padding{ padding-block:5rem; }
.common_padding_sm{ padding-block:3rem; }
.heading_box { padding-bottom: 4rem !important; }
.heading_box .head_lg { font-size: 3.125rem; }
.accordion_content {display: none;}
ul {margin: 0; padding: 0; list-style: none;}
.tab_content:not(.active) { display: none;}
a {text-decoration: none;}

@font-face {
  font-family: Classyvogueregular;
  src: url(../fonts/Classyvogueregular.ttf);
  font-weight: 600;
}

.classyvogue{  font-family: Classyvogueregular;}
ul{margin: 0;}
p:nth-last-child(1){margin-bottom: 0;}
.clear-both{clear: both;}
.bold{font-weight: 700;}
.regular{font-weight: 400;}
a{color: inherit;}
a:hover{color: inherit;}
a:focus, button:focus, input:focus, .btn:focus, select:focus, select:focus-within, input:focus-within, textarea:focus {outline: none; }
.form-check-input:focus{box-shadow: none;}
::selection {color: var(--white);background: var(--theme-color);}
.bg-theme{background-color: var(--theme-color);}
p { line-height: 1.55;}
/* .container {max-width: calc(1280px + calc(calc(var(--bs-gutter-x) * .5) * 2));} */
.container-xl{max-width: 1800px;}

.link-cover{position: absolute; top: 0;left: 0; width: 100%; height: 100%; z-index: 1;}
.h-auto{height: auto!important;}
input{box-shadow: none!important;}
.secondary-font{font-family: var(--secondary-font);}
.text-white{color:var(--white)}
.text-theme{color: var(--theme-color)!important;}
.text-secondary{color:var(--secondary-color-text)!important;}
.uppercase{text-transform: uppercase;}
.bg-theme{background-color: var(--theme-color); color: var(--white);}
.bg1{background-color: var(--theme-color-light); color: var(--white);}
a:-webkit-any-link { color: inherit; }
/* global end */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}

/* Firefox */
input[type=number] {-moz-appearance: textfield;}

.btn_theme { display: inline-block;   background-color: var(--theme-color); color: var(--white)!important; border-radius: 0; 
  padding: 1rem 2.1rem;border-radius: 10px; border: solid 1px var(--theme-color-light); text-transform: uppercase; font-weight: 500; font-size: 1rem; transition: 0.5s;}
.btn_theme svg { width: 20px; margin-left: 0.5rem;  }
.btn_theme svg polygon {fill: var(--white); transition: 0.5s;}
.btn_theme:hover svg polygon { fill: var(--theme-color);}
.btn_theme:hover { background-color: transparent; color: var(--theme-color) !important; }
.btn_theme.btn_theme_light { background-color: var(--theme-color-light); }
.btn_theme.btn_theme_light:hover { background-color: transparent; color: var(--theme-color-light);}

.btn_theme_sm.pdf_btn{border-radius: 7px;padding: 0.4rem 1rem 0.4rem 0.5rem;border-width: 1.5px;}
.btn_theme_sm.pdf_btn svg {width: 20px;}
.btn_yellow.pdf_btn .pdf_btn_svg {background-color: var(--theme-color-yellow);}

.btn_theme_sm.pdf_btn:hover {background-color: var(--theme-color-yellow) !important; }



.btn_yellow svg { width: 20px; margin-left: 0.5rem;  }
.btn_yellow svg polygon {fill: var(--theme-color); transition: 0.5s;}
.btn_yellow:hover { background-color: transparent; color: var(--theme-color-yellow) !important;}
.btn_yellow:hover  polygon {fill: var(--theme-color-yellow);}
.pdf_btn {    padding: 0.6rem 1.5rem 0.6rem 1rem;  width: max-content;   border: solid 2px var(--theme-color-yellow);}
.pdf_btn img {    margin-right: 0.5rem;}

.btn_yellow { display: inline-block;  transition: 0.5s;   background-color: var(--theme-color-yellow); color: var(--theme-color)!important; border-radius: 0; padding:1rem 2.1rem; border-radius: 10px; text-transform: uppercase; font-weight: 500; font-size: 1rem; border: solid 1px var(--theme-color-yellow);}


.theme_btn { display: inline-block; position: relative;  transition: 0.5s;color: var(--white) !important;font-weight: 300; border-radius: 100px;background: var(--theme-color); padding:0.7rem 2.1rem; font-size: 1rem; border: solid 1px var(--white); --leftside: 100%;
  --right-side: 100%;clip-path: polygon(0 0, var(--leftside) 0, var(--leftside) 2px, var(--right-side) 2px, var(--right-side) 0, 100% 0, 100% 100%, 0 100%);border-radius: 100px;}

  .theme_btn:after {content: ''; width: 0%; top: 0; left: 0; transition: 0.5s; height: 100%; background-color: var(--theme-color-black); transition: 0.5s; position: absolute; z-index: -1;border-radius: 100px;}
  .theme_btn:hover:after {width: 100%;}
.btn_theme_sm {padding:0.8rem 1.5rem; margin-top: 2rem; display: inline-block;   font-size: 0.813rem;}
/* .btn:hover {background-color: transparent; color: var(--theme-color-light) !important; border: solid 1px var(--theme-color-light) !important; } */
.theme_btn:hover {color: var(--white) !important; --leftside: 80%;}
.btn_space { margin-top: 3rem;}


.btn_outline { background-color: transparent; border-color: var(--theme-color); color: var(--theme-color) !important; }
.btn_outline:hover { background-color: var(--theme-color100); border-color: currentColor; color: currentColor;}
.btn_lg { font-size: 1.2rem; padding: 0.4rem 1.9rem; }
.section_heading { text-align: center; margin-bottom: 0; }
[data-dropdown_btn]>*{pointer-events: none;}


.pdf_btn .pdf_btn_svg {position: relative;display: inline-flex; background-color: var(--white); border-radius: 6px; padding: 0.2rem; margin-right: 0.8rem; transition: 0.5s;}

/* .btn_yellow .pdf_btn_svg:before { position: absolute; content: ''; width: 76%; height: 75%; left: 50%; top: 50%; transform: translate(-50%, -50%); background: var(--theme-color) } */
.pdf_btn svg { width: 25px; margin-left: 0;color: #fff; position: relative;}
.pdf_btn svg path {fill: var(--theme-color);}
.pdf_btn {display: flex !important; align-items: center;}
.pdf_btn:hover  .pdf_btn_svg  { background-color: var(--theme-color-yellow); }
.pdf_btn_icon .pdf_btn_svg  {     margin-right: 0rem;}
.pdf_btn_icon.pdf_btn { padding: 0.5rem;      margin-top: 0.5rem;      margin-right: 0.5rem; display: inline-block !important;}
.pdf_btn_icon.pdf_btn:last-child { margin-right: 0 !important; } 
/* header */
/* header {position: fixed;top: 0;left: 0;width: 100%;transition: all ease 0.5s; z-index: 92; } */
header { top: 0; left: 0; width: 100%; transition: all ease 0.5s; z-index: 92; position: fixed; background-color: #0000; }
.header-top .headtop_inner {max-width: 50rem;display: flex;justify-content: flex-end;padding:0px 12px;margin-left: auto;align-items: center;}
.scrolling-down { background-color: var(--theme-color);}
.bottom_header a.header_logo {transform: translate(0px, 0px);position: absolute;top: 5px;}
.sml-header .header_logo img {}
/* .sml-header .top_nav>li>a { color: var(--theme-color);} */
/* .sml-header .top_nav>li>a{color: var(--white);} */
.header_right { display: flex; align-items: center; margin-left: auto; }
.header_right ul { padding: 0; margin: 0; list-style: none; display: flex; align-items: center; }
.header_right>nav>ul>li {margin-left: 2.8rem;font-size: 1.375rem;}
.sml-header { background-color: var(--white); box-shadow: 0 0 50px #0000001a; background-color: var(--grey-color-dark);}
.sml-header {    transform: translateY(-50px);}
.header-top .headtop_inner .phone_number {padding-right: 15px;}
.phone_number a {color: var(--primary-color);}
.phone_number a:hover {color: var(--theme-color);}
.phone_number a i {color: var(--theme-color);}
.sml-header .header_right nav, .inner_page .header_right nav { font-weight: 500; }
.sml-header .header_right, .inner_page .header_right{ color: var(--black900); }
.sml-header .nav_menu span, .inner_page .nav_menu span{ background-color: var(--black); }
.header_logo img:nth-child(2){display: none;}
.top-header { background-color: var(--white); padding-inline: 5rem;}
.ftr_social_icons ul {padding: 0;display: flex;list-style: none;}
.ftr_social_icons ul li {padding: 0 0.5rem;}
.ftr_social_icons ul li a {transition: 0.5s;}
.ftr_social_icons ul li a:hover {transition: 0.5s; color: var(--theme-color);}
.ftr_social_icons ul li:last-child {padding-right: 0;}
.header-top .headtop_inner .ftr_social_icons ul li a img {max-width: 18px;}
/* .sml-header .header_logo img:nth-child(2){display: block;}
.sml-header .header_logo img:nth-child(1){display: none;}
.inner_page .header_logo img:nth-child(2){display: block;}
.inner_page .header_logo img:nth-child(1){display: none;} */
/* .sml-header:not(.scrolling-down) { transform: translateY(calc(0px - var(--top-header-height))); box-shadow: 0 0 40px var(--black100); }

.scrolling-down {
transform: translateY(calc(-100% - 2.2rem));
} */
/* .sml-header.scrolling-up {
transform: translateY(-3.1rem);
} */
/* body {
padding-top: var(--header-height);
} */


/* TOP HEDER CSS SRMU START */
.top_header { background-color: var(--theme-color-black);     }
.top_header .left_side { font-size: 0.859rem;}
.list_right { list-style: none; display: flex; }
.top_header a {color: var(--white);}
.top_header .top_list a { text-transform: uppercase; }
.top_header .top_list:hover a { opacity: 0.5;}
.top_list a:hover {opacity: 1 !important;}
.top_list li { padding: 0 0.7rem; position: relative;}
.top_list li:after { width: 1px; height: 55%; background-color: var(--white); content: ''; position: absolute; top: 6px; right: 0; }
.top_list {list-style: none; display: flex;margin: 0 -0.7rem;padding: 0; align-items: center;}
.top_list a {transition: 0.5s; font-size: 0.875rem; }
.top_list .btn { background-color: var(--theme-color-light); }
.top_list li:last-child:after {display: none;}
.right_side .list_right {margin: 0 -0.7rem;}
.right_side .list_right li {  position: relative;  padding: 0 1.5rem;  display: flex; align-items: center;}
.right_side .list_right li:nth-child(4) {padding-right: 0;
  border-left: solid 1px #ccc;
  padding-left: 0;}
.right_side .list_right li:last-child { padding-left: 0;}
.top_header .right_side { position: relative; }
.right_side .list_right li:first-child:after {width: 1px; height: 100%;
   background-color: #1f2121; content: ''; position: absolute; top: 0px; right: 0;}
.right_side .list_right li a {font-size: 0.859rem;}
.right_side .list_right li .header_btn:after {content: "\f0a4";      font-family: "Font Awesome 6 Free"; font-size: 15px; display: flex; align-items: center; justify-content: center; position: absolute; top: 0; right: -30px; width: 30px; height: 100%; background-color: rgba(255, 255, 255, 0.3); border-radius: 0px 6px 6px 0px; transition: all 0.2s linear 0s; text-align: center; }
/* .right_side .list_right li .header_btn:hover {    text-indent: -30px;} */
.right_side .list_right li .header_btn:hover:after { right: 0;
  text-indent: 0px;}

.call_in {display: flex; align-items: center;}
.call_in div:first-child { margin-right: 0.5rem;}
.header_btn {background-color: var(--theme-color);
   text-transform: uppercase;padding: 0.875rem 2.5rem; display: block; font-size: 0.875rem !important;  position: relative;
    color: var(--white) !important; transition: 0.5s;  overflow: hidden; }
/* .header_btn:hover { background-color: #d89e0e; } */
.top_header .list_right:hover a { opacity: 0.5;}
.list_right a:hover {opacity: 1 !important;}

.header_btn_call {background-color: var(--white); text-transform: uppercase;padding: 0 1rem; display: flex; height: 100%; align-items: center; transition: 0.5s; text-transform: capitalize;  }
.header_btn_call span {display: block;}
/* TOP HEDER CSS SRMU END */

/* TOP MENU HEDER CSS SRMU START */
.bottom_header {  background-color:var(--white); /* border-bottom: solid 1px var(--white);*/padding-block: 0.5rem; }
/* .sml-header .bottom_header {background-color: rgb(248 240 217)} */
.top_nav {display: flex;list-style: none;padding-left: 0; }
.bottom_header .header_logo img {width:120px;}
.sml-header .bottom_header .header_logo img {width: 100px;padding: 0.2rem 0;transition: 0.5s; position: relative;top: 8px;}
.sml-header .bottom_header .header_logo {position: static;transition: 0.5s; }
/* .sml-header .bottom_header {padding-top: 15px;} */
/* header end */
.close_menu_large {background: var(--theme-color-light); display: none; padding: 0.5rem; border-radius: 1px;      position: absolute;
  right: 1rem;
  top: 4px; display: none; }
.close_menu_large img {height: 15px;}
.menu_option,.search_option{position:relative}
.header-nav,.side_options{display:flex}
.header-nav{align-items:center}
.top_nav>li>a{ padding: 0.5rem 1rem;color:var(--black);font-size: 1.1rem; display: block;transition: 0.5s; width: 100%;}
.top_nav>li>a>span { position: relative; display: inline-block; padding: 0 0.2rem; }
.top_nav>li>a>span:after { background-color: var(--white); transition: 0.5s; content: ''; width: 0%; height: 100%; position: absolute; top: 0; left: 0;     z-index: -1;}
.top_nav>li>a:hover>span:after { width: 100%;}
.top_nav>li>a:hover { color: var(--theme-color);transition: 0.5s;}
.top_nav > li>a:before { content: ""; display: block; position: absolute; left: 0; right: 0; bottom: -9px; height: 3px; margin: 0 5px;background: var(--theme-color); -webkit-transition: 0.3s; -webkit-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; padding: 1px; opacity: 0; }
.top_nav > li:hover > a::before { height: 3px; margin: 0 5px;background: var(--theme-color); -webkit-transition: 0.3s; -webkit-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; padding: 1px; opacity: 1; }

.top_nav > li>a.active::before { height: 3px; margin: 0 5px; background: var(--theme-color); -webkit-transition: 0.3s; -webkit-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; padding: 1px; opacity: 1; }

/* .top_nav > li:last-child > a { padding-right: 0;} */
/* .sub_menu li:last-child a{border:0} */
.round_btn{--size:2.563rem;width:var(--size);height:var(--size);background-color:var(--theme-color);border:none;color:var(--white);border-radius:50%;padding-top:2px;margin-left: 2rem;}
.menu_btn{width:2.438rem;cursor:pointer;margin-left:1.2rem}
.side_options{align-items:center}
.sub_menu{position:absolute;left:0;top:100%;padding:0;width:100%;list-style:none;background-color: var(--white);min-width:17.5rem;transform: translateX(0%) translateY(6rem);opacity: 0;pointer-events: none;box-shadow: 0 0 30px var(--black50);/* border-radius: 0.5rem; */transition: all ease 0.5s;z-index: 1;   border-radius: 8px;}
.sub_menu li:hover > a { color: var(--theme-color-light);
  border-left: solid 5px var(--theme-color-yellow);
  border-top-left-radius: 4px; 
  border-bottom-left-radius: 0px;}
.sub_menu a{border-bottom:1px solid var(--black100);padding:0.8rem 1.1rem; display: flex; /*border-left: solid 5px transparent;*/ align-items: center; justify-content: space-between;}
.sub_menu a .menu_icon { position: relative; top: -1px; margin-right: 0.938rem;}

.mobile_view {display: none;}
.sub_menu a:before{display:none}
.sub_menu a:hover span{color: var(--theme-color);}
.has_submenu .sub_menu .sub_menu {
  background-color:var(--white);
  top: 0;
  left: 100%;
  padding: 0;
  margin: 0;
}

.menu_icon_angle { height: 8px; width: 8px; border: solid 2px var(--black600);display: inline-block;     transform: rotate(136deg); border-left: 0; border-bottom: 0; transition: 0.5s; }

.sub_menu li:hover a .menu_icon_angle { transform: rotate(45deg); }
.top_nav > .has_submenu > .sub_menu:after {height: 15px; width: 15px; background-color: #fff; position: absolute; top: -7px; left: 50px;content: ''; transform: rotate(45deg); }
.top_nav li:not(.has_submenu) .menu_icon_angle  { display: none;}
/* .sub_menu:before {content: '';  position: absolute; top: -11px; left: 25px; transform: rotate(45deg); z-index: -1; border: 11px solid green; border-bottom-color: transparent; border-right-color: transparent; } */
.has_submenu:hover>a:after{transform:rotate(180deg)}
.top_nav li {position: relative;}
@media(min-width:992px){
.has_submenu:hover>.sub_menu{opacity:1;transform:translateX(0%) translateY(0);pointer-events: all;}
.top_nav > li {   }
.top_nav > li:last-child .has_submenu:hover >.sub_menu {   }
.caret_icon_mob { display: none;}
}
.top_nav > li:last-child .has_submenu .sub_menu  {  left: -100%;}
/* .program_menu_main:after {height: 15px; width: 15px; background-color: #fff; position: absolute; top: -7px; right: 37rem; content: ''; transform: rotate(45deg);} */
.caret_icon { height: 15px; width: 15px; background-color: var(--theme-color-yellow); position: absolute; top: 3.13rem; right: 3rem; content: ''; transform: rotate(45deg); z-index: -1; }

.ddp-click {display: none;}


.program_menu_main { position: absolute;
  top: calc(var(--header-height) + -15px);
  background: var(--white);
  /* margin: 0 3rem; */
  border-radius: 8px;
  border-top: solid 4px var(--theme-color-yellow);
  border-bottom: solid 4px var(--theme-color-light);
  padding: 2rem 4rem;
  max-height: calc(100vh - var(--header-height));
  overflow: auto;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 5rem);}
  /* .program_menu_inner {    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.875rem} */
    .program_menu_inner {-webkit-column-width: 280px; -moz-column-width: 280px; column-width: 280px; -webkit-column-count: 3; -moz-column-count: 3; column-count: 4; -webkit-column-gap: 20; -moz-column-gap: 20; column-gap: 20;}
    .program_menu_program_type {page-break-inside: avoid;     margin-bottom: 2rem;}
    .program_menu_inner .program_menu_program_type:nth-child(4),
    .program_menu_inner .program_menu_program_type:nth-child(5),
     .program_menu_inner .program_menu_program_type:nth-child(5),   
    .program_menu_inner .program_menu_program_type:nth-child(6),
    .program_menu_inner .program_menu_program_type:nth-child(7)
    { margin-bottom: 1rem; }
 


  .menu_title { font-size: 1.125rem;margin-bottom: 0.6rem; font-weight: 500; color: var(--theme-color-light); border-radius: 5px; padding: 0.5rem 1rem; display: inline-block; transition: 0.5s; }
  .disciplines_menu {width: max-content; }
  .disciplines_menu a {border-radius: 5px; padding: 0.5rem 1rem; display: block; transition: 0.5s; border: solid 1px transparent;}
  .disciplines_menu:hover a { color: var(--theme-color-light); border: solid 1px var(--theme-color-yellow);     -webkit-text-stroke-width: 0.3px; }
  .program_menu_program_type:hover .menu_title  { background-color: var(--theme-color-yellow); color: var(--black); }
  .program_menu_main { transition: 0.5s; transform: translateX(-50%) translateY(10rem); opacity: 0; pointer-events: none; } 
  .program_menu_main.active { transform: translateX(-50%); opacity: 1; pointer-events: all; } 
  .program_menu_main:before { content: ""; position: absolute; left: 0; background: transparent; width: 100%; height: 23rem; bottom: 100%; }
  .caret_icon { transform: translateY(10rem) rotate(45deg); transition: 0.5s; opacity: 0; clip-path: polygon(100% 0, 0 0, 0 100%); }
.active .caret_icon { opacity: 1; transform: translateY(0) rotate(45deg); }
/* .header_search { background-color: #eff6f2; position: relative; height: 2.75rem;  border-radius: 3rem; }
.header_search input { border:solid 1px #dce5e0; border-radius: 3rem;min-width: 13.714rem; width: 13.714rem; height: 100%;     padding-right: 3rem;}
.bannerSlider .swiper-slide { overflow: hidden;}
.header_search >i { position: absolute; top:0.75rem; right: 1.25rem;} */


.main_banner{ position: relative; margin-top: calc(var(--header-height) - 1px);}
.main_banner button { all:unset; cursor: pointer;}
.main_banner .btn_yellow {     margin-top: 1rem;
  display: inline-block;;}
.main_banner .swiper-pagination-bullet {height: 13px !important; width: 13px !important; border: solid 1px #fff; opacity: 1; background: transparent; }
.main_banner .swiper-pagination-bullet-active { background-color: #fff !important;}
.main_banner .swiper-pagination { display: flex; color: var(--white);   position: static; }
.main_banner .swiper-pagination .swiper-pagination-bullet:not(:last-child) { margin-bottom: 0.8rem !important; }
.bannerSlider .swiper-wrapper{height: 85vh !important;}
.banner_wrapper { display: flex; }
.banner_content .font80 {text-transform: uppercase;line-height: 1.1;}
.banner_content>.font16:first-child{margin-bottom:.5rem;position:relative;display:flex;align-items:center}
.banner_content>.font16:first-child:before{content:"";display:block;width:3.6rem;height:1px;background-color:currentColor;margin-right:1rem}
.banner_img{margin-right:-6rem; padding-top: 0rem;max-width: calc(100% + 0rem); height: 100%; /*height: 100vh;*/}
.search-form{display:flex;position:relative;width:fit-content; margin: 0;}
.search-form .btn{background-color:var(--theme-color-black); color: var(--white); padding:.5rem;width:3.75rem;border-radius:0 5rem 5rem 0}
.search-form button[type=reset]{position:absolute;right:3.75rem;height:100%;padding:.6rem;border:none;background-color:transparent;transition:.5s;opacity:0;pointer-events:none}
.search-form input[type=search]{border:none;padding:0 2rem 0 1.9rem;border-radius:5rem 0 0 5rem;width:19.2rem}
.search-form input[type=search]:not(:placeholder-shown)+button{opacity:1;pointer-events:all}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration{display:none}
.banner { min-height: 35rem; height: calc(100vh - var(--header-height)); display: flex; 
align-items: center; position: relative;  }
.banner .swiper-slide { display: flex; align-items: center; }

.main_banner .custom-pagination {     width: 13rem;
  display: flex; color: var(--white);
  align-items: center;}
  .main_banner .progress {       width: 100%;
    margin: 0 0.5rem; height: 5px;}
    .progress-bar { background-color: var(--theme-color-black);}

/* BANNER CSS */
/* .bannerSlider .banner_img { height: calc(100vh - var(--header-height)); width: 100%; object-fit: cover; min-height: 28.125rem;} */

.bannerSlider .banner_img {image-rendering: -webkit-optimize-contrast;
  width: 100%;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* object-fit: scale-down;  */

}

.bannerSlider .swiper-slide { position: relative;}
/* .bannerSlider .swiper-slide:after {position: absolute; top: 0; left: 0; width: 100%;  height: 100%; background-color: rgba(7, 9, 50, 0.50); content: '';  } */
.banner_content {position: absolute; bottom: 5%; left: 0; transform: translate(0%, -0%);text-align: center; color: var(--white);z-index: 1;width: 100%;}
/* .banner_content .btn { background-color: var(--white); color: var(--theme-color) !important; padding: 0.5rem 2rem; transition: 0.5s;}
.banner_content .btn:hover { background-color: var(--theme-color); color: var(--white) !important;  } */
.banner_content .text_lg {line-height: 1.2;font-family: Classyvogueregular;padding-block: 0.5rem;}
.banner_content .text_sm {  line-height: 1.526; }
.bannerSlider .ep-arrows { width: 100%; justify-content: center; display: flex; position: static;  justify-content: flex-end;transform: translateY(0); }
.slider_btn {position: absolute; right: 0; width: 100%; bottom: 2rem;z-index: 1;}
.bannerSlider .ep-arrows>button { background-color: transparent; transition: 0.5s;}
.bannerSlider .ep-arrows>button:hover { transform: scale(1.2); }
.bannerSlider .ep-prev { margin-left: 1rem;  }
.addbox { margin-bottom: 0.5rem;}
.banner_content_inner { width: 100%; max-width: 50rem; color: var(--white);margin: 0 auto;}
.location_header svg, .top_header svg { height: 1rem;}
.top_header svg  {top: -2px; position: relative;}

.bannerSlider .ep-arrows> button { height: 3.125rem; width: 3.125rem; border-radius: 50px; background-color: #c5c5c5; display: flex; align-items: center; justify-content: center;}
.bannerSlider .ep-arrows img { height: 24px;}

/* TOP MENU HEDER CSS SRMU END */

/* GO TO BOTTOM START */
.go_bottom_wrap {text-align: center; }
.go_bottom {  }
.go_bottom img {margin-top: -60px;
  position: relative;
  z-index: 1; cursor: pointer;text-align: center;}
/* GO TO BOTTOM END */

.maxwidth695{max-width: 43.438rem;}
.heading_wrap .heading_sm  {color: #777777;}
.heading_link_wrap {justify-content: space-between; align-items: center;}
.heading_link_wrap .link_arrow {display:flex; transition: 0.5s;}
.heading_link_wrap .link_arrow:hover svg { transform: translateX(-5px); }
.heading_link_wrap .link_arrow span {white-space: nowrap;    text-transform: uppercase;}
.heading_link_wrap .link_arrow svg {width: 2.813rem;  transition: 0.5s;   margin-left: 1rem;}

.links_mob_btn_sm {display: inline-block;}

.mob_link { margin-top: 2rem; position: relative; z-index: 1; display: none;}
.mob_link .link_arrow {display:flex; transition: 0.5s;    justify-content: center;}
.mob_link .link_arrow:hover svg { transform: translateX(-5px); }
.mob_link .link_arrow span {white-space: nowrap;    font-weight: 600;    text-transform: uppercase;}
.mob_link .link_arrow svg {width: 2.813rem;  transition: 0.5s;   margin-left: 1rem;}


.heading_wrap { margin-bottom: 3rem;}
.heading_wrap .sec_head {margin-bottom: 0;}
.heading_wrap .heading_sm.heading_border:before {content: ''; display: inline-block; width: 10rem; height: 1px;
   background-color: #c0bfbe;     margin-right: 1rem;} 

   .heading_wrap .heading_sm.heading_border.color_dark:before  {    background-color: #000;}

.heading_wrap.color_white .heading_sm { color: var(--white) !important;}
.sec_head.heading_border { width: max-content; padding: 0 1rem; margin: 0 auto; position: relative; }
.sec_head.heading_border:after { content: ''; display: inline-block; width: 10rem; height: 1px; background-color: #ccc; position: absolute; left: 100%; top: 2rem;}
.sec_head.heading_border:before { content: ''; display: inline-block; width: 10rem; height: 1px; background-color: #ccc; position: absolute; right: 100%; top: 2rem;}



/* ABOUT US HOME START */
.facts_home_wrap { background-color: #f6f6f6;}
.heading_with_para { display: flex; justify-content: space-between; flex-wrap: wrap;}
.heading_with_para >div { width: 48%; }
.sec_head { font-size: 2.813rem;  line-height: 1.2; color: #000;  font-family: Classyvogueregular;margin-bottom: 1.5rem;}
.sec_head p {line-height: 1.1;}
.list_fact { list-style: none; margin: 4rem 0 0 0; display: flex; gap: 0 1rem; padding: 0; }
.list_fact li {flex: 1;}
.home_factbox { background-color: #000; transition: 0.5s;        background-size: cover;  height: 100%;   overflow: hidden; position: relative; padding: 1.5rem 1rem 1rem 1rem; border-radius: 10px; color: #fff; }
.home_factbox:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;     background-color: #000000a6;  }
.home_factbox_inner { position: relative; z-index: 1;}
.home_factbox_inner .text {color: var(--white);}
.home_factbox .icon { height: 4.375rem; width: 4.375rem; display: inline-flex; align-items: center; justify-content: center; }
.home_factbox .icon img { transition: 0.5s;}
.home_factbox .title { font-size: 2.813rem; font-weight: 500; font-family: Classyvogueregular;}
.list_fact li:first-child .home_factbox { background-color: #0e0e0e;}
.list_fact li:nth-child(2) .home_factbox { background-color: #1b1b1b;}
.list_fact li:nth-child(3) .home_factbox { background-color: #4c4c4c;}
.list_fact li:nth-child(4) .home_factbox { background-color: #a0a0a0;}
.list_fact li:nth-child(5) .home_factbox { background-color: #d1af78;}
/* .home_factbox:hover .icon img { transform: scale(1.3) rotate(5deg); } */

.about_home_inner {display: flex; justify-content: space-between;align-items: center; background: #FAF6F1;}
.about_home_inner >div { width: 49%;}
.about-pagination .swiper-pagination-bullet {
  width: 12px;
  transition: 0.5s;
  opacity: 1 !important;
  height: 12px;
  background-color: #929292;

}
.about-pagination { position: absolute; z-index: 1;     text-align: center;}
.about-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 52px;
border-radius: 10px; background-color: var(--white); }
.about_home_wrap .right_side { position: relative;margin-left: 5rem;}
/* .about_home_wrap .aboutHomeSlider{position: absolute;bottom: 7%;width: 86%;} */
.about_home_wrap .aboutHomeSlider img {width: 100%;object-fit: cover; aspect-ratio: 490 / 400;}
.content-side {padding: 0 2rem;}
/* ABOUT US HOME END */


.about_agakhan_trust { background-size: 100% 100%; background-attachment: fixed; position: relative;}
.about_agakhan_trust:before { content: ''; display: inline-block; position: absolute; top: 0; left: 0; width: 50%; height: 100%; background-color: rgba(0, 0, 0, 0.7); }
.about_home_inner .favimg img {width: 55px;}
.about_agakhan_trust_inner >div { width: 50%; position: relative;}
.about_agakhan_trust_inner .about_home_right { padding-left: 4rem; }
.about_agakhan_trust_inner .about_home_right_bg { background-color: #ffffffc4; padding: 1rem;width: calc(85% + var(--white-space)); }
.about_agakhan_trust_inner  .about_home_right_inner { border: solid 1px #a6a3a0; padding: 4rem;      font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -1px;     position: relative;
  line-height: 1.3;}
  .about_agakhan_trust_inner  .about_home_right_inner svg { position: absolute; width: 16%; top: 2rem; left: 2rem; z-index: -1;} 
.about_agakhan_trust_inner .quote_content{margin-top: 2rem;}
.about_agakhan_trust_inner .quote_content .lg_text:before {    content: ''; display: inline-block; width: 3rem; height: 2px; background-color: var(--theme-color-black); position: relative; top: 8px; margin-right: 1rem; } .about_agakhan_trust_inner .quote_content .lg_text  {display: flex; align-items: flex-start;} .about_agakhan_trust_inner .quote_content .sm_text { padding-left: 4rem;} 
.about_agakhan_trust_inner .about_home_left_inner { padding-right: 4rem; }
.home_project_inner {display: flex; justify-content: space-between;}
.home_project_inner > div {  width: 48%;}
.about_agakhan_trust_inner .about_home_left_inner .theme_btn {color: var(--white) !important; border-color:var(--white)}
.about_agakhan_trust_inner .about_home_left_inner .theme_btn:after {background-color:var(--white) }
.about_agakhan_trust_inner .about_home_left_inner .theme_btn:hover { color: var(--theme-color-black) !important;}

.conservation_home  { background-repeat: no-repeat;background-size: cover; position: relative;}
.conservation_home .story_nav {position: absolute; top: 54%; right: 10%; z-index: 2; opacity: 0; transition: 0.5s; }

.conservation_home .container1:hover .story_nav  {opacity: 1;}

.conservation_home .storySwiper { padding-top: 3.5rem;}
.conservation_home .storySwiper img { border-radius: 20px; width: 100%;}
.conservation_home .slide_item { transition: 0.5s;}
.conservation_home .storySwiper .swiper-slide { display: flex;
justify-content: end; align-items: flex-end; }
.conservation_home .storySwiper .swiper-slide-active .slide_item {width: calc(100% - var(--white-space)); aspect-ratio: 1/1;    }
.conservation_home .storySwiper .swiper-slide-active .slide_item  > img { height: 100%; object-fit: cover;}
.conservation_home .swiper-slide { height: auto; }
.conservation_home .slide_item { position: relative;
transition: 2s;
width: 100%;
}
/* .conservation_home .slide_item .conservation_data { position: absolute; opacity: 0; transition: 0.5s;   border-radius: 20px;overflow: hidden; bottom: 0; left: 0; color: var(--white); padding: 3rem;} */
/* .conservation_home  .title {    font-family: Classyvogueregular;} */
/* .conservation_data_inner { position: relative;} */
/* .conservation_home .slide_item .conservation_data:before { content: ''; position: absolute; bottom: 0; left: 0; background: linear-gradient(11deg, black, #00000080, #00000024, transparent, transparent); width: 100%; height: 271px; } */

  .conservation_home  .swiper-slide-next .slide_item {
    transform: translateY(-3.5rem);
}

.conservation_home  .swiper-slide-next  .conservation_data  { opacity: 1;}

.conservation_home .swiper_btn {height: 6.25rem; width: 6.25rem; border-radius: 50px; background-color: #d1af78c2; display: flex; align-items: center; justify-content: center;   transition: 0.5s;   margin-left: auto;}
.conservation_home .swiper_btn svg {     height: 2rem;}
.conservation_home .swiper_btn:hover { transform: scale(0.9); }
.qutb_shahi_home {background-attachment: fixed;    overflow: hidden; background-size: cover; height:100vh; position: relative; }
/* .qutb_shahi_home:before {    content: '';
  position: absolute;
  bottom: 0;
  left: 0;   background : -moz-linear-gradient(35.19% 122.96% 70deg,rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0) 91.06%);
  background : -webkit-linear-gradient(70deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 91.06%);
  background : -webkit-gradient(linear,35.19% 122.96% ,64.81% -22.96% ,color-stop(0,rgba(0, 0, 0, 1) ),color-stop(0.9106,rgba(0, 0, 0, 0) ));
  background : -o-linear-gradient(70deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 91.06%);
  background : -ms-linear-gradient(70deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 91.06%);
  height: 100%;
  width: 100%;
  background : linear-gradient(20deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 91.06%);
 
} */

.qutb_shahi_home .overlay { content: '';
  position: absolute;
  filter: blur(15px);
  bottom: 0;
  left: 0;   background : -moz-linear-gradient(35.19% 122.96% 70deg,rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0) 91.06%);
  background : -webkit-linear-gradient(70deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 91.06%);
  background : -webkit-gradient(linear,35.19% 122.96% ,64.81% -22.96% ,color-stop(0,rgba(0, 0, 0, 1) ),color-stop(0.9106,rgba(0, 0, 0, 0) ));
  background : -o-linear-gradient(70deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 91.06%);
  background : -ms-linear-gradient(70deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 91.06%);
  height: 100%;
  width: 100%;
  background : linear-gradient(20deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 91.06%);  }

.qutb_shahi_home_inner { position: relative; color: var(--white);    height: 100%;
  display: flex;     max-width: 50rem;
  flex-direction: column;
  justify-content: end;}
.qutb_shahi_home_inner .theme_btn { border-color: var(--white); color: var(--white) !important; width: max-content;   }


.key_attractions_gallery {display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(6, 6rem); grid-gap: 1rem; list-style: none; margin: 0; padding: 0;}
.keypattern_img { position: absolute; bottom: 0; left: 0;        max-width: 100%;
  height: 100%;
 }
.key_attractions_home { position: relative;}

.key_attractions_gallery li {background-color: red;}
.key_attractions_gallery .key_attractions_box, .key_attractions_gallery .images { height: 100%;}
.key_attractions_gallery .key_attractions_box { position: relative;}
.key_attractions_gallery .images img { display: block;}
.key_attractions_gallery .key_attractions_data {position: absolute; top: 10px; left: 10px; width: calc(100% - 20px); height: calc(100% - 20px); background: #00000080; display: flex; flex-direction: column; justify-content: center; text-align: center; padding: 1rem 2rem; color: var(--white); transition: 0.5s;  transform: scale(0);     backdrop-filter: blur(2px);}
.key_attractions_box:hover .key_attractions_data { transform: scale(1);}
.key_attractions_gallery .key_attractions_data .title{font-size: 1.5rem;}
.key_attractions_gallery .images img { height: 100%;    width: 100%; object-fit: cover;} 
.key_attractions_gallery li:first-child {grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 5;}
.key_attractions_gallery li:nth-child(2) {grid-column-start: 1; grid-column-end: 2; grid-row-start: 5; grid-row-end: 7;} 
.key_attractions_gallery li:nth-child(3) {grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 3;}
.key_attractions_gallery li:nth-child(4) {grid-column-start: 2; grid-column-end: 3; grid-row-start: 3; grid-row-end: 7;}
.key_attractions_gallery li:nth-child(5)  {grid-column-start: 3; grid-column-end: 4; grid-row-start: 1; grid-row-end: 5;}
.key_attractions_gallery li:nth-child(6) {    grid-column-start: 3; grid-column-end: 4; grid-row-start: 5; grid-row-end: 7;}
.key_attractions_gallery li:nth-child(7) {    grid-column-start: 4; grid-column-end: 4; grid-row-start: 1; grid-row-end: 3;}
.key_attractions_gallery li:nth-child(8) {grid-column-start: 4; grid-column-end: 4; grid-row-start: 3; grid-row-end: 5;} 
.key_attractions_gallery li:nth-child(9) {    grid-column-start: 4; grid-column-end: 4; grid-row-start: 7; grid-row-end: 5; }

.home_video_wrapper {background-color: var(--theme-color-black); padding-bottom: 5rem;}
.videoSwiper .swiper-slide-active .slide_item {width: calc(100% - var(--white-space));    }

.home_video_wrapper{overflow: hidden; position: relative;}
.showing_video_box {position: relative;     padding-left: 190px;}
.showing_video_box  .play_icon{ position: absolute; top: 50%; left: 45%; z-index: 1; opacity: 0;    transform: translate(-50%, -50%); transition: 0.5s; pointer-events: none; cursor: pointer;}
.showing_video_box .images { position: relative; transition: 0.5s;}
.showing_video_box:hover .images .thumimg {
-webkit-clip-path: polygon(0 0%, 100% 10%, 100% 90%, 0 100%);
clip-path: polygon(0 0%, 100% 10%, 100% 90%, 0 100%);
}
.showing_video_box .thumimg {-webkit-transition: 0.5s; transition: 0.5s; -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%); clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%); filter: brightness(0.65);}
.showing_video_data {position: absolute; bottom: 80px; left: 0; color: var(--white); width: 100%;    font-size: 1.5rem;
 font-family: Classyvogueregular;}
.videoSwiper  {    padding-block: 5%;}
.showing_video_data .text  { width: 50%;}
/* .showing_video_box .images:after {     content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 24%) 51.96%);
  height: 100%;
  width: 100%;} */
  
  .home_video_wrapper:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%;     height: 140%;
    background-color:#27221b;clip-path: polygon(0 56%, 100% 78%, 100% 100%, 0% 100%);
  }



.home_video_wrapper .link_arrow svg {fill: var(--white);}
.home_video_wrapper .link_arrow span { color: var(--white);}
/* .home_video_wrapper .swiper-slide-next .images {transform: scale(1.2);} */
.home_video_wrapper .swiper-slide-next .thumimg {
  -webkit-clip-path: polygon(0 0%, 100% 10%, 100% 90%, 0 100%);
  clip-path: polygon(0 0%, 100% 10%, 100% 90%, 0 100%);
  }
  .home_video_wrapper .swiper-slide-next .play_icon { opacity: 1; pointer-events: all;}

.video_slider_main {width: calc(100% - 200px);margin-left: auto;margin-top: 90px; }



@media (max-width: 1440px) {
  .showing_video_box {
      padding-left: 120px;
  }
  .video_slider_main {width: calc(100% - 90px);}
  .home_video_wrapper .swiper-slide-next .images {transform: scale(1);}
  .videoSwiper { padding-block: 0;}
}

@media (max-width: 1366px) {
  .collection-one__carousel {
      margin-right: -90px;
  }
}



.vistor_info_wrap { background-color: #E2DCD3;}
.vistor_images { position: relative; transition: 0.5s; overflow: hidden;}
.vistor_images img {transition: 0.5s; }
.vistor_images:hover img { transform: scale(1.2) rotate(8deg); filter: grayscale(1);}
.vistor_images:after { content: ''; position: absolute; top: 0; left: 0; background : -moz-linear-gradient(50% 100% 90deg,rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0) 51.96%);
  background : -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 51.96%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(0, 0, 0, 1) ),color-stop(0.5196,rgba(0, 0, 0, 0) ));
  background : -o-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 51.96%);
  background : -ms-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 51.96%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 51.96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=0); height: 100%;
  width: 100%;}
.vistor_info_home { display: flex; gap: 0 1rem;  }
.vistor_info_home li { overflow: hidden; flex: 1;}
.vistor_info_home img { aspect-ratio: 390/490; object-fit: cover; width: 100%; }
.vistor_info_home .hidden_title { font-size: 1.375rem;     padding: 2rem 1rem; transition: 0.5s; text-transform: uppercase; font-weight: 500; text-align: center; position: absolute; bottom: 0; left: 0;   width: 100%; z-index: 1; color: var(--white);}

.vistor_info_home .hidden_data_all { position: absolute; text-align: center; transition: 0.5s;    bottom: -100%;
  background-color: var(--white); width: 100%; padding: 2rem; z-index: 2; color: #28231c;}
.vistor_info_home .hidden_data_all .link { height: 3.75rem; width: 3.75rem; border-radius: 50px; background-color: var(--theme-color); display: flex; align-items: center;
   transition: 0.5s; justify-content: center; transition: 0.5s; margin-left: auto; position: absolute;     top: -2rem; transform-origin: center center;
right: 1.5rem;     text-align: center; }
.vistor_info_home .hidden_data_all .link svg { height: 1.2rem;}
.vistor_info_home .hidden_data_all .title {font-family: "Marck Script", cursive;     font-size: 2.5rem;}
.vistor_info_home .hidden_data_all .text  { text-transform: uppercase; font-size: 1.375rem; font-weight: 500;}

.vistor_images:hover .hidden_data_all  {  bottom: 0%; }
.vistor_images:hover .hidden_title { opacity: 0;}
.vistor_info_home .hidden_data_all .link:hover { transform: rotate(360deg);}
.vistor_info_wrap .heading_sm  {color: #000;}
.vistor_info_wrap .sec_head.heading_border:before, .vistor_info_wrap  .sec_head.heading_border:after  { background-color: #574932; } 




/* BLOG HOME START  */
.blogSwiper .swiper-slide  { height: auto; }
.blogSwiper  .blog_card_box { height: 100%;     display: flex;
  flex-direction: column;}
.blog_card_box  {border: solid 1px #d9d9d9; transition: 0.5s;}
.blog_card_box:hover { transform: translateY(2rem);}
.blog_card_box .date { font-size: 1.1rem; color:#777777; font-weight: 300; }
.blog_card_box .blog_data { padding: 2rem 2rem; position: relative;     flex-grow: 1;
  display: flex;
  flex-direction: column;}
  .blog_card_box .blog_data  a { margin-top: auto;}

.blog_card_box .blog_data:after { content: ''; z-index: -1; transition: 0.5s; position: absolute; bottom: 0; left: 0; width: 100%; height: 0%; background-color: var(--theme-color);}
.blog_card_box:hover .blog_data:after { height: 100%;}

.blog_card_box img { aspect-ratio: 280/204; max-width: 100%; width: 100%; transition: 0.5s;object-fit: cover;}
.blog_card_box .title { font-size: 1.3rem; color:#686868;      padding: 0.5rem 0 1rem 0px;
  line-height: 1.2;}
.view_more.line { font-size: 0.938rem; display: inline-flex; align-items: center; color: #4f4f4f;}
.view_more.line:before { content: ''; display: inline-block; width: 2rem; height: 1px; background-color: #c0bfbe; margin-right: 1rem; transition: 0.5s; }
.view_more.line:hover:before { width: 2.2rem; }
.blog_card_box * { transition: 0.5s; }
.blog_card_box:hover * { color: var(--white);}
.blog_card_box:hover .view_more.line:before  { background-color: var(--white);}
.blog_card_box:hover img { transform: scale(1.2);}
.blog_card_box .images { overflow: hidden;}
.nav_blog { display: flex;     margin-top: 3rem;
  justify-content: center;    align-items: center;}
.nav_blog  svg {width: 5rem;}
.nav_blog  .blog-button-next { transform: rotate(180deg);}
.nav_blog .swiper-pagination-bullet-active, .nav_blog .swiper-pagination-bullet  { background-color: transparent; }
.nav_blog .swiper-pagination-bullet  { height: auto !important; width: auto !important;     margin: 0 0.5rem !important;    font-size: 1.25rem;}
.nav_blog .swiper-number {width: auto !important;     padding: 0px 1.2rem;}
.nav_blog .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) { opacity: 0.5;}
/* BLOG HOME END  */



.insta_post ul  {display: flex;}
.insta_post img { aspect-ratio: 1/1; max-width: 100%; width: 100%; object-fit: cover; height: 14.25rem;}
.insta_post ul  li {flex: 1;}


/*---------------------- OLD CSS  */



/* ABOUT PAGE CSS START */
.project_components_wrap { }
.project_components_grid {display: flex;   background-color: var(--white);   position: sticky;
  top: 70px;}
  .project_components_grid {    padding-bottom: 4rem;}

.project_components_grid .text_data {width: 50%;}
.project_components_grid .text_data .data_inner{ max-width: 34rem;}
.project_components_grid .images {width: calc(50% + var(--white-space));     margin-right: calc(0px - var(--white-space));}


.after_before_wrap {display: flex; align-items: center; justify-content: space-between; width: 100%;}
.after_before_wrap .after_before { width: 60%;}
.after_before_wrap .after_before_slider { width: 32%;}


.sliderResize{width: 100%; height: auto; padding: 0; position: relative;}
.sliderResize img {max-width:none;}
.sliderResize .right.imageResize{position: absolute; z-index: 1; top: 0px; left: 0px; width: 100%;}
.sliderResize .leftResize.imageResize{position: relative;z-index: 2;margin-right: -5px; border-right:2px solid var(--theme-color);}
.leftResize:before, .leftResize:after {content:''; display:block; width: 35px; height: 70px; position: absolute; top: 50%; margin-top: -34px;
   /* background:url(https://www.sundernursery.org/assets/img/arrow_slide.png) 0 0 no-repeat; */
   background:url(/themes/images/before-after-arrow.png) 0 0 no-repeat;
   transition:0.2s; -webkit-transition:0.2s; -moz-transition:0.2s; -o-transition:0.2s; opacity:1; z-index: 22;}
.leftResize:before {right: 0;}
.leftResize:after {right:-35px; background-position: -35px 0; opacity: 1;}
.resizeInner {width:auto; display:block; overflow:hidden; position: relative;}
.after_before_view .over_data {left: 20px; top: 20px; height:auto; padding: 20px 25px; width:auto; z-index: 22;}
.after_before_view .over_data p {font-size:14px; line-height:normal;}
.after_before_view .leftResize .over_data {z-index: 1;}
.beforeAfterOuter {margin-bottom: 30px;}
.label_bf { position: absolute;        transform: translateX(-50%);
  left:50%; bottom: 0px; background: var(--white); color: var(--black); padding: 0.5rem 1.5rem; font-size: 1.2rem; z-index: 2; 
  white-space: nowrap; } 
/* .label_bf.after {     right: auto;
  left: var(--width); } */
  .label_bf.after {  left: calc(var(--width) - -25%);  color: var(--white); background: var(--black); }

  /* .label_bf.after { right: 15%;
    left: auto;} */

.after_before_wrap .swiper_btn {height: 3rem; width: 3rem; border-radius: 50px; background-color: var(--theme-color); display: flex; align-items: center; justify-content: center; transition: 0.5s; }
.after_before_wrap .swiper_btn svg {height: 1rem;}
.after_before_wrap  .btn_wrap {display: flex; margin-top: 1.5rem;  }
.after_before_nav {  justify-content: flex-start;}
.after_before_wrap  .btn_wrap .after-next{margin-right: 0.8rem;}
.btn_wrap .swiper_btn:first-child svg{transform: rotate(180deg);}
.after_before_wrap .swiper_btn:hover {background-color: var(--theme-color-black);}
/* .after_before_wrap .slider_images img { aspect-ratio: 580/495;width: 100%;} */
.after_before_wrap .slider_resize img {object-fit: cover; width: 100%;}
.swiper_btn svg {height: 1rem;}

.btn_wrap  .swiper_btn {height: 3rem; width: 3rem; border-radius: 50px; background-color: var(--theme-color); display: flex; align-items: center; justify-content: center; transition: 0.5s; }
.btn_wrap .swiper_btn:hover {background-color: var(--theme-color-black);}

.aboutInner_box .images {position: relative; }
.aboutInner_box .images .img_hover {display: block;     --clip-width: 0%; position: absolute; top: 0; left: 0; overflow: hidden; transition: 0.5s;     transition: all ease 0.5s;     clip-path: polygon(0 0, var(--clip-width) 0, var(--clip-width) 100%, 0% 100%);}
.aboutInner_box .images > img {width: 100%;}
.aboutInner_box .img_hover img {transform: scale(1.2);}
.aboutInner_box:hover .img_hover {width: 100%; --clip-width: 100%;}
.about_inner_wrap {position: relative;}

.aboutInner_nav{position: absolute; top: 50%; left: 0; width: 100%; display: flex; justify-content: space-between;}
.aboutInner_nav .swiper_btn {height: 3rem; width: 3rem; border-radius: 50px; background-color: var(--theme-color); display: flex; align-items: center; justify-content: center; transition: 0.5s; }
.aboutInner_nav .swiper_btn svg {height: 1rem;}



.aboutInnerSwiper .swiper-slide-active .images    { transform: scale(1.2);  }
.aboutInnerSwiper .swiper-slide .images  { transition: 1.5s;}
.aboutInnerSwiper .swiper-slide .images img {aspect-ratio: 510/400;}
.aboutInnerSwiper .swiper-wrapper { padding-top: 100px;}
.aboutInnerSwiper .swiper-wrapper {height: auto !important;}
.aboutInnerSwiper .swiper-slide-active { transform: scale(1);}
.aboutInnerSwiper .swiper-slide {  transform: scale(.85);}
.aboutInnerSwiper .swiper-slide {  transition: all .3s ease;}

/* .qodef-qi-image-slider.qodef--centered-zoom .swiper-slide {
  transform: scale(.85);
  transition: all .3s ease;
}

.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-active, .qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-duplicate-active {
  transform: scale(1);
} */


/* .aboutInnerSwiper .swiper-wrapper {height: auto !important;}
.aboutInnerSwiper .swiper-slide-active .images    { transform: scale(1.5); }
.aboutInnerSwiper .aboutInner_box { overflow: hidden;} */



/* .aboutInnerSwiper .swiper-slide-active img {aspect-ratio: 333/315;}
.aboutInnerSwiper .swiper-slide-next img {aspect-ratio: 600/508;}
.aboutInnerSwiper .swiper-slide-next + .swiper-slide  img {aspect-ratio: 380/410;}

.aboutInnerSwiper .swiper-slide-active .aboutInner_inner  {width: calc(100% - 4.688rem); }
.aboutInnerSwiper .swiper-slide-next .aboutInner_inner  {min-width: calc(100% + 4.688rem + 2.625rem);    margin-left: -4.688rem; }
.aboutInnerSwiper .swiper-slide-next + .swiper-slide .aboutInner_inner { width: calc(100% - 2.625rem); }
.aboutInnerSwiper .swiper-slide-next + .swiper-slide .aboutInner_box  {display: flex;align-items: flex-end;justify-content: flex-end;}


.aboutInnerSwiper .swiper-slide .aboutInner_box  {display: flex;   align-items: flex-end;}
.aboutInner_box {display: flex;height: 100%;}
.aboutInnerSwiper .swiper-slide {height: auto;}
.about_inner_slider .swiper-wrapper { height: auto !important;}
.aboutInnerSwiper .swiper-slide .aboutInner_inner { transition: 1.5s;} */

  
/* ABOUT PAGE CSS END */






























[datatypeinput] { position: relative; }
span.glyphicon.glyphicon-calendar{width: 15px; height: 100%; font-size: 43px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Pro 6.2.1 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3e%3cpath d='M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm64 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm128 0v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H336zM64 400v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H208zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H336c-8.8 0-16 7.2-16 16z'/%3e%3c/svg%3e");
background-position: center; background-repeat: no-repeat; opacity: 0.65;
}
[datatypeinput] .input-group-addon { display: flex ; align-items: center; justify-content: center; position: absolute; top: 0; right: 0; height: 100%; padding: 8px; border-radius: 0 5px 5px 0; pointer-events: none;z-index: 9; }
.form-control, .form-select {border-radius: 0px !important;font-size: 0.8rem;}
.not_found_page {
  padding: 12rem 0 5rem;
  display: flex;
  align-items: center;
}
.not_found_page_text {
  padding-left: 5rem;
  align-items: center;
}
.btn_inline_not_found .btn_inline {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.not_found_page_text .title_not_found {
  font-size: 5rem;
}
.not_found_page .images img {
  width: 100%;
}
/* FOOTER CSS */
footer{background-color:#edebe5; padding-block: 0;padding-top: 7rem;}
/* .ftr_sec_intro img {     filter: invert(1);} */
/* footer * {color: var(--white);} */
.form_secton .contact_right {height: 100%;display: flex;flex-wrap: wrap;align-content: center;padding: 2rem;}
.form_secton { border: 1px solid var(--black200);/* border-radius: 15px;*/ overflow: hidden; margin-bottom: -8rem; position: relative; z-index: 2; background: var(--white);}
.form_secton .enq_img {width: 100%;}
.form_secton .enq_img img {max-height: 28rem;width: 100%;object-fit: cover;}
.btn.btnSubmit { display: inline-block; position: relative; transition: 0.5s; color: var(--white) !important; font-weight: 300; background: var(--theme-color); padding: 0.7rem 2.1rem; font-size: 1rem; border: solid 1px var(--white); --leftside: 100%; --right-side: 10%; clip-path: polygon(0 0, var(--leftside) 0, var(--leftside) 2px, var(--right-side) 2px, var(--right-side) 0, 100% 0, 100% 100%, 0 100%); border-radius: 100px; margin-bottom: 0 !important; }
.btn.btnSubmit::after{content: ''; width: 0%; top: 0; left: 0; transition: 0.5s; height: 100%; background-color: var(--theme-color-black); transition: 0.5s; position: absolute; z-index: -1; border-radius: 100px;}
.btn.btnSubmit:hover:after {width: 100%;}
.map_location  {display: flex; align-items: center; margin-top: 1rem;}
.map_location svg {height: 1.2rem; color: #919191;}
.address_line { color: var(--black);}
.map_location svg path {fill: #919191;  color: var(--black);}
/* .open_hour { padding-right: 5rem;} */
.open_hour li {display: flex; justify-content: space-between; }
.footer_sections {padding-block:5.125rem}
.bootom_menu_footer .f_menu { display: flex; align-items: center; list-style: none; justify-content: flex-end; }
.bootom_menu_footer .f_menu li:after {display: inline-block; content: '/';}
.bootom_menu_footer .f_menu li a { padding: 6px 12px; display: inline-block;}
.bootom_menu_footer .f_menu li:last-child:after { display: none; }
/* .ftr_social_icons{top:0;position:absolute;right:0} */
.footer_sections{position:relative;display:flex}
.ftr_social_icons ul{padding:0;display:flex;list-style:none}

.ftr_sec_intro{width: 20.125rem;margin-right: 2rem;}
.ftr_ntro_logo {  display: block; margin-bottom: 2.125rem;}
.footer_text { margin-bottom: 1.5rem; } 
.ftr_sec{flex:1;}
.ftr_sec .f_head { font-size: 1.5rem;  margin-bottom: 1rem; color: var(--black);   font-family: Classyvogueregular;}
.ftr_copyright{display:flex;font-size:.688rem;color:var(--white400);justify-content:space-between}
.ftr_sec1 {margin-right: 4rem;}
.ftr_copyright p{margin:0}
.ftr_copy_right{padding:1.65rem 0;border-top:1px solid var(--white100);margin-top:3rem}
.footer_contacts p { line-height: 1.6;}
.footer_contacts{padding:0;margin:0;list-style:none;font-size:.813rem}
.footer_contacts li{display:flex;align-items:flex-start;margin-bottom:1rem}
.footer_contacts li i{padding-top:.25rem;font-size:1rem;min-width:2rem;color:var(--white)}
.footer_contacts li:last-child{margin-bottom:0}

.ftr_sec_intro .font12{opacity:.7;line-height:1.7}
.footer_contacts li a,.footer_contacts li span{line-height: 1.4; opacity: 0.8;}
.ftr_sec ul{padding:0;list-style:none;line-height:2.35;}
.ftr_sec:last-child{min-width:fit-content}
/* .ftr_social_icons a{width:2.438rem;height:2.438rem;background-color:var(--black);display:grid;place-items:center;border-radius:50%;font-size:.9rem;margin:0 .3rem} */
.menu_content.active{opacity:1;transform:translateY(2.6rem);pointer-events:all;background-color:transparent}
.menu_content ul{list-style:none;padding:.6rem 0;min-width:8rem;box-shadow:0 0 15px #0000004a;border-radius:8px;overflow:hidden;background-color:var(--white)}
.menu_content ul li a{padding:.2rem 1rem;display:block}
.menu_content ul li a:hover{background-color:var(--theme-color100);}
.menu_content ul li a:hover i { color: var(--theme-color); }
.f_menu li a{ transition: 0.5s;}
.f_menu li a:hover { opacity: 1; margin-left: 5px;}
.top_footer {background-color: var(--theme-color-light); padding: 2rem 0;}
.top_footer_left {display: flex;     align-items: center;}
.top_footer_left .ajax_msg  {position: absolute;bottom: -7px;left: 11px;color: #fff;}
.top_footer_left .error { color: #fff;    position: absolute;
left: 12px; }  
.top_footer_inner {display: flex; justify-content: space-between;}
.top_footer_right {display: flex;     align-items: center;}
.top_footer_inner .btn_theme {background: transparent; border-color: var(--white);}
.top_footer_inner .btn_theme:hover {background-color: var(--white); color: var(--theme-color) !important; }
.top_footer_inner .btn_theme:hover svg polygon { fill: var(--theme-color);}
.top_footer {display: flex;     align-items: center;}
.top_footer .text  { padding-right: 1rem; color: var(--white) !important;}
.top_footer .header_search { background-color: transparent; min-width: 29.375rem; }
.top_footer .header_search  input {background-color: #fff;background-color: rgb(255, 255, 255);
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09); border: none; padding-left: 1rem; height: 2.75rem; width: 100%; }
.top_footer .header_search >i {right: 1.25rem; left: auto;}
.top_footer .suscribe_box_form  { position: relative;}
.top_footer .suscribe_box_form .btn {right: 1.25rem; left: auto; position: absolute; top: 38%; transform: translateY(-50%); margin-bottom: 0 !important; background-color: transparent !important; padding: 0; color: var(--theme-color) !important; font-size: 1.3rem; border: none;}
.top_footer .suscribe_box_form .btn:hover { border: none !important;}
.error {color: red;font-size: 12px;}
.ftr_social_icons ul li { padding: 0 0.625rem;  }
.ftr_social_icons ul li a { transition: 0.5s;}
.ftr_social_icons ul li a:hover { transform: scale(1.08);}
.bootom_menu_footer {padding: 0.7rem 0; background-color: var(--black100); }
.bootom_menu_footer .copyright_text { font-weight: 300;}


.search_wrapper { position: absolute; z-index: 1; background-color: var(--theme-color);
   opacity: 0; transition: .5s; top: 100%; transform: translateY(5rem);
    pointer-events: none; right: 0;  box-shadow: 0 0 11px #0000002e;}
  .search_wrapper.active {opacity: 1;transform: translateY(0);pointer-events: all;}
.search_wrapper input[type=search] {border: 1px solid var(--black200);     padding: 0 2rem 0 1.9rem;border-radius: 5rem 0 0 5rem;width: 19.2rem;}
.search_area { display: flex;padding: 1rem 1rem;}
.mob_log_opt a {color: var(--black);padding: 0.5rem 0; display: block;}
.mob_log_opt ul li:last-child a { padding-bottom: 0;}
.mob_log_opt { transform: translateY(5rem); pointer-events: none;opacity: 0;transition: .5s; box-shadow: -9px 0px 6px 0px #ccc; padding: 1rem; position: absolute; top: 100%; background: var(--white); width: 35%; left: 0;}
.mob_log_opt.active { opacity: 1; transform: translateY(0); pointer-events: all; }
.mobile_login_menu { font-weight: 600; font-size: 1.2rem;    color: var(--black800);}
.open_login i { transition: 0.5s;}
.open_login.active i {    transform: rotate(180deg);}
.mobile_login_menu { display: none; }
.bannerSlider .swiper-slide { overflow: hidden;}
.menu_icon, .close_menu {display: none;}

.backdrop { position: fixed; top: 0; left: 0; height: 100vh; width: 100%; background-color: rgba(0, 0, 0, 0.5); display: none; z-index: 2; }

/* IINER PAGE ABOUT CSS START */









/* Research Module CSS END */

/* Recognition & Approval Industrial Collaboration START */







:root{
  --theme-alpha1:red;
}


.copyright_table .theme_table.table_style2 th {background-color: var(--theme-color-yellow); border-right: solid 2px #fff;text-align: center; color: var(--black800); font-size: 0.813rem;}
.copyright_table  .theme_table th { padding-top: 1.2rem !important; padding: 1.2rem;  } 
.copyright_table .theme_table td { background-color:#fff9eb;padding: 1.5rem; text-align: center;border: solid 2px #ffd776; border-right: 0;}

.patents_wrap .vision_data_box_inner { border: none !important; }
.copyright_table { --radius:8px; }
.copyright_table .theme_table tr td:first-child { border-radius: var(--radius) 0px 0px var(--radius);}
.copyright_table .theme_table tr td:last-child { border-radius: 0px var(--radius) var(--radius) 0px}

/* .copyright_table .theme_table tr:last-child td:first-child { border-radius:var(--radius) 0px 0px var(--radius); }
.copyright_table .theme_table tr:last-child td:last-child { border-radius: 0px var(--radius) var(--radius) 0;} */

.copyright_table .theme_table.table_style2 tbody { transform: translateY(0) !important;}
.copyright_table .theme_table.table_style2 {    border-spacing: 0 1rem}
.copyright_table .theme_table tr td:last-child{    border-right: solid 2px #ffd776;}


/* INNER PAGE CSS START */
section.our_rooms { background-color: transparent; }
.commoncard { background-color: #fff; display: flex ; flex-wrap: wrap; justify-content: center; border: 1px solid #bf9b7963; margin: 0 auto; margin-bottom: 2rem; border-radius: 0px; overflow: hidden; }
/* .commoncard .img-container {height: 100%;} */
.commoncard .img-container img { object-fit: cover; /* height: auto; */ height: 100%; object-fit: cover; }
.commoncard .card-content { grid-column: 3 / 5;  /* border-left: 1px solid #ccc; */ /* display: grid ; */ align-items: center; align-content: center; width: 50%; background: #FAF6F1; padding: 2.125rem; }
.commoncard .img-container { /* max-width: 25rem; */ /* height: 100%; */ width: 50%; object-fit: cover; }
.amenities .commoncard:nth-child(even) { flex-direction: row; display: flex; }
.commoncard:nth-child(even) { flex-direction: row-reverse; display: flex; }

.commoncard .card-content ul {list-style: disc;margin-left: 1.5rem;}
.commoncard .card-content ul li {padding-bottom: 0.5rem;font-size: 0.9rem;}
/* .inner_banner:after {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%;height: 100%; background-color: rgba(0, 0, 0, 0.5); } */
.amenities .commoncard { justify-content: flex-start; align-items: center; flex-wrap: nowrap;margin: 1rem 0.5rem;}
.amenities .commoncard .img-container, .amenities .commoncard .card-content{width: auto;}
.amenities .commoncard .img-container {padding-left: 2rem;}
.amenities .amenities_grid {grid-template-columns: repeat(2, 1fr);display: grid;}

.inner_banner { height: 19rem; margin-top: var(--header-height); position: relative; background: #FAF6F1;background-image: url(../images/banner-bg.png);background-repeat: no-repeat; background-position: left;display: flex;align-items: center;}
.inner_banner .about_heading .content_brief { line-height: 1.5em;display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; max-width: 60rem; margin: 0 auto; }
.inner_banner img { max-width: 100%; object-fit: cover; width: 100%; height: 100%; display: none;}
.inner_banner .about_heading {text-align: center;}
.breadcrumbs { display: none; } .breadcrumbs ul { display: flex; } 
.breadcrumbs ul li, .breadcrumbs ul li a { font-weight: 300; color: var(--black); }
.breadcrumbs ul li.active a { font-weight: 500; } .breadcrumbs ul li:nth-child(2) { padding: 0 .5rem; }
.banner_content_inner_page {color: var(--white);} 
.banner_content_inner_page {margin-top: auto;} 
.banner_content_inner_page .title {font-size: 3.438rem;     font-family: Classyvogueregular; }
.banner_content_inner_page .title_sm {font-size: 1.188rem; font-weight: 300; }
.inner_banner .banner_content {display: flex; height: 100%; align-items: center;    padding-bottom: 2rem;}
.inner_banner .banner_content .container {height: 100%; display: flex; flex-direction: column; justify-content: center;}
.breadcrumbs { margin-top: auto; }



.sultan_quli_slider { margin-top: 5rem;}
.btn_wrap_sultan {  justify-content: space-between;   display: flex;
  margin-top: 1.5rem; position: absolute; top: 50%;       width: 110%;
  left: -5%;}

  .slider_box {position: relative;}

  .btn_wrap_sultan .swiper_btn {
    height: 3rem;
    width: 3rem;
    border-radius: 50px;
    background-color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.btn_wrap_sultan .swiper_btn svg {
  height: 1rem;
}
.swiper-wrapper { height: auto !important;}
.btn_wrap_sultan .swiper_btn:hover { }
.sultan_slider img { height: 38rem; width: 100%; object-fit: cover;}
.btn_wrap_sultan .swiper_btn:hover {
  background-color: var(--theme-color-black);
}

.sultan_quli_box {display: flex; justify-content: space-between;     align-items: flex-end;}
.sultan_quli_box .sultan_quli_left {width: 45%; }
.sultan_quli_box .sultan_quli_left img { aspect-ratio: 505/615;    height: 100%;
  object-fit: cover;
  object-position: top center;}
.sultan_quli_box .sultan_quli_right {width: 52%; }
.sultan_quli_box .sultan_quli_left .images {height: 38.438rem;}
.sultan_quli_about { position: relative;}
.sultan_quli_about::before  {content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 80%; background-color: #f7f7f7; z-index: -1;}
.garden_about_wrap .right_side {position: relative; margin-left: 5rem;}
.garden_about_wrap .images { position: relative; }
.garden_about_wrap .images:after { position: absolute; height: 100%; width: 100%; border: solid 1px var(--theme-color); content: '';     top: 2rem;
left: -2rem;}
.garden_about_wrap .flag_us { position: absolute;     bottom: -2rem;right: 2rem;}

.mausoleum_wrap {display: flex;background-color: var(--theme-color); position: relative;}
.mausoleum_wrap  .mausoleum_graph { position: absolute; bottom: 0; left: 0; }
.mausoleum_inner  {display: flex;}
.mausoleum_inner .left_sec {background-color: var(--theme-color); padding-block: 7rem;   width: 50%; padding-right: 3rem;}
.mausoleum_inner .left_sec_slider {background: #fff;margin-right: calc(0px - var(--white-space));width: calc(50% + var(--white-space)); outline: solid 10px var(--white);}
.mausoleum_wrap {background-color: var(--theme-color); }
.mausoleum_box {position: relative;}
.mausoleum_box:after {
  content: ''; position: absolute; bottom: 0; left: 0; background: linear-gradient(11deg, black, #00000080, #00000024, transparent, transparent); width: 100%;    height: 65%;
}
.mausoleum_inner .left_sec_slider .mausoleumSwiper{ height: 100%;}
.mausoleum_inner .swiper-wrapper { height: 100% !important;}
.mausoleum_inner .swiper-wrapper img { height: 100%; object-fit: cover;}
.mausoleum_inner .mausoleum_box_data {position: absolute; z-index: 1; bottom: 0; left: 0;   padding: 3rem; max-width: 35rem; color: var(--white);}
.mausoleum_wrap .mausoleum_nav {     position: absolute; bottom: 0; right: 0; z-index: 1; display: flex; }
.btn_wrap.mausoleum_nav .swiper_btn { border-radius: 0;}
.btn_wrap.mausoleum_nav .swiper_btn:hover { background-color: var(--white);}
.btn_wrap.mausoleum_nav i {font-size: 1.5rem;}
.btn_wrap.mausoleum_nav .mausoleum-button-next  {    margin-right: 0.1rem;}
.mausoleumSwiper .swiper-slide {overflow: hidden;}
.sultan_quli_mid_img { height: 27rem; position: relative; margin-top:8rem;   width: calc(100% + var(--white-space)); }
.sultan_quli_mid_img img { height: 100%; width: 100%; object-fit: cover; position: absolute; top: 0; left: 0;}
.sultan_quli_mid_img  .caption { font-size: 1.625rem; position: relative; width: 22rem; background: #000000a3;    font-family: Classyvogueregular; height: 100%; color: #fff; text-transform: uppercase; padding: 2rem; font-weight: 300; display: flex; align-items: center;}

.gallery_qutb_shahi_head { background-color: var(--theme-color-black); padding: 7rem 0 10rem 0;}
.gallery_qutb_shahi_head .heading_sm.heading_border:before {background-color: var(--white) !important;}

.qutb_shahi_gallery_box { position: relative; overflow: hidden;}
.qutb_shahi_gallery_box  .qutb_shahi_gallery_data { position: absolute; bottom: 0px; left: 0; width: 100%;  display: flex; flex-direction: column; justify-content: center; text-align: center; padding: 1rem 2rem; color: var(--white); transition: 0.5s;     transform: translateY(100%);}
.qutb_shahi_gallery_box  .qutb_shahi_gallery_data:after { content: ''; position: absolute; bottom: 0; left: 0; background: linear-gradient(11deg, black, #00000080, #00000024, transparent, transparent); width: 100%; height: 271px; } 
.qutb_shahi_gallery_box .qutb_shahi_gallery_data > div { position: relative;    z-index: 1;}
.qutb_shahi_gallery_box .qutb_shahi_gallery_data .title { font-size: 1.5rem; font-family: Classyvogueregular;}
.qutb_shahi_gallery_box .qutb_shahi_gallery_data .text  { font-size: 0.875rem;}


.qutb_shahi_gallery_box:hover .qutb_shahi_gallery_data  { transform: translateY(0);}
.qutb_shahi_gallery {display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(6, 7rem); grid-gap: 1rem; list-style: none; margin: -7rem 0 0 0; padding: 0;}
.qutb_shahi_gallery li {background-color: red;}
.qutb_shahi_gallery li img {width: 100%; height: 100%; object-fit: cover;}
.qutb_shahi_gallery li:first-child { grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 3; }
.qutb_shahi_gallery li:nth-child(2){grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 5;}
.qutb_shahi_gallery li:nth-child(3) {grid-column-start: 3; grid-column-end: 5; grid-row-start: 1; grid-row-end: 3;}
.qutb_shahi_gallery li:nth-child(4) {grid-column-start: 1; grid-column-end: 1; grid-row-start: 3; grid-row-end:5;}
.qutb_shahi_gallery li:nth-child(5){grid-column-start: 3; grid-column-end: 3; grid-row-start: 3; grid-row-end:5;}
.qutb_shahi_gallery li:nth-child(6){grid-column-start: 5; grid-column-end: 4; grid-row-start: 3; grid-row-end:5;}
.qutb_shahi_gallery li:nth-child(7) {grid-column-start: 1; grid-column-end: 3; grid-row-start: 7; grid-row-end: 5;}

.qutb_shahi_gallery li:nth-child(8) {grid-column-start: 3; grid-column-end: 3; grid-row-start: 7; grid-row-end: 5;}
.qutb_shahi_gallery li:nth-child(9){grid-column-start: 5; grid-column-end: 4; grid-row-start: 5; grid-row-end:7;}


.quote_theme_wrap { background-color: var(--theme-color); position: relative; }
.quote_theme_wrap .content {font-family: "Roboto Condensed", sans-serif; font-weight: 300; letter-spacing: -1px; position: relative; line-height: 1.3;}
.quote_theme_wrap .quote_theme_inner { padding: 0 8rem;}
.quote_theme_wrap .quote_theme_inner .lg_text:before { content: ''; display: inline-block; width: 1rem; height: 2px; background-color: var(--theme-color-black); position: relative; top: -4px; margin-right: 1rem; }
.quote_theme_wrap .quote_content { margin-top: 2rem;}

.pop_content_inner { position: relative}
.pop_content_inner .data { position: absolute; bottom: 0; left: 0; width: 100%;background: #0000004d;color: #fff; padding: 1rem;}
.pop_content_inner .data h3  { font-size: 1.875rem;font-family: Classyvogueregular; margin-bottom: 0;}
.pop_content_inner .data p {font-weight: 300; margin-bottom: 0;}
.pop_content_inner .data .read_more {font-weight: 300; margin-top: 0.5rem;font-size: 0.875rem;    display: flex;align-items: center;}
.pop_content_inner .data .read_more svg { margin-left: 0.5rem; width: 1.5rem; position: relative; top: 2px;}

.pop_content_inner .data > * { position: relative;    z-index: 1;}

.pop_content_inner .images {position: relative;}
.pop_content_inner .images::after {content: ''; position: absolute; bottom: 0; left: 0; background: linear-gradient(11deg, black, #00000080, #00000024, transparent, transparent); width: 100%;     height: 50%; }

  .pop_content_inner img { aspect-ratio: 315/300;}
  .popup-content { background-color: var(--white); padding: 0.8rem;}


.quote_theme_wrap .graph_left {position: absolute; bottom: 0; left: 5%;}
.quote_theme_wrap .graph_right {position: absolute; bottom: 0; right: 0;}



.project_objectives_wrap {    background-color: var(--theme-color);}
.project_objectives_inner {display: flex;}
.project_objectives_inner .left_sec { background-color: var(--theme-color); padding-block: 7rem; width: 45%; padding-right: 3rem; position: relative; }
.project_objectives_inner .right_sec  { background: #fff; margin-right: calc(0px - var(--white-space)); width: calc(55% + var(--white-space)); min-height: 100%; }
.project_objectives_box {position: relative; height: 100%;}
.project_objectives_box img {height: 100%; object-fit: cover;}
.project_objectives_box .project_objectives_data { position: absolute; z-index: 1; bottom: 0; left: 0; padding: 3rem; max-width: 35rem; color: var(--white); }
.project_objectives_box:after { content: ''; position: absolute; bottom: 0; left: 0; background: linear-gradient(11deg, black, #00000080, #00000024, transparent, transparent); width: 100%; height: 65%; }
.project_objectives_inner .projectObjectiveSwiper, .project_objectives_inner  .swiper-wrapper  {height: 100% !important;}

.projectObjectiveSwiper .swiper-slide { overflow: hidden; }


.project_objectives_inner .btn_wrap {display: flex;justify-content: end;     position: absolute;
  right: 0;
  bottom: 10%;}
.project_objectives_inner .btn_wrap .swiper_btn {background-color: #272016; border-radius: 0; }
.project_objectives_inner .btn_wrap .swiper_btn i {color: var(--white);}

.conservationPhilosophy_wrap {position: relative;}
.conservationPhilosophy_wrap .conservation_bg {position: absolute; top: 0; left:0%; width: 100%; height: 80%;    z-index: -1;}


.imapct_slider_inner {margin-right: calc(0px - var(--white-space));     margin-top: 4rem;  position: relative;   padding-left: 10rem;}
.imapct_slider_inner .swiper-slide .impact_slider_box {transition: 0.5s; position: relative;}
.imapct_slider_inner .swiper-slide:not(.swiper-slide-active) .impact_slider_box img {     transform: translateY(5rem);}
.imapct_slider_inner .swiper-slide .impact_slider_box img {transition: 0.5s;     aspect-ratio: 560 / 460;}
.impact_slider_box .impact_slider_data {position: absolute; color: var(--white); bottom: 0; left: 0; width: 100%;     padding: 2rem;}
.impact_slider_box .impact_slider_data:after {content: ''; position: absolute; bottom: 0; left: 0; background: linear-gradient(11deg, black, #00000080, #00000024, transparent, transparent); width: 100%; height: 271px;} 
.impact_slider_box .impact_slider_data div {position: relative; z-index: 1;}
.impact_slider_box .impact_slider_data .hidden_para {display: grid; grid-template-rows: 0fr; overflow: hidden; transition: grid-template-rows 1s;}
.impact_slider_box .impact_slider_data .hidden_para_inner{min-height: 0; transition: visibility 1s; visibility: hidden;}
.imapct_slider_inner .swiper-slide-active .hidden_para { grid-template-rows: 1fr;}
.imapct_slider_inner .swiper-slide-active .hidden_para_inner { visibility: visible;}
.imapct_slider_inner .impact_slider_data .title { font-size: 2rem; font-family: Classyvogueregular; }
.impact_nav {position: absolute;top: 50%;left: 0;}
.impact_nav .imapct-button-next { margin-bottom: 1rem;   }
.impact_nav .swiper_btn {height: 4rem;width: 4rem;}

/* THEME MODEL CSS START */
.theme_model_wrap {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999;    backdrop-filter: blur(2px);}
.theme_model_inner { height: 100%; width: 100%; display: flex;    padding: 2rem; justify-content: center;}
.theme_model_data { max-width: 700; margin: auto;  position: relative;
box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.19); border-top: solid 4px var(--theme-color-yellow); border-bottom: solid 4px var(--theme-color-light); border-radius: var(--radius); background-color: var(--white); }
.theme_model_data .user_img {float: left; width: 184px; border: solid 2px var(--theme-color-yellow); border-radius: var(--radius); margin-right: 2rem;}
.close_model { height: 40px; width: 40px;  background-color: var(--theme-color-light); border-radius: 50%; cursor: pointer; padding: 12px;position: absolute;right: -2%;    top: -1.5rem; }
.close_model img {width: 100%;  }
.open_model {cursor: pointer;}
.theme_model_box {    max-height: calc(100vh - 20rem);overflow: auto;padding: 2.5rem;}
body.model_opend { overflow: hidden; }
.theme_model_box_main {overflow: hidden; border-radius: var(--radius);}
/* THEME MODEL CSS END */

.swiper-button-disabled {opacity: 0.5;}

.btn-shine {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  margin-right: 1rem;
  color: #ffffff;
  background: linear-gradient(to right, #000 0%, #494848 10%, #e24943 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}

.btn_shine {
  position: relative;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 15px;
  overflow: hidden;
  background: #faf6f1;
  margin-right: 2rem;
  transition: 0.5s;
}
.btn_shine:hover {
  background: var(--theme-color200);
  transition: 0.5s;
}
.btn_shine span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #ff572273, #e24943);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.btn_shine span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 2px;
	background: linear-gradient(to bottom, #ff572273, #e24943);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.btn_shine span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, #ff572273, #e24943);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.btn_shine span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
	background: linear-gradient(to top, #ff572273, #e24943);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}

.fixed_whatsapp {
  position: fixed;
  z-index: 10;
  font-size: 34px;
  bottom: 3rem;
  right: 15px;
}
.tripadvisor {
  margin-top: 1.2rem;
}
.tripadvisor a {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tripadvisor svg {
  width: 3rem;
}

@media(min-width:768px){

}

@media(min-width:992px){
  .apply_mob_img { display: none;}
}

/* @media(max-height:620px){
  .department_inner .department_mid { padding-top: 0 !important;}
  .department_inner { align-items: flex-start;}
} */


/* NEW GLOBAL PDF BUTTON CSS CODE  */
.border_radius12 { border-radius: 12px;}
.btn_theme_sm.pdf_btn:hover {
  background-color: var(--theme-color-yellow) !important;
}
.btn_yellow.pdf_btn:hover .pdf_btn_svg {
  background-color: var(--white) !important;
}

.sec_head span {color: var(--theme-color);font-weight: 600;}
.aboutimg,.aim_img,.approvals_wrap,.approvals_wrap .container,.btns_flex,.director_msg_inner .director_msg_left .images,.enquiry_form_footer .container,.has_submenu,.higher_slider_box,.home_application .container,.map iframe,.menu_option,.nav_list_department,.p_relative,.placement_drive .swiper-pagination,.placement_team_intro>div,.search_option,.sports_gallery_title span,.stay_with_us,.sub_menu a .menu_icon,.testimonial_home .container,.theme_table_inner .theme_table.table_style2 tbody tr,.top_footer .suscribe_box_form,.top_header .right_side,.top_nav>li,.upload,section.vision {
  position: relative;
}



/* Home Services Start*/

/* .our_services {background: #e8e5dc;background-image: url(../images/our_rooms_bg.png);background-size: cover; background-position: center center;} */
.our_service_img img{width: 100%; height: 500px; object-fit: cover; /*border-radius: 1rem; border: 5px solid #fff;*/transition: 0.8s; }
.services_brief {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;margin-top: .5rem;}
.services_brief p{line-height: 1.2;}
/* .our_service_text{text-align: center;padding: 0rem;margin-top: -25px;} */
.our_service_text { text-align: left; padding: 0rem; position: absolute; bottom: 0;}
.rd_btn {color: var(--theme-color);margin-top: 1rem;}
.our_service_text .services_heading { background: var(--theme-color); transition: 0.5s; color: var(--white); font-size: 1.2rem; font-weight: 400; display: inline-block; padding: 0.8rem 1.5rem; border-radius: 0; min-width: 10rem; margin: 0.5rem; }.service_Slider .slide a:hover .our_service_img img {border-color: var(--secondary-color);}
.service_Slider .slide a:hover .services_heading {background: var(--secondary-color);}
/* Home Service End */

/* Home Amenities Start */

/* .amenities_grid .amenities-list img {width: 4rem;filter: brightness(0) saturate(100%) invert(56%) sepia(33%) saturate(391%) hue-rotate(127deg) brightness(94%) contrast(92%);} */
/* .amenities-list { overflow: hidden; transition: 0.5s; width: 100%; border: solid 1px #5e9b97; padding: 1.5rem 2.188rem; min-height: 100px; background: #fff; cursor: default; margin-bottom: 1.5rem; border-radius: 0.5rem; } */
.amenities_grid {grid-template-columns: repeat(5, 1fr);display: grid;}
.amenities-list .amenities_box { width: 100px; background: #FAF6F1; border-radius: 100px; height: 100px; object-fit: contain; padding: 0.8rem; border: 1px solid #d9d9d9; transition: 0.5s; display: flex ; align-items: center; justify-content: center; margin: 0 auto; }
/* .amenities_grid .w-20 {width: 20%;} */
.amenities-list:hover .title {color: var(--theme-color);transition: 0.5s;}
.amenities-list {text-align: center;}
.amenities-list:hover .amenities_box {background: var(--theme-color50);transition: 0.5s;}
.amenities-list img {width: 50px;height: 55px;object-fit: contain;}

/* Home Amenities End */

/* Home Testimonial Start */
/* .testimonial_home {background: #edebe5;} */
section.testimonial_home {padding-bottom: 0;}
.testimonial_slider{padding-bottom: 3rem;padding-top: 5rem;}
.testimonial_slider .swiper-pagination{bottom: 0;}
.review_name {/*font-size: 1.1rem;*/font-weight: 500;color: var(--theme-color);}
.testi_box { background: #FAF6F1; padding: 3rem 2rem; position: relative; transition: 0.5s ease; padding-bottom: 3.125rem; height: 100%; text-align: center;}
.quite-icon i {font-size: 5rem;color:var(--black100);}
.testimonial_slider .swiper-slide-active .testi_box {transform: translateY(-10%) !important;}
.review_img img{width: 70px;height: 70px;border-radius: 50%;margin-bottom: 1rem;}
.review_designation {font-weight: 400;font-size: 0.8rem; padding-top: 0.5rem;}
.review_brief{/*font-size: .9rem;*/margin-top:.5rem ;}
.nav_testimonial {width: calc(100% + 8rem);position: absolute;left: -4rem;top: 50%;transform: translateY(-50%);display: flex;justify-content: space-between;}
.nav_testimonial div { width: 50px; height: 50px; background: var(--white); color: var(--black400);border: 1px solid var(--black100); justify-content: center;border-radius: 50%;display: flex;    align-items: center;}
/* Home Testimonial End */

/* Our Partner Home Start */

.our_partner_img img {width: 100%;height: 100%;object-fit: scale-down;border-radius: 15px;}
.our_partner_img {width: 100%;background: var(--grey-color-dark);display: inline-block;height: 100%;aspect-ratio: 1;padding: .5rem;}
/* .partner_home_wrap{background: var(--grey-color);} */

/* Our Partner Home End */

.home_blog_wrap{background: var(--grey-color);}

/* Faq */

.accordion-header { background: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 1rem; margin-bottom: 0; font-size: 18px; color: #000; line-height: 1.2;font-weight: 400; text-transform: uppercase; }
.accordion-content {padding: 10px 1rem;color: #fff;}
.conservation_data_inner {border: 1px solid rgba(0, 0, 0, .125);border-top: 0;}
.faq li:first-child .conservation_data_inner{border-top: 1px solid rgba(0, 0, 0, .125);border-top-left-radius: .25rem;border-top-right-radius: .25rem;}
.accordion-content p{font-size: 1rem;line-height: 1.2;}
.faq_flex {display: flex;flex-wrap: wrap;justify-content: space-between;}
.faq_left {width: 35%;}
.faq_right{width: 55%;}
.faq_sec{background: #383838;}




/* Home Quote Start */
.home_quote { position: relative;padding-bottom: 0;padding-top: 0;}
.quoteSwiper .images img {height: 100%;}
.quoteSwiper {width: 100%;}
.home_quote .quoteSwiper img { width: 100%; /*min-height:30rem;*/object-fit: cover;}
/* .quoteSwiper {height: 30rem !important;} */
/* .home_quote .quoteSwiper { position: absolute; top: 0; left: 0; width: 100%; height: 100% !important;}  */
.home_quote .quote-pagination { position: absolute; z-index: 9; right: 10%; left: auto; text-align: right; bottom: 10%;width: auto;padding: 2rem;}
.home_quote  .swiper-pagination-bullet {width: 12px; transition: 0.5s; opacity: 1 !important; height: 12px; background-color: #fff;}
.quote-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 52px;border-radius: 10px;background-color: var(--white);}
.about_agakhan_trust { background-size: 100% 100%; background-attachment: fixed; position: relative;}
.about_agakhan_trust:before { content: ''; display: inline-block; position: absolute; top: 0; left: 0; width: 50%; height: 100%; background-color: rgba(0, 0, 0, 0.7); }
.about_agakhan_trust_inner >div { width: 50%; position: relative;}
.about_agakhan_trust_inner .about_home_right { padding-left: 4rem; }
.about_home_right_bg { background-color: #ffffffe3; padding: 1rem; position: absolute; z-index: 2; max-width: 28.625rem; margin-top: 0; bottom: 50%; transform: translate(50%, 50%);}
 .about_home_right_inner { padding: 2rem;position: relative;line-height: 1.3;}
 .about_home_right_inner svg { position: absolute; width: 16%; top: 2rem; left: 2rem; z-index: -1;} 
 .about_home_right_inner .quote_content .lg_text  {display: flex; align-items: flex-start;}
 .about_home_right_inner .quote_content .sm_text { padding-left: 4rem;} 
 .about_home_right_inner .about_home_left_inner { padding-right: 4rem; }
.home_project_inner {display: flex; justify-content: space-between;}
.home_project_inner > div {width: 48%;}
.about_agakhan_trust_inner .about_home_left_inner .theme_btn {color: var(--white) !important; border-color:var(--white)}
.about_agakhan_trust_inner .about_home_left_inner .theme_btn:after {background-color:var(--white) }
.about_agakhan_trust_inner .about_home_left_inner .theme_btn:hover { color: var(--theme-color-black) !important;}
.home_quote img {width: 100%;}
.custom_form.message textarea.form-control {height: 50px !important;}
.custom_form.message {display: block;}
/* Home Quote End */

/* Inner About Start */

.counter {display: flex;flex-wrap: wrap;margin: 0 -.5rem;}
.counter li{padding: 0 .5rem;text-align: center;}
.inner_about_flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
.inner_about_left{width: 50%;}
.inner_about_right{width: 50%;}
.about_page_fact{margin-top: 2.5rem;}
.inner_about_right img {width: 100%;}

.mision_vision_sec{background: var(--grey-color);}
.vision_data_img {width: 17.75rem;height: 17.75rem;}
.vision_data_box_inner .vision_data_img img {width: 100%;transition: 0.5s;height: 100%;object-fit: cover;    border-radius: 50%;}
.vision_data_content {width: calc(100% - 17.75rem);padding-left: 3rem;}
.vision_data_content .title {margin-bottom: 1rem;}
.vision_data_box_inner { border-top-left-radius: 9rem; border-bottom-left-radius: 9rem; transition: 0.5s; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; position: relative; z-index: 1; }
.vision_data_box:nth-child(odd) .vision_data_box_inner {padding-left: 200px;}
.vision_data_box:nth-child(even) .vision_data_box_inner {flex-direction: row-reverse;padding-right: 200px;}
.vision_data_inner .vision_data_box {width: 100%;margin-bottom: 3rem;}
.vision_data_box_inner:before { content: ''; position: absolute; top: 0; left: 200px; width: calc(100% + var(--white-space)); height: 100%; background: #fff; z-index: -1; border-top-left-radius: 9rem; border-bottom-left-radius: 9rem; }
.vision_data_box:nth-child(even) .vision_data_box_inner:before { left: auto; right: 200px; border-top-right-radius: 9rem; border-bottom-right-radius: 9rem; border-top-left-radius: 0; border-bottom-left-radius: 0; }
.mision_vision_sec{overflow: hidden;}
.vision_data_content .title {font-size: 1.3rem;font-weight: 500;}
.vision_data_box:nth-child(even) .vision_data_box_inner .vision_data_content { padding-left: 0; padding-right: 3rem; }
.vision_data_inner {margin-bottom: -3rem;}

/* Inner About End */




/* Gallery Listing Start */

  .gall_listing {display: flex;flex-wrap: wrap;margin: 0 -1rem;}
  .gall_listing li{width: calc(100% / 4);padding: 0 1rem;margin-bottom: 2rem;}
  .gall_listing li img{width: 100%;object-fit: cover;aspect-ratio: 1;}

/* Gallery Listing End */




/* Blog Listing Start */

  .blog_ul_flex{display: flex;flex-wrap: wrap;margin: 0 -1rem;}
  .blog_ul_flex li{width: calc(100% / 3);padding: 0 1rem;margin-bottom: 2rem;}

/* Blog Listing End */



/* Blog Detail Start */
  .single_images{margin: 1rem 0;}
/* Blog Detail End */





/*Contact us Start */
.map_section iframe {height: 500px;}
.contact_form_box .map_location i { background: #fdc884; width: 70px; height: 70px; border-radius: 100px;transition: all 0.5sease-out; display: flex ; justify-content: center; align-items: center; font-size: 2rem; }
.contact_form_inner {border: 1px solid var(--black100);padding: 5rem 2rem 2rem;border-radius: 1rem;grid-template-columns: repeat(3, 1fr);display: grid;position: relative;}
.contact_form_box {padding: 2rem;text-align: center;}
.contact_form_box .map_location a:hover { color: var(--theme-color); }
.map_location a{transition: all .5s ease;}
.map_location a:hover {margin-left: 5px;}
.contact_form_box:hover .map_location i { background: var(--theme-color); color: #ffff; transition: all 0.5s ease-out; }
.contact_form_box:nth-child(odd) {border-right: 1px solid var(--black100);border-left: 1px solid var(--black100);}
.enquiry_form_wrap .sec_head { position: absolute; text-align: center; background: #fff; border: 1px solid var(--black100); border-radius: 100px; padding: 0.5rem 2.5rem; top: -50px; left: 50%; transform: translateX(-50%) translateY(-0%); }
.hidden {display: none;}

/*Contact us End */

/* Inner Page*/
.gallery_box {
  width: 24.33%;
  padding: 6px;
  -ms-flex: 25%;
  flex: 24.33%;
  max-width: 24.33%;
}
.cms_gallery .gallery_inner {
  display: flex;
  flex-wrap: wrap;
}
.cms_gallery .gallery_inner a i {
  position: absolute;
  top: 50%;
  background: #2196F3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0;
}
.cms_gallery .gallery_inner a {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms_gallery .gallery_inner .gallery_box:hover a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00000059;
  border-radius: 0px;
}
.cms_gallery .gallery_inner .gallery_box:hover a i {
  opacity: 1;
}
.gallery_home_left .gallery_box:nth-child(odd) {height: 610px;display: inline-block;width: 100%}
.gallery_home_left .gallery_box:nth-child(even) {height: 385px;display: inline-block;width: 100%}
.detail_img_item{height: 100%;width: 100%;}
.detail_img_item img{height: 22rem;object-fit: cover;}
.home_gallery .detail_img_item img{height: 100%;}
.gallery_home_left .gallery_box:nth-child(5) {transform: translateY(-225px);display: block;}
.inner_about_left{width: 50%;}
.inner_about_right{width: 50%;}
.about_page_fact{margin-top: 2.5rem;}


.sm_banner{display: none;}
.lg_banner{display: block;}

.gall_img img{width: 100%;}
.gall_img .images {height: 100%;}
.gall_img .images img{height: 100%;object-fit: cover;min-height: 25em;}
.our_partner_flex.bannerSlider .roomslider a.room_img img {height: 25rem;}
.custom_form.adults label, .custom_form.children label {display: none;}
.home_gallery .heading_wrap {margin-bottom: 2rem;}
.blogSwiper .ep-arrows {
  text-align: center;
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
.blogSwiper .ep-arrows img {height: 24px;}
.blogSwiper .ep-arrows button {
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50px;
  background-color: #faf6f1;
  align-items: center;
  justify-content: center;
  border: 1px solid #a3a3a3;
}

.mobile_pagination {margin-top: 4rem;transform: translateY(0rem) !important; display: none;  }
.max_width800 {max-width: 800px;}
.max_width1100 {max-width: 1100px;}
.section_description_hide {display: none;}
.bg_gray {background-color: #f1f1f1;}

.main hr { margin-bottom:30px; border:1px solid #FFF; border-bottom:1px solid #E5E5E5; }
.main ul { margin-bottom:30px; margin-left: 1.5rem;}
.main ul li { list-style:circle; padding-bottom: 0.5rem;}
.main ul ul { margin-left:18px; }
.main table { max-width:100%; margin:35px 0; background:#F5F5F5; box-shadow:1px 1px 0 rgba(0,0,0,.12); border-radius:5px; overflow:hidden; border-collapse:collapse; position:relative; }
.main table:before { content:""; width:100%; height:5px; position:absolute; top:0; left:0; z-index:1; }
.main table td, .main table th { padding:12px 30px; background:#F5F5F5; }
.main table th { padding:22px 30px 17px; font:800 14px/20px 'Open Sans', sans-serif; letter-spacing:1.2px; text-transform:uppercase; border: 1px solid #b7b7b7; position:relative; }
.main table th:before { content:""; width:100%; height:100%; position:absolute; top:0; left:0; opacity:.2; }
.main table tr:nth-child(odd) td { background:#EEE; }
.main table th:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
}
main table th:before{background-color: #A59D7E;}
.dumraoasis-icon {background: #b6b3ad59;padding: .5rem;width: 60px !important;}


@media (min-width: 1400px){
  .container {max-width: 1280px;}
  
}

@media (max-width: 1400px){
  .innovation_culture_box .innovation_culture_right .images {    width: 90%;}
  
}
