:root {
  --white: #ffffff;
  --black: #000000;
  --black1: #222222;
  --black3: #121212;
  --rozered:#f33e4a;
  --lightorange:#f47722;
  --lightgrayish:#7f8391;
  --azureblue:#369be4;
  --lightcyan:#f3fbfe;
  --cyangray:#9a9da4;
  --rozered1:#f33f4b;
  --rozered2:#e22b25;
  --orange:#f37722;
  --gray3:#777777;
  --gray4:#3b3b3b;
  --gray5:#555555;
  --transparent: transparent;
}
:root {
  --common-font-body: Poppins,sans-serif;
  --source-saun-font: "Source Sans Pro";
  --mulifont:'Muli', sans-serif;
}
/* --------------------------Top Bar---------------------------- */
.top_details ul li, .sec_innerbox ul li {
  list-style: none;
  display: inline;
  color: #fff;
}
.top_details ul li{
  color: #9198a2;
}
.top_bar {
  width: 100%;
  float: left;
  background-color: #040404;
}
.top_details ul li.search-box span {
  border: none;
  padding: 15px 18px;
  margin-right: 0;
}
.top_details ul li span {
  padding-right: 10px;
}
.serach_outer i{
  font-size: 15px;
  padding: 4px 0 0 0;
  color: #bbb;
  border: 0;
  background-color: #040404;
  cursor: pointer;
}
.top_details p {
  color: #033333;
  font-size: 15px;
  margin: 0 0 0 !important;
}
.top_details ul li span i {
  padding-right: 6px;
}
.top_details ul li a {
  color: #ffffff;
}
.top_bar_link a {
  color: #ffffff;
  background-color:#c4b12d;
}
.left-side-content {
  margin: 0;
  padding: 10px 0;
}
.top_bar_link {
  text-align: right;
}
.top_details i{
  color: #c4b12d;
  font-size: 14px;
  margin-left: 15px;
}
.top_details i.fas.fa-bookmark {
  background: #040404;
  padding: 15px 17px;
}
.serach_inner form.search-form input.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9198a2;
}
.top_details .btn span{
  background: #040404;
}
.top_details .btn {
  border-radius: 0rem;
}
.top_details .btn span:after{
  background:#040404;
}
.top_details .btn{
  padding: 0.579rem .75rem;
}
/* --------------------------Header---------------------------- */
.nav_wrap {
  clear:both;
  margin-bottom: 0em;
  z-index: 99;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.home.page-template .nav_wrap {
  border-bottom: none;
}
.home.page-template #header {
 padding-bottom: 0px;
}
#header {
  background: #ffffff;
  padding-bottom: 15px;
}
#masthead {
  width: 100%;
}
#header .logo img{
  max-height: 123px;
  width: auto;
}
#topbar {
  border-top: 10px solid #435061;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo, #footer .logo{
  margin:0; 
  padding: 0px 15px; 
}
#header .logo h1{ 
  font-weight:700; 
  padding:0; 
  margin-bottom:8px; 
  font-size:30px; 
  font-weight:bold; 
  margin-top: 0; 
}
.logo a.custom-logo-link{ 
  color:#000000;
}
.logo h1 a, .logo h1 a{
  color: #2b3546;
  text-transform: uppercase;
  font-size: 26px;
}
.logo p{ 
  color: #2b3546;
  margin-bottom: 0;
  font-size: 14px;
}
#header .top-contact{
  padding:12px 0; 
  font-size:15px;
}
.menubar .social-media{
  padding:12px 0; 
  text-align:center;
}
.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background:#fff;
}
#masthead.scrolled {
  background: #ffffff;
}
#site-navigation {
    width: 100%;
}
/*----------------Menu bar-----------*/
.hamburger {
  padding-left: 10px
}
.side-navigation {
  padding: 0;
  margin: 0;
  text-align: left;
}
.side-navigation>li {
  list-style: none;
  margin-bottom: 10px
}
.close-sidebar {
  font-size: 35px;
  padding-right: 5px;
  color: #fff;
  text-align: right
}
.headerbar {
  display: none;
  font-size: 30px;
  text-align: right;
  font-weight:900;
  color:#292b2c;
}
amp-sidebar#sidebar1 {
  display: none
}
.i-amphtml-sidebar-mask {
  position: static!important
}
.side-navigation ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.side-navigation li {
  display: inline-block;
  margin: 0;
  position: relative;
  padding:20px;
}
.side-navigation a {
  text-decoration: none;
  outline-offset: -8px;
  white-space: nowrap;
  font-size: 16px;
  color: #2b3546;
  display: block;
  font-weight: 400;
}
.side-navigation ul li a:active {
  color: #c4b12d;
}
.side-navigation ul li a:hover {
  text-decoration: underline;
  color:#c4b12d;
}
.side-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background:#F6F6F6;
  min-width: 215px;
  z-index: 9999;
  padding:0;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
.side-navigation ul ul ul {
  left: 31%;
  top: 41px;
}
.side-navigation ul ul a {
  color: #1e1d1c;
  transition: all .5s ease 0s
}
.side-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none!important;
  padding: 10px;
}
.side-navigation ul ul a {
  font-size: 14px;
  line-height: 1.5;
}
.side-navigation ul>li.menu-item-has-children>a:after {
    content: "\f107";
    position: static;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    margin-top: 5%;
}
.side-navigation ul ul li {  border-bottom: 1px solid #cccccc;}
.side-navigation ul ul li a:hover{ color:#1e1d1c;}
.nav-menu ul ul li:last-child { border-bottom: 0}
.side-navigation ul ul li:last-child {  border-bottom: 0}
.side-navigation ul li:hover>ul {  display: block}
.side-navigation ul .current_page_item a {  color:#c4b12d;}
.main-menu-navigation {
    margin: 30px 0 0
}
.nav-next .post-title,.nav-previous .post-title {
  display: block!important
}
.toggle-menu,a.closebtn {    display: none}
#vw-sticky-menu.sticky .side-navigation ul{  text-align: center; }
/*---------------- Footer Section ----------------------*/
#custom_footer {  background-color: #000000;}
.footer-top {  padding-bottom: 50px;}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid;
  margin: 20px 2px;
}
#footer input, #footer textarea{
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
  color: #ffffff;
  font-size: 11px !important;
}
.copyright {
  background-size: cover;
  background: #c4b12d;
}
.copyright p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.main_sociobox { padding: 20px 0;}
#footer{ 
  text-align:center;
  color:#c4b12d;
  padding:3em 0 0 0px;
  text-align:left;
  background-color: #000000;
}
.footer_hide{  display:none;}
#footer h3{
  text-align:left;
  font-size:24px;
  padding:0 0 17px 0;
}
#footer .copyright p{
  font-size:14px;
  color:#ffffff;
}
#footer .copyright .copyright-text p{
  padding-top:15px;
}
#footer .copyright a {
  color: #000000;
  cursor: pointer;
}
#footer input{
  padding:8px 8px; 
  float:left;
  margin:5px 0;
  border-radius:0px;
}
#footer input[type="submit"], #newsletter input[type="submit"] {
  padding: 8px 10px;
  background-color: #5f5406;
  color: #ffffff;
  text-transform: uppercase;
}
#footer .copyright{
  text-align:center;
  margin:30px 0 0 0;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px;
}
#footer .widget_nav_menu ul li:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    color: #c4b12d;
    position: absolute;
    left: 9px;
    font-size:12px;
}
#footer ul li a{ color:#cccccc;}
#footer p{
  font-size:14px;
  margin: 0;
  line-height: 20px;
  color: #ccc;
}
.widget_recent_entries img {
  width: 100px;
}
#footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  margin-bottom: 22px;
}
#footer aside {  margin-bottom: 20px;}
.footer-cols {  padding-bottom: 40px;}
.about_me table, .about_me td, .about_me th{  border: none;}
.about_me p.message { margin-bottom: 20px !important;}
.vw-credit, .vw-credit a{ color: #ffffff;}
#newsletter input[type="submit"]{
  border:0;
  position: absolute;
  right: 15px;
  top:0;
  font-size: 15px;
  background-color: #5f5406;
}
#newsletter input{
  border-top:0;
  border-left: 0;
  border-right: 0;
}
#newsletter .form-group {  margin-bottom: 0rem; }
/*-----sticky header----------*/
#sticky-onoff{  display: none;}
.stickynavbar {
  background-color: #fff;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99;
}
.sticky .main-navigation a{ color: #9a9da4;}
#vw-sticky-menu.sticky {
  margin-top: 0;
  padding: 10px 20px
}
.sticky #site-navigation {
  width: auto;
  margin: 0 auto;
}
.copyright-text p.center{  text-align: center;}
.copyright-text p.left{  text-align: left;}
.copyright-text p.right{  text-align: right;}
#footer .about_me aside table{
  margin:10px 0px;
}
#newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}