body {margin: 0; padding: 0; width: 100%; overflow-y: auto; overflow-x: hidden; font-family: 'Montserrat', sans-serif;}
.no_scroll {overflow: hidden !important; background-color: #fff;}
a {text-decoration: none !important;}
ul {list-style: none; margin: 0; padding: 0;}
.bars, .mobile_nav {display: none !important;}
.text-justify {text-align: justify;}

.main_heading {font-size: 28px; font-weight: 700; color: #222;}
.sub_heading {font-size: 16px; font-weight: 500; color: #666;}
.brdr_hdng {height: 3px; width: 100px; background-color: #f6730d; border-radius: 4px;}
.para {font-size: 15px;}

.button_1 {display: inline-block; width: max-content; padding: 12px 40px; font-size: 14px; color: #fff; border: 1px solid #d90845; border-radius: 4px; background-color: #d90845; transition: all 0.5s;}
.button_2 {display: inline-block; width: max-content; padding: 12px 40px; font-size: 14px; color: #d90845; border: 1px solid #fff; border-radius: 4px; background-color: #fff; transition: all 0.5s;}
.button_1:hover {opacity: 0.8; color: #fff;}
.button_2:hover {opacity: 0.8; color: #d90845;}

.bread_cumbs {margin: 0; margin-bottom: 8px; padding: 0; list-style: none;}
.bread_cumbs li {display: inline-block;}
.bread_cumbs li a {color: #4169e1; font-size: 15px; font-weight: 600; display: block;}
.bread_cumbs li:last-child a {color: #666;}
.bread_cumbs li a:after {content: '/'; position: relative; top: 0px; margin-left: 5px;}
.bread_cumbs li:last-child a:after {content: ' ';}

.clip_1 {-webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_2 {-webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_3 {-webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_4 {-webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_5 {-webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_8 {-webkit-line-clamp: 8; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}

/*/Logo/*/
.logo {display: grid; height: 100px; overflow: hidden; width: max-content; align-items: center;}
.logo img {height: 130px; position: relative; top: -14px;}
.logo span {font-size: 30px; font-weight: 600; color: #4169e1;}

/*/Header/*/
header {height: 0;}

/*/Navigation/*/
nav {background-color: #fff; background: rgb(251,235,235); background: linear-gradient(41deg, rgb(252 245 245) 4%, rgb(249 216 216) 68%); box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%); position: sticky; top: 0; z-index: 999; padding: 0;}
nav ul {display: flex; grid-gap: 30px; align-items: center; height: 100%; justify-content: end;}
nav ul li {display: block;}
nav ul li a {display: block; padding: 20px 0; font-size: 14px; font-weight: 600; color: #000; transition: all 0.5s;}
nav ul li:last-child a {background-color: #d90845; padding: 8px 30px; border-radius: 5px; color: #fff; transition: all 0.5s;}
nav ul li a:hover {color: #d90845;}
nav ul li:last-child a:hover {color: #fff; opacity: 0.8;}


/*/BANNER/*/
.banner {position: relative; z-index: 99;}
.banner_other {display: block; height: 300px; overflow: hidden; position: relative;}
.banner_home {display: block; height: 600px; overflow: hidden; position: relative;}
.banner_home video {height: 100%; width: 100%; object-fit: cover;}

.banner_img {height: 100%; width: 100%; position: absolute; left: 0; top: 0;}
.banner_img img {height: 100%; width: 100%; object-fit: cover; transform: scale(1.0); transition: all 14s;}

.banner_info {position: absolute; left: 0; top: 0; height: 100%; width: 100%; display: grid; align-items: center; background-color: transparent; text-align: center; z-index: 99;}
.banner_info h6 {color: #fff; font-size: 20px; font-family: 'Arial', sans-serif; letter-spacing: 1px;}
.banner_info h3 {font-size: 70px; font-weight: 700; color: #fff; text-shadow: 2px 2px 5px #0000004a;}
.banner_info p {color: #fff; font-size: 22px; letter-spacing: 0.3px; text-shadow: 2px 2px 5px #0000004a;}
.banner_other .banner_info h3 {font-size: 60px;}

.banner_home h6 {position: relative; top: 80px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home h3 {position: relative; top: -150px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home p {position: relative; top: -60px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home a {position: relative; top: 100px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}

.bnnrAnimate h6, .bnnrAnimate h3, .bnnrAnimate p, .bnnrAnimate a {top: 0 !important; opacity: 1 !important;}
.bnnrAnimate.banner_img img {transform: scale(1.1);}

.slideLeft, .slideRight {position: absolute; top: 0; bottom: 0; width: auto; height: 100%; z-index: 999; display: grid; justify-content: center; align-items: center; opacity: 0;}
.slideLeft {left: 15px;}
.slideRight {right: 15px;}
.slideLeft i, .slideRight i {color: #fff; height: 36px; width: 36px; border-radius: 3px; background-color: #000; display: grid; align-items: center; justify-content: center; cursor: pointer; opacity: 0.4; transition: all 0.5s;}
.slideLeft:hover i, .slideRight:hover i {opacity: 1;}
.banner:hover .slideLeft, .banner:hover .slideRight {opacity: 1;}

.slideBck {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; z-index: 9; /*grid-gap: 0.8px;*/}
.slideBck div {height: 100%; width: calc(100% / 6); border-right: 1px solid #ffffff4d; background-color: #00000046; position: relative; opacity: 0;}
.slideBck div:nth-child(1), .slideBck div:nth-child(3), .slideBck div:nth-child(5) {top: 100%; transition: all 2s; transition-delay: 0.5s;}
.slideBck div:nth-child(2), .slideBck div:nth-child(4), .slideBck div:nth-child(6) {top: -100%; transition: all 2s; transition-delay: 0.5s;}
.slideBck div:last-child {border-right: none;}
.bnnrAnimate .slideBck div {top: 0; opacity: 1;}

/*.slideBck div:nth-child(1) {background-color: #ff000029;}
.slideBck div:nth-child(2) {background-color: #fb8c0036;}
.slideBck div:nth-child(3) {background-color: #3949ab3d;}
.slideBck div:nth-child(4) {background-color: #43a0472b;}
.slideBck div:nth-child(5) {background-color: #439cec33;}
.slideBck div:nth-child(6) {background-color: #546e7a24;}*/


/*/About/*/
.content_sec {padding: 60px 0;}
.imgAbt {position: relative; width: 100%;}
.imgAbt img {width: 100%;}
.imgAbt:after {left: -30px; bottom: -30px; z-index: -1; content: ''; width: 95%; height: 90%; position: absolute; background: #efefef;}
.extra_padding {padding: 120px 0;}

/*/Gallery/*/
.gall_sec {display: grid; padding: 0 20px; grid-gap: 20px; grid-template-columns: repeat(3, 1fr);}
.gall_sec .gall_box {display: block; box-shadow: 0 0 30px rgb(0 0 0 / 8%); border-radius: 10px; overflow: hidden;}
.gall_sec .gall_img {height: 250px; overflow: hidden; position: relative;}
.gall_sec .gall_img img {height: 100%; width: 100%; object-fit: cover;}
.gall_sec .gall_img:after {content: ''; width: 100%; height: 100%; left: 0; top: 50%; transform: translateY(-50%); position: absolute; z-index: 9; background-color: #ffffffbf; opacity: 0; transition: all 0.5s;}
.gall_sec .gall_img:before {content: ''; width: 100%; height: 100%; right: 0%; top: 0%; position: absolute; z-index: 9; background-color: #ffffffbf; opacity: 0; transition: all 0.5s;}
.gall_sec .gall_layer {display: none;}
.gall_sec .img_info {padding: 15px; background-color: #fff;}
.gall_sec .img_info p {margin: 0; line-height: 20px; font-size: 18px; font-weight: 700; color: #000; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-height: 80px; -webkit-line-clamp: 1; text-align: justify;}
.gall_sec .img_info small {color: #666;}
.gall_sec .gall_box:hover {text-decoration: none;}
.gall_sec .gall_box:hover p {color: #cd3131;}
.gall_sec .gall_img:hover::after {height: 0; opacity: 0.5;}
.gall_sec .gall_img:hover::before {width: 0; opacity: 0.5; right: 18%}
.more_events {list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap;}
.more_events li a {padding-right: 6px; margin-right: 6px; margin-bottom: 10px; margin-top: 8px; border-right: 1px solid #555;  font-size: 13px; text-transform: uppercase; color: #666; display: block;}
.more_events li:last-child a {border-right: none; margin-bottom: 0;}

/*/Team/*/
.team {padding: 0; background-color: #ddd; overflow: hidden;}
.team_img {width: 100%; height: 240px; background-color: #fff; border: 1px solid #eee;}
.team_img img {width: 100%; height: 100%; object-fit: cover;}
.team_info {padding: 15px 0; text-align: center; position: relative;}
.contact_wp {position: absolute; left: 0; bottom: -100%; width: 100%; height: 100%; background-color: #eee; display: grid; align-items: center; justify-content: center; transition: all 0.5s;}
.team:hover .contact_wp {bottom: 0;}
.contact_wp a {display: inline-block; border-radius: 3px; padding: 5px 12px; background-color: #43a047; color: #fff; font-size: 14px; transition: all 0.5s;}
.contact_wp a:hover {background-color: #348437;}

/*/Contact Page/*/
.contact_ul {list-style: none; margin: 0; padding: 0; display: grid; grid-gap: 35px;}
.contact_ul li {display: flex; align-items: center; grid-gap: 15px;}
.contact_ul li>span {width: 40px; height: 40px; border-radius: 50%; background-color: #eee; display: grid; align-items: center; justify-content: center;}
.contact_ul li>span img {height: 17px; width: 17px; object-fit: contain;}
.contact_ul li h6 {font-size: 15px; font-weight: 500; color: #888; margin-bottom: 0;}
.contact_ul li h6 span {font-size: 16px; font-weight: 600; color: #222;}

/*/Form/*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
/* Firefox */
input[type=number] {-moz-appearance: textfield;}
.form_input label {font-weight: 600; color: #666;}
.form_input input, .form_input textarea, .form_input select {width: 100%; padding: 12px; font-size: 13px; color: #666; background-color: transparent; border: 1px solid #bbb;}
.form_input input:focus, .form_input textarea:focus, .form_input select:focus {outline: none; border: 1px solid #4169e1;}

#loadCaptcha span {width: 60px; height: 46px; border: 1px solid #bbb; background-color: #eee; border-radius: 3px; display: grid; align-items: center; justify-content: center; cursor: pointer; user-select: none;}
#loadCaptcha span span {display: none !important;}

.contact_social {display: flex; align-items: center; grid-gap: 18px;}
.contact_social i {color: #aaa; font-size: 16px;}

/*/Footer/*/
footer .footer_top {background-color: #f3f3f3; padding: 50px 0;}
footer .footer_top p {color: #333;}
.footer_logo {height: 120px;}
.footer_ul {display: grid; grid-gap: 8px;}
.footer_ul li {display: block;}
.footer_ul li a {display: inline-block; color: #333; font-size: 14px;}
.footer_ul li a:hover {color: #d90845;}

.footer_social {display: flex; align-items: center; grid-gap: 10px;}
.footer_social li a {height: 32px; width: 32px; background-color: #d90845; color: #fff; display: grid; align-items: center; justify-content: center; border-radius: 3px;}

.footer_bottom {text-align: center; padding: 18px 0; background-color: #e1e1e1;}


/*/BGS/*/
.bgs_1 {position: relative; z-index: 9; background-image: url('../images/number_bg.jpg'); background-size: cover; background-attachment: fixed;}
.bgs_1:after {content: ""; left: 0; top: 0; width: 100%; height: 100%; position: absolute; background: linear-gradient(135deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%); z-index: -1;}
.bg_grey {background-color: #f3f3f3;}



/*/FONT-SIZE/*/
.fs_10 {font-size: 10px !important;}
.fs_11 {font-size: 11px !important;}
.fs_12 {font-size: 12px !important;}
.fs_13 {font-size: 13px !important;}
.fs_14 {font-size: 14px !important;}
.fs_15 {font-size: 15px !important;}
.fs_16 {font-size: 16px !important;}
.fs_17 {font-size: 17px !important;}
.fs_18 {font-size: 18px !important;}
.fs_19 {font-size: 19px !important;}
.fs_20 {font-size: 20px !important;}
.fs_22 {font-size: 22px !important;}
.fs_24 {font-size: 24px !important;}
.fs_26 {font-size: 26px !important;}
.fs_28 {font-size: 28px !important;}
.fs_30 {font-size: 30px !important;}
.fs_32 {font-size: 32px !important;}
.fs_34 {font-size: 34px !important;}
.fs_36 {font-size: 36px !important;}
.fs_38 {font-size: 38px !important;}
.fs_40 {font-size: 40px !important;}

.fw_400 {font-weight: 400;}
.fw_500 {font-weight: 500;}
.fw_600 {font-weight: 600;}
.fw_700 {font-weight: 700;}
.fw_800 {font-weight: 800;}
.fw_900 {font-weight: 900;}

/*/Modal/*/
.new_modal {position: fixed; height: 100vh; width: 100%; left: 0; top: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #0000005c; z-index: 9999; visibility: hidden;}
.new_modal .modal_content {max-height: 100vh; overflow: hidden; overflow-x: hidden; background-color: #fff; border-radius: 3px; transform: scale(0.2); opacity: 0; transition: all 0.5s;}
.modal_open {visibility: visible;}
.modal_open .modal_content {transform: scale(1.0); opacity: 1;}

.new_modal .mw_auto {width: auto;}
.new_modal .mw_320 {min-width: 320px; max-width: 320px;}
.new_modal .mw_400 {min-width: 320px; max-width: 400px;}
.new_modal .mw_500 {min-width: 320px; max-width: 500px;}
.new_modal .mw_600 {min-width: 320px; max-width: 600px;}
.new_modal .mw_700 {min-width: 320px; max-width: 700px;}
.new_modal .mw_1000 {min-width: 320px; max-width: 1000px;}
.new_modal .w_320 {min-width: 320px; width: 320px;}
.new_modal .w_400 {min-width: 320px; width: 400px;}
.new_modal .w_500 {min-width: 320px; width: 500px;}
.new_modal .w_600 {min-width: 320px; width: 600px;}
.new_modal .w_700 {min-width: 320px; width: 700px;}
.new_modal .w_800 {min-width: 320px; width: 800px;}
.new_modal .w_900 {min-width: 320px; width: 900px;}
.new_modal .w_1000 {min-width: 320px; width: 1000px;}
.new_modal .w_fit {min-width: 320px; width: 100%;}
.new_modal .mh_auto {min-height: 100px; height: auto;}
.new_modal .mh_fit {height: 100vh;}

.new_modal .modal_head {display: flex; align-items: center; justify-content: space-between; height: 59px; background-color: #fff; border-bottom: 1px solid #ddd;}
.new_modal .modal_head h6, .new_modal .modal_head i {padding: 15px; color: #39363a; font-weight: bold;}
.new_modal .modal_head i {cursor: pointer;}
.new_modal .modal_body {max-height: calc(100vh - 120px); min-height: 100px; padding: 20px 15px 25px; overflow-y: auto;}
.new_modal .mh_fit .modal_body {height: 100vh !important;}
.new_modal .modal_footer {padding: 5px 15px; height: 60px; background-color: #eee; display: flex; align-items: center; justify-content: end; grid-gap: 5px;}

.new_modal .input_flex {border: 1px solid #aaa;}
.new_modal .input_flex span {padding: 0 4px 0 10px;}
.new_modal .input_flex input {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.new_modal .input_flex textarea {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.new_modal .input_flex select {color: #111; width: 100%; border: none; padding: 21px 8px 6px; font-size: 15px;}
.new_modal .modal_footer button {padding: 13px 25px;}

/*/Modla Ends/*/


/*........media-querries........*/
@media only screen and (max-width:991px) {
	nav ul {grid-gap: 20px;}
}

@media only screen and (max-width:767px) {
	nav ul.menu {display: none;}
	.bars {display: grid !important; justify-content: end; align-items: center; height: 100%;}
	.mobile_nav {display: grid !important; align-content: space-between; position: fixed; height: 100vh; overflow-y: auto; left: -100%; top: 0; width: 100%; background-color: #fff; z-index: 999; transition: all 0.5s;}
	.mobile_nav_open {left: 0;}
	.mob_logo {display: flex; align-items: center; justify-content: center; width: 100%; padding: 7px 0; padding-left: 15px; background-color: #f3f3f3;}
	.mob_logo img {height: 45px; margin-right: auto;}
	.mob_logo i {padding: 15px; margin-left: auto;}
	.mobile_nav ul:not(.footer_social) li a {display: block; text-align: center; padding: 15px; border-bottom: 1px solid #ddd; color: #333; font-weight: 700;}
	.gall_sec {grid-template-columns: repeat(2, 1fr); padding: 0;}

	/****Modal****/
	.mobile_fix {width: 100% !important; height: 100vh;}
	.mobile_fix .modal_body {height: calc(100vh - 180px); overflow-y: auto;}
	.contact_wp {position: relative; background-color: transparent; top: 5px;}
}
@media only screen and (max-width:576px) {
	.logo img {height: 60px;}
	.banner_home {height: 350px;}
	.banner_home h3, .banner_other .banner_info h3 {font-size: 35px;}
	.banner_info p {font-size: 18px;}
	.content_sec {padding: 40px 0;}
	.team_img {height: 220px;}
	.gall_sec {grid-template-columns: repeat(1, 1fr);}
	
}
@media only screen and (max-width:480px) {
	
}
