/*header*/
header{width: 100%; float: left; margin: 0; padding: 0; background: #223194;}
.hdr_wr{float: left; width: 100%; margin: 0;}
.hdr_tp{display: flex; width: 100%; justify-content: space-between; flex-wrap: wrap;
padding: 10px 0;}
.hdr_tp_l{display: flex; flex-wrap: wrap; grid-gap: 15px;}
.hdr_tp_lbx{color: #fff;display: inline-flex; flex-wrap: wrap; margin: 0; align-items: center;
font-size: 15px; font-weight: 500; line-height: 24px; grid-gap:0 6px; align-content: flex-start;}
.tp_hd_pho,.tp_hd_mail{font-size: 18px; color: #fff; line-height:1.25 !important;}
.hdr_tp_r{display: flex; flex-wrap: wrap; grid-gap: 12px;}
.hdr_tp_rbx > a{font-size: 17px; color: #fff; line-height: 24px;}
.hdr_navbar{clear: both; background: #fff; padding: 3px 15px; display: flex; align-items: center;
justify-content: space-between; z-index: 10; position: relative; box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
border-radius: 4px;}
.hdr_nav_bar{display: none;}
.hdr_nav_mn{display: flex; flex-wrap: wrap; max-width: calc(100% - 100px);}
.logo{width: auto; position: relative;}
.logo_img{
	position: relative;
	left: 0;
	top:0;
	width: 260px;
}
.hdr_nav_ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    grid-gap: 0 5px;
    margin: 0;
    clear: both;
}
.hdr_nav_lnk{font-size: 18px; color: #000; padding: 10px 8px; font-weight: 500; position: relative;
display: flex;}
.hdr_nav_lnk:hover,.hdr_nav_lnk2:hover{text-decoration: none; color: var(--primaryColor);}
.hdr_nav_ul2 {
    position: absolute;
    left: 0;
    display: none;
    width: 180px;
    background: #fff;
    top: 100%; margin-top: 20px; transition: 0.35s;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    padding: 15px 15px 10px;
    list-style-type: none;
}
.hdr_nav_li_2,.hdr_nav_li{display: block; position: relative;}
.hdr_nav_li_2:not(:last-child){margin-bottom: 9px;}
.hdr_nav_lnk2 {
    font-size: 18px;
    color: var(--basecolor);
    font-weight: 400;
    line-height: 1.25;
    display: block;
    padding: 0 0 5px;
    position: relative;
}
.hdr_nav_lnk2::before{content: ''; position: absolute; left: 0; width: 0; height: 1px; transition: 0.35s;
background-color: var(--basecolor); bottom: 0;}

.mnu_dropdwn_toggle{display: none;}


@media only screen and (min-width: 992px)
{
  .hdr_nav_lnk::before{content: '';  display: block; position: absolute; bottom: 0; left: 0; height: 2px; background-color: var(--primaryColor);
transition: all 0.3s; width: 0;}
	.hdr_nav_lnk{transition: all 0.35s;}
  .hdr_nav_li:hover .hdr_nav_lnk::before{width: 100%;}
  .hdr_nav_li:hover .hdr_nav_ul2{display: block; margin-top: 0;}
    .hdr_nav_ul .hdr_nav_li:first-child .hdr_nav_lnk::before{width: 100%;}
	.hdr_nav_lnk.active,.hdr_nav_ul .hdr_nav_li:first-child .hdr_nav_lnk,.hdr_nav_lnk:hover{color:var(--primaryColor); text-decoration: none;}
    .hdr_nav_lnk2:hover:before{width: 100%; background-color: var(--primaryColor);}
}

@media only screen and (max-width: 1100px)
{
    .logo_img{width: 200px;}
    .hdr_navbar{padding: 8px 15px;}
    .hdr_nav_ul{grid-gap: 0 2px;}
}


/*hero section*/
.hm_hero_wr{float: left; width: 100%; margin-top: -10px;}
.Hm_hero{clear: both; width: 100%; position: relative;}
.Hm_hero_main{width: 100%; display: flex; grid-gap:0; flex-wrap: wrap;}
.Hm_hero_left{width:100%; position: relative;}
.Hm_hero_right{width: calc(31.5% - 10px); position: relative;}
.Hm_hero_leftimg,._hm_hero_rightimg{width: 100%; display: flex; height: 100%;}
.Hm_hero_txtlayer{position: absolute; right: 0; width: 100%; bottom: 0; min-height: 60%; background: linear-gradient(rgba(0,0,0,0), #333333); display: flex; justify-content: center;
align-items: flex-end; padding-bottom:13.5%;}
.Hm_hero_txtlayerhd{font-size: 36px; line-height: 46px; color: var(--white); font-weight: 800; text-align: center; padding: 0 15px; margin: 0 0 30px; }
.Hm_hero_layermn{max-width: 350px; text-align: center;}
.Hm_hero_cta{display: inline-flex; position: relative; font-size: 14px; letter-spacing: 0.5px; color: var(--white); text-transform: uppercase; padding: 10px 25px; border:solid 1px var(--white);
text-decoration: none; border-radius: 8px; font-weight: 700; transition: 0.35s;}
.Hm_hero_cta:hover{border-color: var(--themeColor); color: var(--themeColor); text-decoration: none;}
.Hm_hero_left .popular-categories{padding: 0; float: left; width: 100%;}
._hm_hero_rightmbimg{display: none;}

.owl-carousel.home-herobanner .owl-nav .owl-next,.owl-carousel.cmn_nav .owl-nav .owl-next{right: 25px; background: #223194; position: absolute;
top: 50%; width: 45px;  height: 45px; border:none; border-radius: 50%; display: flex; align-items: center; z-index: 1; justify-content: center; margin-top: -17px;}
.owl-carousel.home-herobanner .owl-nav .owl-prev,.owl-carousel.cmn_nav .owl-nav .owl-prev{left: 25px; background:#223194; position: absolute;
top: 50%; width: 45px;  height: 45px; border:none; border-radius: 50%; display: flex; align-items: center; z-index: 1; justify-content: center; margin-top: -17px;}
.home-herobanner{float: left; width: 100%; position: relative;}      
.Hm_hero_left .owl-carousel.home-herobanner .owl-nav .owl-next.disabled,.Hm_hero_left .owl-carousel.home-herobanner .owl-nav .owl-prev.disabled,
.owl-carousel.cmn_nav .owl-nav .owl-prev.disabled,.owl-carousel.cmn_nav .owl-nav .owl-next.disabled{opacity: 0.35; }
.home-herobanner:not(.owl-loaded) ~ .Hm_hero_btncntrols{display: none}

.Hm_hero_btncntrols{position: absolute; bottom: 25px;left: 50%;transform: translateX(-50%);z-index: 2;width: 156px;height: 45px;border: solid 1px rgba(255, 255, 255, 0.4);background: rgba(155, 155, 155, 0.37);
    backdrop-filter: blur(4px) brightness(135%);-webkit-backdrop-filter: blur(4px) brightness(135%); border-radius: 8px; display: flex; flex-wrap: wrap;}
.Hm_hero_btncntrols .owl-prev{width: 50px;border: none;height: 43px; background: none; cursor: pointer;border-right: solid 1px rgba(255,255,255,0.20); display: flex; align-items: center; justify-content: center;}
.Hm_hero_btncntrols .owl-next{width: 50px;border: none;height: 43px; background: none; cursor: pointer;border-left: solid 1px rgba(255,255,255,0.20); display: flex; align-items: center; justify-content: center;}   
.Hm_hero_btncntrols .Hm_tpcat_prev, .Hm_hero_btncntrols .Hm_tpcat_nxt{width: 8px; height: 16px; fill: var(--white);}
.Hm_hero_slidcntrols {width: 53px;display: flex; height: 43px;overflow: hidden; flex-wrap: wrap; align-items: center; justify-content: center; cursor: pointer;}
.icon_play_btn{width: 15px; height: 14px;}
.icon_pause_btn{width: 7px; height: 15px;}
.Hm_tpcat_prev {
    fill: #fff;
    color: #fff;
    width: 32px;
}
.Hm_tpcat_nxt{
	 fill: #fff;
    color: #fff;
    width: 32px;
    transform:rotate(-180deg);
}

@media only screen and (min-width:992px)
{
  .Hm_hero_left .owl-carousel.home-herobanner .owl-nav .owl-next:not(.disabled):hover,.Hm_hero_left .owl-carousel.home-herobanner .owl-nav .owl-prev:not(.disabled):hover{ border-color: var(--themeColor); transition: 0.3s;} 
  .Hm_hero_left .owl-carousel.home-herobanner .owl-nav .owl-next:not(.disabled):hover .Hm_tpcat_nxt,.Hm_hero_left .owl-carousel.home-herobanner .owl-nav .owl-prev:not(.disabled):hover .Hm_tpcat_prev{fill: var(--themeColor);} 
}
@media only screen and (max-width: 991px)
{
    .Hm_hero_main{flex-wrap: wrap; grid-gap: 0;}
    .Hm_hero_right,.Hm_hero_left{width: 100%;}
    ._hm_hero_rightimg{display: none;}
    ._hm_hero_rightmbimg{display:block; width: 100%;}
    .Hm_hero_txtlayer{height: 100%; background: rgba(0,0,0,0.4);}
    .Hm_hero_txtlayerhd{font-size: 24px; line-height:1.583;}
    .mnu_dropdwn_toggle {position: absolute; right: 10px;top: 0; z-index: 1; height: 45px;
    width: 45px;display: flex;justify-content: center; align-items: center; font-size: 24px;
    line-height: 1;}
    .hdr_nav_ul2 {position: static; transition: none; margin: 0; width: 100%; padding-left: 30px;
    background: #f5f5f5; box-shadow: none; border-radius: 0; border-bottom: solid 1px #eee;}
    .hdr_nav_lnk2{font-size: 16px;}
    span.mnu_dropdwn_toggle.open {
    transform: rotate(-180deg);}
}
/* End hero section*/

/*circular*/
.hm_crclr{width: 100%; float: left; margin: 20px 0 20px; background: #ba2736; padding: 10px 0;}
.hm_crclr_mn{width: 100%; clear: both; display: flex; justify-content: space-between; flex-wrap: wrap;}
.Hm_crclr_title{width: 150px; font-size: 16px; font-weight: 600; color: #fff;}
.Hm_crclr_cnt{width: calc(100% - 175px);}
.Hm_crclr_cnt{color: #fff; font-size: 16px;}
.Hm_abt_wr{width: 100%; background: #f2f2f2 url('../images/home-abt_bg.jpg') no-repeat; background-size: cover; float: left; padding: 45px 0 40px;}
.Hm_abt_mn{width: 100%; clear: both;}
.Hm_abt_rw{width: 100%; display: grid; grid-template-columns: repeat(2,1fr);
grid-gap: 0 30px;}
.Hm_abt_col_6{width: 100%;}
.Hm_abt_col_6 p{font-size: 18px; line-height: 26px;}
.pg_commn_h2{font-family: var(--font-dmserif); font-size: 36px; font-weight: 600; line-height: 1.2; margin: 0 0 15px; padding: 0;
color: var(--primaryColor);}
.hm_abt_btnlnk{display: inline-flex; background: var(--primaryColor); color: #fff;
font-size: 18px; font-family: var(--font-dmserif); padding: 12px 25px; text-transform: uppercase;
text-decoration: none; margin: 10px 0 0;}
.hm_abt_btnlnk:hover{text-decoration: none; color: #eee;}
.Hm_srvc{width: 100%; float: left; width: 100%; background: #fff;
padding: 45px 0;}
.Hm_srvc_mn{float: left; width: 100%; margin: 0; padding: 0;}
.Hm_srvc_title{float: left; width: 100%; clear: both; text-align: center;}
.Hm_srvc_rw{display: grid; padding: 30px 0 0;
width: 100%; grid-template-columns: repeat(4, 1fr); grid-gap: 0 25px;}
.Hm_srvc_cols{display: block; width: 100%; margin: 0; text-align: center;}
.Hm_srvc_imgbx{width: 100%; display: flex; justify-content: center; align-items: flex-end; height: 117px;}
.Hm_srvc_img{max-width: 100%; max-height: 100%; width: auto; height: auto;}
.Hm_srvc_bxtitle{font-size: 30px; text-align: center; font-family: var(--font-dmserif);
color: var(--primaryColor); margin: 15px 0 15px; padding: 0; font-weight: 600;}
.Hm_srvc_cols p{text-align: center;}
.Hm_misn{width: 100%; float: left; width: 100%; padding: 50px 0; background: #FAFCE8;
background-size: cover;}
.Hm_misn_mn{width: 100%; clear: both; float: left;}
.Hm_misn_l{float: left; width: 60%; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px;}
.Hm_misn_l_1{background: blue;  position: relative;}
.Hm_misn_layertxt.vision{background:#c01729d6;}
.Hm_misn_l_2{ height: 100%; grid-gap: 10px 0; display: flex; flex-direction: column; justify-content: space-between;}
.Hm_misn_l_3{background: red; aspect-ratio:1 / 0.5; position: relative;}
.Hm_misn_layertxt{position:absolute; left: 0; top:0; height: 100%; width: 100%; display: flex;
justify-content: flex-start; align-items: flex-end; font-size: 30px; color: #fff;
font-family: var(--font-dmserif); padding: 10px 20px 20px; font: 600;}
.Hm_misn_rtxtbx{width: 100%; padding: 0 0 15px;}
.Hm_misn_rtxtbx h3{font-size: 30px; text-align: center; font-family: var(--font-dmserif);
color: var(--primaryColor); margin: 0 0 10px; padding: 0; font-weight: 600;}
.Hm_misn_r {float: right; width: 40%; padding-left: 30px; text-align: left;}
.Hm_misn_rtxtbx h3{text-align: left;}
.Hm_misn_layertxt.mission{background-color: #108c3ee0;}
.Hm_misn_layertxt.motto{background-color: #0073b2b3;}

.Hm_abt_infowr{float: left; width: 100%; clear: both; padding: 60px 0 45px;}
.Hm_abt_infomn{display: flex; width: 100%; justify-content: space-between; flex-wrap: wrap;}
.Hm_abt_infobx{width: 25%; padding: 0 15px;display: flex; justify-content: center; flex-wrap: wrap; align-content: flex-start;}
.Hm_abt_infbxhd{font-size: 48px; line-height: 1; text-align: center;font-family: var(--font-dmserif);color: var(--primaryColor);
 margin: 0 0 1px; padding: 0; width: 100%;}
 .Hm_abt_infbxtxt{font-size: 20px; text-transform: uppercase; text-align: center; font-weight: 700; color: var(--primaryColor); margin: 0;
 	max-width: 200px;}
.Hm_abt_infbxhd:not(.devotion)::after{content: "+";} 
.devotion::after{content: "%";} 	
.Hm_achvmnt{width: 100%; padding: 0 0 45px; clear: both; float: left;}
.Hm_achv_mn{width: 100%; clear: both; grid-gap: 5px; display: grid; grid-template-columns: repeat(4, 1fr);}
.Hm_achv_bx2{grid-column: span 3; background: var(--primaryColor4); padding: 5%; color: var(--white);}
.Hm_achv_bx_h2{font-size: 36px; font-family: var(--font-dmserif); color: var(--white); margin: 0 0 15px;
 padding: 0;}
 .Hm_achv_bx2 > p{font-size: 18px; line-height: 1.7; color: #fff; font-weight: 500;}
.Hm_achv_bx > img{width: 100%;}

.Hm_glry{width: 100%; clear: both; float: left; padding: 45px 25px; background: #FAFCE7;}
.Hm_glry_title{float: left; width: 100%; text-align: center; margin: 0 0 25px;font-family: var(--font-dmserif);
color: var(--primaryColor); font-size: 36px; line-height: 1.25; font-weight: 700;}
.Hm_glry_carousel{float: left; width: 100%; position: relative;}
.owl-carousel.cmn_nav.media-gallery .owl-nav .owl-prev{left: -40px;}
.owl-carousel.cmn_nav.media-gallery .owl-nav .owl-next{right: -40px;}

.Hm_blog{float: left; width: 100%; margin: 45px 0; clear: both;}
.Hm_blog_title{float: left; width: 100%; text-align: center; margin: 0 0 25px;font-family: var(--font-dmserif);
color: var(--primaryColor); font-size: 30px; font-weight: 700; line-height: 1.2;}
.Hm_blog_grdrw{width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 30px;}
.Hm_blog_bx{position: relative; margin: 0; padding: 0 0 50px;}
.Hm_blog_bximgwr{position: relative; width: 100%; margin: 0 0 10px;}
.Hm_blog_bximgwr > img{width: 100%; display: block;}
.Hm_blog_date {
    position: absolute;
    right: 10px;
    top: 0;
    background:#3ca900cf;
    font-family: var(--font-dmserif);
    font-size: 21px;
    width: 60px;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 10px 5px;
    border-radius: 0 0 8px 8px;
}

.Hm_blog_cat {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: var(--primaryColor);
    color: var(--white);
    font-size: 20px;
    padding: 5px 19px;
    border-radius: 5px;
    font-family: var(--font-dmserif);
}
.Hm_blog_bx > p{font-size: 18px; font-weight: 500; color: #000;}
.Hm_blog_bx_readmre{font-family: var(--font-dmserif); text-decoration: none; text-transform: uppercase;
color: var(--primaryColor); border:solid 2px var(--primaryColor); width: 100%; padding: 10px 20px;
display: block; text-align: center; font-weight: 600; position: absolute; bottom: 0; left: 0;}
.footer_cta{width: 100%; float: left; margin: 0; padding: 0; position: relative; z-index: 1;}
.footer_cta_mn{width: 100%; float: left; border-radius: 20px; padding: 20px 35px; background: var(--white);
box-shadow: 0px 2px 15px rgba(0,0,0,0.12); display: flex; justify-content: space-between;}
.footer_cta_cntnt h2{margin: 0 0 10px;
    font-family: var(--font-dmserif);
    color: var(--primaryColor);
    font-size: 30px;
    font-weight: 700;
}
.footer_cta_cntnt p{font-size: 18px; font-weight: 500; margin: 0;}
.footer_cta_lnk{background: var(--primaryColor4); color: var(--white); font-family: var(--font-dmserif);
font-size: 20px; font-weight: 600;  text-transform: uppercase;
text-decoration: none; padding: 8px 30px; align-self: center;}
.footer_cta_lnk:hover{text-decoration: none; color#eee;}
.ftr_wr{clear: both; float: left; width: 100%; background: #2D3194 url('../images/logo-watermark.png') no-repeat; 
background-position: right 20px top 30px; background-size: 400px;
padding: 50px 0; margin-top: -30px;}
.ftr_mn{width: 100%; clear: both; display: grid; grid-gap: 0 20px; 
grid-template-columns: 33% 45% 22%;} 
.ftr_abt_log{display: block; padding: 0 0 15px;}
.ftr_abt_log > img{max-width: 160px;}
.ftr_abtxt{display: block; padding:  0 0 15px; font-size: 15px; color: var(--white); 
	position: relative; padding-left: 40px; line-height: 1.5;}
.ftr_icnbx{position: absolute; left: 0; top:0; }
.fa-map-marker{font-size: 24px;}
.ftr_icnbx{font-size: 20px;}
.ftr_email{font-size: 18px;}
.ftr_tel{font-size:18px; font-weight: 600; line-height: 1.3}
.ftr_linkhd{display: block; width: 100%; color: var(--white); font-size: 30px;
font-weight: 600; font-family: var(--font-dmserif); line-height: 1.35;}
.ft_rlated .ftr_linkhd{font-size: 20px; margin: 0 0 15px;}
.ftr_lnk_ul{list-style-type: none; width: 100%; padding: 0;}
.ftr_lnk_li{display: block; margin: 0 0 7px;}
.ftr_lnk_a{color:var(--white); font-size: 15px; text-decoration: none; display: inline-flex; transition: 0.3; }
.ftr_lnk_a:hover{color: #eee; text-decoration: underline;}
.ftr_qlink .ftr_lnk_ul{width:33.33%; float: left;}
.ftr_qlink .ftr_lnk_ul + .ftr_lnk_ul{padding-left: 10px;} 
.ftr_btm{float: left; width: 100%; padding: 15px 0; background:#0D1031; }
.ftr_btm_main{float: left; width: 100%; display: flex; justify-content: space-between;
flex-wrap: wrap; align-items: center;}
.ftr_btm_copyright{font-size: 15px; font-weight: 600; color: var(--white);}
.ftr_btm_righ{font-size: 15px; font-weight: 600; color: var(--white);}
.ftr_btm_righ a{color: var(--white); text-decoration: none;}

@media screen and (max-width: 1250px)
{
	.hdr_nav_lnk{font-size: 14px; padding:10px 6px;}
}

@media screen and (max-width: 991px)
{
	.hdr_nav_mn{display: none;}
	.hdr_nav_bar{display: block; position: relative; width: 30px;}
	.hdr_nav_bar > .nav_bar_1{display: block; width: 30px; height: 2px; background:var(--basecolor);}
    .nav_bar_1 + .nav_bar_1{margin-top: 6px;}
    .hdr_navbar{padding: 9px 15px;}
    .logo_img{top:0; z-index: 10;}
    nav.hdr_nav_mn.open {display: block; position: absolute; top: 97%; left: 0; background: #fff;
    max-width: 100%; width: 100%; box-shadow: 0px 3px 6px rgba(0,0,0,0.1); border-radius: 0 0 6px 6px;}
    .hdr_nav_ul{display: block; padding: 1px  0 0;}
    .logo_img{width: 200px;}
    .hdr_nav_lnk {font-size: 16px; padding: 10px 20px; border-bottom: solid 1px var(--downloadbtnbg);}
    .hdr_nav_li:last-child .hdr_nav_lnk{border-bottom: none;}
    .hdr_nav_bar.active .nav_bar_1:nth-of-type(1){position: relative; top:5px; transform: rotate(45deg);}
    .hdr_nav_bar.active .nav_bar_1:nth-of-type(2){position: relative; top:-3px; transform: rotate(-45deg);}
    .hdr_nav_bar.active .nav_bar_1:nth-of-type(3){display: none;}


    .Hm_abt_rw{grid-template-columns: 1fr; grid-gap: 20px 0;}
    .Hm_srvc_rw{grid-template-columns:repeat(2, 1fr); grid-gap: 15px 20px;}
    .Hm_misn_l{width: 100%;}
    .Hm_misn_r{width: 100%; padding: 25px 0 0;}
    .Hm_misn_l img{width: 100%; height: 100%; display: flex;}
    .Hm_achv_mn{grid-template-columns: repeat(2, 1fr);}
    .Hm_achv_bx2{grid-column: span 1;}
    .ftr_mn{grid-template-columns: 1fr; grid-gap: 15px 0;}
    .ft_rlated .ftr_lnk_ul{display: flex; flex-wrap: wrap; grid-gap: 10px 20px;}
    .owl-carousel.home-herobanner .owl-nav .owl-prev, .owl-carousel.cmn_nav .owl-nav .owl-prev,
    .owl-carousel.home-herobanner .owl-nav .owl-next, .owl-carousel.cmn_nav .owl-nav .owl-next{width: 35px; height: 35px;}
    .Hm_tpcat_nxt,.Hm_tpcat_prev{width: 22px; height: 22px;}
    .pg_commn_h2{font-size: 24px; margin: 0 0 10px;}
    .hm_abt_btnlnk{font-size: 16px;}
    .Hm_srvc_bxtitle{font-size: 24px; margin: 5px 0 10px;}
    .Hm_misn_layertxt{font-size: 24px;}
    .Hm_misn_rtxtbx h3{font-size: 20px; line-height: 1.2; margin: 0 0 10px;}
    .Hm_misn_rtxtbx{padding: 0 0 5px;}
    .Hm_abt_infbxhd,.Hm_abt_infbxtxt{color: var(--white);}
    .Hm_achv_bx_h2{font-size: 24px;}
    .Hm_achv_bx2 > p{font-size: 15px;}
    .Hm_blog_bx > p{font-size: 16px;}
    .Hm_blog_bx_readmre{font-size: 15px;}
}

@media only screen and (max-width: 767px)
{
	.Hm_achv_mn > div:first-child,.Hm_achv_bx2{grid-column: span 2;}
	.Hm_abt_infobx{width: 100%;}
	.Hm_abt_infobx + .Hm_abt_infobx{margin-top: 0px;}
	.Hm_abt_infomn{grid-gap: 10px;}
	.Hm_abt_infobx {width: calc(50% - 5px); background:var(--primaryColor); padding: 20px;
     border-radius: 5px;}
    .Hm_abt_infbxtxt{font-size: 16px;}
    .Hm_blog_grdrw{grid-template-columns: 1fr; grid-gap: 40px 0;}
    .footer_cta_mn{flex-wrap: wrap; justify-content: center; grid-gap: 20px;}
    .footer_cta_cntnt{text-align: center;}
    .Hm_srvc_imgbx{height: 85px;}
    .tp_hd_pho, .tp_hd_mail{font-size: 14px;}
    .hdr_tp_lbx,.hdr_tp_rbx > a{font-size: 14px;}
    .Hm_crclr_title{font-size: 14px; width: 135px;}
    .Hm_crclr_cnt {width: calc(100% - 135px); font-size: 14px;}
    .ftr_btm_copyright{width: 100%; text-align: center; padding-bottom: 10px;}
    .ftr_btm_righ{width: 100%; text-align: center; font-size: 14px;}
    .footer_cta_cntnt h2{font-size: 24px;}
    .footer_cta_cntnt p{font-size: 16px;}
    .footer_cta_lnk{font-size: 18px;}
}

@media only screen and (max-width: 480px)
{
	.Hm_srvc_rw{grid-template-columns: 1fr;}
	.ftr_qlink .ftr_lnk_ul{width: 100%;}
	.ftr_qlink .ftr_lnk_ul + .ftr_lnk_ul{padding: 0;}
	.ft_rlated .ftr_lnk_ul{display: block;}
	.hdr_tp_r{width: 100%; grid-gap: 0 12px; justify-content: center;
     border-top:solid 1px #ffffff3b; margin-top: 7px; padding-top: 7px;}
	.hdr_tp_l{width: 100%; justify-content: center;}
	.hdr_tp_rbx > a {font-size: 13px; border: solid 1px #fff; min-width: 26px;
    display: flex; justify-content: center; height: 26px; align-items: center;
    border-radius: 50%;}
    .logo_img{width: 190px;}


}

@media only screen and (max-width: 365px)
{
	.hdr_tp_lbx, .hdr_tp_rbx > a{font-size: 13px;}
}

/*about*/
.CommonBannerClass {
    margin: 0 0;
    float: left;
    width: 100%;
    position: relative;
}
.BannerContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(0deg, rgba(34, 49, 148, 0.67) 5%, rgba(34, 49, 148, 0.1) 100%);
    background: -o-linear-gradient(0deg, rgba(34, 49, 148, 0.67) 5%, rgba(34, 49, 148, 0.1) 100%);
    background: linear-gradient(0deg, rgba(34, 49, 148, 0.67) 5%, rgba(34, 49, 148, 0.1) 100%);
    padding: 2.5rem 0;
    text-align: left;
    min-height: 100%; display: flex; align-items: flex-end;
}


.InsideSlider .BannerContent .BannerText {
    position: relative;
    z-index: 9;
}
.InsideSlider .BannerContent .BannerText h1 {
    font-size: 36px;
    margin-bottom:0px;
    color: #fff;
    font-family:var(--font-dmserif);
    max-width: 65%;
    font-weight: 600;
}



#breadcrumbs {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
#breadcrumbs a {
    color: #fff;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none!important;
}
.brdcrmsprtr{padding: 0 5px;}
.bannrtxtwr {display: flex; justify-content: space-between;align-items: flex-end;}

/*about*/
.pg_tp_wr{clear: both; float: left; width: 100%; padding: 50px 0 0;}
.pg_tp_mn{ float: left; width: 100%; }
.cmmn_hd_blk{float: left; clear: both; position: relative; width: 100%; padding: 0 0 30px;}
.cmmn_hd_h2{ font-family: var(--font-dmserif);font-size: 30px;font-weight: 600;line-height: 1.2;
margin: 0 0 15px;padding: 0;color: var(--primaryColor);}
.cmmn_hd_h2::after{content: ""; background-color: var(--primaryColor4); display: block; width: 70px; 
height: 2px; margin: 10px auto 0;}
.text-center{text-align: center;}
.pg_cmmn_grid{width: 100%; float: left; clear: left;}
.pg_cmmn_gridrw{display: flex; flex-wrap: wrap; grid-gap: 0 30px; }
.pg_cmmn_col6{width: calc(50% - 15px);}
.pg_cmmn_gridrw + .pg_cmmn_gridrw,.pg_cmmn_grid + .pg_cmmn_grid{margin-top: 40px;}
.w-100,.img-100{width: 100%;}
.abt_pg_txtnlk > p{font-size: 18px; line-height: 1.45; color: #464444;}
.collapsible .content {max-height: 0;overflow: hidden;transition: max-height 0.3s ease;  padding: 0 55px 0 10px;
    font-size: 18px;
    color: #fff;}
.collapsible .content > div{padding-top:10px; padding-bottom: 20px;}    
.collapsible.open .content {max-height: 200px; padding: 0 55px 0 10px;}

.blk_wr{width: 100%; clear: both; margin:0; padding: 0; float: left;}
.our_goal{padding: 50px 0 35px; background:#883E09 url('../images/goal_bg.jpg') no-repeat; background-size: cover;
margin:50px 0 0px;}
.blk_mn{float: left; width: 100%;}
.blk_rw{display: flex; position: relative; margin:0 -15px;}
.blk_rw_5{width: 41.65%; padding: 0 15px;}
.our_goal .blk_rw_5{padding-right: 5%;}
.blk_rw_7{width: 58.33%; padding: 0 15px;}
.our_goal .blk_hd_2{font-size: 56px; line-height: 1.2; font-weight: 600; margin: 0 0 15px; padding: 0; color: #fff;
font-family: var(--font-dmserif);}
.our_goal .blk_rw_5 p{font-size: 18px; line-height: 1.45; color: #fff;}
.collapsible{float: left; width: 100%; position: relative;}
.collapsible {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.collapsible.open{ border-bottom: solid 1px #fff;}

.collapsible button {
    appearance: none;
    background: none;
    border: none;
    outline: none;
    font-size: 30px;
    font-family: var(--font-dmserif);
    color: #FFD200;
    font-weight: 600;
    position: relative;
    padding: 0 35px 0 10px;
    text-align: left;
    width: 100%;
    display: block;
    cursor: pointer;
}

.collapsible button::after {
    content: "+";
    display: flex;
    position: absolute;
    right: 0;
    top: 9px;
    width: 33px;
    height: 33px;
    background: #FFD44A;
    color: #444;
    align-items: center;
    justify-content: center;
    font-family: var(--font-nunitoSans);
    font-weight: 400;
    border-radius: 50%;
}
.collapsible.open button::after{content: '-';}

.gridblk_wr{position: relative; width: 100%;
padding:0 5%;}
.gridblk_rw{width:100%;
display: flex;
justify-content: space-between;
}
.gridblk_rw + .gridblk_rw{margin-top: 65px;}
.gridblk_bx5{width: calc(300px - 30px);}
.gridblk_bx7{width: calc(100% - 330px);}
.gridblk_bx_title{display: block; font-size: 36px; font-weight: 600; 
font-family: var(--font-dmserif); margin: 0 0 10px; line-height: 1.25;
color: #2D3194;}
.gridblk_bx_txts,.gridblk_bx_txts p{display: block;
font-size: 20px;
line-height:1.5;
color: #464444;}

.gridblk_bx_txtblk p{margin: 0 0 20px;}
.gridblk_bx_txtblk{display: block; padding:0 0 2px;}
.hm_member{padding: 70px 0 60px; background: #f3f3f3;}
.our_member{background-color:#2F3395; padding: 40px 0 30px;
margin: 0 0 50px;}
.mmbr_mn{width: 100%;
display: grid;
grid-template-columns: 1fr 2fr;
grid-gap: 0 20px;}
.mmbr_title{font-size: 36px;
color: #fff; line-height: 1.25;;
margin: 15px 0 10px; font-weight: 600;
font-family: var(--font-dmserif);} 
.mmbr_title span{display: block;}
.mmbr_left p{color: #fff;
font-size: 18px;
line-height: 1.5;}
.mmbr_grids{width: 100%;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 20px 25px;}
.mmbr_box4{display: flex; flex-wrap:wrap;
justify-content: center;}
.mmbr_pic{width: 200px; height: 200px; max-width: 100%; aspect-ratio: 1;}
.mmbr_pic img{border-radius: 50%;}
.mmbr_nam{font-size: 24px; color: #fff; font-family: var(--font-dmserif); font-weight: 600;     padding: 10px 0 0;}
.mmbr_left {
    padding-right: 10%;
}
.blk_wr.our_team {
    background: #FAFCE8;
    padding: 45px 0 35px;
    margin: 30px 0 60px;
}

.team_nam {
    text-align: center;
    padding: 10px 0 0;
    font-size: 24px;
    color: #2D3194;
    font-family: var(--font-dmserif);
}

/* History*/
.pg_hstry_wr{width:100%; padding: 50px 0;}
.pg_hstry_mn{width: 100%; padding:0 15%; float: left;}
.commn_hd2_cnter{font-size: 36px; text-align: center; font-family: var(--font-dmserif); font-weight: 600;
margin: 0 0 35px; float: left; width: 100%;}
.pg_hstry_bxmn{float: left; width:100%; margin: 0 0 50px;}
.pg_hstry_rw{display: flex; flex-wrap: wrap; justify-content: center;}
.pg_hstry_bxxsml{width: 250px; padding: 25px; margin:0 0 30px; background: url('../images/history_bg.jpg') no-repeat;
background-size: cover;}
.pg_bxsmltxt{background:#fff; padding: 25px; text-align: center;}
.pg_bxsmltxt_yr{font-size: 24px; font-family: var(--font-dmserif); font-weight: 600; text-align: center;
margin: 0 0 2px;}
.pg_bxsmltxt{text-align: center; font-size:18px; color: #666;}
.pg_hstry_grdrw {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 30px;
}

.pg_hstry_bx_l img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.pg_hstry_txblk {
    position: relative;
    padding: 20px;
}

.pg_hstry_txblk p{font-size: 18px; line-height: 1.45;}
.pg_hstry_txblk::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.35;
    z-index: -1;
    width: 120px;
    height: 80px;
    background: #ddd url('../images/history_bg2.jpg') no-repeat;
    background-size: 205px;
}
.hmgallerygrid.gallery
 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.gallerygridbox {
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}

.gallerygridbox img {
    border-radius: 5px;
}
table.hrch_tbl{width: 100%;}
table.hrch_tbl th{font-size: 18px; font-weight: 600; color: #fff; background-color: var(--primaryColor);
padding:10px 15px; border:solid 1px #fff;}
table.hrch_tbl td{font-size: 16px; font-weight: 400; color: #333; 
    padding:10px 15px; border:solid 1px #ddd; vertical-align: top;}
    .ftr_abtxt.txt_dark {
        color: #333;
        font-size: 20px;
    }
    
    section.cntct_middle {
        float: left;
        width: 100%;
        padding: 60px 0;
    }
    
    .cnct_mddlrw {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 50px;
    }
    
    .txt_dark .ftr_icnbx {
        font-size: 24px;
    }
    
    .custom_form {
        width: 100%;
        background: #f2f2f2;
        padding: 20px;
        border-radius: 8px;
    }
    
    .custom_input {
        width: 100%;
        margin: 0 0 10px;
    }
    
    .custom_input input, .custom_input textarea {
        width: 100%;
        border: none;
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 5px;
    }
    
    .custom_input input.btn {
        display: inline-block;
        background: var(--primaryColor);
        color: #fff;
        font-weight: 700;
        font-size: 18px;
    }
    .gridblk_bx5 img {
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
    }    

.hrch_mn {
    position: relative;
    width: 100%;
    clear: both;
}
.herarchy{margin-bottom: 40px;}

.hrch_chrt {
    width: 100%;
    position: relative;
    float: left;
}

.hrch_chrt_hd {
    font-size: 36px;
    text-align: center;
    font-family: var(--font-dmserif);
    font-weight: 600;
    margin: 0 0 35px;
    float: left;
    width: 100%;
}

.hrch_grid {
    float: left;
    width: 100%;
    background: #eee;
    border-radius: 10px;
    padding: 40px 0;
}

.hrch_grd_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 0 10%;
}

.hrch_bx_title {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 0 0 20px;
    text-align: center;
}

.hrch_chrtbx1 {
    border: solid 1px var(--primaryColor);
    min-height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 20px 10px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 15px;
    background: #fff;
    position: relative;
    text-align: center;
}

.hrch_chrtbx2 {
    width: 250px;
    height: 90px;
    border: solid 1px var(--primaryColor);
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    background: #fff;
    position: relative;
    text-align: center;
    border-radius: 4px; padding: 10px;
    /* font-size: 18px; */
}

.hrch_chrtbx3 {
    border: solid 1px var(--primaryColor);
    position: relative;
    display: flex;
    width: 170px;
    height: 90px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    background: #fff;
    text-align: center;
}

.hrch_chrtbx1::after,.hrch_chrtbx2::after,.hrch_chrtbx3::after {
    content: "\f175";
    font-family: 'FontAwesome';
    color: #999;
    top: 100%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: 13px;
    font-size: 18px;
    font-weight: 500;

}

.hrch_grd_row .hrch_bx_title:nth-child(1) {
    width: 200px;
}

.hrch_grd_row .hrch_bx_title:nth-child(2) {
    width: 250px;
}

.hrch_grd_row .hrch_bx_title:nth-child(3) {
    width: 170px;
}
.hrch_grd_row:last-child .hrch_chrtbx1::after,.hrch_grd_row:last-child .hrch_chrtbx2::after,
.hrch_grd_row:last-child .hrch_chrtbx3::after{display: none;}
.hrch_bx_title{position: relative;}
.hrch_bx_title::after{content: ''; position: absolute; top:100%; height: 15px; width: 2px;
background-color: #999; left: 50%;}
.hrch_bx_title{position: relative; margin:0 0 25px; padding: 0 0 10px;}
.hrch_bx_title::after{content: '';position: absolute;top:100%;height: 15px;width: 2px;background-color: #999;left: 50%;}


@media only screen and (max-width: 1200px)
{
    .owl-carousel.cmn_nav.media-gallery .owl-nav .owl-prev{left: -15px;}
    .owl-carousel.cmn_nav.media-gallery .owl-nav .owl-next{right: -15px;}
}

@media only screen and (max-width: 991px)
{
.hrch_bx_title::after{display: none;}
.hrch_grd_row .hrch_bx_title:nth-child(1) {
    width: 30%;
}
.hrch_grid{padding: 35px 30px;}
.hrch_grd_row .hrch_bx_title:nth-child(2) {
    width: 30%;
}

.hrch_grd_row .hrch_bx_title:nth-child(3) {
    width: 30%;
}
.hrch_chrtbx1, .hrch_chrtbx2,.hrch_chrtbx3{    
    width: 100%; padding: 0; border:none; height: auto;
    min-height: auto; margin: 0; font-size: 18px; font-weight: 400;
    border-radius: 5px; display: block; text-align: left;}

.hrch_chrtbx1::after,.hrch_chrtbx2::after,.hrch_chrtbx3::after{display: none;}
.hrch_grd_row{justify-content: space-between; grid-gap:5px 0; background: #fff;
    margin: 0 0 25px; padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);}

.hrch_chrtbx1::before{content: "Primary Designation:"; padding-right: 10px; font-weight: 700;}
.hrch_chrtbx2::before{content: "Equivalent Designation:"; padding-right: 10px; font-weight: 700;}
.hrch_chrtbx3::before{content: "Status:"; padding-right: 10px; font-weight: 700;}
.hrch_grd_row:first-child{display: none;}
.CommonBannerClass .slider img

 {
    min-height: 195px;
    object-fit: cover;
}

.InsideSlider .BannerContent .BannerText h1{max-width: 100%;}
.bannrtxtwr{flex-wrap: wrap;}
#breadcrumbs{width: 100%; font-size: 14px; padding-top: 5px;}
.mmbr_mn{grid-template-columns: 1fr;}
.mmbr_pic{width: 100px; height: 100px;}
.mmbr_nam{width: 100%; text-align: center; font-size: 18px;}
.hrch_chrt_hd{font-size: 30px; margin: 0 0 25px;}
.pg_cmmn_gridrw{grid-gap: 20px 0;}
.pg_cmmn_col6{width: 100%;}
.abt_pg_txtnlk > p{font-size: 16px;}
.blk_rw{margin: 0; flex-wrap: wrap;}
.our_goal .blk_hd_2{font-size: 36px;}
.our_goal .blk_rw_5,.our_goal .blk_rw_7{width: 100%; padding: 0;}
.blk_colspmn {
    padding-top: 10px;
}

.collapsible button{font-size: 22px;}
.collapsible .content,.our_goal .blk_rw_5 p{font-size: 16px;}
.collapsible button::after{top:0;}
.gridblk_wr{padding: 0;}
.gridblk_bx5{order:-1;}
.gridblk_rw{flex-wrap: wrap; justify-content: center;}
.gridblk_bx7{width: 100%; padding-top: 25px;}
.gridblk_bx_title{    font-size: 24px;
    text-align: center;}
    .gridblk_bx_txts, .gridblk_bx_txts p{text-align: center; font-size: 16px;}
    .mmbr_left p{font-size: 16px;}
    .InsideSlider .BannerContent .BannerText h1{font-size: 24px; line-height: 1.25;}

}

@media only screen and (max-width: 480px)
{
    .mmbr_grids{grid-template-columns: repeat(2, 1fr);}
}





.brd_wr{width: 100%; float: left; clear: both; padding: 50px 0; background: url('../images/history_bg.jpg') no-repeat;
background-repeat: repeat; background-size: 100px;}
.brd_grid_rw{width: 100%; display: grid; grid-template-columns: repeat(2, 1fr);
grid-gap: 35px;}
.brd_grid_box {
    border-radius: 4px;
    background-color: #fff;
    padding: 20px; border:solid 1px #eee;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.brd_grd_photo{float: left;
    margin: 0 15px 7px 0px;
    width: 120px;
    height: auto;}
.brd_grid_hd{grid-column:span 2;}
.brd_grd_txthd{font-size: 24px; color: #333;  margin: 0 0 10px;
    line-height: 1.25; font-weight: 600;}
.brd_grd_txt{font-size: 16px; line-height: 1.45;}
.brd_grd_txt_imp{font-size: 17px; color: #333; font-weight: 600; line-height: 1.45;}
.brd_grid_rw_3{display: flex; flex-wrap: wrap; justify-content: flex-start; grid-gap:35px; margin-top: 35px;}
.brd_grid_rw_3 > .brd_grid_box{width: calc(33.33% - 23.33px); display: flex;justify-content:center; flex-wrap: wrap;}
.brd_grid_picbx{width: 150px; height: 150px; border-radius: 50%; position: relative; overflow: hidden;}
.brd_grd_name{ padding: 15px 0 0; width: 100%; text-align: center;}
.brd_grd_name h4{font-size: 20px; text-align: center; color: #333; margin: 0; padding: 0 0 5px;}
.brd_grd_name p{font-size: 18px; font-weight: 400; color: #555;}
.brd_grid_hd{width: 100%;  font-size: 36px;
    text-align: center; color: #2D3194;
    font-family: var(--font-dmserif);
    font-weight: 600;
    margin:0px;
    float: left;
    width: 100%;}
 .our_goal.prsrvr{margin: 0 0 50px; padding: 55px 0;}
 
 .ttle_lght_cntr {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-family: var(--font-dmserif);
    font-weight: 600;
    margin: 0px 0 35px;
    float: left;
    width: 100%;
}

.prsrvr_lst {
    width: 100%;
    display: flex;
    grid-gap: 15px 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.prsrvr_lstbx {
 
    font-size: 20px;
    font-weight: 600;
    border-radius:10px;
    padding: 15px 20px;
    min-width: 23%;
    color: #fff;
    border:solid 1px #FFD200;
    text-align: center;
}   
.prsrvr_lstbx .brd_grid_picbx{width: 100%; height: auto; margin: 0 0 10px; text-align: center;}
.prsrvr_lstbx .brd_grid_picbx img{width: 100px; height: 100px; border-radius: 50%;}
.ptch_grdbx {
    float: left;
    width: 100%;
    border: solid 1px var(--primaryColor);
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 700;
    background: var(--primaryColor);
    border-radius: 0;
    transform: skew(-10deg,0deg);
}

.ptch_grid {
    float: left;
    width: 100%;
    margin: 0 0 65px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 30px 0 0;
    grid-gap: 20px 30px;
}

.hmgallerygrid.gallery h4 {
    grid-column: span 4;
    text-align: center;
    font-size: 36px;
    font-family: var(--font-dmserif);
    color: var(--primaryColor);
    margin: 0 0 10px;
}
.cntct_head {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--font-dmserif);
    margin: 0 0 15px;
}

@media screen and (max-width: 991px)
{
    .brd_grid_hd{font-size: 24px;}
    .brd_grid_rw{grid-template-columns: 1fr; grid-gap: 25px 0;}
    .brd_grid_hd {grid-column: span 1;}
    .brd_grd_txthd{font-size: 20px;}
    .brd_grid_rw_3{grid-gap: 25px;}
    .ptch_grid{grid-gap: 15px 20px;}
    .ttle_lght_cntr{font-size: 24px; margin: 0 0 25px;}
    .ptch_grid{grid-template-columns: 2fr;}
    .cnct_mddlrw {width: 100%;display: grid;grid-template-columns: repeat(1, 1fr); grid-gap: 40px 0;}
    .hmgallerygrid.gallery h4{grid-column: span 3;}
    .hmgallerygrid.gallery{grid-template-columns: repeat(3, 1fr);}
}

@media screen and (max-width: 767px)
{
    .brd_grid_rw_3 > .brd_grid_box{width: calc(50% - 5px);}
    .brd_grd_name p{font-size: 16px;}
    .brd_grd_name h4,.ptch_grdbx{font-size: 18px; line-height: 1.2;}
    .prsrvr_lst{grid-gap: 0 20px;}
    .prsrvr_lstbx{width: calc(50% - 10px); font-size: 18px; min-width: calc(50% - 10px);}
    .ptch_grid{grid-template-columns: 1fr; text-align: center;}
    .brd_grid_rw_3{grid-gap: 10px;}
     .hmgallerygrid.gallery h4{grid-column: span 2;}
    .hmgallerygrid.gallery{grid-template-columns: repeat(2, 1fr);     grid-gap: 15px;}
    .hmgallerygrid.gallery h4{font-size: 24px;}
}

@media screen and (max-width: 480px)
{
    .ptch_grid{grid-template-columns: 1fr;}
    .ptch_grdbx{text-align: center;}
    .brd_grid_picbx{width: 100%; height: auto; aspect-ratio: 1 /1;}
    .brd_grid_rw_3{grid-gap:10px;}
    .brd_grid_rw_3 > .brd_grid_box{width: calc(50% - 5px); padding: 10px;}

}


/*modal*/
.read-more {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

.modal-content {
  background: #fff;
  margin: 8% auto;
  padding: 20px;
  width: 60%;
  border-radius: 8px;
  position: relative;
}

.close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

/* End modal*/

span.read-more {
    display: inline-flex;
    border: solid 1.5px var(--primaryColor);
    color: var(--primaryColor);
    font-size: 18px; transition: 0.3s;
    font-family: var(--font-dmserif);
    padding: 11px 25px;
    text-decoration: none;
    margin: 4px 0 0;
    font-weight: 500;
    line-height: 1.25;
    border-radius: 4px;
}

span.read-more:hover{color: var(--white); background-color: var(--primaryColor);}

@media only screen and (max-width: 480px)
{
.tile .full-content {display: block !important;}
.tile .full-content .Hm_srvc_bxtitle {display: none;}
.Hm_srvc_cols > p,span.read-more { display: none;}
}