@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
}
.header-top {
    text-align: center;
    border: 3px solid #000;
}
.header-top h1{
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
	font-family: 'Open Sans', sans-serif;
    padding-top: 8px;

}
.header-top h3   {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}

ul.navbar-nav {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
ul.navbar-nav li a {
    font-size: 18px;
    font-weight: 800;
    display: block;
}
ul.navbar-nav li a:hover {
    color: unset;
}
ul.navbar-nav li a:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
    border-bottom: 1px solid transparent ;
    padding-bottom: 0;
    margin-bottom: 5px;
}   
.navbar-light .navbar-nav .nav-link:hover{
	border-color: #000 ;
	color: #000;
}

.custom-image {
    position: relative;
   /*  padding-bottom: 70%;
    width: 100%; */
}
/* .custom-image img {
     width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    object-fit: cover;
    min-height: 204px;
} */
.custom-text h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    background: #ffff00;
    border: 3px solid #000;
    margin-top: 20px;
	margin-bottom: 0;
    color: #000;

}

.image-box_cls button:not(#itsImportant) {
    background: none;
    border: none;
    padding: 0px;
}
 
.image-box {
    padding-bottom: 10px;
    border: 3px solid #000;
    margin: 15px auto 0px;
    padding: 20px;

}
.custom__ImgaeWithContent .image-box {
    background: no-repeat;
    border: none;
    padding: 0;
	margin-top: 0;

}
.image-header {
    font-size: 20px;
    font-weight: 700;
    background: #33ccff;
    padding: 4px 10px;
    border: 2px solid #000;
    text-align: center;
    margin: 15px 0 5px;
}
.image-header p{
    margin-bottom: 0;
}
.images_section {
    padding: 10px 0;
  padding-top: 0;
}
 
.footer-section {
   /*  font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    border: 2px solid #ddd; */
    padding: 16px 0;
}
.footer-section P{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-style: italic;
}
p.footer-copyright_cls {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    padding: 0px 0;
    line-height: normal;
}

.image-header.custom_page_title {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
	padding:0;
}

.image-header {
}

.custom_bottom_btn {
    text-align: center;
    margin-top: 10px;
}
.custom_bottom_btn button {
    background: #f4b183 !important;
    color: #000 !important;
    font-size: 24px;
    border: 4px solid #000;
    border-radius: 6px;
    padding: 12px 30px;
    font-weight: 700;
}

.custom_bottom_btn button.cust_des_btn_btm{
	text-align: left;
	padding: 10px;
	font-size: 22px;
}
.custom_bottom_btn button:hover{
    background: #00b0f0 !important;
}

.customvideosection {
    width: 100%;
    position: relative;
    padding-bottom: 56.22%;
}
.customvideosection iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.no_video_found {
    text-align: center;
    padding: 160px 0px;
    font-size: 18px;
    color: #000;
}

html body {
    position: relative;
    padding-bottom: 60px;
    min-height: 100vh;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

/*****17 may 2022 *******/

.header-bottom nav.navbar {
    margin-bottom: 0;
}

.header-bottom nav.navbar ul li a {
    font-size: 25px;
    /*padding-left: 30px;*/
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-bottom nav.navbar ul li.current-menu-item a{
	text-decoration:underline;
}

.custom_video_section .custom-image {
   position: relative;
   padding-bottom: 100%;
   height: 0;
}
.custom_video_section .custom-image img {
   object-fit: cover;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   min-height: auto;

}
.custom_video_section .image-box{
    margin-top: 0;
}
.custom_video_section .image-box_cls button:not(#itsImportant) {
    width: 100%;
    margin-top: 15px;
}
.custom_livelinks_section .custom_focus_css-3 a .custom-image img {
    cursor: pointer;
    display:block;
    width: 100%;
    touch-action: manipulation;
}

.custom_video_section .image-box_cls button:not(#itsImportant):focus,  
.custom_livelinks_section .custom_focus_css:focus,
.custom_video_section .image-box_cls button:not(#itsImportant):active,  
.custom_livelinks_section .custom_focus_css:active  {
    outline: 6px dotted #000;
    outline-offset: 4px;
}

.image-content.custom__ImgaeWithContent .col-xl-3.custom_focus_css-3 {
    padding: 10px 13px !important;
}
.custom_livelinks_section .custom_focus_css {
    display: block;
    outline-offset: 0;
    padding: 0;
}
.custom_livelinks_section .custom_focus_css .image-box {
    padding: 0 !important;
}

@media screen and (min-width:1024px){
.images_section.custom_playvideo_section .custom_bottom_btn {
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media screen and (min-width:1200px){
/*(.custom__ImgaeWithContent .image-box .custom-image img {
    min-height: 275px;
    max-height: 275px;
    width: 100%;
}*/
/*.custom_video_section .image-box {
    min-height: 380px;
}
*/
.page-template-video .header-top .container {
    position: relative;
}

.page-template-video .header-top button.navbar-toggler {
    position: absolute;
    right:0;
    bottom: 20px;
    box-shadow: none;
    outline: none;
}
.page-template-video .header-top button.navbar-toggler span.navbar-toggler-icon{
background: #000;
    height: 2px;
    width: 26px;
    display: block;
    margin: 10px 0px;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.page-template-video .header-top button.navbar-toggler span.navbar-toggler-icon::before{
    content: "";
    background: #000;
    height: 2px;
    width: 100%;
    display: block;
    top: -8px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.page-template-video .header-top button.navbar-toggler span.navbar-toggler-icon::after {
    content: "";
    background: #000;
    height: 2px;
    width: 100%;
    display: block;
    bottom: -8px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.page-template-video .header-top {
    position: relative;
}

.page-template-video .header-top .navbar-toggler{
	display:inline-block;
	background-color: #fff!important;

}
.page-template-video .header-bottom .navbar-collapse{
		align-items:unset!important;
}
.page-template-video .header-bottom .collapse:not(.show) {
    display: none!important;
	
}
.page-template-video .header-bottom .collapse.show {
    display: flex!important;

}
.page-template-video .header-bottom{
	border:none;
}
.page-template-video .header-bottom nav.navbar{
	min-height:auto;
	padding:0;
}
.page-template-video .header-bottom nav.navbar .nav.navbar-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-template-video div#navbarNav * {min-width: 100% !important;text-align: center !important;}

}


.header-top .navbar-toggler{
	background-color:#fff!important;
}
.page-template-live-links-page section.images_section.custom_video_section .image-box {
    padding: 10px;
    margin-top: 1px;
    margin-bottom:6px;
}
.image-header.custom_page_title p {
    line-height: 27px;
}

.page-template-live-links-page .custom_bottom_btn{
	margin-top:0;
}
@media screen and (min-width:768px){
.page-template-live-links-page section.images_section.custom_video_section .image-content .col-xl-3 {
	-ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
	padding: 0 3px;
	}

/* .page-template-live-links-page section.images_section.custom_video_section .image-content .row {
	margin: 0 -2px;
	}*/
} 

/*********************** reposive design *********************/

@media screen and (min-width:768px) and (max-width:1024px){
.custom-image img {
    object-fit: cover;
    min-height: auto;
}
/* .header-bottom nav.navbar ul{
	flex-direction:row;
} */
/*.custom_video_section .image-box {
    min-height: 250px;
}
*/
.custom_video_section .image-box .custom-image img {
	/*height: 120px;*/
	object-fit: cover;
	
	}
}

@media screen and (max-width: 1024px){
    .custom_video_section .image-box_cls button:not(#itsImportant):hover,
    .custom_livelinks_section .custom_focus_css-3 a .custom-image img:hover   {
        outline: 6px dotted #000;
        outline-offset: 4px;
    }
}

@media screen and (max-width: 991px){
    .image-header  {
    font-size: 14px;
    }
    .image-box{
        padding: 5PX;
    }
 .header-top h3{
    font-size: 14px;
}
 
    .custom-text h3 {
    font-size: 14px;
}
.header-top{
    position: relative;
    padding: 0 50px;
}
.header-bottom{
    border: none;
}
.header-top button.navbar-toggler {
    position: absolute;
    right: 12px;
    bottom: 19px;
    box-shadow: none;
    outline: none;
}
.header-top button.navbar-toggler span.navbar-toggler-icon{
background: #000;
    height: 2px;
    width: 26px;
    display: block;
    margin: 10px 0px;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.header-top button.navbar-toggler span.navbar-toggler-icon::before{
content: "";
    background: #000;
    height: 2px;
    width: 100%;
    display: block;
    top: -8px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.header-top button.navbar-toggler span.navbar-toggler-icon::after {
    content: "";
    background: #000;
    height: 2px;
    width: 100%;
    display: block;
    bottom: -8px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
nav.navbar.navbar-expand-lg.navbar-light{
    padding: 0;
	min-height:auto;
}


.images_section.custom_playvideo_section .custom_bottom_btn button {
    /* background: #f4b183 !important; */
    color: #000 !important;
    font-size: 24px;
    border: 4px solid #000;
    border-radius: 6px;
    padding: 14px 30px;
    font-weight: 700;
    margin-bottom: 13px;
    line-height: normal;
    margin-left: 5px;
    margin-right: 5px;
}
}

/*Front page footer CSS Start*/

.footer-home-section_cls {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    padding: 16px 0;
}

p.footer-contact_cls {
    color: #ffffff;
}

/*Front page footer CSS end*/

/*Front page Header CSS Start*/

.header-home_cls h2.custom-heading_cls {
    display: inline-flex;
    color: #ffffff;
    font-size: 35px;
    padding-left: 20px !important;
    padding-top: 25px;
	font-style: italic;
	font-weight: 500;
}

.header-left-section {
    width: 35%;
    float: left;
}
.front-page_cls ul.navbar-nav {
    width: 60%;
    float: right;
    align-items: center;
    justify-content: space-between;
    flex-flow: nowrap;
    padding:35px;
}

.front-page_cls ul.navbar-nav li {
    font-size: 25px;
    font-weight: 800;
    display: inline-flex;
}

.main_heading_section {
    color: white;
    display:inline-block;
    justify-content: center;
    padding-top: 150px!important;
}
.second_section {
    color: white;
    font-size: 24px;
    padding-top: 90px;
    display: flex;
    justify-content: center;
}
.header-home_cls img.logo_cls {
    height:100px;
    width:100px;
    padding-top:20px;
    padding-left:20px;
}
.header-right-section ul.navbar-nav {
    width: 60%;
    float: right;
    align-items: center;
    justify-content: space-between;
    flex-flow: nowrap;
    padding:39px;
}
.first_section {
    display: flex;
    justify-content: center;
}
.front-page_cls .menu-main-menu-container a {
    color: #ffffff;
}

@media only screen and (max-width: 1400px)
{
.header-left-section {
    width: 40%;
    float: left;
}
.header-home_cls h2.custom-heading_cls {

    font-size: 30px;
    padding-left: 5px;
}
}
@media only screen and (max-width: 1200px)
{
.front-page_cls ul.navbar-nav li {
    font-size: 20px;
}
}
@media only screen and (max-width: 1100px)
{
.header-right-section ul.navbar-nav {
    width: 60%;
    float: right;
    align-items: center;
    justify-content: space-between;
    flex-flow: nowrap;
    padding: 20px;
}
}
.header-left-section {
	width: 35%;
	float: left;
}
.header-home_cls img.logo_cls {
    height: 100px;
    width: 100px;
    padding-top: 20px;
    padding-left: 20px;
}

section.home_section.custom_main_section {
    /*position: absolute;*/
    top:0px;
    width: 100%;
    background-size: cover;
    height: auto;
    bottom: 0px;
}
.header-home_cls {
position: relative;
background: transparent;
z-index: 9999;
}
footer .footer-home_cls {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
}
@media only screen and (max-width: 766px)
{
.header-home_cls h2.custom-heading_cls {
    font-size: 25px;
    padding-left: 5px;
}
.header-home_cls img.logo_cls {
    height: 50px;
    width: 50px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
}
}
@media only screen and (max-width: 766px){
h1.head-text_cls {
font-size: 40px;
}
 .header-right-section button.navbar-toggler {
    top:20px;
    position: absolute;
}
}
.footer-home-section_cls {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    padding: 16px 0;
}

p.contact-text_cls {
    text-align: center;
}

/*Front page Header CSS End*/

/*About and Video System page  CSS Start*/

.main_video_section_text, .main_streaming_section_text {
    background: #e7e6e6;
    /*text-align: center;*/
    font-weight: 600;
    border: 2px solid black;
    padding-bottom: 5px;
}
.about-us h3 {
    text-align: center;
    background-color: #33ccff;
    border: 2px solid black;
    padding: 10px;
    font-weight: 800;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}
.about-us p {
    background: #e7e6e6;
    text-align: center;
    margin-top: 10px;
    border: 2px solid black;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
.main_video_section,.main_streaming_section {
    border: 2px solid black;
}
.streaming_section {
    padding-top: 30px;
}
.inner-btn_cls {
    text-align: center;
}
a.button_text_cls, a.streaming_button_text_cls {
    text-decoration: underline;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
.main_video_section_text h3, .main_streaming_section_text h3 {
    text-decoration: underline;
    font-weight: 700;
    font-size: 25px;
    padding: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.main_video_section img {
    width: 100%;
}
section.about_section.about_streaming_section img {
    width: 100%;
}
.col-md-12.main_video_section_fullwidthtext {
    width: 100%;
}
.col-md-12.main_video_section_fullwidthtext ul {
    font-size: 16px;
    font-family: 'Calibri';
    padding-bottom: 5px;
}
.main_video_section_text p {
    font-size: 16px;
    font-family: 'Calibri';
    line-height: inherit;
    padding: 0px 10px 3px 10px;
}
p.streaming-desc_cls {
    font-size: 16px;
    font-family: 'Calibri';
    padding: 0px 10px 5px 10px;
}
.video_section {
    padding: 20px 0;
}
@media only screen and (max-width: 767px)
{
.main_video_section_text, .main_streaming_section_text {
    margin-top: 30px;
}
.main_video_section, .main_streaming_section {
    width: 60%;
    margin: auto;
    margin-top:30px;
}
.main_video_section_cls {
    width: 60%;
    margin: auto;
    margin-top: 30px;
}
ul#menu-main-menu {
    width: 100%;
    display: block;
    text-align: center;
}
.front-page_cls ul.navbar-nav li {
    display: block;
    width: 100%;
}
.header-right-section button.navbar-toggler {
    top: 10px;
    position: absolute;
}

}


/*About and Video System page  CSS End*/

/*  latest CSS 22-june-2022 Start   */
section.images_section.custom_video_section {
   /* background: #ccf7c3 !important;*/
    min-height: 70vh;
}
 @media only screen and(max-width:992px)
 {
 .header-bottom nav.navbar ul li a {
    padding-left: 0px!important;
    padding-right: 0px!important;
 
 }
 }
.navbar-toggler span.navbar-toggler-icon {
    background: #000;
    height: 2px;
    width: 26px;
    display: block;
    margin: 10px 0px;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
button.navbar-toggler {
    right: 20px;
    position: static;
    top: 15px;
}
 span.navbar-toggler-icon::before {
    content: "";
    background: #000;
    height: 2px;
    width: 100%;
    display: block;
    top: -8px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
span.navbar-toggler-icon::after {
    content: "";
    background: #000;
    height: 2px;
    width: 100%;
    display: block;
    bottom: -8px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
div#navbarNav {
    background: #33ccff;
    width: 100%;
}


 /*  latest CSS 22-june-2022 End   */
 .home-desc_cls p {
    background: #0070c0;
    font-size: 2vw;
    font-weight: 400;
}
.main_heading_section {
    color:#ffffff;
}

/*************** 5 col custom design ************/
.custom__Col-5-Row > div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.custom__Col-5-Row > div .image-box {
    padding: 0;
}

@media screen and (max-width: 991px){
.custom__Col-5-Row > div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
        max-width: 25%;
}

}
@media screen and (max-width: 767px){
.custom__Col-5-Row > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
        max-width: 100%;
}

}  


 section.images_section.custom_playvideo_section {
    min-height: 100vh;
}
/*************** 5 col custom design ends ************/ 



/**************** header edits ******************/


/* home */
header nav.navbar_nav .navbar_logo {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
header nav.navbar_nav {
    padding: 4px 15px;
}
header nav.navbar_nav:not(#nav_homepage) {
    padding: 0px 15px;
}
header nav.navbar_nav .navbar_logo a.navbar-brand {
    padding: 0;
    display: block;
    margin: 0;
}
header nav.navbar_nav .navbar_logo img.logo_cls {
    max-width: 50px; 
    margin-right: 8px;
    width: 100%;
    display: block;
}
header nav.navbar_nav .navbar_logo h2#custom_heading_home, header nav.navbar_nav .navbar_logo h2.custom-heading_cls {
    font-style: italic;
    font-weight: 800;
    font-size: 40px;
    margin: 0;
    color: #fff;
    padding: 0;
    line-height: normal;
    top: -4px;
    position: relative;
}
header nav.navbar_nav .navbar_logo h2.custom-heading_cls {
    color: #000;
}
.second_section p.contact-text_cls {
    font-weight: 500;
    font-size:20px!important;
}
@media only screen and (max-width: 1366px){
.main_heading_section {
    padding-top: 100px!important;
}
.second_section {
    font-size: 20px;
    padding-top: 40px;
}
.second_section p.contact-text_cls {
    font-size:16px!important;
}
}
@media only screen and (max-width: 1024px){
ul.navbar-nav li a {
    font-size: 13px;
}
}
@media only screen and (max-width: 991px){
header nav.navbar_nav .navbar_logo h2#custom_heading_home,
header nav.navbar_nav .navbar_logo h2.custom-heading_cls  {
    font-size: 28px;
}
}
@media only screen and (max-width: 767px){
header nav.navbar_nav .navbar_logo img.logo_cls {
    max-width: 80px;
}
header nav.navbar_nav .navbar_logo h2#custom_heading_home,
header nav.navbar_nav .navbar_logo h2.custom-heading_cls  {
   font-size: 20px;
}    
}
@media only screen and (max-width:524px){
   
}
/**************** ends header edits ===============*/


/**** home page  *********/

.home-desc_cls p {
    background: none !important;
    font-size: 2vw;
    font-weight: 400;
    padding: 5px 30px!important;
    margin-top: 20px;
    font-size: 22px!important;
}
@media only screen and (max-width: 767px){
.home-desc_cls p {
    font-size: 16px;
}
}


/**** ABOUT Page edits ***/
section.about_section.about_streaming_section {
    margin-bottom: 40px;
}
.container.about_video_page {
    max-width: 992px;
}
.footer-about-section_cls {
    background:#b4c7e7;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.main_video_section, .main_streaming_section {
    margin-top: 10px!important;
    border: none;
    margin-left: auto;
    margin-right: auto;
}
.main_video_section_cls {
    position: relative;
    margin: 10px auto;
}
.main_video_section_cls video {
    display: block;
    width: 100%;
    height: auto;
}
span.custom_play_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 80px;
}



@media screen and (max-width: 1170px) {
body div#content_page_row .col-md-4 {
   flex: auto;
   max-width: 100%;
   text-align: center;
}
body div#content_page_row .col-md-8 {
   flex: auto;
   max-width: 100%;
   text-align: center;
}
 .main_video_section img, .main_streaming_section img {
    max-width: 320px!important;
}   
}
/**** ABOUT Page edits ends***/


/**** category page ***/
.Home_main_title {
    align-items: center;
    gap: 0 12px;
}
.Home_header_title1,.Home_header_title2 {
	background: #33ccff;
	padding: 4px 10px;
	border: 2px solid #000;
	text-align: center;
	margin: 10px 0 -3px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}	
	
.topGoBackButtom button:not(#custom) {
	background: #33ccff;
	padding: 4px 10px;
	text-align: center;
	margin: 10px 0 -3px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
    color: #000 !important;
    border: 4px solid #000;
    border-radius: 6px;
}

.topGoBackButtom button:not(#custom):hover {
    background: #00b0f0 !important;
}
	
section.images_section.custom_video_section .custom_bottom_btn {
    margin: 12px 0 3px;
}
.Home_header_title2 {
    margin-left: 0;
    margin-right: auto;
}
.topGoBackButtom a {
    display: block;
}
.topGoBackButtom button:not(#custom) {
    line-height: var(--wp--typography--line-height, var(--global--line-height-body));
    color: var(--global--color-primary);
}

/**** category page ends ***/

@media screen and (max-height: 800px) and (min-width: 992px) and (max-width: 1280px) and (orientation: landscape) {
/* .customvideosection {
    padding-bottom: 74vh;
    width: 132vh;
    margin-left: auto;
    margin-right: auto; 
} */
section.images_section.custom_playvideo_section > .container {
    max-width: 100%;
} 
 .customvideosection {
    margin-left: auto;
    margin-right: auto;  
    padding-bottom: calc(100vh - 188px); 
    width: calc(156vh - 188px);
    max-width: calc(100% - 30px);
} 
div#wpadminbar ~ div .customvideosection {
    padding-bottom: calc(100vh - 188px - 32px); 
    width: calc(153vh - 188px - 32px);
}

/* .customvideosection {
    padding-bottom: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.customvideosection iframe {
    position: static;
    height: 70vh;
    width: 124vh;
    margin: auto;
} */
.images_section.custom_playvideo_section .custom_bottom_btn {
    margin-top: 10px;
}
.images_section.custom_playvideo_section .custom_bottom_btn button {
    /* height: 68px; */
    font-size: 20px;
    line-height: 28px;
    /* padding-top: 0; */
    /* padding-bottom: 0; */
    margin-top: 0 !important;
    display: inline-block; 
    box-sizing: border-box;
    padding: 12px 24px;

}
 
} 
@media screen and (max-height: 800px) and (min-width: 992px) and (max-width: 1200px) and (orientation: landscape) {
  
.customvideosection {
    padding-bottom: calc(100vh - 188px);
    width: calc(156vh - 188px); 
    margin-left: auto; 
    margin-right: auto; 
}
div#wpadminbar ~ div .customvideosection {
    padding-bottom: calc(100vh - 188px - 32px);
    width: calc(151vh - 188px - 32px);
} 
}



/*----------- css assed for popup ------------------------*/

.modal-open {
			overflow: hidden;
		}
		#modal_content_custom.modal {
			display: none;
			overflow: hidden;
			position: fixed;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 1050;
			-webkit-overflow-scrolling: touch;
			outline: 0;
			pointer-events: none;
		}
		#modal_content_custom.modal.fade .modal-dialog {
			-webkit-transform: translate(0, -25%);
			-ms-transform: translate(0, -25%);
			-o-transform: translate(0, -25%);
			transform: translate(0, -25%);
			-webkit-transition: -webkit-transform 0.3s ease-out;
			-o-transition: -o-transform 0.3s ease-out;
			transition: transform 0.3s ease-out;
		}
		#modal_content_custom.modal.in .modal-dialog {
			-webkit-transform: translate(0, 0);
			-ms-transform: translate(0, 0);
			-o-transform: translate(0, 0);
			transform: translate(0, 0);
		}
		.modal-open .modal {
			overflow-x: hidden;
			overflow-y: auto;
		}
		.modal-dialog {
			position: relative;
			width: auto;
			margin: 15% auto !important;
		}
		.modal-content {
			position: relative;
			left:10px;
			border: 10px solid #8b8b8b!important;
			background: #d9d9d9;
			box-shadow:0px 0px 20px 0px;
		}
		.modal-backdrop {
			position: fixed;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 1040;
			background-color: #52637a;
		}
		.modal-backdrop.fade {
			opacity: 0;
			filter: alpha(opacity=0);
		}
		.modal-backdrop.in {
			opacity: 0.5;
			filter: alpha(opacity=50);
		}
		.modal-header {
			padding: 15px;
			min-height: 16.42857143px;
		}
		.modal-header .close {
			margin-top: -2px;
		}
		.modal-title {
			margin: 0;
			line-height: 1.42857143;
		}
		.modal-body {
			position: relative;
			padding: 35px 15px;
			background-color: #aa1515;
		}
		.modal-footer {
			padding: 15px;
			text-align: right;
			background-color: #fff;
		}
		.modal-footer .btn + .btn {
			margin-left: 5px;
			margin-bottom: 0;
		}
		.modal-footer .btn-group .btn + .btn {
			margin-left: -1px;
		}
		.modal-footer .btn-block + .btn-block {
			margin-left: 0;
		}
		.modal-scrollbar-measure {
			position: absolute;
			top: -9999px;
			width: 50px;
			height: 50px;
			overflow: scroll;
		}
		.clickable {
			cursor: pointer;
		}
		.modal-footer.signCenter {
		display: inline-block;
		align-items: start;
		background: #d9d9d9;
	}
		@media (min-width: 768px) {
			.modal-dialog {
			width: 600px;
		}
		 .modal-sm {
			width: 300px;
		}
		}
		@media (min-width: 992px) {
			.modal-lg {
			width: 900px;
		}
		}
		.clearfix:before,.clearfix:after,.modal-footer:before,.modal-footer:after {
			content: " ";
			display: table;
		}
		.clearfix:after,.modal-footer:after {
			clear: both;
		}
		
		
		.center-block {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		.pull-right {
			float: right !important;
		}
		.pull-left {
			float: left !important;
		}
		.hide {
			display: none !important;
		}
		.show {
			display: block !important;
		}
		.invisible {
			visibility: hidden;
		}

		.hidden {
			display: none !important;
		}
		.affix {
			position: fixed;
		}.signCenter {
			text-align: center;
		}

		.snapHdr {
		color: #000000;
		font-size: 18px;
		font-family: none;
		margin: 0;
		font-weight: 700;
		text-align: center!important;
		line-height: 30px;
		position: relative;
		left: 86px;
	}

	/*	btn*/
	a#check_password {
		background: #4472c4;
		padding: 10px 40px;
		color: #ffffff;
	}

	a.btn.btn-primary {
		background: #4472c4;
		padding: 10px 34px;
		color: #ffffff;
	}



		#modal_content_custom input#popuppassword {
		border: 1px solid #000000;
		padding: 10px 30px;
		width: 100%;
		font-size: 16px;
		display: flex;
		align-items: center;
	}
		#modal_content_custom label.error-msg {
			color: red;
		}
		.modal-footer.signCenter .mb-3 {
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.modal-header {
	border-bottom:none!important;
	background:#d9d9d9;
	}

	.modal-footer {
	border-top:none!important;
	}
	.content {
		border: 1px solid black;
		padding: 20px;
		margin-top: 40px!important;
		 background: #ffffff;
	}

	.content p {
		color: #000000;
		font-size: 14px;
		font-weight: 600;
	}

	.modal-buttons {
		margin-top: 30px!important;
		display: flex;
		justify-content: space-around;
	}

	a.link{
	color:#4472c4;
	}
	@media(max-width:1024px){
		.modal-content{
			top:100px;
		}
	}@media(max-width:767px){
		.modal-content{
			top:100px;
		}	.snapHdr {
			left:86px;
		}
	}
	@media(max-width:567px){
		.modal-content{
			top:200px;
		}
		.snapHdr {
			left:108px;
		}
	}
	@media(max-width:414px){
		.modal-content{
			top:200px;
		}
		.snapHdr {
			left:auto;
		}
	}
	
/*===========================*/

.show {
    display: block!important; 
}
.header-right-section .navbar-toggler 
{
    background-color: #fff!important;
}
span.navbar-toggler-icon::before {
    content: "";
    background: #000;
    height: 2px;
    width: 100%;
    display: block;
    top: -8px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
span.navbar-toggler-icon::after {
    content: "";
    background: #000;
    height: 2px;
    width: 100%;
    display: block;
    bottom: -8px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.header-right-section div#navbarNav {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
}
.navbar-expand-lg .navbar-collapse {
   display: flex!important;
   -ms-flex-preferred-size: auto;
   flex-basis: auto;
   justify-content: space-around!important;
}

@media screen and (max-width: 768px)
{
	.header-right-section button.navbar-toggler {
		position: absolute;
		right: 12px;
		box-shadow: none;
		outline: none;
	}
	span.navbar-toggler-icon  {
		background: #000;
		height: 2px;
		width: 26px;
		display: block;
		margin: 10px 0px;
		position: relative;
	}
}
@media only screen and (max-width: 768px)
{
	.header-right-section ul.navbar-nav {
		width: 100%;
		align-items: center;
		justify-content: space-between;
		padding: 20px;
		flex-direction: column;
	}
	.header-right-section  ul#menu-main-menu {
		background: #1e567745;
	}
}
@media only screen and (min-width: 1200px)
{
	.front-page_cls ul.navbar-nav li {
		font-size: 20px!important;
	}
}
@media only screen and (min-width: 769px)
{
	.front-page_cls ul.navbar-nav li {
		font-size: 13px;
	}
}

@media only screen and (max-width: 766px)
{
	h1.head-text_cls {
		font-size: 30px;
	}
}
@media only screen and(max-width:992px)
{
	.header-bottom nav.navbar ul li a {
	   padding-left: 0px!important;
	   padding-right: 0px!important;
	}
}

.custom_playvideo_section .custom_bottom_btn a.custom_icon_name{
	padding-right:15px
}
.custom_playvideo_section a.custom_back_button button{
	white-space:nowrap;
}
   
.new_custom_div a {
    text-decoration: underline;
    color: #007bff;
}