: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;
}
/* --------------------------Header---------------------------- */
#header {
  background-color: var(--lightcyan);
}
.serach-page .search-field,.search-form button.search-submit,#sticky-onoff,.main-header-box #sticky-onoff,.toggle-menu-title,amp-sidebar#sidebar1,.headerbar,.side-navigation ul ul,.footer_hide{
  display: none;
}
.serach-page.show .search-field,.search-toggle::after,.search-toggle::before,.search-toggle,.side-navigation ul ul li.current_page_item,.side-navigation ul li:hover>ul,.side-navigation ul ul li{
  display: block;
}
.side-navigation li.current_page_item,.side-navigation li,.footer_menu ul li,#footer .custom-social-icons a,#footer .textwidget input[type="submit"] {
  display: inline-block;
}
#footer .widget_products ins,.side-navigation a{
  text-decoration: none;
}
.stickynavbar,#footer .footer-links{
  background-color: var(--white);
}
.footer_form .section-heading h3,.footer_form .section-heading p,.close-sidebar,.side-navigation ul ul a,.side-navigation ul.sub-menu li a:hover:before,.side-navigation ul ul a:hover,#header .header-search input[type="search"],#header .header-search input[type="search"]::placeholder,#header .header-search-box i,.footer_menu ul li a,.footer_form input[type="text"], .footer_form  input[type="tel"], .footer_form  input[type="email"], .footer_form  input[type="phno"], .footer_form  input[type="password"], .footer_form  textarea,.footer_form input[type="submit"],.footer-social .socialbox a i,#footer h3,#footer .textwidget input[type="submit"],.copyright .socialbox .screen-reader-text,#footer .copyright .socialbox i:hover,#footer .custom-social-icons i,#footer .custom-social-icons i:hover{
  color: var(--white);
}
.side-navigation,.side-navigation ul ul li,#header .header-logo,#footer,#footer ul li,.copyright p.left{
  text-align: left
}
.close-sidebar,.headerbar,.copyright p.right,.copyright .socialbox{
  text-align: right
}
.side-navigation ul,.footer_form .section-heading,.footer_form .section-heading h3,.copyright,.copyright p.center{
  text-align: center;
}
.stickynavbar {
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99;
}
#vw-sticky-menu .sticky .main-navigation a{
  color: var(--cyangray);
}
#vw-sticky-menu.sticky {
  margin-top: 0;
  padding: 20px 20px
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.hamburger {
  padding-left: 10px
}
.hamburger i,.headerbar{
  color: var(--black);
}
.side-navigation {
  padding: 0;
  margin: 0;
}
.side-navigation>li {
  list-style: none;
  margin-bottom: 10px
}
.close-sidebar {
  font-size: 20px;
}
.headerbar {
  font-size: 30px;
  font-weight:900;
}
.side-navigation li.current_page_item .sub-menu li a{
  color: var(--white) !important;
}
.i-amphtml-sidebar-mask {
  position: static!important
}
.side-navigation ul {
  margin: 0;
  padding: 0;
  touch-action: pan-y;
}
.side-navigation li {
  position: relative;
  margin-left: -5px;
  padding: 5px 11px;
}
.side-navigation a {
  text-transform: uppercase;
  font:500 14px var(--common-font-body);
  color: var(--black1);
  padding: 4px 6px;
  transition: .2s ease-out;
}
.side-navigation ul ul li.current_page_item{
  border-bottom: none;
}
.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 li a:hover {
  color: var(--lightorange);
  text-decoration: underline
}
.side-navigation ul ul {
  position: absolute;
  left: 0;
  top: 125%;
  background: var(--rozered1);
  min-width: 230px;
  z-index: 9999;
}
.side-navigation ul ul ul {
  left: 100%;
  top: 15%;
}
.side-navigation ul ul a {
  padding: 10px 0px;
  transition: all .5s ease 0s
}
.side-navigation ul ul li:hover{
  background-color: var(--black)
}
.side-navigation ul>li.menu-item-has-children>a:after {
    content: "\f107";
    position: static;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    margin-top: 5%;
}
.side-navigation ul ul>li.menu-item-has-children>a:after {
    content: "\f105";
    position: static;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    margin-top: 5px;
}
.side-navigation ul>li.menu-item-has-children>a:before {
    content: '';
    position: absolute;
    z-index: 1000;
    left: 50%;
    bottom: -9px;
    margin-left: -14px;
    border: 7px solid;
    border-color: transparent transparent var(--rozered1);
    opacity: 0;
    transition: opacity ease-in .08s;
}
.side-navigation ul>li.menu-item-has-children:hover a:before {
  opacity: 1;
  visibility: visible;
}
.side-navigation ul ul li {
  float: none;
  border-left: none;
  border-right: none!important;
  padding: 10px 12px;
  margin: 0px;
}
.main-menu-navigation {
  margin: 30px 0 0
}
#header-menu ul .current_page_item a{
  color: var(--rozered1);
}
#header-menu ul .current_page_item:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 7px solid var(--rozered2);
  border-left: 7px solid var(--transparent);
  border-right: 7px solid var(--transparent);
  margin: 0 auto;
  top: -22px;
}
#header .innermenubox.sticky{
  padding: 10px 30px;
}
#header .header-logo h1{
  line-height: 30px;
  margin-bottom: 0;
  padding: 0;
}
#header .header-logo h1 a,#header .header-logo p{
  color: var(--black1);
  font-family: var(--source-saun-font);
  font-weight: 700;
}
#header .header-logo h1 a{
  font-size: 19px;
}
#header .header-logo p{
  font-size: 14px;
  letter-spacing: 0px;
  margin-bottom: 0;
}
#header .menubar-box{
  align-items: center;
}
#header .header-search-box i{
  font-size: 17px;
  cursor: pointer;
}
/* ------------- Mozilla Style -------------- */ 
.menubar{
  position: relative;
}
.search-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: var(--rozered);
  border-radius: 50px;
}
.search-toggle {
  position: relative;
  height: 10px;
  width: 10px;
}
.search-toggle::after,.search-toggle::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.search-toggle::before {
  border: 2px solid var(--white);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -2px;
}
.search-toggle::after {
  height: 2px;
  width: 7px;
  background: var(--white);
  top: 9px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-toggle.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}
.search-toggle.active::after {
  width: 12px;
  left: -1px;
  top: 4px;
}
.search-field:focus {
  outline: 0;
}
.menubar .serach-page {
  position: absolute;
  bottom: 0;
  width: 82%;
  height: 100%;
  max-height: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: var(--orange);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.serach-page .search-field {
  width: 100%;
  height: 100%;
  padding: 10px 1em;
  border: 0;
  background-color: var(--transparent);
  color: var(--black);
}
.menubar .serach-page .search-field::-webkit-input-placeholder {
  color: var(--white);
  font-weight: 700;
}
.serach-page.show {
  z-index: 999;
  max-height: 40px;
}
/*-------------Footer Menu ------------*/
.footer_menu ul li:last-child {
  border-right: none;
}
.footer_menu ul li a {
  padding: 0 15px;
  font:600 16px var(--source-saun-font);
  letter-spacing: 1px;
}
/*---------------- Custom Footer ----------------------*/
.footer_form {
  padding: 0 40px 40px;
}
#footer .widget_media_gallery #gallery-1 img,.footer_form .section-heading h3,.footer_form input[type="submit"],#footer form.search-form,.about_me table, .about_me td, .about_me th{
  border: none;
}
.footer_form .section-heading h3 {
  display: table;
  margin: 0 auto;
  padding: 11px;
  font-weight: bold;
}
.footer_form input[type="text"], .footer_form  input[type="tel"], .footer_form  input[type="email"], .footer_form  input[type="phno"], .footer_form  input[type="password"], .footer_form  textarea {
  border: 1px solid var(--white);
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  background: var(--transparent);
  font-style: italic;
}
.footer_form input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: var(--black3);
}
.footer_form input:-moz-placeholder, .footer_form textarea:-moz-placeholder,.footer_form input:-ms-input-placeholder, .footer_form textarea:-ms-input-placeholder,.footer_form input::-webkit-input-placeholder, .footer_form textarea::-webkit-input-placeholder,.footer_form input::-moz-placeholder, .footer_form textarea::-moz-placeholder { /* Chrome/Opera/Safari */
  color: var(--white);
}
.contact_us {
  background-attachment: fixed;
}
/*---------------- Footer Section ----------------------*/
#footer,.outer-footer{
  background-repeat: no-repeat;
  background-size: cover;
}
.outer-footer {
  background-attachment: fixed;
  background-size: 100% 100%;
  background-color: var(--black3);
}
#footer form.search-form{
  background: var(--transparent);
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid var(--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(--lightgrayish);
  font-size: 13px !important;
}
#footer,#footer ul li a,#footer .about_me table p{ 
  color:var(--gray3);
}
#footer h3 {
  padding:10px 0 7px 0;
  font:600 18px var(--source-saun-font);
  letter-spacing: 0px;
  line-height: 30px;
}
#footer h3:after {
  content: '';
  background-color: var(--rozered);
  width: 42px;
  height: 3px;
  position: absolute;
  top: 43px;
  left: 16px;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  padding: 5px;
}
#footer ul li a{
  font:500 16px var(--source-saun-font);
  line-height: 25px;
}
#footer .about_me table{
  margin-bottom: 0;
}
#footer .about_me table p{
  font:500 16px var(--source-saun-font);
  line-height: 25px;
  margin-bottom: 0;
  padding-left: 8px;
}
.widget_recent_entries img {
  width: 100px;
}
.about_me p.message {
  margin-bottom: 20px !important;
}
.vw-credit, .vw-credit a{
  color: var(--white) !important;
}
.copyright{
  background-repeat: no-repeat;
  background-size: cover;
  border-top:1px solid var(--gray4);
}
.copyright p{
  font:500 16px var(--common-font-body);
  line-height: 26px;
  color: var(--gray5);
}
span.credit_link a {
  color: var(--lightorange);
}
#footer .textwidget input[type="email"],#footer .textwidget input[type="email"]::placeholder{
  color: var(--lightgrayish);
}
#footer .textwidget input[type="email"]{
  border-bottom:1px solid var(--lightgrayish);
  border-left: none;
  border-right: none;
  border-top:none;
}
#footer .textwidget input[type="submit"]{
  background-color: var(--black1);
  border-radius: 40px;
  padding: 7px 20px;
  margin-top: 17px;
  font-family: var(--mulifont); 
}
#footer .about_me i{
  font-size: 14px;
  color: var(--rozered);
  width: 30px;
  height: 30px;
  padding: 10px 9px;
  margin-bottom: 8px;
}
#footer .widget td {
  padding-top: 0px !important;
  padding-bottom: 0;
}
#footer .textwidget p,#footer .widget p,#footer .post-content a{
  font:400 18px var(--source-saun-font);
  color: var(--gray3);
  margin-bottom: 0;
}
#footer .textwidget p,#footer .widget p{
  line-height: 30px;
}
#footer .post-content a{
  line-height: 21px;
}
#footer .widget_nav_menu ul,#footer .widget ul{
  margin-left: 0;
}
#footer .recent-post-box .post-thumb{
  padding: 3px;
}
#footer .custom-social-icons i:hover{
  background-color: var(--azureblue);
}
#footer .copyright .socialbox i:hover{  
  border:2px solid var(--azureblue);
}
#footer #gallery-1 .gallery-item{
  margin:0;
}
#footer .custom-social-icons i{
  width: 40px;
  height: 40px;
  padding: 11px 12px;
}
#footer .custom-social-icons i:hover{
  border-color: var(--azureblue);
}
#footer .custom-social-icons a{
  margin-bottom: 5px;
  margin-right: 0;
}
#footer .recent-post-box p{
  line-height: 11px;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
  color: var(--lightgrayish);
}