@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



.font-montserrat{
    font-family: "Montserrat", sans-serif;
}




/*----------------- Slider Under Section ------------------*/
            .sli-con-icon {
                color: #fc5000;
                border-color: #fc5000;
                text-align: center;
            }

            .sli-under-section {
                z-index: 1;
                position: relative;
                margin-top: -125px;
                margin-bottom: 15px;
            }
            .sli-col-row {
                background-color: white;
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                padding: 35px;
                height: 300px;
                border-radius: 3px;
                display: flex;
            }
            .sli-col {
                border-right: 1px solid #f1f1f1;
                width: 25%;
            }
            .sli-col-content {
                padding: 30px 25px 15px;
                width: 100%;
                background-color: #fff;
            }
            .sli-col-content h3 {
                font-size: 28px;
                color: #000;
                text-align: center;
                letter-spacing: 1px;
                padding-bottom: 0px;
                padding-top: 10px;
                font-weight: 700;
            }
            .sli-col-content p {
                line-height: 25px;
                font-weight: 300;
                color: #555555;
                text-align: center;
            }
            .img-ico {
                width: 80px;
                filter: invert(34%) sepia(8%) saturate(3628%) hue-rotate(164deg) brightness(101%) contrast(84%);
            }
            .biki-sli-icon{
                margin-right: 5px;
                width: 24px;
                filter: invert(1);
                /*filter: invert(49%) sepia(75%) saturate(394%) hue-rotate(66deg) brightness(100%) contrast(94%);*/
            }
            .biki-sli-icon-1{
                margin-right: 5px;
                width: 24px;
                filter: invert();
            }
            .bhi-sli-btn{
                margin-left: 5px;
                top: -3px;
                position: relative;
                font-size: 16px;
                font-weight: 700;
                letter-spacing: 1.28px;
                border-radius: 5px;
                border: 2px solid #fff;
                text-transform: uppercase;
                color: #fff;
                padding: 23px 30px;
            }

            .bhi-sli-btn:hover{color: #fff;}


/*------------- Process Section -----------------------*/
.section--callouts {
    padding-bottom: 0;
    padding: 0rem 1.2rem 2rem;
    max-width: calc(82.5rem + 0rem);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.section__header {
    margin-bottom: 4rem;
}
.section--callouts .section__header .section__image {
    text-align: center;
    margin-bottom: 1em;
}
.section__header--centered .section__heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
}
.section__heading {
    margin-bottom: .5rem;
}
.section__header--centered .section__sub-head {
  color: #4c4c4c;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
.section__sub-head {
    line-height: 1.8;
}
.callout-arrows .callouts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: transparent;
    border-top: 0;
    padding: 0;
    margin-top: 3rem;
    align-items: center;
}
.callout-arrows .callouts {
    position: relative;
}
@media (min-width: 767px){
.callout-arrows .callout:nth-child(odd) {
    background: linear-gradient( to top, rgba(178, 178, 178, 0) 0%, rgba(178, 178, 178, 1) 0%, rgba(178, 178, 178, 1) 50%, rgba(178, 178, 178, 0) 50% );
}}
@media (min-width: 767px){
.callout-arrows .callout {
    margin: 0 -0.063rem;
    flex-basis: 33.33333%;
    flex-grow: 1;
}}
.callout-arrows .callout {
    text-align: center;
    position: relative;
    padding: 0.125rem;
    border-radius: 0.7rem;
}
@media (min-width: 768px){
.borderless .callout {
    border: 0;
}}
.callout-arrows .callout-interior {
    background: #fff;
    border-radius: 0.6rem;
    padding: 2rem 1.5rem;
}
.callout-arrows img.callout__img {
    height: 4.75rem;
    display: initial;
}

@media (min-width: 768px){
.borderless .callout__heading {
    min-height: 2.9rem;
}}

@media (min-width: 768px){
.callout__heading {
    max-width: 12em;
    margin: 1.5rem auto 1.2rem;
}}
.callout__heading {
    font-size: 1.5rem;
    /*font-weight: bold;*/
}
.callout-arrows .callout__paragraph {
    text-align: center;
}
@media (min-width: 767px){
.callout-arrows .callout:first-child:after {
    left: -0.3rem;
}}
@media (min-width: 767px){
.callout-arrows .callout:first-child:after, .callout-arrows .callout:last-child:after {
    content: '';
    display: block;
    background: #fac800;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    z-index: 20;
}}

/*-------------------*/
@media (min-width: 768px) {
  .callouts-wrapper:not(.borderless) {
    filter: drop-shadow(0 0.25rem 0.75rem rgba(0, 0, 0, 0.15));
  }
  .callouts {
    background-color: #fff;
    border-top: 0.5rem solid #fac800;
    border-radius: 0.5rem;
    margin-top: 3rem;
    padding: 2rem 1rem 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 6%;
  }
  .callouts:not(.borderless)::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0.6%;
    height: 15%;
    width: 98.8%;
    margin-top: -0.02rem;
    background: #fff url(../../uploads/callouts-vector.svg) no-repeat center top /
      100%;
    -webkit-clip-path: polygon(50% 85%, 0 1%, 0 0, 100% 0, 100% 1%);
    clip-path: polygon(50% 85%, 0 1%, 0 0, 100% 0, 100% 1%);
  }
  .callout {
    padding: 0 1.5rem;
    border-right: 0.125rem solid #f8f8f8;
    flex-basis: 33.33333%;
    flex-grow: 1;
  }
  .callout:last-child {
    border-right: 0;
  }
  .callout .callout__link {
    color: #fac800;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }
  .callout__heading {
    max-width: 12em;
    margin: 1rem auto 0.5rem;
  }
  .borderless {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    margin-top: -2rem;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .borderless .callout {
    border: 0;
  }
  .borderless .callout__heading {
    min-height: 2rem;
    color: #111;
    font-weight: 600;
  }
  .section--callouts .callout__img {
    display: initial;
  }
}

@media (max-width: 767px) {
  .callout {
    margin: 3rem 2rem;
    text-align: left;
  }
  .callout__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .callout__heading {
    margin-left: 1rem;
    margin-bottom: 0;
  }
}

/*CALLOUT PRIMARY*/
.callout-primary__wrap {
  position: relative;
}

.callout-primary-content__wrap {
  margin-top: 1rem;
}

.callout-primary-logo__wrap {
  display: flex;
  justify-content: space-between;
}

.callout-primary-logo__wrap img {
  width: 25%;
}

@media (min-width: 768px) {
  .callout-primary__wrap {
    display: flex;
    justify-content: center;
  }

  .callout-primary__image--main-left,
  .callout-primary__image--main-right {
    position: absolute;
  }

  .callout-primary__image--main-left {
    left: 10px;
    width: 14vw;
    max-width: 197px;
  }

  .callout-primary__image--main-right {
    right: 10px;
    width: 17vw;
    max-width: 240px;
  }

  .callout-primary-content__wrap {
    width: 60%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .callout-primary-content__wrap p {
    text-align: center;
  }

  .callout-primary-logo__wrap img {
    width: 100%;
  }
}

/* CALLOUT VARIATION - ARROWS */
.callout-arrows .callouts {
  position: relative;
}
.callout-arrows .callout {
  text-align: center;
  position: relative;
  padding: 0.125rem;
  border-radius: 0.7rem;
}
.callout-arrows .callout-interior {
  background: #fff;
  border-radius: 0.6rem;
  padding: 3rem 3.5rem;
}
.callout-arrows img.callout__img {
  height: 4.75rem;
  margin-bottom: 5px;
  opacity: .85;
  filter: invert(67%) sepia(25%) saturate(955%) hue-rotate(45deg) brightness(92%) contrast(81%);
}
/* styles for the arrows */
.callout-arrows .callout:nth-child(even):before,
.callout-arrows .callout:nth-child(odd):before {
  content: '';
  display: block;
  background-image: url(https://www.westernpest.com/wp-content/uploads/callout-arrow.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  height: 1.25rem;
  width: 1.25rem;
  padding: 2rem 0 0 0;
  position: absolute;
  z-index: 1;
}

@media (min-width: 767px) {
  .callout-arrows .callouts-wrapper {
    margin-top: 3rem;
    padding: 2rem 1rem 0.3rem;
    margin-bottom: 6%;
  }
  .callout-arrows .callouts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: transparent;
    border-top: 0;
    padding: 0;
    margin-top: 3rem;
    align-items: center;
  }
  .callout-arrows .callout {
    margin: 0 -0.063rem;
    flex-basis: 33.33333%;
    flex-grow: 1;
  }
  .callout-arrows .callout:nth-child(odd) {
    background: linear-gradient(
      to top,
      rgba(178, 178, 178, 0) 0%,
      rgba(178, 178, 178, 1) 0%,
      rgba(178, 178, 178, 1) 50%,
      rgba(178, 178, 178, 0) 50%
    );
  }
  .callout-arrows .callout:nth-child(even) {
    background: linear-gradient(
      to bottom,
      rgba(178, 178, 178, 0) 0%,
      rgba(178, 178, 178, 1) 0%,
      rgba(178, 178, 178, 1) 50%,
      rgba(178, 178, 178, 0) 50%
    );
  }
  /* Orange circles */
  .callout-arrows .callout:first-child:after,
  .callout-arrows .callout:last-child:after {
    content: '';
    display: block;
    background: #80b145;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  .callout-arrows .callout:first-child:after {
    left: -0.3rem;
  }
  .callout-arrows .callout:last-child:after {
    right: -0.3rem;
  }
  /* styles for the arrows */
  .callout-arrows .callout:nth-child(even):before,
  .callout-arrows .callout:nth-child(odd):before {
    left: -0.55rem;
  }
  .callout-arrows .callout:nth-child(even):before {
    top: calc(50% - 0.3rem);
  }
  .callout-arrows .callout:nth-child(odd):before {
    transform: rotate(180deg);
    top: calc(50% - 1.7rem);
  }
  .callout-arrows .callout:first-child:before {
    display: none;
  }
  .callout-arrows .callout__paragraph {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .callout-arrows .callout {
    text-align: left;
    margin: -0.125rem;
  }
  .callout-arrows .callout:first-child {
    border-radius: 0 0 0 0.7rem;
    padding-top: 0;
    background: linear-gradient(
      to right,
      rgba(178, 178, 178, 0) 0%,
      rgba(178, 178, 178, 1) 0%,
      rgba(178, 178, 178, 1) 50%,
      rgba(178, 178, 178, 0) 50%
    );
  }
  .callout-arrows .callout:nth-child(2) {
    border-radius: 0 0.7rem 0 0;
    padding-bottom: 0;
    background: linear-gradient(
      to left,
      rgba(178, 178, 178, 0) 0%,
      rgba(178, 178, 178, 1) 0%,
      rgba(178, 178, 178, 1) 50%,
      rgba(178, 178, 178, 0) 50%
    );
  }
  .callout-arrows .callout:first-child .callout-interior {
    border-radius: 0 0 0 0.6rem;
  }
  .callout-arrows .callout:nth-child(2) .callout-interior {
    border-radius: 0 0.6rem 0 0;
  }
  /* Orange circles */
  .callout-arrows .callouts:before {
    left: -0.375rem;
  }
  .callout-arrows .callouts:after {
    right: -0.375rem;
  }
  .callout-arrows .callout:first-child:after,
  .callout-arrows .callout:nth-child(2):after {
    content: '';
    display: block;
    background: #fac800;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    position: absolute;
    z-index: 20;
  }
  .callout-arrows .callout:first-child:after {
    top: 0;
    left: -0.3rem;
  }
  .callout-arrows .callout:nth-child(2):after {
    bottom: 0;
    right: -0.3rem;
  }
  /* styles for the arrows */
  .callout-arrows .callout:nth-child(even):before,
  .callout-arrows .callout:nth-child(odd):before {
    display: none;
  }
  .callout-arrows .callout:first-child:before {
    display: block;
    bottom: -0.94rem;
    transform: rotate(90deg);
    left: 5rem;
  }
  .callout-arrows .callout:nth-child(2):before {
    display: block;
    top: 2rem;
    transform: rotate(180deg);
    right: -0.55rem;
  }
  .callout-arrows .callout__header {
    justify-content: start;
    flex-direction: column;
  }
  .callout-arrows .callout__step {
    margin: 1rem 0 0;
  }
  .callout-arrows .callout__heading {
    margin-left: 0;
  }
}
/*--------- End Process Section -----------------*/












.ttm-row.broken-section {
    padding: 0 0;
    margin-bottom: 0px;
}
.mt_230 {
    margin-top: -230px;
}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%;
}
.spacing-18 {
    padding: 52px;
}
.ttm-bg {
    position: relative;
}
.ttm-bgcolor-darkgrey {
    background-color: #000;
}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.bg-layer-equal-height .ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%;
}
.ttm-bgcolor-grey {
    background-color: #f9f9f9;
}
.spacing-19 {
    padding: 30px 40px 0px 40px;
}
.box-shadow {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}
.ttm-col-bgimage-yes {
    z-index: 1;
}
.ttm-bg {
    position: relative;
}
.col-bg-img-eleven.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ttm-bgcolor-grey, .ttm-bgcolor-grey > .ttm-bg-layer, .ttm-bgcolor-grey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, .ttm-btn-style-fill.ttm-btn-color-grey, .ttm-icon_element-fill.ttm-icon_element-color-grey, .featured-imagebox-team.style1 .featured-content, .ttm-icon_element-fill.ttm-icon_element-color-white, .ttm-team-member-single-content .ttm-social-links-wrapper ul li a, .header_search #search_query_top, .sidebar .widget-area .widget, .widget.widget-download ul li, .featured-imagebox-post.style2 .featured-imagebox-post-inner:before, .sidebar .widget-title, .featured-imagebox-team.style1 .ttm-media-link, .comment-body, .ttm-single-product-details ul.tabs li a, .coupon_toggle .coupon_code, .checkout #payment {
    background-color: #f9f9f9;
}
.ttm-bg-layer, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer, .ttm-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.layer-content {
    position: relative;
    z-index: 1;
}
.row.ttm-boxes-spacing-30px, .ttm-boxes-spacing-30px {
    margin: 0 0px;
}
.ttm-boxes-spacing-30px .ttm-box-col-wrapper {
    padding-bottom: 20px;
}
.wrap-form.contact_form_1.wrap-form label {
    width: 100%;
    margin: 0;
    position: relative;
}
.wrap-form.contact_form_1.wrap-form label i {
    position: absolute;
    right: 20px;
    left: auto;
    color: #8a8a8a;
    top: 15px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
    line-height: 16px;
}
.wrap-form.contact_form_1 span.text-input input, 
.wrap-form.contact_form_1 span.text-input textarea,
.wrap-form.contact_form_1 span.text-input select {
    border-radius: 3px;
    color: inherit;
    background-color: #fff;
    padding: 5px 18px;
    opacity: .7;
    height: 50px;
}
.wrap-form.contact_form_1.wrap-form label {
    width: 100%;
    margin: 0;
    position: relative;
}
.wrap-form.contact_form_1.wrap-form label i {
    position: absolute;
    right: 20px;
    left: auto;
    color: #8a8a8a;
    top: 15px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
    line-height: 16px;
}
.wrap-form.contact_form_1 span.text-input {
    margin-bottom: 0;
}
.wrap-form.contact_form_1 .cookies label {
    width: auto;
    display: inline;
}
.wrap-form.contact_form_1 .ttm-btn-style-fill.ttm-btn-color-skincolor:hover{background-color: #2f2f2f;}
.wrap-form label{
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.wrap-form span.text-input > i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}
.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 0;
    color: inherit;
    background-color: transparent;
    padding: 15px 30px;
}
.wrap-form.contact_form button[type="submit"] { 
    font-size: 13px;
    padding: 14px 28px;
}
.wrap-form.contact_form{margin-top: 30px;}

.wrap-form.contact_form .cookies label{width: auto;display: inline;}
.wrap-form.contact_form .ttm-btn.ttm-btn-size-md {padding: 15px 30px;}

.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input, 
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select{
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12);
}
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder, 
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: #fff;
}


/* request_qoute_form */
.wrap-form.request_qoute_form span.text-input input, 
.wrap-form.request_qoute_form span.text-input textarea,
.wrap-form.request_qoute_form span.text-input select {
    padding: 17px 24px 16px;
    border-width: 2px;
    background-color: transparent;
}

/* wrap-form.contact_form_1 */
.wrap-form.contact_form_1 span.text-input input, 
.wrap-form.contact_form_1 span.text-input textarea,
.wrap-form.contact_form_1 span.text-input select {
    border-radius: 5px;
    color: inherit;
    background-color: #fff;
    padding: 11px 15px;
    opacity: .8;
    width: 100%;
}
.wrap-form.contact_form_1.wrap-form label {
    width: 100%;
    margin: 0;
    position: relative;
}
.wrap-form.contact_form_1.wrap-form label i {
    position: absolute;
    right: 20px;
    left: auto;
    color: #80b145;
    top: 15px;
    opacity: .8;
    font-size: 13px;
    z-index: 1;
    line-height: 16px;
}
.wrap-form.contact_form_1 span.text-input {
    margin-bottom: 0;
}
.wrap-form.contact_form_1 .cookies label {
    width: auto;
    display: inline;
}
.wrap-form.contact_form_1 .ttm-btn-style-fill.ttm-btn-color-skincolor:hover{background-color: #2f2f2f;}


.zero-padding{
    padding: 0 !important;
}










.leo-h2{
    font-weight: 700;
    margin: 0;
    padding-bottom: 0px;
}

.biki-p{
    text-align: center;
    padding: 0 35px 25px;
    font-size: 15px;
    line-height: 24px;
}

.biki-btn{
    margin: 0 auto;
    display: block !important;
}

.leo-checkbox{
    position: relative;
    top: -1px;
}

.leo-btn{
    color: #fff;
    background-color: #fac800;
    padding: 10px 25px;
    position: relative;
    margin-top: 30px;
    letter-spacing: .6px;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.leo-btn:hover{
    color: #fff !important;
}

.cookies{
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 12px;
}

.leo-1{
    color: #fff !important;
    padding-bottom: 15px;
    line-height: 36px !important;
    letter-spacing: .5px !important;
    font-weight: 600 !important;
    font-size: 30px !important;
}

.leo-2{
    color: #ffffffe3;
    padding-bottom: 25px;
    font-size: 15px;
}

.leo-ul{
    padding-left: 30px;
}

.leo-ul li{
    color: #ffffffe3;
    padding-bottom: 5px;
    font-family: "Montserrat", sans-serif;
}

.leo-ul li:before{
    content: '';
    background: url(../images/tick-2.png);
    background-size: 20px 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -30px;
    filter: invert(1);
    opacity: .8;
    filter: invert(67%) sepia(25%) saturate(955%) hue-rotate(45deg) brightness(92%) contrast(81%);
}

.zero-pad-right0{
    padding-right: 0 !important;
}
.zero-pad-left0{
    padding-left: 0 !important;
}


.leo-block{
    background-image: url(../images/roofing-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 80px 0px 320px;
    background-color: #2e2e2e94;
    background-blend-mode: overlay;
    background-attachment: fixed;
}

.leo-img{
    height: 75px;
    width: auto;
    padding: 5px;
    margin: 0 auto;
    display: block;
    margin-top: 11px;
    filter: invert();
}

.leo-image{
    margin: 0 auto;
    width: 130px;
    background: #000;
    border-radius: 50%;
    padding: 10px;
    border: 5px solid #fff;
    height: 130px;
    justify-content: center;
    align-items: center;
    position: relative;
    display: block;
}

.leo-p{
    color: #fff;
    font-size: 14px;
    letter-spacing: .5px;
    text-align: center;
    padding-top: 10px;
}

.leo-section-title{
    position: relative;
    margin-bottom: 15px;
}
.leo-section-title .leo-title-header {
    padding-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.leo-title-header{
    padding-left: 30px;
}

.leo-section-title .leo-title-header:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #80b145;
}

.leo-section-title h2.leo-title {
    font-size: 31px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
}

.leo-section-title h3.leo-title {
    font-size: 29px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
}




.eco-span{
    font-size: 18px;
    font-weight: 500;
}

.eco-ptag{
    height: 111px;
    overflow: auto;
    padding-right: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.eco-pb45{
    padding-bottom: 45px;
}


.link-anime.v2:hover .biki-sli-icon {
    filter: none;
}

.link-anime.v2:hover .biki-sli-icon-1 {
    /*filter: none;*/
    filter: invert(67%) sepia(25%) saturate(955%) hue-rotate(45deg) brightness(92%) contrast(81%);
}


.eco-ptag::-webkit-scrollbar {width: 5px;}
.eco-ptag::-webkit-scrollbar-track {background: #111;}
.eco-ptag::-webkit-scrollbar-thumb {background: #80b145;}





/*-------------------*/
.nif-pad5{
  padding: 0 5px;
}
.welco-sec{
  padding-top: 20px;
  padding-bottom: 0px;
}



.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.col-md-12.ngp {
  padding: 0px;
  margin: 0px;
}
.row.ngp {
  margin: 0px;
  padding: 0px;
}
.gallery-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
}
.gallery-row img {
  width: 350px;
  height: 350px;
  padding: 6px 3px;
  object-fit: cover;
}
.sec-head.hbg {
  /*background-color: #80b145;*/
  padding: 30px 0px;
  background-color: #111;
}
.text-center {
  text-align: center !important;
}
h4.site-title.text-white {
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 0px;
  line-height: 22px;
  font-weight: 800;
}

h2.site-title.text-white {
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 0px;
  line-height: 22px;
  font-weight: 800;
}


p.text-white {
  line-height: 23px;
  margin-top: 10px;
  padding: 0px 15px;
  margin-bottom: 0px;
}

.text-white {
  color: #fff !important;
}
.container-fluid.ngp {
  padding: 0px;
  margin: 0px;
}

.callor-qt-sec {
  padding: 25px 0px 65px;
}

.tetx-c {
  text-align: center;
}
.callor-qt-sec h2 {
  position: relative;
  margin-bottom: 25px;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 800;
}

.callor-qt-sec h3 {
  position: relative;
  margin-bottom: 25px;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 800;
}


.gall-cta-btn-2{
  border: 1px solid #80b145;
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #80b145;
  border-radius: 5px;
}

.gall-cta-btn-2:hover{
  color: #80b145;
}

.gall-cta-btn-img{
  margin-right: 5px;
  width: 22px;
  position: relative;
  top: -2px;
  filter: invert(67%) sepia(25%) saturate(955%) hue-rotate(45deg) brightness(92%) contrast(81%);
}

.gall-cta-btn-2:hover .gall-cta-btn-img{
  transition: all 0.4s ease;
}


.gall-cta-btn-1{
  border: 1px solid #80b145;
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  background-color: #80b145;
  color: #fff;
  border-radius: 5px;
}

.gall-cta-btn-1:hover{
  color: #fff;
}

.gall-cta-btn-img-1{
  margin-right: 5px;
  width: 22px;
  position: relative;
  top: -2px;
  /*filter: invert(79%) sepia(77%) saturate(5042%) hue-rotate(10deg) brightness(110%) contrast(106%);*/
  filter: invert();
}



.nif-ban-h4{
  padding-left: 8px;
  font-size: 16px;
  color: #fff;
}

.star-heading{
  display: flex;
}

.nif-ban-icon{
  font-size: 14px !important; 
}


.nif-banner-offers-li{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.nif-ban-iconimg{
  width: 15%;
}

.nif-ban-iconimg img{
  width: 64px;
  height: 64px;
  filter: invert(67%) sepia(25%) saturate(955%) hue-rotate(45deg) brightness(92%) contrast(81%);
}


.nif-ban-content{
  width: 85%;
}


.nif-banner-offers{
  padding-top: 25px;
  padding-bottom: 15px;
}

.nif-ban-content h3{
  font-weight: 700;
  color: #fff;
  line-height: 26px;
}

.nif-ban-content p{
  padding-top: 2px;
  font-size: 14px;
  line-height: 20px;
}


.nif-pad5{
  padding: 5px;
}

.nif-google{
  width: 42px;
  position: relative;
  top: -10px;
}


.nif-promotions {
  margin: 0px;
  padding: 45px 10px 35px;
  border-style: dashed;
  border-width: 6px;
  border-radius: 15px;
}

.nif-promotions h4{
  font-family: "Montserrat", Sans-serif;
  font-size: 61px;
  font-weight: 900;
  color: #4b006e;
  text-align: center;
  padding-bottom: 15px;
}

.nif-promotions p{
  font-size: 23px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}


.nif-pt15{
  padding-top: 15px;
}



.home-link-anime {
    color: #fff;
    padding: 20px 30px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.28px;
    border-radius: 5px;
    border: 2px solid #80b145;
    text-transform: uppercase;
    overflow: hidden;
    background: #80b145;
}

.home-link-anime:before {
    opacity: 0.6;
    left: 0;
    background: #fff;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease;
}



.home-link-anime:after {
    left: 0;
    background: #fff;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease;
    display: block;
}


.padding-right0{
  padding-right: 0px !important;
}



/*========================================*/
.spitting-1{
  color: #80b145;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  font-family: Rajdhani, sans-serif;
}

.spitting-2{
  font-size: 42px !important;
  line-height: 44px !important;
  color: #1f1f1f !important;
  margin-top: 5px;
}

.spitting-3{
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: Rajdhani, sans-serif;
}

.spitting-center{
  text-align: center;
}



/*------------ latest Blogs Section --------*/


.section {
  margin-top: 0px;
  display: block;
}

.template_news_preview .row-title {
  display: flex;
  align-items: center;
  margin: 0;
}

.template_news_preview .title_line {
    background-color: #000;
    height: 5px;
    flex-grow: 1;
    position: absolute;
}

@media (min-width: 992px) {
  .template_news_preview #title {
      text-align: center;
      font-size: 48px;
      line-height: 38px;
      letter-spacing: 0.22px;
      padding: 0 50px;
      margin-bottom: 0;
  }
}

.template_news_preview #title {
  font-weight: 700;
  color: #000;
  background-color: #fff;
  width: fit-content;
  display: block;
  margin: auto;
  position: relative;
}


.text_highlight {
    color: #80b145 !important;
}


@media (min-width: 992px) {
    .template_news_preview .arrow {
        display: none;
    }
}

.container.wrap1366 {
    max-width: 1366px;
    width: 100%;
}

@media (min-width: 992px) {
    .template_news_preview #news-content {
        margin-top: 30px;
    }
}

.template_news_preview .news_pop_label {
    background-color: #fff;
    color: #333;
    font-weight: 700;
    font-size: 11px;
    height: 25px;
    left: -70px;
    letter-spacing: 5px;
    line-height: 25px;
    text-align: center;
    top: 0;
    transform: rotate(-90deg);
    transform-origin: right top 0;
    width: 115px;
    position: relative;
}

.template_news_preview .blog_post .blog_img {
    height: 256px;
}

.template_news_preview .blog_post .blog_img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media (min-width: 992px) {
    .template_news_preview .blog_post .blog_content{
        padding: 30px;
    }
}

.template_news_preview .blog_post .blog_content {
    font-size: 13px;
    letter-spacing: 0.4px;
}

.template_news_preview .blog_post .blog_content .post_date{
    line-height: 21px;
    color: #333;
}

@media (min-width: 992px) {
    .template_news_preview .blog_post .blog_content .post_title {
        font-size: 22px;
        letter-spacing: 0.27px;
        line-height: 32px;
        margin: 20px 0;
    }
}

.template_news_preview .blog_post .blog_content .post_title {
    color: #333;
    font-weight: 700;
}

.template_news_preview .blog_post .blog_content .post_extract{
    line-height: 23px;
    color: #696969;
}

.blog-top-line{
  border: 1px solid #000;
  box-sizing: border-box;
  height: 28px;
  left: 50%;
  position: relative;
  width: 2px;
  margin-bottom: 30px;
  margin-top: 5px;
}

.template_news_preview #link_news a:link {
    color: #000;
}

.template_news_preview #link_news {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 16px;
    text-align: center;
    margin-top: 25px;
}

.line-2 {
    border: 1px solid #000;
    box-sizing: border-box;
    height: 28px;
    left: 50%;
    position: relative;
    width: 2px;
    margin-top: 10px;
}


.smh-padd0{
  padding: 0px !important;
}

.smh-about-pdntm{
  padding-bottom: 15px;
}


.services-heading{
  margin-top: 25px;
}