@media screen and (max-width: 735px) {
  .hide-small {
    display: none; } }

.button {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  color: #000000;
  border-radius: 8px;
  padding: 10px 15px;
  font-weight: 600;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 18px; }

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-sizing: border-box; }

textarea {
  height: 75px !important; }

.toggle {
  height: 38px;
  width: 38px;
  border: 2px solid #0e416d;
  text-align: center;
  position: absolute;
  line-height: 0;
  padding: 0;
  right: 10px; }
  .toggle span {
    display: inline-block;
    height: 2px;
    width: 24px;
    margin-bottom: 2px;
    background: #0e416d; }

.nav > li > a:hover, .nav > li > a:focus {
  background: transparent; }

@font-face {
  font-family: 'nominee-regular';
  src: url("./fonts/nominee_regular-webfont.woff2") format("woff2"), url("./fonts/nominee_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ALLERDISPLAY_STD_RG';
  src: url("./fonts/ALLERDISPLAY_STD_RG.eot");
  src: url("./fonts/ALLERDISPLAY_STD_RG.eot") format("embedded-opentype"), url("./fonts/ALLERDISPLAY_STD_RG.woff2") format("woff2"), url("./fonts/ALLERDISPLAY_STD_RG.woff") format("woff"), url("./fonts/ALLERDISPLAY_STD_RG.ttf") format("truetype"), url("./fonts/ALLERDISPLAY_STD_RG.svg#ALLERDISPLAY_STD_RG") format("svg"); }
@font-face {
  font-family: 'NexaBold';
  src: url("./fonts/NexaBold.eot");
  src: url("./fonts/NexaBold.eot") format("embedded-opentype"), url("./fonts/NexaBold.woff2") format("woff2"), url("./fonts/NexaBold.woff") format("woff"), url("./fonts/NexaBold.ttf") format("truetype"), url("./fonts/NexaBold.svg#NexaBold") format("svg"); }
@font-face {
  font-family: 'NomineeBold';
  src: url("./fonts/NomineeBold.eot");
  src: url("./fonts/NomineeBold.eot") format("embedded-opentype"), url("./fonts/NomineeBold.woff2") format("woff2"), url("./fonts/NomineeBold.woff") format("woff"), url("./fonts/NomineeBold.ttf") format("truetype"), url("./fonts/NomineeBold.svg#NomineeBold") format("svg"); }
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 100%;
  font-family: "nominee-regular", Arial, Helvetica, sans-serif; }

.page-holder {
  position: relative;
  height: 100%;
  height: auto;
  padding-top: 50px; }
  @media screen and (min-width: 1023px) {
    .page-holder {
      padding-top: 90px; } }

.container {
  max-width: 1170px;
  margin: 0 20px;
  width: auto; }
  @media screen and (min-width: 1023px) {
    .container {
      margin: 0 auto;
      width: 100%; } }

h1 {
  font-family: "ALLERDISPLAY_STD_RG";
  font-size: 3.75rem;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase; }

h2 {
  margin: 0 0 30px;
  padding: 0;
  font-weight: normal;
  font-size: 1.5rem;
  font-family: 'ALLERDISPLAY_STD_RG';
  color: #30327b;
  text-transform: uppercase; }
  h2 span {
    display: block;
    font-size: 0.875rem;
    color: #8f8f8f;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 2px;
    font-family: 'nominee-regular'; }

h3 {
  font-size: 1.125rem;
  line-height: 24px;
  margin: 0 0 10px;
  font-family: "NomineeBold";
  color: #0e416d;
  font-weight: normal; }

p {
  line-height: 24px;
  margin: 0 0 10px;
  font-size: 0.875rem; }

.bot-line {
  position: relative; }
  .bot-line:before {
    content: "";
    width: 100px;
    background: #9b237e;
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -8px; }

h1.bot-line:before, .bot-line.text-center:before {
  left: 50%;
  margin-left: -50px; }

h2.bot-line:before {
  height: 2px; }

.logo {
  text-decoration: none;
  top: -9px;
  left: 10px;
  position: relative; }
  .logo img {
    outline: 0;
    border: none;
    height: 50px; }

.main-nav {
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 1px 11px 5px -9px rgba(0, 0, 0, 0.18); }
  .main-nav ul {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    display: none; }
    .main-nav ul li {
      display: block; }
      .main-nav ul li a {
        text-decoration: none;
        display: inline-block;
        padding: 8px 15px;
        color: #000000;
        font-weight: 500;
        transition: all 0.2s;
        text-transform: uppercase;
        border-radius: 10px;
        transition: all 0.5s;
        font-size: 0.875rem; }
        .main-nav ul li a:hover {
          color: #9b237e;
          background: transparent; }
    .main-nav ul li.active a {
      color: #9b237e;
      background: transparent; }
  @media screen and (min-width: 1023px) {
    .main-nav {
      height: 106px; }
      .main-nav .toggle {
        display: none; }
      .main-nav .logo {
        top: 0;
        left: inherit; }
        .main-nav .logo img {
          height: 72px;
          max-height: 72px; }
      .main-nav ul {
        position: relative;
        width: auto;
        display: inline-block; }
        .main-nav ul li {
          display: inline-block; } }

.main-nav.menu-active .toggle {
  background: #0e416d; }
  .main-nav.menu-active .toggle span {
    background: #fff; }

.main-nav.menu-active ul {
  display: block;
  top: 50px;
  box-shadow: 1px 11px 5px -9px rgba(0, 0, 0, 0.18); }
  .main-nav.menu-active ul li {
    display: block;
    float: none; }

.text-center {
  text-align: center; }

.banner {
  min-height: 500px;
  background-color: #30327b;
  background-position: right bottom;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 30px 15px; }
  .banner ul {
    margin-top: 15px;
    text-align: center;
    padding: 0 10%; }
    .banner ul li {
      display: inline-block;
      font-size: 1.25rem;
      font-family: "NexaBold";
      text-transform: uppercase;
      margin: 5px 0; }
      .banner ul li span {
        background-color: #9b237e;
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 50%;
        margin-left: 10px;
        margin-right: 10px; }
  @media screen and (max-width: 500px) {
    .banner {
      min-height: 280px;
      padding-bottom: 0;
      background-size: 180px; }
      .banner h1 {
        font-size: 1.5rem;
        line-height: 28px;
        margin-bottom: 20px; }
      .banner ul {
        margin-top: 5px; }
        .banner ul li {
          font-size: 0.8125rem;
          margin: 2px 0; }
          .banner ul li span {
            width: 6px;
            height: 6px;
            margin-left: 6px;
            margin-right: 6px; } }

.quickcontact {
  background-color: #9b237e;
  font-size: 1.25rem;
  text-align: center;
  padding: 35px 0; }
  .quickcontact h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-family: 'NexaBold'; }
    .quickcontact h3 span {
      text-transform: capitalize;
      font-family: 'nominee-regular';
      display: inline-block;
      padding: 0 10px; }

.reason .info-wrapper {
  display: table;
  width: 100%;
  margin-top: 70px; }
  .reason .info-wrapper > div {
    display: table-cell; }
  .reason .info-wrapper .center {
    width: 524px;
    background: url("../img/info-grax.png") no-repeat center center; }
  .reason .info-wrapper .left .info-list li {
    padding-right: 60px;
    text-align: right; }
    .reason .info-wrapper .left .info-list li span {
      right: 0; }
  .reason .info-wrapper .right .info-list li {
    padding-left: 60px; }
    .reason .info-wrapper .right .info-list li span {
      left: 0; }
  @media screen and (max-width: 1023px) {
    .reason .info-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin-top: 0; }
      .reason .info-wrapper div.center {
        order: 1;
        width: 100%;
        height: 587px; }
      .reason .info-wrapper div.left {
        order: 2;
        width: 50%;
        padding-right: 20px; } }
    @media screen and (max-width: 1023px) and (max-width: 736px) {
      .reason .info-wrapper div.left {
        padding-right: 10px; } }
  @media screen and (max-width: 1023px) {
      .reason .info-wrapper div.right {
        order: 3;
        width: 50%;
        padding-left: 20px; } }
    @media screen and (max-width: 1023px) and (max-width: 736px) {
      .reason .info-wrapper div.right {
        padding-left: 10px; } }

  @media screen and (max-width: 736px) {
    .reason .info-wrapper div.center {
      display: none; }
    .reason .info-wrapper div.left {
      width: 100%; }
      .reason .info-wrapper div.left .info-list li {
        padding-left: 60px;
        padding-right: 0;
        text-align: left; }
        .reason .info-wrapper div.left .info-list li span {
          left: 0; }
    .reason .info-wrapper div.right {
      width: 100%;
      padding-left: 0; } }
.reason .info-list {
  margin: 0;
  padding: 0; }
  .reason .info-list li {
    position: relative;
    list-style: none;
    margin: 0 0 25px 0; }
    .reason .info-list li span {
      position: absolute;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #ced4da;
      border-radius: 50%;
      top: 0;
      background: #fff; }
    .reason .info-list li h4 {
      font-size: 1rem;
      line-height: 24px;
      margin: 0 0 2px 0;
      font-family: "NomineeBold"; }

.about-jaya {
  background-color: #f4f4f4; }
  .about-jaya h2 {
    color: #454242; }
  .about-jaya p {
    color: #8f8f8f; }
  .about-jaya .box {
    height: 120px;
    margin-top: 10px;
    background-color: #e3e3e3;
    margin-bottom: 30px; }

.connect .box-3 {
  border-radius: 12px;
  margin-left: 50px;
  margin-top: 50px; }
  .connect .box-3 p {
    font-size: 1rem;
    line-height: 28px; }
  @media screen and (max-width: 736px) {
    .connect .box-3 {
      margin-left: 0; } }
.connect h3 {
  color: #9b237e;
  font-size: 1.5rem; }
.connect .text-right {
  text-align: right; }
.connect .form-wrapper sup {
  color: #9b237e;
  font-size: 25px;
  top: 0; }
.connect .form-wrapper > div {
  margin-bottom: 20px; }
.connect .form-wrapper .btn {
  background: #9b237e;
  color: #fff; }

.footer {
  background-color: #30327b; }
  .footer ul {
    padding: 0;
    margin: 0;
    text-align: center; }
  .footer li {
    display: inline-block;
    text-align: center;
    font-size: 0.875rem;
    margin: 0 10px; }
    .footer li a {
      color: #fff;
      text-decoration: none;
      text-transform: capitalize; }

.pad50 {
  padding: 80px 0; }
  @media screen and (max-width: 500px) {
    .pad50 {
      padding: 40px 0; } }

.bot-space {
  margin-bottom: 40px !important; }

/*

.pad50 {
    padding:80px 0;
    @media screen and (max-width: $break-xsmall) {
        padding:40px 0; 
    }
}
.bot-space {
    margin-bottom: 40px !important;    
}
.about-us {
    background: url('../img/pattan.jpg');
    .container {
        background: url('../img/about-bg.png') no-repeat center bottom;
        background-size: 303px 310px
    }
    h2, p {
        color: #fff;
    }
    p {
        margin: 10px 0;
    }
}
.functions {
    background: #fff;
    h2 {
        text-align: center;
        margin-bottom: 10px;
    }
    .list {
        text-align: center;
        padding: 30px 0 0;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        li {
            display: inline-block;
            padding: 10px;
            width: 265px;
            text-align: center;
            margin: 0 10px;
            p {
                line-height: 18px;
            }
            @media screen and (max-width: $break-xsmall) {
                width: auto;
            }
            div.image-holder {
                width: 168px;
                height: 168px;
                border-radius: 50%;
                border: 5px solid #395980;
                background: #0e416d;
                display: flex;
                margin: 0 auto 20px;
                position: relative;
                transition: all 0.2s;
                justify-content: center;
                align-items: center;
            }
        }
    }
}
.pest-control {
    background: #0e416d;
    color: #fff;
    h2, p {
        color: #fff;  
    }
    h3 {
        color: #ffd24d
    }
    ol {
        margin: 0 0 10px 20px;
        padding: 0;
    }
    .best-img {
        width: 100%;
        max-width: 965px;
        height: auto;
    }
    .key-facts {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 40px 0 0;
        @media screen and (max-width: $break-medium) {
            flex-wrap: wrap;
        }
        > div {
            &:first-child {
                width: 350px;
                padding-right: 20px;
                img {
                    width: 100%;
                    max-width: 322px;
                }
                @media screen and (max-width: $break-medium) {
                    padding-right: 0;
                    width: auto;
                    order: 2;
                }
            }
        }
    }
}

.our-clients {
    .client-list {
        padding: 0;
        margin: 0;
        text-align: center;
        li {
            list-style: none;
            display: inline-block;
            margin: 10px;
            opacity: 0.9;
            img {
                width: 210px;
                height: auto;
            }
        }
    }
}
.footer {
    background: #1c1c1c;
    color: #fff;
    a {
        color: #ffd24d;
        &:hover {
            color: #fff;
        }
    }
}
.copy-right {
    padding: 15px 0;
    background:#151515;
    color: #787878;
    text-transform: uppercase;
    .custom-column-order {
        > div {
            font-size: 13px;
        }
    }
}
.custom-column-order {
    display: table;
    width: 100%;
    > div {
        display: table-cell;
        vertical-align: middle;
    }
    @media screen and (max-width: $break-medium) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        > div {
            text-align: center;
            &:first-child {
                order: 2;
                padding-top: 15px;
            }
        }
    }
}
.backdrop {
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: transparent;
   display: none; 
}*/

/*# sourceMappingURL=style.css.map */
