/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 Oct, 2020, 11:53:30 PM
    Author     : Rohit
*/






/*=====================================================
 1. HEADER css 
======================================================*/


/*===== Header top =====*/


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.header-top{
    background-color: #07294d;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-contact{}
.header-contact ul{}
.header-contact ul li{
    display: inline-block;
    margin-right: 45px;
}
.header-contact ul li:last-child{
    margin-right: 0;
}

.header-contact ul li img{}
.header-contact ul li span {
	color: #dee2e6;
	font-size: 15px;
	font-weight: 400;
	margin-left: 10px;
}



/*===== Index-2 =====*/

.header-social ul li{
    display: inline-block;
    margin-left: 10px;
}
.header-social ul li:first-child{
    margin-left: 0;
}

.header-social ul li a{
    font-size: 15px;
    color: #dee2e6;
}

.navigation-2 .navbar .navbar-nav li{
    margin-right: 40px;
}

.navigation-2 .navbar .navbar-nav li a{
	padding: 45px 0;
}
.navigation-2 .right-icon ul li {
	padding: 42px 0;
}
.navigation-2.sticky .navbar .navbar-nav li a{
    padding: 30px 0;
}
.navigation-2.sticky .right-icon ul li{
    padding: 25px 0;
}

/* ---------------------Navbar Starts From Here ---------------------------
-------------------------------------------------------------------------*/
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
li{
    list-style: none;
}
p{
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.6;
    color:#606060;
}
h2{
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.1;
    margin: 20px 0 15px 0;
    word-spacing: 4px;
}
.navbar:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    z-index: -2;
}
.nav-item a{
}
.nav-item a:hover
{
    color: #ffc600!important;
}


