@import url("https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&family=Solitreo&family=Sora:wght@100..800&display=swap");
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
  font-family: "Darker Grotesque", sans-serif;
}

h1,
h2,
h3,
h4,
h6 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
}


img {
  width: 100%;
}
ul, li{
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  color: #304935;
  letter-spacing: 0.1px;
}
ol > li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #304935;
  letter-spacing: 0.1px;
  list-style-type: decimal !important;
}
a {
  text-decoration: none;
}

.img-fluid {
  max-width: 100%;
}

/* common css start */

.header-1 {
  font-size: 40px;
  line-height: 55px;
  color: #304935;
}
.sub-header-1 {
  font-size: 36px;
  line-height: 55px;
  color: #ffffff;
}
.header-2 {
  font-size: 28px;
  line-height: 50px;
  background: #304935;
  background: linear-gradient(to right, #304935 0%, #5c8e66 22%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2.wp-block-heading {
  font-size: 24px;
  color: #1b191a !important;
  font-weight: 400 !important;
}

.sub-header-5 {
  color: #c2924d;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.header-5 {
  font-size: 28px;
  line-height: 24px;
  color: #304935;
  font-weight: 700;
}

.heading-no {
  color: #b6c0b7;
  font-size: 16px;
  font-weight: 400;
  margin-right: 19px;
  vertical-align: middle;
  font-family: "Sora", sans-serif;
}
p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #1d4978;
  letter-spacing: 0.1px;
  margin: 0;
}

.btn {
  border: 0;
  border-radius: 0;
  padding: 10px 45px 13px 45px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  display: block;
  background: linear-gradient(to right, rgba(216, 236, 220, 1) 0%, rgba(216, 236, 220, 1) 50%, rgba(48, 73, 52, 1) 0%, rgba(92, 142, 102, 1) 100%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  display: inline-block;
}
.btn:hover .text {
  color: #304935;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.btn:hover {
  background-position: left bottom;
  color: #304935;
}
.text {
  color: #fff;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.section-spcer {
  padding: 40px 0px;
}

/* color css */

.green-bg {
  background-color: #304935;
}
.snow-bg {
  background-color: #f6faf6;
}
.gradient {
  background: rgb(48, 73, 53);
  background: linear-gradient(
    90deg,
    rgba(48, 73, 53, 1) 0%,
    rgba(92, 142, 102, 1) 100%
  );
}

.green {
    color: #1d4978;
}
.muddy {
  color: #c2924d;
}

/* common css close */

/* header CSS Start */

.nav-link {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  padding: 3px 0px;
}
li.nav-item {
  padding: 5px 15px 9px 10px;
}
.nav-link:hover {
  color: #4e7756;
}
.hover-white:hover {
  color: #fff;
}
.offcanvas {
  transition: transform 0.3s ease-in-out;
}
.triangle-icon > a {
  position: relative;
}


.navbar-nav > li.triangle-icon > a > span:after {
  position: absolute;
  content: '';
  top: 23px;
  right: -13px;
  opacity: 0;
  width: 0;
  height: 0;
  border-bottom: 18px solid #ffffff;
  border-left: 18px solid transparent;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.navbar-nav > li.triangle-icon:hover > a span:after{
  opacity: 1;
}


.triangle-icon a:hover {
  color: #ffff;
  opacity: 1;
}

.contact-icon .triangle-img {
  position: absolute;
  top: 12px;
  right: -20px;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  width: 40%;
}
.triangle-icon:hover .triangle-img {
  opacity: 100%;
  display: block;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

span.navbar-toggler-icon {
  background-image: url(../images/nav-icon.svg);
  font-size: 18px;
}
.navbar-toggler {
  position: relative;
  left: 25px;
  border: none;
}
.offcanvas-body {
  text-align: center;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.offcanvas-header .btn-close {
  background-image: url(../images/nav-close.svg);
  font-size: 40px;
  opacity: 100;
  margin: 0;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* home banner section Start  */

.home-page {
  overflow-x: hidden;
}
.anchor-link {
  scroll-margin: 100px;
}
/* .home {
  background-image: url("../images/home-banner.svg");
} */

.banner-sec {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
}

.banner-sec {
  margin-top: 100px;
}


.offer-inn .offer-card {
  border-radius: 0;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 6px;
  border-image-source: linear-gradient(to right, #5c8e66, #9ebba4);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.banner-inn {
  position: absolute;
  right: 0;
  left: 0;
  top: 25%;
  margin: auto;
  text-align: center;
}

.banner-inn p {
  max-width: 702px;
  margin: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
}
/* offer section start */

.offer-sec {
  background-image: url(../images/bg-line.svg);
  background-size: cover;
}

.offer-card {
  padding: 15px 15px;
}
.offer-card {
  border-radius: 0;
  border-top: 7px solid;
  border-left: 0;
  border-right: 0;
}
.offer-card {
  padding: 20px 25px;
  box-shadow: 0 15px 17px 0 rgba(0, 0, 0, 0.1);
}
.card-body {
  padding: 20px 0px;
}
.card-body p {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 19px;
}
.organise {
  display: flex;
  align-items: center;
}
.card-img-top {
  width: 33px;
}
.card {
  height: 100%;
}
.page-btn {
  position: relative;
  padding: 13px 56px 15px 56px;
  width: 100%;
}
.button-icon {
  position: absolute;
  top: 0;
  left: -2px;
}
img.page-icon {
  width: 91%;
}
.border-img {
  display: flex;
}

/* service Section start */

section.service-sec li {
  list-style: none;
}
ul.point-heading li img {
  width: 25px;
}
.point-heading li {
  display: flex;
  align-items: center;
}
.service-arrow-hover {
  display: none;
}
.page-id-30 .point-heading {
  height: 80px;
}
ul.point-heading:hover .service-arrow-hover {
  display: block;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
ul.point-heading:hover .service-arrow {
  display: none;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.point-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #7d8d80;
  padding: 30px 0px 26px 0px;
  height: 95px;
  width: 93%;
}

.point-heading h4 {
  margin: 0;
}
.sub-point-heading {
  width: 92%;
}
.sub-header-inn .service-content {
  padding: 20px 0px;
}
.sub-header-inn {
  margin: 20px 0px;
}

.offer-card h5 {
  margin-bottom: 15px;
}
.sub-point-heading ul {
  display: flex;
  align-items: baseline;
  padding: 15px 0;
}
.sub-point-heading li {
  list-style-type: none;
}
.sub-point-heading li h4 {
  margin-bottom: 0;
}

/* Work Area Section start */

.work-area-sec {
  padding-bottom: 20px;
}

.work-area-inn p {
  width: 69%;
  line-height: 26px;
}
img.work-icon {
  width: 22px;
  margin-right: 15px;
}

.area h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.area {
  display: flex;
  align-items: center;
  border: 2px solid #212529;
  padding: 15px 27px;
  height: 100%;
}
.work-area-list > .row > .col-lg-3 {
  padding: 5px;
}
.work-area-list {
  width: 99%;
  margin: auto;
}

/* about Page start */

/* Our ceo section start */

span.subtop-title {
  font-size: 26px;
  font-weight: 600;
  background: linear-gradient(to right, #304935 50%, #5C8E66 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 50px;
}
section.our-ceo-sec.section-spcer {
  padding: 40px 0px;
}
.achievement-list .header-5 {
     font-size: 22px;
    font-weight: 600;
    line-height: 25px;
}
.ceo-content p {
  margin-bottom: 30px;
}
.ceo-content h2 {
  background: linear-gradient(to right, #304935 0%, #5c8e66 80%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ceo-img {
  width: 65%;
  margin: 0 0 0 auto;
}
.achievement-list ul li {
   padding: 12px 10px;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to right, #1f4d80, #1d69bd);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    
}
.achievement-list {
  width: 96%;
}

/* Service page start */

.service-page-inn {
  margin-top: 40px;
  margin-bottom: 80px;
}
.home ul.service-points {
  columns: 2;
  width: 104%;
}

h4.header-4 {
  font-size: 16px;
}

.service-points .service-content {
  width: 87%;
}

section.sub-header-sec {
  margin-bottom: 0 !important;
}


.points {
  padding: 15px 0px;
}

/* ul.service-list li {
  position: relative;
}
ul.service-list li:before {
  position: absolute;
  content: '';
  top: 14px;
  left: -13px;
  background-color: #304935;
  width: 3px;
  height: 3px;
  border-radius: 50%;
} */

/* service section start */


.security-systems-sec{
  position: relative;
}

.security-systems-inn h1 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0%;
    right: 0%;
    top: 0;
}

.security-systems-inn {
  background-image: url(../images/service-pattern-content.svg);
  background-size: cover;
  height: 107px;
  background-repeat: no-repeat;
  background-position: center center;
}

ul.d-block li {
  list-style-type: disc;
  margin-left: 26px;
  padding-left: 6px;
  color: #000;
}
::marker {
  font-size: 15px;
}
.service-intro-para {
  background-size: cover;
  padding: 70px 0px 20px 0px;
  margin-top: -130px;
  position: relative;
  z-index: 1;
}
section.sub-header-sec {
  position: relative;
}
.service-pattern-img {
  background-image: url(../images/service-pattern.svg);
  height: 317px;
  margin-top: -230px;
  background-size: cover;
}
.service-intro p {
  width: 95%;
  line-height: 26px;
  margin: 0 0 auto 20px;
  font-size: 22px;
}

/* sub header section start */

.service-list-content {
  padding: 15px 0px;
}
ul.service-list {
  width: 100%;
}

.brown-arrow {
  width: 18px !important;
  margin-right: 15px;
  margin-top: 5px;
}
.sub-header {
  border-bottom: 2px solid #c2924d;
  text-align: center;
  padding: 5px 0px;
}
.sub-point-heading p {
  color: #000;
}
/* large gatherings page start */

.privacy-policy-header p {
  padding: 1px 0px;
}

.privacy-policy-header{
  padding: 15px 0px;
}
/* para legal section start */

.risk-mgt .service-list {
  padding: 0px 20px;
}
.para-legal-header .sub-header-5 {
  margin: 10px 0px 3px 0px;
}
.laws-para p {
  padding: 0;
}
.law-list li {
  margin: 20px 0px;
}
.law-list{
list-style-type: none;
}
.para-legal-list p {
  padding: 4px 0px;
}

/* counter-surveillence page start */

.intro-body p {
  padding: 10px 0px;
}
.security-systems-inn {
  margin-top: 68px;
}
/* contact us page start */

.contact-inn h1, .career-inn h1, .privacy-policy-inn h1 {
   padding: 27px 0px 27px 0px;
}
.from-btn.text-lg-start.text-center input {
  margin-left: 0 !important;
}
h4.green span {
  position: absolute;
  width: 90%;
}
h4.green {
  position: relative;
  margin-bottom: 40px;
}

/* contact from section */

.from-content ul.service-list li:before {
  display: none;
}
.location,
.mail {
  width: 24px;
  margin-right: 17px;
}
.from-content .service-list > li {
  list-style: none;
  padding: 8px 0px;
}
.from-content .service-list {
  padding: 10px 0px;
}
ul.service-list li h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.from-content p {
  color: #8c8c8c;
  font-weight: 600;
  width: 74%;
  line-height: 24px;
}
li.ol-list::marker {
  font-size: 21px;
}
li.ol-list {
  list-style-type: decimal;
}
.form-label {
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0px 0px 0px;
}
.form-control {
  color: #000000;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #afafaf;
  font-weight: 600;
  padding: 10px 0px 11px 15px;
}

.form-select-lg.mb-3 {
  padding: 6px 0px 10px 15px;
}
.form-control::placeholder {
  font-size: 20px;
  font-weight: 600;
  color: #c6c6c6;
}
.from-btn .btn {
  padding: 7px 55px 10px 55px;
  margin-left: 61px;
}
.from-btn {
  margin-top: 40px;
  text-align: center;
}

.form-control:focus {
  color: #c6c6c6;
  border-color: #afafaf;
  outline: 0;
  box-shadow: none;
}

/* career page start */

.career-form2 {
  margin: 0px 0px 0px auto;
}
.contact-form {
  width: 98%;
}

/* privacy policy page */

.privacy-policy-header .sub-header {
  text-align: left;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #304935, #5c8e66);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding: 40px 0px;
}
ol li::marker {
  font-size: 22px;
}

h3.wp-block-heading {
  margin: 30px 0px 0px 0px;
  color: #304935;
  font-size: 18px;
}
ul.wp-block-list li {
  margin: 0px 25px;
}
.risk-mgt .ol-list {
  padding: 10px 30px;
}

.wp-block-separator {
  border: none;
  border-top: 2px solid;
  text-align: left;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #304935, #5c8e66);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 15px 0px;
  opacity: 100%;
}
/* footer CSS start */

.page-id-17 .footer-sec {
  margin-top: 20px !important;
}

.bottom-logo {
  width: 60%;
}
.foot-link a {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
.foot-link {
  border: 1px solid #c2924d;
  padding: 0px 40px;
  text-align: center;
  border-bottom: 0;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-border {
  border-bottom: 1px solid #c2924d;
}
.footer-copyright p {
  color: #fff !important;
  font-size: 18px;
  padding: 12px 0px 12px 0px;
}

.links a {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
.links {
  border: 1px solid #c2924d;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 50px;
  border-bottom: 0;
}

.page-lks {
  border-right: 0px;
}





/* ========== Ressponsive layout start=============== */

@media screen and (max-width: 1200px) {
  li.nav-item {
    padding: 5px 10px 9px 10px;
  }
  .ceo-img {
    width: 90%;
  }
  .nav-link {
    font-size: 20px;
  }
  .page-btn {
    padding: 15px 36px;
  }
  .top-logo {
    width: 250px;
  }

  .contact-icon .triangle-img {
    top: 18px;
    right: -17px;
  }
  .security-systems-inn h1 {
    top: 33px;
}
.navbar-nav > li.triangle-icon > a > span:after {
  right: -7px;
}
}
@media screen and (max-width: 992px) {

.e_mail {
  margin-top: 15px;
}
.contact-form {
  width: 100%;
  margin: auto;
}
  .navbar-nav > li.triangle-icon > a > span:after {
    right: 4px;
  }
  .offcanvas-backdrop {
    background-color: #ffffff;
  }
  .offcanvas-backdrop.show {
    opacity: 0.6;
  }
  .service-points .service-content {
    width: 100%;
}

  .from-content p {
    width: 100%;
  }
  .section-spcer {
    padding: 60px 0px;
  }
  .banner-inn {
    width: 90%;
  }
  .bottom-logo {
    width: 300px;
  }
  .footer-logo {
    padding: 60px 0px;
    text-align: center;
  }
  .footer-copyright p {
    text-align: center;
  }
  .links {
    padding: 0px 20px;
  }
  .links a {
    font-size: 22px;
  }
  .links.border-end-0 {
    border-right: 1px solid #c2924d !important;
  }
  .navbar-toggler {
    left: 0;
  }
  li.nav-item {
    width: 150px;
    margin: auto;
  }
  li.nav-item {
    padding: 20px 0px;
  }
  ul.navbar-nav li:last-child {
    padding: 8px 0px 11px 0px;
    margin-top: 25px;
  }
  .nav-link {
    font-size: 24px;
  }
  .contact-icon .triangle-img {
    top: 14px;
  }
  .link-bdr {
    border-right: 1px solid #c2924d;
  }
  .sector-bdr {
    border-right: 0;
  }
  .ceo-img {
    width: 90%;
    margin: auto 0 0 0;
  }
  .achievement-list {
    width: 100%;
  }
  .contact-inn h1, .career-inn h1, .privacy-policy-inn h1 {
    padding: 115px 0px 60px 0px;
}
  .career-form {
    width: 80%;
  }
  .sub-point-heading {
    padding: 0px 0px;
    width: 100%;
}
  .offer-card {
    padding: 20px;
  }
  .intro-body p {
    padding: 10px 0px;
    margin: 0 0 auto 8px;
    width: 97%;
  }
  .service-intro p {
    margin: 0 0 auto 8px;
  }
  .service-intro .card-body {
    padding: 0px 0px;
}
.sub-header {
  padding: 10px 0px;
  margin: 5px 0px;
}
.privacy-policy-pattern {
  margin-top: -240px !important;
}
  .contact-icon .triangle-img {
    right: -20px;
  }
  ul.service-list {
    padding: 15px 0px 0px 23px;
  }
  .service-content {
    width: 100%;
  }
  .service-content .point-heading {
   margin-top: 20px;
}
  .points {
    padding: 0;
  }
  .footer-copyright {
    border-top: 1px solid #c2924d;
    margin-top: 25px;
  }
  .achievement-list ul li {
    margin: 0px 20px;
    height: 100%;
}
.point-heading {
  width: 100%;
}
ul.service-points {
  columns: 1;
  width: 100% !important;
}
.from-content {
  width: 100%;
  margin: auto;
}
.from-btn.text-lg-start.text-center input {
  margin-left: 63px !important;
}
}

@media screen and (max-width: 768px) {
  .contact-inn h1, .career-inn h1, .privacy-policy-inn h1 {
    padding: 80px 0px 60px 0px;
}
.sub-header-1 {
  font-size: 29px;
  line-height: 45px;
  width: 90%;
  margin: auto;
}
  .banner-sec {
    height: 550px;
  }
  h2.wp-block-heading {
    font-size: 20px;
  }
  ul.point-heading li img {
    width: 16px;
  }

  .work-area-list {
    width: 97%;
  }
  .work-area-inn p {
    width: 100%;
  }
  .career-form {
    width: 100%;
  }
  .contact-inn h1, .career-inn h1, .privacy-policy-inn h1 {
    padding: 120px 0px 49px 0px;
}
.security-systems-inn {
  margin-top: 62px;
}
}

@media screen and (max-width: 576px) {
  .from-content {
    width: 100%;
}
  .contact-form {
    width: 100%;
}
  .contact-inn h1, .career-inn h1, .privacy-policy-inn h1 {
    padding: 90px 0px 49px 0px;
}
  .work-area-list > .row > .col-lg-3 {
    padding: 0px 7px;
  }
  .security-systems-inn {
    margin-top: 35px;
}
  .area {
    border-bottom: 0;
    border-width: 1px;
    padding: 20px 27px;
  }

  .work-area-inn p {
    display: none;
  }
  .header-2 {
    font-size: 30px;
}
  .section-spcer {
    padding: 45px 0px;
  }
  .links {
    padding: 0px 40px;
  }

  .page-btn {
    width: 70%;
    margin: auto;
    display: block;
  }
  .header-1 {
    font-size: 32px;
    line-height: 40px;
  }
  .offcanvas {
    width: 85% !important;
  }
  .top-logo {
    width: 230px;
  }
  .offcanvas-body,
  .navbar-toggler {
    left: 0;
  }
  .banner-inn p {
    font-size: 20px;
    line-height: 22px;
  }
  .btn {
    padding: 11px 30px 13px 30px;
  }
  .organise {
    display: block;
  }
  .page-btn {
    padding: 20px 36px !important;
  }
  img.page-icon {
    width: 105%;
  }
  .button-icon {
    left: 0px;
  }
  .offer-card {
    padding: 35px 25px;
  }
  .bottom-logo {
    width: 250px;
  }
  .banner-sec {
    height: 520px;
  }
  .ceo-img {
    width: 100%;
  }

  .service-intro {
    padding: 20px;
  }
  .point-heading h4 {
    padding-right: 50px;
}
.work-area-list .area:last-child {
  border-bottom: 1px solid #000;
}
}

@media screen and (max-width: 450px) {
  .sub-header-1 {
    line-height: 36px;
}
      .point-heading h4 {
        padding-right: 15px;
    }
  .banner-sec {
    margin-top: 80px;
}
  .security-systems-inn {
    margin-top: 40px;
}
  span.navbar-toggler-icon {
    font-size: 16px;
  }
  .offcanvas {
    width: 100% !important;
  }
  .banner-inn {
    top: 24%;
  }
  .top-logo {
    width: 200px;
  }
  .navbar {
    padding: 15px 6px !important;
  }
  .offcanvas-body,
  .navbar-toggler {
    left: 12px;
  }
  .header-1 {
    font-size: 24px;
    line-height: 33px;
  }
  .page-btn {
    width: 80%;
  }
  .links {
    padding: 0px 15px;
  }
  .sub-header-1 {
    font-size: 26px;
  }

.point-heading {
  height: 120px;
}
h4.green {
  position: relative;
  margin-bottom: 70px;
}
}

/*****************san****************************/

#branding a.navbar-brand img {width: 100%; max-width: 200px;}

.green-bg {background-color: #00336a; }

nav.navbar.green-bg {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    color: white;
    background-color: #113050;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(http://thepreempt.in/wp-content/uploads/2025/04/footer-banner-bg.jpg) !important;
    background-repeat: repeat;
    /* background-size: 120px 120px; */
    background-position: center center;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
}

.gradient {background: linear-gradient(90deg, #a66521 0%, #fcd878 100%); background: none; }
.nav-link{color: #fff;}
.nav-link:hover {color: #fff !important;}

.contact-us-btn a.nav-link {color: #fff;}
.py-4 {padding-top: 10px !important;padding-bottom: 10px !important;}

.btn {
    border: 0;
    border-radius: 0;
    padding: 8px 15px 8px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: block;
    /*background: linear-gradient(to right, rgba(216, 236, 220, 1) 0%, rgba(216, 236, 220, 1) 50%, #3da941 0%, #41bf46 100%);*/
	background: linear-gradient(to right, #fcd878 0%, #a66521 50%, #a66521 0%, #fcd878 100%);
	background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    display: inline-block;
	 max-width: 200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	margin-top: 20px !important;
}
.btn:hover .text {
  color: #fff;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.btn:hover {
  background-position: left bottom;
  color: #fff;
}

.point-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #1f4d80;
    padding: 0px 0px 1px 0px;
    height: 58px;
    width: 93%;
}

.service-sec .service {
    margin-top: 10px !important;
}

ul.point-heading li img {
    width: 15px;
}




.offer-inn .offer-card {
    border-radius: 0;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 6px;
    border-image-source: linear-gradient(to right, #1d4978, #1d4978);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.header-5 {
    font-size: 23px;
    line-height: 24px;
    color: #1d4978;
    font-weight: 700;
}

.header-2 {
    font-size: 20px;
    line-height: 25px;
    /*background: #1d4978;*/
    /*background: linear-gradient(to right, #405e41 0%, #1fb525 22%);*/
	background: linear-gradient(to right, #1d4978 50%, #1d69bd 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul, li {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #1d4978;
    letter-spacing: 0.1px;
}

.area {
    display: flex;
    align-items: center;
    border: 2px solid #1d4978;
    padding: 15px 27px;
    height: 100%;
}

.links a {
    color: #3da941;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}


/*#footer {
    background-color: #1b191a;
}*/


#footer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    color: white;
    background-color: #113050;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(http://thepreempt.in/wp-content/uploads/2025/04/footer-banner-bg.jpg) !important;
    background-repeat: repeat;
    /* background-size: 120px 120px; */
    background-position: center center;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
}


#footer .links a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}


.sub-header-1 {
    font-size: 28px;
    line-height: 55px;
    color: #fff;
}

span.subtop-title {
    font-size: 26px;
    font-weight: 600;
     background: linear-gradient(to right, #1d4978 50%, #1d69bd 100%);
	background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 30px;
}

.ceo-content h2 {
    background: linear-gradient(to right, #1d4978 0%, #1d69bd 80%);
	
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading-no {
    color: #1b191a;
    font-size: 22px;
    font-weight: 400;
    margin-right: 19px;
    vertical-align: middle;
    font-family: "Sora", sans-serif;
}

.heading-no {
    color: #1d4978;
    font-size: 17px;
    font-weight: 400;
    margin-right: 19px;
    vertical-align: middle;
    font-family: "Sora", sans-serif;
    font-weight: 600;
}


.card-img-top {
    width: 33px;
}

.sub-header-5 {
    color: #1d4978;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.offer-card {
    border-radius: 0;
    border-top: 7px solid #000;
    border-left: 0;
    border-right: 0;
}

.sub-header {
    border-bottom: 2px solid #1d4978;
    text-align: center;
    padding: 5px 0px;
}

img.work-icon {
    width: 22px;
    margin-right: 15px;
}
h2.wp-block-heading {
  font-size: 24px;
  color: #1b191a !important;
  font-weight: 400 !important;
}

.admin-bar .fixed-top {
    top: 0px;
}

.links {
    border: 1px solid #fcd878;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 50px;
    border-bottom: 0;
}

.page-lks {
    border-right: 0px !important;
}

.button-icon {
    position: absolute;
    top: 0;
    left: -2px;
    display: none;
}
.nav-link {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    padding: 3px 0px;
}


/*.banner-sec{
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    color: white;
    background-color: #002246;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(http://thepreempt.in/wp-content/uploads/2025/04/grey-bg.png) !important;
    background-repeat: repeat;
    background-size: 120px 120px;
    background-position: center;
    background-blend-mode: overlay;

}*/


.header-1 {
    font-size: 40px;
     line-height: 27px;
    color: #1d4978;
}
.header-1 span {
    font-size: 19px;
    font-weight: 400;
}
.banner-inn p {
  max-width: 702px;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  color: #1d4978 !important;
}

.banner-inn {
  position: absolute;
  right: 0;
  left: 0;
  top: 20%;
  margin: auto;
  text-align: center;
}

.banner-sec {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.banner-sec {
  margin-top: 69px;
  /*padding: 100px;*/
   position: relative;
  z-index: 1;
}



.banner-sec {
  position: relative;
  z-index: 1;
}



.banner-sec::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('http://thepreempt.in/wp-content/uploads/2025/04/banner-bg-as2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.85;
}

.navbar-nav > li.triangle-icon > a > span:after {
  position: absolute;
  content: '';
  top: 23px;
  right: -13px;
  opacity: 0;
  width: 0;
  height: 0;
  border-bottom: 18px solid #ffffff;
  border-left: 18px solid transparent;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  display:none;
}

.page-links-button.mt-5 {
    text-align: center;
}

.mt-5 {
    margin-top: 1rem !important;
}

.work-area-list.mt-sm-5.mt-3 {margin-top: 2rem !important;}
.footer-sec.mt-sm-5{margin-top: 2rem !important;}

textarea.form-control { height: 154px !important;}


@media (max-width:991px) {
.col-12 {flex: 0 0 auto;width: 100%;text-align: center;}
}


@media screen and (max-width: 767px) {
.security-systems-inn { margin-top: 0px;}
.sub-header-1 { font-size: 36px; line-height: 55px; color: #ffffff; }
.point-heading {width: 100%; height: 106px;}
.home ul.service-points {columns: 1; width: 104%;}
.point-heading h4 { padding-right: 50px; line-height: 25px; }
.links{padding: 0px 6px !important;}
#footer .links a{font-size: 17px;}
.contact-inn h1, .career-inn h1, .privacy-policy-inn h1 {padding: 15px 0px 21px 0px;}
.page-links .links{border-right: 1px solid #fcd878 !important;}

}


@media (max-width:991px) {
nav.navbar.green-bg {background-color: #113050;}	
.col-12 {flex: 0 0 auto;width: 100%;text-align: center;}
.page-links-button .mb-sm-0 {margin-bottom: 1rem !important;}
.nav-link {color: #ffffff;}
.sub-header-1 {font-size: 26px; line-height: 55px; color: #fff; }
.security-systems-inn {margin-top: 30px;}
div#offcanvasNavbar {background-color: #000000;}
.banner-inn{top: 18%;}	
.contact-form {width: 100%;text-align: left !important;}
}
