@charset "utf-8";
/*----------
* theme: 
* Author: ANTS Creation
* Url : https://www.ants.lk/
----------------------------
* header css file
----------------------------------*/

/*
--
top-header
---------------------------*/


.top-header-bar {
    background-color: var(--theme-1);
    padding: 10px 0;
}

.align-items-center{
    align-items: center !important;
}

.top-header-bar .header-information ul li{
    display: inline-block;
    font-size: 0.9rem;
    color: #fff;
    padding-right: 16px;
    margin-right: 10px;
    position: relative;
}

.top-header-bar .header-information .infor-list .infor-list-item::before{
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 19px;
    right: 0;
    top: 0;
}

.top-header-bar .header-information ul li i {
    font-size: 1rem;
    top: 1px;
    position: relative;
}

.top-header-bar .header-information ul li a{
    color: var(--white);
    text-decoration: none;
    display: flex;
}
.top-header-bar .header-information .desk-view{
    color: #fff;
    margin: 0;
    padding-left: 10px;
}
.top-header-bar .header-social ul li{
    display: inline-block;
    margin-left: 5px;
}

.top-header-bar .header-social ul li a i {
    color: var(--white);
    background: #1d3094;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 0;
    transition: 0.5s;
}

.top-header-bar .header-social ul li a i::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: var(--white);
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
}

.top-header-bar .header-social ul li a i:hover{
    color: #4f64d1;
}

.top-header-bar .header-social ul li a i:hover::after{
    width: 100%;
    height: 100%;
}

button.navbar-toggler.nav-icon{
    border: none;
}
/*--
Navigation bar
------------------------------*/
.navbar{
    padding: 0;
}

.navbar .navbar-header a{
    padding: 0;
}

.navbar .navbar-brand img{
    max-height: 55px;
    padding: 0;
}

.navbar .nav-item .nav-link{
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #5c5151;
}

.navbar .nav-item .active{
    color: var(--theme-1) !important;
}

.navbar .nav-item .nav-link:hover {
    color: var(--theme-1) !important;
}

.sticky.is-sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	background-color: #f8f9fa;
}
.navbar-nav li:hover .dropdown-menu {
    display: block;
}
.dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu{
    border: 0;
    top: 54px;
    min-width: 200px;
    padding: 3px 0 0 0;
    text-align: left;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    -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: 10px 20px;
    border-radius: 0 !important;
    font-size: 0.95rem;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(0,0,0,.9);
}
.dropdown-menu a:last-child{
    border-bottom: none;
}
.dropdown-menu a:hover{
    color: var(--theme-1) !important;
    background-color: #fff;
}
.dropdown-toggle::after {
    margin-left: 10px;
}

/*
Side-nav
************************************/
.main-nav-wrapt{
    position: relative;
}
.sidenav {
	height: 0;
	width: 100%;
	position: fixed;
	z-index: 999;
	/* top: -626px; */
	right: 0;
	background-color: rgba(0,0,0,0.98);
	overflow-x: hidden;
	transition: 0.5s;
	/* padding-top: 40px; */
    overflow-x: hidden;
    transition: 0.5s;
}

.addbar{
    height: 100%;
    transition: 0.4s;
}


.btn-info{
	border: none;
    background: transparent;
    color: var(--theme-1);
    font-size: 1.5rem;
}

/* hambergur  */
.header-btn {
    display: inline-block;
    cursor: pointer;
    padding: 10px 15px;
    background: transparent;
    color: var(--theme-1);
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 4px;
    background: var(--theme-1);
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    transform: rotate(-45deg) translate(-8px, 7px);
    width: 20px;
    margin: 8px 0;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    width: 20px;
}

.btn-info:hover{
	color: var(--blue);
	background: transparent;
}

.btn-info:not(:disabled):not(.disabled):active{
	color: var(--blue);
	border: none;
	background: transparent;
}
.sidenav a:hover {
	color: var(--theme2-color);
}

.sidenav .closebtn {
	font-weight: 600;
	font-size: 3rem;
	padding-left: 2rem;
}

.sidenav ul li {
	padding-left: 1rem;
}


.sidenav .nav-item .nav-link{
	color: #fff !important;
	padding: 12px 12px !important;
	border-bottom: 1px solid var(--theme-1);
	width: 85%;
}
.sidenav .dropdown,
.sidenav .dropup {
    position: relative;
}
.sidenav .dropdown-menu{
    position: static;
    padding: 0;
    background-color: rgba(0,0,0,0.2);
    box-shadow: none;
    min-width: 100%;
}
.sidenav .dropdown-menu a{
    font-size: 0.95rem;
    line-height: 20px;
    padding: 12px 0 10px 25px;
    display: block;
    border-bottom: none;
    color: #fff;
    text-transform: capitalize;
}

.sidenav .dropdown-menu a:hover{
    background-color: transparent;
}
.sidenav .closebtn{
    position: absolute;
    top: -3px;
    right: 26px;
    font-size: 3.5rem;
    color: var(--white);
    cursor: pointer;
    font-weight: 800;
}
.sidenav .mobile-nav{
    margin-top: 40px;
}

.call-btn{
    background: var(--theme-1);
    color: #fff;
}

.call-btn i{
    color: #fff;
    font-size: 23px;
}
/* @media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
} */
.dropdown-toggle::after{
    display: none;
}

.dropdown-menu{
    top: 67px;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.158);
}

.dropdown-menu a {
    border-top: 1px dashed #83868c;
    font-weight: 600;
}

/* .addbody{
    height: 100%;
    overflow: hidden;
} */