:root {
  --maincolor: #610000;
  --lightmaincolor: #A50010;
  --secondcolor: #FCB249;
  --lightsecondcolor: #FFEEDC;
  --buttoncolor : #FF6300;
  --black: #4C4C4C;
  --lightblack: #989B86;
  --white:#fff;
  --whiteyellow : #ECECEC;
}

*::before,
*::after {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  outline: none;
}
html, body {
font-family: "Inter", sans-serif;
  font-size:16px; font-weight: normal;
  line-height:1.7;
  padding:0;
  margin:0;
  color: var(--secondcolor);color:var(--black);
}
body{  padding-top: 118px;}
a {
  color:var(--black);
  text-decoration:none;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  display: inline-block;
}
a:hover{color: var(--maincolor);}
img, iframe{max-width: 100%; width: 100%;}
h1,h2,h3,h4,h5,h6{margin: 0;margin-bottom: 30px; font-weight: 550; font-family: 'Optima'; text-transform: capitalize;  color: var(--lightmaincolor); }
h1{  font-size: 60px;   color: var(--white); text-transform: uppercase; }
h2{ font-size: 40px;  text-transform: uppercase; }
h3{ font-size: 30px; }
h4{font-size: 25px;}
h5{font-size: 20px;font-family: "Inter", sans-serif; margin-bottom: 20px;}
hr{margin: 0; margin-bottom: 40px;}
.section_aboutus h2{text-transform: uppercase;}
p, ul{margin: 0; padding: 0; margin-bottom: 20px;}
p:last-child, ul:last-child{margin-bottom: 0;}
.header-area{position: fixed; top: 0px; left: 0px; width: 100%; z-index: 999;  transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease;  padding: 0px 0;  }
.container{position: relative;}
.header-area .container{}
.header-area .row{align-items: center;}
.header-area .logo{}
.header-area .logo img{width: 100%;max-height: 90px;}
header.fixed .header-area .logo img{max-height: 70px;}

.temple_msg_header{background: var(--secondcolor); color: var(--maincolor); text-align: center; font-size: 12px; overflow: hidden; position: relative;font-weight: 500;white-space: nowrap;}
.temple_msg_header ul,
.temple_msg_header li{list-style: none; list-style: none; margin: 0; padding: 0;}
.temple_msg_header ul{animation: scrollRTL 40s linear infinite;display: inline-flex;}
.temple_msg_header li{line-height: 36px; padding-left: 20px; padding-right: 30px; background: url(../images/sun_icon_red.svg) center left no-repeat;}
.fixed .temple_msg_header{display: none;}
@keyframes scrollRTL {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}

.header-area ul.header-center-menu{margin: 0px; padding: 0px; list-style: none; display: flex; justify-content: end;  }
.header-area ul.header-center-menu li a{font-size: 16px; line-height: 20px; font-weight: 500; color: var(--black); text-align: center; padding: 31px 0px;margin-left: 30px; position: relative; }
.header-area ul.header-center-menu li:first-child a{margin-left: 0;}
.header-area ul.header-center-menu li a:hover,
.header-area ul.header-center-menu li a.active{ }
.header-area ul.header-center-menu li a::after{position: absolute; content: ''; z-index: 1; bottom: 0; background:var(--maincolor);width: 0px;height: 4px; left: 0; transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease;}
.header-area ul.header-center-menu > li > a:hover::after,
.header-area ul.header-center-menu > li.current_page_parent > a::after,
.header-area ul.header-center-menu > li.current-menu-item > a::after{width: 100%;}

.header-area ul.header-center-menu li{position: relative;}
.header-area ul.header-center-menu li ul.sub-menu{position: absolute; padding:10px 0px; margin: 0; background: var(--maincolor); left: 51px; list-style: none;min-width: 200px; display: none;}
.header-area ul.header-center-menu li ul.sub-menu a{padding: 8px 15px; margin: 0; font-size: 14px; text-align: left; color: var(--white); }
.header-area ul.header-center-menu li ul.sub-menu a:hover,
.header-area ul.header-center-menu ul.sub-menu > li.current-menu-item > a{color: var(--secondcolor);}

.header-area-inner-n{}
header.fixed .header-area ul.header-center-menu{margin-top: 0;}
header.fixed .header-area{ transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; background: var(--white); z-index: 10; padding: 0px 0; border-bottom:0.5px solid var(--maincolor) ;}
header.fixed .header-area .header-area-inner{ padding: 15px 150px;}

.btn-menu{width: 22px; height: 22px; border: none; background: transparent; position: relative; padding: 0px; transition: all .5s ease;  margin-left: 15px; display: none}
.btn-menu span{width: 100%; height: 2px;  display: block;  transition: all .5s ease; background: var(--maincolor);}
.btn-menu span:nth-of-type(3n+1){position: absolute; top: 0px; left: 0px; transition: all .5s ease;}
.btn-menu span:nth-of-type(3n+2){position: absolute; top: 10px; width:70%; left: 0px; transition: all .5s ease;}
.btn-menu span:nth-of-type(3n+3){position: absolute; bottom: 0px; left:0px; transition: all .5s ease;}
.btn-menu.active span:nth-of-type(3n+1){  transform: rotate(-45deg); left: 0px; top:10px; transition: all .5s ease;}
.btn-menu.active span:nth-of-type(3n+2){display: none;}
.btn-menu.active span:nth-of-type(3n+3){ transform: rotate(45deg);left: 0px; transition: all .5s ease; bottom: 10px;}

footer{background: var(--maincolor); padding: 80px 0; color: var(--white); margin-top: 80px;}
.footer_bg{width: auto; margin-bottom: 50px;}

.copy_footer_home{}
.footer-area{}
.copy_right{color: var(--white); }
.copy_right span{color: var(--white);}

.footer-area ul, .footer-area li{list-style: none; margin: 0; padding: 0; display: inline-block; vertical-align: top; width: 100%;}
.footer-area ul{margin: 0px;}
.footer-area li a{color: var(--white);  margin-right: 0px;   overflow: hidden;}
.footer-area li:last-child a{margin-right: 0;}
.footer-area li.current-menu-item a,
.footer-area li a:hover{color: var(--buttoncolor); background-position: right 6px;}
footer hr{color: var(--white); margin-top: 40px;opacity: 0.7;}


.footer-area .row{}
.home .footer-area .row{}
.row_footer_address{align-items: end;}
.footer-area h5{color: var(--white);font-weight: 800; margin-bottom: 15px;}
.footer-area p{margin: 0; color: var(--white);}
.footer-area p span{font-family: 'Optima'; font-size: 20px; text-transform: uppercase;}
.footer-area a{color: var(--white); }
.footer-area a:hover{color: var(--buttoncolor); }
.footer-area p b{ font-weight: 400;}
.footer-area iframe{width: 100%!important; margin-top: 30px; height: 150px!important;}


.banner_right_heading h3{color: var(--white);}
.border_bg_light a{}
.border_bg_light a:hover{}
.text-right{text-align: right;}
.footer-area .container{z-index: 3; position: relative;}
.footer-area p.copyright{font-size: 16px; margin-top: 30px;}
.footer-area img{}
.social_links{margin-top: 60px;}
.social_links li{width: auto;margin-right: 15px;}
.social_links li a{background: var(--secondcolor); border-radius: 50px; width: 46px; height: 46px; text-align: center; line-height: 44px; font-weight: 300;  }
.social_links li a:hover{background: var(--buttoncolor); color: var(--white);}

.border_radius_banner{overflow: hidden; position: relative; border-radius: 0px;}
.border_radius_banner > img{width: 100%;}
.page_top_banner{position: relative; background: var(--lightsecondcolor); overflow: visible;}
.content-area-banner{position: relative; text-align: center;}
.home .page_top_banner .content-area-banner::after{content: ''; display: block; background: var(--black); opacity: 0.4; position: absolute; z-index: 1; left: 0; bottom: 0; right: 0; height:100%;}


.section_imagehalf .row{align-items: center;}
body:not(.home) .page_top_banner h1{font-size: 50px;  margin: 0;  font-weight: 400; text-transform: uppercase; }

section{overflow: hidden;}

.border_bg_light{ padding: 60px; border-radius: 0px;    height: 100%;      display: flex;    flex-direction: column;    justify-content: center; align-items: start;}
.row_halfsection .border_bg_light{justify-content: space-between; padding-left: 35px;}
.border_bg_light.desc_bott_top{    justify-content: space-around;}
.border_bg_light .row{align-items: center;}
.border_bg_light b, .border_bg_light strong{font-weight: 600;  }
.border_bg_light h3, .border_bg_light h2{}
ul{padding-left: 25px;}
.footer-area:before{height: 100%;}

.col-md-7{position: relative;}
.col-md-7 .desc_bott{position: absolute; right: 40px; top: 50%; z-index: 1; color: var(--white); width: 35%; }
.home .page_top_banner h1{ position: relative; }


body:not(.home) .page_top_banner{ background: var(--whiteyellow);}
.hero-banner-area .content h1{font-weight: 800; color: var(--white);}
.hero-banner-area .content-area h3:first-child{color: var(--maincolor);}
.hero-banner-area .content-area p{}
.slider_cn{color: var(--black); padding: 50px 100px 50px 50px;  background:  linear-gradient(0deg,transparent 10px,var(--white) 0) left /80% 100%,  linear-gradient( -45deg,transparent 100px,var(--white) 0) bottom/100% 100%;background-repeat:no-repeat;}
.col-fl-sl{align-items: center;  display: flex;}
.hero-banner-area .content-area .col-md-4{align-items: center;  display: flex;justify-content: center;}

.addtoany_list.a2a_kit_size_32 a,
.btn_main, .btn_main_red, .addtoany_share{border-radius: 0px; border: 0px solid var(--maincolor); color: var(--white); background:transparent; padding: 8px 40px 9px; position: relative;font-weight: 500; z-index: 1; position: relative; min-width: 170px; text-align: center; display: inline-block; font-size: 16px; }
.action_area a{margin-right: 30px; margin-top: 15px;}
.action_area a:last-child{margin-right: 0px;}
.Panchang_area_home::before, .Panchang_area_home::after,
.btn_main::after, .btn_main::before, .btn_main_red::after, .btn_main_red::before, .addtoany_share::after, .addtoany_share::before{background: url(../images/button_o.svg) center right no-repeat; background-size: auto 100%; width: 60%; bottom: 0; content: ''; top: 0; display: inline-block; vertical-align: top; position: absolute; right: 0; z-index: -1;}
.Panchang_area_home::before, .btn_main::before, .btn_main_red::before, .addtoany_share::before{right: auto; left: 0; background-position: center left;}

.btn_main:hover, .btn_main_red, .addtoany_share:hover{color: var(--white);}
.addtoany_share:hover::after, .addtoany_share:hover::before,
.btn_main:hover::after, .btn_main:hover::before, .btn_main_red::after, .btn_main_red::before{background-image: url(../images/button_r.svg);}

.btn_main_red:hover{color: var(--white);}
.btn_main_red:hover::after, .btn_main_red:hover::before{background-image: url(../images/button_o.svg);}

video{display: inline-block; vertical-align: top; margin: 0; padding: 0; width: 100%;}

.section{padding-top: 80px; background-position: center right; background-size: auto 100%; background-repeat: no-repeat;}
.section.section_missionarea{background-color: var(--secondcolor);}
.section_imgtxt img, .section_imgtxtrevert img{width: 100%; border-radius: 0px;}

.page .section_imgtxt_toparea .row h1{}
.home .section_imgtxt_toparea .row {}
.section_imgtxt_toparea{position: relative; z-index: 2;}

.container_top_area{}
.container_top_area h1{color: var(--white);font-weight: 800;}


.about_vision_area{border-radius: 0px; background: url(../images/about2.jpg) center no-repeat; background-size: cover; padding: 40px; color: var(--white); display: flex; height: 100%;}
.about_vision_area .row{align-items: center; width: 100%;}
.page-id-13 .about_vision_area{background-image: url(../images/services.jpg) ;}
.page-id-144 .about_vision_area{background-image: url(../images/whyus.jpg) ;}
.about_vision_area li p{display: inline-block;}
.section_centertext img{margin-bottom: 30px;}

.page-id-19 .about_vision_area .row{justify-content: end;}
.page-id-19 .about_vision_area .col-md-5{width: 100%;}
.page-id-19 .about_vision_area .col-md-7{width: 40%;}

.section_aboutus .row{position: relative;z-index: 9; }
.section_aboutus .row img{margin-top: -100px; margin-bottom: 30px;}
.section_aboutus .row ul{font-size: 30px; text-align: left; font-weight: 600; margin-top: 15px;}

.section_icontxt .row{text-align: center;}
.section_icontxt .row h4{font-size: 30px; margin-top: 20px; font-weight: 600;}
.section_icontxt .row .postcontent-area{max-width: 180px; display: inline-block;}
.section_imgtxt .postcontent-area{padding: 20px 0;}
.section_imgtxticon img{margin-bottom: 30px;}

.srt_des{display: flex; align-items: center; justify-content: center; color: var(--blue);  font-size: 30px;  font-style: normal;  font-weight: 800;  line-height: 50px; /* 166.667% */text-align: center;}
.pagecontent_sectiontoparea p{}
.page-id-23 .section_imgtxt .row{align-items: center;}
.page-id-23 .section_imgtxt .border_bg_light{background: none; box-shadow: none;}

.col-md-careers{border-radius: 10px;  background: #E2EDF8; padding: 40px; font-size: 20px;}
.col-md-careers p, .midle_area_content p{font-size: 20px; line-height: 28px;}
.midle_area_content h2{text-transform: uppercase;}
.midle_area_content h5{font-size: 30px;}


/* Chrome, Edge, Safari */
::placeholder {
  color: #666!important;
}

/* Firefox */
::-moz-placeholder {
  color: #666!important;
  opacity: 1;
}

/* Internet Explorer 10–11 */
:-ms-input-placeholder {
  color: #666!important;
}

/* Edge (legacy) */
::-ms-input-placeholder {
  color: #666!important;
}

.event_details_page_link{padding:14px 15px; border-radius: 0px;border: 1px solid #ccc; color: var(--black); text-align: center; width: 100%; background:transparent no-repeat; margin-bottom: 25px; max-height:149px;}
.event_details_page_link:hover, .event_details_page_link.active{background: var(--buttoncolor); border-color: var(--buttoncolor); color: var(--white);}
.con-positon{position: relative;}
.search_input_button{background: url(../images/search.svg) center no-repeat; border: none; position: absolute; right: 13px; top: 0; width: 60px; height:56px;}
.search_input_button:hover{background-color: #ccc;}

.form-control{padding:15px 15px; border: none; border-radius: 0px;border: 1px solid #ccc; color: var(--black);  background:transparent no-repeat; margin-bottom: 25px; max-height:149px;}
select.form-control{background-image: url(../images/arrow_drop_down.svg); background-position: calc(100% - 15px) center;}
.search_form_events select.form-control{background-image: url(../images/calendar_month.svg), url(../images/arrow_drop_down.svg); background-position: 10px center, calc(100% - 15px) center; background-repeat: no-repeat, no-repeat; padding-left: 40px;}
select option{}
input[type="submit"].wpcf7-submit{border-radius: 0px;  background: url(../images/button_o_s.svg) center no-repeat;  color: var(--white); border: none; padding: 15px 20px; min-width: 172px; text-align: center;  }
input[type="submit"].wpcf7-submit:hover{background-image:url(../images/button_r.svg);}
.wpcf7 input[type="file"]{border-radius: 0px;  background: var(--blue); color: var(--white); max-width: 100%; font-size: 18px;padding: 5px;}
.form-control:focus {
    color: var(--black);
    background: transparent;
    outline: 0;
    box-shadow: none; border-color: var(--black);
}
.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 12px;
  width: 100%;
  text-align: right;height: 15px;
}
.contact_us_area, .contact_us_area p{font-size: 20px; line-height: 30px; color: var(--blue); font-weight: 400;}
.wpcf7-spinner{display: none!important;}
textarea{max-height: 153px;}
.wpcf7-form h2{margin-bottom: 40px;}

.section_imagehalf img{width: 100%;}
.border_bg_light_icon{background: var(--lightblue); padding: 35px 50px; height: 100%;}
.border_bg_light_img{background: var(--lightblue); height: 100%;}
.border_bg_light_icon img{max-height: 130px; margin-bottom: 20px;}
.border_bg_light_icon p{}
.section_missionarea .row .col-md-3{text-align: center;}
.section_missionarea .row{margin-bottom: 40px; color: var(--white);}
.section_missionarea .row *{color: var(--white);}
.border_bg_light_img .col-md-text{padding: 30px 40px; color: var(--blue); font-weight: 600;}
.col-md-mg20{margin-bottom: 30px;}
.border_bg_darklight_icon{background: var(--secondcolor); color: var(--white); text-transform: uppercase; font-weight: 600; padding: 10px 40px; height: 100%; position: relative;}
.border_bg_darklight_icon .row{align-items: center;height: 100%;}
.border_bg_darklight_icon .row .col-md-9{text-align: left;}

.section_imagetwopart{margin: 0;}
.section_icononepart .row, .section_imagetwopart .row{align-items: center;}
.section_imagetwopart .row img{width: 100%;}
.heading_area{background: var(--lightblue);padding: 20px 0;}
.heading_area h3{margin: 0;}

.section_iconthreepart .border_bg_light_icon p{}
.header-area ul.header-center-menu li:last-child a{}

.link_a_pos{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 99;}
.section_imagetwopart .col-md-12 h3{text-transform: uppercase;}

.border_bg_light_home{position: relative;}
.section_imgtxthf .border_bg_light img,
.border_bg_light_area_page img,
.border_bg_light_home img, .section_imgtxtbg .border_bg_light img{}

.border_bg_light_home div{position: absolute; top: 10%; left: 50%; z-index: 2; color: var(--white); padding: 40px;}
.col-md-areatop h3,
.border_bg_light_home h2, .section_imgtxtbg .border_bg_light > div h2{color: var(--white);}

.border_bg_light_area_page,
.section_imgtxthf .border_bg_light,
.section_imgtxtbg .border_bg_light{padding: 0; position: relative; overflow: hidden; border-radius: 0px;}
.border_bg_light_area_page > div,
.section_imgtxtbg .border_bg_light > div{ }



.section_imgtxtbgtwopart{}
.border_bg_light_area_page{margin-top: 30px; }

.page-id-144 .about_vision_area .col-md-7{padding-top: 100px; width: 100%;}

.section_imgtxtbgtwopart .border_bg_light_area_page{height: auto;}

    .section:not(.section_imgtxtbgtwopart) ul li{}
    .section ul, .section ul li{list-style: none; margin: 0; padding: 0;}
    .section .border_bg_light ul{margin-bottom: 20px;}
    .section .border_bg_light ul li{background: url(../images/sun_icon_red.svg) center left no-repeat; padding-left: 30px; margin-bottom: 10px;}
    .section ul li i, .section ul li em{}
    .section .border_bg_light ul:last-child,
    .section ul li:last-child{margin-bottom: 0px;}
.mg_top40{margin-top: 10px;}
.section_imgtxthf .border_bg_light > div{}    
.careers_form{background: var(--lightblue); padding: 40px; border-radius: 0px;padding-bottom: 30px;}
.section_imgtxtbgtwopart .col-md-12 h3, .section_imgtxthf .col-md-12 h3,


.section_imgtxthf .col-md-12 h3,
.section_imgtxtbg .col-md-12 h3,
.section_imgtxtbgtwopart .col-md-12 h3{}

.section_imgtxtbg{margin: 0;}
.section_imgtxtbg .border_bg_light,
.section_imgtxtbg h3{margin-bottom: 0px; height: auto;}
.section_imgtxtbg .border_bg_light h3{margin: 0; margin-bottom: 5px;}
.icon_area_div{margin-top: 40px;}
.icon_area_div h3{color: var(--blue);}

.border_bg_light_icon_area.border_bg_light{flex-direction: row;        align-items: center;}
.border_bg_light_icon_area.border_bg_light h3{font-size: 30px;}
.section_imgtxt .col-md-6{position: relative;}
.border_bg_light_icon_area.border_bg_light .icon_img{ width: 160px;    height: 160px;    position: absolute;    top: 50%;    margin-top: -80px;    left: -80px;    padding: 15px;    border-radius: 10px;    z-index: 2;    background: var(--secondcolor);    display: flex;    justify-content: center;    align-items: center;}

.flex-row-reverse .border_bg_light_icon_area.border_bg_light .icon_img{left: auto; right: -80px;}

.border_bg_light_icon_area.border_bg_light .icon_img img{border-radius: 0;     max-height: 100px;}

.section_imgtxtbg .border_bg_light > div{width: 100%; top: auto; bottom: 0;-webkit-transform: translate3d(0, -0%, 0) !important;
    -ms-transform: translate3d(0%, -0%, 0)!important;
    -o-transform: translate3d(0%, -0%, 0)!important;
    transform: translate3d(0%, -0%, 0) !important;} 

.section_imgtxtheadingicon .col-md-txt,
.section_imgtxtheadingicon img{display: inline-block;}
.section_imgtxtheadingicon .col-md-txt{margin:0 15px; text-align: left; padding:0 20px; max-width: 950px;}
.section_imgtxtheadingicon .col-md-txt h3{text-align: center;}

img.icon_img{}

.section_imgtxtbgonepart .border_bg_light_area_page{border-radius: 0;}

section{position: relative;}
.section_imgtxthf{margin: 0;}
.section_imgtxthf .border_bg_light{margin-top: 40px;}

.border_bg_light_area_page_icon{display: flex;      margin: 0 auto;  text-align: center;    justify-content: center;    align-items: center;    flex-direction: column; background: url(../images/light_blue1.svg) center no-repeat; width: 370px; height: 330px; padding: 60px; max-width: 100%;    background-size: 100%;}
.border_bg_light_area_page_icon .col-md-areatop{margin-left: 55px; color: var(--blue);font-weight: 600;}
.border_bg_light_area_page_icon img{max-height: 100px;}
.round_icon{border-radius: 50%; background: #D98700; display: inline-block; width: 140px; height: 140px;display: flex; margin: 20px 0;    justify-content: center;    align-items: center;opacity: 0.8;}
.round_icon.snp{background:#B06A09}

.page-id-13 .section_imgtxticon{display: none!important;}
.section_imgtxtbg .container > .row > .col-md-8{display: flex; align-items: center;}
.section_imgtxtbg .container > .row > .col-md-8{margin-bottom: 30px;}
.section_imgtxtbg .container > .row > .col-md-8 .col-md-8{text-align: left;}

.section_imgtxtheadingicon .border_bg_light{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-id-25 .section_imgtxt .border_bg_light p:last-child,
.page-id-25 .section_imgtxt .border_bg_light h3{display: inline-block;margin-right: 8px;}
.page-id-25 .section_imgtxt .border_bg_light strong{}
.page-id-25 .section_imgtxt .border_bg_light{height: auto;padding-top: 100px;}

.page_top_banner > img{width: 100%;}

body{}
.section_imgtxtbgonepart .col-md-areatop{background: transparent;}

.copywrite-area{color: var(--white); padding: 40px 0;}
.home .copywrite-area{padding-top: 0;}
.section_imgtxtbgicon .border_bg_light{border-radius: 0px; padding:40px 40px 0;    align-items: center;     text-align: center;    justify-content: start;}
    .section_imgtxtbgicon .border_bg_light img{margin-bottom: 20px; max-height: 160px;}
    .section_imgtxtbgicon .col-md-4{}
 .section_imgtxtbgonepart   .border_bg_light_area_page{border-radius: 0;}

  .pd_area{padding:0 30px;}
body:not(.page-id-653) .section_imgtxtbgoneparticon .row{align-items: center;}
 .section_imgtxtbgoneparticon .col-md-8 .pd_area div{display: flex; margin-bottom: 15px; align-items: center;}
 .section_imgtxtbgoneparticon .col-md-8 .pd_area div img{margin-right: 20px;    }
  .section_imgtxtbgoneparticon .col-md-4 img{   }
 .section_imgtxtbgoneparticon .col-md-8 div h2{color: var(--secondcolor);font-size: 50px;font-style: normal;font-weight: 300; margin: 0; }
  .section_imgtxtbgoneparticon .col-md-8 {color: var(--blue);}
  .section_imgtxtbgoneparticon .col-md-8 p, .section_imgtxtbgoneparticon .col-md-8 h3{ color: var(--blue);}


   .section_ourvalues .border_bg_light_icon h2{}
   .short_description_section h3{color: var(--blue);}

   .border_bg_light_tp img{width: 100%; margin-bottom: 15px;}
      .border_bg_light_tp h3{}
.section_imgtxthf,
      .section_imgtxtbgicon, .section_imgtxtbgoneparticon { }
      .section_imgtxtbgoneparticon {}

      .wpcf7-form{padding:0px; }
    
      .wpcf7-form .row{align-items: start;}
      .wpcf7-form .row > div{margin-bottom: 0px;text-align: left;}
      .wpcf7-form .row > div:last-child, .wpcf7-form .row > div.col-md-6{margin-bottom: 0;}

      .link_home_products {background: var(--secondcolor) url(../images/arrow.svg)  94% center no-repeat; color: var(--white);}
      .link_home_services {background: var(--maincolor) url(../images/arrow.svg) 94% center no-repeat; color: var(--white);}
      .section_imgtxt_toparea a{height: 100%;     display: flex;    align-items: center;  font-weight: 600;  padding: 15px;}
      .section_imgtxt_toparea a:hover{color: var(--white);}
      .home .section_imgtxt_toparea img{max-width: 360px;}
      .home .section_imgtxt_toparea .border_bg_light{padding: 20px;}
      .home .section_imgtxt_toparea p{}
      .page-id-619 footer{margin-top: 0;}

.section_imgtxtbgoneparticon h3:first-child{text-transform: uppercase;}
       .home .section_imgtxtbgonepart img{width: 100%;}
       .home .section_imgtxtbgonepart .img_bg_area{position: relative;}
       .home .section_imgtxtbgonepart .img_bg_area > div{position: absolute; top: 0; bottom: 0; z-index: 3; color: var(--white); font-weight: 600;}
       .home .section_imgtxtbgonepart .img_bg_area h2, .home .section_imgtxtbgonepart .img_bg_area a{}
       .read_more, .read_more_b{background: url(../images/arrow_right.svg) center right no-repeat; text-align: right; padding-right: 20px; font-size: 16px; font-family: "Inter", sans-serif; color: var(--lightmaincolor); font-weight: 500; margin: 0; display: inline-block; width: auto;}
       .read_more_b{background-image: url(../images/arrow_outward_n.svg); font-size: 18px; padding-right: 30px; font-weight: 400; margin-top: 10px;}
       .read_more:hover, .read_more_b:hover{color: var(--buttoncolor);}
       .section_imgtxtbgoneparticon h3{color: var(--maincolor); line-height: 1.5;}
       .section_bg_main{width: 100%;}
       .border_bg_light_notimgtxt{color: var(--secondcolor); font-size: 30px;}

      .section_contactusaddress .wpcf7  {background: rgba(0, 0, 0, 0.15);}
       .section_contactusaddress h3{color: var(--maincolor);}

       .home_short_description,
       .home_sub_heading{background: url(../images/light_blue.svg) center no-repeat; padding: 50px 90px; font-size: 48px; display: flex; align-items: center;  width: 450px; height: 385px; line-height: 54px;}
       .home_short_description{background-image: url(../images/dark_blue.svg);}

       .home .section_imgtxt_toparea .border_bg_light{font-size: 30px; color: var(--maincolor); padding: 20px 60px;}
       .home .section_imgtxt_toparea .border_bg_light strong, .home .section_imgtxt_toparea .border_bg_light b{font-size: 48px;}
       b, strong {
    font-weight: 600;
}
.section_alllinkslist {text-align: center;}
.alllinkslist_a{font-size: 30px; font-weight: 600; color: var(--secondcolor); margin: 0 30px;}
.alllinkslist_a img{margin-right: 10px;}

.section_imgtxtbgonepart .border_bg_light_area_page{width: 292px; height: 260px; margin: 0 5px; background: url(../images/dark_blue1.svg) center no-repeat; justify-content: center; align-items: center; padding: 50px; display: inline-block; color: var(--white);}


.row_halfsection{background:var(--whiteyellow);}
.row_halfsection img{width: 100%;}
.row_halfsection_2{background: #989B86; color: var(--white);}
.row_halfsection_2 *{color: var(--white);}
.section_OurMissionlayout .col-md-5 img,
.section_OurVisionlayout .col-md-5 img{width: 100%;}
.logo_watermark{display: block; padding: 60px;border: 1px solid #E5E5E5;}
.services-area{padding: 40px; border-bottom: 1px solid #C2C2C2; border-right: 1px solid #C2C2C2; height: 100%; position: relative; width: 25%; float: left;}

.services-area:first-child,
.services-area:nth-child(2),
.services-area:nth-child(3),
.services-area:nth-child(4){border-top: 1px solid #C2C2C2;}
.services-area:first-child,
.services-area:nth-child(5),
.services-area:nth-child(9),
.services-area:nth-child(13),
.services-area:nth-child(17),
.services-area:nth-child(21){border-left: 1px solid #C2C2C2;}

.section_services_products{padding-bottom: 80px;}
.services-area p{margin-top: 20px;}
.home .services-area p{display: none;}
.services-area h4{margin: 0; color: var(--black); font-size: 16px; text-transform: uppercase; margin-top: 60px;}
.services-area span{color: var(--maincolor); }

.services-area:hover h4{color: var(--maincolor);}
.link_hover{position: absolute; z-index: 1; left: 0; right: 0; top: 0; bottom: 0; background: url(../images/arrow_forward_footer.svg) 91% 500px no-repeat; overflow: hidden;}
.services-area:hover .link_hover{background-position: 91% 36px;}
.services-area .photo-area{margin-bottom: 30px;}
.services_hr{margin: 0; margin-top: 50px;}
.services_hr1{margin: 0; margin-bottom: 50px;}
.row_Industries .col-md-12 hr{margin: 20px 0;}
.row_Industries .col-md-12:first-child hr{margin-top: 88px;}
.row_Industries  img{width: 100%;}
.row_Industries .border_bg_light{padding: 20px 30px;}
.row_Industries .border_bg_light h4{font-weight: 400; color: var(--lightblack); margin: 0;}
.section_OurMissionlayout .border_bg_light{padding-top: 0; padding-bottom: 0; justify-content: space-between;}
.section_OurMissionlayout .border_bg_light h2{position: relative;}
.section_OurMissionlayout .border_bg_light h2::after{display: block;background: #CACACA; height: 1px; width: 120%; right: 0; bottom: -40px; z-index: 0; content: ''; position: absolute;}
.section_OurMissionlayout img{position: relative; z-index: 1;}
.section_sericalayout, .section_WhyUslayout, .section_formlayout{background:var(--lightblack); margin-top: 80px;}
.section_sericalayout h2, .section_sericalayout h3{color: var(--white);}
.section_sericalayout h3{text-transform: inherit; font-weight: 400;}
.section_sericalayout hr{color: #CACACA;}
.row_sericalayout{background: #F3F0DF; padding: 20px 0 50px;    z-index: 1;    position: relative;}
.row_sericalayout h2{color: var(--maincolor); margin: 0; margin-bottom: 30px;}
.row_sericalayout .border_bg_light{padding: 30px 40px; padding-bottom: 0;}
.row_sericalayout .border_bg_light.leftsss{align-items: start;}
.row_sericalayout .border_bg_light hr{color:#B0B0B0; margin: 0;}
.row_sericalayout .border_bg_light h4{color: var(--black); margin-bottom: 20px;}
.row_sericalayout .border_bg_light p{color: var(--maincolor); font-weight: 400;}

body:not(.home) .services_hr, body:not(.home) .services_hr_button, .home .section_ourservices .link_white,
.row_sericalayout .btn_main::after{display: none;}
body:not(.home) .section_ourservices, .section_formlayout{background: var(--lightblack); padding-bottom: 80px;}
body:not(.home) .section_ourservices .col-md-4{margin-top: 40px;}
body:not(.home) .section_ourservices h2, body:not(.home) .section_ourservices .col-md-8 p{color: var(--white);}
.link_white{padding: 8px 15px; background: var(--white);}
.services-area:hover .link_white,
.link_white:hover{background: var(--maincolor); color: var(--white);}
.row_capabilities .border_bg_light{border: 1px solid #CACACA; min-height: 480px; position: relative;}
.row_capabilities .col-md-4{margin-bottom: 25px;}
.row_capabilities h3{color: var(--maincolor);}
.row_capabilities .border_bg_light::after{content: ''; width: 192px;height: 6px; bottom: 0; left: 50px; display: inline-block; position: absolute; background: var(--maincolor);}
.section_WhyUslayout{margin-top: 60px; padding-bottom: 80px; color: var(--white);}
.section_WhyUslayout img{width: 100%; }
.row_WhyUslayout .border_bg_light{padding: 30px; padding-left: 0;}
.row_WhyUslayout .border_bg_light h4{color: var(--white);}
.section_WhyUslayout .col-md-7 >hr{margin-bottom: 10px;}
.row_WhyUslayout hr{margin: 0;}
.section_formlayout p,
.section_formlayout h2{color: var(--white);}


.cv-upload {
   display: inline-block; max-width: 600px; width: 100%; text-align: left; 
}
.cv-upload p{margin: 0;}
.cv-label {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.cv-input-wrapper {
    display: flex;margin-bottom: 30px;
    align-items: center;
    border: 1px solid #cfd2c2;
    padding: 12px; position: relative;
}

.cv-btn {
    background: #B8BD9D;
    color: #fff;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 14px;
    border: none;
    margin-right: 20px;
    transition: background 0.3s ease;
}

.cv-btn:hover {
    background: #aeb38f;
}

.cv-filename {
    color: #e5e7d9;
    font-size: 14px;
}
.cv-upload .wpcf7-form-control-wrap{position: absolute; opacity: 0; left: 0; right: 0; top: 0; bottom: 0;}




.about_right_sidevideo{position: relative; width: 490px;display: inline-block; margin-right: -65px; z-index: 0; }


.video-mask {
  width: 100%!important;
  height: 500px;
  object-fit: cover;

  -webkit-mask-image: url(../images/video.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-image: url(../images/video.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.about_right_side{background: #F7F7F7; height: 100%;}
.about_right_side h4{ padding: 0; margin: 0;}
.about_right_side h4 span{padding: 50px; display: inline-block;}
.about_right_side h4::after{background: url(../images/video_button.svg) center top no-repeat; background-size: 100% auto; content: ''; display: none; height: 180px; width: 100%;position: relative; z-index: 1;}
.about_right_side .btn_main{position: relative; z-index: 1;}
.video_button_img, .section_aboutus .row img.video_button_img{width: 100%; margin: 0;position: relative; z-index: 1;}

.border_bottom_about{border-bottom:1px solid #D2D2D2; width: 50%; position: absolute; left: 0; bottom: 0; display: inline-block; height: 4px; left: 15px;}
.border_bottom_about::after{content: ''; width: 170px; height: 3px; display: inline-block; background: var(--maincolor); vertical-align: top;}

.row_what_we_do_outer{background: var(--white);}
.section_what_we_do, .section_why_us, .section_bgsideimage{background: #F7F7F7; margin-top: 80px; padding-bottom: 80px;}
.what_we_do_list{background: var(--white);}
.what_we_do_list_2{background: var(--maincolor);}
.what_we_do_list_2 h4, .what_we_do_list_4 h4{color: var(--white);}
.what_we_do_list_3{background: #ECECEC;}
.what_we_do_list_4{background: var(--secondcolor);}
.what_we_do_list h4{padding: 50px;margin: 0;}

.col_ind_outer{margin-top: 40px; cursor: pointer;}
.industries_list{position: relative;}

.why_us_bg{position: absolute; left: 0; right: 0; top: 0;  z-index: 0; width: 100%;}
.section_why_us, .section_why_us h2{color: var(--white);}
.section_why_us{background: var(--black);}

.col-md-why_us{background: rgba(119, 119, 119, 0.15);backdrop-filter: blur(11.850000381469727px); margin-top: 40px;}
.col-md-why_us .col-md-6 > img{width: 100%;}
.col-md-img-icon{display: inline-block; vertical-align: top; margin-right: 30px;}
.why_us_list h4{ display: inline-block; position: relative; font-weight: 400; padding-bottom: 20px;}
.why_us_list h4::after{height: 1px; width: 175px; left: 0; bottom: 0; display: inline-block; position: absolute; content: ''; background: var(--white);}

.section_bgsideimage { background: var(--black); padding-top: 0; margin: 0; color: var(--white);}
.section_bgsideimage h2{color: var(--white);}
.section_bgsideimage::after{content: ''; background: linear-gradient(0deg, #000 0%, #000 15%, rgba(0, 0, 0, 0.00) 100%); position: absolute; bottom: 0; left: 0; right: 0; height: 60%; display: block; z-index: 1; }

.why_us_bgside{width: 100%;}
.container_contactus{border: 0.5px solid #CFCFCF;}
.col-md-contactus{padding: 60px;border-right: 0.5px solid #CFCFCF; height: 100%;}
.col-md-contactus::after{width: 90px; height: 6px; background: var(--maincolor); content: ''; display: inline-block; margin-top: 50px;}
.col-md-contactus p span{color: var(--maincolor); font-size: 20px;}

.temple_schedule_list_home{padding: 40px; height: 85%;}
.Panchang_area_home ul, .Panchang_area_home ul li,
.temple_schedule_list, .temple_schedule_list li{list-style: none; padding: 0; margin: 0;}
.temple_schedule_list{height: 100%; overflow-y: scroll;}
.temple_schedule_list li, .Panchang_area_home ul li{border-bottom:1px dashed var(--maincolor); background: url(../images/sun_icon.svg) left 25px no-repeat; padding: 10px; padding-left: 50px;}
.temple_schedule_list li:last-child{border: none;}
.temple_schedule_list li span, .Panchang_area_home ul li span{color: var(--lightmaincolor); font-weight: bold; font-size: 19px;}
.Panchang_area_home{position: absolute; z-index: 5; left: 0; right: 0; padding: 25px 80px 15px;}
.Panchang_area_home::before, .Panchang_area_home::after{background-image:url(../images/Panchang_bg.svg) ;}
.Panchang_area_home h4{margin: 0; padding: 0;}
.Panchang_area_home ul li{display: inline-block; margin: 0; border: none;}
.Panchang_area_home .read_more{float: right;}

.products_outrer{text-align: center; background: #FFE8D1; color: var(--lightmaincolor);}
.products_outrer a, .pooja_services_outrer > a{width: 100%; color: var(--lightmaincolor);}
.products_outrer a:hover{color: var(--buttoncolor);}
.products_outrer img, .pooja_services_outrer img{width: 100%; }
.products_outrer .read_more{width: auto;}
.products_outrer p{border-bottom: 1px solid var(--white); padding-bottom: 15px;}
.product_txt{padding: 20px 30px;}
.products_outrer_2{background: #FED3A6;}
.col-md-events_div{background: #FFF2EA; padding: 20px; height: 100%;}
.col-md-events_div .read_more{background: none; padding: 0; margin-top: 20px;}
.col-md-events_div h3{border-bottom: 1px solid var(--lightmaincolor); padding-bottom: 15px; margin-bottom: 15px;}
.view_details_event{padding: 15px; border-bottom: 1px dashed var(--maincolor); padding-left: 0; padding-right: 40px; font-size: 19px; background: url(../images/arrow_outward.svg) right center no-repeat; width: 100%;}

.pooja_services_outrer{background: var(--secondcolor); padding-bottom: 130px; position: relative;}
.pooja_services_outrer .product_txt{padding-top: 0; padding-bottom: 30px;left: 0; right: 0; bottom: 0;position: absolute;}
.pooja_services_outrer h4{margin-bottom: 15px; text-transform: uppercase;}
.img_shadow{position: relative;}
.img_shadow::after{content: ''; background: linear-gradient(180deg, rgba(252, 178, 73, 0.00) 0%, #FCB249 100%); display: block; left: 0; right: 0; bottom: 0; height: 30%; position: absolute;}

.owl-carousel .owl-nav{margin: 0 10%; margin-top: 40px;justify-content: space-between; display: flex; margin-bottom: 30px;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{background: url(../images/arrow_forward_ios.svg) center no-repeat;width: 24px; height: 24px;}
.owl-carousel .owl-nav button.owl-prev{transform: rotate(180deg);}
.owl-carousel .owl-nav button span{display: none!important; }
.owl-dots{display: flex; z-index: 10; position: absolute; left: calc(10% + 50px); right: calc(10% + 50px); bottom: 11px; align-items: end;}
.owl-carousel button.owl-dot{ background: #CFCFCF; height: 1px;flex: 1 0 0%; width: 100%;}
.owl-carousel button.owl-dot.active{ background: var(--lightmaincolor); height: 2px;}

.section-temple-location{background: var(--lightsecondcolor); margin-top: 80px; color: var(--maincolor); padding-bottom: 60px;}

.section_chairmanmsg::before, .section_chairmanmsg::after,
.section-temple-location::before, .section-temple-location::after{width: 40%; background: url(../images/flower.svg) center left no-repeat; height: 60%; content: ''; display: block; position: absolute; left: 0; top: 0;}
.section_chairmanmsg::after,
.section-temple-location::after{background: url(../images/flower_right.svg) center right no-repeat; left: auto; right: 0;}
.section-temple-location .line_heading{margin-top: 80px;}
.temple_location_outrer img, .temple_location_outrer > a{width: 100%;}
.temple_location_outrer .product_txt h4{margin: 0;}

.section-divyam h2{font-size: 50px; background: url(../images/line.svg) left bottom no-repeat; padding-bottom:30px;}

.line_heading_bottom{background: url(../images/line.svg) left bottom no-repeat; padding-bottom:20px;}

.container_gau_seva{background: linear-gradient(0deg, #EBDECB 0%, #EBDECB 100%), #610000; color: var(--maincolor);}
.container_gau_seva h2{font-size: 50px; background: url(../images/line_multi.svg) center bottom no-repeat; padding-bottom: 50px;}
.container_gau_seva .border_bg_light{border: 0.5px solid var(--buttoncolor); margin: 25px; height: calc(100% - 52px); margin-left: 5px; align-items: center; }

.container_gau_seva .flex-row-reverse .border_bg_light{margin-right: 5px;margin-left: 25px;}

.page-id-11 footer{margin-top: 0;}
.chairmanmsg_div{background: url(../images/about_msg_bg.svg) center top no-repeat; background-size: 100% auto; padding:80px 0; padding-top: 350px;}
.chairmanmsg_div h2{margin-top: 80px;}
.section_chairmanmsg::before, .section_chairmanmsg::after{background-image: url(../images/about_msg_bg_left.svg); top: auto; bottom: 0; z-index: 2;}
.section_chairmanmsg::after{background-image: url(../images/about_msg_bg_right.svg);}
.pooja_services_list_inside .pooja_services_outrer{margin-bottom: 25px;}

.events_outrer{border-top: 1px solid #D5D5D5; padding: 50px 0;}
.events_outrer h4{font-family: 'Inter'; text-transform: uppercase;font-weight: 700;}
.events_outrer:last-child{padding-bottom: 0;}
.col-md-event_date{color: var(--lightmaincolor); text-transform: uppercase; font-size: 20px;}
.col-md-event_date b{font-size: 25px; width: 100%;display: inline-block; line-height: 25px;}
.img_fll{width: 100%;}
.events_outrer .product_txt{padding: 0 20px;}

.event_date_p{margin-top: 30px; color: var(--buttoncolor); font-weight: 500; font-size: 20px; text-transform: uppercase;}
.short_description_events img{width: auto;}

.section_leftsideimage .container_gau_seva{margin-top: 25px;}
.section_leftsideimage .container_gau_seva:first-child{margin-top: 0;}
.section_leftsideimage .container_gau_seva .border_bg_light{align-items: start;}
.section_leftsideimage .container_gau_seva .border_bg_light h2, .container_gau_seva h2.line_heading_left, .line_heading_left{background-image: url(../images/line_multi_l.svg); background-position: left bottom;}

.section_tophalfsideimage img{margin-bottom: 25px;}
.section_tophalfsideimage h3{margin-bottom: 20px; text-transform: uppercase;}

.admissionarea_list{background: linear-gradient(0deg, #FFEEDC 0%, #FFEEDC 100%), #610000; padding: 60px; color: var(--lightmaincolor); padding-right: 150px; position: relative;}
.admissionarea_list:not(.downloadarea) h3{background: url(../images/line_multi_l.svg) left bottom no-repeat; padding-bottom: 50px;}
.section .admissionarea_list ul, .form_details_area ul{margin-left: 15px;}
.form_details_area ul{margin-bottom: 20px;}
.section .admissionarea_list li, .form_details_area ul li{list-style: disc; margin-bottom: 15px;}
.admissionarea_list.downloadarea{padding: 30px; padding-bottom: 60px; min-height: calc(50% - 13px); margin-top: 25px;}
.admissionarea_list.downloadarea:first-child{margin: 0;}
.download_file{position: absolute; bottom: 0; left: 0; right: 0; padding: 13px; color: var(--white); font-weight: 500; text-align: center; background: var(--maincolor);}
.download_file:hover{background: var(--buttoncolor); color: var(--white);}

.section_facultyandstaff img{margin-bottom: 30px;}
.facultyandstaffEvents{background: #FFF2EA; padding: 30px;}
.facultyandstaffEvents p{border-bottom: 1px dashed var(--buttoncolor); padding-bottom: 20px; font-size: 19px;}
.section_FacilityandCampus .row .row .col-md-6 a, .section_FacilityandCampus .row .col-md-3 a{margin-bottom: 21px;}
.section_FacilityandCampus .row .row .col-md-6 a:hover, .section_FacilityandCampus .row .col-md-3 a:hover{opacity: 0.8;}
.section_contactus iframe{display: inline-block; vertical-align: top;}
.section_contactus .container_gau_seva .border_bg_light{border: none; margin: 0; align-items: start;}

.section_contactus a{color: var(--maincolor);}
.section_contactus a:hover{color: var(--buttoncolor);}

.shri_hanumat_website_link{position: relative;}
.shri_hanumat_website_link a{position: absolute; bottom: 80px; z-index: 3; left: 50%; margin-left: -90px;}
.repeater-field-footer{text-align: center; margin-top: 0;margin-bottom: 40px;}
.repeater-field-footer .repeater-field-button-add{border: 0.5px solid #CCC;background: #FFEEDC; border-radius: 0; color: var(--black); text-align: center; min-width: 250px; padding: 9px 30px 11px;}
.repeater-field-footer .repeater-field-button-add::before{background: url(../images/plus.svg) center no-repeat; content: ''; width: 20px; height: 20px; display: inline-block; margin-right: 10px; vertical-align: middle;}
.repeater-field-footer .repeater-field-button-add:hover{background: var(--buttoncolor); color: var(--white);}
.dscf7_signature input.clearButton{vertical-align: top; border: none!important;  width: 21px !important;  height: auto !important;   padding: 1px 0px 4px !important;  }

.col-signarea{padding-top: 30px;}
.col-signarea h6{font-family: "Inter", sans-serif; margin: 0;}
.section_contactus .btn_main{margin-top: 30px; color: var(--white);}
.section_contactus .btn_main:hover{color: var(--white);}
.modal-content{border-radius: 0; padding: 20px;}
.btn-close{position: absolute; top: -10px; right: -10px;}

label.error{position: absolute; color: var(--lightmaincolor); font-size: 12px;text-align: center;margin-top: -26px;  left: 15px;  right: 15px;}
.resnt_div{margin-top: 10px;}
.cancel_pooja{margin-right: 20px;}