|
@@ -1,883 +0,0 @@
|
|
|
-.header-absolute {
|
|
|
- z-index: 2;
|
|
|
- /* background-color: #fff; */
|
|
|
-}
|
|
|
-
|
|
|
-header {
|
|
|
- /*===== Header transparent =====*/
|
|
|
- /*===== Header to area =====*/
|
|
|
- /*===== Main Menu =====*/
|
|
|
- /*===== Mobile Menu =====*/
|
|
|
- /*===== Header two =====*/
|
|
|
- /*===== Header three =====*/
|
|
|
- /*===== Sticky Header =====*/
|
|
|
- /* off canvas menu */
|
|
|
-}
|
|
|
-
|
|
|
-header.header-absolute {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- width: 100%;
|
|
|
- z-index: 99;
|
|
|
-}
|
|
|
-
|
|
|
-header .header-top-area {
|
|
|
- padding: 0px 0;
|
|
|
- background: rgba(0, 0, 0, 0.1)
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 575px) {
|
|
|
- header .header-top-area {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header .header-top-area .contact-list li,
|
|
|
-header .header-top-area .social-link li {
|
|
|
- display: inline-block;
|
|
|
- font-weight: 700;
|
|
|
- font-size: 16px;
|
|
|
- /* text-transform: uppercase; */
|
|
|
- margin-right: 25px;
|
|
|
- /* font-family: "Oswald", sans-serif; */
|
|
|
-}
|
|
|
-
|
|
|
-header .header-top-area .contact-list li:last-child,
|
|
|
-header .header-top-area .social-link li:last-child {
|
|
|
- margin-right: 0;
|
|
|
-}
|
|
|
-
|
|
|
-header .header-top-area .contact-list li,
|
|
|
-header .header-top-area .contact-list li a,
|
|
|
-header .header-top-area .social-link li,
|
|
|
-header .header-top-area .social-link li a {
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-header .header-top-area .contact-list li a:hover,
|
|
|
-header .header-top-area .social-link li a:hover {
|
|
|
- color: #409eff;
|
|
|
-}
|
|
|
-
|
|
|
-header .header-top-area .social-link {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-header .header-top-area .social-link li {
|
|
|
- margin-right: 0;
|
|
|
- margin-left: 25px;
|
|
|
-}
|
|
|
-
|
|
|
-header .header-top-area .social-link li:first-child {
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area {
|
|
|
- /* border: 1px solid red; */
|
|
|
- /* background-color: #fff; */
|
|
|
- position: relative;
|
|
|
- padding: 0px 50px;
|
|
|
- margin-top: 30px
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 1200px) and (max-width: 1599px) {
|
|
|
- header .mainmenu-area {
|
|
|
- padding: 0 40px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
|
|
- header .mainmenu-area {
|
|
|
- padding: 0 30px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu {
|
|
|
- display: -ms-flexbox !important;
|
|
|
- display: flex !important;
|
|
|
- -ms-flex-pack: start !important;
|
|
|
- justify-content: flex-start !important;
|
|
|
- -ms-flex-align: center !important;
|
|
|
- align-items: center !important;
|
|
|
-}
|
|
|
-
|
|
|
-.mainmenu-area .logo {
|
|
|
- position: absolute;
|
|
|
- left: 10%;
|
|
|
-}
|
|
|
-
|
|
|
-.mainmenu-area .logo img {
|
|
|
- max-width: 125px;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 1700px) {
|
|
|
- .mainmenu-area .logo {
|
|
|
- position: absolute;
|
|
|
- left: 100px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 1440px) {
|
|
|
- .mainmenu-area .logo {
|
|
|
- position: absolute;
|
|
|
- left: 60px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 399px) {
|
|
|
- header .mainmenu-area .main-menu .logo img {
|
|
|
- max-width: 120px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items {
|
|
|
- /* margin-left: 60px; */
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area {
|
|
|
- height: 77px;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 992px) {
|
|
|
- header .mainmenu-area .main-menu .menu-items {
|
|
|
- display: none !important
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul:nth-child(1) {
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul li {
|
|
|
- display: inline-block;
|
|
|
- margin: 0px 40px 0 0;
|
|
|
- position: static;
|
|
|
- cursor: pointer;
|
|
|
- border-bottom: 4px solid rgba(0, 0, 0, 0)
|
|
|
-}
|
|
|
-
|
|
|
-header.header-two .mainmenu-area .main-menu {
|
|
|
- grid-column-gap: 90px;
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .apply-expre {
|
|
|
- margin: 0 0px 0 70px;
|
|
|
- color: #409EFF;
|
|
|
- border: 1px solid #409EFF;
|
|
|
- border-radius: 17px;
|
|
|
- padding: 1px 20px;
|
|
|
- font-size: 18px;
|
|
|
- cursor: pointer
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 992px) and (max-width: 1599px) {
|
|
|
- header .mainmenu-area .main-menu .menu-items ul li {
|
|
|
- margin-right: 15px;
|
|
|
- }
|
|
|
-
|
|
|
- header .mainmenu-area .apply-expre {
|
|
|
- margin-left: 30px
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
|
|
- header .mainmenu-area .main-menu .menu-items ul li {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul li:last-child {
|
|
|
- margin-right: 0;
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul li a {
|
|
|
- /* line-height: 74px; */
|
|
|
- padding: 10px 10px 8px;
|
|
|
- color: #fff;
|
|
|
- font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
|
|
|
- /* font-weight: 500; */
|
|
|
- text-transform: uppercase;
|
|
|
- font-size: 18px;
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
|
|
- header .mainmenu-area .main-menu .menu-items ul li .submenu {
|
|
|
- left: -34px;
|
|
|
- }
|
|
|
-
|
|
|
- .mainmenu-area .logo {
|
|
|
- left: 5%
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items>ul>li:hover,
|
|
|
-header .mainmenu-area .main-menu .menu-items>ul>li.active {
|
|
|
- border-bottom: 4px solid #409eff
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul li:hover .submenu {
|
|
|
- opacity: 1;
|
|
|
- visibility: visible
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-/* header .mainmenu-area .main-menu .menu-items ul li:hover a , header .mainmenu-area .main-menu .menu-items ul li.active>a{
|
|
|
- color: #409eff;
|
|
|
-} */
|
|
|
-
|
|
|
-
|
|
|
-/*
|
|
|
-
|
|
|
-{
|
|
|
- color: #409eff;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: bold;
|
|
|
-} */
|
|
|
-
|
|
|
-
|
|
|
-/* header .mainmenu-area .main-menu .menu-items ul li.active>a:before {
|
|
|
- content: '';
|
|
|
- width: 30px;
|
|
|
- height: 2px;
|
|
|
- display: inline-block;
|
|
|
- background-color: #409eff;
|
|
|
- position: absolute;
|
|
|
- bottom: 18px;
|
|
|
- left: 50%;
|
|
|
- margin-left: -15px;
|
|
|
-} */
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul li .submenu {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- text-align: center;
|
|
|
- top: 120%;
|
|
|
- width: 100%;
|
|
|
- /* margin-left:10%; */
|
|
|
- /* background-color: #fff; */
|
|
|
- opacity: 0;
|
|
|
- visibility: hidden;
|
|
|
- -webkit-transition: all 0.3s ease-out 0s;
|
|
|
- transition: all 0.3s ease-out 0s;
|
|
|
- z-index: 99;
|
|
|
- /* box-shadow: 0px 10px 20px 10px rgba(170, 170, 170, 0.1);
|
|
|
- -webkit-box-shadow: 0px 10px 20px 10px rgba(170, 170, 170, 0.1);
|
|
|
- -moz-box-shadow: 0px 10px 20px 10px rgba(170, 170, 170, 0.1); */
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul li .submenu>li {
|
|
|
- position: relative;
|
|
|
- display: inline-block;
|
|
|
- margin: 0;
|
|
|
- text-align: center;
|
|
|
- /* width:12%; */
|
|
|
- margin: 0 10px
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul li .submenu>li a {
|
|
|
- display: block;
|
|
|
- padding: 0 15px;
|
|
|
- margin: 20px 0;
|
|
|
- position: relative;
|
|
|
- color: #fff;
|
|
|
- -webkit-transition: all 0.3s ease-out 0s;
|
|
|
- transition: all 0.3s ease-out 0s;
|
|
|
- border-radius: 0;
|
|
|
- line-height: 40px;
|
|
|
- font-size: 16px
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul li .submenu>li:hover {
|
|
|
- /* background-color: #409eff; */
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul li .submenu>li:hover>a {
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul li .submenu>li .submenu {
|
|
|
- position: absolute;
|
|
|
- left: 100%;
|
|
|
- top: 30%;
|
|
|
- width: 200px;
|
|
|
- /* background-color: #fff; */
|
|
|
- visibility: hidden;
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul li .submenu>li:hover .submenu {
|
|
|
- opacity: 1;
|
|
|
- visibility: visible;
|
|
|
- top: 0;
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-menu .menu-items ul li:hover .submenu {
|
|
|
- /* visibility: visible; */
|
|
|
- opacity: 1;
|
|
|
- top: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-right {
|
|
|
- display: -webkit-box;
|
|
|
- display: -ms-flexbox;
|
|
|
- display: flex;
|
|
|
- -webkit-box-pack: right;
|
|
|
- -ms-flex-pack: right;
|
|
|
- justify-content: right;
|
|
|
- -webkit-box-align: center;
|
|
|
- -ms-flex-align: center;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 575px) {
|
|
|
- header .mainmenu-area .main-right {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-right .offcanvas-trigger {
|
|
|
- margin-left: 20px;
|
|
|
- height: 60px;
|
|
|
- width: 60px;
|
|
|
- line-height: 60px;
|
|
|
- background-color: #409eff;
|
|
|
- border: 2px solid #409eff;
|
|
|
- color: #fff;
|
|
|
- text-align: center;
|
|
|
- -webkit-transition: all 0.3s ease-out 0s;
|
|
|
- transition: all 0.3s ease-out 0s;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 767px) {
|
|
|
- header .mainmenu-area .main-right .offcanvas-trigger {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-right .offcanvas-trigger:hover {
|
|
|
- background-color: #041d38;
|
|
|
- border-color: #041d38;
|
|
|
-}
|
|
|
-
|
|
|
-header .mainmenu-area .main-right .offcanvas-trigger i {
|
|
|
- font-size: 30px;
|
|
|
- position: relative;
|
|
|
- top: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-bar {
|
|
|
- background-color: transparent;
|
|
|
- padding: 0;
|
|
|
- min-height: 0;
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
|
|
|
- margin-right: 15px;
|
|
|
- margin-top: -62px;
|
|
|
- border: 2px solid rgba(255, 255, 255, 0.8);
|
|
|
- padding: 10px 10px;
|
|
|
- width: 26px;
|
|
|
- z-index: 222;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 399px) {
|
|
|
- header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
|
|
|
- padding: 12px 10px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 991px) {
|
|
|
- .mainmenu-area .logo {
|
|
|
- left: 12px
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 575px) {
|
|
|
- header .mainmenu-area {
|
|
|
- background: #000;
|
|
|
- margin-top: 0;
|
|
|
- padding: 45px;
|
|
|
- }
|
|
|
-
|
|
|
- header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
|
|
|
- margin-top: -68px
|
|
|
- }
|
|
|
-
|
|
|
- .mainmenu-area .logo img {
|
|
|
- width: 95px
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal span {
|
|
|
- background-color: rgba(255, 255, 255, 0.8);
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-nav {
|
|
|
- margin-top: 0;
|
|
|
- background-color: #041d38;
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- width: 100%;
|
|
|
- z-index: 99;
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-nav ul li {
|
|
|
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-nav ul li:last-child {
|
|
|
- border: none;
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-nav ul li a {
|
|
|
- border: none;
|
|
|
- padding: 0;
|
|
|
- padding: 15px 18px;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-nav ul li li:first-child {
|
|
|
- border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-nav ul li li a {
|
|
|
- padding: 15px 40px;
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-nav ul li li li {
|
|
|
- border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-nav ul li li li a {
|
|
|
- padding: 15px 60px;
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
|
|
|
- border: none !important;
|
|
|
- width: 50px;
|
|
|
- height: 53px;
|
|
|
- padding: 0 !important;
|
|
|
- line-height: 53px;
|
|
|
- margin-top: 0;
|
|
|
-}
|
|
|
-
|
|
|
-header .mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-two .header-top-area {
|
|
|
- padding: 15px 0;
|
|
|
- background-color: #041d38;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-two .mainmenu-area {
|
|
|
- border-bottom: 1px solid #f1f1f1;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 1200px) and (max-width: 1599px) {
|
|
|
- header.header-two .mainmenu-area {
|
|
|
- padding: 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
|
|
- header.header-two .mainmenu-area {
|
|
|
- padding: 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
|
- header.header-two .mainmenu-area {
|
|
|
- padding: 15px 95px 15px 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 767px) {
|
|
|
- header.header-two .mainmenu-area {
|
|
|
- padding: 15px 95px 15px 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 575px) {
|
|
|
- header.header-two .mainmenu-area {
|
|
|
- margin-top: 0;
|
|
|
- }
|
|
|
-
|
|
|
- header .mainmenu-area .apply-expre {
|
|
|
- display: none
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 1200px) and (max-width: 1599px) {
|
|
|
- header.header-two .mainmenu-area .main-menu {
|
|
|
- grid-column-gap: 60px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
|
|
- header.header-two .mainmenu-area .main-menu {
|
|
|
- grid-column-gap: 30px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header.header-two .mainmenu-area .main-right {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-two .mainmenu-area .main-right .offcanvas-trigger {
|
|
|
- margin-left: 50px;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-two .mainmenu-area .main-right .quote-icon {
|
|
|
- text-align: left;
|
|
|
- padding-left: 80px;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-two .mainmenu-area .main-right .quote-icon .icon {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 50%;
|
|
|
- -webkit-transform: translateY(-50%);
|
|
|
- transform: translateY(-50%);
|
|
|
-}
|
|
|
-
|
|
|
-header.header-two .mainmenu-area .main-right .quote-icon span {
|
|
|
- font-weight: 700;
|
|
|
- font-size: 14px;
|
|
|
- color: #041d38;
|
|
|
- font-family: "Oswald", sans-serif;
|
|
|
- line-height: 24px;
|
|
|
- text-transform: uppercase;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-two .mainmenu-area .main-right .quote-icon span span {
|
|
|
- display: block;
|
|
|
- font-size: 20px;
|
|
|
- color: #409eff;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 767px) {
|
|
|
- header.header-two .mainmenu-area .main-right .quote-icon span span {
|
|
|
- font-size: 18px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three .mainmenu-area {
|
|
|
- background-color: transparent;
|
|
|
- padding: 15px 0;
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
|
- header.header-three .mainmenu-area {
|
|
|
- padding: 15px 95px 15px 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 767px) {
|
|
|
- header.header-three .mainmenu-area {
|
|
|
- padding: 15px 95px 15px 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three .mainmenu-area .main-menu {
|
|
|
- grid-column-gap: 75px;
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 1200px) and (max-width: 1599px) {
|
|
|
- header.header-three .mainmenu-area .main-menu {
|
|
|
- grid-column-gap: 40px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
|
|
- header.header-three .mainmenu-area .main-menu {
|
|
|
- grid-column-gap: 30px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three .mainmenu-area .main-menu .logo img.sticky-logo {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three .mainmenu-area .main-menu .menu-items ul li {
|
|
|
- margin-right: 30px;
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
|
|
- header.header-three .mainmenu-area .main-menu .menu-items ul li {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three .mainmenu-area .main-menu .menu-items ul li a {
|
|
|
- color: #fff;
|
|
|
- line-height: 90px;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three .mainmenu-area .main-menu .menu-items ul li.active>a {
|
|
|
- color: #409eff;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three .mainmenu-area .main-right .main-btn.btn-filled:hover {
|
|
|
- background-color: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three .mainmenu-area .main-right .main-btn.btn-filled:hover::after,
|
|
|
-header.header-three .mainmenu-area .main-right .main-btn.btn-filled:hover::before {
|
|
|
- background-color: #041d38;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three .mainmenu-area .main-right .offcanvas-trigger {
|
|
|
- background-color: #fff;
|
|
|
- border-color: #fff;
|
|
|
- color: #041d38;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three .mainmenu-area .main-right .offcanvas-trigger:hover {
|
|
|
- background-color: #409eff;
|
|
|
- border-color: #409eff;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
|
|
|
- border-color: #fff;
|
|
|
- background-color: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three.sticky .mainmenu-area .main-menu .logo img.sticky-logo {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-
|
|
|
-header.header-three.sticky .mainmenu-area .main-menu .logo img.normal-logo {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-header.sticky {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- background: rgba(43, 47, 66, .9);
|
|
|
- -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
|
|
|
- box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
|
|
|
- z-index: 99;
|
|
|
- -webkit-animation: sticky 1.2s;
|
|
|
- animation: sticky 1.2s;
|
|
|
-}
|
|
|
-
|
|
|
-header.sticky .mainmenu-area {
|
|
|
- margin-top: 0;
|
|
|
-}
|
|
|
-
|
|
|
-header.sticky .mainmenu-area .main-menu .menu-items>ul>li:hover .submenu {
|
|
|
- background: rgba(43, 47, 66, .5);
|
|
|
-}
|
|
|
-
|
|
|
-header.sticky .mainmenu-area .main-menu .menu-items>ul>li:hover .submenu>li a {
|
|
|
- color: #000;
|
|
|
- color: #fff
|
|
|
- /* background:#fff */
|
|
|
-}
|
|
|
-
|
|
|
-header.sticky .mainmenu-area .main-menu .menu-items ul li a {
|
|
|
- /* line-height: 90px; */
|
|
|
-}
|
|
|
-
|
|
|
-header.sticky .header-top-area {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-header.sticky.header-three .mainmenu-area {
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-
|
|
|
-header.sticky .mainmenu-area .logo img {
|
|
|
- width: 100px
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
|
- header.sticky.header-three .mainmenu-area {
|
|
|
- padding: 15px 95px 15px 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 767px) {
|
|
|
- header.sticky.header-three .mainmenu-area {
|
|
|
- padding: 15px 95px 15px 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-header.sticky.header-three .mainmenu-area .main-menu .menu-items ul li a {
|
|
|
- color: #1d2088;
|
|
|
-}
|
|
|
-
|
|
|
-header.sticky.header-three .mainmenu-area .offcanvas-trigger {
|
|
|
- background-color: #1d2088;
|
|
|
- border-color: #1d2088;
|
|
|
- color: #1d2088;
|
|
|
-}
|
|
|
-
|
|
|
-header.sticky.header-three .mainmenu-area .offcanvas-trigger:hover {
|
|
|
- background: transparent;
|
|
|
- border-color: rgba(4, 29, 56, 0.1);
|
|
|
-}
|
|
|
-
|
|
|
-header.sticky.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
|
|
|
- border-color: rgba(4, 29, 56, 0.1);
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap {
|
|
|
- position: fixed;
|
|
|
- width: 450px;
|
|
|
- top: 0;
|
|
|
- min-height: 100vh;
|
|
|
- right: 0;
|
|
|
- -webkit-transition: all 0.4s;
|
|
|
- transition: all 0.4s;
|
|
|
- z-index: 9999999;
|
|
|
- margin-right: -450px;
|
|
|
- -webkit-box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.08);
|
|
|
- box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.08);
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap.show-off-canvas {
|
|
|
- margin-right: 0;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .overly {
|
|
|
- position: fixed;
|
|
|
- height: 100vh;
|
|
|
- width: 100%;
|
|
|
- z-index: 998;
|
|
|
- background-color: #000;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- -webkit-transition: all 0.4s;
|
|
|
- transition: all 0.4s;
|
|
|
- opacity: 0;
|
|
|
- visibility: hidden;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .overly.show-overly {
|
|
|
- visibility: visible;
|
|
|
- opacity: 0.6;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget {
|
|
|
- padding: 90px 50px;
|
|
|
- background-color: #fff;
|
|
|
- height: 100vh;
|
|
|
- /* height: 860px; */
|
|
|
- position: relative;
|
|
|
- z-index: 999;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget a.off-canvas-close {
|
|
|
- position: absolute;
|
|
|
- right: 50px;
|
|
|
- top: 40px;
|
|
|
- font-size: 30px;
|
|
|
- color: #041d38;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget {
|
|
|
- margin-bottom: 50px;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget .widget-title {
|
|
|
- font-size: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
- text-transform: uppercase;
|
|
|
- letter-spacing: -1px;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li {
|
|
|
- display: -ms-grid;
|
|
|
- display: grid;
|
|
|
- -ms-grid-rows: auto;
|
|
|
- grid-template-rows: auto;
|
|
|
- -ms-grid-columns: 120px 1fr;
|
|
|
- grid-template-columns: 120px 1fr;
|
|
|
- margin-bottom: 30px;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-img {
|
|
|
- background-size: cover;
|
|
|
- background-position: center;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content {
|
|
|
- padding-left: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content h6 {
|
|
|
- margin-bottom: 15px;
|
|
|
- font-size: 18px;
|
|
|
- text-transform: uppercase;
|
|
|
- letter-spacing: -1px;
|
|
|
- line-height: 1.3;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content .time {
|
|
|
- font-size: 15px;
|
|
|
- font-weight: 500;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content .time i {
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li {
|
|
|
- font-size: 18px;
|
|
|
- color: #041d38;
|
|
|
- font-weight: 600;
|
|
|
- margin-bottom: 10px;
|
|
|
- padding-left: 25px;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li i {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 50%;
|
|
|
- -webkit-transform: translateY(-50%);
|
|
|
- transform: translateY(-50%);
|
|
|
- font-size: 15px;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li a {
|
|
|
- color: #041d38;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget.social-widget ul li a {
|
|
|
- height: 40px;
|
|
|
- width: 40px;
|
|
|
- line-height: 40px;
|
|
|
- border: 1px solid #041d38;
|
|
|
- color: #041d38;
|
|
|
- border-radius: 50%;
|
|
|
- text-align: center;
|
|
|
- font-size: 15px;
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-header .off-canvas-wrap .off-canvas-widget .widget.social-widget ul li a:hover {
|
|
|
- background-color: #409eff;
|
|
|
- color: #fff;
|
|
|
- border-color: #409eff;
|
|
|
-}
|