:root{
  --color-white:#ffffff;
  --color-000000:#000000;
  --color-b1b6b9:#b1b6b9;
  --color-222222:#222222;
  --color-88d055:#88d055;
  --color-082b45:#082b45;
  --color-1e202c:#1e202c;
  --color-1c1c1c:#1c1c1c;
  --color-7f8391:#7f8391;
  --color-adadad:#adadad;
  --color-a8a9ab:#a8a9ab;
}
:root{
  --font-Titillium:"Titillium Web";
  --font-Roboto:"Roboto";
}
/* --------------------------Header---------------------------- */
.main-header-box #sticky-onoff{
  display: none;
}
.stickynavbar {
  background-color: var(--color-white) !important;
  z-index: 9999999999999;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
}
#sticky_meun{
  width: 100%;
  left: 0;
  right: 0;
}
.sticky .main-navigation li{
  padding: 16px 20px;
}
.nav_wrap {
  clear:both;
  background-color: var(--color-white);
  margin-bottom: 0em;
  z-index: 99999; 
}
#header .logo img{
  max-height: 123px;
  width: auto;
}
.home.page-template .header-wrap{
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  background-color: transparent;
}
.header-wrap{
  background-color: var(--color-000000);
  padding-bottom: 30px;
}
#header .logo:after{
  display:none;
}
#header .logo, #footer .logo{
  margin:0; 
  text-align: left;
  position: relative;
}
#header .logo:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -10px;
  background-color: var(--color-88d055);
  width: 100%;
  height: 3px;
  margin: 0px auto;
}
#header .logo h1{ 
  padding:0; 
  font-size:30px; 
  font-weight:bold; 
}
.logo h1 a {
  font-size: 15px;
  color: var(--color-white);
  font-weight: 600;
  text-align: center;
}
.logo p{ 
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--color-white);
  font-weight: 400;
  margin-bottom: 0;
}
#header .phone-text,#header .email-text{
  padding: 12px 0;
}
#header p.topbar-text{
  margin: 0;
}
#header .top-contact{
  padding:12px 0; 
  font-size:15px;
}
.menubar .social-media{
  padding:12px 0; 
  text-align:center;
}
#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: var(--white-color);
  text-align: right
}
.headerbar {
  display: none;
  font-size: 30px;
  text-align: right;
  font-weight:900;
  color:var(--color-000000);
}
amp-sidebar#sidebar1 {
  display: none
}
.i-amphtml-sidebar-mask {
  position: static!important
}
.side-navigation ul {
  margin: 0;
  padding: 0;
  font-weight: 700
}
.side-navigation li {
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 12px 0;
}
.side-navigation li:last-child a{
  border-right: none;
}
.side-navigation li.current_page_item {
  border-bottom: 2px solid var(--color-88d055);
}
.side-navigation a {
  text-decoration: none;
  outline-offset: -8px;
  padding: 4px 25px;
  margin: 0;
  white-space: nowrap;
  display: block;
  font: 500 14px var(--font-one);
  letter-spacing: 1px;
  color: var(--686a-color);
  border-right: 1px solid #686a6d1a;
}
.side-navigation li.current_page_item a {
  color: var(--color-88d055);
}
.side-navigation ul li a:active {
  color: var(--color-082b45);
}
.side-navigation ul li a:hover {
  color: var(--color-000000);
  text-decoration: underline
}
.side-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--color-000000);
  min-width: 215px;
  z-index: 9999;
}
.side-navigation ul ul ul {
  left: 31%;
  top: 41px;
}
.side-navigation ul ul a {
  color: var(--white-color);
  padding: 10px 10px 10px 25px;
  transition: all .5s ease 0s;
  border-left:none !important;
}
.side-navigation ul.sub-menu li a:before {
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  left: 0;
  position: absolute;
  top: 20px;
  font-size: 10px;
  color: var(--121212-color);
  padding-left: 10px;
  font-weight: 900;
  transition: all .5s ease 0s
}
.side-navigation ul.sub-menu li a:hover:before {
  color: var(--white-color);
  padding-left: 20px
}
.side-navigation ul ul a:hover {
  color: var(--white-color);
  padding-left: 35px
}
.side-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none!important;
  padding: 5px 0;
}
.side-navigation ul li:hover>ul {
  display: block
}
.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}
.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
.main-header-box .header-search{
  display: flex;
  align-items: center;
  justify-content: center;
  color:var(--color-white);
}
.main-header-box .header-search .search-icon i{
  width: 40px;
  height: 40px;
  background-color: var(--color-88d055);
  border-radius: 50%;
  padding: 14px 14px;
  font-size: 13px;
}
.main-header-box .header-search a.myaccount-link i {
  margin: 0 8px;
  color: var(--color-b1b6b9);
  border: 1px solid var(--color-b1b6b9);
  padding: 12px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 13px;
}
/* ----------- Topbar -------------- */
#topbar{
  padding:15px 0;
}
#topbar .topbar-title{
  text-align: left;
  margin-bottom: 0;
  line-height: 17px;
}
#topbar .topbar-title,#topbar .topbar-text{
  font:600 12px var(--font-Titillium);
  letter-spacing: 1px;
  color: var(--color-white);
}
#topbar .topbar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#topbar .topbar-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#topbar .topbar-button a {
  font: 600 12px var(--font-Titillium);
  letter-spacing: 1px;
  color: var(--color-white);
  border: 2px solid var(--color-88d055);
  border-radius: 30px;
  padding: 10px 20px;
}
/*-------------Footer Menu ------------*/
.footer_menu ul li {
  display: inline-block;
}
.footer_menu ul li:last-child {
  border-right: none;
}
.footer_menu ul li a {
  color: var(--color-white);
  padding: 0 15px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}
/*---------------- Custom Footer ----------------------*/
.footer_form .section-heading {
  text-align: center;
}
.footer_form {
  padding: 0 40px 40px;
}
.footer_form .section-heading h3 {
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 11px;
  border: none;
  font-weight: bold;
}
.footer_form .section-heading h3,.footer_form .section-heading p{
  color: var(--color-white);
}
.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(--color-white);
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  background: transparent;
  color: var(--color-white);
  font-style: italic;
}
.footer_form  textarea {
  height: 120px;
}
.footer_form input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: var(--color-white);
  text-transform: uppercase;
  border: none;
  background-color: var(--color-1e202c);
}
.footer_form input::-webkit-input-placeholder, .footer_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color-white);
}
/*---------------- Footer Section ----------------------*/
#footer_box{
  padding: 10% 0 30px 0;
}
#footer{
  background-color: var(--color-1c1c1c);
  background-repeat: no-repeat;
  background-size: cover; 
  color:var(--color-white);
  text-align:left;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-clip-path: polygon(100% 0, 100% 53%, 100% 100%, 0 100%, 0 0, 49% 13%);
  clip-path: polygon(100% 0, 100% 53%, 100% 100%, 0 100%, 0 0, 49% 13%);
}
.footer-social .socialbox a {
  border-right: none;
}
.footer-social .socialbox a i {
  color: var(--color-white);
}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid var(--color-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-details {
  padding-bottom: 10em;
}
.footer_hide{
  display:none;
}
#footer h3 {
  font:600 25px var(--font-Titillium);
  letter-spacing: 1px;
  color: var(--color-white);
}
#footer h3:after{
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  background-color: var(--color-88d055);
  margin: 10px 0px;
}
#footer ul li{
  list-style:none;
  margin:0 0 10px 0;
  text-align:left;
  padding: 5px;
}
#footer .gallery-item{
  padding: 8px;
}
#footer ul.product_list_widget li a{
  margin-bottom: 5px;
}
#footer ul.product_list_widget li del{
  margin-right: 5px;
}
#footer .woocommerce ul.cart_list li img,#footer .woocommerce ul.product_list_widget li img{
  width: 65px;
}
#footer ul li a,#footer .about_me table p{
  font:400 14px var(--font-Roboto);
  letter-spacing: 1px;
  color: var(--color-a8a9ab);
}
#footer .about_me table,#footer .about_me table p{
  margin-bottom: 0;
}
#footer .about_me table p{
  line-height: 35px;
}
.widget_recent_entries img {
  width: 100px;
}
.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: var(--color-white);
}
.copyright{
  padding: 12px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--color-white);
  text-align: left;
}
.copyright p{
  font-size: 14px;
  letter-spacing: 0px;
  color: var(--color-b1b6b9);
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 0;
}
#footer .textwidget input[type="email"]{
  border-bottom:1px solid var(--color-7f8391);
  border-left: none;
  border-right: none;
  border-top:none;
}
#footer .textwidget input[type="email"]::placeholder{
  color: var(--color-7f8391);
}
#footer .textwidget input[type="submit"]{
  background-color: var(--color-222222);
  border-radius: 40px;
  padding: 7px 20px;
  display: inline-block;
  margin-top: 17px;
  color: var(--color-white);
}
#footer .about_me i{
  font-size: 14px;
  color:var(--color-88d055);
}
#footer .widget td {
  padding-top: 0px !important;
  padding-bottom: 0;
  font:400 14px var(--font-Roboto);
  letter-spacing: 1px;
  color: var(--color-a8a9ab);
}
#footer #site-navigation ul li a{
  font-size: 15px;
  letter-spacing: 1px;
  color: #919191;
  font-weight: 500;
}
#footer #site-navigation ul li{
  margin-right: 20px;
  margin-bottom: 0;
  padding: 25px 10px 25px 0;
}
#footer #site-navigation{
  text-align: center;
}
#footer .main-navigation li.current_page_item{
  background-color: transparent;
  border-bottom: 3px solid var(--color-88d055);
}
#footer .main-navigation li.current_page_item a{
  color: var(--color-88d055) !important;
}
#footer #site-navigation ul{
  border-bottom: none;
  margin: 0;
}
#footer #site-navigation ul li a{
  font-size: 18px;
  letter-spacing: 1px;
  color: #999ba3;
}
.footer-logo-box{
  display: flex;
  align-items: center;
  padding: 10px;
}
#footer .textwidget p{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #626262;
  font-weight: 400;
  margin-bottom: 0;
}
#footer .widget p,#footer .post-content a{
  font:400 14px var(--font-Roboto);
  letter-spacing: 1px;
  color: var(--color-a8a9ab);
  margin-bottom: 0;
}
.copyright .socialbox{
  text-align: right;
}
.copyright .socialbox i{
  width: 35px;
  height: 35px;
  color:var(--color-white);
  padding: 10px 10px;
  border:2px solid var(--color-white);
  border-radius: 50%;
  margin: 5px 5px 0 0;
  font-size: 13px;
}
.copyright .socialbox .facebook i{
   padding: 10px 12px;
}
.copyright .socialbox i:hover{
  background-color: var(--color-88d055);
  border:2px solid var(--color-88d055);
}
#footer .widget_nav_menu ul,#footer .widget ul{
  margin-left: 0;
}
#footer .recent-post-box .post-thumb{
  padding: 0;
}
#footer .copyright .socialbox i {
  width: 40px;
  height: 40px;
  color: var(--color-adadad);
  border: 2px solid var(--color-adadad);
  margin-right: 10px;
  padding: 12px;
  font-size: 12px;
  margin-top: 5px;
}
#footer .copyright .socialbox i:hover{
  background-color: var(--color-88d055);
  border: 2px solid var(--color-88d055);
  color: var(--color-white);
}
#footer .copyright-text{
  display: flex;
  align-items: center;
}
#footer .widget_media_gallery #gallery-1 img{
  border:none;
}
#footer #gallery-1 .gallery-item{
  margin:0;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
  color: var(--color-7f8391);
}
.sticky .side-navigation{
  text-align: center;
}