/**
*****************************************
	Theme Name: CCOO
	Author: ANTS Creation
	Author URL: http://www.ants.lk
	Version: 1.0
******************************************
**/


/*
01. Header Main Styles.
02. Header Responsive.
*/

.top-header {
    width: 100%;
    padding: 2px 0;
	background-color: var(--main-2);
}
.top-bar-news {
	margin: 0;
	padding: 0;
	position: relative;
}
.top-bar-news ul{
	display: flex;
	padding: 3px 0;
}
.top-bar-news ul li{
	overflow: hidden;
	float: left;
}
.top-bar-news ul li.top-news-title{
	width: 7.8%;
	color: var(--main-1);
	font-family: font-6;
	text-transform: uppercase;
	font-size: 0.75rem;
	line-height: 25px;
	position: relative;
    padding: 0 2px 0 0;
}
.top-bar-news ul li.top-news-title i{
	color: var(--main-2);
	line-height: 25px;
}
.top-bar-news ul li.top-news-title::after{
	content: '';
    background: var(--white);
    height: 16px;
    position: absolute;
    right: 0;
    min-width: 2px;
    top: 4px;
}
.top-bar-news ul li.top-news{
	width: 88%;
	padding: 0 0 0 5px;
	overflow: hidden;
	line-height: 22px;
	height: 24px;
}
.news-slider .animated { 
  animation-duration: 1000ms;
  animation-fill-mode: both; 
}
.news-slider a{
	font-family: font-2;
	color: var(--white);
	font-size: 0.75rem;
}


.social-icon ul li.top-icon-custom a{
    font-size: 0.9rem;
}
.social-icon ul li.top-icon-custom a i{
    font-size: 0.65rem;
    border: 1px solid var(--white);
    padding: 0px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    margin: 0 2px 0 0;
    line-height: 20px;  
}
.social-icon ul li.top-login a{ 
	font-family: font-3;
	color: var(--white);
	font-size: 0.8rem;
}
.social-icon ul li.top-login a:hover{ 
	color: var(--main-3);
	cursor: pointer;
}
.social-icon ul{
	margin: 0;
	text-align: right;
	width: 100%;
	padding: 2px 0;
}
.social-icon li{
	list-style: none;
	display: inline-block;
	color: var(--main-3);
	font-size: 0.8rem;
	padding: 0;
	text-align: center;
}
.social-icon a {
	text-align: center;
    font-size: 0.85rem;
    color: var(--white);
    display: block;
    line-height: 19px;
    margin: 0;
    padding: 0 10px 0 7px;
    font-family: font-2;
}
.social-icon a i {
    line-height: 19px;
}

.sticky.is-sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	background-color: var(--white);
}
.top-navbar{
	padding: 0 15px;
	background-color: var(--white);
}
.navbar-brand {
    padding: 2px 0;
    margin-right: 0;
	line-height: 0;
}
.navbar-nav li{
	padding: 0 2px;
	position: relative;
}
.header-cutom-container{
	padding: 0;
}
.nav-item a{
	color: var(--main-2);
    font-size: 0.9rem;
    line-height: 20px;
    font-family: font-4;
    text-transform: uppercase;
    display: block;
    padding: 30px 12px;
    border-radius: 0;
}
.nav-item a:hover, 
.nav-item a.active {
    color: var(--main-1) !important;
}
.nav-item a i{
	font-size: 0.7rem;
    line-height: 2px;
}
.navbar-nav li.join-header-btn{
    background-color: var(--main-1);
    webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-nav li.join-header-btn a{
    color: var(--white) !important;
}
.navbar-nav li.join-header-btn:hover{
    background-color: var(--main-3);
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
}
.dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu{
    border: 0;
    top: 78px;
    min-width: 200px;
    padding: 0 0 3px 0;
    text-align: left;
    background-color: var(--main-1);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.dropdown-menu a{
    line-height: 30px;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 20px;
    border-radius: 0 !important;
    background-color: var(--white);
    font-size: 0.88rem;
    font-family: font-3;
}
.dropdown-menu a:last-child{
    border-bottom: none;
}
.dropdown-menu a:hover{
    color: var(--white) !important;
    background-color: var(--main-1);
} 
.dropdown-toggle::after{
    display: none;
}
.navbar-toggler {
    padding: 5px 5px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0;
	color: var(--main-1) !important;
}
.navbar-toggler i.fas{
	font-size: 2rem;
	color: var(--main-1);
}


.sidenav-custom {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 65px;
	background-color: var(--main-2);
}
.sidenav-custom ul{
	list-style: none;
	margin: 0;
	padding: 0 20px 20px;
}
.sidenav-custom li{
	display: inline-block !important;
	width: 100%;
    border-bottom: 1px solid var(--white);
}
.sidenav-custom li:first-child{
    border-top: 1px solid var(--white);
}
.sidenav-custom li:last-child{
	border-bottom: 0;
}
.sidenav-custom .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 2rem;
    color: var(--white);
    cursor: pointer;
}
.sidenav-custom a {
    padding: 10px 10px 10px 12px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
	text-transform: uppercase;
	font-family: font-6;
	color: var(--white);
	display: block;
}
.sidenav-custom a:hover,
.sidenav-custom a:active{
	color: var(--main-1);
}
.sidenav-custom .dropdown,
.sidenav-custom .dropup {
    position: relative;
}
.sidenav-custom .dropdown-menu{
	position: static;
    padding: 0;
    background-color: var(--main-1);
    box-shadow: none;
    min-width: 100%;
}
.sidenav-custom a.dropdown-item{
    font-size: 0.95rem;
    line-height: 20px;
    padding: 10px 0 10px 25px;
    display: block;
    background-color: var(--main-2) !important;
	border-bottom: none;
}
.sidenav-custom a.dropdown-item:first-child {
    border-top: 1px solid var(--white);
}
.sidenav-custom .dropdown-menu.show li{
    padding: 0;
}
.sidenav-custom .dropdown-menu.show li:last-child{
    border-bottom: none;
}

.sidenav-custom li.side-search{
	padding: 20px 0;
}
.side-search input[type=text] {
    padding: 8px 40px 8px 12px;
    font-size: 1rem;
    border: none;
    float: left;
    width: 100%;
    background: white;
    height: 40px;
    overflow: hidden;
    font-family: font-2;
    position: relative;
    border-radius: 55px;
}
.side-search form{
	position: relative;
}
.side-search button {
    background: transparent;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 7px;
    color: var(--main-1);
}


/* 02. Header Responsive */
@media (max-width: 1199px){
	.top-bar-news ul li.top-news-title {
    	width: 8.5%;
	}
	.top-bar-news ul li.top-news {
    	width: 86%;
	}
    .social-icon .top-icon{
        display: none;
    }
    .navbar-brand img{
        width: 295px;
    }
}

@media (max-width: 991px){
	.top-bar-news ul li.top-news {
    	width: 84%;
	}
	.social-icon ul li{
		display: none;
	}
	.social-icon ul li:first-child{
		display: inline-block;
		text-align: right;
		border: 0;
	}
	.social-icon a {
        padding: 0;
    }
    .top-bar-news ul li.top-news-title {
        width: 9%;
    }
    .navbar-brand img {
        width: auto;
    }
}

@media (max-width: 767px){
	.top-bar-news{
		display: none;
	}
	.social-icon ul{
		text-align: center;
	}
	.social-icon ul li{
		display: inline-block;
	}
}
@media (max-width: 575px){
    .social-icon a {
        padding: 0 15px;
    }
}




