File: /var/www/html/triad-cyber/wp-content/themes/triadcyber/css/header.css
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.header {
position: fixed;
width: 100%;
transition: background 0.2s ease-in-out;
z-index: 99999;
padding-bottom: 20px;
padding-top: 20px;
}
.header.bgColor {
background: #FAF9F9;
}
@media (max-width: 991px) {
.header.bgColor {
padding-bottom: 10px;
}
}
@media (max-width: 991px) {
.header {
margin-top: 0px;
padding-bottom: 0px;
background-color: #FAF9F9;
}
}
.header .navbar-nav .dropdown-menu {
background-color: #FAF9F9;
border: none;
color: #000000;
font-weight: 400;
font-size: 16px;
}
.header .navbar-nav .dropdown-menu li {
padding: 5px 0px;
}
.header .navbar-nav .dropdown-menu li a.active {
background: #c4344e;
}
@media (max-width: 1679px) {
.header .navbar-nav .dropdown-menu {
font-size: 15px;
}
}
@media (max-width: 1441px) {
.header .navbar-nav .dropdown-menu {
font-size: 14px;
}
}
@media (max-width: 991px) {
.header .navbar-nav .dropdown-menu {
font-size: 11px;
}
}
.header .dropdown-item.active, .header .dropdown-item:active {
background: #c4344e;
}
.header .navbar-toggler {
border: none;
padding: 0;
}
.header .navbar-toggler:focus {
box-shadow: none;
border: none;
}
@media (max-width: 991px) {
.header .navbar-toggler .navbar-toggler-icon {
background-image: none;
height: unset;
width: unset;
border: none;
}
.header .navbar-toggler .navbar-toggler-icon .lines {
width: 30px;
height: 3px;
background-color: #000;
margin-bottom: 7px;
display: block;
}
.header .navbar-toggler .navbar-toggler-icon .lines:nth-child(2) {
background-color: #c4344e;
width: 15px;
}
.header .navbar-toggler .navbar-toggler-icon .lines:last-child {
margin-bottom: 0px;
}
}
.header .logo {
max-width: 220px;
}
@media (max-width: 1441px) {
.header .logo {
max-width: 175px;
}
}
@media (max-width: 579px) {
.header .logo {
max-width: 110px;
}
}
.header .navbar {
padding-bottom: 0px;
padding-top: 0;
}
@media (max-width: 1679px) {
.header .navbar {
padding-bottom: 0px;
}
}
@media (max-width: 991px) {
.header .navbar {
margin-top: 0px;
}
}
.header .nav-inner {
align-items: end;
}
@media (max-width: 991px) {
.header .nav-inner {
align-items: center;
}
}
.header .navbar-nav {
align-items: center;
}
@media (max-width: 991px) {
.header .navbar-nav {
align-items: flex-start;
background-color: #FAF9F9;
}
}
.header .navbar-nav .nav-item {
padding: 0px 42.5px;
}
@media (max-width: 1679px) {
.header .navbar-nav .nav-item {
padding: 0px 32.5px;
}
}
@media (max-width: 991px) {
.header .navbar-nav .nav-item {
padding: 10px 10px;
}
}
.header .navbar-nav .nav-item:last-child {
padding-right: 0px;
}
.header .navbar-nav .nav-item.active {
outline: none;
}
.header .navbar-nav .nav-item.active .nav-link {
color: #c4344e;
}
.header .navbar-nav .nav-item .nav-link {
color: #000;
font-weight: 400;
font-size: 20px;
line-height: 24.2px;
letter-spacing: 0%;
display: flex;
align-items: center;
padding: 0px;
}
@media (max-width: 1679px) {
.header .navbar-nav .nav-item .nav-link {
font-size: 18px;
}
}
@media (max-width: 1441px) {
.header .navbar-nav .nav-item .nav-link {
font-size: 16px;
}
}
@media (max-width: 1281px) {
.header .navbar-nav .nav-item .nav-link {
font-size: 14px;
}
}
.header .navbar-nav .nav-item .dropdown-toggle::after {
background-image: url("../img/drop-down-togle.svg");
background-image: url(../img/drop-down-togle.svg);
width: 12px;
height: 6px;
background-repeat: no-repeat;
border: none;
}
.header .navbar-nav .nav-item:not(.contact-btn) .nav-link:hover {
color: #c4344e;
}
.header .navbar-nav .contact-btn:focus {
border: none;
outline: none;
}
.header .navbar-nav .contact-btn .contact-btn1 {
width: 151px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background-color: #c4344e !important;
color: #fff !important;
border-radius: 20px;
font-weight: 400;
font-size: 20px;
line-height: 24.2px;
letter-spacing: 0%;
}
@media (max-width: 1679px) {
.header .navbar-nav .contact-btn .contact-btn1 {
font-size: 18px;
height: 38px;
}
}
@media (max-width: 1441px) {
.header .navbar-nav .contact-btn .contact-btn1 {
font-size: 16px;
}
}
@media (max-width: 1281px) {
.header .navbar-nav .contact-btn .contact-btn1 {
font-size: 14px;
}
}
/*# sourceMappingURL=header.css.map */