
/* --------------------------Top Bar---------------------------- */
#site_top{
  background: var(--green);
}
#site_top .theme-para{
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#header{
  padding: 10px 0 0;
  margin: 5px 0 -4px;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  /* background: rgba(255,255,255,0.10); */
  border-radius: 0 50px 25px 0;
  /* width: 92%; */
}
/* 
#header:after {
  content: '';
  padding: 10px 0;
  margin: 15px 0 0;
  background: rgba(255,255,255,0.10);
  border-radius: 0 50px 25px 0;
  /* width: 92%; 
  width: 92%;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
} */

#site_top i.fa-solid.fa-tag{
  font-size: 23px;
  transform: rotate(90deg);
}

#header .header-inner .col-7{
  padding:0 5px;
}

/* --------------------------Header---------------------------- */
.head-togle{
  text-align: end;
  align-items: center;
  display: flex;
  /* justify-content: end; */
  padding: 0;
}
#sidebar1, .mobile-menu, .sub-menu {
    display: none;
}
#header_widgets .header_title{
  margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
}
.header_title::after
{
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
   top: 0;
   /* left: 0; */
   right: 0;
   bottom:0;
   width:83px;
}


.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #F82938;
  padding: 0px 10px;
  height: 75px;
}
.scrolled .innermenubox
{
  /* float: right !important; */
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.main-navigation li {
  position: relative;
  padding:12px 12px;
  display: inline-block;
  cursor: pointer;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-family: var(--font-one);
  letter-spacing: 0px;
  color: var(--white) !important;
  position: relative;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.main-navigation a:hover {

  color: var(--orange) !important;
}

#menu-primary-menu{
  display: flex;
  justify-content: end;
  gap: 30px;
}

.main-navigation .current-menu-item a{
  color: var(--orange) !important;
}
/* .main-navigation .current-menu-item::before {
  content: "";
  background: var(--white);
  height: 4px;
  width: 90%;
  position: absolute;
  top: unset;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50px;
} */
.sub-menu .current-menu-item::before{
  content: unset;
}

.main-navigation .sub-menu .current-menu-item a:after{
  display: none;
}

.primary_nav>li:hover>.sub-menu{
  display: block;
  position: absolute;
  gap: 25px;
  left: 26px;
  top: 80%;
  opacity: 0;
  pointer-events: none;
  z-index: 25;
  white-space: nowrap;
  min-width: 210px;
  transition: all .5s ease-in-out;
}

#sidebar1, .mobile-menu, .sub-menu{
  display: none;
}
.primary_nav>li:hover>.sub-menu{
  opacity: 1;
  pointer-events: all;
}

.primary_nav>li>ul {
    background: var(--color-white);
    z-index: 2;
    box-shadow: 0 3px 6px #00000029;
    background: #fff;
}

.primary_nav>li:hover>ul ul {
    display: block;
}
.primary_nav>li>ul>.menu-column-title>a {
    font: normal normal 600 18px/22px;
    margin-block: 15px;
    display: inline-block;
}
.primary_nav>li>ul>li a {
  font: 600 14px/20px;
  letter-spacing: 0px;
  color: var(--green) !important;
}
.side-navigation ul li.current_page_item {
    border: 2px solid #fff;
    border-radius: 50px;
    background: #566e89;
    padding: 4px 26px;
    margin: 20px;
}

.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left
}
.main-navigation ul ul li:hover, .menubar.scrolled .main-navigation ul ul li:hover {
  background: #000;
}
.main-navigation ul ul li:hover a, .menubar.scrolled .main-navigation ul ul li:hover a{
  color: #fff !important;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}

.sub-menu .current-menu-item a ,#sidebar1 .main-navigation .current_page_item>a{
  background: unset;
  border:unset;
  color: #000;
}

#sidebar1 .main-navigation .current_page_item>a{
  background: unset;
  border:unset;
  color: #000 !important;
}
#menu-primary-menu>.menu-item-has-children::before {
  content: "\f078";
  font-family: 'font awesome 5 free';
  font-weight: 800;
  position: absolute;
  right: 0px;
  bottom: 0;
  top: 15px;
  font-size: 10px;
  color: var(--white);
}
.sub-menu li{
    padding:15px 10px 15px 20px;
}
#header .sub-menu{
  animation: growDown 300ms ease-in-out forwards;
  text-align: left;
  transition: all 0.0s;
  animation: fadeInUp .5s ease-in-out;
  border-radius: 6px;
}

.primary_nav>li>ul>li a:hover:after {
  background-color: #fff;
}
.primary_nav>li>ul>li a:hover{
  padding-left: 5px;
}

.sub-menu .menu-item a::before{
  background:unset;
  height: unset;
}

.topbar-cart-content{
  justify-content: center;
  gap: 15px;
}
.topbar-cart-content .call-detail {
  display: flex;
  align-items: center;
}
.topbar-cart-content .call-detail .number h5{
  color: #fff;
  /* font-family: "Radio Canada", serif;  */
  font-family: var(--font-one);
  font-size: 11px;
  line-height: 30px;
  margin: -10px 0 0 15px;
  font-weight: bolder;
}
.topbar-cart-content .call-detail .number h5 a {
  display: block;
  font-size: 19px;
  line-height: 10px;
  color: #fff;
  font-weight: bolder;
}
.topbar-cart-content .call-detail .get_quote a {
  /* font-family: "Radio Canada", serif; */
  font-family: var(--font-one);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #000;
  padding: 15px 34px;
  margin: 0 0 0 25px;
  border-radius: 6px;
  transition: linear all 0.3s;
}

.topbar-cart-content .call-detail .get_quote a:hover {
  color: var(--green);
}

.topbar-cart-content i{
  color: #fff;
  font-size: 20px;
  margin:0 8px;
}


.search-form input{
  background-color: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  height: 30px;
  width: 100px;
  font-size: 16px;
  font-weight: 500;
}

.call-detail .search-form button {
  padding: 0;
  background: transparent;
  border: 0;
}
:focus-visible {
  outline: unset;
}


/*---------------- Footer Section ----------------------*/
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}

.top-social-icon .topbar-number-text, .top-social-icon .topbar-email-text {
      z-index: 1;
}

 .footer-cols>.row{
  padding: 5% 0 5% 0;
 }

.copyright-outer .term-info{
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

#footer {
  text-align: center;
  background-size: 100% 100% !important;
  color: #fff;
  text-align: left;
  padding: 7% 0 30px;
  background: #1e1e1e;
  margin: -120px 0 0;
}
.footer_hide {
  display: none;
}
.footer-top-col {
  border-left: solid 5px var(--orange);
  padding-left: 15px;
}

#footer ul {
  margin: 0;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 5px;
}
#footer ul li a {
  color: #fff;
  font: 400 16px / 25px var(--font-one);
}
#footer ul li a:hover,.widget_wpb_widget a:hover{
  color: var(--orange);
}
#footer .footer-col-one p {
  margin: 20px 0 45px;
  font: 400 16px / 30px var(--font-one);
}
.copyright p{
  font: 600 17px / 30px var(--font-one);
  margin-bottom: 0;
  color: #000;
  text-align: left !important;
}

.copyright{
  /* background: #fff; */
}

.copyright .container{
  padding: 15px 20px 5px;
  background: #fff;
  border-radius: 6px;
}
.copyright a{
  color: #000
}
.copyright a:hover{
  color: var(--green);
}
.widget_recent_entries img {
  width: 100px;
}
#footer .footer-col-one{
    padding-right: 5%;
    position: relative;
}
#footer h3{
  font: 600 20px / 20px var(--font-one);
  letter-spacing: 0px;
  color: #FFFFFF;
    margin-bottom: 38px;
}
#footer .footer-col-one .textwidget{
  font: 400 16px/25px var(--font-one);
}
.about_me h6,#footer .social_widget .widget-title{
  font: 600 17px / 29px var(--font-one);
  color: #FFFFFF;
}
.widget_wpb_widget a{
  font: 400 16px / 25px var(--font-one);
  letter-spacing: 0px;
  color: #fff;
}

#footer .social_widget .widget_wpb_social_widget {
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;
}
#footer .social_widget .widget-title{
  width: 33.33333333%;
  position: relative;
}

#footer .custom-social-icons{
  width: 66.66666667%;
}

.footer-contact .media-body a {
color: var(--lightgrey11);
}
.custom-social-icons {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.footer-col-four .widget-title{
  font-size: 24px;
  font-weight: 700;
  line-height: 30.12px;
  color: #fff;
}
.custom-social-icons a {
  background: #fff;
  width: 40px;
  height: 38px;
  line-height: 39px;
  text-align: center;
  border-radius: 6px;
  color: #000;
}

.custom-social-icons a:hover {
  background: var(--orange);
  color: #fff;
}

.custom-social-icons a i{
  /* color: #000; */
  font-size: 18px;
  line-height: 25px
}

.custom-social-icons a span{
  display: none;
}
.search-icon i {
    cursor: pointer;
}
.outer-footer{
  position: relative;
  /* background: #1e1e1e; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: none;
}
.footer-spider-img{
  position: absolute;
  right: 0;
  top: 0;
  height: 220px;
}
.news-form-main{
  position: relative;
  top: 10px;
    width: 90%;
    margin: 0 auto;
}
.footer-col-four .textwidget p:nth-child(2){
  clip-path: polygon(85.154% 0%, 15.201% 0%, 15.201% 0%, 14.454% 0.114%, 13.724% 0.452%, 13.016% 1.004%, 12.335% 1.761%, 11.687% 2.714%, 11.078% 3.855%, 10.511% 5.175%, 9.994% 6.665%, 9.531% 8.316%, 9.127% 10.12%, 0.218% 55%, 7.538% 85.785%, 7.538% 85.785%, 8.213% 88.344%, 8.965% 90.678%, 9.787% 92.777%, 10.673% 94.63%, 11.614% 96.227%, 12.605% 97.557%, 13.639% 98.61%, 14.708% 99.375%, 15.805% 99.842%, 16.924% 100%, 83.076% 100%, 83.076% 100%, 84.195% 99.842%, 85.293% 99.375%, 86.361% 98.61%, 87.395% 97.557%, 88.386% 96.227%, 89.328% 94.63%, 90.213% 92.777%, 91.035% 90.678%, 91.787% 88.344%, 92.462% 85.785%, 99.782% 55%, 91.287% 10.423%, 91.287% 10.423%, 90.887% 8.57%, 90.425% 6.872%, 89.906% 5.338%, 89.336% 3.978%, 88.72% 2.802%, 88.065% 1.818%, 87.375% 1.037%, 86.656% 0.467%, 85.914% 0.118%, 85.154% 0%);
  height: 70px;
  width: 245px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 800;
  line-height: 20.16px;
  margin-bottom: 0;
  position: relative;
  bottom: -65px;
  background: var(--orange);
  left: 0;
  right: 0;
  text-align: center;
}
.footer-col-four .wpcf7 form .wpcf7-response-output{
  position: absolute;
  margin: 10px 0;
  bottom: 90px;
  font-size: 14px;
  width: 270px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  color: var(--green);
}
/* newsletter */
.footer-col-four input[type="submit"] {
  font-family: 'FontAwesome';
  right: 10px;
  top: 15px;
  font-size: 20px;
  color: var(--green);
  position: absolute;
  background: transparent;
  border: none;
}
.footer-col-four input[type="email"]{
  border: none;
  padding: 16px;
}
/* .wpcf7-not-valid-tip{
  color: #fff;
} */
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em;
}
#newsletter .wpcf7 form .wpcf7-response-output{
  color: #fff;
}
.footer-col-four .wpcf7 form.invalid .wpcf7-response-output, .footer-col-four .wpcf7 form.failed .wpcf7-response-output {
  bottom: 72px;
  font-size: 13px;
}
.payment-wrap{
  display: flex;
  gap: 10px;
  margin-left: auto;
  align-items: center;
  position: relative;
  top: 20px;
}
.footer-payment-img{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.payment-wrap h5{
  font-size: 18px;
  font-weight: 600;
  line-height: 19.8px;
  color: #fff;
}
.footer-payment-images {
  width: 39px;
  height: 27px;
}