#menu_conatiner {
  background-color: var(--color-141015);
}
/*---------------Social Icons -----------------*/
.header_contact, #open_nav, #footer .socialbox a{
  color: var(--color-ffcc73);
  background: transparent;
  font-size: 14px;
  padding: 3px 8px;
  margin-right: 30px;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
  display: inline-block;
}
.header_contact i.fas.fa-phone,{
      transform: rotate(90deg);
}
.header_contact:focus,
.header_contact:hover, #open_nav:focus,
#open_nav:hover,  #footer .socialbox a:focus,  #footer .socialbox a:hover{
    color: var(--color-141015);
    background-color: var(--color-ffcc73);
}
.header_contact:before, .header_contact:after, #open_nav:before, #open_nav:after, #footer .socialbox a:before,  #footer .socialbox a:after {
  content: '';
  height: 147%;
  width: 116%;
  border: 1px solid var(--color-ffcc73);
  border-right: none;
  border-bottom: none;
  position: absolute;
  left: -7px;
  top: -7px;
  transition: all 0.2s ease-in, width 0.5s cubic-bezier(.45,-0.33,.43,1.46);
}
.header_contact:after, #open_nav:after, #footer .socialbox a:after{
    transform: rotate(180deg);
    top: auto;
    left: auto;
    right: -7px;
    bottom: -7px;
}
.header_contact:hover:before,
.header_contact:hover:after, #open_nav:hover:before,
#open_nav:hover:after,#footer .socialbox a:hover:before,#footer .socialbox a:hover:after {
    width: 30%;
}
@media only screen and (max-width: 767px){
  .header_contact{ margin-bottom: 16px; }
}
.innermenubox {
  margin-right: 20px;
}
/*-------------- Topbar------------*/
.sticky {
  position: fixed !important;
  top: 0px;
  width: 100%;
  z-index: 99;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 0;
}
.main-navigation li {
  position: relative;
  padding: 20px 20px;
  display: inline-block;
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation a {
  display: block;
  font: 600 13px var(--font-opensans);
  color: white;
  text-decoration: none;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--color-141015);
  min-width: 215px;
  z-index: 9999;
  animation: zoomIn .4s ease-in-out;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid var(--color13);
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
  color: var(--color-ffcc73) !important;
}
.main-navigation .menu > ul > li.highlight {
  background-color: var(--color-ffcc73);
}
.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;
}
#sticky-onoff {
  display: none;
}
.sub-menu li a {
  display: inline-block;
  padding: 0;
  word-break: break-word;
  -webkit-transition: padding-left .2s ease;
  -ms-transition: padding-left .2s ease;
  transition: padding-left .2s ease !important;
}
.main-header .current_page_item:after {
  content: '';
  display: block;
  border-bottom: 2px solid var(--color-ffcc73);
  width: 40px;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-header li.tg-one-page:after{
  display: none;
}
.main-navigation li.tg-one-page a{
  color: white !important;
}
.sub-menu li {
  padding: 10px 15px 10px 20px;
}
.sub-menu >li:hover > a:before {
  width: 13px;
}
.sub-menu li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--color-ffcc73);
  left: 10px;
  top: 23px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.main-navigation li:hover>a{
  color: var(--color-ffcc73) !important;
}
/*----------------------Mobile Menu Icon------------------------------*/
/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: var(--color15);
}
.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(--color7);
}
.toggle-nav, a.closebtn {
  display: none;
}
amp-sidebar#sidebar1 {
  display: none;
}
[class*="amphtml-sidebar-mask"] {
  background: none;
  z-index: 99;
}
.i-amphtml-sidebar-mask {
  position: static!important;
}
.sub-menu>li:hover>a:after {
  width: 100%;
}
.sub-menu>li:hover>a {
  padding-left: 10px;
}
#site-navigation ul>li.menu-item-has-children>a:after {
  content: '⌄';
  font-family: "Font Awesome 5 Free";
  margin-left: 6px;
  position: relative;
  top: -6px;
  font-size: 16px;
  float: right;
  width: 0;
  font-weight: bold;
}
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: none;
  text-decoration: none;
  -moz-border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  background-color: var(--color-ffcc73);
  animation: pulse 1s infinite;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
}
#return-to-top i {
  color: white;
  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;
}
#mySidenav {
  justify-content: end;
}
#menu_conatiner {
  border-bottom: 2px solid #2c282d;
  padding: 15px 0;
}
.main-navigation a {
  line-height: 4px;
}
.textwidget p {
  font: 500 13px/18px var(--font-opensans);
  color: white;
  margin-top: 12px;
}
#footer h3 {
  font: normal normal 800 17px/26px var(--font-playfairdisplay);
  color: white;
  width: max-content;
}
#footer li a {
  font: 400 15px/17px var(--font-playfairdisplay);
  color: white;
}
#footer ::marker {
  color: #224b3705;
}
#footer ul {
  padding: 0;
}
#footer li {
  padding-top: 6px;
}
.copyright {
  padding: 30px 0;
}
.copyright p {
  margin-bottom: 0;
  color: white;
  text-align: center;
}
.credit_link a {
  color: var(--color-ffcc73);
  font-weight: 800;
}
.main-header ul ul li.current_page_item:after{
  display: none;
}
#footer_box .footer-details {
    padding: 40px 0;
}
#footer_box .footer-details ul {
    margin: 0;
    padding-left: 0;
}
#footer_box .footer-details ul li {
    padding: 7px 0;
    list-style: none;
}
#footer_box .footer-details p, #footer_box .footer-details a {
    font: 400 14px/27px var(--font-opensans);;
    letter-spacing: 0px;
    color: #b5bbcb;
    font-weight: 0.60px;
}
#footer_box .recent-post-box .post-thumb img{
    width: 100px;
    border-radius: 4px;
}
.footer-details h3{
  color: var(--color-ffcc73);
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 35px;
}
#footer_box .recent-post-box .post-content{
 padding: 6px 22px;

}
.about_me p{
     padding: 8px 0;
}
#footer_box .top_social{
    margin-left: 10px;
}
#footer .socialbox .facebook i{
    padding: 3px;
}
#footer, .copyright{
  border-top: 1px solid #2c282d;
}
