amp-sidebar#sidebar1 {
  display: none 
}
[class*="amphtml-sidebar-mask"] {
background: none;
z-index: 99;
} 
.i-amphtml-sidebar-mask{
  position: static!important 
}
.topbar-title span{
  color: white;
}
/*-----------------Search pop up----------------*/
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 29%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 17px;
  padding: 4px 0 0 0;
  color: white;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border-radius: 0;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach-page input.search-field {
  border: 1px solid var(color-cccccc);
  padding: 9px;
}
.search_popup input.search-submit {
  border: 0;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid white;
}
.search_popup label {
  background: transparent;
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
  border-bottom: 2px solid white;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
}
.search_popup input.search-field::placeholder {
  font-size: 17px;
  color: white;
}
.search_popup .search-submit {
  color: white;
  border-radius: 50%;
  background-color: var(--color-010166);
  padding: 10px 13px;
  width: 50px;
  height: 50px;
  border: none;
}

/* --------------------------Header---------------------------- */
#header #sticky-onoff {
  display: none;
}
.nav_wrap {
  z-index: 99;
  position: relative;
  -webkit-box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 11%);
  background-color: var(--color-010166);
}
.main-header-box {
  width: 100%;
  margin-bottom: -27px;
}
#header .logo img {
  max-height: 123px;
  width: auto;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99999;
  text-align: center;
  right: 0;
  margin: 0;
}
.main-header-box .sticky.menu-box {
  margin: 0;
}
.sticky .main-navigation ul {
  margin: 0 auto;
  text-align: left;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
#header .logo h1 {
  padding: 0;
  font-size: 30px;
  line-height: 27px;
}
.logo h1 a {
  font-size: 27px;
  color: var(--color-010166);
  font-family: var(--font-livvic);
  font-weight: 700;
}
.logo p {
  font-size: 14px;
  color: var(--color-333333);
  margin-bottom: 0;
  padding-top: 5px;
}
#site-navigation {
  width: 100%;
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.main-navigation ul {
  margin: 0;
}
.main-navigation li {
  position: relative;
  display: inline-block;
  padding: 0 14px;
}
.main-navigation a {
  font: 400 15px var(--font-livvic);
  display: block;
  padding: 20px 6px;
  color: white;
}
.main-navigation a:hover {
  color: var(--color-fe5970);
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 215px;
  z-index: 9999;
  background-color: var(--color-010166);
}
.main-navigation ul ul ul {
  left: 215px;
  top: 56%;
}
.main-navigation ul ul ul ul {
  left: 84px;
  top: 100%;
}
.main-navigation ul ul a {
  padding: 10px 8px;
}
.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid var(--color-e7e7e7);
  border-left: none;
  border-right: none;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
  border-right: none;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation .menu > ul > li.highlight {
  background-color: white;
}
.main-navigation .menu > ul > li.highlight:hover {
  background: transparent;
}
.menubar.scrolled .menu > ul > li:hover > a:after, .menubar.scrolled .menu > ul > li.current_page_item > a:after, .menubar.scrolled .menu > ul > li.current-menu-item > a:after {
  height: 2px;
}
#header-menu .current_page_item a {
  color: var(--color-fe5970);
}
.main-header-box .header-search {
  text-align: right;
}
.topbar .search-icon i {
  color: var(--color-252525);
  cursor: pointer;
  background-color: var(--color-fe5970);
  padding: 19px 12px;
  height: 100%;
  font-size: 14px;
}
.sticky .logo {
  position: unset;
  padding: 0;
}
#topbar {
  padding: 8px 0 8px 0;
  background-color: var(--color-010166);
}
.header-contact i {
  color: var(--color-fe5970);
  font-size: 18px;
  padding-right: 5px;
}
.header-contact span {
  font-size: 14px;
  letter-spacing: 1px;
  color: white;
  font-weight: 700;
}
.header-contact span {
  font: 400 13px var(--font-livvic);
  letter-spacing: 1px;
  color: var(--color-c8c8c8);
  padding-left: 5px;
}

.header-contact i {
  color: var(--color-fe5970);
  font-size: 30px;
  margin-right: 5px;
}
.header-contact span, .header-contact span a {
  color: black;
  font-weight: 600;
  padding-left: 0;
  display: block;
  font-size: 14px;
  padding-bottom: 3px;
}
.head_details .media:last-child {
  padding-right: 0;
}
.head_details .media {
  padding-right: 60px;
}
.socialbox a {
  text-align: center;
}
.socialbox {
  text-align: right;
}
#topbar .socialbox a i {
  text-align: center;
  color: var(--color-c8c8c8);
  font-size: 14px;
  padding: 0;
}
#topbar .socialbox a {
  width: 30px;
  height: 30px;
  color: var(--color-c8c8c8);
  display: inline-block;
  border: none;
  margin-left: 5px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
}
#topbar .socialbox a i:hover {
  color: var(--color-252525);
  background-color: var(--color-fe5970);
  border-color: var(--color-fe5970);
}
#topbar .socialbox a .fa-twitter {
  color: #03a9f4;
}
#topbar .socialbox a .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#topbar .socialbox a .fa-facebook-f {
  color: #3b5999;
}
#topbar .socialbox a .fa-linkedin-in {
  color: #0078b5;
}
.search-icon i {
  color: white;
  padding-right: 20px;
}
/*----------------------Mobile Menu Icon------------------------------*/
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  color: white;
  font-size: 9px;
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: var(--color-333333);
}
.toggle-nav, a.closebtn {
  display: none;
}
.main-navigation ul ul li {
  position: relative;
  padding: 8px 10px;
}
/*---------------- Custom Footer ----------------------*/
.contact_us {
  background-attachment: fixed;
}
/*---------------- Footer Section ----------------------*/
#footer {
  background-color: var(--color-010166);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0px;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#footer form.search-form {
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input {
  float: none;
  border: 1px solid white;
  margin: 20px 2px;
}
#footer form.search-form input[type="search"] {
  width: 100%;
  margin-bottom: 0px;
}
#footer textarea {
  height: 100px;
}
#footer p.post-date {
  color: var(--color-7f8391);
  font-size: 11px !important;
}
.footer_hide {
  display: none;
}
#footer h3 {
  font-size: 20px;
  color: white;
  padding: 10px 0 17px 0;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  text-align: left;
  padding: 1px;
  position: relative;
  line-height: 25px;
}
#footer .widget_recent_entries ul li:before {
  content: "";
}
#footer ul li a {
  color: white;  
  padding-left: 18px;
  font-weight: 300;
}
#footer a{
  color: white;
}
.widget_recent_entries img {
  width: 100px;
  padding-right: 10px;
}
.about_me p.message {
  margin-bottom: 20px !important;
}
.copyright {
  background-repeat: no-repeat;
  background-size: cover;
}
.copyright p {
  color: white;
  font-weight: 400;
  margin-bottom: 0;
}
.copyright .copyright-text {
  border-top: 1px solid #394c93;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .about_me i {
  font-size: 14px;
  color: var(--color-fe5970);
  padding-right: 6px;
}
#footer .widget td {
  padding-top: 0px !important;
  padding-bottom: 0;
  padding: 6px;
}
#footer .widget_calendar td,#footer .widget_calendar th,#footer .widget_calendar caption {
  color: white !important;
}
#footer .textwidget p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #e4e3ed;
  font-family: var(--font-livvic);
  font-weight: 400;
  margin-bottom: 0;
}
#footer .widget p {
  color: white;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
}
#footer .post-content a {
  color: var(--color-8e8e8e);
  margin-bottom: 0;
}
#footer .widget_nav_menu ul {
  margin-left: 0;
}
#footer .recent-post-box .post-thumb {
  padding: 0;
}
#footer .widget ul {
  margin-left: 0;
}
#footer .copyright .socialbox {
  text-align: right;
  margin-top: 14px;
}
#footer .copyright .socialbox i {
  color: var(--color-8e8e8e);
  margin-right: 30px;
  font-size: 13px;
}
#footer .copyright .socialbox i:hover, #footer ul li:hover:before, #footer ul li:hover a{
  color: var(--color-fe5970);
}
#footer .widget_media_gallery #gallery-1 img {
  border: none;
}
#footer #gallery-1 .gallery-item {
  margin: 0;
}
#footer ul li:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color: white;
  position: absolute;
  left: 0;
  font-size: 12px;
}
.footer-cols {
  border-top: 1px solid #394c93;
  padding-top: 3em;
}
#footer .textwidget img {
  border: none;
  padding-bottom: 10px;
}
#footer .custom-social-icons {
  margin-top: 20px;
}
#footer .custom-social-icons i {
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px 10px;
  color: white;
  margin-right: 8px;
}
#footer .custom-social-icons a {
  margin-top: 10px;
  display: inline-block;
}
#footer .custom-social-icons i:hover {
  background-color: var(--color-010166);
  border-color: var(--color-010166);
}
#footer .footer-details {
  padding-bottom: 20px;
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background-color: #7c818c;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  z-index: 99999;
}
#return-to-top i {
  color: white;
  position: relative;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px 18px;
}
#return-to-top:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: white;
  top: 5px;
}
/* ----------- Newsletter -------------- */
#footer .newsletter {
  align-items: center;
  border-top: 1px solid #3a3a3a;
  padding-top: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.news_form p {
  margin-bottom: 0;
}
#footer .newsletter h3 {
  font-size: 28px;
  color: white;
  padding-bottom: 10px;
}
#footer .newsletter .section-text p, #footer .newsletter .section-text {
  max-width: 100%;
  font-weight: 300;
  font-size: 14px;
  color: white;
}
#footer .newsletter input[type="email"] {
  background-color: white;
  border-color: white;
  max-width: 100%;
  margin-bottom: 0;
}
#footer .newsletter input[type="email"]::placeholder {
  letter-spacing: 1px;
  font-style: italic;
}
#footer .newsletter input[type="submit"] {
  padding: 17px 20px;
  background-color: var(--color-fe5970) !important;
  color: white;
  position: absolute;
  top: -1px;
  font-size: 14px;
  border-radius: 0;
  right: 0;
  margin: 0;
}
.about_me p {
  padding-bottom: 4px;
}
.about_me p a{
  color: white;
}
/*-------------Support Widget ---------------*/
.support_widget {
  background-color: white;
  padding: 13px;
  border-radius: 10px;
  margin-top: 10px;
}
.support_widget img {
  margin-left: 10px;
}
.no_sticky.sticky.stickynavbar {
    position: unset;
}