:root {
    --line-color: #E0E0E0;
}

.top-header {
    padding: 5px 0;
	background-color: var(--white);
	border-bottom: 1px solid #E9E9E9;
}
.Other-Header-top-header {
    padding: 15px 0;
	background-color: var(--white);
	border-bottom: 1px solid #E9E9E9;
}
.navbar-menu .Other-Header  ul li a {
	color: var(--primerycolor) !important;
}
.top-header-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header-left {
    display: flex;
    align-items: center;
}
.top-header-btn .sponsored-btn {
	text-decoration:none;
    font-size: 14px;
    padding: 3px 10px;
    background: #FFFFFF;
    border: 1px solid rgba(114, 114, 114, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    color: var(--background-color);
	display: inline-block;
	font-weight: 500;
}
.top-header-left span {
     margin-left: 20px;
    font-size: 14px;
    color: var(--primerycolor);
    font-weight: 400;
}
.top-header-right ul {
    display: flex;
	align-items: center;
	margin:0;
}
.top-header-right ul li a {
    margin-left: 10px;
	display: flex;
}
.header {
    position: sticky;
    top: 0;
    left: 0;
	z-index: 999;
	transition: all 0.4s ease;
}
.news-header {
    position: sticky;
    top: 0;
    left: 0;
	z-index: 1003;
	transition: all 0.4s ease;
	background-color: var(--white);
}
.header-main{
	position: relative;
	width:100%;
	height:100%;
}
.header-bg-color{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: -2;
	background: rgb(52 52 52 / 30%);
}
.header-color{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.header.sticky {
    background-color: #fff;
	transition: all 0.4s ease;
	box-shadow: var(--box-shadow);
}
.header.sticky .header-bg-color {
    display: none;
}
.header.sticky .header-color {
    display: none;
}
.front-logo{
	display:block;
	  transition: all 0.4s ease;
	  max-width: 250px;
}
.header.sticky .front-logo{
	display:none;
	
}
.sticky-logo{
	display:none;
	 transition: all 0.4s ease;
	 max-width: 250px;
}
.header.sticky .sticky-logo{
	display:block;
}
.header.sticky .navbar-menu ul li a {
    color: var(--primerycolor);
    /*border-bottom: 1px solid #eee;*/
}
.header.sticky .navbar-login ul li a {
    color: var(--primerycolor);
}
.header.sticky .navbar-menu ul li ul li a {
    border-bottom: 1px solid #eee;
}
.header.sticky ul.sab-menu {
	background-color:#fff;
}
.front-icon{
	display:block;
	transition: all 0.4s ease;
}
.header.sticky .front-icon{
	display:none;
}

.back-icon{
	display:none;
	transition: all 0.4s ease;
}
.header.sticky .back-icon{
	display:block;
	
}
.navbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-menu ul {
    display: flex;
    align-items: center;
	margin:0;
}
.navbar-menu ul li{
	position:relative;
}
.navbar-menu ul li a {
    color: #fff;
    padding: 15px 15px;
    display: block;
	font-size: 16px;
    transition: all 0.4s ease;
    text-transform: capitalize;
}
.navbar-menu .Other-Header ul li a {
    color: var(--primerycolor);
    display: block;
    font-size: 16px;
    transition: all 0.4s ease;
    text-transform: capitalize;
    font-family: var(--mediumfonts);
}
ul.sab-menu{
    display: block;
    position: absolute;
    top: 51px;
    left: 0;
    width: 260px;
    background-color: rgb(52 52 52 / 70%);
    padding: 0;
    pointer-events: none;
    opacity: 0;
    transform: translateY(100px);
	transition: all 0.4s ease;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.navbar-menu ul li:hover ul.sab-menu, ul.other-sab-menu{
	pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}
ul.sab-menu li a, ul.other-sab-menu li a {
    padding: 10px 15px;
    transition: all 0.4s ease;
    border-bottom: 1px solid #454c60;
	text-indent: 0;
	transition: all 0.4s ease;
}
ul.sab-menu li a:hover, ul.other-sab-menu li a:hover {
	text-indent: 5px;
}
i.fas.fa-angle-down {
    transition: all 0.4s ease;
}
.navbar-menu ul li:hover i.fas.fa-angle-down {
    transform: rotate(180deg);
}
.header-re{
	display:none;
}


ul.other-sab-menu{
	display: block;
    position: absolute;
    top: 55px;
    left: 0;
    width: 260px;
	background-color: var(--white);
    padding: 0;
    pointer-events: none;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.4s ease;
   -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
ul.other-sab-menu li a {
     border-bottom: 1px solid #eee;}


.navbar-menu ul li:hover ul.other-sab-menu{
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

/* login */
.navbar-login ul {
    display: flex;
    align-items: center;
	justify-content:end;
}
.navbar-login ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
	padding: 10px 20px;
	justify-content: center;
}
.navbar-login ul li:last-child a {
    padding-right: 0;
}
.user-menu.open .dropdown-menu.user-dropdown li {text-align: left;     align-items: flex-start;}
a.search-icon.user-icontxt {
    padding: 20px !important;
}
.navbar-login.icon-color ul li a {color: var(--primerycolor);}

.padding80{
	padding:40px 0;
}

li.user-menu {
    display: flex;
    position: relative;
    min-width: 60px;
    justify-content: flex-end;
}
ul.dropdown-menu {
    display: none;
    flex-direction: column;
    align-items: normal;
	right: -15px;
    left: auto;
}
.user-menu ul.dropdown-menu.user-dropdown li a{color:var(--primerycolor); align-items: flex-start;}
a.user-icontxt {
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background-color: #4e9beb;
    color: #fff;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
}
a:hover.user-icontxt {
    color: #fff;
}
.user-dropdown {
    top: 100% !important;
    bottom: inherit !important;
    margin-top: 15px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 20%) 2px 2px 10px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
}
.user-dropdown a {
    border-bottom: solid 1px #e5e5e5;
    padding: 8px 12px !important;
    transition: all 0.4s ease;
    text-transform: capitalize;
    font-family: var(--mediumfonts);
    font-size: var(--smallfontsize);
}
.user-dropdown li:last-child a {
    border-bottom: 0;
}
.user-dropdown:before {
    position: absolute;
    top: -10px;
    right: 10px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 2;
}
.user-dropdown:after {
    position: absolute;
    top: -12px;
    right: 8px;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.search-icon .fa-angle-down{color:#fff !important; top: 10px !important;  right: -6px !important;}
.header.sticky .search-icon .fa-angle-down{color: var(--primerycolor) !important;}
.navbar-login.icon-angle .fa-angle-down{color:var(--primerycolor)!important;}
.header-re .menu-inner{
	margin:0px !important;
	margin-top: 25px !important;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.header-re .menu-inner li
{
	border-bottom: 1px solid #f5f5f5;
}
.header-re .menu-inner li a{
	padding:10px 15px;
	display: block;
	color: var(--primerycolor);
}
.header-re .menu{
	top:0px !important;
	transition: all 0.4s ease;
	padding-bottom:65px;
}
.close-sidebar-wrapper
{
	position: sticky;
    float: right;
    top: 4px;
    width: 30px;
    padding: 8px;
    height: 30px;
    background: #fff;
    vertical-align: middle;
	margin-right:5px;
}
.header-re .menu-inner li li{
	border:none;	
}
.header-re .menu-inner li li a{
	padding:5px;
}
.close-sidebar-wrapper img
{
	vertical-align: middle;
    display: block;
}
ul.sab-menu-item {
    margin-left: 20px !important;
}
.header-re .menu .front-logo {
    display: block;
    transition: all 0.4s ease;
    width: 75%;
    margin: auto;   
}
.header-re .menu .front-logo-wrapper
{
	margin-top: 7px !important;
	display:block;
}
#slideshow1 .swiper-slide{
    height: auto !important;
}
@media screen and (max-width:1024px){
    .navbar-login ul{justify-content: space-around;}
    .top-header .container {width: 95%;padding: 0;}
    .top-header-left span{margin-left: 10px;}
    li.user-menu{    min-width: 70px;}
}

/* css for hover effect on header footer social media icons*/
.fb:hover{filter: brightness(0) saturate(100%) invert(34%) sepia(92%) saturate(389%) hue-rotate(185deg) brightness(96%) contrast(86%);}
.yt:hover{filter: brightness(0) saturate(100%) invert(36%) sepia(49%) saturate(6493%) hue-rotate(345deg) brightness(99%) contrast(82%);}
.twitter:hover{filter: brightness(0) saturate(100%) invert(60%) sepia(60%) saturate(750%) hue-rotate(165deg) brightness(94%) contrast(87%);}
.linkdin:hover{filter: brightness(0) saturate(100%) invert(30%) sepia(97%) saturate(1103%) hue-rotate(175deg) brightness(94%) contrast(96%);}
.insta:hover{filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(2707%) hue-rotate(304deg) brightness(100%) contrast(93%);}
/* css for hover effect on header footer social media icons ends*/
.siq_bR {bottom: 55px !important;}