body {
  font-family: 'Montserrat'; }

p {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

.top-space {
  margin-top: 99px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

.container {
  width: 100%;
  max-width: 1250px; }

.btn-primary {
  border-radius: 10px 0px 10px 10px;
  background: linear-gradient(90deg, #2598D5 0%, #2C3B93 100%);
  padding: 16px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid linear-gradient(90deg, #2598D5 0%, #2C3B93 100%); }
  .btn-primary.two {
    border-radius: 10px 0px 10px 10px;
    border: 2px solid #FFF;
    background: rgba(15, 52, 108, 0.25); }
  .btn-primary.three {
    border: 2px solid #2598D5;
    background: #2598D5; }
  .btn-primary p {
    color: #FFF !important;
    text-align: center;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    padding-right: 9px; }

.head-main-area .head-up {
  background-color: #0F346C; }
  .head-main-area .head-up .head-in-up-cover {
    display: flex;
    align-items: center;
    padding: 8px 0; }
    .head-main-area .head-up .head-in-up-cover ::after {
      content: "";
      clear: both;
      display: table; }
    .head-main-area .head-up .head-in-up-cover .left-content {
      float: left;
      width: 50%; }
      .head-main-area .head-up .head-in-up-cover .left-content ul li {
        display: inline-flex;
        align-items: center;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-right: 1px solid #2F5782;
        padding-right: 24px;
        margin-right: 24px; }
        .head-main-area .head-up .head-in-up-cover .left-content ul li a {
          display: flex;
          align-items: center;
          gap: 10px; }
        .head-main-area .head-up .head-in-up-cover .left-content ul li:last-child {
          padding-right: 0;
          margin-right: 0;
          border: none; }
    .head-main-area .head-up .head-in-up-cover .right-content {
      width: calc(100% - 50%);
      float: left;
      display: flex;
      align-items: center;
      justify-content: end;
      gap: 15px; }
      .head-main-area .head-up .head-in-up-cover .right-content .search-b {
        display: flex;
        align-items: center; }
        .head-main-area .head-up .head-in-up-cover .right-content .search-b p {
          color: #FFF;
          text-align: center;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          padding-right: 10px; }
        .head-main-area .head-up .head-in-up-cover .right-content .search-b .search-box {
          border-radius: 10px 0px 10px 10px;
          background: #284C82;
          position: relative; }
          .head-main-area .head-up .head-in-up-cover .right-content .search-b .search-box input {
            background: transparent;
            border: none;
            padding: 10px 16px; }
            .head-main-area .head-up .head-in-up-cover .right-content .search-b .search-box input::placeholder {
              color: #FFF;
              font-size: 16px;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
          .head-main-area .head-up .head-in-up-cover .right-content .search-b .search-box button {
            position: absolute;
            right: 0;
            top: 9px;
            background-color: transparent;
            border: none; }
            .head-main-area .head-up .head-in-up-cover .right-content .search-b .search-box button i {
              color: #2598D5; }
      .head-main-area .head-up .head-in-up-cover .right-content .social-icons {
        display: flex;
        justify-content: end;
        gap: 10px; }
        .head-main-area .head-up .head-in-up-cover .right-content .social-icons a {
          display: inline-flex;
          width: 28px;
          height: 28px;
          border-radius: 50%;
          overflow: hidden;
          background-color: #fff;
          display: flex;
          justify-content: center;
          align-items: center; }
          .head-main-area .head-up .head-in-up-cover .right-content .social-icons a i {
            color: #0F346C; }

header {
  background: #fff;
  padding: 14px 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  header .container .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .container .header-content :before {
      content: "";
      clear: both;
      display: table; }
    header .container .header-content .logo {
      width: 293px;
      float: left; }
      header .container .header-content .logo img {
        width: 100%;
        max-width: 293px; }
    header .container .header-content nav {
      width: calc(100% - 293px);
      float: left;
      padding: 0;
      padding-left: 80px; }
      header .container .header-content nav .navbar-collapse {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        header .container .header-content nav .navbar-collapse :before {
          content: "";
          clear: both;
          display: table; }
        header .container .header-content nav .navbar-collapse .navbar-nav {
          display: flex;
          align-items: center; }
          header .container .header-content nav .navbar-collapse .navbar-nav li {
            padding: 0 12px;
            position: relative; }
            header .container .header-content nav .navbar-collapse .navbar-nav li:first-child {
              padding-left: 0; }
            header .container .header-content nav .navbar-collapse .navbar-nav li a {
              text-decoration: none;
              color: #222;
              font-size: 18px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              padding: 0;
              position: relative; }
              header .container .header-content nav .navbar-collapse .navbar-nav li a::after {
                content: '';
                width: 0px;
                height: 3px;
                background-color: #2598D5;
                margin: 0 auto;
                text-align: center;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -5px;
                transition: all 0.3s ease-in-out; }
            header .container .header-content nav .navbar-collapse .navbar-nav li .dropdown button {
              background: none;
              border: none;
              color: #222;
              font-size: 18px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              padding: 0; }
            header .container .header-content nav .navbar-collapse .navbar-nav li .dropdown .dropdown-toggle::after {
              border: none;
              content: '\f078';
              right: 0;
              top: 0;
              font-family: 'Font Awesome 5 Pro';
              color: #48284A;
              font-size: 12px;
              padding-top: 5px;
              font-weight: 600; }
            header .container .header-content nav .navbar-collapse .navbar-nav li .dropdown .dropdown-menu {
              background: #fff;
              border: 1px solid #ddd;
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
              border-radius: 5px;
              padding: 10px; }
              header .container .header-content nav .navbar-collapse .navbar-nav li .dropdown .dropdown-menu li {
                padding: 0; }
                header .container .header-content nav .navbar-collapse .navbar-nav li .dropdown .dropdown-menu li a {
                  font-size: 16px;
                  line-height: normal;
                  color: #48284A;
                  padding: 0; }
                  header .container .header-content nav .navbar-collapse .navbar-nav li .dropdown .dropdown-menu li a:hover {
                    color: #48284A;
                    background: transparent; }
                  header .container .header-content nav .navbar-collapse .navbar-nav li .dropdown .dropdown-menu li a:active {
                    color: #48284A;
                    background: transparent; }
            header .container .header-content nav .navbar-collapse .navbar-nav li.active a {
              color: #2598D5;
              font-weight: 600; }
              header .container .header-content nav .navbar-collapse .navbar-nav li.active a::after {
                width: 22px; }
            header .container .header-content nav .navbar-collapse .navbar-nav li:last-child {
              padding-right: 0; }
            header .container .header-content nav .navbar-collapse .navbar-nav li .btn-primary {
              padding: 16px 24px; }

.hero-section {
  overflow: hidden;
  position: relative;
  padding-top: 90px; }
  .hero-section h1 {
    color: #FFF;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    padding-bottom: 30px; }
  .hero-section p {
    color: #2598D5;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px; }
  .hero-section .btn-set {
    padding-top: 40px;
    display: flex;
    gap: 20px; }
  .hero-section .btn-primary p {
    font-size: 18px;
    color: #fff; }
  .hero-section .box-area {
    display: flex;
    gap: 24px;
    margin-top: 60px;
    padding-bottom: 80px; }
    .hero-section .box-area .box-item {
      border-radius: 20px;
      border: 1px solid #2598D5;
      background: linear-gradient(110deg, rgba(9, 1, 26, 0.65) 0%, rgba(9, 1, 26, 0) 100%);
      backdrop-filter: blur(3px);
      padding: 30px 10px;
      text-align: center;
      min-width: 200px; }
      .hero-section .box-area .box-item p {
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 133.333% */
        padding-top: 10px; }
  .hero-section .row {
    position: relative;
    z-index: 2; }
  .hero-section .bg-img-set {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
    .hero-section .bg-img-set::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(90deg, rgba(0, 16, 68, 0.75) 35%, rgba(0, 16, 68, 0) 100%);
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .hero-section .bg-img-set img {
      width: 100%;
      max-width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative; }
  .hero-section .img-area {
    max-width: 100%; }
    .hero-section .img-area img {
      width: 100%;
      max-width: 100%; }

.about-section {
  padding: 120px 0;
  position: relative; }
  .about-section .video-setion {
    width: 600px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%; }
    .about-section .video-setion video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .about-section.hassel-free .hassel-free-inner {
    padding-top: 90px; }
    .about-section.hassel-free .hassel-free-inner .image-section {
      border-radius: 10px;
      overflow: hidden; }
      .about-section.hassel-free .hassel-free-inner .image-section img {
        width: 100%;
        max-width: 100%;
        height: auto; }
    .about-section.hassel-free .hassel-free-inner .about-content {
      text-align: center; }
      .about-section.hassel-free .hassel-free-inner .about-content img {
        text-align: center;
        margin: 0 auto; }
      .about-section.hassel-free .hassel-free-inner .about-content h5 {
        color: #FFC836;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        margin-top: 20px; }
      .about-section.hassel-free .hassel-free-inner .about-content p {
        text-align: center; }
      .about-section.hassel-free .hassel-free-inner .about-content ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 30px; }
        .about-section.hassel-free .hassel-free-inner .about-content ul li {
          color: #48284A;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          text-align: start;
          padding-left: 30px;
          position: relative; }
          .about-section.hassel-free .hassel-free-inner .about-content ul li::after {
            content: '';
            height: 7px;
            width: 7px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: #48284A;
            margin-left: 12px;
            margin-top: 6px; }
    .about-section.hassel-free .hassel-free-inner .catering-area .owl-carousel .owl-stage-outer {
      padding: 40px 0;
      padding-bottom: 80px; }
      .about-section.hassel-free .hassel-free-inner .catering-area .owl-carousel .owl-stage-outer .owl-item:nth-child(even) {
        transform: translateY(40px); }
      .about-section.hassel-free .hassel-free-inner .catering-area .owl-carousel .owl-stage-outer .owl-item .item .img-area {
        border-radius: 200px;
        overflow: hidden; }
        .about-section.hassel-free .hassel-free-inner .catering-area .owl-carousel .owl-stage-outer .owl-item .item .img-area img {
          max-width: 100%;
          object-fit: cover; }
      .about-section.hassel-free .hassel-free-inner .catering-area .owl-carousel .owl-stage-outer .owl-item .item .icon--area {
        border-radius: 100px;
        border: 2px solid #F95000;
        background: #FFF;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -39px;
        position: relative;
        z-index: 2; }
        .about-section.hassel-free .hassel-free-inner .catering-area .owl-carousel .owl-stage-outer .owl-item .item .icon--area img {
          width: 32px;
          object-fit: cover; }
      .about-section.hassel-free .hassel-free-inner .catering-area .owl-carousel .owl-stage-outer .owl-item .item h4 {
        color: #48284A;
        font-size: 20px;
        font-weight: 900;
        margin-top: 20px; }
    .about-section.hassel-free .hassel-free-inner .catering-area .owl-carousel .owl-nav {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .about-section.hassel-free .hassel-free-inner .catering-area .owl-carousel .owl-nav button {
        background-color: #FFC83680;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        color: #fff;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: -6%; }
        .about-section.hassel-free .hassel-free-inner .catering-area .owl-carousel .owl-nav button.owl-next {
          right: -6%;
          left: auto; }
  .about-section.brand .hassel-free-inner .image-section {
    border-radius: 40px; }
  .about-section.brand .hassel-free-inner .about-content {
    text-align: start;
    padding-left: 20px; }
    .about-section.brand .hassel-free-inner .about-content h5 {
      color: #48284A;
      font-size: 64px;
      font-weight: 700;
      text-align: start; }
    .about-section.brand .hassel-free-inner .about-content p {
      text-align: start; }
    .about-section.brand .hassel-free-inner .about-content ul {
      display: block; }
      .about-section.brand .hassel-free-inner .about-content ul li {
        list-style: none;
        padding-left: 0;
        display: flex;
        gap: 20px;
        margin-bottom: 24px; }
        .about-section.brand .hassel-free-inner .about-content ul li::after {
          content: none; }
        .about-section.brand .hassel-free-inner .about-content ul li .cont-s h6 {
          color: #48284A;
          font-size: 20px;
          font-weight: 900;
          margin-bottom: 10px; }
        .about-section.brand .hassel-free-inner .about-content ul li .cont-s p {
          color: #48284A;
          font-size: 16px;
          font-weight: 500;
          padding: 0;
          line-height: 20px; }
  .about-section.line-bar {
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 200, 54, 0) 0%, #FFC836 50%, rgba(255, 200, 54, 0) 100%);
    border-image-slice: 1; }
  .about-section.franchise .hassel-free-inner .about-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .about-section.franchise .hassel-free-inner .about-content ul li {
      align-items: center; }
      .about-section.franchise .hassel-free-inner .about-content ul li .cont-s h6 {
        margin: 0; }
  .about-section .pattern.danceove {
    position: absolute;
    bottom: 0;
    left: 0; }
  .about-section .pattern.two {
    left: unset;
    right: 0; }
  .about-section .form-area {
    border-radius: 20px;
    border: 1px solid #1B6FAC;
    background: rgba(15, 52, 108, 0.95);
    backdrop-filter: blur(5px);
    padding: 30px 20px;
    text-align: center; }
    .about-section .form-area h3 {
      color: #2598D5;
      text-align: center;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
      padding-bottom: 10px; }
    .about-section .form-area p {
      color: #FFF;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 30px;
      /* 150% */ }
    .about-section .form-area form {
      margin-top: 20px; }
      .about-section .form-area form .form-group {
        margin-bottom: 15px; }
        .about-section .form-area form .form-group input, .about-section .form-area form .form-group select, .about-section .form-area form .form-group textarea {
          border: none;
          padding: 18px 20px;
          width: 100%;
          border-radius: 10px;
          background: #fff; }
          .about-section .form-area form .form-group input:focus, .about-section .form-area form .form-group select:focus, .about-section .form-area form .form-group textarea:focus {
            outline: none;
            box-shadow: none; }
      .about-section .form-area form button {
        border-radius: 10px 0px 10px 10px;
        background: #2598D5;
        border: none; }

.pest-control-score {
  border-radius: 0px 0px 80px 80px;
  background: #2598D5;
  position: relative;
  overflow: hidden;
  padding: 104px 0; }
  .pest-control-score .head {
    position: relative;
    z-index: 1; }
    .pest-control-score .head h3 {
      color: #FFF;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0.4px;
      padding-bottom: 15px; }
    .pest-control-score .head p {
      color: #FFF;
      text-align: justify;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
  .pest-control-score .score-area {
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
    z-index: 2;
    height: 100%; }
    .pest-control-score .score-area .container .box {
      display: flex;
      justify-content: center;
      align-items: center; }
    .pest-control-score .score-area .box h2 {
      display: block;
      text-align: center;
      color: #FFF;
      text-align: center;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding-bottom: 13px;
      letter-spacing: 0.32px; }
    .pest-control-score .score-area .box p {
      color: #FFF;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.2px; }
    .pest-control-score .score-area .box .chart {
      position: relative;
      width: 290px;
      height: 290px;
      text-align: center;
      font-size: 40px;
      line-height: 160px;
      color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 56px; }
    .pest-control-score .score-area .box canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .pest-control-score .bg-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
  .pest-control-score.today-set {
    background-color: #0F346C;
    padding-bottom: 300px; }
    .pest-control-score.today-set .head ol, .pest-control-score.today-set .head ul {
      padding-top: 30px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px; }
      .pest-control-score.today-set .head ol li, .pest-control-score.today-set .head ul li {
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 0;
        margin-bottom: 0;
        padding-left: 25px;
        position: relative; }
        .pest-control-score.today-set .head ol li:before, .pest-control-score.today-set .head ul li:before {
          content: '';
          width: 15px;
          height: 15px;
          border-radius: 50%;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: 0; }
    .pest-control-score.today-set .head ol li {
      text-align: start; }
      .pest-control-score.today-set .head ol li::before {
        content: none; }
  .pest-control-score.disinfect {
    padding-bottom: 90px; }
    .pest-control-score.disinfect .head h3 {
      font-size: 48px; }
    .pest-control-score.disinfect .head p {
      color: #FFF;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0.4px;
      text-align: start; }
    .pest-control-score.disinfect ul li {
      text-align: start; }

.we-provide .head h3 {
  color: #222;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 40px; }
.we-provide .we-provide-content-serives [class*='col-']:nth-child(even) .icon-area {
  background: #103971; }
.we-provide .itm-set {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }
  .we-provide .itm-set ::after {
    content: "";
    clear: both;
    display: table; }
  .we-provide .itm-set .icon-area {
    border-radius: 30px 0px 30px 30px;
    background: #2598D5;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left; }
  .we-provide .itm-set p {
    width: calc(100% - 100px);
    float: left;
    padding-left: 20px;
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 41px; }

.company-unser-section {
  position: relative;
  margin-top: -200px;
  padding-bottom: 115px;
  z-index: 1; }
  .company-unser-section .img-area img {
    width: 100%;
    height: auto;
    object-fit: cover;
    mask-image: url("../images/about-shap-mask.png");
    mask-position: center;
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 100%;
    -webkit-mask-image: url("../images/about-shap-mask.png");
    -webkit-mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover; }
  .company-unser-section .content-area {
    margin-top: 40px; }
    .company-unser-section .content-area p {
      color: #222;
      text-align: justify;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 20px; }
      .company-unser-section .content-area p a {
        color: #2598D5; }
  .company-unser-section .in-box-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    .company-unser-section .in-box-area .box {
      display: flex;
      align-items: center;
      position: relative; }
      .company-unser-section .in-box-area .box ::after {
        content: "";
        clear: both;
        display: table; }
      .company-unser-section .in-box-area .box::after {
        content: '';
        background-color: #0F346C;
        right: 0;
        width: 92%;
        height: 100%;
        top: 0;
        bottom: 0;
        border-radius: 100px 30px 30px 100px;
        position: absolute; }
      .company-unser-section .in-box-area .box .icon-ara {
        width: 100px;
        height: 100px;
        float: left;
        border-radius: 50%;
        background-color: #2598D5;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1; }
        .company-unser-section .in-box-area .box .icon-ara img {
          width: 70%;
          max-width: 100%; }
      .company-unser-section .in-box-area .box .content-dtl {
        float: left;
        width: calc(100% - 100px);
        padding: 36px 24px;
        position: relative;
        z-index: 1; }
        .company-unser-section .in-box-area .box .content-dtl h3 {
          color: #FFF;
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          padding-bottom: 15px; }
        .company-unser-section .in-box-area .box .content-dtl p {
          color: #FFF;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px; }
          .company-unser-section .in-box-area .box .content-dtl p a {
            color: #2598D5;
            text-decoration: underline;
            display: inline-block; }
  .company-unser-section .vison {
    padding-top: 30px; }
    .company-unser-section .vison p {
      color: #222;
      text-align: justify;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
  .company-unser-section.commercial .head h3 {
    color: #222;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; }
  .company-unser-section.commercial .head p {
    color: #222;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 0; }
  .company-unser-section.commercial .vison p {
    text-align: center; }
    .company-unser-section.commercial .vison p a {
      text-decoration: underline;
      color: #2598D5; }
  .company-unser-section.disinfect {
    padding-top: 120px; }
    .company-unser-section.disinfect .head p a {
      display: inline-block;
      text-decoration: underline;
      font-weight: 700; }

.services-section {
  padding: 120px 40px; }
  .services-section .head {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto; }
    .services-section .head h2 {
      color: #222;
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      margin-bottom: 15px; }
    .services-section .head p {
      color: #222;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
      .services-section .head p a {
        color: #2598D5;
        text-decoration: underline; }
  .services-section .main-sevr .in-server {
    display: flex;
    flex-wrap: wrap;
    gap: 54px;
    margin-top: 60px;
    justify-content: center; }
    .services-section .main-sevr .in-server .box-out-area {
      width: 550px;
      max-width: 100%;
      position: relative; }
      .services-section .main-sevr .in-server .box-out-area .service-box .img-area img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin-left: -30px; }
      .services-section .main-sevr .in-server .box-out-area .service-box .content {
        background-color: #0F346C;
        padding: 70px 22px;
        position: relative;
        margin-top: -57px;
        border-radius: 20px; }
        .services-section .main-sevr .in-server .box-out-area .service-box .content h3 {
          color: #FFF;
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          margin-bottom: 10px; }
        .services-section .main-sevr .in-server .box-out-area .service-box .content p {
          color: #FFF;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px; }
          .services-section .main-sevr .in-server .box-out-area .service-box .content p a {
            color: #2598D5;
            text-decoration: underline;
            display: inline-block;
            position: unset; }
        .services-section .main-sevr .in-server .box-out-area .service-box .content a.link-set {
          color: #2598D5;
          text-decoration: underline;
          display: inline-block;
          position: absolute;
          right: 0;
          bottom: 0; }
  .services-section.commercial {
    position: relative;
    margin-top: -200px;
    z-index: 1; }

.control-services {
  padding: 120px 0; }
  .control-services .head h3 {
    color: #222;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 15px; }
  .control-services .head p {
    color: #222;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
    .control-services .head p a {
      text-decoration: underline;
      font-weight: 700; }
  .control-services .owl-carousel {
    margin-top: 60px; }
    .control-services .owl-carousel .owl-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin: 30px 0; }
      .control-services .owl-carousel .owl-dots button {
        width: 15px;
        height: 10px;
        border-radius: 10px;
        background: #103971;
        transition: all 0.2s ease-in-out; }
        .control-services .owl-carousel .owl-dots button.active {
          width: 40px; }
  .control-services .item .item-area {
    border-radius: 10px;
    overflow: hidden;
    background: #EFF9FF; }
    .control-services .item .item-area:hover .img-area::after {
      height: 100%; }
    .control-services .item .item-area:hover h4 {
      color: #fff; }
      .control-services .item .item-area:hover h4::after {
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        z-index: -1; }
    .control-services .item .item-area:hover .link-set {
      visibility: visible;
      transform: translate(-20px, -86px);
      z-index: 2;
      transition: all 0.5s ease-in; }
    .control-services .item .item-area .img-area {
      width: 100%;
      position: relative; }
      .control-services .item .item-area .img-area::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: #10397169;
        content: '';
        transition: all 0.2s ease-in-out; }
      .control-services .item .item-area .img-area img {
        width: 100%; }
    .control-services .item .item-area h4 {
      color: #2598D5;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px;
      padding: 30px 20px;
      padding-bottom: 20px;
      position: relative;
      z-index: 2;
      transition: all 0.2s ease-in-out; }
      .control-services .item .item-area h4::after {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 50px;
        height: 5px;
        border-radius: 50px;
        background: #103971;
        content: '';
        transition: all 0.2s ease-in-out; }
    .control-services .item .item-area .link-set {
      border-radius: 5px;
      background: #2598D5;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 0;
      bottom: 0;
      visibility: hidden;
      transition: all 0.3s ease-out;
      transform: translate(-20px, 0px); }
  .control-services .item.active {
    margin-bottom: 20px;
    position: relative; }
    .control-services .item.active .item-area {
      background: #EFF9FF;
      position: relative; }
      .control-services .item.active .item-area:hover {
        background: #EFF9FF; }
        .control-services .item.active .item-area:hover .img-area::after {
          content: none; }
        .control-services .item.active .item-area:hover .link-set {
          transform: unset; }
      .control-services .item.active .item-area h4 {
        color: #222;
        font-size: 24px;
        line-height: normal;
        padding: 42px 20px; }
        .control-services .item.active .item-area h4::after {
          left: 20px;
          top: 20px;
          width: 50px;
          height: 5px;
          border-radius: 50px;
          background: #2598D5;
          content: ''; }
      .control-services .item.active .item-area .link-set {
        visibility: visible;
        transform: unset;
        right: 20px;
        z-index: 2;
        transition: all 0.5s ease-in;
        background: #103971;
        bottom: unset;
        top: -19px; }

.How-Disinfection-works {
  position: relative;
  padding: 100px 0; }
  .How-Disinfection-works::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 377px;
    background: #0F346C; }
  .How-Disinfection-works .head {
    position: relative;
    z-index: 1; }
    .How-Disinfection-works .head h3 {
      color: #FFF;
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px; }
    .How-Disinfection-works .head p {
      color: #FFF;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin-top: 15px; }
  .How-Disinfection-works .item-area {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    position: relative;
    z-index: 1;
    gap: 40px; }
    .How-Disinfection-works .item-area .items {
      width: 220px;
      position: relative; }
      .How-Disinfection-works .item-area .items::after {
        content: '';
        background-image: url(../images/setp-arrow.png);
        background-repeat: no-repeat;
        background-size: cover;
        top: 10%;
        right: -75px;
        position: absolute;
        z-index: 2;
        width: 35px;
        height: 35px; }
      .How-Disinfection-works .item-area .items:last-child::after {
        content: none; }
      .How-Disinfection-works .item-area .items .shap-area {
        width: 190px;
        position: relative;
        height: 141px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 auto; }
        .How-Disinfection-works .item-area .items .shap-area h6 {
          color: #FFF;
          text-align: center;
          font-size: 20px;
          font-weight: 500;
          line-height: normal;
          position: relative;
          z-index: 1;
          margin-bottom: 10px; }
        .How-Disinfection-works .item-area .items .shap-area .icon {
          width: 48px;
          position: relative;
          z-index: 1; }
          .How-Disinfection-works .item-area .items .shap-area .icon img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .How-Disinfection-works .item-area .items .shap-area svg {
          position: absolute;
          left: 0;
          top: 0;
          right: 0; }
      .How-Disinfection-works .item-area .items h5 {
        color: #222;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        margin-top: 24px; }
      .How-Disinfection-works .item-area .items p {
        color: #222;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-top: 8px; }

.why-choose {
  background: #EFF9FF;
  padding: 120px 0; }
  .why-choose .head {
    padding-right: 40px; }
    .why-choose .head h3 {
      color: #222;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px; }
    .why-choose .head p {
      color: #222;
      text-align: justify;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      padding: 20px 0; }
    .why-choose .head ol {
      padding-left: 20px; }
      .why-choose .head ol li {
        color: #222;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding: 0;
        margin-bottom: 15px;
        list-style: decimal; }
    .why-choose .head ul {
      padding-left: 20px; }
      .why-choose .head ul li {
        list-style: disc;
        margin-bottom: 15px; }
    .why-choose .head .btn-primary {
      margin-top: 14px; }
      .why-choose .head .btn-primary p {
        padding: 0;
        padding-right: 10px; }
  .why-choose.detail-pg {
    background-color: #fff;
    padding: 50px 0; }
    .why-choose.detail-pg .head h3 {
      color: #222;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px; }
  .why-choose .img-area {
    position: relative; }
    .why-choose .img-area.shap-white-ant img {
      width: 100%;
      height: auto;
      object-fit: cover;
      mask-image: url(../images/white-ant-mask.png);
      mask-position: center;
      mask-mode: alpha;
      mask-repeat: no-repeat;
      mask-size: 100%;
      -webkit-mask-image: url(../images/white-ant-mask.png);
      -webkit-mask-mode: alpha;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: cover;
      z-index: 1;
      position: relative; }
    .why-choose .img-area.ant-pest-mask-s img{
      width: 100%;
      height: auto;
      object-fit: cover;
      mask-image: url(../images/ant-pest-mask-ss.png);
      mask-position: center;
      mask-mode: alpha;
      mask-repeat: no-repeat;
      mask-size: 100%;
      -webkit-mask-image: url(../images/ant-pest-mask-ss.png);
      -webkit-mask-mode: alpha;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: cover;
      z-index: 1;
      position: relative; }
    .why-choose .img-area.ant-pest-mask-s .blue-circle {
      width: 150px;
      height: 150px;
      margin: 0 auto;
      left: 0;
      bottom: 0; }
    .why-choose .img-area.ant-pest-mask-s .navy-circle {
      left: 0;
      right: unset;
      width: 150px;
      height: 150px;
      border-radius: 30px; }
    .why-choose .img-area.ant-pest-serv-mask {
      overflow: hidden; }
      .why-choose .img-area.ant-pest-serv-mask img {
        width: 100%;
        height: auto;
        object-fit: cover;
        mask-image: url(../images/ant-pest-serv-mask.png);
        mask-position: center;
        mask-mode: alpha;
        mask-repeat: no-repeat;
        mask-size: 100%;
        -webkit-mask-image: url(../images/ant-pest-serv-mask.png);
        -webkit-mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: cover;
        z-index: 1;
        position: relative; }
      .why-choose .img-area.ant-pest-serv-mask .blue-circle {
        width: 160px;
        height: 160px;
        margin: 0 auto;
        left: unset;
        bottom: unset;
        border-radius: 50%;
        top: 0;
        right: 0;
        margin-top: 65px;
        margin-right: -72px; }
      .why-choose .img-area.ant-pest-serv-mask .navy-circle {
        left: 0;
        bottom: 0;
        margin-left: 5px;
        margin-bottom: 5px;
        top: unset;
        right: unset;
        width: 100px;
        height: 100px;
        border-radius: 40px; }
    .why-choose .img-area .blue-circle {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: #2598D5;
      position: absolute;
      right: 0;
      bottom: 6%; }
    .why-choose .img-area .navy-circle {
      width: 150px;
      height: 150px;
      border-radius: 20px;
      background-color: #2C3B93;
      position: absolute;
      right: 12px;
      top: 1%; }
    .why-choose .img-area .white-circle {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      left: 0;
      bottom: 0%;
      z-index: 2;
      margin-left: -51px;
      margin-bottom: -85px; }
    .why-choose .img-area img {
      max-width: 100%; }

.service-detail-head {
  padding: 120px 0 80px 0; }
  .service-detail-head .head h3 {
    color: #222;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    width: 820px;
    max-width: 100%;
    margin: 0 auto; }
  .service-detail-head .head p {
    color: #222;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 24px 0;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto; }
  .service-detail-head .service-detail-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    mask-image: url("../images/about-shap-mask.png");
    mask-position: center;
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 100%;
    -webkit-mask-image: url("../images/about-shap-mask.png");
    -webkit-mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover; }
  .service-detail-head ul {
    padding-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px; }
    .service-detail-head ul li {
      color: #000;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      padding: 0;
      margin-bottom: 0;
      padding-left: 25px;
      position: relative; }
      .service-detail-head ul li:before {
        content: '';
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 0; }

.gallery-section {
  padding: 120px 0; }
  .gallery-section .head {
    padding-bottom: 40px; }
    .gallery-section .head h3 {
      color: #222;
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px; }
  .gallery-section .gallery-title {
    text-align: center;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px; }
  .gallery-section .masonry {
    column-count: 4;
    column-gap: 15px; }
  .gallery-section .masonry-item {
    break-inside: avoid;
    margin-bottom: 15px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: white; }
  .gallery-section .masonry-item img {
    width: 100%;
    display: block;
    height: auto; }

.instpost-section {
  position: relative;
  overflow: hidden; }
  .instpost-section .instpost img {
    width: 100%;
    max-width: 100%; }

.Service-available {
  padding-top: 120px; }
  .Service-available .box-area {
    background: #103971;
    padding: 50px  30px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding-bottom: 85px; }
    .Service-available .box-area.two {
      background: #2598D5; }
      .Service-available .box-area.two::after {
        right: unset;
        left: 0;
        background-color: #103971;
        transform: translate(-66%, 65%); }
      .Service-available .box-area.two .box-in .icon-area {
        background-color: #103971; }
    .Service-available .box-area::after {
      content: '';
      width: 300px;
      height: 300px;
      position: absolute;
      right: 0;
      bottom: 0;
      background: #2598D5;
      border-radius: 50%;
      transform: translate(69%, 64%); }
    .Service-available .box-area .box-in {
      display: flex;
      align-items: center; }
      .Service-available .box-area .box-in :before {
        content: "";
        clear: both;
        display: table; }
      .Service-available .box-area .box-in .icon-area {
        border-radius: 30px 0px 30px 30px;
        background: #2598D5;
        width: 100px;
        float: left;
        text-align: center;
        height: 100px;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .Service-available .box-area .box-in .icon-area img {
          width: 60px; }
      .Service-available .box-area .box-in .content {
        width: calc(100% - 100px);
        float: left;
        padding-left: 20px; }
        .Service-available .box-area .box-in .content h3 {
          color: #FFF;
          font-size: 32px;
          font-style: normal;
          font-weight: 600;
          line-height: 41px; }
    .Service-available .box-area .content-side {
      padding-top: 30px; }
      .Service-available .box-area .content-side p {
        color: #FFF;
        text-align: justify;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }

.trust-campany {
  padding-top: 60px;
  position: relative;
  z-index: 1; }
  .trust-campany h2 {
    color: #2598d53d;
    text-align: center;
    font-size: 120px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px; }
  .trust-campany .img-area {
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden; }
    .trust-campany .img-area img {
      width: 100%;
      max-width: 100%; }

.free-estimate {
  background-color: #103971;
  padding-top: 200px;
  padding-bottom: 40px;
  position: relative;
  margin-top: -120px; }
  .free-estimate .head {
    padding-bottom: 20px; }
    .free-estimate .head h4 {
      color: #2598D5;
      text-align: center;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
      padding-bottom: 15px; }
    .free-estimate .head p {
      color: #FFF;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 30px; }
  .free-estimate form {
    position: relative;
    z-index: 1; }
    .free-estimate form .form-group input, .free-estimate form .form-group select, .free-estimate form .form-group textarea {
      border-radius: 10px;
      background-color: #fff;
      padding: 18px 10px;
      border: none;
      margin-bottom: 20px;
      width: 100%;
      height: 100%; }
    .free-estimate form .form-group textarea {
      margin-bottom: 0; }
    .free-estimate form button {
      border: none; }
  .free-estimate .bg-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    mix-blend-mode: multiply; }
    .free-estimate .bg-img img {
      max-width: 100%; }

.client-testimonials {
  background: #EFF9FF;
  padding: 120px 0;
  padding-bottom: 60px; }
  .client-testimonials .head {
    padding-bottom: 30px; }
    .client-testimonials .head h3 {
      color: #222;
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px; }
  .client-testimonials .owl-carousel .owl-stage-outer .owl-stage {
    padding: 60px 0; }
    .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item {
      border-radius: 16px;
      background: #FFF;
      padding: 20px 25px; }
      .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item .user-img {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        overflow: hidden;
        margin-top: -57px; }
        .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item .user-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item .rating ul {
        text-align: right; }
        .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item .rating ul li {
          display: inline-block; }
          .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item .rating ul li i {
            color: #F2BC22; }
      .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item p {
        color: #222;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        padding: 32px 0; }
      .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item .quto-mains {
        display: flex;
        justify-content: space-between; }
        .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item .quto-mains .user-name h5 {
          color: #103971;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: normal; }
        .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item .quto-mains .user-name p {
          color: #103971;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          padding: 0; }
        .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item .quto-mains .qutos {
          width: 36px; }
          .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item .quto-mains .qutos img {
            width: 100%; }
  .client-testimonials .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .client-testimonials .owl-carousel .owl-nav button {
      background-color: #2598D5;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden;
      color: #fff;
      font-size: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 50%;
      left: -5%; }
      .client-testimonials .owl-carousel .owl-nav button.owl-next {
        right: -5%;
        left: auto; }

.issue-with {
  position: relative; }
  .issue-with .row {
    position: relative;
    z-index: 2; }
  .issue-with h6 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 40px 0; }
  .issue-with .contact-set {
    display: flex;
    border-radius: 20px;
    overflow: hidden; }
    .issue-with .contact-set :before {
      content: "";
      clear: both;
      display: table; }
    .issue-with .contact-set .left-set {
      background: #103971;
      position: relative;
      padding: 55px;
      width: 50%;
      float: left;
      display: flex;
      align-items: center;
      overflow: hidden; }
      .issue-with .contact-set .left-set::after {
        content: '';
        width: 300px;
        height: 300px;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #2598D5;
        border-radius: 50%;
        transform: translate(54%, 78%); }
      .issue-with .contact-set .left-set.right-side {
        background: #2598D5;
        display: block; }
        .issue-with .contact-set .left-set.right-side::after {
          right: unset;
          left: 0;
          background: #103971;
          transform: translate(-54%, 78%); }
        .issue-with .contact-set .left-set.right-side p {
          color: #FFF;
          font-size: 32px;
          font-style: normal;
          font-weight: 400;
          display: block; }
        .issue-with .contact-set .left-set.right-side a {
          color: #FFF;
          font-size: 48px;
          font-style: normal;
          font-weight: 700;
          line-height: 60px; }
      .issue-with .contact-set .left-set .icon-area {
        border-radius: 30px 0px 30px 30px;
        background: #2598D5;
        width: 100px;
        float: left;
        text-align: center;
        height: 100px;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
      .issue-with .contact-set .left-set .right-set {
        width: calc(100% - 100px);
        float: left;
        padding-left: 20px; }
        .issue-with .contact-set .left-set .right-set p {
          color: #FFF;
          font-size: 32px;
          font-style: normal;
          font-weight: 400;
          line-height: 41px; }
  .issue-with .content-set-in {
    padding-top: 48px; }
    .issue-with .content-set-in p {
      color: #222;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
      .issue-with .content-set-in p a {
        color: #2598D5;
        text-decoration: underline;
        display: inline-block; }
    .issue-with .content-set-in h6 {
      color: #2598D5;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      padding-top: 20px; }
  .issue-with .bg-img-set {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 220px;
    border-radius: 0px 0px 80px 80px;
    overflow: hidden; }
    .issue-with .bg-img-set::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(15, 52, 108, 0.75) 0%, rgba(15, 52, 108, 0.75) 100%);
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }

.content-area h2 {
  color: #222;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  padding-bottom: 15px; }
.content-area p {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px; }
.content-area a p {
  padding-bottom: 0; }

.Our-Community {
  padding: 120px 0; }
  .Our-Community .head-are h2 {
    color: #222;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; }
  .Our-Community .community-box {
    margin-bottom: 50px;
    border: 1px solid #2598D5; }
    .Our-Community .community-box .img-area {
      border-radius: 20px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%), url(<path-to-image>) lightgray 0px -12px/100% 240% no-repeat;
      overflow: hidden;
      position: relative; }
      .Our-Community .community-box .img-area img {
        width: 100%;
        max-width: 100%;
        height: auto; }
      .Our-Community .community-box .img-area h5 {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        color: #FFF;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        padding-left: 20px;
        padding-bottom: 10px;
        margin: 0; }
    .Our-Community .community-box .conte {
      padding: 16px; }
      .Our-Community .community-box .conte .date {
        color: #2598D5;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .Our-Community .community-box .conte h5 {
        padding: 15px 0; }
  .Our-Community .request-bt {
    margin-top: 30px; }
  .Our-Community.recent-news .img-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 57, 113, 0) 0%, #103971 100%); }
  .Our-Community.recent-news .head-are {
    margin-bottom: 30px; }
  .Our-Community.recent-news .content-area {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2; }
    .Our-Community.recent-news .content-area h5 {
      position: unset;
      color: #FFF;
      font-size: 30px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      padding: 0;
      margin-top: 10px; }
    .Our-Community.recent-news .content-area .date {
      color: #fff;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      display: flex;
      align-items: center;
      gap: 10px; }
  .Our-Community.recent-news .community-box {
    border-radius: 20px; }
  .Our-Community.morenews .head-are h2 {
    text-align: start;
    font-size: 48px; }
  .Our-Community.morenews .community-box {
    display: flex;
    border-radius: 20px;
    overflow: hidden; }
    .Our-Community.morenews .community-box ::after {
      content: "";
      clear: both;
      display: table; }
    .Our-Community.morenews .community-box .img-area {
      width: 250px;
      float: left;
      border-radius: 0; }
      .Our-Community.morenews .community-box .img-area img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .Our-Community.morenews .community-box .conte {
      float: left;
      width: calc(100% - 250px);
      padding: 16px; }
      .Our-Community.morenews .community-box .conte h5 {
        color: #222;
        font-size: 24px;
        font-weight: 700;
        padding: 10px 0; }
      .Our-Community.morenews .community-box .conte p {
        color: #222;
        font-size: 16px;
        font-weight: 500; }
      .Our-Community.morenews .community-box .conte .date {
        color: #2598D5;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
  .Our-Community.single-news .head-are {
    text-align: start; }
    .Our-Community.single-news .head-are h2 {
      text-align: start; }
  .Our-Community.single-news .img-area {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0; }
    .Our-Community.single-news .img-area img {
      width: 100%; }
    .Our-Community.single-news .img-area::after {
      content: none; }
  .Our-Community.single-news .date {
    color: #2598D5;
    font-size: 16px;
    font-weight: 500; }
  .Our-Community.single-news .content-dtel h1, .Our-Community.single-news .content-dtel h2, .Our-Community.single-news .content-dtel h3, .Our-Community.single-news .content-dtel h4, .Our-Community.single-news .content-dtel h5, .Our-Community.single-news .content-dtel h6 {
    color: #222;
    line-height: 56px;
    font-weight: 700; }
  .Our-Community.single-news .content-dtel p {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 25px; }
  .Our-Community.single-news .content-dtel ul {
    padding-left: 20px;
    padding-bottom: 10px; }
    .Our-Community.single-news .content-dtel ul li {
      color: #222;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      padding-bottom: 10px;
      list-style: disc; }
  .Our-Community.single-news .tags-area .tags h5 {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px; }
  .Our-Community.single-news .tags-area .tags ul li {
    display: inline-block;
    margin-right: 8px; }
    .Our-Community.single-news .tags-area .tags ul li:last-child {
      margin-right: 0; }
    .Our-Community.single-news .tags-area .tags ul li a {
      border: 1px solid #DDD;
      padding: 5px 10px;
      color: #1B6FAC;
      font-size: 14px;
      font-weight: 500;
      display: inline-block; }
  .Our-Community.single-news .tags-area .tags .share-link img {
    max-width: 100%; }
  .Our-Community.big .community-box .img-area {
    width: 50%; }
  .Our-Community.big .community-box .conte {
    width: calc(100% - 50%); }
  .Our-Community .news-oth .img-area {
    background: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .Our-Community .news-oth .img-area::after {
      content: none; }
    .Our-Community .news-oth .img-area h5 {
      position: unset;
      padding: 0;
      margin: 0;
      color: #222;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
    .Our-Community .news-oth .img-area .date {
      color: #2598D5;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      padding-bottom: 10px; }

.contact-us {
  padding: 120px 0;
  position: relative;
  z-index: 1; }
  .contact-us .head-are h2 {
    color: #222;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .contact-us .head-are p {
    color: #48284A;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px; }
  .contact-us .contact-us-loct {
    margin-top: 40px; }
    .contact-us .contact-us-loct [class*='col-'] {
      margin-bottom: 20px; }
    .contact-us .contact-us-loct .box-are {
      border-radius: 20px;
      background: #FFF;
      box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
      padding: 40px 20px;
      text-align: center;
      height: 100%;
      display: flex;
      place-items: center;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .contact-us .contact-us-loct .box-are .icon.two {
        display: flex;
        align-items: center;
        justify-content: center; }
        .contact-us .contact-us-loct .box-are .icon.two h5 {
          padding: 0; }
      .contact-us .contact-us-loct .box-are h5 {
        color: #222;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        padding: 16px 0; }
      .contact-us .contact-us-loct .box-are p, .contact-us .contact-us-loct .box-are a {
        color: #222;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; }

.map-area {
  overflow: hidden;
  position: relative;
  margin-top: -100px; }

.delivery-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 112px 0;
  padding-bottom: 242px;
  background-color: #103971;
  border-radius: 0px 0px 80px 80px;
  margin-top: -7px; }
  .delivery-section .title-link h2 {
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    width: 710px;
    max-width: 100%;
    margin: 0 auto; }
  .delivery-section .title-link p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 15px; }

.booking-form {
  position: relative;
  margin-top: -214px;
  margin-bottom: 80px; }
  .booking-form .form-area-main {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
    padding: 42px 55px; }
    .booking-form .form-area-main .form-group {
      margin-bottom: 16px;
      position: relative; }
      .booking-form .form-area-main .form-group label {
        color: #222;
        font-size: 16px;
        font-weight: 500; }
      .booking-form .form-area-main .form-group input,
      .booking-form .form-area-main .form-group select, .booking-form .form-area-main .form-group textarea {
        border-radius: 10px;
        border: 1px solid #222;
        background: #FFF;
        padding: 15px 20px;
        width: 100%;
        margin-top: 5px;
        color: #222;
        font-size: 16px;
        font-weight: 500;
        position: relative; }
        .booking-form .form-area-main .form-group input:focus,
        .booking-form .form-area-main .form-group select:focus, .booking-form .form-area-main .form-group textarea:focus {
          outline: none;
          box-shadow: none; }
        .booking-form .form-area-main .form-group input::placeholder,
        .booking-form .form-area-main .form-group select::placeholder, .booking-form .form-area-main .form-group textarea::placeholder {
          color: #222;
          font-size: 16px;
          font-weight: 500; }
      .booking-form .form-area-main .form-group input {
        padding-right: 44px; }
      .booking-form .form-area-main .form-group .icon {
        position: absolute;
        right: 20px;
        top: 41px; }
      .booking-form .form-area-main .form-group select {
        background-image: url("../images/black-down-arrrow.png");
        background-position: right 10px center;
        background-repeat: no-repeat; }
    .booking-form .form-area-main button {
      border: none;
      background: linear-gradient(90deg, #2598D5 0%, #2C3B93 100%);
      padding: 15px 56px; }

.partner-section {
  position: relative;
  margin-bottom: -40px; }
  .partner-section .owl-carousel .owl-stage-outer .item .img-area {
    border-radius: 10px;
    border: 1px solid #C9EBFF;
    background: #FFF;
    padding: 10px; }
    .partner-section .owl-carousel .owl-stage-outer .item .img-area img {
      max-width: 100%;
      width: 203px;
      height: 120px;
      object-fit: contain;
      margin: 0 auto; }

footer {
  background: #103971;
  padding-top: 66px;
  padding-bottom: 0px; }
  footer .title-link {
    margin-bottom: 13px; }
    footer .title-link h4 {
      color: #FFF;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 20px; }
  footer .logo-foot {
    margin-bottom: 27px; }
    footer .logo-foot a {
      display: inline-block; }
      footer .logo-foot a img {
        max-width: 100%;
        width: 100%; }
  footer p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
  footer ul li {
    margin-bottom: 10px; }
    footer ul li a {
      text-decoration: none;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      padding: 0;
      color: #FFF; }
  footer ul.other {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  footer .social-icons {
    display: flex;
    gap: 10px;
    border-top: 2px solid #fff;
    margin-top: 20px;
    padding-top: 20px; }
    footer .social-icons a {
      display: inline-flex;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      overflow: hidden;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center; }
      footer .social-icons a i {
        color: #0F346C; }
  footer .contact-detl ul li {
    display: flex; }
    footer .contact-detl ul li :before {
      content: "";
      clear: both;
      display: table; }
    footer .contact-detl ul li .icon {
      width: 24px;
      float: left; }
    footer .contact-detl ul li p, footer .contact-detl ul li a {
      width: calc(100% - 24px);
      padding-left: 10px; }
  footer .footer-form {
    margin-top: 20px; }
    footer .footer-form h5 {
      color: #FFF;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 20px; }
    footer .footer-form form {
      border-radius: 10px;
      border: 1px solid #fff;
      background: #FFF;
      overflow: hidden;
      position: relative;
      display: flex;
      padding: 4px; }
      footer .footer-form form input {
        background-color: transparent;
        border: none;
        color: #000;
        font-size: 18px;
        font-weight: 500;
        padding: 7px 10px;
        width: calc(100% - 50px); }
        footer .footer-form form input:focus {
          outline: none; }
        footer .footer-form form input::placeholder {
          color: #000;
          font-size: 16px;
          font-weight: 500; }
      footer .footer-form form button {
        border-radius: 10px;
        background: #2598D5;
        border: none;
        height: 50px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
  footer .Copyright-section {
    margin-top: 90px;
    text-align: center;
    border-image-slice: 1;
    padding: 20px 0;
    background-color: #2598D5; }
    footer .Copyright-section p {
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }

.breadcam {
  position: relative;
  overflow: hidden; }
  .breadcam .breadcam-content {
    padding: 94px 0;
    position: relative;
    z-index: 2; }
    .breadcam .breadcam-content h2 {
      color: #FFF;
      font-size: 64px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.64px;
      padding-bottom: 10px; }
    .breadcam .breadcam-content ul {
      display: flex;
      gap: 12px;
      flex-wrap: wrap; }
      .breadcam .breadcam-content ul li a {
        color: #2598D5;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; }
      .breadcam .breadcam-content ul li p {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; }
  .breadcam .bg-img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0; }
    .breadcam .bg-img::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: linear-gradient(90deg, rgba(0, 16, 68, 0.75) 35%, rgba(0, 16, 68, 0) 100%);
      width: 100%;
      height: 100%; }
    .breadcam .bg-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.control-services .item.active .item-area .in-st {
  position: relative; }

@media only screen and (max-width: 1366px) {
  .hero-section .owl-carousel {
    padding-left: 10%; }

  .hero-section .owl-carousel .owl-stage-outer .item .hero-content h1 {
    font-size: 50px; }

  .hero-section .owl-carousel .owl-stage-outer .item .hero-content h1 span {
    font-size: 50px; }

  .hero-section .owl-carousel .owl-stage-outer .item .hero-content p {
    font-size: 22px; }

  .about-section {
    padding: 80px 0; }

  .content-area h2 {
    font-size: 35px;
    line-height: 36px; }

  .content-area p {
    font-size: 16px;
    line-height: 25px; }

  .Our-Community {
    padding: 50px 0; }

  .Our-Community .head-are h2 {
    font-size: 45px; }

  .Our-Community .community-box .img-area h5 {
    font-size: 18px; }

  .about-section.hassel-free .hassel-free-inner {
    padding-top: 50px; }

  .our-locations {
    padding: 50px 0; }

  .our-locations .head-are h2 {
    font-size: 50px; }

  header .container .header-content nav .navbar-collapse .navbar-nav li {
    padding: 0 11px; }

  .btn-primary {
    padding: 12px 16px;
    font-size: 16px; }

  .breadcam .breadcam-content {
    padding: 70px 0; }

  .breadcam .breadcam-content h2 {
    font-size: 44px; }

  .pest-control-score .head h3 {
    font-size: 25px; }

  .pest-control-score.today-set .head ol li, .pest-control-score.today-set .head ul li {
    font-size: 14px; }

  .company-unser-section .content-area p {
    font-size: 14px; }

  .company-unser-section .in-box-area {
    grid-template-columns: 1fr; }

  .company-unser-section {
    padding-bottom: 50px; }

  .company-unser-section .vison p {
    font-size: 14px; }

  .company-unser-section .in-box-area .box .content-dtl p {
    font-size: 14px; }

  .service-detail-head {
    padding: 50px 0 50px 0; }

  .services-section .main-sevr .in-server .box-out-area {
    width: 460px; }

  .company-unser-section.disinfect {
    padding-top: 80px; }

  .company-unser-section.commercial .head h3 {
    font-size: 38px; }

  .we-provide .head h3 {
    font-size: 38px; }

  .we-provide .itm-set p {
    font-size: 20px;
    line-height: 30px; }

  .we-provide .itm-set .icon-area {
    border-radius: 20px 0px 20px 20px;
    width: 85px;
    height: 85px; }

  .pest-control-score {
    padding: 80px 0; }

  .pest-control-score.disinfect .head h3 {
    font-size: 38px; }

  .pest-control-score.disinfect .head p {
    color: #FFF;
    font-size: 32px; }

  .How-Disinfection-works {
    position: relative;
    padding: 60px 0; }

  .How-Disinfection-works .head h3 {
    font-size: 38px; }

  .gallery-section {
    padding: 80px 0; }

  .gallery-section .head h3 {
    font-size: 38px; }

  .services-section {
    padding: 80px 30px; }

  .services-section .head h2 {
    font-size: 38px; }

  .services-section .head p {
    font-size: 16px; }

  .Our-Community.morenews .head-are h2 {
    font-size: 38px;
    line-height: 34px; }

  .Our-Community.single-news .head-are h2 {
    font-size: 38px; } }
@media only screen and (max-width: 1280px) {
  .container {
    max-width: 1120px; }

  .hero-section .owl-carousel {
    padding-left: 5%; }

  .hero-section .owl-carousel .owl-nav button.owl-next {
    right: 22px;
    left: auto; }

  .about-section .pattern.danceove {
    bottom: -51px; }

  .about-section.hassel-free .hassel-free-inner .about-content {
    position: relative;
    z-index: 2; }

  .Our-Community .community-box {
    margin-bottom: 20px; }

  .client-testimonials .owl-carousel .owl-nav button.owl-next {
    right: -1%; }

  .client-testimonials .owl-carousel .owl-nav button {
    left: -1%; }

  .trust-campany h2 {
    font-size: 80px; }

  .Service-available .box-area .box-in .content h3 {
    font-size: 24px;
    line-height: 33px; }

  .hero-section h1 {
    font-size: 41px; }

  .hero-section p {
    font-size: 28px; }

  .hero-section .box-area .box-item {
    padding: 15px 8px;
    min-width: 180px; }

  .hero-section .box-area .box-item p {
    font-size: 13px; }

  .pest-control-score .score-area .box .chart {
    width: 230px;
    height: 230px; }

  .pest-control-score .score-area {
    justify-content: center; }

  .pest-control-score .score-area .box p {
    font-size: 16px; }

  .pest-control-score .score-area .box h2 {
    font-size: 24px; }

  .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item p {
    font-size: 16px;
    line-height: 23px; }

  .issue-with .contact-set .left-set .right-set p {
    font-size: 26px; }

  .issue-with .contact-set .left-set.right-side a {
    font-size: 34px; }

  footer .Copyright-section {
    margin-top: 50px; }

  header .container .header-content nav {
    padding-left: 15px; }

  header .container .header-content nav .navbar-collapse .navbar-nav li a {
    font-size: 16px; }

  header .container .header-content nav .navbar-collapse .navbar-nav li .btn-primary {
    padding: 11px 15px; }

  .head-main-area .head-up .head-in-up-cover .left-content ul li {
    padding-right: 10px;
    margin-right: 10px; }

  .head-main-area .head-up .head-in-up-cover .right-content .social-icons {
    gap: 5px; }

  .why-choose .img-area.ant-pest-serv-mask .blue-circle {
    width: 150px;
    height: 160px;
    margin-top: 49px; }

  .why-choose .img-area.ant-pest-serv-mask .navy-circle {
    width: 85px;
    height: 85px;
    border-radius: 30px; }

  .why-choose .img-area .white-circle {
    width: 170px;
    height: 170px; }

  .why-choose .img-area .navy-circle {
    width: 114px;
    height: 114px; }

  .why-choose .img-area.ant-pest-mask .navy-circle {
    width: 120px;
    height: 120px;
    border-radius: 20px; } }
@media only screen and (max-width: 1199px) {
  header .container .header-content nav .navbar-collapse .navbar-nav li a {
    font-size: 14px; }

  header .container .header-content nav .navbar-collapse .navbar-nav li .dropdown button {
    font-size: 14px; }

  header .container .header-content nav .navbar-collapse .navbar-nav li.active a::after {
    content: none; }

  .hero-section .owl-carousel .owl-stage-outer .item .hero-content h1 {
    font-size: 35px;
    line-height: 54px; }

  .hero-section .owl-carousel .owl-stage-outer .item .hero-content h1 span {
    font-size: 40px; }

  .hero-section .owl-carousel .owl-stage-outer .item .hero-content p {
    font-size: 18px; }

  .about-section {
    padding: 50px 0; }

  .about-section.hassel-free .hassel-free-inner .about-content ul {
    gap: 4px;
    margin-bottom: 25px; }

  .about-section.hassel-free .hassel-free-inner .about-content h5 {
    font-size: 25px; }

  .about-section.hassel-free .hassel-free-inner .about-content img {
    width: 55%; }

  .our-locations .location-content .location-box .content-area h5 {
    font-size: 30px;
    transform: rotate(270deg) translate(12px, -87px); }

  .our-locations .head-are h2 {
    font-size: 40px; }

  .Our-Community .community-box .img-area h5 {
    font-size: 16px; }

  footer ul li a {
    font-size: 14px; }

  .container {
    max-width: 980px; }

  .collapse:not(.show) {
    display: none !important; }

  header .container .header-content nav .navbar-collapse.show {
    transform: translateX(0); }

  header .container .header-content nav .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #0F346C;
    justify-content: start;
    align-items: start;
    width: 249px;
    padding: 20px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out; }
    header .container .header-content nav .navbar-collapse ul li {
      margin-bottom: 10px;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      display: block;
      width: 100%; }
      header .container .header-content nav .navbar-collapse ul li:last-child {
        border: none;
        padding-bottom: 0; }

  header .container .header-content nav .navbar-collapse .navbar-nav {
    align-items: start;
    width: 100%; }

  header .container .header-content nav .navbar-collapse .navbar-nav li {
    padding: 0 0px;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    header .container .header-content nav .navbar-collapse .navbar-nav li a {
      color: #fff; }

  header .container .header-content nav .navbar-collapse .navbar-nav li .dropdown button {
    color: #fff; }

  header .container .header-content nav .navbar-collapse .navbar-nav li .dropdown .dropdown-toggle::after {
    color: #fff; }

  .Our-Community .head-are h2 {
    font-size: 45px; }

  footer .title-link h4 {
    font-size: 20px; }

  .control-services {
    padding: 50px 0; }

  .control-services .head h3 {
    font-size: 40px; }

  .head-main-area .head-up .head-in-up-cover .right-content .social-icons {
    display: none; }

  .head-main-area .head-up .head-in-up-cover .left-content {
    width: 60%; }

  .head-main-area .head-up .head-in-up-cover .right-content {
    width: calc(100% - 60%); }

  footer .contact-detl ul li p, footer .contact-detl ul li a {
    word-break: break-all; }

  .client-testimonials {
    padding: 50px 0; }

  .Service-available {
    padding-top: 50px; }

  .why-choose {
    padding: 50px 0; }

  .we-provide .head h3 {
    font-size: 34px; }

  .pest-control-score.disinfect .head h3 {
    font-size: 34px; }

  .pest-control-score.disinfect .head p {
    font-size: 26px; }

  .why-choose.detail-pg .head h3 {
    font-size: 32px;
    line-height: 44px; }

  .How-Disinfection-works .head h3 {
    font-size: 34px; }

  .How-Disinfection-works .item-area .items::after {
    content: '';
    right: -44px; }

  .pest-control-score {
    padding-top: 50px; }

  .why-choose .head h3 {
    font-size: 24px;
    line-height: 30px; }
  .why-choose .head p {
    font-size: 16px; }
  .why-choose .head ul li, .why-choose .head ol li {
    font-size: 16px; }

  .Service-available .box-area .content-side p {
    text-align: start;
    font-size: 16px; }

  .pest-control-score .score-area .box .chart {
    width: 180px;
    height: 180px; }

  .service-detail-head .head h3 {
    font-size: 34px;
    line-height: 32px; }

  .company-unser-section.commercial .head h3 {
    font-size: 34px; }

  .services-section .main-sevr .in-server .box-out-area {
    width: 400px; }

  .services-section .main-sevr .in-server .box-out-area .service-box .content p {
    font-size: 14px; }

  .services-section .main-sevr .in-server .box-out-area .service-box .content h3 {
    font-size: 20px; }

  .services-section .main-sevr .in-server {
    gap: 10px 60px; }

  .services-section {
    padding: 70px 40px; }

  .company-unser-section.disinfect {
    padding-top: 60px; }

  .we-provide .head h3 {
    font-size: 28px;
    line-height: 35px; }

  .we-provide .itm-set p {
    font-size: 16px;
    line-height: 24px; }

  .pest-control-score.disinfect .head h3 {
    font-size: 28px; }

  .pest-control-score.disinfect .head p {
    font-size: 22px; }

  .How-Disinfection-works .head h3 {
    font-size: 28px;
    line-height: 38px; }

  .gallery-section {
    padding: 60px 0; }

  .services-section .head h2 {
    font-size: 28px;
    line-height: 34px; }

  .Our-Community.morenews .head-are h2 {
    font-size: 28px; }

  .Our-Community.single-news .head-are h2 {
    font-size: 28px;
    line-height: 34px; }

  .Our-Community.single-news .content-dtel p {
    font-size: 16px; }

  .delivery-section {
    padding: 69px 0; }

  .delivery-section .title-link h2 {
    font-size: 45px; }

  .booking-form .form-area-main {
    padding: 42px 29px; }

  .why-choose .img-area.ant-pest-serv-mask .blue-circle {
    width: 138px;
    height: 129px;
    margin-top: 49px; }

  .why-choose .img-area.ant-pest-serv-mask .navy-circle {
    width: 70px;
    height: 70px;
    border-radius: 18px; } }
@media only screen and (max-width: 950px) {
  .hero-section .owl-carousel .owl-stage-outer .item .hero-content h1 {
    font-size: 30px;
    line-height: 54px; }

  .breadcam .breadcam-content h2 {
    font-size: 28px; }

  .service-detail-head .head h3 {
    font-size: 28px; }

  .service-detail-head .head p {
    font-size: 16px; }

  .company-unser-section.commercial .head h3 {
    font-size: 28px; }

  .company-unser-section.commercial .head p {
    font-size: 16px; }

  .services-section .main-sevr .in-server {
    gap: 25px; }

  .services-section .main-sevr .in-server .box-out-area .service-box .img-area img {
    margin-left: 2px; }

  .control-services .item.active .item-area h4 {
    font-size: 20px; }

  .hero-section .owl-carousel .owl-stage-outer .item .hero-content h1 span {
    font-size: 33px; }

  .hero-section .owl-carousel .owl-nav button {
    width: 33px;
    height: 33px;
    font-size: 18px; }

  .hero-section .owl-carousel .owl-nav button.owl-next {
    right: 4px; }

  .about-section .video-setion {
    height: 358px; }

  .about-section.hassel-free .hassel-free-inner .about-content ul li {
    color: #48284A;
    font-size: 14px; }

  .about-section .pattern.two {
    display: none; }

  .our-locations .location-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px; }

  .our-locations .location-content .location-box {
    width: 100% !important; }

  .our-locations .location-content .location-box {
    border-color: transparent; }
    .our-locations .location-content .location-box::after {
      background-color: transparent; }
    .our-locations .location-content .location-box .content-area h5 {
      transform: rotate(360deg) translate(0px, 0px); }
    .our-locations .location-content .location-box .content-area ul {
      transform: scale(1); }

  .hero-section h1 {
    font-size: 25px;
    padding-bottom: 16px; }

  .hero-section p {
    font-size: 18px; }

  .hero-section .box-area {
    margin-top: 31px;
    padding-bottom: 37px; }

  .Service-available .box-area {
    padding: 35px 20px;
    padding-bottom: 35px; }

  .Service-available .box-area::after {
    content: none; }

  .Service-available .box-area.two::after {
    content: none; }

  .about-section .form-area form .form-group input, .about-section .form-area form .form-group select, .about-section .form-area form .form-group textarea {
    padding: 10px 10px; }

  .control-services .item .item-area h4 {
    font-size: 18px; }

  .Service-available .box-area .box-in .content h3 {
    font-size: 20px;
    line-height: 27px; }

  .Service-available .box-area .box-in .icon-area img {
    width: 50px; }

  .Service-available .box-area .box-in .icon-area {
    width: 85px;
    height: 85px; }

  .Service-available .box-area .content-side {
    padding-top: 16px; }

  .trust-campany h2 {
    font-size: 60px; }

  .issue-with .contact-set .left-set {
    padding: 30px; }

  .issue-with .contact-set .left-set .right-set p {
    font-size: 21px;
    line-height: 25px; }

  .issue-with .contact-set .left-set.right-side p {
    font-size: 25px; }

  .issue-with .contact-set .left-set.right-side a {
    font-size: 27px;
    line-height: 40px; }

  .head-main-area .head-up .head-in-up-cover .left-content {
    width: 50%; }

  .head-main-area .head-up .head-in-up-cover .right-content {
    width: calc(100% - 50%); }

  header {
    padding: 10px 0; }

  .hero-section {
    padding-top: 40px; }

  footer p {
    font-size: 14px; }

  footer ul li {
    margin-bottom: 10px; }

  footer .title-link h4 {
    margin-bottom: 10px; }

  .services-section .main-sevr .in-server .box-out-area {
    width: 300px; }

  .services-section .main-sevr .in-server .box-out-area .service-box .content {
    padding: 50px 13px; }

  .How-Disinfection-works .item-area {
    display: grid;
    grid-template-columns: 1fr 1fr; }

  .How-Disinfection-works .item-area .items {
    width: 100%; }

  .How-Disinfection-works .item-area .items::after {
    display: none; }

  .How-Disinfection-works::after {
    height: 100%; }

  .How-Disinfection-works .item-area .items h5 {
    color: #fff; }

  .How-Disinfection-works .item-area .items p {
    color: #fff;
    font-size: 14px;
    line-height: 22px; }

  .gallery-section {
    padding: 50px 0; }

  .services-section .main-sevr .in-server {
    margin-top: 39px; }

  .services-section {
    padding: 50px 20px; }

  .booking-form {
    margin-top: -36px;
    margin-bottom: 40px; }

  .delivery-section .title-link h2 {
    font-size: 38px; }

  .delivery-section .title-link p {
    font-size: 16px; }

  .delivery-section {
    border-radius: 0px 0px 40px 40px; }

  .why-choose .img-area.ant-pest-serv-mask .blue-circle {
    width: 129px;
    height: 113px;
    margin-right: -68px; }

  .why-choose .img-area.ant-pest-serv-mask .navy-circle {
    width: 62px;
    height: 62px;
    border-radius: 18px; } }
@media only screen and (max-width: 767px) {
  .why-choose .img-area .white-circle {
    display: none; }

  .why-choose .img-area {
    margin-bottom: 30px; }

  .why-choose .img-area.ant-pest-serv-mask .blue-circle {
    width: 170px;
    height: 197px;
    margin-right: -67px;
    margin-top: 65px; }

  .why-choose .img-area.ant-pest-serv-mask .navy-circle {
    width: 100px;
    height: 100px;
    border-radius: 18px; } }
@media only screen and (max-width: 700px) {
  .Our-Community .head-are h2 {
    font-size: 35px; }

  .our-locations .location-content .location-box .content-area h5 {
    font-size: 22px; }

  .about-section .form-area p {
    font-size: 14px;
    line-height: 24px; }

  .about-section .form-area form .form-group input::placeholder, .about-section .form-area form .form-group textarea::placeholder {
    font-size: 14px; }

  .about-section .form-area form .form-group input, .about-section .form-area form .form-group select, .about-section .form-area form .form-group textarea {
    font-size: 14px; }

  .services-section .main-sevr .in-server .box-out-area {
    width: 224px; }

  .gallery-section {
    padding: 30px 0; }

  .gallery-section .head h3 {
    font-size: 28px; }

  .about-section .form-area h3 {
    font-size: 24px;
    line-height: 24px; }

  .pest-control-score .score-area .box .chart {
    width: 150px;
    height: 150px; }

  .pest-control-score .score-area .box h2 {
    font-size: 20px; }

  .pest-control-score .score-area .box p {
    font-size: 14px; }

  .hero-section {
    text-align: center;
    padding-top: 20px; }

  .hero-section h1 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 18px; }

  .hero-section p {
    text-align: center;
    font-size: 16px; }

  .hero-section .btn-set {
    justify-content: center;
    padding-top: 20px; }

  .btn-primary {
    padding: 12px 13px;
    font-size: 16px; }

  .about-section .form-area {
    margin-top: 20px; }

  .head-main-area .head-up .head-in-up-cover .left-content ul li a p {
    display: none; }

  .head-main-area .head-up .head-in-up-cover .left-content {
    width: 25%; }

  .head-main-area .head-up .head-in-up-cover .right-content {
    width: calc(100% - 25%); }

  .head-main-area .head-up .head-in-up-cover .right-content .search-b .search-box input {
    padding: 6px 11px;
    font-size: 14px; }

  .head-main-area .head-up .head-in-up-cover .right-content .search-b .search-box input::placeholder {
    font-size: 14px; }

  .head-main-area .head-up .head-in-up-cover .right-content .search-b p {
    font-size: 14px; }

  .head-main-area .head-up .head-in-up-cover .right-content .search-b .search-box button {
    top: 5px; }

  .content-area h2 {
    font-size: 26px;
    line-height: 36px; }

  .content-area p {
    font-size: 14px;
    line-height: 21px; }

  .pest-control-score .head h3 {
    color: #FFF;
    font-size: 25px; }

  .pest-control-score .head p {
    font-size: 14px;
    line-height: 22px; }

  .control-services .head h3 {
    font-size: 24px;
    line-height: 30px; }

  .control-services .head p {
    font-size: 14px; }

  .btn-primary p {
    font-size: 14px !important; }

  .why-choose .img-area {
    max-width: 100%;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 20px; }

  .why-choose .head h3 {
    font-size: 25px;
    line-height: 34px; }

  .why-choose .img-area.ant-pest-serv-mask .blue-circle {
    width: 124px;
    height: 119px;
    margin-right: -67px;
    margin-top: 38px; }

  .why-choose .img-area.ant-pest-serv-mask .navy-circle {
    width: 60px;
    height: 60px;
    border-radius: 18px; }

  .why-choose .head ul li, .why-choose .head ol li {
    font-size: 14px; }

  .trust-campany h2 {
    font-size: 48px; }

  .free-estimate {
    margin-top: -159px; }

  .free-estimate .head h4 {
    font-size: 25px; }

  .free-estimate .head p {
    font-size: 14px; }

  .free-estimate form .form-group input, .free-estimate form .form-group select, .free-estimate form .form-group textarea {
    padding: 12px 8px; }

  .client-testimonials .head h3 {
    font-size: 25px; }

  .services-section {
    padding: 70px 10px; }

  .client-testimonials {
    padding: 20px 0; }

  .client-testimonials .owl-carousel .owl-stage-outer .owl-stage .item p {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0; }

  .issue-with h6 {
    font-size: 18px; }

  .issue-with .contact-set .left-set .right-set p {
    font-size: 16px;
    line-height: 25px; }

  .issue-with .contact-set .left-set .icon-area {
    width: 75px;
    height: 75px; }
    .issue-with .contact-set .left-set .icon-area img {
      width: 50px;
      height: 50px; }

  .issue-with .contact-set .left-set {
    padding: 17px; }

  .issue-with .contact-set .left-set.right-side a {
    font-size: 21px;
    line-height: 40px; }

  .issue-with .contact-set .left-set::after {
    content: none; }

  .issue-with .content-set-in p {
    font-size: 14px; }

  .issue-with .content-set-in h6 {
    font-size: 20px; }

  .Our-Community {
    padding: 20px 0; }

  footer .Copyright-section p {
    font-size: 14px; }

  footer .Copyright-section {
    padding: 10px 0; }

  footer .footer-form form button {
    height: 39px; }

  .Our-Community.morenews .community-box {
    display: block; }

  .Our-Community.big .community-box .img-area {
    width: 100%;
    float: unset; }

  .Our-Community.big .community-box .conte {
    width: 100%;
    float: unset; }

  .Our-Community.single-news .content-dtel h1, .Our-Community.single-news .content-dtel h2, .Our-Community.single-news .content-dtel h3, .Our-Community.single-news .content-dtel h4, .Our-Community.single-news .content-dtel h5, .Our-Community.single-news .content-dtel h6 {
    line-height: 34px; }

  .hero-section .box-area .box-item p {
    font-size: 13px;
    width: 300px;
    max-width: 100%; }

  .free-estimate form .form-group input::placeholder, .free-estimate form .form-group textarea::placeholder {
    font-size: 14px; }

  .free-estimate form .form-group input, .free-estimate form .form-group select, .free-estimate form .form-group textarea {
    font-size: 14px;
    margin-bottom: 10px; }

  footer .Copyright-section {
    margin-top: 20px; } }
@media only screen and (max-width: 680px) {
  header .container .header-content .logo img {
    max-width: 230px; }

  .company-unser-section.disinfect {
    padding-top: 40px; }

  .we-provide .head h3 {
    font-size: 24px;
    line-height: 35px; }

  .we-provide .itm-set {
    margin-bottom: 15px; }

  .pest-control-score {
    padding-top: 30px; }

  .pest-control-score.disinfect .head h3 {
    font-size: 24px; }

  .pest-control-score.disinfect .head p {
    font-size: 18px; }

  .why-choose.detail-pg .head h3 {
    font-size: 24px;
    line-height: 34px; }

  .why-choose .head {
    padding-right: 0;
    padding-top: 20px; }

  .How-Disinfection-works {
    position: relative;
    padding: 40px 0; }

  .gallery-section .head h3 {
    font-size: 28px;
    line-height: 34px; }

  .gallery-section .head {
    padding-bottom: 20px; }

  .gallery-section .masonry-item {
    border-radius: 15px; }

  .gallery-section .masonry {
    column-count: 3; }

  .service-detail-head ul li {
    font-size: 16px; }

  .breadcam .breadcam-content ul {
    gap: 6px; }

  .why-choose .img-area .blue-circle {
    width: 60px;
    height: 60px; }

  .why-choose .img-area .navy-circle {
    width: 70px;
    height: 70px; }

  .why-choose .img-area.ant-pest-mask .blue-circle {
    width: 80px;
    height: 80px; }

  .why-choose .img-area.ant-pest-mask .navy-circle {
    width: 70px;
    height: 70px; } }
@media only screen and (max-width: 615px) {
  .pest-control-score .score-area {
    flex-wrap: wrap;
    height: auto;
    padding-top: 15px; }

  .hero-section .box-area {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; }

  .pest-control-score {
    padding-bottom: 34px;
    border-radius: 0px 0px 20px 20px; }

  .company-unser-section.commercial .head h3 {
    font-size: 28px;
    line-height: 31px; }

  .service-detail-head {
    padding: 30px 0 40px 0; }

  .why-choose.detail-pg {
    padding: 30px 0; }

  .services-section {
    padding: 30px 10px; }

  .services-section .head h2 {
    font-size: 24px;
    line-height: 34px; }

  .Our-Community.single-news .head-are h2 {
    font-size: 24px;
    line-height: 34px; }

  .delivery-section {
    border-radius: 0px 0px 20px 20px;
    padding-top: 25px; }

  .our-locations .head-are h2 {
    font-size: 28px; }

  .contact-us .contact-us-loct .box-are h5 {
    color: #222;
    font-size: 18px; }

  .contact-us .contact-us-loct .box-are p, .contact-us .contact-us-loct .box-are a {
    font-size: 14px;
    line-height: 24px; }

  .contact-us .contact-us-loct .box-are {
    padding: 20px; }

  .delivery-section .title-link h2 {
    font-size: 28px; }

  .booking-form .form-area-main .form-group input, .booking-form .form-area-main .form-group select, .booking-form .form-area-main .form-group textarea {
    padding: 10px 11px; }

  .booking-form .form-area-main {
    border-radius: 20px; }

  .our-locations {
    padding: 30px 0; }

  .contact-us .contact-us-loct {
    margin-top: 20px; }

  .map-area iframe {
    height: 400px; }

  .service-detail-head ul li:before {
    width: 8px;
    height: 8px; } }
@media only screen and (max-width: 575px) {
  footer .social-icons {
    margin-bottom: 20px; }

  .services-section .main-sevr .in-server .box-out-area {
    width: 400px; }

  .breadcam .breadcam-content {
    padding: 30px 0; }

  .breadcam .breadcam-content h2 {
    font-size: 30px; }

  .breadcam .breadcam-content ul li p, .breadcam .breadcam-content ul li a {
    font-size: 14px; }

  .control-services .item.active .item-area h4 {
    font-size: 18px; }

  .gallery-section .masonry {
    column-count: 2; }

  .Our-Community.morenews .community-box .conte h5 {
    font-size: 18px; }

  .Our-Community .community-box .conte h5 {
    font-size: 18px; }

  .gallery-section .head h3 {
    font-size: 24px; }

  .company-unser-section.commercial .head h3 {
    font-size: 24px;
    line-height: 31px; }

  .company-unser-section.commercial .head p {
    font-size: 14px;
    padding: 5px 0; }

  .company-unser-section .in-box-area .box .content-dtl h3 {
    font-size: 18px; }

  .How-Disinfection-works .head h3 {
    font-size: 24px;
    line-height: 38px; }

  .How-Disinfection-works .head p {
    font-size: 14px;
    margin-top: 10px; }

  .How-Disinfection-works .item-area .items h5 {
    font-size: 16px; } }
@media only screen and (max-width: 450px) {
  .head-main-area .head-up .head-in-up-cover .right-content .search-b .search-box input {
    width: 150px; }

  .pest-control-score {
    padding-bottom: 25px; }

  .issue-with .contact-set {
    display: block; }

  .issue-with .contact-set .left-set {
    width: 100%;
    float: unset; }

  header .container .header-content .logo img {
    max-width: 190px; }

  .why-choose .head {
    padding-right: 0px; }

  .trust-campany h2 {
    font-size: 30px; }

  .issue-with .bg-img-set {
    border-radius: 0px 0px 20px 20px; }

  .issue-with .content-set-in h6 {
    padding-bottom: 10px; }

  .Our-Community .head-are h2 {
    font-size: 25px; }

  .about-section {
    padding: 20px 0; }

  .why-choose .head p {
    text-align: start;
    font-size: 14px;
    padding: 10px 0; }

  .why-choose {
    padding: 20px 0; }

  .pest-control-score.today-set {
    padding-bottom: 40px;
    border-radius: 0px 0px 20px 20px; }

  .company-unser-section .in-box-area .box {
    display: block; }

  .company-unser-section .in-box-area .box .content-dtl {
    width: 100%;
    float: unset; }

  .company-unser-section {
    margin-top: -86px; }

  .head-main-area .head-up .head-in-up-cover .left-content ul li {
    padding-right: 1px;
    margin-right: 1px; }

  .head-main-area .head-up .head-in-up-cover .right-content {
    justify-content: end;
    gap: 0px; }

  header .container .header-content .logo {
    width: 190px; }

  header .container .header-content nav {
    width: calc(100% - 190px); }

  .pest-control-score.today-set .head ol, .pest-control-score.today-set .head ul {
    grid-template-columns: 1fr;
    gap: 10px; }

  .pest-control-score.today-set {
    padding-top: 20px; }

  .pest-control-score .head h3 {
    font-size: 25px; }

  .pest-control-score.today-set .head ol li:before, .pest-control-score.today-set .head ul li:before {
    width: 9px;
    height: 9px; }

  .company-unser-section .in-box-area .box .icon-ara {
    width: 80px;
    height: 80px;
    float: unset; }

  .company-unser-section .in-box-area .box::after {
    width: 100%;
    border-radius: 93px 20px 20px 20px; }

  .breadcam .breadcam-content h2 {
    font-size: 24px; }

  .service-detail-head .head h3 {
    line-height: 35px;
    font-size: 24px; }

  .services-section.commercial {
    margin-top: -15px; }

  .How-Disinfection-works .item-area {
    grid-template-columns: 1fr; }

  .service-detail-head ul li {
    font-size: 14px; }

  .service-detail-head ul {
    grid-template-columns: 1fr; }

  .Our-Community.morenews .community-box .conte h5 {
    font-size: 16px; }

  .Our-Community .community-box .conte h5 {
    font-size: 16px; }

  .Our-Community.morenews .community-box .conte p {
    font-size: 14px; }

  .Our-Community .community-box .conte p {
    font-size: 14px; }

  footer .Copyright-section p {
    font-size: 12px; } }
@media only screen and (max-width: 380px) {
  .head-main-area .head-up .head-in-up-cover .right-content .search-b p {
    font-size: 11px; }

  .why-choose .img-area {
    margin-bottom: 2px; }

  .why-choose .img-area.ant-pest-serv-mask .blue-circle {
    width: 115px;
    height: 96px; }

  .why-choose .img-area.ant-pest-serv-mask .navy-circle {
    width: 50px;
    height: 50px;
    border-radius: 10px; } }
@media only screen and (max-width: 340px) {
  .why-choose .img-area.ant-pest-serv-mask .navy-circle {
    width: 40px;
    height: 40px; }

  .why-choose .img-area.ant-pest-serv-mask .blue-circle {
    width: 64px;
    height: 70px;
    margin-right: -25px; } }
@media (max-width: 992px) {
  .masonry {
    column-count: 3; } }
@media (max-width: 768px) {
  .masonry {
    column-count: 2; } }
@media (max-width: 480px) {
  .masonry {
    column-count: 1; } }

/*# sourceMappingURL=style.css.map */
