body {margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; font-family: 'Commissioner', sans-serif; background-image: url('../images/bg_2.webp'); background-size: contain;}
a {text-decoration: none !important;}

.main_heading {font-size: 28px; font-family: 'Commissioner', sans-serif; font-weight: 700; text-transform: uppercase;}
.sub_heading {font-size: 13px; color: #111; letter-spacing: 6px; text-transform: uppercase;}
.button_1 {display: inline-block; padding: 10px 20px; background-color: #ed6427; color: #fff; border: none; font-size: 15px; width: max-content;}
.button_2 {display: inline-block; padding: 10px 20px; background-color: #5da666; color: #fff; border: none; font-size: 15px; width: max-content;}
.button_3 {display: inline-block; padding: 10px 20px; background-color: #ccc; color: #fff; border: none; font-size: 15px; width: max-content;}
.button_1:hover {color: #fff; text-decoration: none;}
.bg {background-color: #ed6427;}
.txt_clr {color: #ed6427;}
.span {color: #ed6427;}
.resp_md {display: none !important;}
.txt_wrap_4 {-webkit-line-clamp: 4; max-height: 90px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}

.bread_cumbs {margin: 0; padding: 0; list-style: none; display: inline-block;}
.bread_cumbs li {display: inline-block;}
.bread_cumbs li a {color: #000; font-size: 16px; font-weight: 400; display: block;}
.bread_cumbs li:last-child a {color: #999;}
.bread_cumbs li a:after {content: '/'; margin-left: 4px;}
.bread_cumbs li:last-child a:after {content: ' ';}

/*/Modal/*/
._modalBg {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: #0000006e; z-index: 9999; overflow-x: hidden; overflow-y: auto; display: grid; justify-items: center; padding: 50px 0;}
._modalSm ._modalBox {width: 42%; height: fit-content; position: relative; background-color: #fff; padding: 25px;}
._modalBdy {width: 100%;}

/*.....sticky-navbar.....*/
.sticky {position: fixed; top: 0; width: 100%; z-index:999; box-shadow: 1px 1px 6px -1px #3333336b;}
.sticky + .content {padding-top: 102px;}

/***Header***/
header {background-color: #fff; padding: 3px 0;}
header ul {margin: 0; padding: 0; list-style: none;}
header ul li {display: block;}
header ul li a {display: inline-block; font-size: 15px; color: #333;}
header ul li a:hover {text-decoration: none; color: #ed6427;}

/***Navigation***/
nav {background-color: #ed6427; position: relative; height: 56px;}
nav:after {background: linear-gradient(-45deg, #fff 14px, transparent 0), linear-gradient(45deg, #fff 14px, transparent 0); background-position: left-bottom; background-repeat: repeat-x; background-size: 12px 24px; content: " "; display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 10px; transform: rotate(180deg);}

nav .ul {margin: auto; padding: 0; list-style: none; position: relative; width: 100%; display: flex; justify-content: center; align-items: center; margin-top: -30px}
nav ul li {display: inline-block; position: relative; z-index: 1;}
nav ul li a {display: block; padding: 14px 15px; color: #fff;}
nav ul li a i {font-size: 12px;}
nav ul li a:hover {text-decoration: none; color: #fbf0dc;}
nav ul li .sub_menu {position: absolute; left: 0; width: max-content; padding: 5px 0; visibility: hidden; opacity: 0; top: 50px; z-index: 99; box-shadow: 0 5px 70px #262a4c26; transition: all 0.5s;}
nav ul li .sub_menu li {display: block; margin: 10px 0; transition: all 0.5s;}
nav ul li .sub_menu li a {padding: 5px 18px; background-color: #fff; color: #333; transition: all 0.5s;}
nav ul li .sub_menu li a:hover {background-color: #ed6427; color: #fbf0dc;}
nav ul li:hover .sub_menu li {margin: 0;}
nav ul li:hover .sub_menu {visibility: visible; opacity: 1; top: 52px;}
.resp_nav {display: none;}
.logo img {height: 120px;}
nav ul .logo a {padding-top: 0; padding-bottom: 0;}

/***Mega-menu***/
.mega_menu {position: fixed; width: 100%; height: 450px; background-color: #fff; left: 0; padding: 25px; display: flex; flex-wrap: wrap; flex-direction: column; visibility: hidden; opacity: 0; box-shadow: 0 5px 70px #262a4c26; z-index: 999;}
.mega_menu ul {list-style: none; margin: 0; padding: 8px 15px;}
.mega_menu ul li:first-child a {font-weight: 600; margin-bottom: 2px; font-size: 18px;}
.mega_menu ul li {display: block;}
.mega_menu ul li a {display: inline-block; color: #333; padding: 3px 0; font-size: 15px;}
.mega_menu ul li a:hover {color: #ed6427;}
nav ul li:hover .mega_menu {visibility: visible; opacity: 1; transition: all 0.5s;}

/***Banner***/
.home_bnnr {height: 500px; position: relative; overflow: hidden;}
.other_bnnr {height: 260px; overflow: hidden; position: relative;}
.other_bnnr>img, .home_bnnr>img {height: 100%; width: 100%; object-fit: cover;}
.other_bnnr .bnnr_info {position: absolute; left: 0; top: 0; height: 100%; width: 100%; display: grid; justify-content: center; align-items: center;}
.other_bnnr .bnnr_info h4 {font-size: 40px; font-family: 'Ramabhadra', sans-serif; margin: 0; color: #fff;}

.home_bnnr .bnnr_info {position: absolute; top: 0%; left: 0; width: 100%; height: 100%; text-align: center; display: grid; align-items: center;}
.home_bnnr .bnnr_info h4 {font-size: 40px; font-family: 'Ramabhadra', sans-serif; margin: 0;}
.home_bnnr .bnnr_info p {font-family: 'Ramabhadra', sans-serif; font-size: 14px; color: #666;}
.home_bnnr .bnnr_info a {font-size: 20px; color: #ed6427;}
.home_bnnr .bnnr_info .logo {height: 150px;}

/**Holy-Trio**/
.bd_head {padding: 50px 0 125px; color: #fff; text-align: center;}
.holy_trio {margin-top: -100px; padding-bottom: 25px;}
.ht_div {width: 100%; height: 450px; overflow: hidden; position: relative; box-shadow: 0 0 15px 0 rgb(0 0 0 / 17%);}
.ht_div:after {content: ''; position: absolute; left: 10px; top: 10px; width: calc(100% - 20px); height: calc(100% - 20px); border: 1px solid #ed6427;}
.ht_div img {height: 100%; width: 100%; object-fit: cover; transform: scale(1.0); transition: all 0.5s;}
.ht_div img:hover {transform: scale(1.1);}

/***About Us***/
.artcl_sec {padding: 50px 0; background-color: #fff;}
.about_us {padding: 50px 0; background-color: #a9a9a926; position: relative; overflow: hidden;}
.about_us p {color: #666;}
.div_cent {display: grid; height: 100%; align-content: center;}

/***Grid***/
.grid_4 {display: grid; grid-gap: 15px; padding: 15px; grid-template-columns: repeat(4, 1fr);}
.grid_4 .grid_img {overflow: hidden; height: 250px; position: relative;}
.grid_4 .grid_img i {position: absolute; transform: translate(-50%,-50%); left: 50%; top: 50%; border: 2px solid #fff; color: #fff; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; font-size: 20px; background-color: #00000054; opacity: 0; transition: all 0.5s;}
.grid_4 .grid_img:hover i {opacity: 1;}
.grid_4 .grid_img img {height: 100%; width: 100%; object-fit: cover; transform: scale(1.0); transition: all 0.5s;}
.grid_4 .grid_img:hover img {transform: scale(1.1); cursor: pointer;}

/***Products-Showcase***/
.prod_sec {padding: 50px 0; background-color: #fff;}
.search_box {margin-left: auto; padding: 5px 10px; border: 1px solid #ccc; font-size: 14px; width: 320px; margin-top: -12px;}

.prod_grid {display: grid; grid-gap: 10px; grid-template-columns: repeat(5, 1fr);}
.prod_grid .prod_box {border: 4px solid #a7a7a740; transition: all 0.5s;}
.prod_grid .prod_box:hover {border-color: #ed6427;}
.prod_grid .prod_box .prod_img {height: 200px; overflow: hidden;}
.prod_grid .prod_box .prod_img img {height: 100%; width: 100%; object-fit: cover;}
.all_prod {display: grid; justify-content: center; align-items: center; padding: 20px;}
.all_prod img {height: 128px;}
.all_prod ~ div .prod_name {font-weight: bold !important;}
.prod_grid .prod_box .prod_info {padding: 10px; background-color: #fff; text-align: center;}
.prod_name {font-size: 17px; color: #111; margin-bottom: 3px;}
.price {font-size: 15px; margin-bottom: 0; color: #111;}
.load_more {display: inline-block; margin-top: 20px; padding: 6px 15px; color: #333; background-color: #dedede61; font-size: 15px; border-radius: 3px;}

.prod_view {height: 400px; width: 100%; overflow: hidden; display: block; background-color: #eee;}
.prod_view img {height: 100%; width: 100%; object-fit: contain;}
.prod_grid_4 {display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 6px; margin-top: 12px;}
.prod_grid_4 a {height: 100px; overflow: hidden; background-color: #eee;}
.prod_grid_4 a img {height: 100%; width: 100%; object-fit: contain;}

.fs_20 {font-size: 20px !important;}
.prod_details .price {margin-bottom: 8px; font-weight: 600;}

.prod_details .social_media {list-style: none; margin: 0; padding: 0;}
.prod_details .social_media li {display: inline-block; margin-right: 8px;}
.prod_details .social_media li a {display: block; font-size: 26px; margin-left: 10px; color: #888;}
._even ._order {order: 2;}
.instock {padding: 1px 10px 2px; margin: 12px 0 6px; padding-right: 18px; font-weight: 600; border-radius: 3px; background-color: green; color: #fff; width: max-content; font-size: 12px; text-transform: lowercase; position: relative;}
.instock:after {content: ''; position: absolute; right: 0; top: -9px; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 20px 10px 20px 0; border-color: transparent #fff transparent transparent;}
.outstock {padding: 1px 10px 2px; margin: 12px 0 6px; padding-right: 18px; font-weight: 500; border-radius: 3px; background-color: red; color: #fff; width: max-content; font-size: 12px; text-transform: lowercase; position: relative;}
.outstock:after {content: ''; position: absolute; right: 0; top: -9px; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 20px 10px 20px 0; border-color: transparent #fff transparent transparent;}
._ratings {display: flex; grid-column-gap: 4px; margin-top: 4px;}
._ratings .fa-star {color: #999; cursor: pointer; transition: all 0.1s;}
._ratings ._marked {color: orange;}

.slick-prev:before, .slick-next:before {color: #b1b1b18a !important;}
.slick-track {margin: inherit !important;}

/***Contact***/
.formInput {margin: 15px 0; overflow: hidden;}
.formInput input, .formInput textarea, .formInput select {font-size: 14px; padding: 9px; width: 100%; border: 1px solid #e0e0e0;}

/***Donate***/
.donate_now {position: relative; background-color: #fff; box-shadow: 1px 1px 20px -1px #33333354;}
.donate_now .d_mn_bx {display: flex; width: 100%; grid-column-gap: 20px; margin: 20px 0;}
.donate_now .d_h4 {width: 200px; text-align: right;}
.donate_now .d_sb_bx {display: flex; flex-wrap: wrap; width: calc(100% - 200px); grid-column-gap: 30px; align-items: center;}
.donate_now .d_sb_bx label {font-weight: 700;}
.donate_now .sel_amnt {list-style: none; padding: 0; margin: 0;}
.donate_now .sel_amnt li {padding: 8px 16px; font-size: 16px; font-weight: 700; display: inline-block; border: 2px solid #ccc; margin: 5px; cursor: pointer;}
.donate_now .sel_amnt li:last-child {padding: 0;}
.donate_now .sel_amnt li:last-child input {border: none; padding: 8px; font-size: 16px; font-weight: 700; width: 160px; outline: none;}
.donate_now .sel_amnt li:hover, .donate_now .sel_amnt .active {background-color: #ed6427; border: 2px solid #ed6427; color: #fff;}
.donate_now .sel_amnt li:last-child:hover, .donate_now .sel_amnt li:last-child.active {background-color: transparent; color: #000;}
.donate_now .step_one, .donate_now .step_two {padding: 50px;}
.donate_now .step_one {position: absolute; top: 0; left: 0; background-color: #fff; width: 100%;}
.donate_now .step_two {visibility: hidden;}
.bg_hands {position: relative; background-color: #1c21c226;}
.bg_hands:before {content: ''; position: absolute; height: 100%; width: 100%; top: 0; left: 0; background-image: url('../images/bg-hands.png'); background-size: 220%; opacity: 0.07;}

/***Footer***/
footer {background-color: #ffdecf; padding: 70px 0 50px;}
footer .footer {display: grid; align-items: center; justify-content: center;}
footer h5 {color: #ed6427; font-weight: 600; margin-bottom: 15px;}
footer p {font-size: 15px; color: #000;}
footer .social_media {list-style: none; margin: 0; padding: 0;}
footer .social_media li {display: inline-block; margin-right: 15px;}
footer .social_media li a {display: block; font-size: 20px; color: #ed6427; transition: all 0.5s;}
.br {border-right: 1px solid #bbbbbb8c;}
.pr {padding-right: 20px;}
.contact_info {list-style: none; margin: 0; margin-top: 30px; padding: 10px 0; display: flex; justify-content: space-between;}
.contact_info li {display: inline-block;}
.contact_info li a {color: #ed6427; font-size: 17px; font-weight: 600; transition: all 0.5s;}
footer hr {border-top: 1px solid #bbbbbb8c;}
.contents_ul {list-style: none; margin: 0; padding: 0; display: inline-block;}
.contents_ul li {display: inline-block; position: relative;}
.contents_ul li:after {content: '||'; color: #000;}
.contents_ul li:last-child:after {content: '';}
.contents_ul li:first-child a {color: #ed6427;}
.contents_ul li a {font-size: 15px; color: #000; padding-left: 2px; padding-right: 8px; transition: all 0.5s;}

.contents_ul li a:hover {color: #ed6427;}
.contact_info li a:hover, footer .social_media li a:hover {color: #333;}
#iMap {width: 100%; height: 100%; border: 2px solid #e0e0e0;}
.copy_right {font-size: 15px; float: right;}


/*........media-querries........*/
@media only screen and (max-width:1199px) {
	nav .ul {display: inline-block;}
	nav ul li a {padding: 14px 10px; font-size: 15px;}
	.contact_info li a {font-size: 16px;}
}

@media only screen and (max-width:991px) {
	nav .ul {position: fixed; left: -100%; top: 30px; width: 100%; height: 100%; background-color: #fff; z-index: 999; transition: all 0.5s;}
	nav .openNav {left: 0;}
	nav .ul .logo {display: none;}
	nav ul li {display: block; position: relative; z-index: initial;}
	nav ul li a {display: block; color: #333; padding: 14px 25px; font-size: 18px; border-top: 1px solid #a9a9a926;}
	nav ul li a:hover {color: #ed6427;}
	nav ul li .sub_menu {position: relative; top: 0 !important; width: 100%; box-shadow: none; display: none;}
	nav ul li:hover .sub_menu {display: block;}
	nav ul li.resp_md a {background-color: #a9a9a926;}
	.close_prnt {position: absolute; padding: 15px !important; right: 0; top: 0; z-index: 99;}
	nav ul li a i {float: right; margin-top: 9px;}
	nav ul li .sub_menu li a {padding: 15px; padding-left: 50px;}
	.resp_md {display: block !important;}
	.resp_nav {display: block; margin: 0; padding: 0; list-style: none;}
	.resp_nav li {float: right;}
	.grid_4 {grid-template-columns: repeat(3, 1fr); justify-content: center;}
	.contact_info {flex-wrap: wrap; padding: 0; margin-top: 10px;}
	.contact_info li {padding-bottom: 15px;}
	.copy_right {float: left; margin-top: 5px;}
	.prod_grid {grid-template-columns: repeat(4, 1fr);}
	.mega_menu {height: 100%; width: 100%; left: -100%; top: 0; display: inherit; background-color: #fff; z-index: 999; overflow-y: auto; visibility: visible; opacity: 1; transition: all 0.5s;}
	.opeMegaMenu {left: 0;}
	.mega_menu ul {width: 100%;}
	.mega_menu ul li a {display: block; padding: 8px 0;}
	.mega_menu ul:nth-child(2) li:first-child a {border-top: none;}
}

@media only screen and (max-width:767px) {
	.home_bnnr>img {object-position: right;}
	.th_bnnr {padding-top: 25px; padding-bottom: 25px; background-color: #0e0e0e4f;}
	.home_bnnr .bnnr_info h4, .home_bnnr .bnnr_info p {color: #fff;}
	footer .footer {justify-content: flex-start;}
	.slick-prev, .slick-next {display: none !important;}
	#iMap {height: 350px;}
	.search_box {width: 100%; height: 45px; margin-top: 10px;}
	.prod_grid {grid-template-columns: repeat(3, 1fr);}
	.prod_grid .prod_box .prod_img {height: 180px;}
	.prod_grid .prod_box .prod_info {padding: 5px;}
	.prod_name {font-size: 14px;}
	.price {font-size: 12px;}
	.prod_details {margin-top: 15px;}
	.donate_now .step_one, .donate_now .step_two {padding: 20px;}
	.donate_now .d_mn_bx {flex-wrap: wrap; margin: 0 0 20px;}
	.donate_now .d_h4 {text-align: left;}
	.donate_now .d_sb_bx {width: 100%;}
	.donate_now .sel_amnt li { margin-top: 0; margin-bottom: 15px;}
	._even ._order {order: inherit;}
	._modalBox {width: 70% !important;}
}

@media only screen and (max-width:576px) {
	.grid_4 {grid-template-columns: repeat(2, 1fr);}
	.contents_ul li {margin-bottom: 10px;}
	.prod_grid {grid-template-columns: repeat(2, 1fr);}
	.prod_grid .prod_box .prod_img {height: 120px;}
	.other_bnnr {height: 190px;}
	.prod_sec, .artcl_sec {padding: 25px 0;}
	footer {padding: 40px 0 30px;}
	._modalBg {padding: 0;}
	._modalBox {width: 100% !important; height: 100%;}
}

@media only screen and (max-width:424px) {
	header ul li a img {height: 15px;}
	.slick-next, .slick-prev {display: none !important;}
	.grid_4 {grid-template-columns: repeat(1, 1fr);
}