@charset "utf-8"; 
*, *:after, *:before {box-sizing: border-box;}
 
body {
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 27px;
	padding: 0;
	margin: 0;
    color: #2e3336;  
}
body, html{overflow-x: hidden;}
.container{position: relative; max-width: 1200px;}
.container:after, .clearfix:after{content: ""; display: block; clear: both;}
.container .container{width: 100%;padding: 0;}
.spacer, .clear {height: 0; line-height: 0; clear: both; font-size: 0; display: block;}

/* defult css Styles
---------------------------------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {margin: 0; padding: 0; border: 0; display: block;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; line-height: normal;}
h1 {font-size: 28px; margin: 0 0 15px;}
h2 {font-size: 24px; margin: 0 0 15px;}
h3 {font-size: 20px; margin: 0 0 12px;}
h4 {font-size: 18px; margin: 0 0 12px;}
h5 {font-size: 16px; margin: 0 0 10px;}
h6 {font-size: 14px; margin: 0 0 10px;}
ul, ol {margin-bottom: 10px; padding-left: 15px;}
li {margin: 0 0 10px; padding: 0;}
p {padding-bottom: 20px;margin: 0;}
p:last-child{padding-bottom: 0;}
label, span, strong {display: inline-block;}
p label, p span, p strong {display: inline;}
strong{font-weight: 700;}
a {
	color: #f00d00;
	text-decoration: none;
	border: none;
	outline: none;
	display: inline-block;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
a:hover, a:focus{color: #000000;text-decoration: none;outline: none;} 
img {border: none; outline: none; display: inline-block; max-width: 100%;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del {text-decoration: line-through;}
hr {display: block; height: 1px; border: 0; margin: 10px 0; padding: 0; border-top: 1px solid #d3d3d3;}
/* ::-moz-selection{background: #f00d00; color: #fff; text-shadow: none;}
::selection{background: #f00d00; color: #fff; text-shadow: none;} */
table {border: none; border-collapse: collapse;	border-spacing: 0; width: 100%;}
table th, table td {padding: 10px 12px;	vertical-align: top;}


/* FORM
---------------------------------*/ 
form {margin: 0; padding: 0;}
label{
	text-align: left;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0;
	font-weight: normal;
}
input, select, textarea {
	padding: 5px 10px;
	width: 100%;
	height: 40px;
    border: 1px solid #d3d3d3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
	color: #212020;
	font-size: 13px;
	line-height: 24px; 
    font-weight: 300;
    position: relative;
	vertical-align: top;
	outline: none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
input[type="password"]{font-family: 'verdana';}
input[type="file"]{padding: 0 10px;}
textarea {height: 90px;	resize: none; overflow: auto;}
 
select{
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/select.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-right: 20px;
}
::-webkit-input-placeholder {opacity: 1;}
:-moz-placeholder {opacity: 1;}
::-moz-placeholder {opacity: 1;}
:-ms-input-placeholder {opacity: 1;}
input[type="radio"], input[type="checkbox"]{cursor: pointer; margin: 2px 5px 0 0; vertical-align: top;}
input[readonly="readonly"]{cursor: not-allowed; background: #f4f4f4 !important;}

input[type="text"]:focus, textarea:focus, select:focus{border-color: #f00d00; outline: none;}
 
.form_wrap ul{list-style: none; padding: 0; margin-bottom: -10px;}
.form_wrap ul > li{margin-bottom: 0;}
.labelWrap{display:block;margin:0 0 10px;line-height:inherit; position: relative;}
.labelWrap > span{margin: 0 0 5px;}
.hideLabel{position:absolute;opacity:0;pointer-events:none}
.form_wrap ul:after, .labelWrap:after, .input_check:after, .input_radio:after{content: "";display: block;clear: both;}
.labelWrap i{position: absolute; top: 20px; right: 15px; z-index: 1; pointer-events: none; color: #6b6b6b;}

.input_check, .input_radio{margin: 0; padding: 0; cursor: pointer;}
.input_check label, .input_radio label{font-family: inherit; font-weight: inherit; color: inherit;}
.input_check input[type="checkbox"], .input_radio input[type="radio"]{margin: 4px 5px 0 0;}
 
.file_upload{position: relative;}
.file_upload input{padding-right: 110px; padding-left: 0; border-width: 0;}
.file_upload label.inputfile{
    margin: 0 !important;
    padding: 0 !important;
    width: 100px;
	font-weight: normal;
    cursor: pointer;
    position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.file_upload label.inputfile .btn{display: block; padding: 0; min-width: auto;}
.file_upload label.inputfile input{display: none;}

/* BUTTONs
---------------------------------*/
[type="submit"], [type="reset"], [type="button"], .btn, .sk_box .btn {
	background: #f00d00 no-repeat;
	border: 1px solid #f00d00;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
	font-size: 15px;
	line-height: 42px;
	height: 44px;
	min-width: 125px;
    padding: 0 20px;
    text-align: center; 
    font-weight: 500;
  	outline: none;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
    position: relative;
    text-transform: uppercase;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    z-index: 0;
	/*font-variant: small-caps;*/
}
button i, .btn i{vertical-align: middle; margin: -3px 5px 0 0; position: relative; top: 0;}
[type="reset"]{margin-right: 10px;}
[type="reset"], [type="submit"].btn_black, [type="reset"].btn_black, button.btn_black, .btn.btn_black{background-color: #1e1202; border-color: #1e1202; color: #fff;}
[type="submit"].btn_green, [type="reset"].btn_green, button.btn_green, .btn.btn_green{background-color: #f00d00; border-color: #f00d00; color: #fff;}
[type="submit"].btn_white, [type="reset"].btn_white, button.btn_white, .btn.btn_white{background-color: #fff; border-color: #f00d00; color: #f00d00;}
[type="submit"].btn_t, [type="reset"].btn_t, button.btn_t, .btn.btn_t{background-color: transparent; border-color: #f00d00; color: #f00d00;}
[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, .btn:hover, .btn:focus, .btn:active:focus, .sk_box .btn:hover, .sk_box .btn:focus{
    outline: none;
	background-color: #22222a;
	border-color: #22222a;
	color: #fff;
} 

[type="submit"].btn-sm, [type="reset"].btn-sm, button.btn-sm, .btn.btn-sm{ 
    height: 32px;
    line-height: 30px;
    min-width: inherit;
    padding: 0 12px;
    font-size: 15px; 
}
[type="submit"].btn-lg, [type="reset"].btn-lg, button.btn-lg, .btn.btn-lg{height: 47px; line-height: 46px;}

.btn_center{text-align: center; margin-top: 30px;}
.btn_left{text-align: left;	margin-top: 30px;}
.btn_right{text-align: right; margin-top: 30px;}

/* CAPTCHA
---------------------------------*/
.captcha_img{float: left;}
.captcha_img > div, .captcha_img > img {-webkit-transform: scale(0.6); transform: scale(0.6); margin: -16px -61px;}
.captcha_img > img{max-width: inherit;} 
/* CAPTCHA END */

/* ERROR_MSG
---------------------------------*/
.error, .success, .information { 
	background: #ffd1d1 url("../images/error_icon.png") no-repeat scroll 10px 10px / 20px 20px;
    border: 1px solid #eab4b4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #c00;
    display: block;
    font-size: 16px;
    line-height: 24px;
	min-height: 40px;
    margin: 10px 0 0;
    padding: 8px 5px 8px 40px;
	text-align: left;
}
.success {
    background-image: url(../images/success_icon.png);
	background-color: #eaf7d9;
    border-color: #c8dd9c;
    color: #425c05;
}
.information {
    background-image: url(../images/warning_icon.png);
	background-color: #ffeacd;
    border-color: #ffd396;
    color: #856404;
}
.error p, .success p, .information p {
	padding: 0 !important;
	font-size: inherit !important;
	line-height: inherit !important;
	text-align: inherit !important;
}
.input_error{border-color: #c00 !important;}
.input_success{border-color: #425c05 !important;}
.norecord{text-align: center;}
/* ERROR_MSG END*/ 

/* THANKYOU
----------------------*/
.thankyou_block{text-align: center;}
.thankyou_text .heading span, .thankyou_text .subheading span {display: block; color: #9cbe2f; margin-bottom: 10px;}
.thankyou_img{margin: 30px 0 0;}
/*THANKYOU END*/

.heading-icon{
    padding-left: 65px;
}
.heading-icon.heading.brdr:before{
    left: 65px;
}
.heading-icon .heading-logo{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    max-height: 42px;
    line-height: 30px;
}
.heading-icon .heading-logo img {
	width: 100%;
	height: 50px;
	object-fit: contain;
    max-width: fit-content;
}
.subheading .extra-text {
	font-weight: 500;
	font-size: 14px;
	margin: 5px 0 10px;
	text-align: left;
}
/* BREADCRUMB
----------------------*/
.breadcrumb {
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 0 0;
	margin: 0 0 -20px;
    font-weight: 500;
    color: #7d7d7d;
    font-size: 17px;
    line-height: 20px;
    text-transform: capitalize;
    text-align: left;
    position: relative;
	z-index: 5;
}
.breadcrumb ul {margin: 0; padding: 0; list-style-type: none;}
.breadcrumb ul li {display: inline-block; vertical-align: top; margin: 0 35px 0 0; padding: 0; position: relative; font: inherit;}
.breadcrumb ul li:before{content: "/"; display: block; position: absolute; top: 1px; right: -24px; font-family:'FontAwesome';}
.breadcrumb ul li:last-child{margin: 0; padding: 0;}
.breadcrumb ul li:last-child:before{display: none;}
.breadcrumb ul li a {color: inherit;}
.breadcrumb ul li:last-child, .breadcrumb ul li a:hover {color: #000;}
/*BREADCRUMB END*/

 

/* OWL
---------------------------------*/
.owl-carousel{padding: 0 35px;}
.owl-carousel .owl-nav:after{content: ""; display: block; clear: both;}
/* .owl-carousel .owl-nav{width: 100px;	position: absolute;	right: 0; top: -65px;} */
.owl-carousel .owl-nav [class*="owl-"]{
	position: absolute;
	top: 50%;
	left: 0;
    margin: -30px 0 0;
    padding: 0;
    width: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 60px;
    color: #212020;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
	border-radius: 0;
    float: left;
    cursor: pointer;
	opacity: 1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.owl-carousel .owl-nav .owl-next{float: right; padding: 0 0 0 4px; left: auto; right: 0;}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled{pointer-events: none; opacity: 0.4;}
.owl-carousel .owl-nav [class*="owl-"]:hover{background: transparent; color: #f00d00; opacity: 1;}
.owl-carousel .owl-nav.disabled + .owl-dots{margin-top: 0;}
.owl-carousel .owl-dots{text-align: center;}
.owl-carousel .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #858585;
    border: 2px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.owl-carousel .owl-dots .owl-dot.active{background: #f00d00; border-color: #f00d00;}
/*OWL END*/

/* COMMON STYLE
---------------------------------*/
.scroll_effect{position: relative; display: none;}
.scrollup {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.scrollup:hover {-webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: rotate(360deg); transform: rotate(360deg); background: rgba(0,0,0,0.7); color: #fff;}
 
.sk_img_left{ float: left; margin: 5px 30px 0 0; }
.sk_img_right{ float: right; margin: 5px 0 0 30px; }

.ul, .alter_list{list-style: none; padding: 0; margin-top: 0; margin-bottom: -30px; overflow: hidden;}
.ul > li, .alter_list > li{margin-bottom: 30px;}

.editor_text ul{padding-left: 0;}
.editor_text ul > li{position: relative; list-style: none; padding-left: 20px;}
.editor_text ul > li:last-child{margin-bottom: 0 !important;}
.editor_text ul > li:before{
    position: absolute;
    content: "\f00c";
    display: block;
    font-family: 'FontAwesome';
    font-size: 8px;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    color: #fff;
    background: #f00d00;
    text-align: center;
}
 

/* SITE_ICON
---------------------------------*/
.siteicon{display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: url(../images/sprite.png) no-repeat;}
.siteicon.icon_map{width: 27px;	height: 34px; background-position: 0 -100px;}
.siteicon.icon_phone{width: 30px; height: 30px;	background-position: -100px -100px;}
.siteicon.icon_email{width: 30px; height: 30px;	background-position: -200px -100px;}

/* SOCIAL_ICON
---------------------------------*/
.social a{color: #212020; vertical-align: top; margin: 0 5px 0 0; position: relative; font-size: 0;}
.social a:last-child{margin-right: 0;}
.social a i {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	line-height: 30px;
    font-size: 14px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.social a:hover i{-webkit-transform: rotate(360deg); transform: rotate(360deg); opacity: 1;}

.social a.sk_facebook i{background-color: #3b5999; border-color: #3b5999; color: #fff;}
.social a.sk_twitter i{background-color: #1da1f2; border-color: #1da1f2; color: #fff;}
.social a.sk_linkedin i{background-color: #006fa6; border-color: #006fa6; color: #fff;}
.social a.sk_google-plus i{background-color: #DE5347; border-color: #DE5347; color: #fff;}
.social a.sk_instagram i{background-color: #A4765C; border-color: #A4765C; color: #fff;}
.social a.sk_youtube i{background-color: #E52117; border-color: #E52117; color: #fff;}
.social a.sk_pinterest i{background-color: #bd081c; border-color: #bd081c; color: #fff;}
.social a.sk_rss i{background-color: #F36F24; border-color: #F36F24; color: #fff;}

.social a.fb i{background-color: #3b5999; border-color: #3b5999; color: #fff;}
.social a.twtr i{background-color: #1da1f2; border-color: #1da1f2; color: #fff;}
.social a.gplus i{background-color: #DE5347; border-color: #DE5347; color: #fff;}
.social a.lnkdn i{background-color: #006fa6; border-color: #006fa6; color: #fff;}
.social a.pin i{background-color: #bd081c; border-color: #bd081c; color: #fff;}
.social a.insta i{background-color: #A4765C; border-color: #A4765C; color: #fff;}
.social a.ytb i{background-color: #E52117; border-color: #E52117; color: #fff;}
.social a.rss i{background-color: #F36F24; border-color: #F36F24; color: #fff;}

/* SECTION_HEADING
----------------------*/
.section{width: 100%; display: inline-block; vertical-align: top; padding: 45px 0;	position: relative;}
.section:before{position: absolute;	content: ""; display: block; bottom: 0; left: 0; right: 0; top: 0; z-index: -1;}
.heading {
	font-weight: 600;
	color: #22222a;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 25px;
	position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.heading img {max-width: 24px; margin-right: 5px;}
.font28{font-size: 28px; line-height: 32px;}
.heading.brdr{padding-bottom: 15px;}
.heading.brdr:before{
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    background: #f00d00;
    position: absolute;
    bottom: 0;
    left: 0;
}
.headtag{
    color: #f00d00;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: block;
}
.heading.w{color: #fff}
.heading.w:before{background: #fff;}
.heading.noborder{padding-bottom: 0}
.heading.noborder:before{display: none;}
.heading.text-left{text-align: left;}
.heading.text-right{text-align: right;}
.heading.text-center{text-align: center;}
.heading.text-left:before{left: 0; right: auto;}
.heading.text-right:before{left: auto; right: 0;}
.heading.text-center:before{left: 50%; right: auto; margin: 0 0 0 -35px;} 
.heading_tag:first-child{margin-top: 0;}
.heading_tag p{text-align: inherit;}

.subheading{
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
	color: #333333;
	margin-bottom: 10px;
	position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.content-block .subheading {
	margin: 0 -25px 18px;
	padding: 0 25px 15px;
	font-size: 23px;
	line-height: normal;
	font-weight: 500;
	border-bottom: 5px solid #f00d00;
	text-align: left;
}
.subheading span{font-weight: 300;}
.heading:last-child, .subheading:last-child, .heading_tag:last-child{margin-bottom: 0;}
.heading a, .subheading a{color: inherit;display: inline;}
.heading a:hover, .heading a:focus, .subheading a:hover, .subheading a:focus, a:hover .heading, a:hover .subheading{color: #000000;}

/* COMMON
---------------------------------*/
.disabled{opacity: 0.5; pointer-events: none;}
.sk_content_wrap:after, .sk_content:after, .sk_box:after, .sk_social:after{content: "";display: block;clear: both;}
.sk_content_wrap .sk_content{margin-bottom: 30px;}
.sk_content_wrap .sk_content:last-child{margin-bottom: 0;}
.sk_content_wrap figure{margin: 0 0 20px;}
.sk_content_wrap figure.sk_img_right{float: right; margin: 0 0 0 30px;}
.sk_content_wrap figure.sk_img_left{float: left; margin: 0 30px 0 0;}
/* .sk_content_wrap .btn_center{clear: both;} */

.sk_contact .editor_text ul > li{padding-left: 0;}
.sk_contact .editor_text ul > li::before{display: none;}
.sk_comm > i, .sk_comm > .siteicon{float: left; line-height: 30px; margin: 0;}
.sk_comm > div{margin: 0 0 0 40px; clear: none !important;}
.sk_map{-webkit-cursor: grab; cursor: grab; background: #E5E3DF; height: 300px; position: relative;}
.sk_map iframe{width: 100%; height: 100%; border: none; margin: 0;}

.withIcon.sk_content_wrap figure.sk_icon {
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 20px 0 0;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}
.withIcon.sk_content_wrap figure.sk_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
}
.withIcon.sk_content_wrap .heading{padding-left: 70px;}
.withIcon.sk_content_wrap .heading:before{left: 70px;}
.withIcon.sk_content_wrap .sk_content{clear: both;}

.sk_shadow .sk_box{margin: 5px; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); -webkit-border-radius: 3px; border-radius: 3px;}
.sk_shadow .sk_box figure{-webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;}
.sk_shadow .sk_box .sk_text{padding: 0 10px 10px;}

.sk_shadow_full .sk_box{margin: 5px; padding: 10px; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); -webkit-border-radius: 3px; border-radius: 3px;}

.sk_box figure{overflow: hidden; -webkit-border-radius: 3px; border-radius: 3px; text-align: center;}
.sk_box figure img{-webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;}
.sk_box a{display: block; color: inherit;}
.sk_box a.btn, .sk_box a.readmore{display: inline-block;}
.sk_box .sk_text{margin-top: 10px; text-align: center;}
.sk_box .sk_text .subheading{text-align: left;}
.sk_box .sk_para{margin-bottom: 10px; text-align: left; min-height: 48px; overflow: hidden;}
.sk_info{margin-bottom: 10px; text-align: left;}
.sk_info span{margin-right: 10px;}
.sk_info span:last-child{margin-right: 0;}
.sk_info span i{margin-right: 3px;}
.sk_box .sk_para:last-child, .sk_info:last-child{margin-bottom: 0;}
.sk_box:hover a figure img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.withIcon.sk_box .sk_text{position: relative; padding: 25px 0 0; margin: 0;}
.withIcon.sk_box figure.sk_icon{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin: 0 0 0 -25px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}
.withIcon.sk_box figure.sk_icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
}
.withIcon.sk_box:hover a figure.sk_icon img{-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

.sk_sideblock{margin-bottom: 40px;}
.sk_sideblock:last-child{margin-bottom: 0;}
.sk_sideblockShadow{padding:10px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1); box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);}
.sk_sideblock .bullet li:before{top: 4px;}
.sk_sideblock ul li a{display: block; color: inherit; padding: 5px 0;}
.sk_sideblock ul li.active a, .sk_sideblock ul li:hover a{color: #f00d00;}
.sk_sideblockShadow > .subheading{margin: -10px -10px 10px; padding: 10px; border-bottom: 1px solid rgba(0,0,0,0.1);}

.sk_toggle .sk_box{margin: 0 0 15px; padding: 10px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1); box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);}
.sk_toggle .sk_box:last-child{margin: 0;}
.sk_toggle .sk_ques{cursor: pointer; position: relative; padding: 0 50px 0 0;}
.sk_toggle .sk_ques:after{
    content: "\f078";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    color: #d3d3d3;
    font-size: 14px;
    font-family: 'FontAwesome';
    padding: 0 0 0 1px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.sk_toggle .sk_box.opened > .sk_ques:after {line-height: 28px; padding: 0 1px 0 0; transform: rotate(180deg); background: #d3d3d3; color: #fff;}
.sk_ans{display: none; margin: 10px 0 0;}

.sk_box .readmore{width:auto; height: auto; font: inherit; color: #f00d00; background: transparent; -webkit-border-radius: 0; border-radius: 0; margin: 10px 0 0; text-transform: uppercase; font-weight: 700; font-size: 12px;}
.sk_box .readmore:hover{color: #212020;}

/* HEADER
---------------------------------*/
.sticky .header_main {
    position: fixed;
    top: -48px;
    background: rgba(255, 255, 255, 0.9);
    border-width: 0;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    z-index: 991;
}
.sticky.fixed .header_main {top: 0; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);}
.sticky .common_banner{margin-top: 65px;}
.sticky .logo{display: none; padding: 0 0;} 
.sticky .nav_wrapper{padding: 0; background: transparent;} 
.sticky .nav_menu ul li:hover > a, .sticky .nav_menu ul li.active > a, .sticky .nav_menu ul li.current-menu-item > a{color: #f00d00;border-color: #f00d00;}
.sticky .responsive_btn span, .sticky .responsive_btn span:before, .sticky .responsive_btn span:after{background: #f00d00;}
.sticky .nav_menu > ul > li > a{padding: 10px 0;}
.sticky .htop{padding: 0;}
.sticky .search-bar{
    position: absolute;
    bottom: -43px;
    right: 0;
    z-index: 1;
}
.sticky .search-bar .header-search{
    background-color: #fff;
}
.mainHeader{position: relative;}
.header_main{
	position: relative;
	left: 0;
	right: 0;
	z-index: 9;
	border: none;
    height: auto;
}
.logo{width: 307px;	float: left; padding: 0 0;}
.logo a{display:block;width:307px;height:52px;background:no-repeat center;-webkit-background-size:contain;background-size:contain;}
.hright{float: right; text-align: right;height: auto;}
.htop{  
    padding: 15px 0;
    position: relative;
    float: none;
    height: auto; 
} 
.btn.hbtn{
    color: #f00d00;
    background: #fff;
    border-color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    height: 48px;
    line-height: 46px;
    padding: 0 30px;
}
.btn.hbtn:hover, .btn.hbtn:focus{
    background: #f00d00;
    border-color: #f00d00;
    color: #fff;
}
.htop a{color: inherit;} 
.search-bar{margin-left: auto;}
.search-bar form{
    position: relative; 
    width: 300px;
}
.search-bar .header-search{
    height: 40px;
    width: 300px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.search-bar form input[type="text"]{max-width: 245px; border: none; padding: 0 30px 0 25px; height: 40px; font-weight: 400;}
.header-search form button[type="button"]{
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    line-height: 33px;
    min-width: auto;
    width: 40px;
    text-align: center;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    color: #f00d00;
}
.header-search form button[type="button"]:hover{
    color: #000;
    outline: none;
}
.header-search form button[type="button"] .fa{
    font-size: 18px; 
}
.hmiddle{padding: 20px 0; clear: both;height: auto;}
.hinfo{list-style: none; margin: 0; padding: 0; font-size: 13px; color: #fff; line-height: 16px; display: inline-block; vertical-align: top;}
.hinfo li{display: inline-block; padding: 0; margin: 0 0 0 70px; text-align: left; vertical-align: top; clear: both;}
.hinfo li:first-child{margin: 0;}
.hinfo li:after, .hmiddle:after, .hright:after{content: ""; display: block; clear: both;}
.hinfo .siteicon{float: left; margin: 3px 0;}
.hinfo li > div{margin: 0 0 0 40px;}
.hinfo a{color: inherit;}
.hinfo a:hover{color: #f00d00;}
.hinfo li > div span{
    display: block;
    color: #363535;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.hmiddle .btn{margin-left: 70px;}
.htop-left .social a i{
    background: transparent;
    width: 25px;
    font-size: 18px;
}
.htop-left .social a{margin-right: 0;}
.hbottom{ width: 100%; padding: 0 0; background-color: #FF1515;}
/*HEADER END*/


/* MENU
---------------------------------*/
.nav_wrapper{position: relative; float: left; background: transparent; padding: 0;height: auto;}
   
.nav_menu > ul {
    margin: 0;
    padding: 0;
    color: inherit; 
    font-weight: 500;
    font-size: 17px;
	color: #ffffff;
	text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}
.nav_menu ul li {list-style: none; margin: 0; padding: 0; position: relative;}
.nav_menu > ul > li {margin: 0 80px 0 0; float: left;}
.nav_menu > ul > li:first-child{margin-left: 0;}
.nav_menu > ul > li:last-child{margin-right: 0;}
.nav_menu > ul > li a{color: inherit; display: block;}
.nav_menu > ul > li > a { 
	line-height: normal;
    padding: 22px 0;
	margin: 0;
	text-align: center;
	position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent; 
}
.nav_menu > ul > li > a:after{
    position: absolute;
    content: "";
    background-color: #FFFD08;
    height: 5px;
    width: 100%;
    left: -100%;
    top: 0;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.nav_menu ul li a > span{display: block;position: relative;z-index: 1;}
.nav_menu > ul > li > a i.fa-home{font-size: 18px;}
.nav_menu ul li:hover > a, .nav_menu ul li.active > a, .nav_menu ul li.current-menu-item > a{color: #ffffff;}
.nav_menu > ul > li:hover > a:after,.nav_menu > ul > li.current-menu-item > a:after, .nav_menu > ul > li.active > a:after{
    left: 0;
}

/*******  sub menu *****/
.subarrow {
    pointer-events: none;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.nav_menu ul li > .sub-menu{
	visibility: hidden;
    opacity: 0;
	position: absolute;
    top: 100%;
    left: 0;
	z-index: 1;
	padding: 2px 10px;
    margin: 15px 0 0;
    color: #070707;
	background: #fff;
	width: 200px;
    max-height: 380px;
    border-radius: 5px;
    text-align: left;
    -webkit-box-shadow: 0 0 5px 0 rgba(168, 168, 168, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(168, 168, 168, 1);
    box-shadow: 0 0 5px 0 rgba(168, 168, 168, 1);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.nav_menu ul li > .sub-menu:after {
    content: "\f0de";
    position: absolute;
    left: 20%;
    top: -14px;
    font: normal 40px FontAwesome;
    line-height: 40px;
    color: #fff;
    width: 20px;
    height: 12px;
}

.nav_menu > ul li:hover > .sub-menu{visibility: visible;opacity: 1;}
.nav_menu > ul > li:hover > .sub-menu{margin: 0;}

.nav_menu ul li > .sub-menu ul{list-style: none; padding: 0; margin: 0;}
.nav_menu > ul > li > .sub-menu li > .sub-menu{left: 100%; top: 0; list-style: none; margin: 0 0 0 15px;}
.nav_menu > ul > li .sub-menu li:hover > .sub-menu{margin: 0;}

.nav_menu ul li .sub-menu li {height: auto;	float: none; margin: 0; padding: 0; position: relative; border-bottom: 1px solid #ccc;}

.nav_menu ul li .sub-menu li:last-child{border-bottom:none;}
.nav_menu ul li .sub-menu li:first-child {border-top: none; margin: 0;}
.nav_menu ul li .sub-menu li a{
	padding: 10px 0;
	line-height: 18px;
	height: auto;
	position: relative;
    overflow: hidden;
    font-size: 15px;
}
.nav_menu ul li .sub-menu li:last-child a{border: none;}
.nav_menu ul li .sub-menu li a:after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #fff;
	z-index: -1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    
}
.nav_menu ul li .sub-menu li:last-child a:after{-webkit-border-radius: 0; border-radius: 0;}
.nav_menu ul li .sub-menu li:first-child a:after{-webkit-border-radius: 0; border-radius: 0;}

.nav_menu ul li .sub-menu li:hover > a, .nav_menu ul li .sub-menu li.active > a, .nav_menu ul li .sub-menu li.current-menu-item > a{background: none; color: #f00;;}
.nav_menu ul li .sub-menu li a:hover:after, .nav_menu ul li .sub-menu li:hover > a:after, .nav_menu ul li .sub-menu li.active > a:after, .nav_menu ul li .sub-menu li.current-menu-item > a:after{width: 100%;}
.nav_menu ul li .sub-menu li i{float: right; margin: 2px -15px 0 0; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);}

/*RESPONSIVE MENU*/
.homeBtn{
    display: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 20;
    margin: -2px 0;
}
.homeBtn:hover{color: #014baf;}
.responsive_btn {
    display: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    float: right;
    position: relative;
    z-index: 20;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.responsive_btn span {display: block; height: 2px; width: 20px; position: relative; top: 50%; margin: -1px auto;}
.responsive_btn span:before,.responsive_btn span:after {content: ""; display: inline-block; height: 100%; width: 100%; position: absolute; left: 0;}
.responsive_btn span:before {top: -6px;}
.responsive_btn span:after {bottom: -6px;}
.responsive_btn span,.responsive_btn span:before,.responsive_btn span:after {
    background: #f00d00;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.responsive_btn:hover span, .responsive_btn:hover span:before, .responsive_btn:hover span:after {background: #014baf;}
.responsive_btn.right{right: 0;left: auto;}
.responsive_nav {
    display: block;
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    min-height: 100%;
    z-index: 993;
    background: #000;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.responsive_nav ul {margin: 0; padding: 0; text-align: left;}
.responsive_nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.responsive_nav ul li:first-child {border-top: none;}
.responsive_nav ul li:after{display: none;}
.responsive_nav ul li > a {display: block; padding: 12px 10px 8px; color: inherit; position: relative;}
.responsive_nav ul li a:hover,.responsive_nav ul li a:focus,.responsive_nav ul li.active > a{color: #fff; background: #f00d00;}
.responsive_nav ul ul {padding: 0 0 15px 15px;}
.responsive_nav ul .sub-menu,.responsive_nav ul li a i {display: none;}
.responsive_nav .subarrow {display: block; pointer-events: inherit; top: 20px; width: 30px; height: 40px; line-height: 40px !important; right: 0;}
.responsive_nav ul .sub-menu .container {width: 100%; padding: 0;}
.bodyOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 992;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
html.responsive,.responsive body {overflow-y: hidden;}
.responsive .wrapper {-webkit-transform: translate(-280px, 0) !important; transform: translate(-280px, 0) !important;}
.responsive .bodyOverlay {opacity: 1; visibility: visible;}
.responsive .responsive_nav {left: 0;}
.responsive .responsive_btn {pointer-events: none;}
.responsive .responsive_btn span {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.responsive .responsive_btn span:after {-webkit-transform: rotate(270deg); transform: rotate(270deg); top: 0;}
.responsive .responsive_btn span:before {opacity: 0;}
.responsive_nav .opened > .subarrow {-webkit-transform: rotate(180deg); transform: rotate(180deg); top: 0;}
.responsive_nav .mCSB_outside + .mCSB_scrollTools{right: 0;}
.responsive .responsive_nav .mCSB_outside + .mCSB_scrollTools{right: -4px;}
/*MENU END*/

/* SLIDER
---------------------------------*/
.common_banner{position: relative; overflow: hidden; background: #ccc;height: auto;}
.common_banner img{width: 100%; display: block; opacity: 1;}
.homebanner{height: auto;}
.innerbanner{max-height: 310px; overflow: hidden;}

.bannerbox{position: relative;}
.bannertext{
	text-align: center;
	color: #fff;
	width: 100%; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 15px 25px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}
.bannertext p{max-width: 550px;margin: 0 auto;}
.bannertext .heading{color: inherit; font-size: 50px; line-height: 52px; margin-bottom: 15px; text-transform: uppercase; padding: 0;}
.bannertext .subheading{color: inherit;}
.bannertext .heading:before{display: none;}

.homeslider.owl-carousel{padding: 0;}
.homeslider.owl-carousel .owl-nav{width: auto;}
.homeslider.owl-carousel .owl-nav [class*="owl-"]{
	margin: -30px 0 0;
    font-size: 0;
    min-width: inherit;
	width: 35px;
	height: 62px;
	background: url(../images/sprite.png) no-repeat -300px -100px;
	opacity: 1;
}
.homeslider.owl-carousel .owl-nav .owl-prev{left: -70px;}
.homeslider.owl-carousel .owl-nav .owl-next{right: -70px; background-position: -400px -100px;}
.homeslider.owl-carousel:hover .owl-nav .owl-prev{left: 10px;}
.homeslider.owl-carousel:hover .owl-nav .owl-next{right: 10px;}
.homeslider.owl-carousel .owl-dots{position: absolute; left: 0; right: 0; bottom: 0;}
.homeslider .bannerimg{width: 100%; padding-top: 46%; position: relative; overflow: hidden;}
.homeslider .bannerimg img{width: 100%; position: absolute; top: 0; left: 0;filter: brightness(0.6);}
/*SLIDER END*/

#lcl_corner_close:before, .lcl_close:before {
    content: "\f00d";
    font-size: 20px;
    line-height: 28px;
    font-family: 'FontAwesome' !important;
}
.lcl_txt_toggle:before{
    content: "\f10e"; 
    font-family: 'FontAwesome' !important;
}
.lcl_prev:before, .lcl_next:before,.lcl_play:before{
    content: "\f104"; 
    font-family: 'FontAwesome' !important;
}
.lcl_next:before{
    content: "\f105"; 
}
.lcl_play:before{
    content: "\f04b"; 
}
/* FOOTER
---------------------------------*/
.mainFooter{background: #22222a; float: left; width: 100%; overflow: hidden; font-size: 14px; padding: 40px 0 0; color: #e2e2e2;} 
.mainFooter a{color: inherit;}
.mainFooter .subheading{
    color: #fff; 
    padding-top: 50px;
    font-weight: normal;
    font-size: 19px;
    line-height: 21px;
    text-transform: initial;
    margin-bottom: 30px;
}
.mainFooter a:hover, .mainFooter .active > a, .mainFooter .current-menu-item > a, .companyname:hover{color: #f00d00;}
.fnav ul{list-style: none; padding: 0; margin: 0; text-align: left;}
.fnav li{
    margin: 0 40px 0 0;
    padding: 0 0 0 0; 
	position: relative;
    float: left;
    font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	text-transform: capitalize;
}
.fnav .fcontact li{
    position: relative;
    padding-left: 25px;
}
.fnav .fcontact li .fa{
    position: absolute;
    left: 0;
    top: 0;
}
/* .fnav li:after{
	content: "\f105";
	display:block;
	position: absolute;
	top: 0px;
	left: auto;
	left: 0; 
    font-family: 'FontAwesome';  
} */
.fnav li:last-child{margin: 0;} 
.fnav li a{display: block; padding: 0 0 0 0;}
.fnav:after, .copyright:after{content: ""; display: block; clear: both;}
.cright ul li{float: left;}
.cright ul li:last-child {
    margin-left: 35px;
}
.copyright:after{content:""; display:block; clear: both;}
.copyright {padding: 26px 0; font-weight: 300; margin-top: 40px; border-top: 1px solid #46464d; font-size: 15px; line-height: 18px; color: #e2e2e2;}
.copyright a{font-weight: 300; color: #f14010; border-bottom: 1px solid #f14010;}
.copyright p{padding: 0; text-align: inherit; display: block;} 
.mainFooter .social a i{background: #2b2929;width: 35px;height: 35px;line-height: 35px; }

.mainFooter .social a.sk_facebook:hover i{background-color: #3b5999; border-color: #3b5999; color: #fff;}
.mainFooter .social a.sk_twitter:hover i{background-color: #1da1f2; border-color: #1da1f2; color: #fff;}
.mainFooter .social a.sk_linkedin:hover i{background-color: #006fa6; border-color: #006fa6; color: #fff;}
.mainFooter .social a.sk_google-plus:hover i{background-color: #DE5347; border-color: #DE5347; color: #fff;}
.mainFooter .social a.sk_instagram:hover i{background-color: #A4765C; border-color: #A4765C; color: #fff;}
.mainFooter .social a.sk_youtube:hover i{background-color: #E52117; border-color: #E52117; color: #fff;}
.mainFooter .social a.sk_pinterest:hover i{background-color: #bd081c; border-color: #bd081c; color: #fff;}
/*FOOTER END*/

/* ==================================animation================================ */
.bannertext .subheading, .bannertext .heading, .bannertext p, .bannertext .btn, .testimonial-slider .owl-item .item
 {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s; 
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.active .bannertext .subheading{
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; 
}
.active .bannertext .heading{
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; 
}
.testimonial-slider .owl-item.active .item{
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; 
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.owl-item.active .bannertext p{
     -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; 
}
.active .bannertext .btn{
     -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; 
}  


/* HOME PAGE
---------------------------------*/
.image_section{
    width: 40%;
    float: left;
    position: relative;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: -1;
}
.content_section{
    width: 60%;
    float: right;
    position: relative;
    padding: 50px 0 50px 30px;
}
.image_section_inner{
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: -50px;
    bottom: -50px;
    right: -50px;
} 
.content_section_inner{
    background: #f00d00;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: -1;
}
.skewSection{padding: 50px 0; color: #fff;}
.skewSection .subheading{color: inherit; margin-bottom: 15px;}

.speciality_box p{text-align: left;}
.speciality_text{margin-left: 80px;}
.speciality_img{float: left; width: 50px; height: 50px; overflow: hidden;}
.speciality_img img{max-width: 100%; max-height: 100%;}

.stay_on_top{
    background: url(../images/stayontop_bg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.stay_on_top .heading{font-size: 55px; line-height: 65px;}

.hook_contact{padding: 100px 0;}
.hook_contact .image_section{float: right;}
.hook_contact .content_section{float: left; padding: 50px 30px 50px 0;}
.content_section input, .content_section textarea{color: #fff}
.content_section .captcha_img{min-height: 58px;}
.content_section input::placeholder, .content_section textarea::placeholder{color: #fff;}
.content_section input::-webkit-input-placeholder, .content_section textarea::-webkit-input-placeholder{color: #fff;}
.content_section input:-moz-placeholder, .content_section textarea:-moz-placeholder{color: #fff;}
.content_section input::-moz-placeholder, .content_section textarea::-moz-placeholder{color: #fff;}
.content_section input:-ms-input-placeholder, .content_section textarea:-ms-input-placeholder{color: #fff;}
.hook_contact .image_section_inner{right: auto; left: 30px;}
.hook_contact .content_section_inner{right: -50px; left: auto;}
.free_quote_sec .heading{font-size: 60px; line-height: 60px;}
.free_quote_main{
    background: #014baf;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: -160px 0 0;
    padding: 45px;
    text-align: center;
    font-size: 20px;
}

.hook_testimonial .testimonial_list .sk_box .sk_text{text-align: center; height: 300px;}
.hook_testimonial .testimonial_list .sk_box:before, .hook_testimonial .testimonial_list .sk_box figure{left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);}
.hook_testimonial .testimonial_list .sk_box .sk_para{height: 120px; overflow-y: auto;}
.hook_testimonial .testimonial_list .sk_box .readmore{float: right;}
.hook_testimonial .testimonial_list .sk_box .sk_text .subheading{clear: both;}
/*HOME END*/

/* SERVICE
---------------------------------*/
.home-service{ 
    position: relative;
    z-index: 1;
}
.home-service .container{max-width: 1300px;}
.home-service .service-wrap{
    background: #fff;
    margin-top: -80px;
    padding: 50px;
}
.service_list ul li{border-right: 1px solid #ccc;}
.service_list ul li:nth-child(4){border: none;}
.service_list .sk_box{position: relative;}
.service_list .sk_box figure.simg{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 70%;
    background: #c8edff;
}
.service_list .sk_box figure.simg img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1.01);
    transform: translate(-50%,-50%) scale(1.01);
    max-width: 100%;
    max-height: 100%;
}
.service_list .sk_box:hover a figure.simg img{-webkit-transform: translate(-50%,-50%) scale(1.1); transform: translate(-50%,-50%) scale(1.1);}
.service_list .sk_box{
    padding: 15px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.service_list .sk_box:hover{
    background: rgb(0 0 0 / 0.1);
}
.service_list .sk_box .stext{ 
    width: 100%; 
    padding: 0;
    text-align: center;

}
.service_list .sk_box .stext .subheading{ word-break: break-all;}
.service_list .sk_box .stext .btn{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
/*SERVICE END*/

/* ======================vdo testimonial=========================== */
.vdo-testimonial .container{
    max-width: 100%;
    padding: 0;
}
.vdo-testimonial .vdo-test-img{
    border-bottom: 4px solid #f00d00;
}
.vdo-testimonial .vdo-test-img img{
    width: 100%;
}
.vdo-btn{font-size: 60px; margin-bottom: 20px; color: #fff;}
.testimonial-text{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    max-width: 500px;
}
.testimonial-text .subheading{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

/* BLOG
---------------------------------*/
.blog_list .sk_box figure{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 60%;
}
.blog_list .sk_box figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1.01);
    transform: translate(-50%,-50%) scale(1.01);
    max-width: 100%;
    max-height: 100%;
}
.blog_list .sk_box figure .sk_info{
    position: absolute;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    right: 20px;
}
.blog_list .sk_box figure .sk_info span {position: relative; margin-right: 15px;}
.blog_list .sk_box figure .sk_info span:last-child {margin-right: 0;}
.blog_list .sk_box figure .sk_info span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 1px;
    background: #d3d3d3;
}
.blog_list .sk_box figure .sk_info span:last-child:after {display: none;}
.blog_list .subheading{overflow: hidden;}
.blog_list .sk_box:hover a figure img{-webkit-transform: translate(-50%,-50%) scale(1.1); transform: translate(-50%,-50%) scale(1.1);}

.comment_list .sk_box .sk_text{margin: 0;}
.comment_list .sk_box .sk_para{min-height: inherit;}
.comment_list .sk_box .sk_text .subheading{text-transform: capitalize;letter-spacing: 0;}
.comment_list .sk_box .sk_text .subheading span{margin-left: 10px;}

.sk_sideblock .blog_list ul li a{padding: 0;}
.sk_sideblock .blog_list .sk_box{font-size: 12px; line-height: 18px;}
.sk_sideblock .blog_list .sk_box figure{width: 80px; height: 46px; float: left; margin: 0 10px 0 0; padding: 0;}
.sk_sideblock .blog_list .sk_box .sk_text{margin: 0;}
.sk_sideblock .blog_list .subheading{margin-bottom: 5px;}
/*BLOG END*/


/* ======================== shows-list ============================== */
.shows-list .owl-carousel{padding: 0;}
.shows-list .shows-box .subheading{
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.popular-shows-home .shows-list .shows-box .subheading{
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize;
}
.shows-list .shows-box .time-date .date{margin-right: 0;}
.shows-list .shows-box .time-date{justify-content: center;}
.shows-list .shows-box .time-date > div{background-color: transparent;}
.shows-list .shows-box a{display: block;}
.shows-list .shows-box figure{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
}
.popular-shows-home .shows-list .shows-box figure{
    padding-top: 50%; 
}
.popular-shows-home .shows-list .shows-box figure img{
    border-radius: 0;

}
.shows-list .shows-box figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
/* ======================== TV-Channels =============================== */
.link-list50{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}
.link-list50 li{
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
}
.TV-Channels.serial-page .wrap-box .box{position: relative;}
.channel-list-tab{
    width: 250px !important; 
    margin-top: 5px !important;    
    list-style: none;
    margin: 0;
    padding: 0 5px; 
}
.channel-list-tab li{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}  
.channel-list-tab li.active a.channel_link, .channel-list-tab li:hover a.channel_link{
    color: #f00d00;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-color: transparent;
}
.channel-list-tab li ul.link-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    display: none;
    padding: 15px 20px !important;
    background-color: #ffffff;
    max-height: 600px;
    border-radius: 5px;
    min-height: 448px;
    margin-left: 280px !important;
}
.channel-list-tab li.active ul.link-list {
    display: block;
} 
.arrowBtn.btn{
    padding: 0 35px;
}
.arrowBtn.btn .fa{
    font-size: 24px;
    margin-left: 20px;
} 
.TV-Channels-home{
    background-color: #eaf8ff;
}
.TV-Channels .container{max-width: 1200px;}
.TV-Channels .wrap-box {
	padding: 20px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow:  0 0 14px rgba(0,0,0,0.5);
	-moz-box-shadow:  0 0 14px rgba(0,0,0,0.5);
	box-shadow: 0 0 14px rgba(0,0,0,0.5);
}
.home-web-series .shows-list .row > li{
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
}
.home-web-series .shows-list .shows-box .subheading{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.webseries-page .wrap-box .box{ 
    height: auto;
    position: relative;
} 
.webseries-page .channel-list-tab li ul.link-list{
    min-height: auto;
    max-height: auto;
}
.webseries-page .channel-list-tab{}
.TV-Channels.serial-page .wrap-box .box{ height: auto; min-height: 410px;} 
.TV-Channels.serial-page .channel-list-tab{
    min-height: 410px;
}

.TV-Channels .wrap-box .box .channel-list{
    width: 350px;
    /* position: relative; */
}
.TV-Channels-home .channel-list li ul.link-list{height: auto; }
.TV-Channels-home .wrap-box .box .channel-list{
    min-height: auto;
    margin-top: 5px;
    height: auto; 
}
.TV-Channels-home .wrap-box .box{
    min-height: auto;
    position: relative;
}
.TV-Channels.serial-page .wrap-box .box ul.channel-list {
    width: 250px;
}
.TV-Channels-home .wrap-box .box{position: relative;}
.TV-Channels .wrap-box .box ul,
.TV-Channels .wrap-box .box ul li{
    list-style: none;
    margin: 0; 
    padding: 0;
}
.TV-Channels .wrap-box .box ul{padding: 0 5px;}
.TV-Channels .wrap-box .box ul li{margin-bottom: 10px;}
.TV-Channels .wrap-box .box ul li:last-child{margin-bottom: 0;}
.TV-Channels .wrap-box .box ul li a.channel_link,
.channel-list-tab li a.channel_link
{ 
    width: 100%;
    color: #3e3e46;
    font-size: 16px; 
    line-height: 19px;
    font-weight: 500;
    border: 1px solid #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    min-height: auto;
    padding: 0 30px 0 10px;
    position: relative;
    display: block;
} 
.TV-Channels .wrap-box .box ul li a.channel_link span,
.channel-list-tab li a.channel_link span
{
    margin-left: 45px;
    padding: 10px 0;
    min-height: 39px;
}
.TV-Channels .wrap-box .box ul li a.channel_link::after{
    content: "\f105";
    font-size: 30px;
    font-family: 'FontAwesome';
    color: #22222a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.TV-Channels .wrap-box .box ul li figure,
.channel-list-tab li a.channel_link figure
{
    margin-right: 15px;
    width: 35px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.channel-list-tab li a.channel_link figure img{height: 100%; object-fit: contain;}
.TV-Channels .wrap-box .box ul li:hover a.channel_link, .TV-Channels .wrap-box .box ul li.active a.channel_link{
    color: #000;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-color: transparent;
    background-color: #42bcff;
}
.TV-Channels .wrap-box .box ul li:hover a.channel_link::after, .TV-Channels .wrap-box .box ul li.active a.channel_link::after{color: #000;}
.TV-Channels .wrap-box .right-sec .box{
    background-color: #eaf8ff;
    padding: 25px;
    height: 702px;

}
.serial-page.TV-Channels .wrap-box .right-sec .box{
    height: 660px;
}
.channel-list li ul.link-list{
    position: absolute;
    right: 0; 
    top: 0;
    width: auto;
    display: none;
    padding: 15px 20px !important;
    background-color: #ffffff;
    height: 702px;
    border-radius: 5px;
    margin-left: 380px !important;
}
.serial-page .channel-list li ul.link-list{
    left: 260px;
    width: 470px;
    height: 660px;
}
.channel-list li.active ul.link-list{
    display: block;
}
.watch-count{font-weight: 700;}
.link-list a{
    display: block;
    position: relative;
    padding: 5px 20px 5px 30px;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    /* font-size: 17px;
    line-height: normal; */
    font-weight: 500;
}
.link-list a:hover{
    color: #0817a2; 
}
.link-list a .tv-icon{
    position: absolute;
    left: 0;
    top: 3px;
    line-height: normal;
}
ul.link-list{
    margin: 0 -5px -5px;
    padding: 0;
}
.link-list li{
    width: 50%;
    float: left;
    list-style: none;
    margin-bottom: 5px;
    padding: 0 5px;
    /* min-height: 50px; */
}

/* =============Web Series================= */
.TVchannel-list .wrap-box{
    padding: 30px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.TVchannel-list .wrap-box .box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.TVchannel-list .wrap-box .box ul li {
    margin-bottom: 20px;
}
.TVchannel-list .wrap-box .box ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #22222a;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    border: 1px solid #dadada;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    min-height: 60px;
    padding: 0 30px 0 15px;
    position: relative;
}
.TVchannel-list .wrap-box .box ul li figure {
    margin-right: 15px;
    max-width: 40px;
}
.TVchannel-list .wrap-box .box ul li a::after {
    content: "\f105";
    font-size: 30px;
    font-family: 'FontAwesome';
    color: #22222a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.TVchannel-list  .wrap-box .box ul li:hover a {
    color: #f00d00;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-color: transparent;
}
.TVchannel-list .wrap-box .right-sec .box{
    padding: 0 20px;
    background-color: #fbfbfb;
    border: 1px solid #e7e7e7;
}
.TVchannel-list .wrap-box .right-sec .box .link-list{padding: 20px 0;} 

/* ===========sticky sidebar================================== */
.stickyContent .short-desc{color: #646464; font-size: 15px; line-height: 30px; margin-bottom: 30px;}
.side-block .editor_text ul > li{padding-left: 30px; margin-bottom: 15px;}
.side-block .editor_text ul > li:before{
    background: url(../images/series.png) no-repeat center;
    width: 19px;
    height: 17px;
    border-radius: 0;
    top: 4px;
    content: "";
}
.side-block:last-child{margin-bottom: 0;}
.side-block:first-child{ margin-top: 75px;}
.side-block .editor_text ul > li:hover a{color: #000000;}
.side-block{
    background: #fff;
    padding: 15px 25px;
    color: #404040;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 25px;
    font-weight: 400;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.side-block ul li a{color: inherit; display: block;}
.side-block .subheading{
    margin: 0 -25px 15px;
    padding: 0 25px 20px;
    font-size: 23px;
    line-height: normal;
    font-weight: 500;
    border-bottom: 5px solid #ffc107;
    text-align: center;
}

.content-block{
    background: #fff;
    padding: 15px 25px;
    color: #404040;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 25px;
    font-weight: 400;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.shows-list{position: relative;}
.popular-shows-home .shows-list{
    position: relative;
}
.show-list-btn{
    position: absolute;
    right: 0;
    top: -70px;
}
.popular-shows-home .shows-list ul.row {
    margin: 0 -5px -10px;
}
.popular-shows-home .shows-list ul.row > li{ 
    padding: 0 5px; 
    margin-bottom: 10px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
/* ============================== */
.views{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}
.views .icon-views{font-size: 18px; color: #000000; margin-right: 7px;}
.serials-download-links-list ul li{
    position: relative;
    /* min-height: 34px;
    padding: 20px 20px 20px 70px; */
    font-weight: 500;
    font-size: 17px;
    background: #fafafa;
    overflow: hidden;
    color: #000000;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.serials-download-links-list ul li a, .serials-download-links-list ul li span{vertical-align: middle;}
.serials-download-links-list ul li figure{
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.serials-download-links-list ul li a{
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #000000;
    margin-right: 0;
    display: block;
    min-height: 34px;
    padding: 20px 20px 20px 70px;
}
.serials-download-links-list ul li a span{
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    margin-left: 20px;
}
.serials-download-links-list ul li a:hover{
    color: #38aeff;
}

/* ============================= */
.episodes .time-date,
.episodes .episodNo{width: 100%;}
.time-date{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #151515;
}
.episodNo{color: #1a2d45; font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: normal;}
.time-date .date{margin-right: 15px;}
.time-date div{
    background: #dff2ff;
    padding: 0 5px;
    border-radius: 3px;
}
.time-date > div span{
    margin-top: 5px;
    line-height: 20px;
}
.time-date > div span img {
	margin-right: 0;
	width: 16px;
	vertical-align: middle;
}
.episodes .right-text .d-flex{flex-direction: column;}
.episodes .right-text .subheading{width: 100%;}
.episodes .box .img-sec{
    max-width: 200px;
    width: 100%;
    margin-right: 25px;
}
.episodes .box .img{
    position: relative;
    padding-top: 57%;
    overflow: hidden;
    width: 100%;
    background-color: #ccc;
}
.episodes .box .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}
.episodes ul{overflow: visible; margin-bottom: 0;}
.episodes ul li:nth-child(even) .box{
    background-color: #f8fcff;
}
.episodes .box{padding: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); position: relative;}
.episodes .box:hover{box-shadow: 0 0 10px rgba(0,0,0,0.5);}
.episodes .time-date{padding: 5px 0 10px;}

.tabLink{margin-bottom: 25px;}
.tabLink ul li{margin-right: 25px;}
.tabLink ul li a{
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    min-width: 115px;
    padding: 0 15px;
    border-radius: 30px;
    background-color: #f3f3f3;
    color: #262626;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.tabLink ul li:hover a, .tabLink ul li.active a{
    background-color: #f00d00;
    color: #fff;
}
.episode-top-details{
    padding: 30px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}
.episode-top-details::after{clear: both; display: block; content: "";}
.episode-top-details .left-img{
    max-width: 175px;
    width: 100%;
    float: left;
}
.episode-top-details .left-img .subheading{margin-top: 15px; font-weight: 600; font-size: 19px; color: #1e1e1e;}
.episode-top-details .left-img figure{width: 175px; height: 175px; overflow: hidden; border-radius: 100%;}
.episode-top-details .left-img figure img{width: 100%; height: 100%; object-fit: cover;}
.episode-top-details .textRight{padding-left: 235px; text-align: left; position: relative; color: #6b6b6b; font-weight: 400; font-size: 15px; line-height: 34px;}
.episode-top-details::before{
    content: "";
    position: absolute;
    left: 235px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ccc;
}
.episode-top-details .textRight .mCustomScrollbar{height: 204px; overflow: hidden;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #f00d00;
}
.episodes .right-text{position: relative;}

/* ======pagination============= */
.pagination a{min-width: 46px; height: 42px; line-height: 42px; color: #2b2b2c; font-size: 16px; font-weight: 600; text-align: center; border: 1px solid #CCC; border-radius: 5px; margin-right: 10px;}
.pagination a:hover{
    background: #f00d00;
    color: #fff; 
}
.pagination .prev{
    background: url(../images/prev-pagi.png) no-repeat center !important;
}
.pagination .next{
    background: url(../images/next-pagi.png) no-repeat center !important;
} 
.pagination .prev:hover, .pagination .next:hover{
    background-color: #f3f3f3 !important;
}
/* =======================episodes-details-page===================== */
.episodes-details-page .episodes .box .subheading{
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 19px; 
    line-height: 22px;
    padding-right: 112px;
}
.episodes-details-page .episodes .time-date{
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0 15px;
}
.episodes-details-page .episodes .time-date > div span{margin-top: 3px;}
.episodes .episodNo span{
    width: auto;
    padding: 2px 10px;
    background: #e7e4ff;
    border-radius: 5px;
}
.episodes-details-page .episodes .right-text {max-width: 525px; width: 100%;}
.episodes-details-page .episodes .right-text .d-flex{flex-direction: unset;}
.upload-time{
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 15px;
    line-height: normal;
    color: #b0b0b0;
    font-weight: 400;
}
.play-btn .img,.play-button{ position: relative;}
.play-btn .img::before, .play-button::before{
    content: "\f144";
    position: absolute;
    bottom: 20px;
    right: 20px;  
    z-index: 1;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 35px;
}
/* .play-btn .img:hover::before, .play-button:hover::before{
    color: #f00d00;
} */
.episodes-details-page .episodes .box:hover .subheading{
    color: #000000;
}
/* =============================================About=========================================== */
.section.home-about{
    padding: 0;
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 100%;
}
.section.home-about .heading span{
    color: #f00d00;
}
.section.home-about .container{max-width: 1210px;}
.home-about .abt-wrap{
    background: #fff; 
    padding: 65px;
}
.home-about .abt-wrap figure{
    width: 500px;
    height: 340px;
    position: relative; 
    z-index: 1;
}
.home-about .abt-wrap figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-about .abt-wrap figure img:nth-child(2){
    z-index: -1;
    position: absolute;
    right: -50px;
    bottom: -50px;
}
.home-about .abt-wrap .play-btn{ 
    width: 96px;
    height: 96px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
} 


/* Gallery PAGE
---------------------------------*/ 
/* .home-gallery ul li{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
} */

.album_list .owl-carousel{margin: 0 0 30px;}
.album_list .owl-carousel .owl-nav.disabled{display: block;}
.album_list .owl-carousel .owl-nav .owl-prev.disabled, .album_list .owl-carousel .owl-nav .owl-next.disabled{opacity: 0.1;}
.item .sk_album{
	white-space: nowrap;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	color: #666;
	background: #fff;
	padding: 0 20px;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	position: relative;
	cursor: pointer;
}
.item .selected.sk_album{background: #f00d00; border-color: #f00d00; color: #fff;}
.selected.sk_album{color: #f00d00;}
 
.gallery_list .ul{margin: 0 -5px -10px; overflow: visible;}
.gallery_list .ul > li{margin-bottom: 10px; padding: 0 5px;}
.gallery_list .sk_box{position: relative; overflow: hidden; background: #000; color: #fff;}
.gallery_list .sk_box figure{-webkit-border-radius: 0; border-radius: 0; position: relative; width: 100%; overflow: hidden; padding-top: 90%;}
.gallery_list .sk_box figure img{
    display: block; width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gallery_list .sk_box:hover figure img{
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gallery_list .sk_box .sk_text{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    margin: 0;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.gallery_list .readmore{
    width: 50px;
    height: 50px;
    background: #202020;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0 0 10px;
    color: #fff;
    font-size: 0;
    position: relative;
}
.gallery_list .readmore:before{
    content: "\f00e";
    display: block;
    font-family:'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.gallery_list .readmore:hover{color: #fff;}
.gallery_list .sk_box .sk_text .subheading{text-align: inherit; color: inherit; text-transform: uppercase;}
.gallery_list .sk_box:hover figure img{opacity: 0.5;}
.gallery_list .sk_box:hover .sk_text{top: 50%; -webkit-transform: translate(0,-50%); transform: translate(0,-50%);}
#lcl_wrap:not(.lcl_on_mobile) .lcl_tn_inner li:not(.lcl_sel_thumb):hover,.lcl_tn_inner li.lcl_sel_thumb{border: 2px solid #f00d00;}
/*GALLERY END*/  


/* HELPER_CSS
---------------------------------*/
.mt0{margin-top: 0;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}
.mt60{margin-top: 60px;}
.mt65{margin-top: 65px;}
.mt70{margin-top: 70px;}
.mt75{margin-top: 75px;}
.mt80{margin-top: 80px;}
.mt85{margin-top: 85px;}
.mt90{margin-top: 90px;}
.mt95{margin-top: 95px;}
.mt100{margin-top: 100px;}
.mt_25{margin-top: -25px;}
.mt_85{margin-top: -85px;}
.mt_210{margin-top: -210px;}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb70{margin-bottom: 70px;}
.mb75{margin-bottom: 75px;}
.mb80{margin-bottom: 80px;}
.mb85{margin-bottom: 85px;}
.mb90{margin-bottom: 90px;}
.mb95{margin-bottom: 95px;}
.mb100{margin-bottom: 100px;}

.ml0{margin-left: 0;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml45{margin-left: 45px;}
.ml50{margin-left: 50px;}
.ml55{margin-left: 55px;}
.ml60{margin-left: 60px;}
.ml65{margin-left: 65px;}
.ml70{margin-left: 70px;}
.ml75{margin-left: 75px;}
.ml80{margin-left: 80px;}
.ml85{margin-left: 85px;}
.ml90{margin-left: 90px;}
.ml95{margin-left: 95px;}
.ml100{margin-left: 100px;}

.mr0{margin-right: 0;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}
.mr55{margin-right: 55px;}
.mr60{margin-right: 60px;}
.mr65{margin-right: 65px;}
.mr70{margin-right: 70px;}
.mr75{margin-right: 75px;}
.mr80{margin-right: 80px;}
.mr85{margin-right: 85px;}
.mr90{margin-right: 90px;}
.mr95{margin-right: 95px;}
.mr100{margin-right: 100px;}

.pt0{padding-top: 0;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pt55{padding-top: 55px;}
.pt60{padding-top: 60px;}
.pt65{padding-top: 65px;}
.pt70{padding-top: 70px;}
.pt75{padding-top: 75px;}
.pt80{padding-top: 80px;}
.pt85{padding-top: 85px;}
.pt90{padding-top: 90px;}
.pt95{padding-top: 95px;}
.pt100{padding-top: 100px;}
.pt_25{padding-top: -25px;}
.pt_85{padding-top: -85px;}
.pt_210{padding-top: -210px;}

.pb0{padding-bottom: 0;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pb55{padding-bottom: 55px;}
.pb60{padding-bottom: 60px;}
.pb65{padding-bottom: 65px;}
.pb70{padding-bottom: 70px;}
.pb75{padding-bottom: 75px;}
.pb80{padding-bottom: 80px;}
.pb85{padding-bottom: 85px;}
.pb90{padding-bottom: 90px;}
.pb95{padding-bottom: 95px;}
.pb100{padding-bottom: 100px;}

.pl0{padding-left: 0;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pl30{padding-left: 30px;}
.pl35{padding-left: 35px;}
.pl40{padding-left: 40px;}
.pl45{padding-left: 45px;}
.pl50{padding-left: 50px;}
.pl55{padding-left: 55px;}
.pl60{padding-left: 60px;}
.pl65{padding-left: 65px;}
.pl70{padding-left: 70px;}
.pl75{padding-left: 75px;}
.pl80{padding-left: 80px;}
.pl85{padding-left: 85px;}
.pl90{padding-left: 90px;}
.pl95{padding-left: 95px;}
.pl100{padding-left: 100px;}

.pr0{padding-right: 0;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pr25{padding-right: 25px;}
.pr30{padding-right: 30px;}
.pr35{padding-right: 35px;}
.pr40{padding-right: 40px;}
.pr45{padding-right: 45px;}
.pr50{padding-right: 50px;}
.pr55{padding-right: 55px;}
.pr60{padding-right: 60px;}
.pr65{padding-right: 65px;}
.pr70{padding-right: 70px;}
.pr75{padding-right: 75px;}
.pr80{padding-right: 80px;}
.pr85{padding-right: 85px;}
.pr90{padding-right: 90px;}
.pr95{padding-right: 95px;}
.pr100{padding-right: 100px;}

.ph0 {padding-top: 0; padding-bottom: 0;}
.ph60 {padding-top: 60px; padding-bottom: 60px;}

.w0{width: 0;}
.w10{width: 10%;}
.w20{width: 20%;}
.w25{width: 25%;}
.w30{width: 30%;}
.w33{width: 33.33%;}
.w40{width: 40%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w66{width: 66.66%;}
.w70{width: 70%;}
.w75{width: 75%;}
.w80{width: 80%;}
.w90{width: 90%;}
.w100{width: 100%;}
.h0{height: 0;}
.h100{height: 100%;}

.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f24{font-size: 24px;}

.white{color: #fff;}
.black{color: #000;}
.red{color: #f00;}
.blue{color: #f00d00;}
.green{color: #9cbe2f;}


.autocomplete-suggestions {
	border: 1px solid #4f4f4f;
	background: #fff;
	cursor: default;
	overflow: auto
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden
}

.autocomplete-suggestion-type {
	float: right;
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	color: #6b6b6b
}

.autocomplete-selected {
	background: #f0f0f0
}

.autocomplete-suggestions strong {
	font-weight: 400;
	color: #ff2e22;
}

.autocomplete-suggestions {
	padding: 0 0;
	border-radius: 0 0 5px 5px;
	max-height: none!important;
	min-width: 300px;
	max-width: 340px
}

.autocomplete-suggestions .autocomplete-suggestion {
	font: 500 14px Montserrat, sans-serif;
	line-height: 26px;
	border-bottom: 1px solid #ace5fb;
	padding: 5px 12px;
    cursor: pointer;
    border-color: #4f4f4f;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
	background: #000000;
	color: #fff
}

.autocomplete-suggestions .autocomplete-suggestion .autocomplete-suggestion-type {
	text-align: right;
	font: 500 13px Montserrat, sans-serif;
	line-height: 18px;
	color: #f22021;
	display: block;
	margin: 2px 0 2px 0
}

.autocomplete-suggestions .autocomplete-suggestion:last-child {
	border-bottom: none
}

.autocomplete-suggestions {
	margin: 2px 0 0 0;
    border-radius: 5px;
    z-index: 99;
}

/* ===================for scroll bar======================== */
.TV-Channels-home .channel-list li ul.link-list, .channel-list-tab li ul.link-list, .webseries-page .channel-list-tab li ul.link-list{
    max-height: initial !important;
    height: auto !important;
}
.hidden{display: none !important;}

/*subscription list */
.all_m_list .col-md-6{padding:5px}
.all_m_list .single_wrap li {
    list-style: none;
	font: 400 15px Montserrat, sans-serif;
	line-height: 33px;
	color: #383838;
	padding: 0 0 0 35px;
	margin: 0;
	background:url(../images/series.png) left 8px no-repeat;
}
.all_m_list .single_wrap li.index-heading {
	background: none;
	padding: 0 0 0 0;
}
.all_m_list .single_wrap li a {
	color: #383838;
	text-decoration: none
}
.all_m_list .single_wrap {
	border: 1px solid #cecece;
	padding: 20px;
	border-radius: 5px;
	width:auto;
	margin-bottom: 10px;
}
.serial-data .cont-img figure {
	background: #ccc no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 5px;
	width: 250px;
	height: 150px;
}
.serial-data {
	display: flex;
	margin-bottom: 30px;
}
.contentp {
	margin-right: 22px;
}
.serials-download-links-list ul {margin: 0; padding: 0;}
.footer_sec_show, .star_plus_shows {
    /* background: #fbfbfb; */
    border-radius: 8px;
    padding: 60px 16px 30px 16px;
    margin: -48px 0 20px 0;
}
.chshows_footer {
    padding: 24px 15px;
    -webkit-box-shadow: 0 3px 40px 0 rgba(110, 110, 110, 1);
    -moz-box-shadow: 0 3px 40px 0 rgba(110, 110, 110, 1);
    box-shadow: 0 3px 40px 0 rgba(110, 110, 110, 1);
    /* background: #fff; */
    border-radius: 8px;
    margin: 16px 0 0 0;
}

.footer_sec_show ul {
    margin: 20px 0 0 0;
}

.footer_sec_show ul li {
    padding: 0 0 10px 28px;
    margin: 0 0 0 10px;
    line-height: 25px;
    color: #505050;
    display: block;
    text-align: left;
    float: left;
    width: 24%;
}
.footer_sec_show ul li a {
    color: #fff;
}
.footer_nv_img{
margin-bottom: 4px;

}
@media only screen and (max-width: 599px){
    .footer_sec_show ul li {
        width: 100%;
    }

}
.contact_head {
    margin-bottom: 20px;
}
.contact_head span {
    font: 500 16px Montserrat, sans-serif;
    line-height: 22px;
    color: #595959;
    padding: 0;
    margin: 0;
    text-align: center;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    background: #fff;
    padding: 0 0 0 10px;
    margin: 0;
    height: 47px;
    border: 1px solid #d8d8d8;
    font: 400 15px Montserrat, sans-serif;
    line-height: 47px;
    color: #555;
    width: 100%;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
}
.contact-form textarea {
    background: #fff;
    padding: 0 0 0 10px;
    margin: 0;
    height: 200px;
    resize: none;
    border: 1px solid #d8d8d8;
    font: 400 15px Montserrat, sans-serif;
    line-height: 47px;
    color: #555;
    width: 100%;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
}
.contact-form button[type=submit] {
    background: #47cdff;
    height: 45px;
    line-height: 40px;
    padding: 0 20px;
    width: 220px;
    margin-top: 15px;
    color: #fff;
    margin-left: 0;
    cursor: pointer;
    border: 1px solid #47cdff;
    font-size: 18px;
    text-transform: uppercase;
    font: 600 16px Montserrat, sans-serif;
    border-radius: 5px;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
}
.contact-form button[type=submit]:hover {
    background-color: #ff2121;
    color: #fff;
    border-color: #ff2121;
}
.bottom_episode_list ul li a {
    font: 500 18px Montserrat, sans-serif;
    line-height: normal;
    color: #099500;
}
.bottom_episode_list ul li strong {
	font: 500 15px Montserrat, sans-serif;
	font-weight: 600;
	line-height: 25px;
	color: #3e3bff;
	display: block;
	text-decoration: solid;
	margin: 5px 0 0 0;
}
.quick_links{display: none;}
.qlink-list{margin-bottom: 20px;}
.qlink-list ul li{float: left; margin: 0 15px 15px; padding: 0; }
.qlink-list ul li a{color: #22222a; font-size: 16px;}

/*  TRENDING CSS STARTS  */
.trendings {display: none;overflow-x: auto;}
.trending-list .owl-carousel {
    padding: 0;
}
.trend .anch {display: block;}
.trend {
	position: relative;
	padding: 10px 0 0;
	text-align: center;
	float: left;
	margin-right: 10px;
}
.trend-figure-border {
	width: 70px;
	height: 70px;
	position: relative;
	background: linear-gradient(to right, red, purple);
	padding: 2px;
	border-radius: 50%;
	margin: auto;
}
.trend-icon {
	background-repeat: no-repeat;
	width: 66px;
	height: 66px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	margin: auto;
	border: 3px solid #fff;
	position: absolute;
	top: 2px;
	left: 2px;
}
.trending-list {
	width: calc(80px * 10);
	margin-left: 10px;
}
.trend span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #22222a;
	width: 70px;
	font-size: 12px;
}
/*  TRENDING CSS ENDS  */


/* Oneclick starts */
.oneclick-listdata-wrap, .oneclick-episode-wrap{display: none;}
.oneclick-channel, .oneclick-listdata, .oneclick-episode{width: 100%;}
.oneclick .heading img {max-width: 35px;margin-top: -4px;}
.oneclick .select2 {width: 100% !important; margin-bottom: 10px;}
.select2 .selection{ width: 100%; padding: 10px auto; }
.select2-container--default .select2-selection--single{padding: 6px 10px; height: auto; line-height: 40px; border: 1px solid #aaa; font-size: 16px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{color: #050505;line-height: 30px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {  height: 40px;  position: absolute;  top: 2px;  right: 1px;  width: 30px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #010101 transparent transparent transparent; border-width: 7px 5px 0; }
.select2-search__field::-moz-placeholder{color: #ccc;}
.select2-search__field::-webkit-placeholder{color: #ccc;}
.select2-search__field::placeholder{color: #ccc;}
.select2-results__options li {margin-bottom: 0;}
/* Oneclick Ends */


/* CLICKED
---------------------------------*/
.loader.clicked{position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000;}
.loader.clicked:before{-webkit-border-radius: 0; border-radius: 0; background: rgba(0, 0, 0, 0.8);}
.loader.clicked:after{width: 70px; height: 70px; margin: -35px 0 0 -35px; border-color: #fff; border-right-color: transparent;}
.noloader.loader.clicked:after{display: none;}
.loader.clicked > div{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    z-index: 1;
    margin: 40px 0 0;
    padding: 30px;
    width: 100%;
    text-align: center;
}
.loader.clicked > div span{text-transform: uppercase; margin-top: 20px;}
.clicked{position: relative; pointer-events: none;}
.clicked:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 1;
}
[type="submit"].clicked:before, [type="reset"].clicked:before, button.clicked:before, .btn.clicked:before{-webkit-border-radius: 3px;border-radius: 3px; top: -1px; left: -1px; right: -1px; bottom: -1px;}
.clicked:after{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 3px solid #3799FE;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
@-moz-keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
/*CLICKED END*/

.old-left-img {
	margin: 30px 0;
}
.old-left-img figure {
    overflow: hidden;
	height: 180px;
	width: 150px;
	margin-right: 30px;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center top;
    float: left;
}
.serial-meta-info {
    font-size: 16px;
    width: calc(100% - 180px);
    font-size: 18px;
    float: right;
}
.serial-meta-info .heading  { padding-bottom: 0; }
.serial-meta-info .year {
	margin-bottom: 5px;
}
.serial-meta-info strong {
	font-weight: normal;
}

.episode-gine-wrap {
	position: relative;
	display: block;
    margin: 40px 0 20px;
}
.episode-gine .heading.brdr{ margin-bottom: 15px;}
.episode-gine {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
}
.episode-gine img {
	margin-right: 10px;
}
.episode-gine .oneclick-episode {
	width: 200px;
}
.oneclick-channel, .oneclick-listdata, .oneclick-episode {
	width: 100%;
}
.mobile_vl{display: none;}
.desktop_vl{display: block;}

.footer-sticky{display: none;}
.grecaptcha-badge{display: none !important;}




/* channel indexing starts */
.TV-Channels .wrap-box {
	padding: 20px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.channels-list {display: flex;}
.channel-indexing{min-width: 350px; max-width: 400px; margin-left: 15px;}
.serial_index { padding: 0; margin: 0 0 15px;}
.serial_index li { display: inline-block; margin-right: 5px;}
.serial_index li span {  cursor: pointer;  display: inline-block;  background: #4f4f4f;  text-decoration: none;  text-transform: uppercase;  padding: 4px 15px;  color: #fff;  text-align: center;  border-radius: 3px;  font-size: 15px;  line-height: 20px; }
.serial_index li span:hover, .serial_index li.active_index span { background: #44c3ff;}
.show-serials_by_index { -moz-column-count: 3; column-count: 3; -moz-column-gap: 20px; column-gap: 20px; -moz-column-fill: balance; column-fill: balance; }
.show-serials_by_index .serial-list-wrap { display: inline-block; margin: 0 0 20px; page-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid; width: 100%;border: 1px solid #ccc; padding: 8px 12px; border-radius: 6px; }
.index-heading {  cursor: default; font-size: 18px;  font-weight: 700;  background: #44c3ff;  display: inline-block;  padding: 0 15px;  margin: 4px 0 10px;  color: #fff;   border-radius: 3px;  line-height: 25px; }
.show-serials_by_index ul {  padding: 0;  margin: 0;  list-style: none; }
.show-serials_by_index ul li {  position: relative;  padding-left: 20px; }
.show-serials_by_index ul li img {  position: absolute;  top: 5px;  left: 0;  max-width: 16px; }
.show-serials_by_index ul li a {  color: inherit; }
.show-serials_by_index ul li span:hover {  color: #f00d00; }
.all-channel-indexing {background: #22222a no-repeat; border: 1px solid #22222a; -webkit-border-radius: 30px; border-radius: 30px; color: #fff; font-size: 15px; line-height: 42px; height: 44px; min-width: 125px; padding: 0 20px; text-align: center; font-weight: 500; outline: none; display: inline-block; cursor: pointer; vertical-align: top; position: relative; text-transform: uppercase; -moz-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; z-index: 0; font-variant: small-caps;}
.all-channel-indexing:hover, .all-channel-indexing.active {outline: none; background-color: #f00d00; border-color: #f00d00; color: #fff;}
.channel-indexing .select2-container {width: 100% !important;}
/* channel indexing ends */

.wp {
    width: 32px;
    margin-top: -2px;
}
.wpbtn {
    margin-right: 50%;
    margin-left: 6%;
    border: none;
    background-color: #2b2d2f;
}
@media screen and (max-width: 500px) {
    .wp {
        width: 32px;
        margin-top: 23px;
    }
    .wpbtn {
        margin-right: 0;
        margin-left: 32%;
        border: none;
        background-color: #2b2d2f;
    }
}