@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Khand:wght@300;400;500;600;700&display=swap');
body{ font-family: "Hind", serif;}
h1, h2,h2,h3,h4,h5,h6, a{font-family: "Hind", serif;}
img{max-width:100%;}
ul{list-style: none; margin: 0; padding: 0;}
a:hover{text-decoration:none;}
 body .container {
	max-width: 1050px;
} 
html {
  scroll-behavior: smooth;
}
header {
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	max-width: 98%;
	margin: auto;
	border-radius: 12px;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	top: 20px;
	z-index: 999;
	align-items: center;
	box-shadow: 0 0 2px 0px #ccc;
	transition: ease 0.2s;
}
header.small {
	top: 0;
}
.logo_sec img {
	max-width: 170px;
}
.right_btn a {
	background: #4F9FFF;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	min-width: 100px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	border-radius: 6px;
}
.right_btn a img {
	max-width: 15px;
	position: relative;
	top: -3px;
	margin-right: 5px;
}
.inner_banner {
	position: relative;
}
.banner_upper_text {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
}
.banner_upper_text h2 {
	margin: 100px 0 0 0;
	color: #fff;
	font-weight: 600;
	max-width: 390px;
	display: inline-block;
}
.manch_form_sec {
	border: 1px solid #DDDDDD;
	border-radius: 12px;
	padding: 20px;
	position: relative;
	margin-top: 50px;
}
.form_head {
	position: absolute;
	top: -15px;
	background: #fff;
	max-width: 77%;
}
.form_head h3 {
	font-size: 19px;
	margin: 0;
	color: #757575;
	font-weight: 700;
	padding: 0 5px;
	line-height: normal;
}
.form_head h3 span {
	color: #4F9FFF;
}
.manch_form_sec ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.form_inner_bx {
	display: flex;
	align-items: center;
	min-height: 55px;
}
.form_inner_bx label {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	margin-right: 20px;
	width: 39%;
	color: #757575;
	text-align: right;
	position: relative;
}
.input_bx input,
.input_bx select {
	border-color: #CCCCCC;
	min-height: 55px;
	color: #757575;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 10px 10px 35px;
}
.input_bx {
	position: relative;
	width: 61%;
}
.input_bx img {
	width: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
	max-height: 19px;
	object-fit: contain;
}
.manch_form_sec ul {
	padding: 30px 0 0 0;
	list-style: none;
	margin: 0;
}
.manch_form_sec li {
	margin-bottom: 30px;
}
.form_inner_bx label span {
	position: absolute;
	top: -5px;
	color:red;
	right: -10px;
}
.input_bx.radio_bx {
	display: flex;
}
.input_bx.radio_bx .form-check label {
	width: 100%;
	margin: 0;
}
.input_bx.radio_bx .form-check label .form-check-input {
	min-height: unset;
	position: relative;
	margin-right: 5px;
}
.input_bx.radio_bx .form-check {
	margin-right: 20px;
}
.manch_form_sec.social_link .form_inner_bx label {
	width: 15%;
}
.manch_form_sec.social_link .input_bx {
	position: relative;
	width: 85%;
}
.input_bx.input_chk input {
	min-height: unset;
}
.input_bx.input_chk {
	font-size: 16px;
	color: #757575;
	font-weight: 700;
}
.post_check_bx .form-check label {
	font-size: 14px;
	font-weight: 700;
	color: #757575;
}
.post_check_bx  .form-check input {
	position: static;
	margin-right: 5px;
}
.post_check_bx {
	margin-top: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.refred_head h4 {
	font-size: 18px;
	color: #757575;
	font-weight: 700;
	margin-top: 25px;
	text-transform: uppercase;
}
.refred_head h4 span {
	color: #4F9FFF;
	font-weight: normal;
}
.digital_sec .form-check {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	min-width: 150px;
	min-height: 55px;
	background: #CCCCCC24;
	display: inline-flex;
	align-items: center;
	justify-content: start;
	padding: 0 40px;
	margin-right: 15px;
	font-size: 20px;
	font-weight: 600;
	color: #757575;
}
.digital_sec .form-check input {
	position: static;
	margin-right: 5px;
}
.digital_sec {
	margin-top: 45px;
	margin-bottom: 10px;
}
.upload_file.input_bx input {
	border: none;
	opacity: 0;
	position: relative;
	z-index: 9;
}
.upload_file.input_bx {
	width: 100%;
	margin: 30px 0;
	position: relative;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	min-height: 55px;
}
.upload_file.input_bx button {
	position: absolute;
	top: 0;
	height: 48px;
	background: #4F9FFF;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	border: none;
	min-width: 160px;
	bottom: 0;
	margin: auto;
	right: 5px;
}
.upload_file.input_bx span {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
	color: #757575;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.submit_btn .button {
	background: rebeccapurple;
	min-width: 170px;
	min-height: 55px;
	background: #CCCCCC;
	color: #2C2C38;
	border: none;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}
.submit_btn .button:nth-child(2) {
	background: #4F9FFF;
	color: #fff;
}
.submit_btn {
	margin-top: 50px;
	text-align: right;
}
.submit_btn .button {
	margin-left: 10px;
}
footer {
	background: #2C2C38;
	padding: 10px 0;
	margin: 0;
}
.copyright {
	display: flex;
	justify-content: space-between;
}
.copyright span , .copyright a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.footer_right a:nth-child(1) {
	border-right: 1px solid #fff;
	padding-right: 5px;
	margin-right: 5px;
}
.footer_right a:nth-child(2) {
	border-right: 1px solid #fff;
	padding-right: 5px;
	margin-right: 5px;
}
.input_bx.radio_bx input {
	min-height: unset;
	position: relative;
	top: 6px;
	margin-right: 5px;
}
.manch_form_sec.social_link .input_bx .form-check-input {
	margin-top: 0;
}
.post_check_bx .form-check-input {
	margin-top: 0;
}
/**/
.right_nav ul {
	display: flex;
}
.right_nav li a {
	font-size: 17px;
	color: #454545;
	font-weight: 700;
}
.right_nav li a:hover, .right_nav li.active a {
	color: #4F9FFF;
}
.right_nav {
	display: flex;
	align-items: center;
	justify-content: end;
}
.right_nav li {
	margin-right: 20px;
}
.banner_bottom_video_Sec {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	flex-wrap: wrap;
	width: 100%;
	background: url('../img/public_bg.png');
	background-size: 100%;
	background-position: bottom -300px center;
	background-repeat: no-repeat;
}
.left_video_sec {
	width: 100%;
	position: relative;
	border-radius: 30px;
}
/* .left_video_sec::before {
	position: absolute;
	left: -8px;
	width: 70px;
	height: 100px;
	content: "";
	border-top: 10px solid #FF0004;
	border-left: 10px solid #FF0004;
	top: -9px;
}
.left_video_sec::after {
	position: absolute;
	right: -8px;
	width: 70px;
	height: 100px;
	content: "";
	border-bottom: 10px solid #FF0004;
	border-right: 10px solid #FF0004;
	bottom: -0;
} */
.right_video_dsc {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
}
.right_video_dsc h3 {
	margin: 0;
	font-size: 42px;
	font-weight: 700;
	color: #03BFFF;
	 
}
.right_video_dsc p {
	font-size: 18px;
	color: #2C2C38;
	margin: 15px 0 0 0;
	text-align: justify;
}
.left_video_inner {
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}
.left_video_inner iframe {
	height: 350px !important;
	width: 100% !important;
	border-radius: 20px;
}
.honur_sec {
	padding: 100px 0;
	background: url('../img/honur_bg.png');
	background-size: cover;
	position: relative;
}
.honur_sec::before {
	position: absolute;
	content: "";
	height: 100%;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	top: 0;
	bottom: 0;
}
.honur_sec .tab {
	overflow: hidden;
	background-color: #03BFFF;
	border-radius: 20px;
	text-align: center;
}
  .honur_sec::before {
	position: absolute;
	content: "";
	height: 100%;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	top: 0;
	bottom: 0;
}
  .honur_sec .tab button {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 30px;
	font-weight: 700;
	min-width: 250px;
}
  .honur_sec .tab button:hover {
	background-color: #FFDF00;
  }
  .honur_sec .tab button.active {
	background-color: #FFDF00;
}
  .honur_sec .tabcontent {
	display: none;
  }
  .honur_sec .tab button img {
	width: 35px;
	max-height: 35px;
	object-fit: contain;
}
.honur_tab {
	position: relative;
}
.honur_list ul {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 20px;
}
.honur_list ul li {
	width: 33%;
	padding: 15px;
}
.honur_img_sec img {
	border-radius: 20px;
}
.honur_img_sec {
	position: relative;
	overflow: hidden;
}
.upper_dsec {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	padding: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-align: center;
	height: 70px;
	transition: ease 0.5s;
}
.honur_list ul li:hover .upper_dsec {
	height: 100%;
	border-radius: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.upper_dsec h4 {
	font-weight: 700;
	color:#03bfff ;
	font-size: 18px;
	margin: 0 0 10px 0;
	position: relative;
	padding-left: 35px;
	min-height: 40px;
	display: inline-block;
}
.upper_dsec h4 img {
	width: 30px;
	border-radius: 0;
	position: absolute;
	left: 0;
	top: -6px;
	bottom: auto;
	margin: auto;
}
.upper_dsec span {
	color: #F9F9F9;
	font-size: 18px;
	display: block;
}
.btm_btn {
	text-align: center;
	margin-top: 50px;
	position: relative;
	z-index: 9;
}
.btm_btn a {
	background: #FFDF00;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	border-radius: 20px;
	min-width: 260px;
	min-height: 70px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
	padding-top: 5px;
	box-shadow: 0px 6px 0 0 rgba(0,0,0,0.2);
}
.gallery_sec {
	padding: 70px 0;
	position:relative;
}
.gallery_sec:before{width:100%;
position:absolute;
left:0;
top:0;
height:500px;
content:"";
background: url(../img/gallery_bg.png);
background-position-x: 0%;
background-position-y: 0%;
background-size: auto;
background-position: top;
background-size: 100%;
background-repeat:no-repeat;
}
.gallery_sec::after {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 500px;
	content: "";
	background: url(../img/gallery_bg2.png);
	background-position-x: 0%;
	background-position-y: 0%;
	/* background-size: auto; */
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}
.gallery_head ,
.gallery_list_sec{
	position: relative;
	z-index: 1;
}
.gallery_head h3 {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	color: #03BFFF;
	margin: 0 0 25px 0;
	position: relative;
	top: 20px;
}
.gallery {
	display: flex;
	padding: 5px;
	flex-wrap: wrap;
}

.gallery_sec  .column {
	flex: 25%;
	padding: 5px;

}

.gallery_sec .column img {
	margin-bottom: 0;
	cursor: pointer;
	border-radius: 0;
	min-width: 100%;
	min-height: 268px;
	max-height: 268px;
	object-fit: cover;
	object-position: top;
}
.gallery_img_t {
	position: relative;
	overflow:hidden;
	margin-bottom: 10px;
}
.upr_text {
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0%;
	transition: ease 0.5s;
	margin: auto;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
	padding: 0 15px;
	color: #FFFF00;
	font-style: italic; 
}
.gallery_img_t:hover .upr_text {
		height: 100%;
}
.upr_text span {
	color: #fff;
	font-size: 20px;
}
/* .gallery_sec  .column img:active {
	height: auto; 
	width: auto;
	max-width: 80%;
	position: fixed;
	left: 50%;
	top: 50%;
	border: 10px solid #fff;
	margin: 0px;
	box-shadow: 0 0 1000px 1000px #fff8;
	transform: translateX(-50%) translateY(-50%);
} */
.gallery_sec.social_media_sec .gallery iframe {
	border: none !important;
	box-shadow: 0 0 5px 1px #dcdcdc !important;
}
.munch_sec {
	padding: 100px 0;
	background: url('../img/munch_sec.png');
	background-size: cover;
	position: relative;
}
.munch_desc h2 {
	margin: 0 0 5px 0;
	color: #03BFFF;
	font-size: 47px;
	font-weight: 700;
}
.munch_desc p {
	color: #fff;
	margin: 0 0 20px 0;
	font-size: 20px;
	text-align: justify;
}
.munch_desc {
	display: flex;
	justify-content: end;
}
.munch_desc_txt {
	max-width: 60%;
}
.munch_desc .btm_btn {
	text-align: left;
	margin-top: 20px;
}
.gatividiyan{background: #F1F1F1; padding:70px 0;}
.gati_head h2 {
	color: #03BFFF;
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 25px 0;
	position: relative;
	top: 20px;
}
.gati_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gati_list ul li {
	width: 25%;
	padding: 10px;
}
.gati_list ul li iframe, .gati_list ul li img {
	border-top-left-radius: 10px;
	box-shadow:0 0 5px 1px #dcdcdc;
	min-height: 170px;
	max-height: 170px;
	object-fit: cover;
	border-top-right-radius: 10px;
	width: 100%;
}
.btm_btn a img {
	width: 27px;
	margin-left: 10px;
}
.gati_list .btm_btn a {
	min-width: 315px;
	box-shadow: 0px 5px 0 0 #ccc;
}
.gallery_head span {
	text-align: center;
	color: #757575;
	font-size: 22px;
	display: block;
	max-width: 690px;
	margin: 15px auto;
}
.social_post_icn {
	max-width: 450px;
	margin: 20px auto;
}
.mobile_toggle_btn img {
	width: 20px;
}
.mobile_toggle_btn {
	margin-left: 10px;
	cursor: pointer;
}
.mobile_toggle_btn img.close_icn {
	position: absolute;
	right: 10px;
	z-index: 9999;
	top: 0;
}
.flag_line {
	line-height: 0;
}
.gallery_sec.social_media_sec .btm_btn a {
	min-width: 300px;
}
.gatividiyan_desc h3 {
	font-size: 15px;
	color: #757575;
	margin: 10px 0 15px 0;
}
.gati_list ul li .gatividiyan_btn img {
	box-shadow: none;
	border-radius: 0;
	max-width: 12px;
	max-height: unset;
	min-height: unset;
	vertical-align: -1px;
}

.gati_list ul li .gatividiyan_btn span {
	font-size: 14px;
	color: #757575;
	line-height: normal;
	margin-top: 5px;
}
.gatividiyan_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}	
.gati_list .click_btn {
	border: 1px solid #FF0004;
	background: none;
	border-radius: 4px;
	font-size: 14px;
	color: #454545;
	min-width: 100px;
	text-align: center;
	min-height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-top: 6px;
}
.gati_list ul li .gatividiyan_btn .click_btn img {
	width: 6px;
	float: right;
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.gatividiyan_desc {
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px;
	box-shadow:0 0 5px 1px #dcdcdc;
	margin-top: -15px;
}

/***/

.gallery_sec.social_media_sec .tab-header {
	display: flex;
	background: #03BFFF;
	border-radius: 20px;
	padding: 0 30px;
}

.gallery_sec.social_media_sec .tab-link {
	flex: 1;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	color: #2C2C38;
	transition: background-color 0.3s ease;
	font-weight: 700;
	font-size: 30px;

}

          .gallery_sec.social_media_sec .tab-link.active-tab {
background:#FFDF00;
}
       .gallery_sec.social_media_sec .tab-content {
            padding: 20px 0;
            display: none;
            height: 100%;
            
        }

       .gallery_sec.social_media_sec .active {
            display: block;
        }
.gallery_sec.social_media_sec:before,
.gallery_sec.social_media_sec:after{
	display:none;

}
.gallery_sec.social_media_sec .tab-link img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	vertical-align: -3px;
}
.gallery_sec.social_media_sec .gallery iframe {
	border: none !important;
	box-shadow: 0 0 5px 1px #dcdcdc !important;
	width: 100% !important;
	border-radius: 15px !important;
	max-height: 350px !important;
	min-height: 350px !important;
}
/***/

.hk_icn {
	min-height: 277px;
	background: #010101;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hk_icn h5 img {
	display: block;
	max-width: 130px;
	margin: auto;
	margin-bottom: 10px;
	border-radius: 0;
}
.hk_icn h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.hk_icn h5 span {
	color: #03BFFF;
}
#tab2 .upper_dsec h4 img {
	display: block;
	position: static;
	width: 40px;
	margin: auto auto 10px auto;
}
#tab2 .upper_dsec h4 span {
	display: inline-block; border:none; margin:0; padding:0;font-size: 20px;
}
#tab2  .upper_dsec h4 {
	padding-left: 0;
}
#tab2 .upper_dsec h4 {
	font-weight: 600;
	font-size: 18px;
	margin: 0;
}
#tab2  .upper_dsec h4 span {
	color: #03BFFF;
}
#tab2 .upper_dsec span {
	display: block;
	border-bottom: 1px dashed #fff;
	font-size: 14px;
	padding: 4px 0;
	margin-bottom: 5px;
}
#tab2 .upper_dsec {
	height: 0;
	bottom: -50px;
	width: 100%;
}
#tab2 .honur_list ul li:hover .upper_dsec{height:100%;bottom: -0;background: #000;}
#tab2 .upper_dsec span:last-child {
	border: none;
}
.banner_bottom_video_Sec_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.follow_btn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.follow_btn .btm_btn {
	width: 33%;
	margin: 15px 0 0 0;
}
.gallery_sec.social_media_sec .btm_btn a {
	font-size: 16px;
	min-width: unset;
	padding: 15px 15px 10px 15px;
	border-radius: 14px;
	box-shadow: 0px 2px 0 0 rgba(0,0,0,0.2);
	min-height: unset;
}

.form_sec_middle  form {
      max-width: 400px;
      margin: auto;
      background-color: #f2f2f2;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
.form_sec_middle label {
	display: block;
	margin-top: 10px;
	color: #222;
	font-size: 15px;
}
.form_sec_middle input[type="text"], .form_sec_middle input[type="tel"] {
	width: 100%;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background: none;
	color: #222;
	font-size: 16px;
	box-shadow: none;
	outline: unset;
	min-height: 60px;
}
.form_sec_middle input[type="submit"] {
	background-color: #FFDF00;
	color: #222;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	font-weight: 700;
	border-radius: 15px;
	box-shadow: 0px 4px 0 0 rgba(0,0,0,0.2);
	display: block;
	margin: auto;
	font-size: 18px;
	min-width: 220px;
	min-height: 60px;
}
.form_sec_middle h2, .form_sec_middle span {
	text-align: center;
	display: block;
}
.form_sec_middle h2 {
	font-size: 30px;
	font-weight: 700;
	color: #03BFFF;
}
.form_sec_middle span {
	font-size: 17px;
	color: #222;
	margin-bottom: 15px;
}
.form_sec_middle {
	max-width: 100%;
	margin: 0;
	padding: 50px 20px;
	border: none;
	border-radius: 0;
	background: #F1F1F1;
}
.form_sec_inner {
	max-width: 500px;
	margin: auto;
	padding: 20px;
	border: 1px solid #dcdcdc;
	border-radius: 15px;
}
@media only screen and (min-width:768px){
	.mobile{display: none;}
}
@media only screen and (max-width:1350px){
	.form_head h3 {
		font-size: 16px;
	}
}
@media only screen and (max-width:1200px){

.form_head {
	max-width: 80%; padding:0 20px;
}
body .container{padding:0 20px ;}
.right_nav li a {
	font-size: 15px;
}
.right_video_dsc h3 ,
.gallery_head h3,
.munch_desc h2,
.gati_head h2{
	font-size: 40px;
}
.right_video_dsc p,
.munch_desc p,
.upper_dsec h4 {
	font-size: 18px;
}
.honur_sec .tab button {
	font-size: 30px;
}
.btm_btn a {
	font-size: 20px;
	min-width: 245px;
	min-height: 70px;
}
.upper_dsec span {
	font-size: 16px;
}
.left_video_inner iframe {
	height: 360px !important;
	max-width: 80%;
	margin: auto;
	display: block;
}
}

@media only screen and (max-width:991px){
	header {
	max-width: 96%;
}
.input_bx.radio_bx .form-check label {
	text-align: left;
}
.input_bx.radio_bx {
	flex-direction: column;
}
.form_head h3 {
	line-height: 21px;
}
.logo_sec img {
	max-width: 150px;
}
.right_nav li a {
	font-size: 11px;
}
.right_nav li {
	margin-right: 10px;
}
.right_btn a {
	font-size: 13px;
}
.gati_list ul li {
	width: 33%;
}
.gati_list ul {
	justify-content: left;
}
.banner_bottom_video_Sec {
	background-position: bottom -90px center;
}
.honur_sec .tab button {
	min-width: 210px;
}
}
@media only screen and (max-width:767px){
.inner_banner img {
	min-height: 260px;
	object-fit: cover;
}
.form_inner_bx label,
.input_bx,
.manch_form_sec.social_link .form_inner_bx label,
.manch_form_sec.social_link .input_bx {
	width: 100%;
}
.form_inner_bx {
	flex-wrap: wrap;
}
.form_inner_bx label {
	text-align: left;
	margin-bottom: 5px;
}
.form_inner_bx label span {
	position: relative;
	right: 0;
}
.post_check_bx {
	margin-top: 40px;
}
.manch_form_sec ul {
	margin-left: -15px;
	margin-right: -15px;
}
.digital_sec {
	margin-top: 85px;
}
.digital_sec .form-check {
	min-width: 130px;
	min-height: 50px;
	font-size: 14px;
	margin-bottom: 5px;
}
.upload_file.input_bx {
	margin-top: 90px;
}
.upload_file.input_bx button,
.submit_btn button {
	font-size: 14px;
}
.submit_btn button {
	min-width: 130px;
}
.copyright {
	justify-content: center;
	flex-wrap: wrap;
}
.footer_left {
	text-align: center;
}
.copyright span, .copyright a {
	font-size: 12px;
}
.input_bx.input_chk input {
	position: static;
	margin-left: 5px;
	margin-right: 5px;
}
header {
	align-items: center;
	position: static;
	max-width: 100%;
	padding-top: 3px;
}
.logo_sec img {
	max-width: 140px;
}
.main_banner img {
	min-height: unset;
	object-fit: contain;
	width: 100%;
}
.right_nav ul {
	display: none;
}
.banner_bottom_video_Sec {
	margin: 0;
	flex-wrap: wrap;
	padding: 0px 0 50px 0;
}
.left_video_sec,
.right_video_dsc {
	width: 100%;
}
.right_video_dsc {
	text-align: center;
	margin-top: 40px;
	order: -1;
	padding: 0;
}
.honur_sec .tab button {
	font-size: 17px;
	min-width: 100px;
	padding: 10px;
}
.honur_sec .tab button img {
	width: 20px;
	max-height: 20px;
}
.honur_sec .tab {
	border-radius: 10px;
}
.honur_list ul li {
	width: 100%;
	padding: 10px;
}
.honur_list ul {
	margin-left: 0;
	margin-right: 0;
	flex-wrap: wrap;
}
.right_video_dsc h3, .gallery_head h3, .munch_desc h2, .gati_head h2 {
	font-size: 30px;
}
.gallery_sec .column {
	flex: 50%;
}
.munch_desc_txt {
	max-width: 100%;
	text-align: center;
}
.right_video_dsc p, .munch_desc p, .upper_dsec h4 {
	font-size: 14px;
}
.btm_btn a {
	font-size: 17px;
	min-width: 185px;
	min-height: 50px;
	border-radius: 10px;
}
.gallery_sec.social_media_sec .btm_btn a {
	min-width: 210px;
}
.munch_desc .btm_btn {
	text-align: center;
}
.munch_sec {
	padding: 50px 0;
}
.munch_sec::before {
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	content: "";
	top: 0;
	bottom: 0;
}	
.munch_desc {
	position: relative;
	z-index: 1;
}
.gati_list ul li {
	width: 100%;
}
.gati_list .btm_btn a {
	min-width: 245px;
}
.btm_btn a img {
	width: 19px;
}
.gallery_sec {
	padding: 50px 0;
}
.right_nav ul {
	display: block;
	position: fixed;
	left: -100%;
	top: 0;
	height: 100%;
	background: #03BFFF;
	padding: 20px;
	width: 250px;
	z-index: 99;
	transition: ease 0.5s;
}
.right_nav.show ul {
	left: -0%;
}
header {
	z-index: 99;
	top: 0;
	border-radius: 0;
	position: sticky;
}
.right_nav li a {
	font-size: 15px;
	color: #fff;
}
.right_nav li {
	margin: 10px 0;
}
.mobile_toggle_btn {
	order: 3;
}
.submit_btn .button {
	min-width: 150px;
}
.form_head {
	max-width: 90%;
	padding: 0 10px;
}
.gati_list ul li iframe, .gati_list ul li img {
	min-height: 220px;
	max-height: 220px;
}
.desktop{display:none;}
.flag_line {
	line-height: 0;
}
.banner_bottom_video_Sec {
	background-position: bottom -90px center;
}
.left_video_inner iframe {
	height: 300px !important;
	max-width: 100%;
}
.gallery_sec.social_media_sec .tab-link {
	font-size: 16px;
}
.gallery_sec.social_media_sec .tab-link img {
	width: 20px;
	height: 20px;
}
.gallery_sec.social_media_sec .gallery iframe {
	max-height: 230px !important;
	min-height: 230px !important;
	min-width: 100% !important;
}
.right_btn a {
	height: 40px;
}
.logo_sec img {
	max-width: 168px;
	position: relative;
	top: 10px;
	left: -13px;
}
.right_nav {
	position: relative;
	top: 5px;
}	
.banner_bottom_video_Sec_inner {
	flex-wrap: wrap;
}
.right_nav li a:hover, .right_nav li.active a {
	color: #FFDF00;
}
.right_video_dsc h3 {
	margin: 20px 0 0 0;
}
.right_nav .mobile_toggle_btn.mobile span {
	position: relative;
}
.right_nav.show .mobile_toggle_btn.mobile span::before {
	position: absolute;
	left: 0;
	right: 0;
	content: "✖";
	width: 25px;
	height: 25px;
	background: #fff;
	margin: auto;
	top: 0;
	bottom: 0;
	text-align: center;
	line-height: 25px;
	font-size: 20px;
}
.munch_desc p,
.right_video_dsc p {
	text-align: center; 
}
.gallery_sec.social_media_sec .btm_btn a {
	min-width: unset;
	font-size: 15px;
	padding: 5px;
}
.form_sec_middle input[type="text"], .form_sec_middle input[type="tel"] {
	border-radius: 5px;
	font-size: 18px;
	box-shadow: none;
	outline: unset;
	min-height: 70px;
}
}
@media only screen and (max-width:480px){
.gallery_sec .column {
	flex: 100%;
}
.gallery_sec.social_media_sec .tab-header {
	padding: 0 ;
}
.gallery_sec.social_media_sec .tab-link:nth-child(1) {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.gallery_sec.social_media_sec .tab-link:nth-child(1) {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.gallery_sec.social_media_sec .tab-link:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
}