:root {
  --black: #000000;
  --white: #ffffff;
  --firstcolor: #fc6352;
}
.final-loading-box, .scrolled, #site-navigation, .home.page-template #masthead, #header, .sticky, table, #sidebar input[type="search"], #sidebar label, #sidebar input[type="submit"]  {
  width: 100%;
}
/*-------------Loader css----------------*/
.final-loading-box{
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--firstcolor);
  z-index: 2;
  cursor: pointer;
  z-index: 9999999;
}
.loadme-dot {
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation: loadme-dot-rotate 1.5s infinite linear;
  animation: loadme-dot-rotate 1.5s infinite linear;
  z-index: 100;
}
.loadme-dot {
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  animation: loadme-dot-rotate 1.5s infinite linear;
  z-index: 100;
}
.loadme-dot1, .loadme-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--white);
  border-radius: 100%;
  -webkit-animation: loadme-dot-bounce 2s infinite ease-in-out;
  animation: loadme-dot-bounce 2s infinite ease-in-out;
}
.loadme-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@keyframes loadme-dot-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadme-dot-bounce {
  0%,
  100% {
    transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
  }
}
.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, #footer .logo{
  margin:0; 
  padding: 0px 0; 
}
#header .logo .logo-text{ 
  font-weight:700; 
  padding:0; 
  margin-bottom:8px; 
  font-size:30px; 
  font-weight:bold; 
  margin-top: 0; 
}
.logo .logo-text a, .logo p, #footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th, .widget_calendar tbody a, .widget_calendar tbody a:hover, .widget_calendar tbody a:focus, .social_widget a, .footer_form .section-heading h3, .footer_form .section-heading p, #footer input, #footer textarea, #footer p.post-date, .copyright p, #footer, #footer .copyright p, #footer .copyright a, #footer input[type="submit"], #footer ul li a, #footer h3, #sidebar input[type="submit"], .vw-credit, .vw-credit a, #sidebar .tagcloud a:hover{
  color: var(--white);
}
.logo .logo-text a {
  text-transform: uppercase;
  font-size: 26px;
}
.logo p{ 
  margin-bottom: 0;
  font-size: 14px;
}
.scrolled {
  position: fixed !important;
  top: 0;
  z-index: 9999999;
  background:var(--white);
}
/* --------------------------Header---------------------------- */
.side-navigation li{
    display:inline-block;
    backface-visibility: hidden;
    vertical-align: middle;
    position:relative;
    box-shadow: 0 0 1px rgba(0,0,0,0);
    tranform: translateZ(0);
    transition-duration: .3s;
    transition-property:transform;
  }
  .side-navigation li:before{
    position:absolute;
    pointer-events: none;
    z-index:-1;
    content: '';
    top: 100%;
    left: 5%;
    height:10px;
    width:90%;
    opacity:0;
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    transition-duration: 0.3s;
    transition-property: transform, opacity;
  }
  .side-navigation li:hover, .side-navigation li:active, .side-navigation li:focus{
    transform: translateY(-5px);
  }
  .side-navigation li:hover:before, .side-navigation li:active:before, .side-navigation li:focus:before{
    opacity: 1;
    transform: translateY(-5px);
  }
  @keyframes bounce-animation {
    16.65% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    33.3% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    49.95% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
    }
    66.6% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }
    83.25% {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .bounce {
    animation-name: bounce-animation;
    animation-duration: 2s;
  }
  .side-navigation ul ul li:before {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    content: '';
    top: 100%;
    left: 0%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    transition-duration: 0.3s;
    transition-property: transform, opacity;
}
.home.page-template #masthead {
  background-color: transparent;
  padding: 20px 0;
  position: absolute;
  z-index: 999;
}
.home.page-template #masthead.scrolled {
  background-color: var(--firstcolor);
}
#masthead {
  background-color: var(--firstcolor);
  padding: 10px;
}
#header .logo img{
  max-height: 123px;
  width: auto;
}
/*----------------Menu bar-----------*/
.vw_header-nav {
  padding-top: 30px;
}
.vw_header-nav .menubar {
  background-color: var(--white);
  padding-right: 34px;
}
.headerbar, amp-sidebar#sidebar1, .side-navigation ul li:hover>ul ul, .side-navigation ul ul li, .menubar.scrolled .side-navigation ul ul li, #sticky-onoff, .main-header-box #sticky-onoff{
  display: none;
}
.side-navigation a, .side-navigation ul li:hover>ul, .side-navigation ul li:hover>ul li:hover ul {
  display: block;
}
.side-navigation ul ul>li.menu-item-has-children>a:before,.side-navigation li.current_page_item ul.sub-menu a:before,.side-navigation li.current_page_item ul.sub-menu:before,.side-navigation li.current_page_item ul.sub-menu li:before{
  content: none !important;
}
.side-navigation ul{
  list-style: none;
  margin: 0;
  text-align: right;
}
.side-navigation li {
  position: relative;
  padding: 15px;
  display: inline-block;
}
.side-navigation a{
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
}
.side-navigation li.current_page_item a, .side-navigation a:hover{
  color: #52565b;
}
.side-navigation ul ul{
  position: absolute;
  top: 100% ;
  background: #F6F6F6;
  min-width: 215px;
  z-index: 9999;
  left: 0;
}
.side-navigation ul ul li{
  padding: 4px 8px;
  line-height: 10px;
}
.side-navigation ul ul ul{
  left: 15%;
  top: 40px;
}
.side-navigation ul ul a{
  padding: 8px 0px;
  line-height: 1.5;
  transition: all .5s ease 0s;
  font-size: 14px;
}
.side-navigation ul ul li, .menubar.scrolled .side-navigation ul ul li{
  float: none;
  text-align: left;
  border-bottom: 1px solid var(--lightgray);
}
.side-navigation ul ul a{
  color: #1e1d1c;
}
.side-navigation li:hover ul li, .menubar.scrolled .side-navigation li:hover ul li{
  display: block;
}
.side-navigation ul>li.menu-item-has-children>a:after, .side-navigation ul ul>li.menu-item-has-children>a:after {
  position: static;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.side-navigation ul>li.menu-item-has-children>a:after {
  content: "\f107";
  margin-top: 5%;
}
.side-navigation ul ul>li.menu-item-has-children>a:after {
  content: "\f105";
  margin-top: 0%;
}
.sticky {
  position: fixed !important;
  top: 0;
  z-index: 9999999;
  background: var(--firstcolor);
  padding: 8px 0;
  left: 0;
  right: 0;
}
/*----------------------Mobile Menu Icon------------------------------*/
.sf-arrows .sf-with-ul{
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: var(--black);
}
.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: #333;
}
span.credit_link a {
  color: var(--firstcolor);
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid var(--white);
  color: var(--black);
}
.widget_calendar td, .widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
  color: var(--black);
  padding-left: 15px;
}
.widget_calendar tbody a {
  background-color: var(--black);
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  background-color: #686868;
}
/* --------- Social Icon Widget ------- */
.social_widget a {
  padding: 7px 7px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  background-color: var(--black);
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
}
.social_widget a:hover{
  background: var(--firstcolor);
}
aside.widget {
  margin-bottom: 20px;
}
/* --------- Contact Us widget ------- */
.contact_us_widget i {
  font-size: 26px;
  background-color: #292837;
}
.contact_us_icon {
  background-color: #292837;
  padding: 12px;
  text-align: center;
}
.contact_us_widget {
  margin-bottom: 20px;
}
/*---------------- Custom Footer ----------------------*/
.form_outer {
  background-color: rgba(255, 255, 255, 0.80);
}
.footer_form .section-heading {
  margin: 6em 0;
  text-align: center;
}
.footer-contactmap {
  background-color: #333;
}
/*---------------- Footer Section ----------------------*/
.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;
}
#footer input, #footer textarea{
  background-color: transparent;
  border: 1px solid var(--white);
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
  font-size: 11px !important;
}
.copyright {
  background-color: #2d313d;
  border-top: 1px solid #2d313d;
  background-size: cover;
}
.copyright p {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}
.main_sociobox {
  padding: 20px 0;
}
#footer{ 
  text-align:center;
  padding:3em 0 0 0px;
  text-align:left;
  background-color: #2d313d;
}
.footer_hide{
  display:none;
}
.footer-top-col {
  border-left: solid 5px var(--firstcolor);
  padding-left: 15px;
}
#footer h3{
  color:var(--firstcolor);
  text-align:left;
  font-size:24px;
  padding:0 0 17px 0;
}
#footer .copyright p{
  font-size:14px;
  text-align:center;
}
#footer .copyright a {
  cursor: pointer;
}
#footer input{
  padding:8px 8px; 
  float:left;
  margin:5px 0;
  border-radius:0px;
}
#footer input[type="submit"] {
  padding: 8px 10px;
  background-color: var(--firstcolor);
  text-transform: uppercase;
}
#footer .copyright{
  text-align:center; 
  border-top:1px solid #337ab7;
  margin:30px 0 0 0;
  padding-top:40px;
}
#footer ul {
  margin: 0;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px;
}
#footer p{
  font-size:14px;
  line-height: 20px;
}
.widget_recent_entries img {
  width: 100px;
}
#footer h3 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
#footer h3:after {
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: var(--firstcolor);
  bottom: 0px;
  content: "";
  right: 0;
  left: 0;
}
.footer-cols {
  padding-bottom: 40px;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
    margin-bottom: 20px !important;
}
/*--------------- Sidebar -----------------*/
#sidebar td#prev a {
 color: #6c6c6c;
}
#sidebar caption {
 font-weight: bold;
 color: #6c6c6c;
 font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
 border: 1px solid #e1e1e1;
 text-align: center;
}
#sidebar td {
 padding: 7px;
 color: #6c6c6c;
}
#sidebar th {
 text-align: center;
 padding: 5px;
 color: #6c6c6c;
}
#sidebar select {
 padding: 10px 5px;
 border: solid 1px #e1e1e1;
 color: #6c6c6c;
 background: transparent;
}
#sidebar form{
 text-align: center;
}
#sidebar h3 {
 font-size: 16px;
 display: table;
 color: #6a6a6a;
 font-weight: 700;
 letter-spacing: 2px;
 background-color: var(--white);
 padding: 0px 10px;
 margin: -28px auto 28px auto;
}
#sidebar input[type="search"] {
 padding:10px 10px;
 font-size:15px;
 margin-bottom: 10px;
 color:#6c6c6c;
 border: solid 1px #e1e1e1;
}
#sidebar label{
 margin-bottom: 0;
}
#sidebar input[type="submit"] {
 background-color :var(--firstcolor);
 padding:10px 0;
 font-size:12px;
 letter-spacing: 2px;
 font-weight: bold;
}
#sidebar .widget {
 padding: 20px;
 border: 1px solid #e1e1e1;
 margin-bottom: 50px;
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
#sidebar ul li{
 color: #6f6f6f;
 font-size: 11px;
 border-bottom: 1px solid #e1e1e1;
}
#sidebar ul li a {
 color: var(--black);
 font-size: 15px;
 font-weight: 300;
}
#sidebar .tagcloud a{
 border: solid 1px #e1e1e1;
 color:#6c6c6c;
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
#sidebar .tagcloud a:hover{
 background:#ec1d23;
}
/*------------------Scroll top----------------------*/
.scroll-top {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image-outset: 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  height: 50px;
  right: 15px;
  text-align: center;
  width: 50px;
  border-color: var(--firstcolor);
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 2em;
  right: 3em
}
.scroll-top span {
  position: relative;
  color: var(--firstcolor);
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running
}
@-webkit-keyframes drop {
  0% {
    top: 25px;
    opacity: 0
  }
  30% {
    top: 10px;
    opacity: 1
  }
  100% {
    top: 0;
    opacity: 0
  }
}

@keyframes drop {
  0% {
    top: 25px;
    opacity: 0
  }
  30% {
    top: 10px;
    opacity: 1
  }
  100% {
    top: 0;
    opacity: 0
  }
}
.scroll-top:hover, .scroll-top:hover span{
  color:var(--black);
  border-color:var(--black);
}