
a{ color:#666; text-decoration:none;}
a:hover,a:active{ text-decoration:none;}


ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}




::placeholder {
  opacity: 1;
}

/*===== Common class Style =====*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #ffaa17;
  z-index: 9999999;
}

#preloader > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

#preloader > div div {
  height: 40px;
  width: 40px;
  background-color: #fff;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
          animation: rotateplane 1.2s infinite ease-in-out;
}

.main-btn {
  font-size: 16px;
  color: #041d38;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0 45px;
  background-color: #fff;
  border: 2px solid #fff;
  position: relative;
  height: 60px;
  line-height: 60px;
}

.main-btn::after, .main-btn::before {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 10px;
  width: 2px;
  content: '';
  background-color: #0195ff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-btn::before {
  width: 10px;
  height: 2px;
}

.main-btn:hover {
  color: #fff;
}

.main-btn.btn-borderd {
  border: 2px solid rgba(4, 29, 56, 0.1);
  background-color: transparent;
}

.main-btn.btn-borderd:hover {
  background-color: #0195ff;
  border-color: #0195ff;
}

.main-btn.btn-borderd:hover::after, .main-btn.btn-borderd:hover::before {
  background-color: #fff;
}

.main-btn.btn-filled {
  background-color: #ffaa17;
  border-color: #ffaa17;
}

.main-btn.btn-filled::after, .main-btn.btn-filled::before {
  background-color: #041d38;
}

.main-btn.btn-filled:hover {
  background-color: transparent;
  border-color: rgba(4, 29, 56, 0.1);
}

.main-btn.btn-filled:hover::after, .main-btn.btn-filled:hover::before {
  background-color: rgba(4, 29, 56, 0.1);
}

.section-title h2 {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 399px) {
  .section-title h2 {
    font-size: 26px;
  }
}

.section-title span.title-tag {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffaa17;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

.section-title.left-border span.title-tag {
  padding-left: 50px;
}

.section-title.left-border span.title-tag::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background-color: #ffaa17;
  content: '';
}

.section-title.both-border span.title-tag {
  padding-left: 50px;
  padding-right: 50px;
}

.section-title.both-border span.title-tag::before, .section-title.both-border span.title-tag::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background-color: #ffaa17;
  content: '';
}

.section-title.both-border span.title-tag::after {
  left: auto;
  right: 0;
}

/* Custom Container Width */
@media (min-width: 1600px) {
  .container-fluid.custom-container-one {
    max-width: 1520px;
  }
}

@media (min-width: 1600px) {
  .container-fluid.custom-container-two {
    max-width: 1400px;
  }
}

/* Animation keyfranes */
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@-webkit-keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes ripple-white {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 0.2;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@keyframes ripple-white {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 0.2;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

/*===========================
    Header
===========================*/
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: 10px 0;font-size:14px; text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;width:1250px;height:auto;overflow:hidden;margin:0 auto;
} /*-----top-------*/
.header-cnen{float:right;}

@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: 14px;
  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: #ffaa17;
}

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 {
  background-color: #fff;
  position: relative;
  padding: 0 30px;width:1250px;margin:0 auto;/*---top---*/
}

@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;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .mainmenu-area {
    padding: 15px 95px 15px 15px;
  }
}

@media (max-width: 767px) {
  header .mainmenu-area {
    padding: 0 0 0 0;width:auto;height:60px;
  }
header .header-top-area {display:none}
header .mainmenu-area .main-menu .logo{margin-top:12px;}
header .mainmenu-area .main-menu .logo img {width:100px;height:auto;}
}

@media (max-width: 575px) {
  header .mainmenu-area {
    margin-top: 0;
  }
}
@media (max-width: 399px) {
header .mainmenu-area .main-menu .logo{margin-top:18px;}
}

header .mainmenu-area .main-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1;
      grid-template-rows: 1;
  -ms-grid-columns: 150px 1fr;
      grid-template-columns: 150px 1fr;
  grid-column-gap: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  header .mainmenu-area .main-menu {
    grid-column-gap: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .mainmenu-area .main-menu {
    grid-column-gap: 30px;
  }
}

header .mainmenu-area .main-menu .logo{padding:0 0 0 0;}

header .mainmenu-area .main-menu .logo img {width:160px;height:auto;
}

@media (max-width: 399px) {
  header .mainmenu-area .main-menu .logo img {
    max-width: 120px;
  }
}
header .mainmenu-area .main-menu .menu-items{margin-left:65px;}
header .mainmenu-area .main-menu .menu-items ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  header .mainmenu-area .main-menu .menu-items ul li {
    margin-right: 15px;
  }
}

@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: 90px;
  padding: 0 15px;
  color: #444;
  text-transform: uppercase;
  font-size: 16px;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  header .mainmenu-area .main-menu .menu-items ul li a {
    padding: 0 12px;
  }
header .mainmenu-area .main-menu .menu-items ul li a {
  line-height:80px;
}

header .header-top-area {
  padding: 5px 0;font-size:14px; text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

}

header .mainmenu-area .main-menu .menu-items ul li a:hover {
  color: #0096ff;
}

header .mainmenu-area .main-menu .menu-items ul li.active > a {
  color: #0096ff;
}

header .mainmenu-area .main-menu .menu-items ul li .submenu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 180px;
  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;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
          box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
}

header .mainmenu-area .main-menu .menu-items ul li .submenu > li {
  position: relative;
  display: block;
  margin: 0;
}

header .mainmenu-area .main-menu .menu-items ul li .submenu > li a {
  display: block;
  padding: 0 20px;
  position: relative;
  color: #041d38;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  line-height: 42px;font-size:16px;color:#666;
}

header .mainmenu-area .main-menu .menu-items ul li .submenu > li a:hover {
  background-color: #0096ff;
  color: #fff;
}

header .mainmenu-area .main-menu .menu-items ul li .submenu > li .submenu {
  position: absolute;
  left: 100%;
  top: 30%;
  width: 180px;
  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: #0096ff;
  border: 2px solid #0096ff;
  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: #01438a;
  border-color: #01438a;
}

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: 0px;
  margin-top: -50px;
  border: 2px solid rgba(4, 29, 56, 0.1);
  padding: 5px 5px 5px 5px;
  width: 24px;height:21px;overflow:hidden;
  z-index: 222;
}

@media (max-width: 399px) {
  header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
    margin-top: -47px;
    padding: 4px 5px;
  }
}

header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal span {
  background-color: #041d38;width:20px;margin-left:2px;
}

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: 17px 20px;
  width: 100%;
  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: 17px 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.header-two .mainmenu-area .main-menu {
  grid-column-gap: 90px;
}

@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: #ffaa17;
}

@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: #ffaa17;
}

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: #ffaa17;
  border-color: #ffaa17;
}

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: #fff;
  -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 a {
  line-height: 90px;
}

header.sticky .header-top-area {
  display: none;
}

header.sticky.header-three .mainmenu-area {
  padding: 0;
}

@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: #041d38;
}

header.sticky.header-three .mainmenu-area .offcanvas-trigger {
  background-color: #ffaa17;
  border-color: #ffaa17;
  color: #041d38;
}

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: 320px;
  top: 0;
  min-height: 100vh;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 9999999;
  margin-right: -320px;
  -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;
  position: relative;
  z-index: 999;
}

header .off-canvas-wrap .off-canvas-widget a.off-canvas-close {
  position: absolute;
  right: 50px;
  top: 20px;
  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:18px;
  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: 12px;
}

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 {
width:120px;height:120px;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content {
font-size:16px;padding:30px 0 0 10px;
}
header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content p{font-size:13px;padding-top:5px}

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: 16px;
  color: #555;
  margin-bottom: 10px;
  padding-left: 30px;
  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;
}





























