body {font-family: "Inter", sans-serif;line-height: 1.5;}
html {font-size: 16px;scroll-padding-top: var(--header-height);}

/* global */
:root{
    --theme-font: "Inter", sans-serif;
    --secondary-font : RecklessNeue;
    /* --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:#3E4095;
    --secondary-color:#70DAF0;
    --theme-color-black:#040707;
    /* --theme-color10: rgba(2, 48, 71, 0.01);
    --theme-color20: rgba(2, 48, 71, 0.02);
    --theme-color30: rgba(2, 48, 71, 0.03);
    --theme-color40: rgba(2, 48, 71, 0.04);
    --theme-color50: rgba(2, 48, 71, 0.05);
    --theme-color100: rgba(2, 48, 71, 0.10);
    --theme-color200: rgba(2, 48, 71, 0.20);
    --theme-color300: rgba(2, 48, 71, 0.30);
    --theme-color400: rgba(2, 48, 71, 0.40);
    --theme-color500: rgba(2, 48, 71, 0.50);
    --theme-color600: rgba(2, 48, 71, 0.60);
    --theme-color700: rgba(2, 48, 71, 0.70);
    --theme-color800: rgba(2, 48, 71, 0.80);
    --theme-color900: rgba(2, 48, 71, 0.90); */
    
    --theme-color-blue: rgb(33, 158, 188);
    /* --theme-color-blue10: rgba(33, 158, 188, 0.01);
    --theme-color-blue20: rgba(33, 158, 188, 0.02);
    --theme-color-blue30: rgba(33, 158, 188, 0.03);
    --theme-color-blue40: rgba(33, 158, 188, 0.04);
    --theme-color-blue50: rgba(33, 158, 188, 0.05); */
    --theme-color-blue100: rgba(33, 158, 188, 0.10);
    --theme-color-blue200: rgba(33, 158, 188, 0.20);
    --theme-color-blue300: rgba(33, 158, 188, 0.30);
    --theme-color-blue400: rgba(33, 158, 188, 0.40);
    --theme-color-blue500: rgba(33, 158, 188, 0.50);
    --theme-color-blue600: rgba(33, 158, 188, 0.60);
    --theme-color-blue700: rgba(33, 158, 188, 0.70);
    --theme-color-blue800: rgba(33, 158, 188, 0.80);
    --theme-color-blue900: rgba(33, 158, 188, 0.90);
    
    --text-color: #343438;
    --danger: #FF0000;
    /* colors end */
    --theme-color-yellow:#ffb703;
    }
    .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;}

.common_padding{ padding-block:5.625rem; }
.fst_sec {padding-top: calc(var(--header-height) + 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: RecklessNeue;
      src: url(../fonts/RecklessNeue-Thin.ttf);
      font-weight: 200;
    }
    @font-face {
      font-family: RecklessNeue;
      src: url(../fonts/RecklessNeue-Light.ttf);
      font-weight: 300;
    }
    @font-face {
      font-family: RecklessNeue;
      src: url(../fonts/RecklessNeue-Regular.ttf);
      font-weight: 400;
    }
    @font-face {
      font-family: RecklessNeue;
      src: url(../fonts/RecklessNeue-Medium.ttf);
      font-weight: 500;
    }
    @font-face {
      font-family: RecklessNeue;
      src: url(../fonts/RecklessNeue-SemiBold.ttf);
      font-weight: 600;
    }
    @font-face {
      font-family: RecklessNeue;
      src: url(../fonts/RecklessNeue-Bold.ttf);
      font-weight: 700;
    }
.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 {color: #464951;font-family: var(--theme-font);font-size: 1.1rem;font-style: normal;font-weight: 300;line-height: 1.7em;}
/* .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: var(--theme-color); }
a:hover:-webkit-any-link{color: #000;}
/* 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 {background-color: var(--theme-color);border: 1px solid var(--theme-color);color: var(--white) !important;border-radius: 10px;padding: 1rem 3rem;transition: all .5s ease;margin-top: 1rem;}

  /* .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;}
  .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(--theme-color) !important;border: 1px solid var(--theme-color);}
.btn_space { margin-top: 2.188rem;}


.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; }
.scrolling-down { background-color: var(--theme-color);}
.sml-header .header_logo img {    height: 3.7rem!important;}
/* .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: transparent; box-shadow: 0 0 50px #0000001a;}
/* .sml-header {    transform: translateY(-50px);} */
.inner_page header { }
.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;}
/* .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 {padding-block: 0.3rem;background-color: #ffffffc9;backdrop-filter: blur(5px);}
.top_nav {display: flex;list-style: none;padding-left: 0; align-items: center;}
.bottom_header .header_logo img {    height:5.7rem;transition: all .5s ease;}
/* 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: 1.05rem 1rem 1.05rem;color: #000;font-family: var(--theme-font);font-size: 1.125rem;font-style: normal;font-weight: 400;line-height: normal;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);}
.top_nav > li:last-child > a {background-color: var(--theme-color);border: 1px solid var(--theme-color); color: var(--white);border-radius: 10px;padding: 0.6rem 1rem 0.6rem 1rem;transition: all .5s ease;}
.top_nav > li:last-child > a:hover {background-color: transparent;border: 1px solid var(--theme-color); color: var(--theme-color);}
/* .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;right: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);
  border-left: solid 5px var(--theme-color);
  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;}


.sub_menu a:before{display:none}

.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; right: 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(--top-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; }
.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: 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; top: auto;bottom: 0; left: 0;text-align: left; 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 {color: #FFF;font-family: RecklessNeue;font-size: 3.75rem;font-style: normal;font-weight: 700;line-height: normal;}
.banner_content .text_sm {color: #FFF;font-family: var(--theme-font);font-size: 26px;font-style: normal;font-weight: 600;line-height: normal;}
.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: 10%;  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 { max-width: 52rem; color: var(--white);}
.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: 3rem; 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:1rem;}
.heading_wrap .sec_head {margin-bottom: 1rem;}
.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 {color: #2E2E32;font-family: var(--secondary-font);font-size: 2.5rem;font-style: normal;font-weight: 300;line-height: 1.2;margin-bottom: 1rem;}
.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; }
.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 / 340;}
/* 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_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; backdrop-filter: blur(2px); 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;height: 100%;}
.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: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: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 */
































/* FOOTER CSS */
footer{ padding-block: 0;}
/* .ftr_sec_intro img {     filter: invert(1);} */
/* footer * {color: var(--white);} */
.map_location  {color: #919191; display: flex; align-items: center; margin-top: 1rem;   font-weight: 500;}
.map_location svg {height: 1.2rem; color: #919191;}
.address_line { color: #cecece;display: flex;align-items: baseline;}
.address_line i{color: #000;margin-right: .5rem;}
.address_line p{   opacity: .8; color: #1D1D20;font-family: var(--theme-font);font-size: 1.0625rem;font-style: normal;font-weight: 400;line-height: normal;}
.map_location svg path {fill: #919191;  color: #919191;}
.open_hour { padding-right: 5rem;}
.open_hour li {display: flex; justify-content: space-between; color: #cecece; }
.footer_sections {padding-block:5.125rem;padding-bottom: 2.5rem;}
.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}
.f_menu li a {opacity: 0.8;}
/* .ftr_sec_intro{    width: 16.125rem;margin-right: 4rem;} */
.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(--white);   font-family: Classyvogueregular;}
.ftr_copyright{display:flex;font-size:.688rem;color:var(--white400);justify-content:space-between}
.ftr_sec1 {    margin-right: 1rem;}
.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_social_icons{margin-top: 2rem;}
.ftr_social_icons ul li:first-child{padding-left: 0;}
.footer_heading{font-family: var(--theme-font); font-size: 1.3125rem; font-style: normal; font-weight: 600; line-height: normal;margin-bottom: 1rem;}
/* .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: .5;}
.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;}
.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: 1rem 0; background-color: #070707; }
.bootom_menu_footer .copyright_text { color: var(--white); opacity: 0.5;     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 */
.inner_banner { height: 35rem; margin-top: var(--top-header-height); position: relative; }
.inner_banner:after {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%;height: 100%; background-color: rgba(0, 0, 0, 0.5); }

.inner_banner img { max-width: 100%; object-fit: cover; width: 100%; height: 100%; }
.breadcrumbs {  } .breadcrumbs ul { display: flex; } 
.breadcrumbs ul li, .breadcrumbs ul li a { font-weight: 300; color: var(--white); }
.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;}






@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;
}






/* Home Services Start*/

.our_services {background: var(--grey-color);}
.our_service_img img{width: 100%;height: 300px;object-fit: cover;}
.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{background-color: #fff;padding: 1rem;}
.rd_btn {color: var(--theme-color);margin-top: 1rem;}

/* Home Service End */



/* Home Testimonial Start */

.testimonial_slider{padding-bottom: 3rem;padding-top: 5rem;}
.testimonial_slider .swiper-pagination{bottom: 0;}
.review_name {font-size: 1.3rem;font-weight: 500;}
.testi_box {position: relative; transition: 0.5s ease; height: 100%; border-radius: 25px; border: 1px solid #ECF3F4; background: #fff; padding: 3.125rem;}
.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: 1rem;}
.review_brief{font-size: .9rem;margin-top:.5rem ;}

/* 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;}







/* Inner About Start */

.about_inner_sec{position: relative;z-index: 1;}
.about_inner_sec::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(/themes/images/about_icim.svg);z-index: -1;background-size: 100%;background-repeat: no-repeat;transform: translateY(9rem);}
.inner_about_flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
.inner_about_left{width: 55%;}
.inner_about_right {width: 40%;background: #fff;display: flex;align-items: center;border-radius: 40px;}
.inner_about_right img{object-fit: cover;border-radius: 40px;width: 100%;}
.about_page_fact{margin-top: 2.5rem;}
.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;}
/* .content p{color: #464951;font-family: var(--theme-font);font-size: 1.1875rem;font-style: normal;font-weight: 400;line-height: 1.875rem; } */

/* 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;margin-bottom: 2rem;}
  .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 */




.swiper-button-disabled{display: none!important;}






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




.abt_btm_hdng{display: flex;width: 35rem;height: 4.375rem;padding: .25rem 2.563rem;justify-content: center;align-items: center;gap: 10px;flex-shrink: 0;border-radius: 24px;border: 2px solid var(--secondary-color);margin: 0 auto;transition: all .5s ease;margin-top: .5rem;}
.abt_btm_hdng:hover{background: var(--secondary-color);}
.red_btn{font-family: var(--theme-font); font-size: 1rem; font-style: normal; font-weight: 500; line-height: normal; padding: 1rem 2rem; border-radius: .5rem; transition: all .5s ease;}
.red_btn:hover {background: var(--theme-color);cursor: pointer;color: #fff!important;}
.core_stngth_flex {display: flex;flex-wrap: wrap;justify-content: space-between;}
.core_stngth_right{width: 35%;}
.core_stngth_left {width: 55%;}
.core_stngth_left img{width: 100%;border-radius: 3.125rem;}
.core_strnth_txt ul{padding-left: 2.5rem;margin-bottom: -1.25rem;}
.core_strnth_txt li{color: #1D1D20;font-family: var(--theme-font);font-size: 1.188rem;font-style: normal;font-weight: 400;line-height: 1.688rem;margin-bottom: 1.25rem;position: relative;}
.core_strnth_txt li:before{content: '';width: 1.8rem;height: 1.8rem;background: url(/themes/images/chk_li.svg);border-radius: 50%;position: absolute;left: -2.5rem;top: 2px;background-repeat: no-repeat;}
.sec_head span{display: inline-block;padding: 2.744px 28.128px;justify-content: center;align-items: center;gap: 6.86px;flex-shrink: 0;border-radius: 16.465px;border: 1.372px solid var(--secondary-color);background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 100%), rgba(217, 217, 217, 0.00);transition: all .5s ease;}
.sec_head span:hover{background: var(--secondary-color);}
.msx_vsn_hm_flex {display: flex;flex-wrap: wrap;margin: 0 -1rem;}
.msn_vsn_bx{width: calc(100% / 2);padding: 0 1rem;}
.msn_vsn_bx_inr { display: flex ; flex-wrap: wrap; justify-content: space-between; border-radius: 25px; border: 1px solid #ECF3F4; background: #FFF; padding: 3.125rem; transition: all .5s ease;height: 100%;}
.msn_vsn_bx:hover .msn_vsn_bx_inr{border-color: var(--secondary-color);box-shadow: 1px 10px 20px 0px #00000014;}
.msn_vsn_icn {width: 8.438rem;height: 8.438rem;display: flex;align-items: center;justify-content: center;background: #EEF8EE;border-radius: 50%;}
.msn_vsn_txt {width: 70%;}
.msn_vsn_hdng span{color: #343437;font-family: var(--theme-font);font-size: 1.25rem;font-style: normal;font-weight: 400;line-height: 27.51px;text-transform: uppercase;letter-spacing: 1;}
.msn_vsn_hdng{color: var(--theme-color);font-family: var(--secondary-font);font-size: 2.8113rem;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 3.6px;text-transform: capitalize;}
.msn_vsn_txt p { color: #464951; font-family: var(--theme-font); font-size: 1.01rem; font-style: normal; font-weight: 400; line-height: 25px; }
.msn_vsn_bx:nth-child(even) .msn_vsn_icn {background: #E2F6FA;}
.bg_line{position: relative;z-index: 1;}
.bg_line>svg{position: absolute;bottom: -2.5rem;z-index: -1;}
.sml-header .bottom_header {background: #e2f6facc;}
.what_offr_bg{background: url(/themes/images/what_offer_bg.jpg);background-size: cover;background-repeat: no-repeat;}
.what_offer_text{padding: 2rem;}
.what_offer_li a {border-radius: 24px 24px;background: linear-gradient(180deg, rgba(71, 181, 202, 0.16) 80%, rgba(71, 181, 202, 0.63) 100%);backdrop-filter: blur(2px);color: #fff;display: inline-block;height: 100%;transition: all .5s ease;width: 100%;}
.what_offer_li a:hover{background: var(--secondary-color);cursor: pointer;color:#fff;}
.what_offer_ul {display: flex;flex-wrap: wrap;margin: 0 -1rem;justify-content: center;margin-bottom: -2.5rem;}
.what_offer_ul li{width: calc(100% / 3);padding: 0 1rem;margin-bottom: 2.5rem;}
.what_we_offr_img img{width: 100%;border-top-right-radius: 24px;border-top-left-radius: 24px;height:270px;object-fit: cover;}
.bg_blue{background: #F4FDFF;}
.join_icim_hdng {color: var(--theme-color);font-family: var(--theme-font);font-size: 1.3125rem;font-style: normal;font-weight: 600;line-height: normal;margin-bottom: 0;}
.join_icim_txt p { color: #1D1D20; font-family: var(--theme-font); font-size: 1.0625rem; font-style: normal; font-weight: 400; line-height: normal; }
.join_icim_flex {display: flex;flex-wrap: wrap;justify-content: space-between;}
.join_icim_right {width: 44%;}
.join_icim_right img{width: 100%;border-radius: 20px;height: 100%;object-fit: cover;}
.join_icim_left {width: 50%;padding-left: 4rem;}
.join_icim_bx_inr {display: flex;flex-wrap: wrap;justify-content: space-between;}
.join_icim_txt {width: 87%;}
.join_icim_bx {margin-bottom: 2rem;}
.choose_icim_bx{background: #fff;border-radius: 40px;padding: 4rem;transition: all .5s ease;border: .3rem solid transparent;}
.choose_icim_bx:hover{box-shadow: 0px 10px 20px 0px #00000014;border: .3rem solid var(--secondary-color);}
.check_li ul{padding-left: 2.5rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.check_li li{position: relative;margin-bottom: 1.5rem;}
.check_li li:before {content: '';width: 1.8rem;height: 1.8rem;background: url(/themes/images/chk_li.svg);border-radius: 50%;position: absolute;left: -2.5rem;top: 2px;background-repeat: no-repeat;}
.choose_icim li{color: var(--theme-color);font-family: var(--theme-font);font-size: 1.3125rem;font-style: normal;font-weight: 600;line-height: normal;width: calc(100% / 3 - 3rem) ;}
.cmt_flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
.cmt_left{width: 55%;}
.cmt_left img{width: 100%;border-radius: 50px;}
.commt_right{width: 35%;}
.cmt_sec{position: relative;z-index: 1;}
.cmt_sec::before{content: ''; position: absolute; top: -15rem; left: 0; width: 16.25rem; height: 23.438rem; background: url(/themes/images/frame.svg); z-index: -1;}
.sec_head_sm { color: var(--theme-color); font-family:var(--theme-font); font-size: 1.3125rem; font-style: normal; font-weight: 600; line-height: normal; margin-bottom: 1.25rem;}
.btm_white_bx p { color: #1D1D20; text-align: center; font-family: var(--theme-font); font-size: 1rem; font-style: normal; font-weight: 600; line-height: 1.6875rem; }
.btm_white_bx { border-radius: 4rem; border: 1px solid var(--secondary-color); background: #FFF; padding: 1rem; margin-top: 3rem;}
.bg_darkblue {background: url(/themes/images/bg_dark_blue.svg);background-repeat: no-repeat;background-size: 100%;padding: 7rem 0 4rem 0;position: relative;z-index: 1;overflow: hidden;}
.bg_darkblue:after {content: '';position: absolute; bottom: 0; left: 0; width: 100%; height: 50%;background-color: #d6f5fb;z-index: -1;}
.footer_box {background: #fff;border-radius: 40px;padding: 4rem;transition: all .5s ease;border: .3rem solid transparent;text-align: center;position: relative;}
.footer_box p { color: #2B2B2F; text-align: center; font-family: var(--theme-font); font-size: 1.3125rem; font-style: normal; font-weight: 500; line-height: 2rem; }
.btn_blue{background-color: var(--theme-color);border: 1px solid var(--theme-color); color: var(--white)!important;border-radius: 10px;padding: 1rem 3rem;transition: all .5s ease;font-size: 1.125rem;font-style: normal;font-weight: 700;line-height: normal;}
.btn_blue:hover{background-color:transparent;cursor: pointer;color: var(--theme-color)!important;border: 1px solid var(--theme-color);}  
.ftr_sec_intro>a>img {max-height: 4.0625rem;}
.ftr_sec_intro{width: 20.125rem;margin-right: 5rem;}
.footer_sections {position: relative;display: flex;padding-top: 5rem;}
.footer_sections>div{width: calc(100% / 4);}
.ftr_social_icons a{width: 3.0625rem;height: 3.0625rem;border-radius: 50%;border: 1px solid #2B2B2F;display: flex;align-items: center;justify-content: center;}
.ftr_social_icons img{filter: brightness(.1);}
.copyright_text {color: #89A6AD; font-family: var(--theme-font); font-size: 0.8125rem; font-style: normal; font-weight: 400; line-height: normal; }
.copyright_text a{color: #89A6AD; font-family: var(--theme-font); font-size: 0.8125rem; font-style: normal; font-weight: 400; line-height: normal; display: inline-flex;align-items: center;}
.copyright_text a img{filter: grayscale(.8);max-width: 1.5rem;margin-left: .5rem;}
/* .f_menu{display: flex;align-items: center;flex-wrap: wrap;} */
/* .f_menu li{margin: 0 1.5rem;} */
.f_menu li a{color: #000;font-family: var(--theme-font);font-size: 1.125rem;font-style: normal;font-weight: 400;line-height: normal;}
.footer_box .fst_vctr{position: absolute;top: 1rem;left: -7rem;}
.footer_box .scnd_vctr{position: absolute;top: -4rem;left: 10rem;opacity: .5;}
.footer_box .thrd_vctr{position: absolute;bottom: 2rem;left: -3.5rem;}
.footer_box .frth_vctr{position: absolute;top: -2rem;right: 4rem;}
.footer_box .fifth_vctr{position: absolute;top: 4rem;right: -11rem;}
.footer_box .sxth_vctr{position: absolute;top: 4rem;right: -5rem;}
.footer_box .sth_vctr{position: absolute;bottom: -1.5rem;left: 25rem;}
.footer_box .eth_vctr{position: absolute;bottom: -2rem;left: 15rem;}
.white_box { background: #fff; border-radius: 40px; padding: 2rem; transition: all .5s ease; border: .3rem solid transparent; }
.who_we_are_list .bx_main{display: flex;flex-wrap: wrap;align-items: center;margin-bottom: 1.5rem;}
.who_we_are_list .bx_main .image{width: 15%;}
.who_we_are_flex {display: flex;flex-wrap: wrap;justify-content: space-between;}
.who_we_are_left {width: 48%;}
.who_we_are_right {width: 45%;}
.pb_8{padding-bottom: 8rem;}
.w_80{width: 80%;}
.who_we_are_list .bx_main h4{color: #000;font-family: var(--theme-font);font-size: 1.1rem;font-style: normal;font-weight: 600;line-height: 2.0625rem;width: 82%;margin-bottom: 0;}
.p_relative{position: relative;z-index: 1;}
.who_we_vector_fst{position: absolute;bottom: 1rem;}
.who_we_vector_line{position: absolute;bottom: 0;left: 0;}
.who_we_vector_scnd{position: absolute;bottom: 1rem;left: 32rem;animation: loader-animation 5s linear infinite;}
.who_we_vector_thrd{position: absolute;right: 5rem;bottom: 2rem;}
.core_values_listing {display: flex;flex-wrap: wrap;margin-bottom: -3rem;}
.core_value_box{width: calc(100% / 2);padding: 0 2rem;margin-bottom: 3rem;}
.core_value_box_inner {display: flex;flex-wrap: wrap;justify-content: space-between;}
.core_value_img {width: 22%;}
.core_value_img img{width: 100%;}
.core_data_content{width: 73%;}
.core_data_content .title{color: var(--theme-color);font-family: var(--theme-font); font-size: 1.3125rem; font-style: normal; font-weight: 600; line-height: normal; }
.core_data_content .section_description_show{color: #1D1D20; font-family: var(--theme-font); font-size: 1.0625rem; font-style: normal; font-weight: 400; line-height: normal; margin-top: 1rem; }
.core_value_sec {border-bottom: 1px solid #ccc;}
.reco_flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
.reco_left{width: 45%;}
.reco_right{width: 50%;}
.reco_img{width: 100%;}
.reco_img img{width: 100%;border-radius: 50px;}
.reco_list ul{padding-left: 2rem;margin-bottom: -1.5rem;}
.reco_list li { color: #3E4095; font-family: var(--theme-font); font-size: 1.1rem; font-style: normal; font-weight: 600; line-height: 1.6rem; margin-bottom: 1.5rem;position: relative; padding-left: 0;}
.reco_list li:before {content: '';width: 1.2rem;height: 1.2rem;background: url(/themes/images/down_right_arrow.svg);position: absolute;left: -2rem;top: 0;background-repeat: no-repeat;background-size: 100%;background-size: contain;}
.sub_title {color: #464951;font-family: var(--theme-font);font-size: 1.3125rem;font-style: normal;font-weight: 500;line-height: 2.0625rem;margin-bottom: 2rem;}
.sub_title p{color: #464951; font-family: var(--theme-font); font-size: 1.313rem; font-style: normal; font-weight: 300; line-height: 2.063rem;}
.contact_frm{background: #fff; border-radius: 40px; padding: 4rem; transition: all .5s ease; border: .3rem solid transparent;}
.btnSubmit{background-color: var(--theme-color);border: 1px solid var(--theme-color);color: var(--white)!important;border-radius: 10px;padding: 1rem 3rem;transition: all .5s ease;margin-top: 1rem;}
.btnSubmit:hover{background-color:transparent;cursor: pointer;color: var(--theme-color)!important;border: 1px solid var(--theme-color);}
.pb_10{padding-bottom: 10rem;}
.custom_form>div:first-child{margin-bottom: .5rem;}
.contact_box_flex{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 -2rem;}
.contact_box{width: calc(100% /  2);padding: 0 2rem;}
.contact_box_inner {background: #fff;border-radius: 40px;padding: 4rem;transition: all .5s ease;border: .3rem solid transparent;position: relative;}
.contact_box_inner li {margin-bottom: 1.5rem; display: flex;}
.contact_box_inner li i{color: var(--theme-color); font-size: 2rem; font-style: normal; font-weight: 600; line-height: normal;}
.contact_box_inner li p{ color: var(--theme-color); font-family: var(--theme-font); font-size: 1.3125rem; font-style: normal; font-weight: 500; line-height: normal;margin-left: 1.5rem;}
.contact_box_inner li a{ color: var(--theme-color); font-family: var(--theme-font); font-size: 1.3125rem; font-style: normal; font-weight: 500; line-height: normal;margin-left: 1.5rem;transition: all .5s ease;}
.contact_box_inner li a:hover{text-decoration: underline;cursor: pointer;}
.cntct_box_vctr_scnd{position: absolute;bottom: -2rem;left: 15rem;animation: loader-animation 5s linear infinite;}
.cntct_box_vctr_thrd{position: absolute;top: -2rem;right: 4rem;animation: loader-animation 5s linear infinite;}
.bg_contact_line{position: relative;z-index: 1;}
.bg_contact_line .container>svg{position: absolute;bottom: 5rem;z-index: -1;left: 0;}
.what_offer_ul_inner{display: flex;flex-wrap: wrap;margin: 0 -1rem;justify-content: center;margin-bottom: -2.5rem;}
.what_offer_ul_inner li {width: calc(100% / 3);padding: 0 1rem;margin-bottom: 2.5rem;}
.what_offer_ul_inner a{background-color: var(--theme-color);}
.small_wdth{max-width: 980px;margin: 0 auto;}
.what_we_offr_inr_img img{border-radius: 1.5rem;}
.bg_training_line{position: relative;z-index: 1;}
.bg_training_line>svg{position: absolute;left: 0;z-index: -1;bottom: auto;top: 10rem;}
.our_courses_inner h4 {margin-bottom: 2rem; font-size: 1.5rem; font-style: normal; font-weight: 600; color: #2E2E32; font-family: var(--secondary-font); }
.admin_li{padding-left: 2rem; font-family: var(--theme-font); font-size: 1rem; font-style: normal; font-weight: 400; color: #1D1D20;}
.admin_li li{position: relative;margin-bottom: 1rem;}
.li_flex{display: flex;flex-wrap: wrap;}
.li_flex li{width: calc(100% / 2);font-size: 1rem;}
.admin_li li:before {content: '';width: 1.25rem;height: 1.25rem;background: url(/themes/images/chk_li.svg);border-radius: 50%;position: absolute;left: -2rem;top: 3px;background-repeat: no-repeat;background-size: contain;}
.listing_two {display: flex;flex-wrap: wrap;margin: 0 -1rem;margin-bottom: 2rem;}
.listing_two>div{width: calc(100% / 2);padding: 0 1rem;}
.what_offer_text p { color: #fff; font-family: var(--theme-font); font-size: 1.0625rem; font-style: normal; font-weight: 300; line-height: normal; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bg_contact_line:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(/themes/images/about_icim.svg);z-index: -1;background-size: 100%;background-repeat: no-repeat;transform: translateY(9rem);}
.bg_training_line::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 51.5rem;background: url(/themes/images/about_icim.svg);z-index: -1;background-size: 100%;background-repeat: no-repeat;transform: translateY(9rem);}
.heading_wrap>svg {animation: loader-animation 5s linear infinite;}
.top_box_wrap>svg {animation: loader-animation 5s linear infinite;}
b, strong {font-weight: bold;}
.past_training_img{display: flex;flex-direction: column;}
.past_training_img img{float: right;object-fit: cover;border-radius: 40px;margin-left: 5rem;margin-bottom: 1rem;width: 45%;}
.form_heading>div {color: #2B2B2F;font-family: var(--theme-font);font-size: 1.3125rem;font-style: normal;font-weight: 500;line-height: 2rem;}
.form_heading{margin-bottom: 0!important;}
.trning_dtl_flex {display: flex;flex-wrap: wrap;justify-content: space-between;}
.trning_dtl_img {width: 44%;}
.trning_dtl_txt {width: 50%;}
.trning_dtl_img img {object-fit: cover;border-radius: 40px;width: 100%;}
.clear_both{clear: both;}
.training_gall{display: flex;flex-wrap: wrap;margin: 0 -1rem;margin-bottom: -2rem;}
.training_gall li{width: calc(100% / 3);padding: 0 1rem;margin-bottom: 2rem;}
.training_gall li img {width: 100%;object-fit: cover;height: 100%;max-height: 300px;border-radius: 1.5rem;}
.training_bottom_sec .traning_sec:nth-child(even) .past_training_img img {float: left;margin-left: 0;margin-right: 5rem;}
.form_price {display: flex;align-items: center;}
.form_price>div{margin-bottom: 0!important;font-weight: 600;}
ol>li{ color: #464951; font-family: var(--theme-font);font-style: normal; font-weight: 500; line-height: 2.063rem; }
ol>li>p { color: #464951; font-family: var(--theme-font); font-size: 1.1rem; font-style: normal; font-weight: 500; line-height: 2.063rem; margin-bottom: 0;}
.who_we_are_list {display: flex;flex-wrap: wrap;width: 100%;justify-content: center;}
.who_we_are_list .bx_main{width: calc(100% / 3);}
.admin_li li p{line-height: 1.2rem;}
.btn_sky_blue{background-color: var(--secondary-color); border: 1px solid var(--secondary-color); color: var(--white) !important; border-radius: 10px; padding: 1rem 3rem; transition: all .5s ease; font-size: 1.125rem; font-style: normal; font-weight: 700; line-height: normal;}
.btn_sky_blue:hover{background-color:transparent;cursor: pointer;color: var(--secondary-color)!important;border: 1px solid var(--secondary-color);}
.trning_dtl_innr>img {float: right;object-fit: cover;border-radius: 40px;margin-left: 5rem;margin-bottom: 1rem;width: 45%;}
.trning_dtl {display: flex;flex-direction: column;}
.admin_li>li>.admin_li{list-style: disc;margin-top: .5rem;}
.admin_li>li>.admin_li li{margin-bottom: .5rem;}
.admin_li>li>.admin_li li::before{display: none;}
ol>li>.admin_li{list-style: disc;margin-top: 0;}
ol>li>.admin_li li{margin-bottom: .5rem;}
ol>li>.admin_li li::before{display: none;}
.taining_logo { display: flex ; justify-content: center; margin: 0 -1rem; flex-wrap: wrap; margin-bottom: 3rem;}
.taining_logo li { width: calc(100% / 2); padding: 0 1rem; height: auto; }
.small_logo_img { width: 100%; background: #fff; height: 100%; display: flex ; align-items: center; justify-content: center; padding: .5rem; border-radius: 1.5rem; }
.small_logo_img>img { max-height: 135px; }
.contact_box_map {height: 100%;}
.contact_box_map>div {height: 100%;}
.contact_box_map>div p{height: 100%;}
.contact_box_map>div iframe{border-radius: 40px;}
.btn_inline{display: flex;justify-content: space-around;flex-wrap: wrap;}
.form_heading>div:first-child {margin-top: 1rem;background: var(--theme-color);color: #fff;padding: 0.5rem 1rem;}
.box_listing {display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0;margin-bottom: -1.5rem;}
.box_listing li:before{display: none;}
.box_listing li{background: var(--theme-color); color: #000; padding: 1rem; margin-bottom: 1.5rem; width: calc(95% / 4); border-radius: 1rem; line-height: 1.2; height: 10rem; aspect-ratio: 1;display: flex ; align-items: center; justify-content: center; font-size: 1.3rem;text-align: center;}
table {width: 100%;box-sizing: border-box;}
th, td{border: 1px solid var(--theme-color);padding: .3rem .5rem;}
/* .membership_plan_flex {display: flex;justify-content: space-between;flex-wrap: wrap;max-width: 980px;margin: 2rem auto 0;} */
.checkbox_wrapper label{font-size: .9rem;}
.training_desc_two_box{float: right;}
.bg_box>div:first-child {background: #d7e8fa;padding: 3rem;border-radius: 2rem;}
.bg_box {margin: 0 1rem;}
.box_listing li:first-child{background: #cfd0fc !important;}
.box_listing li:last-child{background: #e6f8fb!important;}
.box_listing li:nth-child(odd):nth-child(2n) {background: #d7e8fa;}
.box_listing li:nth-child(odd):nth-child(3n) {background: #efbcfe;}
.box_listing li:nth-child(even) {background: #d7e8fa;}
table th{background: #d7e8fa;}
table tr{background: #fff !important;}
ol {padding-left: 1.2rem;}
.datepicker{padding: .375rem .75rem!important;}
.add_more {background-color: var(--theme-color);border: 1px solid var(--theme-color);color: var(--white);border-radius: 10px;padding: 0.6rem 1rem 0.6rem 1rem;transition: all .5s ease;width: 100%;}
.add_more:hover{background: transparent;color: var(--theme-color);}
.w-95{width: 95%;}
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5!important; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da;     border-radius: .375rem;}
.select2-container--default .select2-selection--single{border: none!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 36px!important;}
.ftr_ntro_logo{width: 150px;}
.li_disc{list-style: disc;padding-left: 1.5rem;}
.change_sec_color>section{padding-top: 0;}
.change_sec_color>section{background: #f4fdff!important;}
.change_sec_color>section:nth-child(3n+1) .membership_elgiblity_main_box {background: #eaf5ff;padding: 2rem;border-radius: 1rem;}
.change_sec_color>section:nth-child(3n+2) .membership_elgiblity_main_box {background: #f5f5fe;padding: 2rem;border-radius: 1rem;}
.change_sec_color>section:nth-child(3n+3) .membership_elgiblity_main_box {background: #e9fbff;padding: 2rem;border-radius: 1rem;}
/* .change_sec_color>section:last-child .membership_elgiblity_main_box{background: transparent!important;padding: 0!important;} */
.membership_elgiblity_flex {display: flex;flex-wrap: wrap;margin: 0 -1rem;}
.membership_elgiblity_flex>div {padding: 0 1rem;width: 50%;}
.membership_sec>img{float: right; object-fit: cover; border-radius: 40px; margin-left: 5rem; margin-bottom: 1rem; width: 45%;}
.doc_req>div{display: flex;flex-wrap: wrap;align-items: flex-end;height: 100%;}
.doc_lst { list-style: auto; font-size: .9rem; padding-left: 1rem; margin-top: 1rem; }
.red{color: red;}
.single_images img{width: 100%;}
.login_logo img{max-width: 150px;}
.button-1, .button-2 { background-color: #3E4095; border: 1px solid transparent; border-radius: 100px; box-sizing: border-box; color: #FFFFFF!important; flex: 0 0 auto; font-size: 20px; font-weight: 600; padding: 12px 22px; text-align: center; -webkit-user-select: none; touch-action: manipulation; width: auto; margin-right: 10px; display: inline-block; transition: all .3s; }
.button-2 {background-color: #70DAF0;color: #FFFFFF;}
.button-1:hover { background-color: #70DAF0; color: #FFFFFF; transform: scale(1.03); box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px; }
.button-2:hover { background-color: #3E4095; color: #FFFFFF; transform: scale(1.03); box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px; }





.toltip {
  position: relative;
  display: inline-block;
  margin-left: .5rem;
  cursor: pointer;
  /* border-bottom: 1px dotted black; */
}

.toltip .tooltiptext {
  visibility: hidden;
  width: 225px;
  background-color: #d9d9ec;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  font-size: .85rem;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.toltip:hover .tooltiptext {
  visibility: visible;
}
.client_gall {display: flex;flex-wrap: wrap;margin: 0 -1rem;margin-bottom: -2rem;}
.client_gall li{width: calc(100% / 5);padding: 0 1rem;margin-bottom: 2rem;}
.client_gall li a{display: inline-block;background-color: #fff;}
.client_logo_slider img{width: 100%;}
.client_slider {padding-bottom: 3rem;}
.client_logo_slider a {
    background: #fff;
    min-height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
}







@keyframes loader-animation {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

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

#pageloader {
			background: #ffffffa1;
			display: none;
			height: 100%;
			position: fixed;
			width: 100%;
			z-index: 9999;
			top: 0;
			left: 0;
		}

		#pageloader img {
			left: 50%;
			margin-left: -32px;
			margin-top: -32px;
			position: absolute;
			top: 50%;
		}
    .apply_btn{height: 100%;display: flex;align-items: flex-end;}
    .pymnt_dtl li{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .pymnt_dtl p{margin-bottom: 0;}

.user_logged_panel .username {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: var(--white);
  border-radius: 10px;
  padding: 0.6rem 1rem 0.6rem 1rem;
  transition: all .5s ease;
  font-weight: 600;
  max-width: 165px;
}
.knowledge_part_flex{display: flex;flex-wrap: wrap;margin: 0 -1rem;justify-content: center;}
.knowledge_part_flex .bx_main {width: calc(100% / 5);padding: 0 1rem;}
.knowledge_part_flex h4{display: none;}
.knowledge_part_flex section {padding-bottom: 0;}