body {font-family: 'Mulish', sans-serif; line-height: 1.5;background-color: #eef2f8;}
html {font-size: 16px; scroll-behavior: smooth;scroll-padding-top: 2rem; }
/* global */
:root{
    --theme-font: 'Mulish', sans-serif;
    --secondary-font : 'Poppins', sans-serif;
    --primary-font : 'Fira Sans', sans-serif;

    --muli-font: 'Mulish', sans-serif;
    --poppins-font : 'Poppins', sans-serif;
    --fira-sans-font : 'Fira Sans', sans-serif;

    /* --sidebar-hover-width: 16.563rem; */
    
    /* colors */
    --grey-color:#f6f6f6;
    --grey-color-dark:#383838;



    --white: hsl(0, 0%, 100%);
    --white10: hsla(0, 0%, 100%, 0.01);
    --white20: hsla(0, 0%, 100%, 0.02);
    --white30: hsla(0, 0%, 100%, 0.03);
    --white40: hsla(0, 0%, 100%, 0.04);
    --white50: hsla(0, 0%, 100%, 0.05);
    --white100: hsla(0, 0%, 100%, 0.10);
    --white200: hsla(0, 0%, 100%, 0.20);
    --white300: hsla(0, 0%, 100%, 0.30);
    --white400: hsla(0, 0%, 100%, 0.40);
    --white500: hsla(0, 0%, 100%, 0.50);
    --white600: hsla(0, 0%, 100%, 0.60);
    --white700: hsla(0, 0%, 100%, 0.70);
    --white800: hsla(0, 0%, 100%, 0.80);
    --white900: hsla(0, 0%, 100%, 0.90);
    
    --black: hsl(0, 0%, 0%);
    --black10: hsla(0, 0%, 0%, 0.01);
    --black20: hsla(0, 0%, 0%, 0.02);
    --black30: hsla(0, 0%, 0%, 0.03);
    --black40: hsla(0, 0%, 0%, 0.04);
    --black50: hsla(0, 0%, 0%, 0.05);
    --black100: hsla(0, 0%, 0%, 0.10);
    --black200: hsla(0, 0%, 0%, 0.20);
    --black300: hsla(0, 0%, 0%, 0.30);
    --black400: hsla(0, 0%, 0%, 0.40);
    --black500: hsla(0, 0%, 0%, 0.50);
    --black600: hsla(0, 0%, 0%, 0.60);
    --black700: hsla(0, 0%, 0%, 0.70);
    --black800: hsla(0, 0%, 0%, 0.80);
    --black900: hsla(0, 0%, 0%, 0.90);
    
    /* --theme-color: hsl(160, 48%, 49%); */
    --theme-color-light: #224286;
    --theme-color:#ff4302;
    --theme-color-black:#040707;
    --secondary-color:#1b3d87;
    /* --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); */
  
    
    --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:7rem; }
    .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;}
    .theme-font{font-family: var(--theme-font);}
    .secondary-font{font-family: var(--secondary-font);}
    .primary-font{ font-family: var(--primary-font)}

    .secondary-color{color: var(--secondary-color);}
    .theme-color{ color: var(--theme-color)}

    .secondary-bg{background: var(--secondary-color);}

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-light);}
.bg-theme{background-color: var(--theme-color);}
p { line-height: 1.55;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: var(--secondary-font);}
.relative {position: relative;}
/* .container {max-width: calc(1280px + calc(calc(var(--bs-gutter-x) * .5) * 2));} */
.container-xl{max-width: 1800px;}
.bg_main {background: var(--white);padding: 3rem;position: relative;}
.margin_top{margin-top: -5rem;}


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

.text-white{color:var(--white)}
.text-theme{color: var(--theme-color)!important;}
.text-secondary{color:var(--secondary-color-text)!important;}
.uppercase{text-transform: uppercase;}
.bg-theme{background-color: var(--theme-color); color: var(--white);}
.bg1{background-color: var(--theme-color-light); color: var(--white);}
a:-webkit-any-link { color: inherit; }
.pointer{cursor: pointer;}
/* 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;}


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

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

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



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

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


.theme_btn { display: inline-block; position: relative;  transition: 0.5s;color: var(--white) !important;font-weight: 500; border-radius: 0;background: var(--theme-color); 
  padding:0.7rem 2.1rem; font-size: 1rem; }
.theme_btnWhite{background: var(--white); color: var(--secondary-color);padding:0.7rem 2.1rem; font-size: 1rem;transition: 0.5s; text-transform: uppercase; }
.theme_btnWhite:hover{background: var(--theme-color); color: var(--white);}
.theme_btn:hover {color: var(--white) !important;}
.btn_space { margin-top: 3rem;}


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


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

/* .btn_yellow .pdf_btn_svg:before { position: absolute; content: ''; width: 76%; height: 75%; left: 50%; top: 50%; transform: translate(-50%, -50%); background: var(--theme-color) } */
.pdf_btn svg { width: 25px; margin-left: 0;color: #fff; position: relative;}
.pdf_btn svg path {fill: var(--theme-color);}
.pdf_btn {display: flex !important; align-items: center;}
.pdf_btn:hover  .pdf_btn_svg  { background-color: var(--theme-color-yellow); }
.pdf_btn_icon .pdf_btn_svg  {     margin-right: 0rem;}
.pdf_btn_icon.pdf_btn { padding: 0.5rem;      margin-top: 0.5rem;      margin-right: 0.5rem; display: inline-block !important;}
.pdf_btn_icon.pdf_btn:last-child { margin-right: 0 !important; } 
/* header */
header {position: fixed;top: 0;left: 0;width: 100%;transition: all ease 0.5s; z-index: 92; }
.scrolling-down { background-color: var(--theme-color);}
/* .sml-header .top_nav>li>a { color: var(--theme-color);} */
/* .sml-header .top_nav>li>a{color: var(--white);} */
.header_right { display: flex; align-items: center; margin-left: auto; }
.header_right ul { padding: 0; margin: 0; list-style: none; display: flex; align-items: center; }
.header_right>nav>ul>li {margin-left: 2.8rem;font-size: 1.375rem;}
.sml-header { background-color: var(--white); box-shadow: 0 0 50px #0000001a; background-color: var(--grey-color-dark);}
.sml-header {transform: translateY(-0px);}
.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 {  background-color: var(--white);  border-bottom: solid 1px var(--white);     padding-block: 0.5rem; }
.top_nav {display: flex;list-style: none;padding-left: 0; }
.bottom_header .header_logo img {    height:4rem;}
/* 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:var(--black); font-family: var(--poppins-font); font-size: 1.063rem; display: block; transition: 0.5s; width: 100%;}
.top_nav>li>a>span { position: relative; display: inline-block; padding: 0 0.2rem; }
.top_nav>li>a>span:after { background-color: var(--white); transition: 0.5s; content: ''; width: 0%; height: 100%; position: absolute; top: 0; left: 0;     z-index: -1;}
.top_nav>li>a:hover>span:after { width: 100%;}
.top_nav>li>a .menu_icon_angle {top: -3px;position: relative;}
.top_nav>li>a:hover { color: var(--theme-color);}
.top_nav>li.active>a, .sub_menu li.active a { color: var(--theme-color);}
.top_nav > li:last-child > a { padding-right: 0;}
/* .sub_menu li:last-child a{border:0} */
.round_btn{--size:2.563rem;width:var(--size);height:var(--size);background-color:var(--theme-color);border:none;color:var(--white);border-radius:50%;padding-top:2px;margin-left: 2rem;}
.menu_btn{width:2.438rem;cursor:pointer;margin-left:1.2rem}
.side_options{align-items:center}
.sub_menu{position:absolute;left:0;top:100%;padding:0;width:100%;list-style:none;background-color: var(--white);min-width:17.5rem;transform: translateX(0%) translateY(6rem);opacity: 0;pointer-events: none;box-shadow: 0 0 30px var(--black50);/* border-radius: 0.5rem; */transition: all ease 0.5s;z-index: 1;   border-radius: 8px;}
.sub_menu li:hover > a { color: var(--theme-color-light);
  border-left: solid 5px var(--theme-color-yellow);
  border-top-left-radius: 4px; 
  border-bottom-left-radius: 0px;}
.sub_menu a{border-bottom:1px solid var(--black100);padding:0.8rem 1.1rem; display: flex; border-left: solid 5px transparent; align-items: center; justify-content: space-between;}
.sub_menu a .menu_icon { position: relative; top: -1px; margin-right: 0.938rem;}


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

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


/* ===== Home About ====*/

.about_home_inner .desc h2 {color: var(--secondary-color);font-size: 2.25rem;font-weight: 700;}
.video {position:relative; overflow:hidden; height: 100%;}
/* .video:before { content: '';position: absolute;top: 0;width: 100%;height: 20px;background: var(--theme-color);z-index: 9;} */
.about_home_wrap .about_home_inner .right_side:before {content: ''; position: absolute; top: -20px;width: 100%;height: 20px; background: var(--theme-color);z-index: 9;}
.video-link {display:block; position:relative;  height: 100%; }
.thumimg {width:100%; display:block;  height: 100%; object-fit: cover;}
.play-btn {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:70px; height:70px; background:rgba(0, 0, 0, 0.6); border-radius:50%; display:flex; align-items:center; justify-content:center; transition:0.3s ease;}
.play-btn i {color:#fff; font-size:28px;}
.video-link:hover .play-btn {background:rgba(0,0,0,0.8); transform:translate(-50%, -50%) scale(1.1);}
.home_attributes .brief ul li {font-size: 1.25rem;padding: 1rem 0;font-weight: 700;outline: 0;border-bottom: 1px solid #224286;}
.home_attributes .brief ul li:last-child {border: 0;}
.attributes_home {align-items: center;background: var(--white); grid-template-columns: repeat(2, 1fr);display: grid;}
/* ===== Home About End ====*/

/* ===== Home Awads ====*/
.awads_section{background: var(--secondary-color);}
.awards_main_wrap { position:relative;}
.awards_box {background:#fff; border-radius:0px; overflow:hidden; box-shadow:0 8px 20px rgba(0,0,0,0.15); transition:0.3s ease; height:100%;}
.awards_box:hover {transform:translateY(-5px);}
.awards_img {aspect-ratio:16 / 11.8; overflow:hidden;padding: 0.625rem;}
.awards_img img {width:100%; height:100%; object-fit:cover;object-position: top; display:block;}
.awards_data {padding:18px 16px 20px;}
.awards_data .title { margin-bottom:6px; }
.AwardsSlide .awards_data .title_sm, .AwardsSlide .awards_data .title {color: var(--secondary-color);}

.awads_section .ep-arrows, .testimonial_home .ep-arrows {position:absolute; top:50%; left:0; width:100%; z-index: 9;transform:translateY(-50%); pointer-events:none;}
.awads_section .ep-arrows button, .testimonial_home .ep-arrows button{position:absolute; pointer-events:all; width:50px; height:50px; border-radius:50%; border:none; background:#fff; box-shadow:0 6px 15px rgba(0,0,0,0.2); cursor:pointer; transition:0.25s;}
.ad-prev, .cl-prev {left:-25px;}
.ad-next, .cl-next {right:-25px;}
.awads_section .ep-arrows button:hover, .testimonial_home .ep-arrows button:hover {transform:scale(1.08);}
.AwardsSlide .swiper-wrapper {margin-bottom: 3rem;}
/* ===== Home Awads End ====*/

/* === Partners Logo === */
.partners_slide {background: var(--white); }
.partners_slider .swiper-wrapper {transition-timing-function: linear !important;}

.partners_slider .gall_img img{width: 100%;}
.partners_slider .gall_img .images {height: 100%;}
.partners_slider .gall_img .images img{height: 80px;object-fit: contain;}


.parallax-section {position: relative;overflow: hidden;padding-block: 6rem;}
.parallax-bg {position: absolute;inset: -20% 0;background: url(../images/Career_1.jpg) top center / cover no-repeat;z-index: -2;}
.parallax-section::before {content: "";position: absolute;inset: 0;background: rgba(42,46,83,0.7);z-index: -1;}
/* === Partners End === */

/* Home Testimonial Start */


.testimonial_slider .swiper-pagination{bottom: 0;}
.review_name {font-size: 1rem;font-weight: 700;}
.testi_box { background: var(--grey-color); padding: 3rem 2rem; position: relative; transition: 0.5s ease; padding-bottom: 3.125rem; height: 100%; }
.testimonial_slider .swiper-slide-active .testi_box {transform: translateY(-25%) !important;}
.review_img img{width: 70px;height: 70px;border-radius: 50%;margin-bottom: 1rem;}
.review_designation {font-weight: 400;font-size: .875rem;color: #b6babe;}
.review_brief {font-family: 'Fira Sans', sans-serif;margin-top: .5rem;font-size: 1.875rem;}
.testimonial_home{background: var(--secondary-color);padding-block: 5rem;}
.review_prsn_dtl { color: var(--white); text-align: center; max-width: 60%; margin: 0 auto; position: relative; background-color: transparent; background-repeat: no-repeat; background-position: center top; background-image: url(../images/icon-quote.png); padding: 4rem 0 0; }

/* Home Testimonial End */

/* About Us pasge */
.team_wrapper {display:grid; grid-template-columns:repeat(3, 1fr); gap:30px;}
.team_card {background:#fff; border-radius:14px; overflow:hidden; box-shadow:0 8px 25px rgba(0,0,0,0.08); transition:.35s ease;}
.team_card:hover {transform:translateY(-6px); box-shadow:0 12px 35px rgba(0,0,0,0.15);}
.team_image {height:240px; overflow:hidden;}
.team_image img {width:100%; height:100%; object-fit:cover;}
.team_content {padding:20px;}
.team_title {font-size:20px; font-weight:700; margin-bottom:6px;}
.team_brief {font-size:15px; color:#666; margin-bottom:8px;}
.team_description {font-size:14px; color:#444; line-height:1.6;}


.history_timeline {position:relative; margin:0 auto;}
.history_timeline::before { content: ""; position: absolute; left: 23.6%; top: 0; transform: translateX(-23.6%); width: 2px; height: 100%; background: #d7def2; }
.history_item {display:grid; grid-template-columns:1fr 4rem 3.5fr; align-items:center; margin-bottom:3rem;}
.history_left {text-align:right; padding-right:1.2rem;}
.history_year {display:block; font-weight:700; color:#ff7a2f; margin-bottom:0px;}
.history_left .history_label {font-size:1.1rem; font-weight:700; color:#fff;}
.history_dot {width:1rem; height:1rem; background:#ff7a2f; border-radius:50%; margin:0 auto; position:relative; z-index:2;}
.history_right {padding-left:1.2rem;}
.history_right .history_label {font-size:1rem; line-height:1.7; color:#e3e9ff; font-weight:400;}
.global_presence_section .bg_main, .company_culture_section .bg_main {border-bottom: 5px solid var(--secondary-color);}


.company_culture_timeline {display:grid; grid-template-columns:repeat(3, 1fr); gap:1rem;}
.company_culture_timeline .company_culture_item {background:var(--secondary-color); padding:2rem; color:var(--white);padding-bottom: 2rem;}
.company_culture_timeline .company_culture_item:nth-child(2) {background:var(--theme-color);}
.company_culture_timeline .company_culture_item .company_culture_title {font-size:2rem; font-weight:700;}
.company_culture_brief {font-size: 1.2rem;font-weight: 700;}


.subflex_content {display: grid;grid-template-columns: repeat(2, 1fr); gap: 2rem;}
.sustainability_wrapper {margin-top:2rem;}
.sustainability_card {display:flex; flex-wrap:wrap; align-items:stretch; justify-content:center;}
.sustainability_card:nth-child(even) {flex-direction:row-reverse;}
.sustainability_image {width:50%;}
.sustainability_image img {width:100%; height:100%; object-fit:cover; display:block;}
.sustainability_content {width:50%; padding:2.125rem; display:flex; flex-direction:column; justify-content:center;}


img {max-width:100%;}
.section3 .inner-header {transform:translateY(calc(0px - var(--header-height)));}
.tooltip_text {opacity:0; transition:0.5s; pointer-events:none;}
.flag_box:hover .tooltip_text {opacity:1;}
.ss {position:relative;}
.map-flag-tooltip {position:absolute; left:0; top:0; z-index:5; pointer-events:none; opacity:0; transform:translate(-50%, calc(-100% - 12px)); transition:opacity 0.15s ease; background:#fff; color:#111; padding:8px 14px; border-radius:4px; font-size:18px; line-height:1.2; white-space:nowrap; box-shadow:0 8px 20px rgba(0, 0, 0, 0.2);}
.map-flag-tooltip::after {content:""; position:absolute; left:50%; top:100%; transform:translateX(-50%); border:6px solid transparent; border-top-color:#fff;}
.map-flag-tooltip.is-visible {opacity:1;}
.flag_box {cursor:pointer;}
.flag_box .flag-pulse-ring {fill:none; stroke:#ff0000; stroke-width:3; pointer-events:none; transform-origin:center; transform-box:fill-box; opacity:0.95; animation:flagPulse 2s ease-out infinite;}
.flag_box .flag-pulse-ring.ring-2 {animation-delay:1.05s;}

@keyframes flagPulse {
0% {transform:scale(0.65); opacity:0.95;}
70% {transform:scale(2.1); opacity:0;}
100% {transform:scale(2.1); opacity:0;}
}

/********* About Us page End ******/

/********* What Web Do Page ******/
.about_wrapper {display:flex; flex-wrap:wrap; align-items:stretch; justify-content:center;}
#our-testing .about_wrapper {flex-direction:row-reverse;}
#our-testing .about_wrapper .about_content {background:var(--theme-color);}
.about_wrapper .image {width:50%;}
.about_wrapper .image img {width:100%; height:100%; object-fit:cover; display:block;}
.about_wrapper .about_content {width:50%; color:var(--white); background:var(--secondary-color); padding:5rem; display:flex; flex-direction:column; justify-content:center;}
.productSlider {position:relative; padding-bottom:3.125rem;}
.product_wrapper {list-style:none; padding:0; margin:0;}
.product_wrapper .swiper-slide {height:auto;}
.product_wrapper a {display:block; background:#fff; text-align:center; text-decoration:none; transition:.3s ease; height:100%;}
.product_wrapper a:hover {transform:translateY(-0.375rem);}
.product_img {/*background:#f3f3f3;*/ padding:0; /*height:22rem;*/ display:flex; align-items:center; justify-content:center;}
.product_img img {max-width:100%; height:100%; object-fit:contain;width: 100%;}
.product_text {padding:1.25rem 0.9375rem;}
.product_heading {font-size:1.125rem; font-weight:600; color:#1a1a1a; margin:0;}
.productSlider .swiper-button-prev, .productSlider .swiper-button-next {width:2.625rem; height:2.625rem; background:#fff; border-radius:0.25rem; box-shadow:0 0.25rem 0.625rem rgba(0,0,0,.12); color:#1a1a1a;}
.productSlider .swiper-button-prev:after, .productSlider .swiper-button-next:after {font-size:1rem; font-weight:700;}
.productSlider { width: calc(100% + var(--white-space));position: relative;margin-right: calc(0px - var(--white-space));}

/********* What Web Do End ******/

/********* What Web Do It ******/
.wwdit_section .about_content {display:flex; flex-wrap:wrap; align-items:stretch; justify-content:center; margin-bottom:2rem;}
.wwdit_section .doc_wrapper {width:50%; display:flex; gap:1rem;}
.wwdit_section .about_content .content {width:50%; padding:2.125rem; display:flex; flex-direction:column; justify-content:center;}
.wwdit_section .about_content:nth-child(even) {flex-direction:row-reverse;}
.wwdit_section .doc_wrapper a.doc_thumb {width:50%; display:block;}
.wwdit_section .doc_wrapper a.doc_thumb img, .wwdit_section .doc_wrapper .doc_thumb img {width:100%; height:100%; object-fit:cover;}

/********* What Web Do It End ******/
/********* Award ******/
.award-wrapper {grid-template-columns: repeat(2, 1fr); display: grid;gap:1.5rem;}
.awards_card {background:#eef2f8; border-radius:0.75rem; overflow:hidden; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; transition:all .35s ease; display:flex; flex-direction:column; height:100%;}
.awards_card:hover { box-shadow:0 0.75rem 2rem rgba(0,0,0,0.12);}
.awards_img {position:relative; overflow:hidden; height:14rem; background:#eef2f8; height:100%; display:flex; align-items:center; justify-content:center;}
.awards_img img {max-width:100%; max-height:100%; transform:scale(1.05); object-fit:cover; transition:transform .4s ease;overflow:hidden;}
.awards_data {padding:1.25rem 1.25rem 1.5rem; display:flex; flex-direction:column; gap:0rem;background: var(--white); text-align: center;}
.awards_data .content {margin-top:0.4rem; color:#555; line-height:1.5;}

/********* Award End ******/


/********* Contact Us  ******/
.contact_inner {grid-template-columns: repeat(2, 1fr);display: grid;gap: 2rem;}
/* .contact-card {background:#f3f4f6; padding:1.5rem; border-radius:0.375rem;} */
.contact-card h3 {margin:0 0 0.375rem; font-size:1.25rem; color:#111;}
.contact-card .address {margin-bottom:1.125rem; color:#555; font-size:0.9375rem;}
.contact-item {display:flex; gap:0.875rem; margin-bottom:1rem; align-items:flex-start;}
.contact-item i {color:var(--theme-color); font-size:0rem; margin-top:0.25rem; min-width:1.375rem;}
.contact-item i::before{font-size: 1rem;}
.contact-item strong {display:block; font-size:1rem; color:#111;}
.contact-item p {margin:0.125rem 0 0; color:var(--black); font-size:0.9375rem;font-weight: 600;}

.contact-data .content_brief .info-box {display:flex; background:#f3f4f6; border-radius:6px; overflow:hidden; padding:0; margin:0; list-style:none;}
.contact-data .content_brief .info-box li {flex:1; padding:28px 40px; position:relative;}
.contact-data .content_brief .info-box li:not(:last-child)::after {content:""; position:absolute; right:0; top:20%; height:60%; width:3px; background:#2a4b8d; opacity:.8;}
.contact-data .content_brief .info-box li p:first-child {font-size:22px; font-weight:500; color:#2a4b8d; margin-bottom:14px;}
.contact-data .content_brief .info-box li p:last-child {font-size:16px; font-weight:600; color:#000; margin:0;}
.reg_office .brief .contact-card .contact-item {border-bottom: 1px solid #e5e5e5;padding-bottom: 1rem;}
.reg_office .brief .contact-card .contact-item i:before {font-size: 1.8rem;color: #f16a24;}
.reg_office .left_side.data_img .content_title {display: none;}
.reg_office .manufactur_data .content_title {display: none;}
.contact_wrapper .manufactur_data .content_sub_title {display: none;}


/***** Board Of Directors ***********/
.directors_wrapper {display:grid; grid-template-columns:repeat(auto-fit, minmax(21.25rem,1fr)); gap:1rem;}
.directors_card {display:flex; background:#f1f3f6; border-radius:0.375rem; overflow:hidden; transition:.3s ease; border:0.0625rem solid #e5e8ef;}
.directors_card:hover {transform:translateY(-0.25rem); box-shadow:0 0.75rem 1.875rem rgba(0,0,0,0.08);}
.directors_image {width:42%; min-height:11.25rem; overflow:hidden;}
.directors_image img {width:100%; height:100%; object-fit:cover;}
.directors_content {width:58%; padding:1.5rem 1.375rem; display:flex; flex-direction:column; justify-content:center; position:relative;}
.directors_title {font-size:1.25rem; font-weight:600; color:var(--secondary-color); margin-bottom:1rem;}
.degn {font-size:0.875rem; color:var(--theme-color); margin-bottom:0.875rem; font-weight:500;}
.directors_card .btn-download {position:absolute; bottom:0.875rem; left:1.375rem; width:2.125rem; height:2.125rem; border-radius:0.375rem; background:#fff; border:0.0625rem solid #e3e6ee; display:flex; align-items:center; justify-content:center; color:#23407a; transition:.3s;}
.directors_card .btn-download:hover {background:var(--secondary-color); color:#fff;}
.directors_brief {font-size:0.875rem; color:#6b7280; line-height:1.6;}

.content_wrapper {display:grid; grid-template-columns:repeat(2, 1fr); gap:1.5rem;}
.download_card {border-radius:0.75rem; border:0.0625rem solid #b8daff; padding:1.3rem 1.5rem; display:flex; align-items:center;column-gap: 1rem; justify-content:space-between; transition:.25s ease; background-color:#e6f1fd; border-color:#b8daff;}
.download_card:hover {transform:translateY(-0.25rem); box-shadow:0 0.75rem 1.75rem rgba(0,0,0,0.06);}
.download_card .down_title {font-size:1rem; font-weight:600; color:var(--black); margin:0;}
.download_card .btn-download {display:flex; align-items:center; gap:0.4rem; padding:0.45rem 0.8rem; border-radius:0.5rem; background:var(--secondary-color); color:var(--white); font-size:1rem; text-decoration:none; transition:.25s ease;}
.download_card .btn-download i {font-size:0.8rem;}
.download_card .btn-download:hover {background:var(--theme-color); color:#fff;}
.download_block {margin-bottom: 2rem;}
/***** Board Of Directors End***********/

/***** Financials Reports ***********/
.report_wrapper {display:flex; gap:1.875rem; margin:auto; align-items:flex-start;}
.investor-tabs {background:#ffffff; border-radius:0.75rem;position: sticky; top: 5.5rem; padding:0.75rem; width:20rem; box-shadow:0 0.375rem 1.125rem rgba(0,0,0,0.06); height:fit-content;}
.report_wrapper .tabs-list {list-style:none; margin:0; padding:0;}
.report_wrapper .tab-item {padding:0.875rem 1.125rem; margin-bottom:0.5rem; border-radius:0.5rem; font-size:0.9375rem; font-weight:500; color:#2b2b2b; cursor:pointer; transition:all 0.25s ease; background:#f8f9fc; border:0.0625rem solid #e3e6ef;}
.report_wrapper .tab-item:hover {background:#eef2ff; color:#1e3a8a; transform:translateX(0.25rem);}
.report_wrapper .tab-item.active {background:#224286; color:#fff; border-color:transparent; box-shadow:0 0.25rem 0.75rem rgba(37, 99, 235, 0.25);}
.report_wrapper .tab-content {flex:1; background:#ffffff; border-radius:0.75rem; padding:1.5625rem; box-shadow:0 0.375rem 1.125rem rgba(0,0,0,0.06);}
.report_wrapper .content-panel {display:none;}
.report_wrapper .content-panel.active {display:block;}
.tab-content_wrapper table.download-table {margin-top: 0;}

/***** Financials Reports End***********/

.pages_contents ul {list-style:none; margin:1rem 0; padding:0;}
.pages_contents ul li {position:relative; padding-left:2.25rem; margin-bottom:0.7rem; line-height:1.7;}
.pages_contents ul li::before {content:"✓"; position:absolute; left:0; top:0.2rem; width:1.4rem; height:1.4rem; background:#ff430224; color:var(--theme-color); border-radius:50%; font-size:0.8rem; display:flex; align-items:center; justify-content:center; font-weight:700;}
.pages_contents h2 {font-size: 1.5rem;font-weight: 600;}
.pages_contents h3 {font-size: 1.2rem;font-weight: 600;}

.pages_contents ol li{position:relative; margin-bottom:0.7rem; line-height:1.7;}

/***** Products  ***********/
.productgrid .product_wrapper {grid-template-columns: repeat(3, 1fr);display: grid;gap: 1.5rem;}
.sidebar_menu, .product_form {background:#fff; border-radius:12px; box-shadow:0 10px 35px rgba(0,0,0,0.08); padding:20px 0;}
.sidebar_menu ul {list-style:none; margin:0; padding:0;}
.sidebar_menu li {position:relative;}
.sidebar_menu li a {display:block; padding:14px 22px; font-size:1rem; color:#333; text-decoration:none; border-left:4px solid transparent; transition:all .35s ease;}
.sidebar_menu li a:hover {background:#f5f9ff; color:#2a5298; border-left:4px solid #2a5298; padding-left:26px;}
.sidebar_menu li.active a {background:#2a5298; color:#fff; border-left:4px solid #1a3c75; font-weight:600;}
.sidebar_menu li {transition:all .3s ease;}
.product_form {padding: 1rem 2rem;margin-top: 2rem;background: var(--secondary-color); color: #fff;}
.product_form .custom_form > div {
    color: #fff;
}
/***** Products End***********/






/******** Thank You ***********/
.thank-you-wrapper {display:flex; align-items:center; justify-content:center;}
.thank-you-box {background:#fff; padding:3rem; border-radius:14px; text-align:center; max-width:40rem; width:100%; transition:0.3s ease;}
.thank-you-box:hover {transform:translateY(-4px); box-shadow:0 15px 40px rgba(0,0,0,0.12);}
.thank-you-icon {margin-bottom:20px;}
.thank-you-icon svg {width:5rem; height:5rem;}
.thank-you-title {font-size:2rem; font-weight:700; color:var(--text-color); margin-bottom:15px;}
.thank-you-message {margin-top:10px;}
.message-heading {font-size:1.2rem; font-weight:600; color:var(--secondary-color); margin-bottom:12px;}
.message-text {font-size:15px; color:#666; line-height:1.6; margin-bottom:8px;}




.plant-list {list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(2, 1fr); gap:1rem; }
.plant-list li {position:relative; padding:1rem 1rem 1rem 4rem; font-size:0.95rem; line-height:1.5; color:#444; border: 0; border-bottom: 0.0625rem solid #e5e5e5;}
.plant-list li::before {content:"\f57e"; font-family:"Font Awesome 6 Free"; font-weight:900; position:absolute; left: 0.75rem;top: 0.7rem;color: #f16a24;    font-size: 1.8rem;}
.plant-list span {display:block; font-weight:600; color:#111; margin-bottom:0.25rem;}

.common_main_form {max-width:48rem;}
.custom_form > div {font-size:0.9rem; font-weight:600; margin-bottom:0.35rem; color:#222;}
.custom_form .required::after {content:" *"; color:#d8311e;}
.common_main_form .form-control, .common_main_form .form-select {border-radius:0.375rem; border:0.0625rem solid #dcdcdc; padding:0.65rem 0.75rem; font-size:0.95rem; transition:all 0.2s ease; box-shadow:none;}
.common_main_form .form-control:focus, .common_main_form .form-select:focus {border-color:#d8311e; outline:none; box-shadow:0 0 0 0.125rem rgba(216, 49, 30, 0.15);}
.common_main_form .form-control.is-invalid, .common_main_form .form-select.is-invalid {border-color:#e03131; background:#fff5f5;}
.error {display:block; font-size:0.8rem; color:#e03131; margin-top:0.25rem;}
.btn_ripple_blue {background:#d8311e; border:none; color:#fff; padding:0.65rem 1.5rem; border-radius:0.375rem; font-size:0.95rem; cursor:pointer; transition:all 0.25s ease;}
.btn_ripple_blue:hover {background:#b92617;}
.custom_form {margin-bottom:1rem;}
.ajax_msg_bottom {margin-top:0.75rem; font-size:0.9rem;}

.common_main_form .form-control, .common_main_form .form-select {padding-left:2.4rem;}
.common_main_form .custom_form {position:relative;}
.common_main_form .custom_form::before {font-family:"Font Awesome 6 Free"; font-weight:900; position:absolute; left:1.75rem; top:2.45rem; font-size:0.95rem; color:#8a8a8a; pointer-events:none; transition:color 0.2s ease;}
.field-name::before {content:"\f007";}
.field-email::before {content:"\f0e0";}
.field-phone::before {content:"\f095";}
.field-message::before {content:"\f086";}
.common_main_form .form-control:focus {border-color:#d8311e;}
.common_main_form .form-control:focus ~ .error, .common_main_form .custom_form:focus-within::before {color:#d8311e;}

.left_side.data_img {grid-template-columns: repeat(2, 1fr);display: grid;gap: 2rem;}

.contact-data .content_brief ul {list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(2, 1fr); gap:0; border-top:0.0625rem solid #e5e5e5; border-left:0.0625rem solid #e5e5e5; margin-bottom:1.5rem;}
.contact-data .content_brief ul li {position:relative; padding:1rem; font-size:0.95rem; line-height:1.5; color:#444; border-right:0.0625rem solid #e5e5e5; border-bottom:0.0625rem solid #e5e5e5; margin-bottom:0;}
.contact-data .content_brief h3, .contact-data .content_brief h4, .contact-data .content_brief h5 {font-size:1.2rem; font-weight:600;}

/********* Contact Us  End******/

.download-table {width:100%; border-collapse:separate;margin-top: 1rem; border-spacing:0; font-size:0.95rem; background:#fff; border-radius:0.5rem; overflow:hidden; box-shadow:0 0.125rem 0.5rem rgba(0,0,0,0.05);}
.download-table thead th {background:#f26522; color:#fff; padding:0.9rem 1.1rem; font-weight:600; text-align:left; letter-spacing:0.2px;}
.download-table thead th:last-child {text-align:right;}
.download-table tbody tr {transition:background 0.2s ease;}
.download-table tbody tr:hover {background:#ececec;}
.download-table tbody td {padding:0.5rem 1.1rem; border-bottom:0.0625rem solid #d5d5d5; vertical-align:middle; color:#333;}
.download-table tbody tr:last-child td {border-bottom:none;}
.download-table tbody td strong {font-weight:600; color:#111; display:block; margin-bottom:0.15rem;}
.download-table .small {font-size:0.85rem; color:#777;}
.download-table tbody tr:nth-child(even) td {background: #f2f2f2;}
.download-table .text-end {text-align:right;}
.download-table .btn-download {background:var(--secondary-color); color:#fff; padding:0.6rem 0.9rem; border-radius:0.35rem; font-size:0.82rem; font-weight:500; text-decoration:none; display:inline-flex; align-items:center; gap:0.35rem; transition:all 0.5s ease;}
.download-table .btn-download:hover {background:var(--theme-color); transform:translateY(-1px);}





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


.main_banner{ position: relative; margin-top: calc(var(--header-height) - 1px);}
.main_banner button { all:unset; cursor: pointer;}
.main_banner .btn_yellow {     margin-top: 1rem;
  display: inline-block;;}
.main_banner .swiper-pagination-bullet {height: 13px !important; width: 13px !important; border: solid 1px #fff; opacity: 1; background: transparent; }
.main_banner .swiper-pagination-bullet-active { background-color: #fff !important;}
.main_banner .swiper-pagination { display: flex; color: var(--white);   position: static; }
.main_banner .swiper-pagination .swiper-pagination-bullet:not(:last-child) { margin-bottom: 0.8rem !important; }
.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:0rem; padding-top: 0rem;max-width: calc(100% + 0rem); height: 85vh;}
.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: 50%; left: 0; transform: translate(0%, -50%);     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 {line-height: 1.2; padding-block: 0.5rem; font-size: 3.75rem; font-weight: 700;}
.banner_content .text_sm {  line-height: 1.526; }
.bannerSlider .ep-arrows { width: 100%; justify-content: center; display: flex; position: static;  justify-content: flex-end;    transform: translateY(0); }
.slider_btn {position: absolute; right: 0; width: 100%; bottom: 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: 45rem; color: var(--white);}
.location_header svg, .top_header svg { height: 1rem;}
.top_header svg  {top: -2px;position: relative;}
.banner_content .text_lg:before {content: '';position: absolute;width: 7rem;height: 2px; left: 0; background: var(--white); bottom: 0;}

.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 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: 2rem;}
.heading_wrap .sec_head {margin-bottom: 0;}
.heading_wrap .heading_sm.heading_border:before {content: ''; display: inline-block; width: 10rem; height: 1px;
   background-color: #c0bfbe;     margin-right: 1rem;} 

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

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

.inner_banner .sec_head {
    font-family: var(--secondary-font);
    /* position: absolute;
    text-align: center;
    top: 50%; */
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--white);
    z-index: 9;
    margin-bottom: 0;
}


/* ABOUT US HOME START */
.facts_home_wrap { background-color: #f6f6f6;}
.heading_with_para { display: flex; justify-content: space-between; flex-wrap: wrap;}
.heading_with_para >div { width: 48%; }
.sec_head { font-size: 3.125rem;  line-height: 1.2; color: #000;margin-bottom: 1.5rem;}
.sec_head p {line-height: 1.1;}
.list_fact { list-style: none; margin: 4rem 0 0 0; display: flex; gap: 0 1rem; padding: 0; }
.list_fact li {flex: 1;}
.home_factbox { background-color: #000; transition: 0.5s;        background-size: cover;  height: 100%;   overflow: hidden; position: relative; padding: 1.5rem 1rem 1rem 1rem; border-radius: 10px; color: #fff; }
.home_factbox:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;     background-color: #000000a6;  }
.home_factbox_inner { position: relative; z-index: 1;}
.home_factbox_inner .text {color: var(--white);}
.home_factbox .icon { height: 4.375rem; width: 4.375rem; display: inline-flex; align-items: center; justify-content: center; }
.home_factbox .icon img { transition: 0.5s;}
.home_factbox .title { font-size: 2.813rem; font-weight: 500; }
.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: stretch; background-color: var(--white);}
.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;}
.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;  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;}


.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 .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-size: 2.5rem;}
.vistor_info_home .hidden_data_all .text  { text-transform: uppercase; font-size: 1.375rem; font-weight: 500;}

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




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

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

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



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


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

/* ABOUT PAGE CSS START */
.project_components_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(/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;}

  
/* ABOUT PAGE CSS END */







/* FOOTER CSS */
footer{background-color:var(--secondary-color); padding-block: 0; border-top: 5px solid #f16a24;}
.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; }
.footer_sections{position:relative;display:flex;border-bottom: 1px solid var(--white);padding-block:2.125rem}
.ftr_sec{flex:1;}
.ftr_sec .f_head { font-size: 1.5rem;  margin-bottom: 1rem; color: var(--white);}
.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}
.bootom_menu_footer {padding: 1rem 0;}



.ftr_sec ul{padding:0;list-style:none;display: flex; gap: 1rem;}
.ftr_sec:last-child{min-width:fit-content}
.f_menu li a{ transition: 0.5s; color: var(--white);}
.f_menu li a:hover { color: var(--theme-color);}

.bootom_menu_footer .copyright_text { color: var(--white); 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;}
.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 */


/* INNER PAGE CSS START */

.banner_content_inner_page {color: var(--white);} 
.banner_content_inner_page {margin-top: auto;} 
.banner_content_inner_page .title {font-size: 3.438rem;}
.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;}


.inner_banner { height: 25rem;position:relative; overflow:hidden;margin-top: var(--header-height);}
.inner_banner img {width:100%; height: 25rem; object-fit:cover;}
.sm_banner {display:none;}
/* .banner_overlay {position:absolute; inset:0; background:rgba(0,0,0,0.45);} */
.breadcrumbs {position:absolute; inset:0; height: 100%; color:#fff;}
.breadcrumb_list {display:flex; align-items:center; gap:10px; list-style:none; padding:0; margin:0;}
.breadcrumb_list a {color:#fff; text-decoration:none; opacity:.85;}
.breadcrumb_list a:hover {opacity:1;}
.breadcrumb_list .active {opacity:.7;}

.inner_banner .breadcrumbs .container {height: 100%;}
.sec_head {margin-top:5px; margin-bottom:8px;}
.breadcrumbs ul {display:flex; gap:8px; padding:0; margin:0; list-style:none;}
.breadcrumbs a {color:#fff; opacity:.9; text-decoration:none;}
.breadcrumbs .active {opacity:.75;}

.breadcumbs_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}



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





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

.counter {display: flex;flex-wrap: wrap;margin: 0 -.5rem;}
.counter li{padding: 0 .5rem;text-align: center;}
.inner_about_flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
.inner_about_left{width: 55%;}
.inner_about_right{width: 35%;}
.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;}

/* Inner About End */




/* Gallery Listing Start */

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

/* Gallery Listing End */




/* Blog Listing Start */

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

/* Blog Listing End */



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











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

.gall_img img{width: 100%;}
.gall_img .images {height: 100%;}
.gall_img .images img{height: 100%;object-fit: cover;}




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

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