/*--------------
1.Theme default CSS
--------------------------*/
body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
body, html {
	font-size: 16px;
	line-height: 23px;
	color: #000;
	background:url('../assets/bg.jpg') 50% 0 repeat-y;
    background-position: center 0;
	width:100%;
	height:100%;
    background-repeat: repeat;
	overflow-x:hidden;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #707070;
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;
	font-weight:400;
	color: #222222;
	margin:0;
	padding:0;
}
p{
	margin:0;
}
input, select, button, textarea {
	outline: none;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow:none;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
.mt-0{margin-top: 0!important;}
.overflow-hidden{overflow: hidden}

/*-- Preloader css start --*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000000;
	width: 100%;
	height: 100%;
}
#status_1 {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
/*-- top header css start --*/
.ne_top_header_main_wrapper{
	width:100%;
    background-color: #f8f8f8;
	height: 60px;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_right_sec_main_wrapper li:last-child a:hover{
	background:transparent;
}
.ne_left_sec_main_wrapper{
	float: left;
	width: 65%;
	height: 42px;
    overflow: hidden;
}
.ne_right_sec_main_wrapper{
	float: left;
	width: 35%;
}
.ne_right_sec_main_wrapper ul{
	float:right;
}
.ne_right_sec_main_wrapper li{
	float:left;
}
.ne_right_sec_main_wrapper li a{
	float:left;
	padding:15px;
	font-size:14px;
	text-transform:uppercase;
	color:#ffffff;
	padding-bottom:15px;
	padding-top:22px;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_right_sec_main_wrapper li a:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#date{
	color:#000;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
}
#money{
    color:#000;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
}
#day_and_time{
    float: left;
    width: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-left: 150px;
}
.ne_top_about_btn{
	float:left;
	width:auto;
	    
}
.ne_top_about_btn a{
	font-size:14px;
	color:#ffffff;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	text-transform:uppercase;
	font-weight:500;
	border-left: 1px solid rgba(255, 255, 255, 0.36);
	    border-right: 1px solid rgba(255, 255, 255, 0.36);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
}
.ne_right_sec_main_wrapper li:last-child a{
	border-right:0;
	    padding-right: 0;
		padding-top:18px;
}
.ne_right_sec_main_wrapper li a i{
	font-size:16px;
}
/*-- prs sidebar Start --*/
#mobile-nav {
    position: fixed;
    top: 0;
	height:100%;
    right: -400px;
        width: 400px;
    z-index: 999;
    overflow-y: scroll;
	background:#fff;
    box-shadow: -1px 0 10px 0 rgb(34 34 34 / 7%), 5px 20px 40px 0 rgb(34 34 34 / 4%);
    transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -webkit-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -moz-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -o-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    overflow-x: hidden;
}
body.active #mobile-nav {
    right: 0 !important;
	z-index: 10000;
}
.mobile-nav-box {
    padding: 40px 30px;
    height: 100%;
    width: 100%;
    position: relative;
}

.mobile-nav-box::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: -25px;
    height: 100%;
    width: 50%;
    z-index: 1;
}

.mobile-logo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 50;
}

.mobile-logo .manu-close {
    margin-left: auto;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #3c3c3c;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.mobile-logo .manu-close i {
    font-size: 18px;
}

.mobile-logo .manu-close:hover {
    color: #fca900;
}

.mobile-main-logo {
    width: 200px;
    padding-left: 25px;
}

.mobile-main-logo img {
    width: 100%;
}

.mobile-list-nav {
    padding: 30px 0;
    position: relative;
    z-index: 90;
}

.mobile-list-nav > li {
    padding: 15px 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.mobile-list-nav > li > a {
    font-size: 16px;
    color: #000000;
    position: relative;
    font-weight: bold;
    display: inline-block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.mobile-list-nav > li > a.dropdownlink::after {
    position: absolute;
    top: 2px;
    right: -10px;
    content: '\f078';
    width: 5px;
    height: 10px;
    font-family: FontAwesome;
}

.mobile-list-nav > li:hover > a {
    color: #fca900;
    transform: scale(1.1);
    transform: translateX(8px) scale(1.1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog {
    position: relative;
    z-index: 10;
    text-align: center;
	padding-top: 20px;
    padding-bottom: 20px;
}

.mobile-nav-box .achivement-blog ul > li > a {
    color: #747474;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.mobile-nav-box .achivement-blog ul > li > a span {
    color: #747474;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a h6 {
    color: #747474;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a:hover {
    color: #ff4444;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.mobile-nav-box .achivement-blog ul > li > a:hover span {
    color: #ff4444;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a:hover h6 {
    color: #ff4444;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.mobile-list-nav .submenuItems {

    display: none;
    padding: 0px;
    border-radius: 5px;
    margin-top: 17px;
}

.mobile-list-nav .submenuItems li a {
    color: #f39e67;
    padding: 20px;
    padding: 6px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.prs_slidebar_wrapper button{
	width:50px;
	height:50px;
	background:#dd3333;
	border:0;
	    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	line-height:0;
}
.achivement-blog ul li {
    position: relative;
    color: #fff;
    padding: 5px 20px 5px 52px;
    text-align: left;
    width: 110px;
	float:left;
}

.achivement-blog ul li:first-child {
    padding-left: 28px;
}

.achivement-blog ul li:first-child i {
    left: 0;
}

.achivement-blog ul li:not(:last-child) {
    border-right: 1px solid #cdcbcb;
}

.achivement-blog ul li span {
    color: #cdcbcb;
}

.achivement-blog ul li i {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 30px;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
}

/*-- top header css End --*/
/*-- prs navigation Start --*/
.ne_logo_main_section_wrapper{
	float:left;
	width:100%;
}
.ne_logo_inner_wrapper{
	float:left;
	width:40%;
	    padding-top: 23px;
    padding-bottom: 22px;
}
.ne_logo_banner_inner_wrapper{
	float:left;
	width:60%;
	padding-top:10px;
	padding-bottom:10px;
}
.prs_navigation_main_wrapper{
	width:100%;
	background-color:  #f8f8f8;
}
.menu_fixed{
	position:fixed;
	background:#fca900;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	z-index:1000;
	left:0;
	right:0;
}
.prs_navi_left_main_wrapper{
	/*float:left;*/
	width:100%;
	position:relative;
    display: flex;
    align-items: center;
    justify-content: left;
}
.prs_navi_right_main_wrapper{
	float:left;
	width:45%;
	padding-top: 25px;
}
.prs_logo_main_wrapper{
	float:left;
	padding-top: 10px;
    padding-bottom: 10px;
	position: relative;
    z-index: 1;
	width:30%;
}

.prs_logo_main_wrapper img{width: 180px}
.prs_menu_main_wrapper{
	 /*   float: left;*/
    width: 70%;
    justify-content: left;
    /*display: flex;*/
}
#sticktop {
	width: 100%;
	left: 0;
}
.sticky-wrapper.is-sticky #sticktop {
	moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
}
.dl-menuwrapper button { background: #de9706;    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
	margin-right:10px;}
.dl-menuwrapper ul { background: #fca900; }
.dl-menuwrapper button.dl-active,.dl-menuwrapper button:hover{
	background:#de9706;
}
.dl-menuwrapper {
	position: absolute;
	top: 106%;
	right: 0;
	margin-right:0 !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index:10;
}
.fixed-navigation.dl-menuwrapper {
	position: fixed;
	right: -80px;
	top: 40px;
	z-index: 9999;
}
.dl-trigger-wrapper { position: relative; }
.dl-menuwrapper button { float: right; }
ul.navbar-nav {
	float: right;
	min-height: 40px;
}
.navbar { margin-bottom: 0; }
.navbar-default {
	z-index: 999999;
	border-radius: 0;
}
.navbar-default > .container {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #303030;
	background: none;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	font-size: 16px;
	color: #303030;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
}
.navbar-default {
	background: transparent;
	border: none;
}
.navbar-nav > li {
	margin: 0;
	padding: 34px 22px 30px 22px;
	position: relative;
}
.navbar-nav > li.active {
	background: #2bb7ff;
	color: #fff !important;
	position: relative;
}
.navbar-nav > li > a {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	outline: none !important;
	overflow: hidden;
	cursor: pointer;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fff; }
.navbar-default .container { position: relative; }
.navbar-default .navbar-toggle {
	color: #fff;
	border-color: #fff;
	top: -2px;
	right: 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: none; }
.navbar-default ul.dropdown-menu {
	background: #2bb7ff;
	min-width: 140px;
	top: 100%;
	padding: 0;
	border-radius: 0;
	opacity: 0.95;
}
.navbar-default ul.dropdown-menu li a {
	color: #fff;
	padding: 10px 16px;
	outline: none;
	border-bottom: 1px solid #339bd7;
}
.dropdown i {
	padding-left: 2px;
	font-size: 12px;
}
.navbar-default .navbar-brand {
	line-height: 40px;
	padding: 0;
}
.navbar > .container .navbar-brand {
	margin-left: 0;
	line-height: 90px;
	float: none;
	display:block;
}
.navbar-default .navbar-brand:hover { color: #2d3538; }
a.navbar-brand img { padding-right: 15px; }
.navbar-nav > li:hover ul.dropdown-menu { display: block; }
.xv-menuwrapper {     float: left;
    width: 100%; }
.xv-menuwrapper .dl-trigger { display: none; }
.xv-menuwrapper .dl-menu {
	position: static;
	display: block;
	padding: 0;
	text-align: left;
	float: right;
}
.xv-menuwrapper .dl-menu > li {
	list-style: none;
	display: block;
	float: left;
	height: 100%;
	line-height: 100%;
	position: relative;
}
.xv-menuwrapper .dl-menu > li.active > a { color: #fff; }
.xv-menuwrapper .dl-menu > li > a {
	display: block;
	font-size: 14px;
	color: #2a2a71;
	font-weight:500;
	position: relative;
	padding: 57px 16px;
    text-transform: uppercase;
    padding-bottom: 38px;
    font-weight: 700;
}
.xv-menuwrapper .dl-menu > li.active:after, .xv-menuwrapper .dl-menu > li.megamenu.active >a:after {
	font-family: 'FontAwesome';
	content: "\f0d8";
	width: 100%;
	text-align: center;
	height: 7px;
	position: absolute;
	left: 0;
	bottom: 4px;
	color: #fff;
	font-size: 20px;
}
.xv-menuwrapper .dl-menu > li.megamenu.active > a:after { bottom: 42px; }
.xv-menuwrapper .dl-menu > li.megamenu.active:after { display: none; }
.xv-menuwrapper li.parent { position: relative; }
.xv-menuwrapper li.parent.megamenu { position: static; }
.xv-menuwrapper li.parent.megamenu > .lg-submenu {
	display: block;
	width: 100%;
	text-align: justify;
	left: 0;
	right: 0;
	padding: 15px 15px;
	    background: #fca900;
    border-top: 1px solid #fff;
}
.xv-menuwrapper li.parent.megamenu.small-menu > .lg-submenu { width: 60%; }
.xv-menuwrapper li.parent.megamenu.medium > .lg-submenu img {
	border: 1px solid #f2f2f2;
	padding: 8px;
}
.xv-menuwrapper li.parent.megamenu.wide > .lg-submenu { width: 100%; }
.xv-menuwrapper li.parent.megamenu > .lg-submenu::after {
	width: 100%;
	display: inline-block;
	content: ".";
	visibility: hidden;
	display:none;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu > li {
	float:left;
	width:25%;
	text-align: left;
	vertical-align: top;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu > li > a {
	font-weight: 800;
	color: #13212d;
	display: block;
	font-size:14px;
	text-transform:uppercase;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu figure {
	overflow: hidden;
	width: 330px;
	max-height: 340px;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu figure img {
	width: 100%;
	height: auto;
}
.xv-menuwrapper .dl-menu > li.parent > ul, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent > ul {
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 215px;
	background: #fca900;
    border-top: 1px solid #fff;
	visibility: hidden;
	opacity: 0;
	margin-top:30px;
	z-index:10;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent > ul { margin-top: -1px; }
.xv-menuwrapper .dl-menu > li.parent:last-child > ul {
	left: auto;
	right: 0;
}
.xv-menuwrapper .dl-menu > li.parent:hover > ul, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent:hover > ul {
	visibility: visible;
	opacity: 1;
	z-index:10;
	margin-top:0;
	    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
	    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li {
	display: block;
	list-style: none;
	border-top: 1px solid #000;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 10px;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li a:hover {
    margin-left: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu > ul > li, .xv-menuwrapper .dl-menu > li.parent.megamenu > ul > li.parent ul li { border-top: none; }
.xv-menuwrapper .dl-menu > li.parent.megamenu li { list-style: none; }
.xv-menuwrapper .dl-menu > li.parent.megamenu li:last-child{
	overflow:hidden;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu li a {
	color: #ffffff;
	line-height: 30px;
	margin-bottom:15px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-left:0px;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li > a:hover {
    margin-left: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu li a:hover{
	color:#ffffff;
	margin-left:5px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li > a, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li a {
	display: block;
	line-height: 30px;
	color: #ffffff;
	text-transform: capitalize;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li:hover, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li:hover,.xv-menuwrapper .dl-menu > li:hover{
	background:transparent;
}
.xv-menuwrapper .dl-menu > li .effect_nav{
	position:relative;
}

.xv-menuwrapper .dl-menu > li .effect_nav:after{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 100px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff2600;
    content: '';
    visibility: hidden;
    opacity: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.xv-menuwrapper .dl-menu > li .effect_nav{
	position:relative;
	top:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li:hover .effect_nav{
	position:relative;
	top:-2px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #ff2600;
}
.ne_gt_left_img_cont_main_wrapper .ne_re_social1_wrapper li a:hover, .ne_re_left_bottom_main_wrapper:hover .ne_ls_bottom_img_cont h3 a, .ne_wn_social_inner_wrapper h3 a:hover, .ne_re_left_bottom_main_wrapper:hover .ne_pc_bottom_img_cont h3 a, .ne_lr_main_section_wrapper:hover .ne_lr_img_cont_heading_wrapper h3 a, .ne_re_left_bottom_main_wrapper:hover .ne_tr_bottom_img_cont h3 a {
    color: #ff2600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_re_left_bottom_main_wrapper:hover .ne_re_bottom_img_cont h3 a, .ne_gt_left_top_main_wrapper:hover .ne_gt_left_img_cont_main_wrapper h3 a {
    color: #ff2600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li:hover .effect_nav:after{
	visibility: visible;
    opacity: 1;
    bottom: 27px;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu > ul > li:hover{
	background:none;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent:after {
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f0da";
	color: #ffffff;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.xv-menuwrapper .dl-menu > li.parent:last-child > ul > li.parent > ul {
	left: auto;
	right: 100%;
}
.xv-menuwrapper button:after { display: none; }
.xv-menuwrapper .dl-back { display: none !important; }
.megamenu i{
	padding-right:15px;
	color:#939a9e;
}
.dl-trigger img{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 34%;
}
.ar_left a:after{
	display:none;
}
/********-------------search css start---------***********/
.serach-header {
   float:right;
}

.serach-header .searchd {
    background: transparent;
    line-height: 50px;
    height: 50px;
    border: 0;
}
.serach-header .searchd i {
    color: #29abff;
    font-size: 16px;
    border: 0 !important;
}

.searchd{
    background: transparent;
    float: right;
    height: 120px;
    font-size: 16px;
    border: 0;
    color: #000;
    padding-right: 0;
    padding-left: 20px;
    position: relative;
    line-height: 129px;
    cursor: pointer;
}
.searchd:before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.36);
    position: absolute;
    width: 1px;
    height: 20px;
    top: 55px;
    left: 5px;
}
.serach-header .searchbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.86);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11000;
}
.serach-header .searchbox .close {
    background-color: transparent;
    box-shadow: none;
    color: #ff2600;
    font-size: 40px;
    font-weight: bold;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 20px;
    top: 15px;
    text-shadow: none;
}
.serach-header .searchbox form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent;
    border-color: #fff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #ff2600;
    font-size: 28px;
    font-weight: lighter;
    left: 30%;
    margin: 0;
    outline: medium none;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 30px;
    position: absolute;
    right: 0;
    top: 45%;
    width: 700px;
    line-height: 60px;
}
.serach-header .searchbox form button {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    left: 64%;
    position: absolute;
    top: 49%;
    transform: translate(0%, -55%);
    background: transparent;
    color: #fca900;
    border: 0;
    font-size: 20px;
}

.serach-header .searchbox.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.serach-header .searchbox form::-webkit-input-placeholder {
    color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form:-ms-input-placeholder {
    color: rgba(219, 187, 10, 0.6);
}
/*------ne tranding slider Start ------*/
.ne_ts_main_section_wrapper{
	float:left;
	width:100%;
	background: #ffffff;
}
.ne_ts_inner_wrapper{
	float:left;
	width:100%;
	background:#ededed;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	padding-top: 22px;
    padding-bottom: 28px;
}
.ne_tran_label_wrapper{
	padding-top:10px;
	padding-bottom:10px;
	background:#a7786a;
	display:inline-block;
	    padding-left: 35px;
    padding-right: 35px;
    margin-left: -20px;
	position:absolute;
	top:15px;
}
.ne_tran_label_wrapper:after{
	content:'';
	border-top:17px solid transparent;
	border-bottom:17px solid transparent;
	border-right:17px solid #ededed;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.ne_tran_label_wrapper:before{
	    content: '';
    border-bottom: 15px solid transparent;
    border-right: 20px solid #a7786a;
    position: absolute;
    left: 0px;
    bottom: -15px;
}
.ne_tran_label_wrapper h3{
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600;
}
.ne_ts_inner_content{
	float:left;
	width:100%;
}
.ne_ts_inner_content p{
	font-size:16px;
	float:left;
}
.ne_ts_inner_content h3{
	float:right;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#707070;
	padding-right: 115px;
    padding-top: 5px;
}
.ne_ts_inner_content h3 i{
	color:#fca900;
}
.ne_tranding_slider_wrapper{
	padding-left:180px;
}
.ne_tranding_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.ne_tranding_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
    right: 20px;
	z-index:1000;
	display:block;
}
.ne_tranding_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 40px;
	width:30px;
	height:30px;
	line-height:25px;
	top:0;
	border:1px solid #cccccc;
	color:#000000;
	background:#ffffff;
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_tranding_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
	width:30px;
	height:30px;
	line-height:25px;
    position: absolute;
	border:1px solid #cccccc;
	color:#000000;
	background:#ffffff;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_tranding_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_tranding_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	background:#fca900;
	color:#fff;
	border:1px solid #fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_ts_inner_content p span{
	font-size:14px;
	text-transform:uppercase;
	float:right;
}
/*------ne tranding slider End ------*/
/*-- SliderNTimer css Start --*/
.ss_addver_slider_wrapper{
	float:left;
	width:100%;
	margin-top: 30px;
}
.slider-area{
	float:left;
	width:100%;
	position:relative;
}
.slider-area .carousel-inner .item .caption-1 {
  width:100%;
  height:100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  /*background: url(../images/content/slider1.png) 50% 0 repeat-y;*/
  position: relative;
  min-height:650px;
}
.slider-area .carousel-inner .item .caption-2 {
width:100%;
  height:100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  /*background: url(../images/content/slider2.png) 50% 0 repeat-y;*/
  position: relative;
  min-height:650px;
}
.slider-area .carousel-inner .item .caption-3 {
width:100%;
  height:100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  /*background: url(../images/content/slider3.png) 50% 0 repeat-y;*/
  position: relative;
  min-height:650px;
}
.slider-area .carousel-inner .item .carousel-captions:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
      background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(212,212,212,0) 17%, rgba(3,3,3,1) 99%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
}
.ss_hds_slider_overl_img{
	float:left;
	width:100%;
	position:relative;
	top:100px;
	z-index:100;
}
.ss_hds_slider_overl_img img{
	animation-delay: 1.2s;
	width:100%;
}
.slider-area .carousel-inner .item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
      top: 365px;
    left: 0;
}
.slider-area .carousel-inner .item .carousel-captions .content_tabs{
	display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:140px;
}

.slider-area .carousel-inner .item .carousel-captions .content li{
	animation-delay: 3.2s;
}
.carousel-nevigation{
	position:absolute;
	top:40%;
	float:left;
	width:100%;	
}
.carousel-nevigation > .prev{
	left:-138px;
	position:absolute;
	width:50px;
	height:50px;
	font-size:25px;
	    background: rgba(255, 255, 255, 0.34);
    color: #fff;
	text-align:center;
	line-height:46px;
	    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .next{
	right:-138px;
	position:absolute;
	width:50px;
	height:50px;
	    background: rgba(255, 255, 255, 0.34);
    color: #fff;
	font-size:25px;
	text-align:center;
	line-height:46px;
	    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .prev:hover,.carousel-nevigation > .next:hover{
	background:#fca900;
	color:#ffffff;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider-area:hover .carousel-nevigation > .prev{
	left:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider-area:hover .carousel-nevigation > .next{
	right:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.lr_thumbs_slide{
	float:left;
	width:100%;
	text-align:center;
}
.lr_banner_content_inner_wrapper{
	float:left;
	width:100%;
}
.lr_banner_content_inner_wrapper h2{
	font-size:14px;
	color:#ffffff;
	animation-delay: 1.5s;
	background: #ff2600;
	display:inline-block;
	text-transform:uppercase;
	    padding: 10px 20px;
		position:relative;
}
.lr_banner_content_inner_wrapper h2:after{
	content: '';
    border-top: 20px solid transparent;
    border-left: 20px solid #ff2600;
    position: absolute;
    right: -20px;
    bottom: 0;
	
}
.lr_banner_content_inner_wrapper h2:before{
	content: '';
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ff2600;
    position: absolute;
    right: -20px;
    bottom: 15px;
	
}
.lr_banner_content_inner_wrapper h3{
	font-size:30px;
	color:#ffffff;
	font-weight:700;
	margin-top:20px;
	position:relative;
	animation-delay: 2.0s;
}
.lr_banner_content_inner_wrapper li:first-child{
	animation-delay: 2.3s;
}
.lr_banner_content_inner_wrapper li:nth-child(2){
	animation-delay: 2.5s;
}
.lr_banner_content_inner_wrapper li:nth-child(3){
	animation-delay:2.9s;
}
.lr_banner_content_inner_wrapper li:last-child{
	animation-delay: 3.2s;
}
.lr_banner_content_inner_wrapper p{
	animation-delay: 3.5s;
	margin-top:30px;
	color:rgba(255, 255, 255, 0.59);
	float:left;
	width:100%;
}
.lr_banner_content_inner_wrapper ul{
	margin-top:20px;
}
.lr_banner_content_inner_wrapper li{
	float:left;
	margin-right:20px;
}
.lr_banner_content_inner_wrapper li a{
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(255, 255, 255, 0.7411764705882353);
    font-weight: 600;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_banner_content_inner_wrapper li a:hover, .ne_wn_social_inner_wrapper .ne_wn_social1_wrapper li a:hover, .ne_re_left_img_cont_main_wrapper .ne_re_social1_wrapper li a:hover, .ne_re_left_img_cont_main_wrapper .ne_re_social2_wrapper li a:hover, .ne_re_bottom_img_cont p a:hover, .ne_gt_left_img_cont_main_wrapper .ne_re_social1_wrapper li a:hover, .ne_gt_left_img_cont_main_wrapper .ne_re_social2_wrapper li a:hover, .ne_ls_bottom_img_cont p a:hover, .ne_tr_bottom_img_cont p a:hover{
	color:#fca900;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_banner_content_inner_wrapper li a i{
	color:#fca900;
}
.divider{
	position:relative;
	animation-delay: 3.5s;
}
.divider:after{
	    content: '';
    border: 1px solid rgba(255, 255, 255, 0.47);
    width: 35%;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.ne_slider_bottom_img_main_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
/*--------resent news Start------------*/

.ne_recent_news_main_wrapper{
	float:left;
	width:100%;
	margin-top:40px;
	padding-bottom:150px;
}
.ne_recent_left_side_wrapper{
	float:left;
	width:100%;
}
.ne_recent_heading_main_wrapper{
	float:left;
	width:100%;
}
.ne_recent_heading_main_wrapper h2{
	font-size:22px;
	font-weight:700;
	color:#000000;
	text-transform:uppercase;
	position:relative;
}
.ne_recent_heading_main_wrapper h2:after{
	content:'';
	border: 2px solid #272f44;
	width:50px;
	position:absolute;
	left:0;
	bottom:-20px;
}
.ne_recent_heading_main_wrapper h2:before{
	content:'';
	border:1px solid #eeeeee;
	width:100%;
	position:absolute;
	left:0;
	bottom:-19px;
}
.ne_recent_tabs_main_wrapper{
	float:left;
	width:100%;
}
.ne_recent_tabs_main_wrapper{
	float:left;
	width:100%;
}
.ne_recent_tabs_main_wrapper ul{
    border-bottom: 0px;
    vertical-align: bottom;
    float: right;
	margin-right: 75px;
	position: relative;
    top: 5px;
}
.ne_recent_tabs_main_wrapper ul li{
	margin-bottom: 0px;
}
.ne_recent_tabs_main_wrapper ul > li.active > a, .ne_recent_tabs_main_wrapper ul > li.active > a:hover, .ne_recent_tabs_main_wrapper ul li.active > a:focus {
    background-color: transparent;
    border: 0px;
	color: #fca900;
}
.ne_recent_tabs_main_wrapper ul > li > a:hover, .ne_recent_tabs_main_wrapper ul > li > a:focus{
	background-color:transparent;
}
.ne_recent_tabs_main_wrapper ul > li > a {
    margin-right: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
	padding: 15px 10px;
    margin-top: -39px;
	position:relative;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#000000;
	font-weight:600;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_recent_tabs_main_wrapper ul > li > a:hover {
    border-color: transparent;
    background: transparent;
    color: #fca900;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ne_recent_tabs_main_wrapper ul > li:last-child > a:after{
	display:none;
}
.ss_featured_products{
    float: left;
    width: 100%;
}
.ss_featured_products .owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: -65px;
    opacity: 0;
}
.ss_featured_products .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 40px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    top: 0;
    color: #000000;
    background: #ffffff;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ss_featured_products .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 29px;
    position: absolute;
    color: #000000;
    background: #ffffff;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ss_featured_products .owl-theme .owl-nav [class*='owl-']:hover{
	color:#ffffff;
	background-color:#fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_re_left_top_main_wrapper{
	float:left;
	width:100%;
    margin-bottom: 20px;
}
.pde{
	margin-top:0;
}
.ne_re_left_img_main_wrapper{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.home_img_main_wrapper{
    float:left;
    width:100%;
    height: 250px;
    position:relative;
    overflow:hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.home_img_main_wrapper img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.ne_re_left_img_main_wrapper img{
	width:100%;
    height: 100%;
    object-fit: cover;
}

.ne_re_left_img_cont_main_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding:20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.ne_re_left_img_cont_main_wrapper h3{
	font-size:22px;
	color:#000000;
	font-weight:600;
    margin-bottom: 20px;
}
.ne_re_left_img_cont_main_wrapper h3 a{
	color:#000000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_re_left_img_cont_main_wrapper .ne_re_social1_wrapper{
	margin-top:10px;
    margin-bottom: 10px;
	width:100%;
    padding: 0;
}
.ne_re_left_img_cont_main_wrapper .ne_re_social1_wrapper ul{
    padding: 0;
}
.ne_re_left_img_cont_main_wrapper .ne_re_social1_wrapper li{
	float:left;
	margin-right:20px;
    list-style: none;
}
.ne_re_left_img_cont_main_wrapper .ne_re_social1_wrapper li a{
	font-size:14px;
	    color: #707070;
		-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_re_left_img_cont_main_wrapper .ne_re_social1_wrapper li a i{
	color: #272f44;
}
.ne_re_left_img_cont_main_wrapper p{
	padding-top:20px;
	width:100%;
    float: left;
    text-align: left;
}
.ne_re_left_img_cont_main_wrapper img{width: 100%;height: 100%;object-fit: contain}
.ne_re_left_img_cont_main_wrapper .ne_re_social2_wrapper{
	margin-top:30px;
	float:left;
	width:100%;
}
.ne_re_left_img_cont_main_wrapper .ne_re_social2_wrapper li{
	float:left;
	margin-right:20px;
}
.ne_re_left_img_cont_main_wrapper .ne_re_social2_wrapper li a{
	font-size:14px;
	    color: #707070;
		-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_re_left_img_cont_main_wrapper .ne_re_social2_wrapper li a i{
	color:#272f44;
}
.tab-content{
	margin-top:40px;
	float:left;
	width:100%;
}
.ne_re_left_img_main_wrapper h2{
	font-size:14px;
	color:#ffffff;
	animation-delay: 2.0s;
	background: #ff2600;
	display:inline-block;
	text-transform:uppercase;
	padding: 10px 20px;
	position:absolute;
	top: 25px;
    left: -160px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_re_left_top_main_wrapper:hover .ne_re_left_img_main_wrapper h2{
	left: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_re_left_top_main_wrapper:hover .ne_re_left_img_cont_main_wrapper h3 a{
	color: #ff2600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_re_left_img_main_wrapper h2:after{
	content: '';
    border-top: 20px solid transparent;
    border-left: 20px solid #272f44;
    position: absolute;
    right: -20px;
    bottom: 0;
	
}
.ne_re_left_img_main_wrapper h2:before{
	content: '';
    border-bottom: 20px solid transparent;
    border-left: 20px solid #272f44;
    position: absolute;
    right: -20px;
    bottom: 15px;
}

.ne_re_left_bottom_main_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
    border-radius: 20px;
}
.ne_re_bottom_img{
	float:left;
	width:106px;
    height: 110px;
}
.ne_re_bottom_img img{
	width:100%;
    height: 100%;
    object-fit: cover;
}
.ne_re_bottom_img_cont{
	float:left;
	width:calc(100% - 106px);
	min-height:110px;
	background:#ffffff;
	    padding-left: 15px;
    padding-top: 25px;
}
.ne_re_left_img_cont_main_wrapper ul{display: inline-block;padding-left: 30px;}
.ne_re_left_img_cont_main_wrapper ul li{list-style: initial}
.ne_re_bottom_img_cont h3 a{
	color:#000000;
	font-size:16px;
	font-weight:600;
    line-height: 25px;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_re_bottom_img_cont h3 a:hover{
	color:#ff2600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_re_bottom_img_cont p{
	padding-top:5px;
}
.ne_re_bottom_img_cont p a{
	font-size:14px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_re_bottom_img_cont p a i{
	color:#ff2600;
}
.ne_re_left_img_main_wrapper2 h2{
	background:#ff2600 !important;
}
.ne_re_left_img_main_wrapper2 h2:before,.ne_re_left_img_main_wrapper2 h2:after{
	border-left: 20px solid #ff2600 !important;
}
/*--------resent news End------------*/
/*--------business slider Start------------*/
.ne_busness_main_slider_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
.ne_businees_slider_wrapper{
	margin-top:60px;
}
.ne_businees_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.ne_businees_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -85px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.ne_businees_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 40px;
	width:30px;
	height:30px;
	line-height:29px;
	top:0;
	color:#000000;
	background:#ffffff;
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ne_businees_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
	width:30px;
	height:30px;
	line-height:29px;
    position: absolute;
	color:#000000;
	background:#ffffff;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_businees_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_businees_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	background: #ff2600;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_buss_img_cont_main_wrapper h3 a{
	font-size:16px;
    line-height: 20px;
}
/*--------business slider End------------*/
/*--------sport slider Start------------*/
.ne_sport_slider_wrapper{
	margin-top:60px;
}
.ne_sport_slider_wrapper_inner_blog{
	background:#ffffff;
	padding-bottom: 40px;
}
.ne_sport_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.ne_sport_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -85px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
    opacity: 0;
}
.ne_sport_slider_wrapper_travels .owl-theme .owl-nav{
	top: -70px !important;
}
.ne_sport_slider_wrapper_travels {
    margin-top: 40px !important;
}
.ne_sport_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 40px;
	width:30px;
	height:30px;
	line-height:29px;
	top:0;
	color:#000000;
	background:#ffffff;
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_sport_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
	width:30px;
	height:30px;
	line-height:29px;
    position: absolute;
	color:#000000;
	background:#ffffff;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_sport_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_sport_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	background: #ff2600;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_re_left_bottom_main_wrapper_top{
		margin-top:0;
	}
.ne_banner_adver_main_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.ne_banner_adver_main_wrapper img{
	width:100%;
}
.ne_gt_left_top_main_wrapper{
	float:left;
	width:100%;
}
.ne_gt_left_img_main_wrapper{
	float:left;
	width:270px;
    height: 235px;
	position:relative;
	overflow:hidden;
}
.ne_gt_left_img_main_wrapper img{
	width:100%;
    height: 100%;
    object-fit: cover;
}
.ne_gt_left_img_cont_main_wrapper{
	float:left;
	width:calc(100% - 270px);
	min-height:233px;
	background:#ffffff;
	padding:25px;
}
.ne_gt_left_img_cont_main_wrapper h3{
	font-size:22px;
	color:#000000;
	font-weight:600;
}
.ne_gt_left_img_cont_main_wrapper h3 a{
	color:#000000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_gt_left_img_cont_main_wrapper .ne_re_social1_wrapper{
	margin-top:10px;
	float:left;
	width:100%;
}
.ne_gt_left_img_cont_main_wrapper .ne_re_social1_wrapper li{
	float:left;
	margin-right:20px;
}
.ne_gt_left_img_cont_main_wrapper .ne_re_social1_wrapper li a{
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	    color: #707070;
}
.ne_gt_left_img_cont_main_wrapper .ne_re_social1_wrapper li a i{
	color: #ff2600;
}
.ne_gt_left_img_cont_main_wrapper p{
	padding-top:20px;
	float:left;
	width:100%;
}
.ne_gt_left_img_cont_main_wrapper .ne_re_social2_wrapper{
	margin-top:30px;
	float:left;
	width:100%;
}
.ne_gt_left_img_cont_main_wrapper .ne_re_social2_wrapper li{
	float:left;
	margin-right:20px;
}
.ne_gt_left_img_cont_main_wrapper .ne_re_social2_wrapper li a{
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	    color: #707070;
		-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_gt_left_img_cont_main_wrapper .ne_re_social2_wrapper li a i{
	color:#ff2600;
}
.tab-content{
	margin-top:40px;
	float:left;
	width:100%;
}
.ne_gt_left_img_main_wrapper h2{
	font-size:14px;
	color:#ffffff;
	animation-delay: 2.0s;
	background:#33cc99;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	padding: 10px 20px;
	position:absolute;
	top: 25px;
    left: -160px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_gt_left_top_main_wrapper:hover .ne_gt_left_img_main_wrapper h2{
	left: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_gt_left_top_main_wrapper:hover .ne_re_left_img_cont_main_wrapper h3 a{
	color:#ff2600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_gt_left_img_main_wrapper h2{
	background:#99cc66;
}
.ne_gt_left_img_main_wrapper h2:after{
	content: '';
    border-top: 20px solid transparent;
    border-left: 20px solid #99cc66;
    position: absolute;
    right: -20px;
    bottom: 0;
	
}
.ne_gt_left_img_main_wrapper h2:before{
	content: '';
    border-bottom: 20px solid transparent;
    border-left: 20px solid #99cc66;
    position: absolute;
    right: -20px;
    bottom: 15px;
	
}
.ne_gt_left_top_main_wrapper1{
	margin-top:60px;
}
.ne_gt_left_top_main_wrapper2{
	margin-top:30px;
}
.pagination{
	margin:0;
	padding-top:45px;
}
.pagination > li > a{
	color:#000000;
	background:#ffffff;
	font-size:12px;
	border:1px solid #e7e7e7;
	text-transform:uppercase;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:30px;
	height:30px;
	line-height:30px;
	padding:0;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-align:center;
	margin-right:10px;
}
.pagination > li:first-child > a{
	width:30px;
	height:30px;
	text-align:center;
	border:1px solid #000000;
	margin-right:20px;
	background:#000000;
	color:#ffffff;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-size: 16px;
    line-height: 28px;
}
.pagination > li a i:before{
	margin-left:0;
} 
.pagination > li:last-child > a{
	width:30px;
	height:30px;
	text-align:center;
	border:1px solid #000000;
	margin-left:10px;
	background:#000000;
	color:#ffffff;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-size: 16px;
    line-height: 28px;
}	
.pagination > li:first-child:hover > a{
	background: #ff2600;
	border:1px solid transparent;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
	border:1px solid transparent;
    background-color: #a45e4d;
    border-color: unset;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yellow h2{
	background: #ff2600 !important;
}
.yellow h2:after,.yellow h2:before{
	border-left: 20px solid #ff2600 !important;
	border-left: 20px solid #ff2600 !important;
}
.ne_ls_bottom_img{
	float:left;
	width:170px;
}
.ne_ls_bottom_img img{
	width:100%;
}
.ne_ls_bottom_img_cont{
	float:left;
	width:calc(100% - 170px);
	min-height:135px;
	background:#ffffff;
	    padding-left: 15px;
	    padding-right: 10px;
    padding-top: 25px;
}
.ne_ls_bottom_img_cont h3 a{
	color:#000000;
	font-size:16px;
	font-weight:600;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_ls_bottom_img_cont h3 a:hover{
    color: 	#ff2600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_ls_bottom_img_cont p{
	padding-top:5px;
}
.ne_ls_bottom_img_cont p a{
	font-size:14px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_ls_bottom_img_cont p a{
	color: #ff2600;
}
.ne_re_left_bottom_main_wrapper_top2{
	margin-top:30px;
}
.ne_wn_img_main_wrapper{
	float:left;
	width:100%;
	/*background:url('../images/content/ws1.jpg') 50% 0 repeat-y;*/
	min-height:355px;
	background-position:center 0;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
.ne_wn_img_overlay{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:rgba(0,0,0,0.3);
}
.ne_wn_img_main_wrapper h2{
	font-size:14px;
	color:#ffffff;
	animation-delay: 2.0s;
	background:#33cc99;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	padding: 10px 20px;
	position:absolute;
	top: 25px;
    left: -160px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	z-index:1;
}
.ne_wn_img_main_wrapper:hover.ne_wn_img_main_wrapper h2{
	left: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_wn_img_main_wrapper h2:after{
	content: '';
    border-top: 20px solid transparent;
    border-left: 20px solid #33cc99;
    position: absolute;
    right: -20px;
    bottom: 0;
	
}
.ne_wn_img_main_wrapper h2:before{
	content: '';
    border-bottom: 20px solid transparent;
    border-left: 20px solid #33cc99;
    position: absolute;
    right: -20px;
    bottom: 15px;
	
}
.ne_wn_social_inner_wrapper h3{
	font-size:22px;
	color:#ffffff;
	font-weight:600;
	text-align: left;
}
.ne_wn_social_inner_wrapper h3 a{
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_wn_social_inner_wrapper .ne_wn_social1_wrapper{
	margin-top:10px;
	float:left;
	width:100%;
}
.ne_wn_social_inner_wrapper .ne_wn_social1_wrapper li{
	float:left;
	margin-right:20px;
}
.ne_wn_social_inner_wrapper .ne_wn_social1_wrapper li a{
	font-size:14px;
    color:rgba(255, 255, 255, 0.84);
}
.ne_wn_social_inner_wrapper .ne_wn_social1_wrapper li a i{
	color :#ff2600;
}
.ne_wn_social_inner_wrapper{
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 20px;
    right: 20px;
}
.bab {
    margin-top: 60px;
}
.ne_wn_img_main_wrapper2{
	/*background:url('../images/content/ws2.jpg') 50% 0 repeat-y;*/
	    background-position: center 0;
    background-size: cover;
	width:100%;
	height:100%;
}
.ne_wn_img_main_wrapper3{
	/*background:url('../images/content/ws3.jpg') 50% 0 repeat-y;*/
	    background-position: center 0;
    background-size: cover;
	margin-top:30px;
	width:100%;
	height:100%;
}
.ne_wn_img_main_wrapper4{
	/*background:url('../images/content/ws4.jpg') 50% 0 repeat-y;*/
	    background-position: center 0;
    background-size: cover;
	margin-top:30px;
}
.ne_tr_bottom_img{
	float:left;
	width:170px;
}
.ne_tr_bottom_img img{
	width:100%;
}
.ne_tr_bottom_img_cont{
	float:left;
	width:calc(100% - 170px);
	min-height:135px;
	background:#ffffff;
	    padding-left: 15px;
	    padding-right: 10px;
    padding-top: 25px;
}
.ne_tr_bottom_img_cont h3 a{
	color:#000000;
	font-size:16px;
	font-weight:600;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_tr_bottom_img_cont h3 a:hover{
	color:#ff2600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_tr_bottom_img_cont p{
	padding-top:5px;
}
.ne_tr_bottom_img_cont p a{
	font-size:14px;
}
.ne_tr_bottom_img_cont p a i{
	color:#ff2600;
}
/*--------sport slider End------------*/
/*--------ne indx sidebar start------------*/
.ne_indx_sidebar_main_wrapper{
	float:left;
	width:100%;
}
.ne_sidebar_inner_social_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding: 30px;
}
.btc_blog_cate_social_fb_wrapper{
	float:left;
	width:30%;
	background:#39599f;
	text-align:center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_social_fb_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_fb_wrapper a i{
	font-size:20px;
}
.margin_top_fifte{
	margin-top:50px;
}
.btc_blog_cate_social_tw_wrapper{
	float:left;
	width:30%;
	background:#45b0e3;
	text-align:center;
	margin-left:15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_social_tw_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_tw_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_social_gp_wrapper{
	float:left;
	width:30%;
	background:#f84e3f;
	text-align:center;
	margin-left:15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_social_gp_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_gp_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_social_shair_wrapper{
	float:left;
	width:30%;
	background:#9fdd7c;
	text-align:center;
	margin-top:15px;
	margin-left:15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_social_shair_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_shair_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_social_vimo_wrapper{
	float:left;
	width:30%;
	background:#ff2600;
	text-align:center;
	margin-top:15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_social_vimo_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_vimo_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_social_yt_wrapper{
	float:left;
	width:30%;
	background:#cc0033;
	text-align:center;
	margin-top:15px;
	margin-left:15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_social_yt_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_fb_wrapper:hover{
	background:#24458c;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_social_tw_wrapper:hover{
	background:#1e98d2;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_social_gp_wrapper:hover{
	background:#d62718;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_social_vimo_wrapper:hover{
	background:#12a2d2;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_social_yt_wrapper:hover{
	background:#a20b30;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_social_shair_wrapper:hover{
	background:#7fc558;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_social_yt_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_inner_social_fb_wrapper:hover{
	background:#24458c;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_inner_social_tw_wrapper:hover{
	background:#ff2600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_inner_social_gp_wrapper:hover{
	background:#d62718;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_inner_social_vimo_wrapper:hover{
	background: #ff2600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_inner_social_yt_wrapper:hover{
	background:#a20b30;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_blog_cate_inner_social_shair_wrapper:hover{
	background:#7fc558;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_indx_sidebar_shair_icon_main_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.ne_lns_slider_wrapper{
	margin-top:60px;
}
.ne_lns_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.ne_lns_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    bottom: -25px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.ne_lns_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 40px;
	width:50px;
	height:50px;
	line-height: 50px;
	top: -715px;
    left: 210px;
	color:#fff;
	background: rgba(255, 255, 255, 0.34);
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_lns_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
	bottom: -25px;
	right: 210px;
	width: 50px;
	height: 50px;
	line-height: 50px;
    position: absolute;
	color:#ffffff;
	background: rgba(255, 255, 255, 0.34);
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_lns_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_lns_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	background:#ff2600;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_lns_slider_wrapper:hover .owl-theme .owl-nav .owl-prev{
    top: -675px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ne_lns_slider_wrapper:hover  .owl-theme .owl-nav .owl-next{
    bottom: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.right_slider_wrapper{
    margin-top:0px;
}
.right_slider_wrapper  .owl-theme .owl-dots{
    display:block;
}
.right_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
    z-index:1000;
    display:block;
}
.right_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: -138px;
    width:50px;
    height:50px;
    line-height: 50px;
    top: 0;
    color:#fff;
    background: rgba(255, 255, 255, 0.34);
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.right_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    top: 0;
    right: -138px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    color:#fff;
    background: rgba(255, 255, 255, 0.34);
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.right_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .right_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
    background:#ff2600;
    color:#fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.right_slider_wrapper:hover .owl-theme .owl-nav .owl-prev{
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.right_slider_wrapper:hover .owl-theme .owl-nav .owl-next{
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_ln_inner_img_main_wrapper{
	/*background:url('../images/content/lns1.jpg') 50% 0 repeat-y;*/
	min-height: 294px;
	    background-position: center 0;
    background-size: cover;
	width:100%;
}
.ne_ln_main_sidebar_slider_wrapper{
	margin-top:80px;
}
.ne_sidebar_cate_list_wrappper li:hover a{
	color:#ff2600;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_ln_main_sidebar_slider_wrapper .owl-theme .owl-nav .owl-next,
.ne_ln_main_sidebar_slider_wrapper .owl-theme .owl-nav .owl-prev{
	background:#f4f4f4;
}
.ne_sidebar_second_inner_social_wrapper{
	margin-top:30px;
}
.ne_sidebar_cate_list_wrappper{
	float:left;
	width:100%;
}
.ne_sidebar_cate_list_wrappper ul{
	margin-top:30px;
}
.ne_sidebar_cate_list_wrappper li{
	font-size:18px;
	color:#000000;
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #e9e9e9;
}
.ne_sidebar_cate_list_wrappper li span{
	width:85px;
	height:25px;
	line-height:25px;
	background:#ff2600;
	color:#ffffff;
	float:right;
	text-align:center;
	font-size:14px;
	font-weight:600;
}
.ne_sidebar_cate_list_wrappper li i{
	    font-size: 8px;
    color: #ff2600;
    position: relative;
    top: -3px;
}
.ne_sidebar_cate_list_wrappper li:last-child{
	border-bottom:0;
	padding-bottom:0;
}
.ne_sidebar_advertize_main_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.font_18px h2{
	font-size:18px;
}
.ne_pc_bottom_img{
	float:left;
	width:150px;
}
.ne_pc_bottom_img img{
	width:100%;
}
.ne_pc_bottom_img_cont{
	float:left;
	width:calc(100% - 150px);
	background:#ffffff;
	    padding-left: 15px;
	    padding-left: 10px;
    padding-top: 5px;
}
.ne_pc_bottom_img_cont h3 a{
	color:#000000;
	font-size:14px;
	font-weight:600;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_pc_bottom_img_cont h3 a:hover, .ne_pc_bottom_img_cont p a:hover{
	color:#ff2600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_pc_bottom_img_cont p{
	padding-top:5px;
}
.ne_pc_bottom_img_cont p a{
	font-size:14px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_pc_bottom_img_cont p a i{
	color:#ff2600;
}
.ne_pc_main_cont_wrapper{
	margin-top:60px;
}
.ne_pc_main_cont_wrapper2{
	margin-top:10px;
}
.ne_la_main_large_img_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.ne_la_main_large_img_wrapper img{
	width:100%;
}
.ne_pc_main_cont_wrapper3{
	margin-top:20px;
}
.ne_sidebar_faceb_section_img{
	float:left;
	width:100%;
	margin-top:60px;
	position:relative;
}
.ne_sidebar_faceb_section_img img{
	width:100%;
}
.ne_inva_main_wrapper{
	float:left;
	width:100%;
	position: absolute;
    top: 15px;
    left: 15px;
}
.ne_inva_img_wrapper{
	float:left;
	width:60px;
}
.ne_inva_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(235, 78, 78, 0.5);
}
.ne_inva_img_cont_wrapper{
	float:left;
	width:calc(100% - 60px);
	    padding-left: 10px;
    padding-top: 5px;
}
.ne_inva_img_cont_wrapper h3{
	font-size:22px;
	color:#ffffff;
}
.ne_inva_img_cont_wrapper h4{
	font-size:14px;
	color:#fff;
	padding-top:5px;
}
.ne_sidebar_faceb_section_img h5{
	display:inline-block;
	position:absolute;
	bottom:15px;
	left:15px;
}
.ne_sidebar_faceb_section_img h5 a{
	width:60px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:#ffffff;
	color:#000000;
	font-weight:600;
	display:inline-block;
}
.ne_sidebar_faceb_section_img h5 a i{
	color:#ff2600;
}
.ne_fb_online_section_wrapper{
	float:left;
	width:100%;
	overflow-x: auto;
	background:#f6f7f8;
	    padding-top: 25px;
    padding-bottom: 25px;
	padding-left:10px;
	padding-right:10px;
}
.ne_fb_online_section_wrapper ul{
	width: 370px;
}
.ne_fb_online_section_wrapper li{
	float:left;
	margin-right:8px;
}
.ne_fb_online_section_wrapper p{
	font-size:14px;
	color:#191919;
	padding-bottom:10px;
}
.ne_sidebar_serch_main_wrapper{
	float:left;
	width:100%;
}
.ne_sidebar_serch_main_wrapper p{
	font-size:14px;
	color:#848484;
	padding-top:60px;
}
.ne_sidebar_serch_main_wrapper button{
	width:50px;
	height:40px;
	text-align:center;
	line-height:35px;
	background:#ff2600;
	border:1px solid #ff2600;
	color:#ffffff;
	float:left;
}
.ne_sidebar_serch_main_wrapper input{
	width:calc(100% - 50px);
	float:left;
	height:40px;
	padding-left:40px;
	padding-right:20px;
	border:1px solid #ff2600;
}
.ne_sidebar_serch_main_wrapper .input_icon{
	position:absolute;
	    top: 12px;
    left: 15px;
}
.ne_sidebar_search_aaauch{
	position:relative;
	float:left;
	width:100%;
	margin-top:15px;
}
.ne_lr_main_section_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.ne_lr_img_wrapper{
	float:left;
	width:97px;
}
.ne_lr_img_cont_wrapper{
	float:left;
	width:calc(100% - 97px);
	min-height:150px;
	border:1px solid #f5f5f5;
	border-left:0;
	    padding: 20px;
}
.ne_lr_star_dev_wrapper{
	float:left;
	width:auto;
}
.ne_lr_star_dev_wrapper i{
	color:#ff2600;
}
.ne_lr_star_right_section{
	float:right;
	width:auto;
}
.ne_lr_star_right_section h4{
	color:#000000;
	padding-top: 3px;
}
.ne_lr_img_cont_heading_wrapper{
	float:left;
	width:100%;
}
.ne_lr_img_cont_heading_wrapper h3 a{
	font-size:16px;
	color:#000000;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:600;
}
.ne_lr_img_cont_heading_wrapper h3 a:hover{
	color:#ff2600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_lr_img_cont_heading_wrapper p{
	padding-top:5px;
}
.ne_lr_main_section_wrapper2{
	margin-top:20px;
}
.ne_weather_inner_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.ne_sidebar_advertize_main_wrapper a img{
	width:100%;
}
/*--------ne indx sidebar End------------*/
/*--------ne footer Start------------*/
.ne_footer_main_wrapper{
	float:left;
	width:100%;
	/*background:url('../images/content/footer_bg.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	position:relative;
	padding-bottom:80px;
}
.ne_footer_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.7);
}
.ne_footer_first_section{
	float:left;
	width:100%;
	padding-top:60px;
}
.ne_footer_first_section h2{
	font-size:24px;
	color:#ffffff;
	position:relative;
	padding-top:30px;
}
.ne_footer_first_section h2:after{
	content:'';
	border:2px solid #fca900;
	width:50px;
	position:absolute;
	left:0;
	bottom:-20px;
}
.ne_footer_first_section p{
	color:rgba(255, 255, 255, 0.71);
	    padding-top: 40px;
}
.ne_footer_first_section li{
	float:left;
	margin-right:10px;
}
.ne_footer_first_section li:first-child a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:	#1877F2;
	color:#ffffff;
}
.ne_footer_first_section li:nth-child(2) a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#1DA1F2;
	color:#ffffff;
}
.ne_footer_first_section li:nth-child(3) a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#cc181e;
	color:#ffffff;
}
.ne_footer_first_section li:last-child a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#f84e3f;
	color:#ffffff;
}
.ne_footer_first_section ul{
	margin-top:30px;
}
.ne_footer_second_section{
	float:left;
	width:100%;
	padding-top:60px;
}
.ne_footer_second_section h2{
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	position:relative;
	padding-top:20px;
}
.ne_footer_second_section h2:after{
	content:'';
	border:2px solid #ff2600;
	width:50px;
	position:absolute;
	left:0;
	bottom:-20px;
}
.ns_footer_rp_main_wrapper{
	float:left;
	width:100%;
	margin-top: 60px;
}
.ns_footer_rp_img_wrapper{
	float:left;
	width:100px;
}
.ns_footer_rp_img_cont_wrapper{
	float:left;
	width:calc(100% - 100px);
	padding-left:10px;
}
.ns_footer_rp_img_cont_wrapper h3 a{
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ns_footer_rp_img_cont_wrapper h3 a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ns_footer_rp_img_cont_wrapper p{
	padding-top:5px;
}
.ns_footer_rp_img_cont_wrapper p a{
	font-size:14px;
	color:rgba(255, 255, 255, 0.79);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ns_footer_rp_img_cont_wrapper p a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ns_footer_rp_img_cont_wrapper p a i{
	color:#fca900;
}
.ns_footer_rp_main_wrapper2{
	margin-top:30px;
}
.ns_footer_cate_main_wrapper{
	float:left;
	width:100%;
}
.ns_footer_cate_main_wrapper ul{
	margin-top:50px;
}
.ns_footer_cate_main_wrapper li{
	margin-top:10px;
}
.ns_footer_cate_main_wrapper li a{
	color:rgba(255, 255, 255, 0.75);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ns_footer_cate_main_wrapper li a:hover{
	color: #02b9fb;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ns_footer_cate_main_wrapper li a span{
	float:right;
}
.ns_footer_tag_main_wrapper{
	float:left;
	width:100%;
}
.ns_footer_tag_main_wrapper ul{
	margin-top:40px;
}
.ns_footer_tag_main_wrapper li{
	float:left;
	margin-right:5px;
	margin-top:25px;
}
.ns_footer_tag_main_wrapper li a{
	border:2px solid rgba(255, 255, 255, 0.39);
	padding:5px;
	    font-size: 14px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ns_footer_tag_main_wrapper li a:hover{
	border:2px solid transparent;
	background:#fca900;
	color:#ff2600;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_footer_copyr_main_wrapper{
	float:left;
	width:100%;
	background:#111111;
	border-top:1px solid rgba(255, 255, 255, 0.12);
	padding-bottom:30px;
}
.bottom_footer_wrapper p span:last-child a{
	color:#f55454;
}
.bottom_footer_wrapper{
	float:left;
}
.bottom_footer_wrapper p{
	padding-top:30px;
}
.bottom_footer_wrapper p a{
	color:#fca900;
}
.footer_cards ul{
	list-style:none;
	padding:0;
	float:right;
	margin-top:30px;
}
.footer_cards ul li{
	float:left;
	margin-left:10px;
	font-size:25px;
}
/*-- prs patner slider Start --*/
.prs_patner_main_section_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding-top:80px;
	padding-bottom:80px;
}
.prs_pn_slider_wraper{
	float:left;
	width:100%;
}
.prs_pn_slider_wraper  .owl-theme .owl-dots{
	display:none;
}
.prs_pn_slider_wraper .owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    z-index: 1000;
    display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_pn_slider_wraper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 29px;
    top: 0;
	left:-20px;
    color: #000000;
    background: #f4f4f4;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_pn_slider_wraper  .owl-theme .owl-nav .owl-next{
        font-size: 20px;
    margin: 0;
    padding: 0;
    top: 0;
    right: -20px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    position: absolute;
    color: #000000;
    background: #f4f4f4;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.prs_pn_img_wrapper img{
	width:100%;
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_pn_slider_wraper .owl-theme .owl-nav .owl-prev:hover,.prs_pn_slider_wraper  .owl-theme .owl-nav .owl-next:hover{
	background: #fca900;
	color:#fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_pn_img_wrapper img:hover{
	opacity:0.4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_bottom_banner_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
    padding-top: 80px;
}
.ne_busness_sport_main_slider_wrapper{
	margin-top:0;
}
/*-- prs patner slider End --*/
/*--------ne footer End------------*/
/*--------ne sport index Start------------*/
.ne_inner_title_main_section{
	/*background:url('../images/content/inner_title_img.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	float:left;
	position:relative;
}
.ne_ts_title_inner_wrapper{
	margin-top:20px;
}
.ne_inner_title_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.7);
}
.ne_inner_title_nev_wrapper{
	width:100%;
	float:left;
}
.ne_inner_title_nev_wrapper ul{
	padding-top:40px;
	padding-bottom:60px;
}
.ne_inner_title_nev_wrapper li{
	float:left;
	margin-right:20px;
}
.ne_inner_title_nev_wrapper li:first-child{
	margin-right:10px;
}
.ne_inner_title_nev_wrapper li:first-child{
	color:rgba(255, 255, 255, 0.67);
}
.ne_inner_title_nev_wrapper li:last-child{
	color:#fca900;
}
.ne_inner_title_nev_wrapper li i{
	color:rgba(255, 255, 255, 0.67);
}
.ne_inner_title_nev_wrapper li a{
	font-size:14px;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_inner_title_nev_wrapper li a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_sport_inner_img_main_wrapper1{
	/*background:url('../images/content/sport/sp1.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
}
.ne_sport_inner_img_main_wrapper2{
	/*background:url('../images/content/sport/sp2.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
}
.ne_sport_inner_img_main_wrapper3{
/*	background:url('../images/content/sport/sp3.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper4{
	/*background:url('../images/content/sport/sp4.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper5{
	/*background:url('../images/content/sport/sp5.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper6{
	/*background:url('../images/content/sport/sp6.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper7{
	/*background:url('../images/content/sport/sp7.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper8{
	/*background:url('../images/content/sport/sp8.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper9{
	/*background:url('../images/content/sport/sp9.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper10{
/*	background:url('../images/content/sport/sp10.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper11{
	/*background:url('../images/content/sport/sp11.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper12{
/*	background:url('../images/content/sport/sp12.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper13{
	/*background:url('../images/content/sport/sp13.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper14{
	/*background:url('../images/content/sport/sp14.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper15{
	/*background:url('../images/content/sport/sp15.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_sport_inner_img_main_wrapper16{
	/*background:url('../images/content/sport/sp16.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	width:100%;
	margin-top:30px;
}
.ne_bottom_banner_main_wrapper_sport img{
	width:100%;
}
.ne_busness_techo_inner_main_slider_wrapper{
	margin-top:0;
}
.ne_bottom_banner_main_wrapper_technologi{
	padding-top:60px;
}
.ne_bottom_banner_main_wrapper_technologi img{
	width:100%;
}
.ne_pagi_techno .pagination{
	padding-top:60px !important;
}
.ne_sidebar_lifestyle_inner_social_wrapper,.ne_busness_main_slider_wrapper_lifestyle{
	margin-top:0;
}
.ne_busness_main_slider_wrapper_lifestyle_heading{
	margin-bottom:30px;
}
.ne_re_left_top_main_wrapper_lifestyle{
	margin-top:30px;
}
/*--------ne sport index End------------*/
/************************----------------- Gallery CSS Start ----------------**************/
.prs_gallery_main_section_wrapper{
	float:left;
	width:100%;
	background:#f6f6f6;
	    padding-top: 60px;
    padding-bottom: 60px;
}
#filter{
	    float: right;
    margin-top: -35px;
	background:transparent;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:#000000;
	font-weight:500;
	background:transparent;
    padding: 5px 10px;
    margin-right: 10px;
	position:relative;
	    font-weight: 600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active{
	background:transparent;
	color:#fca900;
}
#filter li:first-child a:hover,
#filter li:first-child a.active{
	    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#filter li:last-child a:hover,
#filter li:last-child a.active{
	    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#filter li a:last-child{
    margin-right: 0px;
}
.three-column{
	margin-top:25px;
}
.III_column{
	margin-top:30px;
}
.list-inline > li{
	padding: 0;
	float:left;
}
#filter li a{
	padding: 15px 20px;	
}
#filter li:last-child a{
	padding-right:0;
}
.prs_gallery_btn_wrapper ul{
	margin-top:60px;
}
.prs_ms_scene_img_overlay:after{
	content:'';
	position:absolute;
	top:200px;
	bottom:200px;
	right:200px;
	left:200px;
	background:rgba(0,0,0,0.8);
	opacity:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_ms_scene_slider_img:hover .prs_ms_scene_img_overlay:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:rgba(0,0,0,0.8);
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_ms_scene_img_overlay a{
	display:inline-block;
	line-height:40px;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	top:42%;
	font-size:14px;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	z-index:10;
	opacity:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_ms_scene_img_overlay a i:before{
	margin-left:0;
	color:#ffffff;
}
.prs_ms_scene_slider_img:hover .prs_ms_scene_img_overlay a{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_ms_scene_slider_img {
    float: left;
    width: 100%;
    position: relative;
}
.prs_ms_scene_slider_img img{
	width:100%;
}
.ne_busness_main_slider_wrapper_gallery{
	margin-top:0;
}
.ne_gallery_pagi_main_weapper{
	text-align:center;
}
.ne_gallery_pagi_main_weapper .pagination{
	display:inline-block;
	padding-top:60px;
}
.ne_gallery_photo_social_wrapper{
	float:left;
	width:100%;
}
.ne_gallery_photo_social_wrapper li{
	float:left;
	margin-right:10px;
}
.ne_gallery_photo_social_wrapper li:first-child a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#ff2600;
	color:#ffffff;
}
.ne_gallery_photo_social_wrapper li:nth-child(2) a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#cc181e;
	color:#ffffff;
}
.ne_gallery_photo_social_wrapper li:nth-child(3) a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#39599f;
	color:#ffffff;
}
.ne_gallery_photo_social_wrapper li:last-child a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#f84e3f;
	color:#ffffff;
}
.ne_gallery_photo_social_wrapper ul{
	margin-top: -35px;
    float: right;
	position: relative;
}
.ne_re_left_top_main_wrapper_innerphoto_single_img{
	margin-top:80px;
}
.ne_ineer_gallery_photo_wrapper{
	float:left;
	width:100%;
}
.ne_ineer_gallery_photo_wrapper img{
	width:100%;
}
.prs_gallery_main_section_wrapper_inner_photo{
	padding-top:80px;
	padding-bottom:80px;
}
/************************----------------- Gallery CSS End ----------------**************/
/************************----------------- contact CSS start ----------------**************/
.ne_cu_map_main_wrapper{
	float:left;
	width:100%;
	margin-top:80px;
}
#map{
	width:100%; 
	float:left; 
	height:560px;
}
.ne_map_content_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
}
.ne_map_content_wrapper p{
	padding-top:55px;
}
.ne_busness_main_slider_wrapper_contact_heading{
	    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
.ne_map_contact_form_left_wrapper{
	float:left;
	width:40%;
	background:#fca900;
	padding:80px;
	min-height: 510px;
	padding-top: 100px;
}
.ne_map_contact_form_right_wrapper{
	float:left;
	width:60%;
	background:#f9f9f9;
	padding-top:80px;
	padding-bottom:50px;
	padding-left:50px;
	padding-right:50px;
}
.gc_map_location_icon_wrapper{
	width:50px;
	height:50px;
	float:left;
	border:1px solid rgba(255, 255, 255, 0.52);
	border-radius:100%;
	text-align:center;
	line-height:50px;
	font-size:22px;
	color:#ffffff;
}
.gc_map_location_icon_cont_wrapper{
	float:left;
	width:calc(100% - 50px);
	padding-left:25px;
}
.gc_map_location_icon_cont_wrapper h3{
	font-size:16px;
	color:#ffffff;
	line-height: 26px;
}
.gc_map_location_icon_cont_wrapper h3 a{
	color:#ffffff;
}
.gc_map_add_wrapper {
	float:left;
	width:100%;
	margin-top:30px;
}
.gc_map_add_wrapper1{
	margin-top:0;
}
.gc_map_location_icon_cont_wrapper p, .gc_map_location_icon_cont_wrapper p a{
	color:#ffffff;
}
.ne_map_form_input1{
	float:left;
	width:100%;
}
.ne_map_form_input1 input{
	width:100%;
	height:50px;
	padding-left:20px;
	border:0;
	background:#ffffff;
}
.ne_map_form_input2{
	margin-top:30px;
}
.ne_map_form_input1 textarea{
	width:100%;
	padding-top:20px;
	border:0;
	background:#ffffff;
	text-align:center
}
.ne_map_form_input1 button{
	width:220px;
	height:85px;
	background:#fca900;
	color:#ffffff;
	text-align:center;
	line-height:40px;
	display:inline-block;
	    border: 20px solid #f9f9f9;
    margin-top: -30px;
}
.ne_map_form_input2{
	text-align:center;
}
.ne_contact_testi_slider_wrapper{
	margin-top:60px;
}
.ne_contact_testi_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.ne_contact_testi_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -85px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.ne_contact_testi_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 40px;
	width:30px;
	height:30px;
	line-height:29px;
	top:0;
	color:#000000;
	background:#ffffff;
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_contact_testi_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
	width:30px;
	height:30px;
	line-height:29px;
    position: absolute;
	color:#000000;
	background:#ffffff;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_contact_testi_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_contact_testi_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_cont_testi_content_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	text-align:center;
	padding: 100px;
}
.ne_cont_testi_content_wrapper p{
	font-style:italic;
}
.ne_cont_testi_content_wrapper h4{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#707070;
	padding-top:30px;
}
.ne_cont_testi_content_wrapper h4 span{
	font-size:16px;
	color:#fca900;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
}
.ne_cont_map_slider_content{
	float:left;
	width:100%;
}
.ne_cont_map_img{
	float:left;
	width:100%;
}
.ne_cont_map_img img{
	width:100%;
}
.ne_cont_map_img_content{
	float:left;
	width:100%;
	position:relative;
	padding-top:20px;
}
.ne_cont_map_img_content p a{
	color:#707070;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_cont_map_img_content p a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_cont_map_img_content h5{
	font-size:15px;
	padding-top:5px;
}
.ne_cont_map_slider_content:hover .ne_cont_map_img_content h5{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;	
}
.ne_contact_map_slider_wrapper{
	margin-top:60px;
}
.ne_contact_map_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.ne_contact_map_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -85px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.ne_contact_map_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 40px;
	width:30px;
	height:30px;
	line-height:29px;
	top:0;
	color:#ffffff;
	background:#fca900;
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_contact_map_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
	width:30px;
	height:30px;
	line-height:29px;
    position: absolute;
	color:#ffffff;
	background:#fca900;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_contact_map_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_contact_map_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_contect_map_slidermain_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	margin-top:80px;
	padding:80px;
	padding-top:0;
	margin-bottom:80px;
}
/************************----------------- contact CSS End ----------------**************/
/************************----------------- 404 CSS Start ----------------**************/
.ne_404_main_wrapper{
	float:left;
	width:100%;
	margin-top:80px;
	margin-bottom:80px;
}
.ne_404_inner_main_wrapper{
	float:left;
	width:100%;
	border:15px solid #fca900;
	padding:60px 150px;
}
.ne_404_img_wrapper{
	float:left;
	width:40%;
}
.ne_404_img_wrapper img{
	width:100%;
}
.ne_404_img_cont_wrapper{
	float:left;
	width:60%;
	padding-left: 25px;
}
.ne_404_img_cont_wrapper h2{
	font-size:80px;
	font-weight:900;
	color:#fca900;
	text-transform:uppercase;
}
.ne_404_img_cont_wrapper h3{
	font-size:45px;
	font-weight:600;
	color:#fca900;
	text-transform:uppercase;
}
.ne_404_search_wrapper{
	float:left;
	width:100%;
	margin-top:80px;
}
.ne_404_search_wrapper button{
	width:120px;
	height:50px;
	text-align:center;
	line-height:45px;
	background:#fca900;
	border:1px solid #fca900;
	color:#ffffff;
	float:left;
}
.ne_404_search_wrapper input{
	width:calc(100% - 120px);
	float:left;
	height:50px;
	padding-left:30px;
	padding-right:20px;
	border:1px solid #fca900;
}
.ne_blog_today_img_left_wrapper{
	float:left;
	width:100%;
}
.ne_blog_today_img_left_wrapper img{
	width:100%;
}
.ne_blog_today_img_cont_left_wrapper{
	float:left;
	width:100%;
	padding-right: 30px;
}
.ne_blog_today_img_cont_left_wrapper_bottom{
	padding-right:0 !important;
	padding-left:60px !important;
}
.ne_blog_today_img_cont_left_wrapper h3{
	font-size:22px;
	color:#000000;
	font-weight:600;
}
.ne_blog_today_img_cont_left_wrapper p{
	padding-top:20px;
}
.ne_re_left_img_cont_main_swg_blog_cont_wrapper p{
	margin-bottom:10px;
}
.ne_blog_to_margin_top{
	margin-top:40px;
}
.btc_blog_cate_inner_social_fb_wrapper{
	float:left;
	width:16%;
	background:#39599f;
	text-align:center;
}
.btc_blog_cate_inner_social_fb_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_inner_social_fb_wrapper a i{
	font-size:20px;
}
.margin_top_fifte{
	margin-top:50px;
}
.btc_blog_cate_inner_social_tw_wrapper{
	float:left;
	width:16%;
	background:#45b0e3;
	text-align:center;
	margin-left:5px;
}
.btc_blog_cate_inner_social_tw_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_inner_social_tw_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_inner_social_gp_wrapper{
	float:left;
	width:16%;
	background:#f84e3f;
	text-align:center;
	margin-left:5px;
}
.btc_blog_cate_inner_social_gp_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_inner_social_gp_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_inner_social_shair_wrapper{
	float:left;
	width:16%;
	background:#9fdd7c;
	text-align:center;
	margin-left:5px;
}
.btc_blog_cate_inner_social_shair_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_inner_social_shair_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_inner_social_vimo_wrapper{
	float:left;
	width:16%;
	background:#33ccff;
	text-align:center;
	margin-left:5px;
}
.btc_blog_cate_inner_social_vimo_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_inner_social_vimo_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_inner_social_yt_wrapper{
	float:left;
	width:16%;
	background:#cc0033;
	text-align:center;
	margin-left:5px;
}
.btc_blog_cate_inner_social_yt_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_inner_social_yt_wrapper a i{
	font-size:20px;
}
.ne_blog_sidebar_shair_icon_main_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
/************************----------------- 404 CSS End ----------------**************/
/************************----------------- today blog CSS Start ----------------**************/
.ne_blogto_testi_slider_wrapper{
	margin-top:30px;
}
.ne_blogto_testi_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.ne_blogto_testi_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -85px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.ne_blogto_testi_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 40px;
	width:30px;
	height:30px;
	line-height:29px;
	top:0;
	color:#000000;
	background:#ffffff;
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_blogto_testi_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
	width:30px;
	height:30px;
	line-height:29px;
    position: absolute;
	color:#000000;
	background:#ffffff;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_blogto_testi_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_blogto_testi_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_boto_testi_content_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding:30px;
}
.ne_boto_testi_img{
	float:left;
	width:240px;
}
.ne_boto_testi_img_cont{
	float:left;
	width:calc(100% - 240px);
	padding-left: 20px;
}
.ne_boto_testi_img_cont h3{
	font-size:16px;
	font-weight:600;
	color:#000000;
}
.ne_boto_testi_img_cont p{
	padding-top:5px;
}
.ne_boto_testi_img_cont p i{
	color:#fca900;
}
.ne_boto_testi_img_cont h4{
	font-size:16px;
	color:#707070;
	font-family: 'Open Sans', sans-serif;
	    padding-top: 5px;
    line-height: 26px;
}
.ne_boto_testi_img_cont a{
	width:140px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#fca900;
	color:#ffffff;
	text-transform:uppercase;
	float:left;
	margin-top:5px;
}
.ne_comment_list_wrapper{
	float:left;
	width:100%;
	border-bottom:2px solid #eaedee;
	padding-top: 20px;
    padding-bottom: 25px;
}
.ne_comment_list_wrapper2{
	float:left;
	width:100%;
	padding-top: 20px;
    padding-bottom: 25px;
}
.ne_comment_list_wrapper2 li i{
	color:#fca900;
}
.ne_comment_list_wrapper li{
	float:left;
	margin-right:20px;
}
.ne_comment_list_wrapper li a,.ne_comment_list_wrapper2 li a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_comment_list_wrapper li a:hover,.ne_comment_list_wrapper2 li a:hover{
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ne_comment_list_main_secton_wrapper{
	float:left;
	width:100%;
}
.ne_commnet_list_img_section{
	float:left;
	width:49px;
}
.ne_commnet_list_img_cont_section{
	float:left;
	width:calc(100% - 49px);
	padding-left:20px;
}
.ne_commnet_list_img_cont_section h3{
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	color:#000000;
}
.ne_commnet_list_img_cont_section p span a{
	color:#fca900;
}
.ne_commnet_list_img_cont_section p{
	padding-top:10px;
}
.ne_commnet_list_img_cont_section li{
	float:left;
	margin-right:20px;
}
.ne_commnet_list_img_cont_section li i{
	color:#fca900;
}
.ne_commnet_list_img_cont_section ul{
	padding-top:10px;
}
.ne_comment_list_main_secton_wrapper{
	margin-top:30px;
}
.ne_blog_today_img_cont_left_wrapper_singlepage{
	padding-top:60px;
}
.ne_boto_testi_img_cont_inner_single{
	padding-top:25px;
}
.ne_right_sec_main_wrapper li:last-child a i:before{
	margin-left:0;
}
.ne_wn_img_main_wrapper_index_2_banner_slider1{
	float:left;
	width:100%;
	/*background:url('../images/content/banner_index_slider1.jpg') 50% 0 repeat-y;*/
	min-height:650px;
	background-position:center 0;
	background-size:cover;
	position:relative;
	overflow:hidden;
	    text-align: center;
}
.ne_wn_img_main_wrapper_index_2_banner_slider2{
	float:left;
	width:100%;
	/*background:url('../images/content/banner_index_slider2.jpg') 50% 0 repeat-y;*/
	min-height:650px;
	background-position:center 0;
	background-size:cover;
	position:relative;
	overflow:hidden;
	    text-align: center;
}
.prs_webseri_video_sec_icon_wrapper{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	top:38%;
}
.prs_webseri_video_sec_icon_wrapper ul{
	display:inline-block;
}
.prs_webseri_video_sec_icon_wrapper li a i:before{
	margin-left:0;
	font-size:35px;
}
.ne_wn_img_overlay2{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(212,212,212,0) 17%, rgba(3,3,3,1) 99%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
}
.album-slider__item .album p a{
	color:#ffffff;
	font-size:14px !important;
}
.album-slider__item .album p{
	padding-top:17px;
}
.prs_vp_hover_overlay .ne_re_left_img_cont_main_wrapper {
    background: transparent;
    padding: 0;
    padding-top: 10px;
}
.prs_vp_hover_overlay .ne_re_left_img_cont_main_wrapper h3 a {
    font-weight: 400;
    font-size: 16px;
}
.prs_vp_hover_overlay .ne_re_social1_wrapper li a i {
    color: #fff;
    padding-right: 0;
}
.prs_vp_hover_overlay .ne_re_social1_wrapper {
    margin-top: 0;
}

.temp {
	    font-size: 40px;
    line-height: 1.3;
    color: #ff2600;
    font-weight: 700;
	padding-top: 10px;
}
.mobile-list-nav{
}
.mobile-list-nav li{
	float:none;
}
.hover_margin_zero{
	margin:0px auto !important;
	line-height:40px !important;
}
.hover_margin_zero:hover{
	margin-left: 0px!important;
}
.prs_vp_img_overlay{
	position:relative;
}
.prs_vp_img_overlay:after{
	content:'';
	position:absolute;
	left:200px;
	right:200px;
	top:200px;
	bottom:200px;
	background:rgba(0,0,0,0.6);
	opacity:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_vp_hover_overlay:hover .prs_vp_img_overlay:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.6);
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_vp_img_overlay a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#ff4444;
	background:#ffffff;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	top:38%;
	opacity:0;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	-webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    -ms-transition:all 0.45s linear;
    -o-transition:all 0.45s linear;
    transition:all 0.45s linear;
}
.prs_vp_hover_overlay:hover .prs_vp_img_overlay a{
	opacity:1;
	z-index:100;
	-webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    -ms-transition:all 0.45s linear;
    -o-transition:all 0.45s linear;
    transition:all 0.45s linear;
}
.prs_vp_img_overlay img{
	width:100%;
}
.weather svg{width: 50px;height: 30px}
.weather svg g path{fill: #000}
.weather svg path{fill: #000}
.weather-item{display: flex;padding: 15px 10px!important;align-items: center;}
.menu_search_icon{
	padding-right:0 !important;
	color: #000 !important;
}
.prs_vp_hover_overlay p{
	padding-top:10px;
	color:#ffffff;
	line-height:26px;
}
.prs_navi_video_wrapper h5{
	padding-top:10px;
	color:#ffffff;
}
.prs_navi_video_wrapper h5 i{
	padding-right:3px !important;
}
.megamenu i {
    padding-right: 15px;
    color: rgba(255, 255, 255, 0.48);}


.sidebar-article{border-top: 3px solid #272f44;padding: 0;margin: 0 0 20px; width: 100%;}
.sidebar-article__headline{font-size: 24px;line-height: 1.17;white-space: normal;padding: 8px 10px; font-weight: 900;  border-bottom: 2px solid #000;}
.sidebar-article__headline > a:hover{color: #0080c3}
.sidebar-article__stories{display: block;height: 416px; overflow: auto; position: relative; border-top: 1px solid #e6e6e6}
.sidebar-article-item{width: 100%;max-width: 100%; padding: 5px 10px;display: block; border-bottom: 1px solid #e6e6e6;}
.sidebar-article-item:after{clear: both; display: table; content: ""}
.sidebar-article-item__user{display: block; font-size: 13px;line-height: .8;padding-bottom: 8px; font-weight: 400; float: right; color: #666666; font-family: 'Open Sans Condensed', sans-serif;}
.sidebar-article-item__headline{font-size: 16px;line-height: 1.2em;     width: 100%;max-width: 100%;margin-bottom: 5px; position: relative; /*height: 36px;*/  overflow: hidden;  display: block;}
.sidebar-article-item__title{font-size: 14px; display: block;  line-height: 16px; font-weight: 500;}
.sidebar-article-item__title:hover{color: #ff2600;-webkit-transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;}


.tab-slider--nav {
    width: 100%;
    /*float: right;*/
    /*margin-bottom: 20px;*/
    /*overflow: hidden;;*/
    border-top: 3px solid #272f44;
}
.tab-slider--nav:after{
    clear: both;;
    display: table;
    content: "";
}
.tab-slider--name{
    display: block;
    float: left;;
    margin-left: 10px;
    font-size: 16px;
    line-height: 40px;
    white-space: normal;
    /*padding: 8px 10px;*/
    font-weight: 900;
    text-transform: uppercase;
}
.tab-slider--tabs {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    /*border-radius: 35px;*/
    /*overflow: hidden;*/
    background: #fff;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-slider--trigger.active:after {
    content: "";
    background: #f5f5f5;
    border-bottom: 1px solid #272f44;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    bottom: -1px;
    transition: all 250ms ease-in-out;
    /*border-radius: 35px;*/
}
.tab-slider--tabs.slide:after {
    left: 50%;
}
.tab-slider--tabs:after{
    clear: both;;
    display: table;;
    content: "";
}

.tab-slider--trigger {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    /*color: #345F90;*/
    color: #ccc;
    text-transform: uppercase;
    text-align: center;
    /*padding: 0px 15px;*/
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-slider--trigger > i{
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    padding: 0px 10px;
}
.tab-slider--trigger.active {
    color: #272f44;
}

.tab-slider--body {
    margin-bottom: 20px;
}


.social_share{    clear: both;text-align: left;}
.social_share .date{display: inline-block;     font-size: 12px; color: #9B9B9B;line-height: 16px;text-transform: uppercase;     margin-right: 8px;}
.social_share .read{ display: inline-block;    font-size: 12px; color: #9B9B9B;line-height: 16px;text-transform: uppercase; }
.social_share .read > i{margin-right: 3px;}

.social_twitter{top: 20px; text-align: left;position: relative;display: inline-block;width: 90px;text-decoration: none;background-color: #29aae3;height: 34px;color: #fff;font-size: 14px;line-height: 34px;text-transform: uppercase;font-weight: normal;border-radius: 2px;box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);}
.social_twitter a{color: #fff}
.social_twitter:hover{background-color: #2499cc;}
.social_twitter > .logo{  height: 72px;}
.social_twitter > .logo:before{ font-family: "FontAwesome";content: '\f099';margin-right: 10px;margin-left: 10px;font-size: 22px;line-height: 34px;font-style: normal;}
.social_twitter > .message{    display: block;position: absolute;width: 55px;height: 34px;top: 0;left: 30px;opacity: 1;text-align: center;padding-top: inherit;transition: opacity 0.25s ease-out;line-height: 34px;font-size: 12px;}

.social_facebook{top: 20px; text-align: left;position: relative;display: inline-block;width: 110px;text-decoration: none;background-color: #3b5998;height: 34px;color: #fff;font-size: 14px;line-height: 34px;text-transform: uppercase;font-weight: normal;border-radius: 2px;box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);}
.social_facebook a{color: #fff}
.social_facebook:hover{background-color: #355088;}
.social_facebook > .logo{  height: 72px;}
.social_facebook > .logo:before{ font-family: "FontAwesome";content: '\f09a';margin-right: 10px;margin-left: 10px;font-size: 22px;line-height: 34px;font-style: normal;}
.social_facebook > .message{    display: block; position: absolute;width: 55px;height: 34px;top: 0;left: 33px;text-align: center;padding-top: inherit;transition: opacity 0.25s ease-out;line-height: 34px;font-size: 12px;}
.social_facebook > .count{    display: block;position: absolute;width: 55px;height: 34px;top: 0;left: 30px;opacity: 1;text-align: center;padding-top: inherit;transition: opacity 0.25s ease-out;line-height: 34px;font-size: 12px;}
.social_facebook:hover .count{opacity: 0;}
.social_facebook:hover .message{opacity: 1;}
.social_facebook:hover{border: 1px solid #3b5998;background: transparent;color: #000}
.social_twitter:hover{border: 1px solid #ff2600;background: transparent;color: #000}
.social-box{margin-top: 20px}

.js-marquee {padding: 15px 0}
.news_title {line-height: 35px;height: 55px;float:left;position: relative; overflow: hidden;}
.breaking_news__title{font-size: 14px;display: inline-block;color: #2a2a71; ;padding: 0 20px;text-overflow: ellipsis;white-space: nowrap; overflow: hidden; font-weight: 700;}
.breaking_news__title:hover{opacity: .9;color: #ff2600;}
.js-marquee{display: flex}
.breaking-before{display: flex;align-items: center}
.breaking-before:before{content: "\f0c1";position: absolute;font:normal normal normal 14px/1 FontAwesome;color: #000}
.hot-news-tag{padding-top: 10px;padding-left: 15px;float: left}

.news-banner{margin: 20px 0;position: relative;border: none;padding-bottom: 15.57264957%;height: 0;}
.news-banner video{width: 100%}
.banner-slider-item{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;border: 0;background-color: transparent;margin: 0;overflow: hidden;}
.banner-slider-item video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;border: 0;background-color: transparent;margin: 0;overflow: hidden;}
.banner-slider-item iframe{height: 100%;width: 100%;}

.banner-left-box{margin: 20px 0;position: relative;}
.banner-home-left {position: absolute;width: 160px;top: 30px;left: 132px;height: 680px}
.banner-home-left img{width: 100%;}
.banner-home-left iframe{width: 100%;height: 100%;}

.banner-right-box{margin: 20px 0;position: relative;}
.banner-home-right {position: absolute;width: 160px;top: 30px;right: 132px;height: 680px}
.banner-home-right img{width: 100%;}
.banner-home-right iframe{width: 100%;height: 100%;}

.mobile-over{display: none}

@media (max-width: 900px){
    .mobile-over{display: block}
}
/************************----------------- today blog CSS End ----------------**************/

.article-section-interview .header{
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.article-section-interview .left{
    position: relative;
}
.article-section-interview .left .img{
    border-radius: 10px;
    height: 500px;
    width: 100%;
    overflow: hidden;
}
.article-section-interview .left .img img{
    position: relative;
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
    transition: transform 0.5s ease;
}

.article-section-interview .left .title{
    position: absolute;
    bottom: 0;
    padding: 30px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
    border-radius: 10px;

}
.article-section-interview .left .title a{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin: 0;

}



.article-section-interview .right{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-left: -15px;
    border-radius: 10px;
}


.article-section-interview .right .block{
    width: 48%;
    position: relative;
}

.article-section-interview .right .block .title{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 20px 25px;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
}
.article-section-interview .right .block .title a{
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
}


.article-section-interview .right .block .img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.article-section-interview .right .block .img img {
    height: 243px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.5s ease; /* Transition for transform property only */
}

.article-section-interview .right .block:hover img {
    cursor: pointer;
    transform: scale(1.1); /* Scale up image on hover */
}

.article-section-interview .left:hover img {
    cursor: pointer;
    transform: scale(1.1); /* Scale up image on hover */
}

@media (max-width: 780px){
    .article-section-interview .right{
        padding: 20px;
    }
}
/*banner css start*/
.banner-mid-odod{
    width: 100%;
    margin-bottom: 40px;

}
.banner-mid-odod img{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}



.feature-custom  {
    background: #fff;
    border-radius: 10px;

}
.feature-custom .left  {
   padding-left: 40px;
}

@media (max-width: 780px){
    .feature-custom .left  {
        padding-left: 0 ;
    }
    .feature-custom  {
      padding: 20px;

    }
}
.feature-custom .left .title {
    padding-right: 30px;
    line-height: 36px !important;
    transition: all 2s ease-in-out;
    font-size: 26px !important;
    font-weight: bold;
    color: #000;

}


@media (max-width: 780px){
    .feature-custom .left .title  {
        font-size: 18px !important;

    }
}

.feature-custom .left .desc {
    margin-top: 10px;
    min-height: 48px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;

}
@media (max-width: 780px){
    .feature-custom .left .title {

        display: -webkit-box;

        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 24px;
        -webkit-line-clamp: 2;

    }
}

.feature-custom .left p .desc{
    color: #000 ;

}


.feature-custom .row {
    display: flex;
    align-items: center;
}

@media (max-width: 780px){
    .feature-custom .row {
        display: block;

    }
}
.feature-custom .img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 385px;
}

/* Make image absolute inside the .img wrapper */
.feature-custom .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.4s ease;
    transform-origin: center center;
}

/* Responsive */
@media (max-width: 780px) {
    .feature-custom .img {
        height: 185px;
    }
}

.feature-custom .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,34,34,.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-weight: bold;
    z-index: 2;
}
.feature-custom .img:hover .overlay {
    opacity: 1;
    pointer-events: auto;
}

.feature-custom .img:hover img {
    transform: scale(1.2);
}




/*comment*/
.ip_address {
    padding: 20px 0;
}

.ip_address .info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.ip_address .info .name {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.ip_address .info .id {
    color: #666666;
    font-size: 14px;
}

.ip_address .warning {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #a2a2a2;
    font-weight: 400;
    font-style: italic;
    padding: 20px 0;
    line-height: 1.4;
    text-align: justify;
}



.view__comment{ }
.view__comment-header{/*margin-bottom: 30px;*/}
.view__comment-header-name{font-size: 16px; color: #2d8bb3; font-weight: bold; margin-bottom: 10px; display: block;}
.view__comment-header-text{font-size: 14px; color: #999999;}
.view__input{  box-sizing: border-box; margin-bottom: 25px;}
.view__input-question{display: inline-block;padding: 12px;font-size: 14px;color: #363636;border: 1px solid #cdcdcd;margin-bottom: 10px;box-sizing: border-box;}
.view__comment-name{width: 100%; display: block;border: 1px solid #cdcdcd; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; margin-bottom: 10px; box-sizing: border-box;}
.view__comment-textarea{ height: 80px; width: 100%; outline: none; border: none; background-color: #e9eef6; padding-top: 10px; padding-left: 10px; font-size: 14px; font-family: 'Roboto Condensed', sans-serif; margin-bottom: 10px; box-sizing: border-box;}
.view__comment-textarea::placeholder{font-size: 18px; color: #999999; }
.view__comment-name::placeholder{font-size: 14px; color: #363636; }
.view__comments-list{ box-sizing: border-box;}
.sub-comment{margin: 10px 0;}
.comment-item{margin-bottom: 25px; border-left: 1px solid #eeeeee; padding-left: 20px;}
.comment-item__info{display: flex; margin-bottom: 10px; font-size: 14px;}
.comment-item__info span:after{ content: "•";  padding-left: 3px; padding-right: 5px; color: #999999;}
.comment-item__info span:last-child:after{ content: "";  padding-left: 0; padding-right: 0;}
.comment-item__name{color: #000; font-weight: 700;}
.comment-item__id{color: #b2bfd2; display: block;}
.comment-item__desc{font-size: 14px; color: #363636; font-weight: 400; display: inline-block; margin-bottom: 10px; line-height: 1.4;}
.comment-item__other{}
.comment-item__date{     color: #b2bfd2;font-weight: 700; }
.comment-item__date:after{ content: "•";  padding-left: 10px; padding-right: 5px; color: #999999;}
.comment-item__like-count{font-size: 14px; color: #b2bfd2  }
.comment-item__like-count:hover{color: #54ad3f;}
.comment-item__umlike-count{font-size: 14px; color: #b2bfd2;}
.comment-item__umlike-count:hover{color: #ff4c4c;}
.comment-item__reply-count{font-size: 14px; color: #b2bfd2;}
.comment-item__reply-count:hover{color: #ff2600;}
.comment-item__like-count:after{ content: "•";  padding-left: 3px; padding-right: 5px; color: #999999;}
.comment-item__umlike-count:after{ content: "•";  padding-left: 3px; padding-right: 5px; color: #999999;}
.comment-item__reply{font-size: 14px; color: #999999; margin-left: 5px;}

.comment-reply{padding-left: 40px; box-sizing: border-box; margin-top: 20px;}
.comment-reply__name{width: 50%; display: inline-block; padding: 12px; font-size: 14px; color: #363636; border: none; border-bottom: 1px solid #cdcdcd; margin-bottom: 10px; box-sizing: border-box;    font-family: 'Roboto', sans-serif;}
.comment-reply__name::placeholder{ font-size: 14px; color: #999999;}
.comment-reply__name:focus{border-bottom-color: #ff2600; transition: 0.5s;}
.comment-reply__textarea{border: none; margin-bottom: 10px; width: 100%; padding-left: 12px; padding-right: 12px; padding-top: 15px; font-family: 'Roboto', sans-serif; font-size: 14px; height: 80px; box-sizing: border-box; border-bottom: 1px solid #cdcdcd}
.comment-reply__textarea::placeholder{font-size: 14px; color: #999999;}
.comment-reply__textarea:focus{border-bottom: 2px solid #ff2600;}
.comment-reply__button{display: block; width: 100%; padding: 10px 20px; font-size: 14px; color: #666666; background-color: #e9eef6; border: none; cursor: pointer; transition: .2s;font-family: 'Roboto', sans-serif;}
.comment-reply__button:hover{background-color: #ff2600; color: #fff;}
.view__comment__button{display: inline-block; padding: 15px 20px; font-size: 14px; color: #666666; background-color: #e9eef6;}
.view__comment__button:hover{background-color: #d1d1d1; color: #363636;}
.comment-reply__more{text-align: center; display: block; padding: 10px 0; background-color: #f5f7fb; color: #939393; font-size: 14px;}
.comment-reply__more:hover{background-color: #d1d1d1; color: #363636}

.comment-tab {display: flex; justify-content: center; overflow: hidden; border-bottom: 1px solid #eeeeee;}
.comment-tablinks {font-size: 14px; color: #666666; cursor: pointer; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; padding: 20px;}
.comment-tablinks:hover {border-bottom: 2px solid #a92004;}
.comment-tablinks.active {border-bottom: 2px solid #a92004; color: #a92004;}
.comment-tabcontent {display: none;padding: 20px 0 ;-webkit-animation: fadeEffect 1s;animation: fadeEffect 1s; }
@-webkit-keyframes fadeEffect {from {opacity: 0;}to {opacity: 1;}}
@keyframes fadeEffect {from {opacity: 0;}to {opacity: 1;}}

@media (max-width: 1200px) {
    .comment-item:before{left: 21px;}
}
@media (max-width: 768px) {.comment-item:before{display: block; left: -1px;}}

.footer-bottom-copy{border-top: 1px solid #ddd;padding: 10px 0;}
.ss-copyright a{color: #fff;font-size: 14px;line-height: 20px}
.article-nav{position: absolute;top: 50%;transform: translateY(-50%);z-index: 10;font-size: 38px;text-align: center;width: 40px;cursor: pointer;color: #fff;transition: .5s;border-radius: 50%}
.article-nav i{font-size: 24px;color: #000;line-height: 35px;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;}
.article-nav .fa-angle-right{opacity: 0}
.article-nav .fa-angle-left{opacity: 0}
.article-nav:hover{background: #fff;}
.article-nav:hover .fa-angle-right{opacity: 1}
.article-nav:hover .fa-angle-left{opacity: 1}
.article-nav--right{right: 5px}
.article-nav--left{left: 5px}

.contentview .quote:not(.twitter-tweet){font-size: 20px;line-height: 24px;font-style: italic;position: relative;padding: 3px 20px 7px;border-left: 4px solid #0072bb;margin: 10px 0;}
.contentview .quote:not(.twitter-tweet) > p{font-size: 16px;font-style: italic;color: #545454;}
.contentview small{display: flex;justify-content: end;font-size: 14px}
.contentview .quote:not(.twitter-tweet):before{display: inline-block; margin-top: 23px; margin-bottom: 15px; font-family: FontAwesome; font-style: normal; content: "\f10d"; font-size: 30px; color: #0072bb;}
/*.contentview .quote:not(.twitter-tweet):after{display: inline-block; float: right; margin-top: 15px; margin-bottom: 20px; font-family: FontAwesome; font-style: normal; content: "\f10e"; font-size: 30px; color: #0072bb;}*/

.blink_me{animation: blinker 2s linear infinite}
.text-red{color: red}
@keyframes blinker{
    50% {
        opacity:.3
    }
}