/* Common base style for all containers */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 98%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  width: 100%;
}
.home #header .menubar {
  position: static;
}
.serch-popup-2 {
  margin: 0;
}
button.search-submit {
    border: none;
    background: transparent;
}
#header .search-icon i{
  cursor: pointer;
}
/*-----------------Search pop up----------------*/
 .serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_outer input[type="submit"] {
  width: 30%;
  margin: 20px auto 0;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.closepop {
  position: absolute;
  top: 5%;
  transform: translateY(-5%);
  width: 100%;
  right: 10px;
  text-align: right;
  z-index: 999999;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid #bababf;
  padding: 50px 0;
  border-radius: 0;
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
input.search-input {
    border: none;
}
button.search-submit {
    border: none;
    background: transparent;
}
.search_popup label {
  background: transparent;
  width: 86%;
  display: block;
  margin: 0 auto;
}
.search_popup input.search-field {
  padding: 1.5% 10px 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
}
.social-media .dashicons{
  margin: 0 6px;
  padding: 0;
}
.menubar .social-media a:hover{
  color:#3890cb;
}
/* Back to top button css */
.scrollup {
  position: fixed;
  display: none;
  bottom: 60px;
  right: -30px;
  margin:0;
  font-size: 18px;
  font-weight: 600;
  transform: rotate(-90deg);
  text-shadow: 1px 1px #000;
  z-index: 9999999999;
}
.scrollup.left{
  left: 15px;
  right: auto;
}
.scrollup.center{
  left: 45%;
  right: 44%;
}

.scrollup span {
  display: inline-block;
}
.scrollup i{
  margin-left: 10px;
  transform: rotate(90deg);
}
.top_bar {
  padding: 5px 20px;
}
.ab-call i, .ab-mail i {
  font-size: 16px !important;
  color: #000 !important;
  padding-right: 5px;
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.scrollup i{
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  text-align: center;
}
.xoo-wsc-markup{
  display: none;
}
#wpadminbar {
display: none;
}
.header-social-icon,.header-p2 {
  text-align: right;
  padding: 0px 0;
  display: flex;
  justify-content: end;
}
/* section#iwt {
  background: #0B3D2C;
} */
.header_row {
  background: #F0FFF0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
a.ab-call, a.ab-mail, a.ab-location {
  color: var(--green);
  font: 700 13px / 20px var(--sec-font);
  padding: 0 15px;
}
.ab-call i::before {
  content: '\f095';
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  color: #0B3D2C;
}
.ab-mail i::before {
  content: '\f0e0';
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  color: #0B3D2C;
}
.ab-location i::before {
  content: '\f3c5';
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  color: #0B3D2C;
}
.ab-call i,.ab-mail i,.ab-location i{
  font-size: 16px !important;
  color: #0B3D2C !important;
  padding-right: 5px;
}
